1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2020-05-27",
5    "endpointPrefix":"sagemaker-geospatial",
6    "jsonVersion":"1.1",
7    "protocol":"rest-json",
8    "serviceFullName":"Amazon SageMaker geospatial capabilities",
9    "serviceId":"SageMaker Geospatial",
10    "signatureVersion":"v4",
11    "signingName":"sagemaker-geospatial",
12    "uid":"sagemaker-geospatial-2020-05-27"
13  },
14  "operations":{
15    "DeleteEarthObservationJob":{
16      "name":"DeleteEarthObservationJob",
17      "http":{
18        "method":"DELETE",
19        "requestUri":"/earth-observation-jobs/{Arn}",
20        "responseCode":200
21      },
22      "input":{"shape":"DeleteEarthObservationJobInput"},
23      "output":{"shape":"DeleteEarthObservationJobOutput"},
24      "errors":[
25        {"shape":"AccessDeniedException"},
26        {"shape":"ValidationException"},
27        {"shape":"ThrottlingException"},
28        {"shape":"InternalServerException"},
29        {"shape":"ResourceNotFoundException"},
30        {"shape":"ConflictException"}
31      ],
32      "documentation":"<p>Use this operation to delete an Earth Observation job.</p>",
33      "idempotent":true
34    },
35    "DeleteVectorEnrichmentJob":{
36      "name":"DeleteVectorEnrichmentJob",
37      "http":{
38        "method":"DELETE",
39        "requestUri":"/vector-enrichment-jobs/{Arn}",
40        "responseCode":200
41      },
42      "input":{"shape":"DeleteVectorEnrichmentJobInput"},
43      "output":{"shape":"DeleteVectorEnrichmentJobOutput"},
44      "errors":[
45        {"shape":"AccessDeniedException"},
46        {"shape":"ValidationException"},
47        {"shape":"ThrottlingException"},
48        {"shape":"InternalServerException"},
49        {"shape":"ResourceNotFoundException"},
50        {"shape":"ConflictException"}
51      ],
52      "documentation":"<p>Use this operation to delete a Vector Enrichment job.</p>",
53      "idempotent":true
54    },
55    "ExportEarthObservationJob":{
56      "name":"ExportEarthObservationJob",
57      "http":{
58        "method":"POST",
59        "requestUri":"/export-earth-observation-job",
60        "responseCode":200
61      },
62      "input":{"shape":"ExportEarthObservationJobInput"},
63      "output":{"shape":"ExportEarthObservationJobOutput"},
64      "errors":[
65        {"shape":"ServiceQuotaExceededException"},
66        {"shape":"AccessDeniedException"},
67        {"shape":"ValidationException"},
68        {"shape":"ThrottlingException"},
69        {"shape":"InternalServerException"},
70        {"shape":"ResourceNotFoundException"},
71        {"shape":"ConflictException"}
72      ],
73      "documentation":"<p>Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an Amazon S3 location.</p>"
74    },
75    "ExportVectorEnrichmentJob":{
76      "name":"ExportVectorEnrichmentJob",
77      "http":{
78        "method":"POST",
79        "requestUri":"/export-vector-enrichment-jobs",
80        "responseCode":200
81      },
82      "input":{"shape":"ExportVectorEnrichmentJobInput"},
83      "output":{"shape":"ExportVectorEnrichmentJobOutput"},
84      "errors":[
85        {"shape":"ServiceQuotaExceededException"},
86        {"shape":"AccessDeniedException"},
87        {"shape":"ValidationException"},
88        {"shape":"ThrottlingException"},
89        {"shape":"InternalServerException"},
90        {"shape":"ResourceNotFoundException"},
91        {"shape":"ConflictException"}
92      ],
93      "documentation":"<p>Use this operation to copy results of a Vector Enrichment job to an Amazon S3 location.</p>"
94    },
95    "GetEarthObservationJob":{
96      "name":"GetEarthObservationJob",
97      "http":{
98        "method":"GET",
99        "requestUri":"/earth-observation-jobs/{Arn}",
100        "responseCode":200
101      },
102      "input":{"shape":"GetEarthObservationJobInput"},
103      "output":{"shape":"GetEarthObservationJobOutput"},
104      "errors":[
105        {"shape":"AccessDeniedException"},
106        {"shape":"ValidationException"},
107        {"shape":"ThrottlingException"},
108        {"shape":"InternalServerException"},
109        {"shape":"ResourceNotFoundException"}
110      ],
111      "documentation":"<p>Get the details for a previously initiated Earth Observation job.</p>"
112    },
113    "GetRasterDataCollection":{
114      "name":"GetRasterDataCollection",
115      "http":{
116        "method":"GET",
117        "requestUri":"/raster-data-collection/{Arn}",
118        "responseCode":200
119      },
120      "input":{"shape":"GetRasterDataCollectionInput"},
121      "output":{"shape":"GetRasterDataCollectionOutput"},
122      "errors":[
123        {"shape":"AccessDeniedException"},
124        {"shape":"ValidationException"},
125        {"shape":"ThrottlingException"},
126        {"shape":"InternalServerException"},
127        {"shape":"ResourceNotFoundException"}
128      ],
129      "documentation":"<p>Use this operation to get details of a specific raster data collection.</p>"
130    },
131    "GetTile":{
132      "name":"GetTile",
133      "http":{
134        "method":"GET",
135        "requestUri":"/tile/{z}/{x}/{y}",
136        "responseCode":200
137      },
138      "input":{"shape":"GetTileInput"},
139      "output":{"shape":"GetTileOutput"},
140      "errors":[
141        {"shape":"AccessDeniedException"},
142        {"shape":"ValidationException"},
143        {"shape":"ThrottlingException"},
144        {"shape":"InternalServerException"},
145        {"shape":"ResourceNotFoundException"}
146      ],
147      "documentation":"<p>Gets a web mercator tile for the given Earth Observation job.</p>"
148    },
149    "GetVectorEnrichmentJob":{
150      "name":"GetVectorEnrichmentJob",
151      "http":{
152        "method":"GET",
153        "requestUri":"/vector-enrichment-jobs/{Arn}",
154        "responseCode":200
155      },
156      "input":{"shape":"GetVectorEnrichmentJobInput"},
157      "output":{"shape":"GetVectorEnrichmentJobOutput"},
158      "errors":[
159        {"shape":"AccessDeniedException"},
160        {"shape":"ValidationException"},
161        {"shape":"ThrottlingException"},
162        {"shape":"InternalServerException"},
163        {"shape":"ResourceNotFoundException"}
164      ],
165      "documentation":"<p>Retrieves details of a Vector Enrichment Job for a given job Amazon Resource Name (ARN).</p>"
166    },
167    "ListEarthObservationJobs":{
168      "name":"ListEarthObservationJobs",
169      "http":{
170        "method":"POST",
171        "requestUri":"/list-earth-observation-jobs",
172        "responseCode":200
173      },
174      "input":{"shape":"ListEarthObservationJobInput"},
175      "output":{"shape":"ListEarthObservationJobOutput"},
176      "errors":[
177        {"shape":"AccessDeniedException"},
178        {"shape":"ValidationException"},
179        {"shape":"ThrottlingException"},
180        {"shape":"InternalServerException"},
181        {"shape":"ResourceNotFoundException"}
182      ],
183      "documentation":"<p>Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services account.</p>"
184    },
185    "ListRasterDataCollections":{
186      "name":"ListRasterDataCollections",
187      "http":{
188        "method":"GET",
189        "requestUri":"/raster-data-collections",
190        "responseCode":200
191      },
192      "input":{"shape":"ListRasterDataCollectionsInput"},
193      "output":{"shape":"ListRasterDataCollectionsOutput"},
194      "errors":[
195        {"shape":"AccessDeniedException"},
196        {"shape":"ValidationException"},
197        {"shape":"ThrottlingException"},
198        {"shape":"InternalServerException"},
199        {"shape":"ResourceNotFoundException"}
200      ],
201      "documentation":"<p>Use this operation to get raster data collections.</p>"
202    },
203    "ListTagsForResource":{
204      "name":"ListTagsForResource",
205      "http":{
206        "method":"GET",
207        "requestUri":"/tags/{ResourceArn}",
208        "responseCode":200
209      },
210      "input":{"shape":"ListTagsForResourceRequest"},
211      "output":{"shape":"ListTagsForResourceResponse"},
212      "errors":[
213        {"shape":"AccessDeniedException"},
214        {"shape":"ValidationException"},
215        {"shape":"ThrottlingException"},
216        {"shape":"InternalServerException"},
217        {"shape":"ResourceNotFoundException"}
218      ],
219      "documentation":"<p>Lists the tags attached to the resource.</p>"
220    },
221    "ListVectorEnrichmentJobs":{
222      "name":"ListVectorEnrichmentJobs",
223      "http":{
224        "method":"POST",
225        "requestUri":"/list-vector-enrichment-jobs",
226        "responseCode":200
227      },
228      "input":{"shape":"ListVectorEnrichmentJobInput"},
229      "output":{"shape":"ListVectorEnrichmentJobOutput"},
230      "errors":[
231        {"shape":"AccessDeniedException"},
232        {"shape":"ValidationException"},
233        {"shape":"ThrottlingException"},
234        {"shape":"InternalServerException"},
235        {"shape":"ResourceNotFoundException"}
236      ],
237      "documentation":"<p>Retrieves a list of vector enrichment jobs.</p>"
238    },
239    "SearchRasterDataCollection":{
240      "name":"SearchRasterDataCollection",
241      "http":{
242        "method":"POST",
243        "requestUri":"/search-raster-data-collection",
244        "responseCode":200
245      },
246      "input":{"shape":"SearchRasterDataCollectionInput"},
247      "output":{"shape":"SearchRasterDataCollectionOutput"},
248      "errors":[
249        {"shape":"AccessDeniedException"},
250        {"shape":"ValidationException"},
251        {"shape":"ThrottlingException"},
252        {"shape":"InternalServerException"},
253        {"shape":"ResourceNotFoundException"}
254      ],
255      "documentation":"<p>Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching the selected filters.</p>"
256    },
257    "StartEarthObservationJob":{
258      "name":"StartEarthObservationJob",
259      "http":{
260        "method":"POST",
261        "requestUri":"/earth-observation-jobs",
262        "responseCode":200
263      },
264      "input":{"shape":"StartEarthObservationJobInput"},
265      "output":{"shape":"StartEarthObservationJobOutput"},
266      "errors":[
267        {"shape":"ServiceQuotaExceededException"},
268        {"shape":"AccessDeniedException"},
269        {"shape":"ValidationException"},
270        {"shape":"ThrottlingException"},
271        {"shape":"InternalServerException"},
272        {"shape":"ResourceNotFoundException"},
273        {"shape":"ConflictException"}
274      ],
275      "documentation":"<p>Use this operation to create an Earth observation job.</p>",
276      "idempotent":true
277    },
278    "StartVectorEnrichmentJob":{
279      "name":"StartVectorEnrichmentJob",
280      "http":{
281        "method":"POST",
282        "requestUri":"/vector-enrichment-jobs",
283        "responseCode":200
284      },
285      "input":{"shape":"StartVectorEnrichmentJobInput"},
286      "output":{"shape":"StartVectorEnrichmentJobOutput"},
287      "errors":[
288        {"shape":"ServiceQuotaExceededException"},
289        {"shape":"AccessDeniedException"},
290        {"shape":"ValidationException"},
291        {"shape":"ThrottlingException"},
292        {"shape":"InternalServerException"},
293        {"shape":"ResourceNotFoundException"},
294        {"shape":"ConflictException"}
295      ],
296      "documentation":"<p>Creates a Vector Enrichment job for the supplied job type. Currently, there are two supported job types: reverse geocoding and map matching.</p>",
297      "idempotent":true
298    },
299    "StopEarthObservationJob":{
300      "name":"StopEarthObservationJob",
301      "http":{
302        "method":"POST",
303        "requestUri":"/earth-observation-jobs/stop",
304        "responseCode":200
305      },
306      "input":{"shape":"StopEarthObservationJobInput"},
307      "output":{"shape":"StopEarthObservationJobOutput"},
308      "errors":[
309        {"shape":"AccessDeniedException"},
310        {"shape":"ValidationException"},
311        {"shape":"ThrottlingException"},
312        {"shape":"InternalServerException"},
313        {"shape":"ResourceNotFoundException"},
314        {"shape":"ConflictException"}
315      ],
316      "documentation":"<p>Use this operation to stop an existing earth observation job.</p>"
317    },
318    "StopVectorEnrichmentJob":{
319      "name":"StopVectorEnrichmentJob",
320      "http":{
321        "method":"POST",
322        "requestUri":"/vector-enrichment-jobs/stop",
323        "responseCode":200
324      },
325      "input":{"shape":"StopVectorEnrichmentJobInput"},
326      "output":{"shape":"StopVectorEnrichmentJobOutput"},
327      "errors":[
328        {"shape":"AccessDeniedException"},
329        {"shape":"ValidationException"},
330        {"shape":"ThrottlingException"},
331        {"shape":"InternalServerException"},
332        {"shape":"ResourceNotFoundException"},
333        {"shape":"ConflictException"}
334      ],
335      "documentation":"<p>Stops the Vector Enrichment job for a given job ARN.</p>",
336      "idempotent":true
337    },
338    "TagResource":{
339      "name":"TagResource",
340      "http":{
341        "method":"PUT",
342        "requestUri":"/tags/{ResourceArn}",
343        "responseCode":200
344      },
345      "input":{"shape":"TagResourceRequest"},
346      "output":{"shape":"TagResourceResponse"},
347      "errors":[
348        {"shape":"AccessDeniedException"},
349        {"shape":"ValidationException"},
350        {"shape":"ThrottlingException"},
351        {"shape":"InternalServerException"},
352        {"shape":"ResourceNotFoundException"}
353      ],
354      "documentation":"<p>The resource you want to tag.</p>",
355      "idempotent":true
356    },
357    "UntagResource":{
358      "name":"UntagResource",
359      "http":{
360        "method":"DELETE",
361        "requestUri":"/tags/{ResourceArn}",
362        "responseCode":200
363      },
364      "input":{"shape":"UntagResourceRequest"},
365      "output":{"shape":"UntagResourceResponse"},
366      "errors":[
367        {"shape":"AccessDeniedException"},
368        {"shape":"ValidationException"},
369        {"shape":"ThrottlingException"},
370        {"shape":"InternalServerException"},
371        {"shape":"ResourceNotFoundException"}
372      ],
373      "documentation":"<p>The resource you want to untag.</p>"
374    }
375  },
376  "shapes":{
377    "AccessDeniedException":{
378      "type":"structure",
379      "required":["Message"],
380      "members":{
381        "Message":{"shape":"String"}
382      },
383      "documentation":"<p>You do not have sufficient access to perform this action.</p>",
384      "error":{
385        "httpStatusCode":403,
386        "senderFault":true
387      },
388      "exception":true
389    },
390    "AlgorithmNameCloudRemoval":{
391      "type":"string",
392      "enum":["INTERPOLATION"]
393    },
394    "AlgorithmNameGeoMosaic":{
395      "type":"string",
396      "enum":[
397        "NEAR",
398        "BILINEAR",
399        "CUBIC",
400        "CUBICSPLINE",
401        "LANCZOS",
402        "AVERAGE",
403        "RMS",
404        "MODE",
405        "MAX",
406        "MIN",
407        "MED",
408        "Q1",
409        "Q3",
410        "SUM"
411      ]
412    },
413    "AlgorithmNameResampling":{
414      "type":"string",
415      "enum":[
416        "NEAR",
417        "BILINEAR",
418        "CUBIC",
419        "CUBICSPLINE",
420        "LANCZOS",
421        "AVERAGE",
422        "RMS",
423        "MODE",
424        "MAX",
425        "MIN",
426        "MED",
427        "Q1",
428        "Q3",
429        "SUM"
430      ]
431    },
432    "AreaOfInterest":{
433      "type":"structure",
434      "members":{
435        "AreaOfInterestGeometry":{
436          "shape":"AreaOfInterestGeometry",
437          "documentation":"<p>A GeoJSON object representing the geographic extent in the coordinate space.</p>"
438        }
439      },
440      "documentation":"<p>The geographic extent of the Earth Observation job.</p>",
441      "union":true
442    },
443    "AreaOfInterestGeometry":{
444      "type":"structure",
445      "members":{
446        "MultiPolygonGeometry":{
447          "shape":"MultiPolygonGeometryInput",
448          "documentation":"<p>The structure representing the MultiPolygon Geometry.</p>"
449        },
450        "PolygonGeometry":{
451          "shape":"PolygonGeometryInput",
452          "documentation":"<p>The structure representing Polygon Geometry.</p>"
453        }
454      },
455      "documentation":"<p>A GeoJSON object representing the geographic extent in the coordinate space.</p>",
456      "union":true
457    },
458    "Arn":{
459      "type":"string",
460      "max":2048,
461      "min":1
462    },
463    "AssetValue":{
464      "type":"structure",
465      "members":{
466        "Href":{
467          "shape":"String",
468          "documentation":"<p>Link to the asset object.</p>"
469        }
470      },
471      "documentation":"<p>The structure containing the asset properties.</p>"
472    },
473    "AssetsMap":{
474      "type":"map",
475      "key":{"shape":"String"},
476      "value":{"shape":"AssetValue"}
477    },
478    "BandMathConfigInput":{
479      "type":"structure",
480      "members":{
481        "CustomIndices":{
482          "shape":"CustomIndicesInput",
483          "documentation":"<p>CustomIndices that are computed.</p>"
484        },
485        "PredefinedIndices":{
486          "shape":"StringListInput",
487          "documentation":"<p>One or many of the supported predefined indices to compute. Allowed values: <code>NDVI</code>, <code>EVI2</code>, <code>MSAVI</code>, <code>NDWI</code>, <code>NDMI</code>, <code>NDSI</code>, and <code>WDRVI</code>.</p>"
488        }
489      },
490      "documentation":"<p>Input structure for the BandMath operation type. Defines Predefined and CustomIndices to be computed using BandMath.</p>"
491    },
492    "BinaryFile":{
493      "type":"blob",
494      "streaming":true
495    },
496    "Boolean":{
497      "type":"boolean",
498      "box":true
499    },
500    "CloudMaskingConfigInput":{
501      "type":"structure",
502      "members":{
503      },
504      "documentation":"<p>Input structure for CloudMasking operation type.</p>"
505    },
506    "CloudRemovalConfigInput":{
507      "type":"structure",
508      "members":{
509        "AlgorithmName":{
510          "shape":"AlgorithmNameCloudRemoval",
511          "documentation":"<p>The name of the algorithm used for cloud removal.</p>"
512        },
513        "InterpolationValue":{
514          "shape":"String",
515          "documentation":"<p>The interpolation value you provide for cloud removal.</p>"
516        },
517        "TargetBands":{
518          "shape":"StringListInput",
519          "documentation":"<p>TargetBands to be returned in the output of CloudRemoval operation.</p>"
520        }
521      },
522      "documentation":"<p>Input structure for Cloud Removal Operation type</p>"
523    },
524    "ComparisonOperator":{
525      "type":"string",
526      "enum":[
527        "EQUALS",
528        "NOT_EQUALS",
529        "STARTS_WITH"
530      ]
531    },
532    "ConflictException":{
533      "type":"structure",
534      "required":["Message"],
535      "members":{
536        "Message":{"shape":"String"},
537        "ResourceId":{
538          "shape":"String",
539          "documentation":"<p>Identifier of the resource affected.</p>"
540        }
541      },
542      "documentation":"<p>Updating or deleting a resource can cause an inconsistent state.</p>",
543      "error":{
544        "httpStatusCode":409,
545        "senderFault":true
546      },
547      "exception":true
548    },
549    "CustomIndicesInput":{
550      "type":"structure",
551      "members":{
552        "Operations":{
553          "shape":"OperationsListInput",
554          "documentation":"<p>A list of BandMath indices to compute.</p>"
555        }
556      },
557      "documentation":"<p>Input object defining the custom BandMath indices to compute.</p>"
558    },
559    "DataCollectionArn":{
560      "type":"string",
561      "pattern":"^arn:aws[a-z-]{0,12}:sagemaker-geospatial:[a-z0-9-]{1,25}:[0-9]{12}:raster-data-collection/(public|premium|user)/[a-z0-9]{12,}$"
562    },
563    "DataCollectionType":{
564      "type":"string",
565      "enum":[
566        "PUBLIC",
567        "PREMIUM",
568        "USER"
569      ]
570    },
571    "DataCollectionsList":{
572      "type":"list",
573      "member":{"shape":"RasterDataCollectionMetadata"}
574    },
575    "DeleteEarthObservationJobInput":{
576      "type":"structure",
577      "required":["Arn"],
578      "members":{
579        "Arn":{
580          "shape":"EarthObservationJobArn",
581          "documentation":"<p>The Amazon Resource Name (ARN) of the Earth Observation job being deleted.</p>",
582          "location":"uri",
583          "locationName":"Arn"
584        }
585      }
586    },
587    "DeleteEarthObservationJobOutput":{
588      "type":"structure",
589      "members":{
590      }
591    },
592    "DeleteVectorEnrichmentJobInput":{
593      "type":"structure",
594      "required":["Arn"],
595      "members":{
596        "Arn":{
597          "shape":"VectorEnrichmentJobArn",
598          "documentation":"<p>The Amazon Resource Name (ARN) of the Vector Enrichment job being deleted.</p>",
599          "location":"uri",
600          "locationName":"Arn"
601        }
602      }
603    },
604    "DeleteVectorEnrichmentJobOutput":{
605      "type":"structure",
606      "members":{
607      }
608    },
609    "Double":{
610      "type":"double",
611      "box":true
612    },
613    "EarthObservationJobArn":{
614      "type":"string",
615      "pattern":"^arn:aws[a-z-]{0,12}:sagemaker-geospatial:[a-z0-9-]{1,25}:[0-9]{12}:earth-observation-job/[a-z0-9]{12,}$"
616    },
617    "EarthObservationJobErrorDetails":{
618      "type":"structure",
619      "members":{
620        "Message":{
621          "shape":"String",
622          "documentation":"<p>A detailed message describing the error in an Earth Observation job.</p>"
623        },
624        "Type":{
625          "shape":"EarthObservationJobErrorType",
626          "documentation":"<p>The type of error in an Earth Observation job.</p>"
627        }
628      },
629      "documentation":"<p>The structure representing the errors in an EarthObservationJob.</p>"
630    },
631    "EarthObservationJobErrorType":{
632      "type":"string",
633      "enum":[
634        "CLIENT_ERROR",
635        "SERVER_ERROR"
636      ]
637    },
638    "EarthObservationJobExportStatus":{
639      "type":"string",
640      "enum":[
641        "IN_PROGRESS",
642        "SUCCEEDED",
643        "FAILED"
644      ]
645    },
646    "EarthObservationJobList":{
647      "type":"list",
648      "member":{"shape":"ListEarthObservationJobOutputConfig"}
649    },
650    "EarthObservationJobOutputBands":{
651      "type":"list",
652      "member":{"shape":"OutputBand"}
653    },
654    "EarthObservationJobStatus":{
655      "type":"string",
656      "enum":[
657        "INITIALIZING",
658        "IN_PROGRESS",
659        "STOPPING",
660        "COMPLETED",
661        "STOPPED",
662        "FAILED",
663        "DELETING",
664        "DELETED"
665      ]
666    },
667    "EoCloudCoverInput":{
668      "type":"structure",
669      "required":[
670        "LowerBound",
671        "UpperBound"
672      ],
673      "members":{
674        "LowerBound":{
675          "shape":"Float",
676          "documentation":"<p>Lower bound for EoCloudCover.</p>"
677        },
678        "UpperBound":{
679          "shape":"Float",
680          "documentation":"<p>Upper bound for EoCloudCover.</p>"
681        }
682      },
683      "documentation":"<p>The structure representing the EoCloudCover filter.</p>"
684    },
685    "ExecutionRoleArn":{
686      "type":"string",
687      "max":2048,
688      "min":20,
689      "pattern":"^arn:(aws[a-z-]*):iam::([0-9]{12}):role/[a-zA-Z0-9+=,.@_/-]+$"
690    },
691    "ExportEarthObservationJobInput":{
692      "type":"structure",
693      "required":[
694        "Arn",
695        "ExecutionRoleArn",
696        "OutputConfig"
697      ],
698      "members":{
699        "Arn":{
700          "shape":"EarthObservationJobArn",
701          "documentation":"<p>The input Amazon Resource Name (ARN) of the Earth Observation job being exported.</p>"
702        },
703        "ClientToken":{
704          "shape":"ExportEarthObservationJobInputClientTokenString",
705          "documentation":"<p>A unique token that guarantees that the call to this API is idempotent.</p>",
706          "idempotencyToken":true
707        },
708        "ExecutionRoleArn":{
709          "shape":"ExecutionRoleArn",
710          "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>"
711        },
712        "ExportSourceImages":{
713          "shape":"Boolean",
714          "documentation":"<p>The source images provided to the Earth Observation job being exported.</p>"
715        },
716        "OutputConfig":{
717          "shape":"OutputConfigInput",
718          "documentation":"<p>An object containing information about the output file.</p>"
719        }
720      }
721    },
722    "ExportEarthObservationJobInputClientTokenString":{
723      "type":"string",
724      "max":64,
725      "min":36
726    },
727    "ExportEarthObservationJobOutput":{
728      "type":"structure",
729      "required":[
730        "Arn",
731        "CreationTime",
732        "ExecutionRoleArn",
733        "ExportStatus",
734        "OutputConfig"
735      ],
736      "members":{
737        "Arn":{
738          "shape":"EarthObservationJobArn",
739          "documentation":"<p>The output Amazon Resource Name (ARN) of the Earth Observation job being exported.</p>"
740        },
741        "CreationTime":{
742          "shape":"SyntheticTimestamp_date_time",
743          "documentation":"<p>The creation time.</p>"
744        },
745        "ExecutionRoleArn":{
746          "shape":"ExecutionRoleArn",
747          "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>"
748        },
749        "ExportSourceImages":{
750          "shape":"Boolean",
751          "documentation":"<p>The source images provided to the Earth Observation job being exported.</p>"
752        },
753        "ExportStatus":{
754          "shape":"EarthObservationJobExportStatus",
755          "documentation":"<p>The status of the results of the Earth Observation job being exported.</p>"
756        },
757        "OutputConfig":{
758          "shape":"OutputConfigInput",
759          "documentation":"<p>An object containing information about the output file.</p>"
760        }
761      }
762    },
763    "ExportErrorDetails":{
764      "type":"structure",
765      "members":{
766        "ExportResults":{
767          "shape":"ExportErrorDetailsOutput",
768          "documentation":"<p>The structure for returning the export error details while exporting results of an Earth Observation job.</p>"
769        },
770        "ExportSourceImages":{
771          "shape":"ExportErrorDetailsOutput",
772          "documentation":"<p>The structure for returning the export error details while exporting the source images of an Earth Observation job.</p>"
773        }
774      },
775      "documentation":"<p>The structure for returning the export error details in a GetEarthObservationJob.</p>"
776    },
777    "ExportErrorDetailsOutput":{
778      "type":"structure",
779      "members":{
780        "Message":{
781          "shape":"String",
782          "documentation":"<p>A detailed message describing the error in an export EarthObservationJob operation.</p>"
783        },
784        "Type":{
785          "shape":"ExportErrorType",
786          "documentation":"<p>The type of error in an export EarthObservationJob operation.</p>"
787        }
788      },
789      "documentation":"<p>The structure representing the errors in an export EarthObservationJob operation.</p>"
790    },
791    "ExportErrorType":{
792      "type":"string",
793      "enum":[
794        "CLIENT_ERROR",
795        "SERVER_ERROR"
796      ]
797    },
798    "ExportS3DataInput":{
799      "type":"structure",
800      "required":["S3Uri"],
801      "members":{
802        "KmsKeyId":{
803          "shape":"KmsKey",
804          "documentation":"<p>The Key Management Service key ID for server-side encryption.</p>"
805        },
806        "S3Uri":{
807          "shape":"S3Uri",
808          "documentation":"<p>The URL to the Amazon S3 data input.</p>"
809        }
810      },
811      "documentation":"<p>The structure containing the Amazon S3 path to export the Earth Observation job output.</p>"
812    },
813    "ExportVectorEnrichmentJobInput":{
814      "type":"structure",
815      "required":[
816        "Arn",
817        "ExecutionRoleArn",
818        "OutputConfig"
819      ],
820      "members":{
821        "Arn":{
822          "shape":"VectorEnrichmentJobArn",
823          "documentation":"<p>The Amazon Resource Name (ARN) of the Vector Enrichment job.</p>"
824        },
825        "ClientToken":{
826          "shape":"ExportVectorEnrichmentJobInputClientTokenString",
827          "documentation":"<p>A unique token that guarantees that the call to this API is idempotent.</p>",
828          "idempotencyToken":true
829        },
830        "ExecutionRoleArn":{
831          "shape":"ExecutionRoleArn",
832          "documentation":"<p>The Amazon Resource Name (ARN) of the IAM rolewith permission to upload to the location in OutputConfig.</p>"
833        },
834        "OutputConfig":{
835          "shape":"ExportVectorEnrichmentJobOutputConfig",
836          "documentation":"<p>Output location information for exporting Vector Enrichment Job results. </p>"
837        }
838      }
839    },
840    "ExportVectorEnrichmentJobInputClientTokenString":{
841      "type":"string",
842      "max":64,
843      "min":36
844    },
845    "ExportVectorEnrichmentJobOutput":{
846      "type":"structure",
847      "required":[
848        "Arn",
849        "CreationTime",
850        "ExecutionRoleArn",
851        "ExportStatus",
852        "OutputConfig"
853      ],
854      "members":{
855        "Arn":{
856          "shape":"VectorEnrichmentJobArn",
857          "documentation":"<p>The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.</p>"
858        },
859        "CreationTime":{
860          "shape":"SyntheticTimestamp_date_time",
861          "documentation":"<p>The creation time.</p>"
862        },
863        "ExecutionRoleArn":{
864          "shape":"ExecutionRoleArn",
865          "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.</p>"
866        },
867        "ExportStatus":{
868          "shape":"VectorEnrichmentJobExportStatus",
869          "documentation":"<p>The status of the results the Vector Enrichment job being exported.</p>"
870        },
871        "OutputConfig":{
872          "shape":"ExportVectorEnrichmentJobOutputConfig",
873          "documentation":"<p>Output location information for exporting Vector Enrichment Job results. </p>"
874        }
875      }
876    },
877    "ExportVectorEnrichmentJobOutputConfig":{
878      "type":"structure",
879      "required":["S3Data"],
880      "members":{
881        "S3Data":{
882          "shape":"VectorEnrichmentJobS3Data",
883          "documentation":"<p>The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.</p>"
884        }
885      },
886      "documentation":"<p>An object containing information about the output file.</p>"
887    },
888    "Filter":{
889      "type":"structure",
890      "required":[
891        "Name",
892        "Type"
893      ],
894      "members":{
895        "Maximum":{
896          "shape":"Float",
897          "documentation":"<p>The maximum value of the filter.</p>"
898        },
899        "Minimum":{
900          "shape":"Float",
901          "documentation":"<p>The minimum value of the filter.</p>"
902        },
903        "Name":{
904          "shape":"String",
905          "documentation":"<p>The name of the filter.</p>"
906        },
907        "Type":{
908          "shape":"String",
909          "documentation":"<p>The type of the filter being used.</p>"
910        }
911      },
912      "documentation":"<p>The structure representing the filters supported by a RasterDataCollection.</p>"
913    },
914    "FilterList":{
915      "type":"list",
916      "member":{"shape":"Filter"}
917    },
918    "Float":{
919      "type":"float",
920      "box":true
921    },
922    "GeoMosaicConfigInput":{
923      "type":"structure",
924      "members":{
925        "AlgorithmName":{
926          "shape":"AlgorithmNameGeoMosaic",
927          "documentation":"<p>The name of the algorithm being used for geomosaic.</p>"
928        },
929        "TargetBands":{
930          "shape":"StringListInput",
931          "documentation":"<p>The target bands for geomosaic.</p>"
932        }
933      },
934      "documentation":"<p>Input configuration information for the geomosaic.</p>"
935    },
936    "Geometry":{
937      "type":"structure",
938      "required":[
939        "Coordinates",
940        "Type"
941      ],
942      "members":{
943        "Coordinates":{
944          "shape":"LinearRings",
945          "documentation":"<p>The coordinates of the GeoJson Geometry.</p>"
946        },
947        "Type":{
948          "shape":"String",
949          "documentation":"<p>GeoJson Geometry types like Polygon and MultiPolygon.</p>"
950        }
951      },
952      "documentation":"<p>The structure representing a Geometry in terms of Type and Coordinates as per GeoJson spec.</p>"
953    },
954    "GetEarthObservationJobInput":{
955      "type":"structure",
956      "required":["Arn"],
957      "members":{
958        "Arn":{
959          "shape":"EarthObservationJobArn",
960          "documentation":"<p>The Amazon Resource Name (ARN) of the Earth Observation job.</p>",
961          "location":"uri",
962          "locationName":"Arn"
963        }
964      }
965    },
966    "GetEarthObservationJobOutput":{
967      "type":"structure",
968      "required":[
969        "Arn",
970        "CreationTime",
971        "DurationInSeconds",
972        "InputConfig",
973        "JobConfig",
974        "Name",
975        "Status"
976      ],
977      "members":{
978        "Arn":{
979          "shape":"String",
980          "documentation":"<p>The Amazon Resource Name (ARN) of the Earth Observation job.</p>"
981        },
982        "CreationTime":{
983          "shape":"SyntheticTimestamp_date_time",
984          "documentation":"<p>The creation time of the initiated Earth Observation job.</p>"
985        },
986        "DurationInSeconds":{
987          "shape":"Integer",
988          "documentation":"<p>The duration of Earth Observation job, in seconds.</p>"
989        },
990        "ErrorDetails":{
991          "shape":"EarthObservationJobErrorDetails",
992          "documentation":"<p>Details about the errors generated during the Earth Observation job.</p>"
993        },
994        "ExecutionRoleArn":{
995          "shape":"ExecutionRoleArn",
996          "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>"
997        },
998        "ExportErrorDetails":{
999          "shape":"ExportErrorDetails",
1000          "documentation":"<p>Details about the errors generated during ExportEarthObservationJob.</p>"
1001        },
1002        "ExportStatus":{
1003          "shape":"EarthObservationJobExportStatus",
1004          "documentation":"<p>The status of the Earth Observation job.</p>"
1005        },
1006        "InputConfig":{
1007          "shape":"InputConfigOutput",
1008          "documentation":"<p>Input data for the Earth Observation job.</p>"
1009        },
1010        "JobConfig":{
1011          "shape":"JobConfigInput",
1012          "documentation":"<p>An object containing information about the job configuration.</p>"
1013        },
1014        "KmsKeyId":{
1015          "shape":"KmsKey",
1016          "documentation":"<p>The Key Management Service key ID for server-side encryption.</p>"
1017        },
1018        "Name":{
1019          "shape":"String",
1020          "documentation":"<p>The name of the Earth Observation job.</p>"
1021        },
1022        "OutputBands":{
1023          "shape":"EarthObservationJobOutputBands",
1024          "documentation":"<p>Bands available in the output of an operation.</p>"
1025        },
1026        "Status":{
1027          "shape":"EarthObservationJobStatus",
1028          "documentation":"<p>The status of a previously initiated Earth Observation job.</p>"
1029        },
1030        "Tags":{
1031          "shape":"Tags",
1032          "documentation":"<p>Each tag consists of a key and a value.</p>"
1033        }
1034      }
1035    },
1036    "GetRasterDataCollectionInput":{
1037      "type":"structure",
1038      "required":["Arn"],
1039      "members":{
1040        "Arn":{
1041          "shape":"DataCollectionArn",
1042          "documentation":"<p>The Amazon Resource Name (ARN) of the raster data collection.</p>",
1043          "location":"uri",
1044          "locationName":"Arn"
1045        }
1046      }
1047    },
1048    "GetRasterDataCollectionOutput":{
1049      "type":"structure",
1050      "required":[
1051        "Arn",
1052        "Description",
1053        "DescriptionPageUrl",
1054        "ImageSourceBands",
1055        "Name",
1056        "SupportedFilters",
1057        "Type"
1058      ],
1059      "members":{
1060        "Arn":{
1061          "shape":"DataCollectionArn",
1062          "documentation":"<p>The Amazon Resource Name (ARN) of the raster data collection.</p>"
1063        },
1064        "Description":{
1065          "shape":"String",
1066          "documentation":"<p>A description of the raster data collection.</p>"
1067        },
1068        "DescriptionPageUrl":{
1069          "shape":"String",
1070          "documentation":"<p>The URL of the description page.</p>"
1071        },
1072        "ImageSourceBands":{
1073          "shape":"ImageSourceBandList",
1074          "documentation":"<p>The list of image source bands in the raster data collection.</p>"
1075        },
1076        "Name":{
1077          "shape":"String",
1078          "documentation":"<p>The name of the raster data collection.</p>"
1079        },
1080        "SupportedFilters":{
1081          "shape":"FilterList",
1082          "documentation":"<p>The filters supported by the raster data collection.</p>"
1083        },
1084        "Tags":{
1085          "shape":"Tags",
1086          "documentation":"<p>Each tag consists of a key and a value.</p>"
1087        },
1088        "Type":{
1089          "shape":"DataCollectionType",
1090          "documentation":"<p>The raster data collection type.</p>"
1091        }
1092      }
1093    },
1094    "GetTileInput":{
1095      "type":"structure",
1096      "required":[
1097        "Arn",
1098        "ImageAssets",
1099        "Target",
1100        "x",
1101        "y",
1102        "z"
1103      ],
1104      "members":{
1105        "Arn":{
1106          "shape":"EarthObservationJobArn",
1107          "documentation":"<p>The Amazon Resource Name (ARN) of the tile operation.</p>",
1108          "location":"querystring",
1109          "locationName":"Arn"
1110        },
1111        "ExecutionRoleArn":{
1112          "shape":"ExecutionRoleArn",
1113          "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role that you specify.</p>",
1114          "location":"querystring",
1115          "locationName":"ExecutionRoleArn"
1116        },
1117        "ImageAssets":{
1118          "shape":"StringListInput",
1119          "documentation":"<p>The particular assets or bands to tile.</p>",
1120          "location":"querystring",
1121          "locationName":"ImageAssets"
1122        },
1123        "ImageMask":{
1124          "shape":"Boolean",
1125          "documentation":"<p>Determines whether or not to return a valid data mask.</p>",
1126          "location":"querystring",
1127          "locationName":"ImageMask"
1128        },
1129        "OutputDataType":{
1130          "shape":"OutputType",
1131          "documentation":"<p>The output data type of the tile operation.</p>",
1132          "location":"querystring",
1133          "locationName":"OutputDataType"
1134        },
1135        "OutputFormat":{
1136          "shape":"String",
1137          "documentation":"<p>The data format of the output tile. The formats include .npy, .png and .jpg.</p>",
1138          "location":"querystring",
1139          "locationName":"OutputFormat"
1140        },
1141        "PropertyFilters":{
1142          "shape":"String",
1143          "documentation":"<p>Property filters for the imagery to tile.</p>",
1144          "location":"querystring",
1145          "locationName":"PropertyFilters"
1146        },
1147        "Target":{
1148          "shape":"TargetOptions",
1149          "documentation":"<p>Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.</p>",
1150          "location":"querystring",
1151          "locationName":"Target"
1152        },
1153        "TimeRangeFilter":{
1154          "shape":"String",
1155          "documentation":"<p>Time range filter applied to imagery to find the images to tile.</p>",
1156          "location":"querystring",
1157          "locationName":"TimeRangeFilter"
1158        },
1159        "x":{
1160          "shape":"Integer",
1161          "documentation":"<p>The x coordinate of the tile input.</p>",
1162          "location":"uri",
1163          "locationName":"x"
1164        },
1165        "y":{
1166          "shape":"Integer",
1167          "documentation":"<p>The y coordinate of the tile input.</p>",
1168          "location":"uri",
1169          "locationName":"y"
1170        },
1171        "z":{
1172          "shape":"Integer",
1173          "documentation":"<p>The z coordinate of the tile input.</p>",
1174          "location":"uri",
1175          "locationName":"z"
1176        }
1177      }
1178    },
1179    "GetTileOutput":{
1180      "type":"structure",
1181      "members":{
1182        "BinaryFile":{
1183          "shape":"BinaryFile",
1184          "documentation":"<p>The output binary file.</p>"
1185        }
1186      },
1187      "payload":"BinaryFile"
1188    },
1189    "GetVectorEnrichmentJobInput":{
1190      "type":"structure",
1191      "required":["Arn"],
1192      "members":{
1193        "Arn":{
1194          "shape":"VectorEnrichmentJobArn",
1195          "documentation":"<p>The Amazon Resource Name (ARN) of the Vector Enrichment job.</p>",
1196          "location":"uri",
1197          "locationName":"Arn"
1198        }
1199      }
1200    },
1201    "GetVectorEnrichmentJobOutput":{
1202      "type":"structure",
1203      "required":[
1204        "Arn",
1205        "CreationTime",
1206        "DurationInSeconds",
1207        "ExecutionRoleArn",
1208        "InputConfig",
1209        "JobConfig",
1210        "Name",
1211        "Status",
1212        "Type"
1213      ],
1214      "members":{
1215        "Arn":{
1216          "shape":"String",
1217          "documentation":"<p>The Amazon Resource Name (ARN) of the Vector Enrichment job.</p>"
1218        },
1219        "CreationTime":{
1220          "shape":"SyntheticTimestamp_date_time",
1221          "documentation":"<p>The creation time.</p>"
1222        },
1223        "DurationInSeconds":{
1224          "shape":"Integer",
1225          "documentation":"<p>The duration of the Vector Enrichment job, in seconds.</p>"
1226        },
1227        "ErrorDetails":{
1228          "shape":"VectorEnrichmentJobErrorDetails",
1229          "documentation":"<p>Details about the errors generated during the Vector Enrichment job.</p>"
1230        },
1231        "ExecutionRoleArn":{
1232          "shape":"ExecutionRoleArn",
1233          "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>"
1234        },
1235        "ExportErrorDetails":{
1236          "shape":"VectorEnrichmentJobExportErrorDetails",
1237          "documentation":"<p>Details about the errors generated during the ExportVectorEnrichmentJob.</p>"
1238        },
1239        "ExportStatus":{
1240          "shape":"VectorEnrichmentJobExportStatus",
1241          "documentation":"<p>The export status of the Vector Enrichment job being initiated.</p>"
1242        },
1243        "InputConfig":{
1244          "shape":"VectorEnrichmentJobInputConfig",
1245          "documentation":"<p>Input configuration information for the Vector Enrichment job.</p>"
1246        },
1247        "JobConfig":{
1248          "shape":"VectorEnrichmentJobConfig",
1249          "documentation":"<p>An object containing information about the job configuration.</p>"
1250        },
1251        "KmsKeyId":{
1252          "shape":"KmsKey",
1253          "documentation":"<p>The Key Management Service key ID for server-side encryption.</p>"
1254        },
1255        "Name":{
1256          "shape":"String",
1257          "documentation":"<p>The name of the Vector Enrichment job.</p>"
1258        },
1259        "Status":{
1260          "shape":"VectorEnrichmentJobStatus",
1261          "documentation":"<p>The status of the initiated Vector Enrichment job.</p>"
1262        },
1263        "Tags":{
1264          "shape":"Tags",
1265          "documentation":"<p>Each tag consists of a key and a value.</p>"
1266        },
1267        "Type":{
1268          "shape":"VectorEnrichmentJobType",
1269          "documentation":"<p>The type of the Vector Enrichment job being initiated.</p>"
1270        }
1271      }
1272    },
1273    "GroupBy":{
1274      "type":"string",
1275      "enum":[
1276        "ALL",
1277        "YEARLY"
1278      ]
1279    },
1280    "ImageSourceBandList":{
1281      "type":"list",
1282      "member":{"shape":"String"}
1283    },
1284    "InputConfigInput":{
1285      "type":"structure",
1286      "members":{
1287        "PreviousEarthObservationJobArn":{
1288          "shape":"EarthObservationJobArn",
1289          "documentation":"<p>The Amazon Resource Name (ARN) of the previous Earth Observation job.</p>"
1290        },
1291        "RasterDataCollectionQuery":{
1292          "shape":"RasterDataCollectionQueryInput",
1293          "documentation":"<p>The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn,TimeRange and Property Filters.</p>"
1294        }
1295      },
1296      "documentation":"<p>Input configuration information.</p>"
1297    },
1298    "InputConfigOutput":{
1299      "type":"structure",
1300      "members":{
1301        "PreviousEarthObservationJobArn":{
1302          "shape":"EarthObservationJobArn",
1303          "documentation":"<p>The Amazon Resource Name (ARN) of the previous Earth Observation job.</p>"
1304        },
1305        "RasterDataCollectionQuery":{
1306          "shape":"RasterDataCollectionQueryOutput",
1307          "documentation":"<p>The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.</p>"
1308        }
1309      },
1310      "documentation":"<p>The InputConfig for an EarthObservationJob response.</p>"
1311    },
1312    "Integer":{
1313      "type":"integer",
1314      "box":true
1315    },
1316    "InternalServerException":{
1317      "type":"structure",
1318      "required":["Message"],
1319      "members":{
1320        "Message":{"shape":"String"},
1321        "ResourceId":{
1322          "shape":"String",
1323          "documentation":"<p/>"
1324        }
1325      },
1326      "documentation":"<p>The request processing has failed because of an unknown error, exception, or failure.</p>",
1327      "error":{"httpStatusCode":500},
1328      "exception":true,
1329      "fault":true
1330    },
1331    "ItemSource":{
1332      "type":"structure",
1333      "required":[
1334        "DateTime",
1335        "Geometry",
1336        "Id"
1337      ],
1338      "members":{
1339        "Assets":{
1340          "shape":"AssetsMap",
1341          "documentation":"<p>This is a dictionary of Asset Objects data associated with the Item that can be downloaded or streamed, each with a unique key.</p>"
1342        },
1343        "DateTime":{
1344          "shape":"Timestamp",
1345          "documentation":"<p>The searchable date and time of the item, in UTC.</p>"
1346        },
1347        "Geometry":{
1348          "shape":"Geometry",
1349          "documentation":"<p>The item Geometry in GeoJson format.</p>"
1350        },
1351        "Id":{
1352          "shape":"String",
1353          "documentation":"<p>A unique Id for the source item.</p>"
1354        },
1355        "Properties":{
1356          "shape":"Properties",
1357          "documentation":"<p>This field contains additional properties of the item.</p>"
1358        }
1359      },
1360      "documentation":"<p>The structure representing the items in the response for SearchRasterDataCollection.</p>"
1361    },
1362    "ItemSourceList":{
1363      "type":"list",
1364      "member":{"shape":"ItemSource"}
1365    },
1366    "JobConfigInput":{
1367      "type":"structure",
1368      "members":{
1369        "BandMathConfig":{
1370          "shape":"BandMathConfigInput",
1371          "documentation":"<p>An object containing information about the job configuration for BandMath.</p>"
1372        },
1373        "CloudMaskingConfig":{
1374          "shape":"CloudMaskingConfigInput",
1375          "documentation":"<p>An object containing information about the job configuration for cloud masking.</p>"
1376        },
1377        "CloudRemovalConfig":{
1378          "shape":"CloudRemovalConfigInput",
1379          "documentation":"<p>An object containing information about the job configuration for cloud removal.</p>"
1380        },
1381        "GeoMosaicConfig":{
1382          "shape":"GeoMosaicConfigInput",
1383          "documentation":"<p>An object containing information about the job configuration for geomosaic.</p>"
1384        },
1385        "LandCoverSegmentationConfig":{
1386          "shape":"LandCoverSegmentationConfigInput",
1387          "documentation":"<p>An object containing information about the job configuration for land cover segmentation.</p>"
1388        },
1389        "ResamplingConfig":{
1390          "shape":"ResamplingConfigInput",
1391          "documentation":"<p>An object containing information about the job configuration for resampling.</p>"
1392        },
1393        "StackConfig":{
1394          "shape":"StackConfigInput",
1395          "documentation":"<p>An object containing information about the job configuration for a Stacking Earth Observation job.</p>"
1396        },
1397        "TemporalStatisticsConfig":{
1398          "shape":"TemporalStatisticsConfigInput",
1399          "documentation":"<p>An object containing information about the job configuration for temporal statistics.</p>"
1400        },
1401        "ZonalStatisticsConfig":{
1402          "shape":"ZonalStatisticsConfigInput",
1403          "documentation":"<p>An object containing information about the job configuration for zonal statistics.</p>"
1404        }
1405      },
1406      "documentation":"<p>The input structure for the JobConfig in an EarthObservationJob.</p>",
1407      "union":true
1408    },
1409    "KmsKey":{
1410      "type":"string",
1411      "max":2048,
1412      "min":0
1413    },
1414    "LandCoverSegmentationConfigInput":{
1415      "type":"structure",
1416      "members":{
1417      },
1418      "documentation":"<p>The input structure for Land Cover Operation type.</p>"
1419    },
1420    "LandsatCloudCoverLandInput":{
1421      "type":"structure",
1422      "required":[
1423        "LowerBound",
1424        "UpperBound"
1425      ],
1426      "members":{
1427        "LowerBound":{
1428          "shape":"Float",
1429          "documentation":"<p>The minimum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover greater than or equal to this value.</p>"
1430        },
1431        "UpperBound":{
1432          "shape":"Float",
1433          "documentation":"<p>The maximum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover less than or equal to this value.</p>"
1434        }
1435      },
1436      "documentation":"<p>The structure representing Land Cloud Cover property for Landsat data collection.</p>"
1437    },
1438    "LinearRing":{
1439      "type":"list",
1440      "member":{"shape":"Position"},
1441      "min":4
1442    },
1443    "LinearRings":{
1444      "type":"list",
1445      "member":{"shape":"LinearRing"},
1446      "min":1
1447    },
1448    "LinearRingsList":{
1449      "type":"list",
1450      "member":{"shape":"LinearRings"}
1451    },
1452    "ListEarthObservationJobInput":{
1453      "type":"structure",
1454      "members":{
1455        "MaxResults":{
1456          "shape":"ListEarthObservationJobInputMaxResultsInteger",
1457          "documentation":"<p>The total number of items to return.</p>"
1458        },
1459        "NextToken":{
1460          "shape":"NextToken",
1461          "documentation":"<p>If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.</p>"
1462        },
1463        "SortBy":{
1464          "shape":"String",
1465          "documentation":"<p>The parameter by which to sort the results.</p>"
1466        },
1467        "SortOrder":{
1468          "shape":"SortOrder",
1469          "documentation":"<p>An optional value that specifies whether you want the results sorted in <code>Ascending</code> or <code>Descending</code> order.</p>"
1470        },
1471        "StatusEquals":{
1472          "shape":"EarthObservationJobStatus",
1473          "documentation":"<p>A filter that retrieves only jobs with a specific status.</p>"
1474        }
1475      }
1476    },
1477    "ListEarthObservationJobInputMaxResultsInteger":{
1478      "type":"integer",
1479      "box":true,
1480      "max":20,
1481      "min":1
1482    },
1483    "ListEarthObservationJobOutput":{
1484      "type":"structure",
1485      "required":["EarthObservationJobSummaries"],
1486      "members":{
1487        "EarthObservationJobSummaries":{
1488          "shape":"EarthObservationJobList",
1489          "documentation":"<p>Contains summary information about the Earth Observation jobs.</p>"
1490        },
1491        "NextToken":{
1492          "shape":"NextToken",
1493          "documentation":"<p>If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.</p>"
1494        }
1495      }
1496    },
1497    "ListEarthObservationJobOutputConfig":{
1498      "type":"structure",
1499      "required":[
1500        "Arn",
1501        "CreationTime",
1502        "DurationInSeconds",
1503        "Name",
1504        "OperationType",
1505        "Status"
1506      ],
1507      "members":{
1508        "Arn":{
1509          "shape":"String",
1510          "documentation":"<p>The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.</p>"
1511        },
1512        "CreationTime":{
1513          "shape":"SyntheticTimestamp_date_time",
1514          "documentation":"<p>The creation time.</p>"
1515        },
1516        "DurationInSeconds":{
1517          "shape":"Integer",
1518          "documentation":"<p>The duration of the session, in seconds.</p>"
1519        },
1520        "Name":{
1521          "shape":"String",
1522          "documentation":"<p>The names of the Earth Observation jobs in the list.</p>"
1523        },
1524        "OperationType":{
1525          "shape":"String",
1526          "documentation":"<p>The operation type for an Earth Observation job.</p>"
1527        },
1528        "Status":{
1529          "shape":"EarthObservationJobStatus",
1530          "documentation":"<p>The status of the list of the Earth Observation jobs.</p>"
1531        },
1532        "Tags":{
1533          "shape":"Tags",
1534          "documentation":"<p>Each tag consists of a key and a value.</p>"
1535        }
1536      },
1537      "documentation":"<p>An object containing information about the output file.</p>"
1538    },
1539    "ListRasterDataCollectionsInput":{
1540      "type":"structure",
1541      "members":{
1542        "MaxResults":{
1543          "shape":"ListRasterDataCollectionsInputMaxResultsInteger",
1544          "documentation":"<p>The total number of items to return.</p>",
1545          "location":"querystring",
1546          "locationName":"MaxResults"
1547        },
1548        "NextToken":{
1549          "shape":"NextToken",
1550          "documentation":"<p>If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.</p>",
1551          "location":"querystring",
1552          "locationName":"NextToken"
1553        }
1554      }
1555    },
1556    "ListRasterDataCollectionsInputMaxResultsInteger":{
1557      "type":"integer",
1558      "box":true,
1559      "max":20,
1560      "min":1
1561    },
1562    "ListRasterDataCollectionsOutput":{
1563      "type":"structure",
1564      "required":["RasterDataCollectionSummaries"],
1565      "members":{
1566        "NextToken":{
1567          "shape":"NextToken",
1568          "documentation":"<p>If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.</p>"
1569        },
1570        "RasterDataCollectionSummaries":{
1571          "shape":"DataCollectionsList",
1572          "documentation":"<p>Contains summary information about the raster data collection.</p>"
1573        }
1574      }
1575    },
1576    "ListTagsForResourceRequest":{
1577      "type":"structure",
1578      "required":["ResourceArn"],
1579      "members":{
1580        "ResourceArn":{
1581          "shape":"Arn",
1582          "documentation":"<p>The Amazon Resource Name (ARN) of the resource you want to tag.</p>",
1583          "location":"uri",
1584          "locationName":"ResourceArn"
1585        }
1586      }
1587    },
1588    "ListTagsForResourceResponse":{
1589      "type":"structure",
1590      "members":{
1591        "Tags":{
1592          "shape":"Tags",
1593          "documentation":"<p>Each tag consists of a key and a value.</p>"
1594        }
1595      }
1596    },
1597    "ListVectorEnrichmentJobInput":{
1598      "type":"structure",
1599      "members":{
1600        "MaxResults":{
1601          "shape":"ListVectorEnrichmentJobInputMaxResultsInteger",
1602          "documentation":"<p>The maximum number of items to return.</p>"
1603        },
1604        "NextToken":{
1605          "shape":"NextToken",
1606          "documentation":"<p>If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.</p>"
1607        },
1608        "SortBy":{
1609          "shape":"String",
1610          "documentation":"<p>The parameter by which to sort the results.</p>"
1611        },
1612        "SortOrder":{
1613          "shape":"SortOrder",
1614          "documentation":"<p>An optional value that specifies whether you want the results sorted in <code>Ascending</code> or <code>Descending</code> order.</p>"
1615        },
1616        "StatusEquals":{
1617          "shape":"String",
1618          "documentation":"<p>A filter that retrieves only jobs with a specific status.</p>"
1619        }
1620      }
1621    },
1622    "ListVectorEnrichmentJobInputMaxResultsInteger":{
1623      "type":"integer",
1624      "box":true,
1625      "max":20,
1626      "min":1
1627    },
1628    "ListVectorEnrichmentJobOutput":{
1629      "type":"structure",
1630      "required":["VectorEnrichmentJobSummaries"],
1631      "members":{
1632        "NextToken":{
1633          "shape":"NextToken",
1634          "documentation":"<p>If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.</p>"
1635        },
1636        "VectorEnrichmentJobSummaries":{
1637          "shape":"VectorEnrichmentJobList",
1638          "documentation":"<p>Contains summary information about the Vector Enrichment jobs.</p>"
1639        }
1640      }
1641    },
1642    "ListVectorEnrichmentJobOutputConfig":{
1643      "type":"structure",
1644      "required":[
1645        "Arn",
1646        "CreationTime",
1647        "DurationInSeconds",
1648        "Name",
1649        "Status",
1650        "Type"
1651      ],
1652      "members":{
1653        "Arn":{
1654          "shape":"VectorEnrichmentJobArn",
1655          "documentation":"<p>The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.</p>"
1656        },
1657        "CreationTime":{
1658          "shape":"SyntheticTimestamp_date_time",
1659          "documentation":"<p>The creation time.</p>"
1660        },
1661        "DurationInSeconds":{
1662          "shape":"Integer",
1663          "documentation":"<p>The duration of the session, in seconds.</p>"
1664        },
1665        "Name":{
1666          "shape":"String",
1667          "documentation":"<p>The names of the Vector Enrichment jobs in the list.</p>"
1668        },
1669        "Status":{
1670          "shape":"VectorEnrichmentJobStatus",
1671          "documentation":"<p>The status of the Vector Enrichment jobs list. </p>"
1672        },
1673        "Tags":{
1674          "shape":"Tags",
1675          "documentation":"<p>Each tag consists of a key and a value.</p>"
1676        },
1677        "Type":{
1678          "shape":"VectorEnrichmentJobType",
1679          "documentation":"<p>The type of the list of Vector Enrichment jobs.</p>"
1680        }
1681      },
1682      "documentation":"<p>An object containing information about the output file.</p>"
1683    },
1684    "LogicalOperator":{
1685      "type":"string",
1686      "enum":["AND"]
1687    },
1688    "MapMatchingConfig":{
1689      "type":"structure",
1690      "required":[
1691        "IdAttributeName",
1692        "TimestampAttributeName",
1693        "XAttributeName",
1694        "YAttributeName"
1695      ],
1696      "members":{
1697        "IdAttributeName":{
1698          "shape":"String",
1699          "documentation":"<p>The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.</p>"
1700        },
1701        "TimestampAttributeName":{
1702          "shape":"String",
1703          "documentation":"<p>The name of the timestamp attribute.</p>"
1704        },
1705        "XAttributeName":{
1706          "shape":"String",
1707          "documentation":"<p>The name of the X-attribute</p>"
1708        },
1709        "YAttributeName":{
1710          "shape":"String",
1711          "documentation":"<p>The name of the Y-attribute</p>"
1712        }
1713      },
1714      "documentation":"<p>The input structure for Map Matching operation type.</p>"
1715    },
1716    "MultiPolygonGeometryInput":{
1717      "type":"structure",
1718      "required":["Coordinates"],
1719      "members":{
1720        "Coordinates":{
1721          "shape":"LinearRingsList",
1722          "documentation":"<p>The coordinates of the multipolygon geometry.</p>"
1723        }
1724      },
1725      "documentation":"<p>The structure representing Polygon Geometry based on the <a href=\"https://www.rfc-editor.org/rfc/rfc7946#section-3.1.6\">GeoJson spec</a>.</p>"
1726    },
1727    "NextToken":{
1728      "type":"string",
1729      "max":8192,
1730      "min":0,
1731      "sensitive":true
1732    },
1733    "Operation":{
1734      "type":"structure",
1735      "required":[
1736        "Equation",
1737        "Name"
1738      ],
1739      "members":{
1740        "Equation":{
1741          "shape":"String",
1742          "documentation":"<p>Textual representation of the math operation; Equation used to compute the spectral index.</p>"
1743        },
1744        "Name":{
1745          "shape":"String",
1746          "documentation":"<p>The name of the operation.</p>"
1747        },
1748        "OutputType":{
1749          "shape":"OutputType",
1750          "documentation":"<p>The type of the operation.</p>"
1751        }
1752      },
1753      "documentation":"<p>Represents an arithmetic operation to compute spectral index.</p>"
1754    },
1755    "OperationsListInput":{
1756      "type":"list",
1757      "member":{"shape":"Operation"},
1758      "min":1
1759    },
1760    "OutputBand":{
1761      "type":"structure",
1762      "required":[
1763        "BandName",
1764        "OutputDataType"
1765      ],
1766      "members":{
1767        "BandName":{
1768          "shape":"String",
1769          "documentation":"<p>The name of the band.</p>"
1770        },
1771        "OutputDataType":{
1772          "shape":"OutputType",
1773          "documentation":"<p>The datatype of the output band.</p>"
1774        }
1775      },
1776      "documentation":"<p>A single EarthObservationJob output band.</p>"
1777    },
1778    "OutputConfigInput":{
1779      "type":"structure",
1780      "required":["S3Data"],
1781      "members":{
1782        "S3Data":{
1783          "shape":"ExportS3DataInput",
1784          "documentation":"<p>Path to Amazon S3 storage location for the output configuration file.</p>"
1785        }
1786      },
1787      "documentation":"<p>The response structure for an OutputConfig returned by an ExportEarthObservationJob.</p>"
1788    },
1789    "OutputResolutionResamplingInput":{
1790      "type":"structure",
1791      "required":["UserDefined"],
1792      "members":{
1793        "UserDefined":{
1794          "shape":"UserDefined",
1795          "documentation":"<p>User Defined Resolution for the output of Resampling operation defined by value and unit.</p>"
1796        }
1797      },
1798      "documentation":"<p>OutputResolution Configuration indicating the target resolution for the output of Resampling operation.</p>"
1799    },
1800    "OutputResolutionStackInput":{
1801      "type":"structure",
1802      "members":{
1803        "Predefined":{
1804          "shape":"PredefinedResolution",
1805          "documentation":"<p>A string value representing Predefined Output Resolution for a stacking operation. Allowed values are <code>HIGHEST</code>, <code>LOWEST</code>, and <code>AVERAGE</code>.</p>"
1806        },
1807        "UserDefined":{
1808          "shape":"UserDefined",
1809          "documentation":"<p>The structure representing User Output Resolution for a Stacking operation defined as a value and unit.</p>"
1810        }
1811      },
1812      "documentation":"<p>The input structure representing Output Resolution for Stacking Operation.</p>"
1813    },
1814    "OutputType":{
1815      "type":"string",
1816      "enum":[
1817        "INT32",
1818        "FLOAT32",
1819        "INT16",
1820        "FLOAT64",
1821        "UINT16"
1822      ]
1823    },
1824    "PlatformInput":{
1825      "type":"structure",
1826      "required":["Value"],
1827      "members":{
1828        "ComparisonOperator":{
1829          "shape":"ComparisonOperator",
1830          "documentation":"<p>The ComparisonOperator to use with PlatformInput.</p>"
1831        },
1832        "Value":{
1833          "shape":"String",
1834          "documentation":"<p>The value of the platform.</p>"
1835        }
1836      },
1837      "documentation":"<p>The input structure for specifying Platform. Platform refers to the unique name of the specific platform the instrument is attached to. For satellites it is the name of the satellite, eg. landsat-8 (Landsat-8), sentinel-2a.</p>"
1838    },
1839    "PolygonGeometryInput":{
1840      "type":"structure",
1841      "required":["Coordinates"],
1842      "members":{
1843        "Coordinates":{
1844          "shape":"LinearRings",
1845          "documentation":"<p>Coordinates representing a Polygon based on the <a href=\"https://www.rfc-editor.org/rfc/rfc7946#section-3.1.6\">GeoJson spec</a>.</p>"
1846        }
1847      },
1848      "documentation":"<p>The structure representing Polygon Geometry based on the <a href=\"https://www.rfc-editor.org/rfc/rfc7946#section-3.1.6\">GeoJson spec</a>.</p>"
1849    },
1850    "Position":{
1851      "type":"list",
1852      "member":{"shape":"Double"},
1853      "max":2,
1854      "min":2,
1855      "sensitive":true
1856    },
1857    "PredefinedResolution":{
1858      "type":"string",
1859      "enum":[
1860        "HIGHEST",
1861        "LOWEST",
1862        "AVERAGE"
1863      ]
1864    },
1865    "Properties":{
1866      "type":"structure",
1867      "members":{
1868        "EoCloudCover":{
1869          "shape":"Float",
1870          "documentation":"<p>Estimate of cloud cover.</p>"
1871        },
1872        "LandsatCloudCoverLand":{
1873          "shape":"Float",
1874          "documentation":"<p>Land cloud cover for Landsat Data Collection.</p>"
1875        },
1876        "Platform":{
1877          "shape":"String",
1878          "documentation":"<p>Platform property. Platform refers to the unique name of the specific platform the instrument is attached to. For satellites it is the name of the satellite, eg. landsat-8 (Landsat-8), sentinel-2a.</p>"
1879        },
1880        "ViewOffNadir":{
1881          "shape":"Float",
1882          "documentation":"<p>The angle from the sensor between nadir (straight down) and the scene center. Measured in degrees (0-90).</p>"
1883        },
1884        "ViewSunAzimuth":{
1885          "shape":"Float",
1886          "documentation":"<p>The sun azimuth angle. From the scene center point on the ground, this is the angle between truth north and the sun. Measured clockwise in degrees (0-360).</p>"
1887        },
1888        "ViewSunElevation":{
1889          "shape":"Float",
1890          "documentation":"<p>The sun elevation angle. The angle from the tangent of the scene center point to the sun. Measured from the horizon in degrees (-90-90). Negative values indicate the sun is below the horizon, e.g. sun elevation of -10° means the data was captured during <a href=\"https://www.timeanddate.com/astronomy/different-types-twilight.html\">nautical twilight</a>.</p>"
1891        }
1892      },
1893      "documentation":"<p>Properties associated with the Item.</p>"
1894    },
1895    "Property":{
1896      "type":"structure",
1897      "members":{
1898        "EoCloudCover":{
1899          "shape":"EoCloudCoverInput",
1900          "documentation":"<p>The structure representing EoCloudCover property filter containing a lower bound and upper bound.</p>"
1901        },
1902        "LandsatCloudCoverLand":{
1903          "shape":"LandsatCloudCoverLandInput",
1904          "documentation":"<p>The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.</p>"
1905        },
1906        "Platform":{
1907          "shape":"PlatformInput",
1908          "documentation":"<p>The structure representing Platform property filter consisting of value and comparison operator.</p>"
1909        },
1910        "ViewOffNadir":{
1911          "shape":"ViewOffNadirInput",
1912          "documentation":"<p>The structure representing ViewOffNadir property filter containing a lower bound and upper bound.</p>"
1913        },
1914        "ViewSunAzimuth":{
1915          "shape":"ViewSunAzimuthInput",
1916          "documentation":"<p>The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.</p>"
1917        },
1918        "ViewSunElevation":{
1919          "shape":"ViewSunElevationInput",
1920          "documentation":"<p>The structure representing ViewSunElevation property filter containing a lower bound and upper bound.</p>"
1921        }
1922      },
1923      "documentation":"<p>Represents a single searchable property to search on.</p>",
1924      "union":true
1925    },
1926    "PropertyFilter":{
1927      "type":"structure",
1928      "required":["Property"],
1929      "members":{
1930        "Property":{
1931          "shape":"Property",
1932          "documentation":"<p>Represents a single property to match with when searching a raster data collection.</p>"
1933        }
1934      },
1935      "documentation":"<p>The structure representing a single PropertyFilter.</p>"
1936    },
1937    "PropertyFilters":{
1938      "type":"structure",
1939      "members":{
1940        "LogicalOperator":{
1941          "shape":"LogicalOperator",
1942          "documentation":"<p>The Logical Operator used to combine the Property Filters.</p>"
1943        },
1944        "Properties":{
1945          "shape":"PropertyFiltersList",
1946          "documentation":"<p>A list of Property Filters.</p>"
1947        }
1948      },
1949      "documentation":"<p>A list of PropertyFilter objects.</p>"
1950    },
1951    "PropertyFiltersList":{
1952      "type":"list",
1953      "member":{"shape":"PropertyFilter"}
1954    },
1955    "RasterDataCollectionMetadata":{
1956      "type":"structure",
1957      "required":[
1958        "Arn",
1959        "Description",
1960        "Name",
1961        "SupportedFilters",
1962        "Type"
1963      ],
1964      "members":{
1965        "Arn":{
1966          "shape":"DataCollectionArn",
1967          "documentation":"<p>The Amazon Resource Name (ARN) of the raster data collection.</p>"
1968        },
1969        "Description":{
1970          "shape":"String",
1971          "documentation":"<p>A description of the raster data collection.</p>"
1972        },
1973        "DescriptionPageUrl":{
1974          "shape":"String",
1975          "documentation":"<p>The description URL of the raster data collection.</p>"
1976        },
1977        "Name":{
1978          "shape":"String",
1979          "documentation":"<p>The name of the raster data collection.</p>"
1980        },
1981        "SupportedFilters":{
1982          "shape":"FilterList",
1983          "documentation":"<p>The list of filters supported by the raster data collection.</p>"
1984        },
1985        "Tags":{
1986          "shape":"Tags",
1987          "documentation":"<p>Each tag consists of a key and a value.</p>"
1988        },
1989        "Type":{
1990          "shape":"DataCollectionType",
1991          "documentation":"<p>The type of raster data collection.</p>"
1992        }
1993      },
1994      "documentation":"<p>Response object containing details for a specific RasterDataCollection.</p>"
1995    },
1996    "RasterDataCollectionQueryInput":{
1997      "type":"structure",
1998      "required":[
1999        "RasterDataCollectionArn",
2000        "TimeRangeFilter"
2001      ],
2002      "members":{
2003        "AreaOfInterest":{
2004          "shape":"AreaOfInterest",
2005          "documentation":"<p>The area of interest being queried for the raster data collection.</p>"
2006        },
2007        "PropertyFilters":{
2008          "shape":"PropertyFilters",
2009          "documentation":"<p>The list of Property filters used in the Raster Data Collection Query.</p>"
2010        },
2011        "RasterDataCollectionArn":{
2012          "shape":"DataCollectionArn",
2013          "documentation":"<p>The Amazon Resource Name (ARN) of the raster data collection.</p>"
2014        },
2015        "TimeRangeFilter":{
2016          "shape":"TimeRangeFilterInput",
2017          "documentation":"<p>The TimeRange Filter used in the RasterDataCollection Query.</p>"
2018        }
2019      },
2020      "documentation":"<p>The input structure for Raster Data Collection Query containing the Area of Interest, TimeRange Filters, and Property Filters.</p>"
2021    },
2022    "RasterDataCollectionQueryOutput":{
2023      "type":"structure",
2024      "required":[
2025        "RasterDataCollectionArn",
2026        "RasterDataCollectionName",
2027        "TimeRangeFilter"
2028      ],
2029      "members":{
2030        "AreaOfInterest":{
2031          "shape":"AreaOfInterest",
2032          "documentation":"<p>The Area of Interest used in the search.</p>"
2033        },
2034        "PropertyFilters":{
2035          "shape":"PropertyFilters",
2036          "documentation":"<p>Property filters used in the search.</p>"
2037        },
2038        "RasterDataCollectionArn":{
2039          "shape":"DataCollectionArn",
2040          "documentation":"<p>The ARN of the Raster Data Collection against which the search is done.</p>"
2041        },
2042        "RasterDataCollectionName":{
2043          "shape":"String",
2044          "documentation":"<p>The name of the raster data collection.</p>"
2045        },
2046        "TimeRangeFilter":{
2047          "shape":"TimeRangeFilterOutput",
2048          "documentation":"<p>The TimeRange filter used in the search.</p>"
2049        }
2050      },
2051      "documentation":"<p>The output structure contains the Raster Data Collection Query input along with some additional metadata.</p>"
2052    },
2053    "RasterDataCollectionQueryWithBandFilterInput":{
2054      "type":"structure",
2055      "required":["TimeRangeFilter"],
2056      "members":{
2057        "AreaOfInterest":{
2058          "shape":"AreaOfInterest",
2059          "documentation":"<p>The Area of interest to be used in the search query.</p>"
2060        },
2061        "BandFilter":{
2062          "shape":"StringListInput",
2063          "documentation":"<p>The list of Bands to be displayed in the result for each item.</p>"
2064        },
2065        "PropertyFilters":{
2066          "shape":"PropertyFilters",
2067          "documentation":"<p>The Property Filters used in the search query.</p>"
2068        },
2069        "TimeRangeFilter":{
2070          "shape":"TimeRangeFilterInput",
2071          "documentation":"<p>The TimeRange Filter used in the search query.</p>"
2072        }
2073      },
2074      "documentation":"<p>This is a RasterDataCollectionQueryInput containing AreaOfInterest, Time Range filter and Property filters.</p>"
2075    },
2076    "ResamplingConfigInput":{
2077      "type":"structure",
2078      "required":["OutputResolution"],
2079      "members":{
2080        "AlgorithmName":{
2081          "shape":"AlgorithmNameResampling",
2082          "documentation":"<p>The name of the algorithm used for resampling.</p>"
2083        },
2084        "OutputResolution":{
2085          "shape":"OutputResolutionResamplingInput",
2086          "documentation":"<p>The structure representing output resolution (in target georeferenced units) of the result of resampling operation.</p>"
2087        },
2088        "TargetBands":{
2089          "shape":"StringListInput",
2090          "documentation":"<p>Bands used in the operation. If no target bands are specified, it uses all bands available in the input.</p>"
2091        }
2092      },
2093      "documentation":"<p>The structure representing input for resampling operation.</p>"
2094    },
2095    "ResourceNotFoundException":{
2096      "type":"structure",
2097      "required":["Message"],
2098      "members":{
2099        "Message":{"shape":"String"},
2100        "ResourceId":{
2101          "shape":"String",
2102          "documentation":"<p>Identifier of the resource that was not found.</p>"
2103        }
2104      },
2105      "documentation":"<p>The request references a resource which does not exist.</p>",
2106      "error":{
2107        "httpStatusCode":404,
2108        "senderFault":true
2109      },
2110      "exception":true
2111    },
2112    "ReverseGeocodingConfig":{
2113      "type":"structure",
2114      "required":[
2115        "XAttributeName",
2116        "YAttributeName"
2117      ],
2118      "members":{
2119        "XAttributeName":{
2120          "shape":"String",
2121          "documentation":"<p>The field name for the data that describes x-axis coordinate, eg. longitude of a point.</p>"
2122        },
2123        "YAttributeName":{
2124          "shape":"String",
2125          "documentation":"<p>The field name for the data that describes y-axis coordinate, eg. latitude of a point.</p>"
2126        }
2127      },
2128      "documentation":"<p>The input structure for Reverse Geocoding operation type.</p>"
2129    },
2130    "S3Uri":{
2131      "type":"string",
2132      "pattern":"^s3://([^/]+)/?(.*)$"
2133    },
2134    "SearchRasterDataCollectionInput":{
2135      "type":"structure",
2136      "required":[
2137        "Arn",
2138        "RasterDataCollectionQuery"
2139      ],
2140      "members":{
2141        "Arn":{
2142          "shape":"DataCollectionArn",
2143          "documentation":"<p>The Amazon Resource Name (ARN) of the raster data collection.</p>"
2144        },
2145        "NextToken":{
2146          "shape":"NextToken",
2147          "documentation":"<p>If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.</p>"
2148        },
2149        "RasterDataCollectionQuery":{
2150          "shape":"RasterDataCollectionQueryWithBandFilterInput",
2151          "documentation":"<p>RasterDataCollectionQuery consisting of <a href=\"https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_AreaOfInterest.html\">AreaOfInterest(AOI)</a>, <a href=\"https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_PropertyFilter.html\">PropertyFilters</a> and <a href=\"https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_TimeRangeFilterInput.html\">TimeRangeFilterInput</a> used in <a href=\"https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_SearchRasterDataCollection.html\">SearchRasterDataCollection</a>.</p>"
2152        }
2153      }
2154    },
2155    "SearchRasterDataCollectionOutput":{
2156      "type":"structure",
2157      "required":["ApproximateResultCount"],
2158      "members":{
2159        "ApproximateResultCount":{
2160          "shape":"Integer",
2161          "documentation":"<p>Approximate number of results in the response.</p>"
2162        },
2163        "Items":{
2164          "shape":"ItemSourceList",
2165          "documentation":"<p>List of items matching the Raster DataCollectionQuery.</p>"
2166        },
2167        "NextToken":{
2168          "shape":"NextToken",
2169          "documentation":"<p>If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.</p>"
2170        }
2171      }
2172    },
2173    "ServiceQuotaExceededException":{
2174      "type":"structure",
2175      "required":["Message"],
2176      "members":{
2177        "Message":{"shape":"String"},
2178        "ResourceId":{
2179          "shape":"String",
2180          "documentation":"<p>Identifier of the resource affected.</p>"
2181        }
2182      },
2183      "documentation":"<p>You have exceeded the service quota.</p>",
2184      "error":{
2185        "httpStatusCode":402,
2186        "senderFault":true
2187      },
2188      "exception":true
2189    },
2190    "SortOrder":{
2191      "type":"string",
2192      "enum":[
2193        "ASCENDING",
2194        "DESCENDING"
2195      ]
2196    },
2197    "StackConfigInput":{
2198      "type":"structure",
2199      "members":{
2200        "OutputResolution":{
2201          "shape":"OutputResolutionStackInput",
2202          "documentation":"<p>The structure representing output resolution (in target georeferenced units) of the result of stacking operation.</p>"
2203        },
2204        "TargetBands":{
2205          "shape":"StringListInput",
2206          "documentation":"<p>A list of bands to be stacked in the specified order. When the parameter is not provided, all the available bands in the data collection are stacked in the alphabetical order of their asset names.</p>"
2207        }
2208      },
2209      "documentation":"<p>The input structure for Stacking Operation.</p>"
2210    },
2211    "StartEarthObservationJobInput":{
2212      "type":"structure",
2213      "required":[
2214        "ExecutionRoleArn",
2215        "InputConfig",
2216        "JobConfig",
2217        "Name"
2218      ],
2219      "members":{
2220        "ClientToken":{
2221          "shape":"StartEarthObservationJobInputClientTokenString",
2222          "documentation":"<p>A unique token that guarantees that the call to this API is idempotent.</p>",
2223          "idempotencyToken":true
2224        },
2225        "ExecutionRoleArn":{
2226          "shape":"ExecutionRoleArn",
2227          "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>"
2228        },
2229        "InputConfig":{
2230          "shape":"InputConfigInput",
2231          "documentation":"<p>Input configuration information for the Earth Observation job.</p>"
2232        },
2233        "JobConfig":{
2234          "shape":"JobConfigInput",
2235          "documentation":"<p>An object containing information about the job configuration.</p>"
2236        },
2237        "KmsKeyId":{
2238          "shape":"KmsKey",
2239          "documentation":"<p>The Key Management Service key ID for server-side encryption.</p>"
2240        },
2241        "Name":{
2242          "shape":"StartEarthObservationJobInputNameString",
2243          "documentation":"<p>The name of the Earth Observation job.</p>"
2244        },
2245        "Tags":{
2246          "shape":"Tags",
2247          "documentation":"<p>Each tag consists of a key and a value.</p>"
2248        }
2249      }
2250    },
2251    "StartEarthObservationJobInputClientTokenString":{
2252      "type":"string",
2253      "max":64,
2254      "min":36
2255    },
2256    "StartEarthObservationJobInputNameString":{
2257      "type":"string",
2258      "max":200,
2259      "min":0
2260    },
2261    "StartEarthObservationJobOutput":{
2262      "type":"structure",
2263      "required":[
2264        "Arn",
2265        "CreationTime",
2266        "DurationInSeconds",
2267        "ExecutionRoleArn",
2268        "JobConfig",
2269        "Name",
2270        "Status"
2271      ],
2272      "members":{
2273        "Arn":{
2274          "shape":"String",
2275          "documentation":"<p>The Amazon Resource Name (ARN) of the Earth Observation job.</p>"
2276        },
2277        "CreationTime":{
2278          "shape":"SyntheticTimestamp_date_time",
2279          "documentation":"<p>The creation time.</p>"
2280        },
2281        "DurationInSeconds":{
2282          "shape":"Integer",
2283          "documentation":"<p>The duration of the session, in seconds.</p>"
2284        },
2285        "ExecutionRoleArn":{
2286          "shape":"ExecutionRoleArn",
2287          "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>"
2288        },
2289        "InputConfig":{
2290          "shape":"InputConfigOutput",
2291          "documentation":"<p>Input configuration information for the Earth Observation job.</p>"
2292        },
2293        "JobConfig":{
2294          "shape":"JobConfigInput",
2295          "documentation":"<p>An object containing information about the job configuration.</p>"
2296        },
2297        "KmsKeyId":{
2298          "shape":"KmsKey",
2299          "documentation":"<p>The Key Management Service key ID for server-side encryption.</p>"
2300        },
2301        "Name":{
2302          "shape":"String",
2303          "documentation":"<p>The name of the Earth Observation job.</p>"
2304        },
2305        "Status":{
2306          "shape":"EarthObservationJobStatus",
2307          "documentation":"<p>The status of the Earth Observation job.</p>"
2308        },
2309        "Tags":{
2310          "shape":"Tags",
2311          "documentation":"<p>Each tag consists of a key and a value.</p>"
2312        }
2313      }
2314    },
2315    "StartVectorEnrichmentJobInput":{
2316      "type":"structure",
2317      "required":[
2318        "ExecutionRoleArn",
2319        "InputConfig",
2320        "JobConfig",
2321        "Name"
2322      ],
2323      "members":{
2324        "ClientToken":{
2325          "shape":"StartVectorEnrichmentJobInputClientTokenString",
2326          "documentation":"<p>A unique token that guarantees that the call to this API is idempotent.</p>",
2327          "idempotencyToken":true
2328        },
2329        "ExecutionRoleArn":{
2330          "shape":"ExecutionRoleArn",
2331          "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>"
2332        },
2333        "InputConfig":{
2334          "shape":"VectorEnrichmentJobInputConfig",
2335          "documentation":"<p>Input configuration information for the Vector Enrichment job.</p>"
2336        },
2337        "JobConfig":{
2338          "shape":"VectorEnrichmentJobConfig",
2339          "documentation":"<p>An object containing information about the job configuration.</p>"
2340        },
2341        "KmsKeyId":{
2342          "shape":"KmsKey",
2343          "documentation":"<p>The Key Management Service key ID for server-side encryption.</p>"
2344        },
2345        "Name":{
2346          "shape":"StartVectorEnrichmentJobInputNameString",
2347          "documentation":"<p>The name of the Vector Enrichment job.</p>"
2348        },
2349        "Tags":{
2350          "shape":"Tags",
2351          "documentation":"<p>Each tag consists of a key and a value.</p>"
2352        }
2353      }
2354    },
2355    "StartVectorEnrichmentJobInputClientTokenString":{
2356      "type":"string",
2357      "max":64,
2358      "min":36
2359    },
2360    "StartVectorEnrichmentJobInputNameString":{
2361      "type":"string",
2362      "max":200,
2363      "min":0
2364    },
2365    "StartVectorEnrichmentJobOutput":{
2366      "type":"structure",
2367      "required":[
2368        "Arn",
2369        "CreationTime",
2370        "DurationInSeconds",
2371        "ExecutionRoleArn",
2372        "InputConfig",
2373        "JobConfig",
2374        "Name",
2375        "Status",
2376        "Type"
2377      ],
2378      "members":{
2379        "Arn":{
2380          "shape":"VectorEnrichmentJobArn",
2381          "documentation":"<p>The Amazon Resource Name (ARN) of the Vector Enrichment job.</p>"
2382        },
2383        "CreationTime":{
2384          "shape":"SyntheticTimestamp_date_time",
2385          "documentation":"<p>The creation time.</p>"
2386        },
2387        "DurationInSeconds":{
2388          "shape":"Integer",
2389          "documentation":"<p>The duration of the Vector Enrichment job, in seconds.</p>"
2390        },
2391        "ExecutionRoleArn":{
2392          "shape":"ExecutionRoleArn",
2393          "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>"
2394        },
2395        "InputConfig":{
2396          "shape":"VectorEnrichmentJobInputConfig",
2397          "documentation":"<p>Input configuration information for starting the Vector Enrichment job.</p>"
2398        },
2399        "JobConfig":{
2400          "shape":"VectorEnrichmentJobConfig",
2401          "documentation":"<p>An object containing information about the job configuration.</p>"
2402        },
2403        "KmsKeyId":{
2404          "shape":"KmsKey",
2405          "documentation":"<p>The Key Management Service key ID for server-side encryption.</p>"
2406        },
2407        "Name":{
2408          "shape":"String",
2409          "documentation":"<p>The name of the Vector Enrichment job.</p>"
2410        },
2411        "Status":{
2412          "shape":"VectorEnrichmentJobStatus",
2413          "documentation":"<p>The status of the Vector Enrichment job being started.</p>"
2414        },
2415        "Tags":{
2416          "shape":"Tags",
2417          "documentation":"<p>Each tag consists of a key and a value.</p>"
2418        },
2419        "Type":{
2420          "shape":"VectorEnrichmentJobType",
2421          "documentation":"<p>The type of the Vector Enrichment job.</p>"
2422        }
2423      }
2424    },
2425    "StopEarthObservationJobInput":{
2426      "type":"structure",
2427      "required":["Arn"],
2428      "members":{
2429        "Arn":{
2430          "shape":"EarthObservationJobArn",
2431          "documentation":"<p>The Amazon Resource Name (ARN) of the Earth Observation job being stopped.</p>"
2432        }
2433      }
2434    },
2435    "StopEarthObservationJobOutput":{
2436      "type":"structure",
2437      "members":{
2438      }
2439    },
2440    "StopVectorEnrichmentJobInput":{
2441      "type":"structure",
2442      "required":["Arn"],
2443      "members":{
2444        "Arn":{
2445          "shape":"VectorEnrichmentJobArn",
2446          "documentation":"<p>The Amazon Resource Name (ARN) of the Vector Enrichment job.</p>"
2447        }
2448      }
2449    },
2450    "StopVectorEnrichmentJobOutput":{
2451      "type":"structure",
2452      "members":{
2453      }
2454    },
2455    "String":{"type":"string"},
2456    "StringListInput":{
2457      "type":"list",
2458      "member":{"shape":"String"},
2459      "min":1
2460    },
2461    "SyntheticTimestamp_date_time":{
2462      "type":"timestamp",
2463      "timestampFormat":"iso8601"
2464    },
2465    "TagKeyList":{
2466      "type":"list",
2467      "member":{"shape":"String"},
2468      "max":50,
2469      "min":1
2470    },
2471    "TagResourceRequest":{
2472      "type":"structure",
2473      "required":[
2474        "ResourceArn",
2475        "Tags"
2476      ],
2477      "members":{
2478        "ResourceArn":{
2479          "shape":"Arn",
2480          "documentation":"<p>The Amazon Resource Name (ARN) of the resource you want to tag.</p>",
2481          "location":"uri",
2482          "locationName":"ResourceArn"
2483        },
2484        "Tags":{
2485          "shape":"Tags",
2486          "documentation":"<p>Each tag consists of a key and a value.</p>"
2487        }
2488      }
2489    },
2490    "TagResourceResponse":{
2491      "type":"structure",
2492      "members":{
2493      }
2494    },
2495    "Tags":{
2496      "type":"map",
2497      "key":{"shape":"String"},
2498      "value":{"shape":"String"}
2499    },
2500    "TargetOptions":{
2501      "type":"string",
2502      "enum":[
2503        "INPUT",
2504        "OUTPUT"
2505      ]
2506    },
2507    "TemporalStatistics":{
2508      "type":"string",
2509      "enum":[
2510        "MEAN",
2511        "MEDIAN",
2512        "STANDARD_DEVIATION"
2513      ]
2514    },
2515    "TemporalStatisticsConfigInput":{
2516      "type":"structure",
2517      "required":["Statistics"],
2518      "members":{
2519        "GroupBy":{
2520          "shape":"GroupBy",
2521          "documentation":"<p>The input for the temporal statistics grouping by time frequency option.</p>"
2522        },
2523        "Statistics":{
2524          "shape":"TemporalStatisticsListInput",
2525          "documentation":"<p>The list of the statistics method options.</p>"
2526        },
2527        "TargetBands":{
2528          "shape":"StringListInput",
2529          "documentation":"<p>The list of target band names for the temporal statistic to calculate.</p>"
2530        }
2531      },
2532      "documentation":"<p>The structure representing the configuration for Temporal Statistics operation.</p>"
2533    },
2534    "TemporalStatisticsListInput":{
2535      "type":"list",
2536      "member":{"shape":"TemporalStatistics"},
2537      "min":1
2538    },
2539    "ThrottlingException":{
2540      "type":"structure",
2541      "required":["Message"],
2542      "members":{
2543        "Message":{"shape":"String"},
2544        "ResourceId":{
2545          "shape":"String",
2546          "documentation":"<p/>"
2547        }
2548      },
2549      "documentation":"<p>The request was denied due to request throttling.</p>",
2550      "error":{
2551        "httpStatusCode":429,
2552        "senderFault":true
2553      },
2554      "exception":true
2555    },
2556    "TimeRangeFilterInput":{
2557      "type":"structure",
2558      "required":[
2559        "EndTime",
2560        "StartTime"
2561      ],
2562      "members":{
2563        "EndTime":{
2564          "shape":"Timestamp",
2565          "documentation":"<p>The end time for the time-range filter.</p>"
2566        },
2567        "StartTime":{
2568          "shape":"Timestamp",
2569          "documentation":"<p>The start time for the time-range filter.</p>"
2570        }
2571      },
2572      "documentation":"<p>The input for the time-range filter.</p>",
2573      "sensitive":true
2574    },
2575    "TimeRangeFilterOutput":{
2576      "type":"structure",
2577      "required":[
2578        "EndTime",
2579        "StartTime"
2580      ],
2581      "members":{
2582        "EndTime":{
2583          "shape":"SyntheticTimestamp_date_time",
2584          "documentation":"<p>The ending time for the time range filter.</p>"
2585        },
2586        "StartTime":{
2587          "shape":"SyntheticTimestamp_date_time",
2588          "documentation":"<p>The starting time for the time range filter.</p>"
2589        }
2590      },
2591      "documentation":"<p>The output structure of the time range filter.</p>",
2592      "sensitive":true
2593    },
2594    "Timestamp":{"type":"timestamp"},
2595    "Unit":{
2596      "type":"string",
2597      "enum":["METERS"]
2598    },
2599    "UntagResourceRequest":{
2600      "type":"structure",
2601      "required":[
2602        "ResourceArn",
2603        "TagKeys"
2604      ],
2605      "members":{
2606        "ResourceArn":{
2607          "shape":"Arn",
2608          "documentation":"<p>The Amazon Resource Name (ARN) of the resource you want to untag.</p>",
2609          "location":"uri",
2610          "locationName":"ResourceArn"
2611        },
2612        "TagKeys":{
2613          "shape":"TagKeyList",
2614          "documentation":"<p>Keys of the tags you want to remove.</p>",
2615          "location":"querystring",
2616          "locationName":"tagKeys"
2617        }
2618      }
2619    },
2620    "UntagResourceResponse":{
2621      "type":"structure",
2622      "members":{
2623      }
2624    },
2625    "UserDefined":{
2626      "type":"structure",
2627      "required":[
2628        "Unit",
2629        "Value"
2630      ],
2631      "members":{
2632        "Unit":{
2633          "shape":"Unit",
2634          "documentation":"<p>The units for output resolution of the result.</p>"
2635        },
2636        "Value":{
2637          "shape":"Float",
2638          "documentation":"<p>The value for output resolution of the result.</p>"
2639        }
2640      },
2641      "documentation":"<p>The output resolution (in target georeferenced units) of the result of the operation</p>"
2642    },
2643    "ValidationException":{
2644      "type":"structure",
2645      "required":["Message"],
2646      "members":{
2647        "Message":{"shape":"String"},
2648        "ResourceId":{
2649          "shape":"String",
2650          "documentation":"<p/>"
2651        }
2652      },
2653      "documentation":"<p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>",
2654      "error":{
2655        "httpStatusCode":400,
2656        "senderFault":true
2657      },
2658      "exception":true
2659    },
2660    "VectorEnrichmentJobArn":{
2661      "type":"string",
2662      "pattern":"^arn:aws[a-z-]{0,12}:sagemaker-geospatial:[a-z0-9-]{1,25}:[0-9]{12}:vector-enrichment-job/[a-z0-9]{12,}$"
2663    },
2664    "VectorEnrichmentJobConfig":{
2665      "type":"structure",
2666      "members":{
2667        "MapMatchingConfig":{
2668          "shape":"MapMatchingConfig",
2669          "documentation":"<p>The input structure for Map Matching operation type.</p>"
2670        },
2671        "ReverseGeocodingConfig":{
2672          "shape":"ReverseGeocodingConfig",
2673          "documentation":"<p>The input structure for Reverse Geocoding operation type.</p>"
2674        }
2675      },
2676      "documentation":"<p>It contains configs such as ReverseGeocodingConfig and MapMatchingConfig.</p>",
2677      "union":true
2678    },
2679    "VectorEnrichmentJobDataSourceConfigInput":{
2680      "type":"structure",
2681      "members":{
2682        "S3Data":{
2683          "shape":"VectorEnrichmentJobS3Data",
2684          "documentation":"<p>The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.</p>"
2685        }
2686      },
2687      "documentation":"<p>The input structure for the data source that represents the storage type of the input data objects.</p>",
2688      "union":true
2689    },
2690    "VectorEnrichmentJobDocumentType":{
2691      "type":"string",
2692      "enum":["CSV"]
2693    },
2694    "VectorEnrichmentJobErrorDetails":{
2695      "type":"structure",
2696      "members":{
2697        "ErrorMessage":{
2698          "shape":"String",
2699          "documentation":"<p>A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.</p>"
2700        },
2701        "ErrorType":{
2702          "shape":"VectorEnrichmentJobErrorType",
2703          "documentation":"<p>The type of error generated during the Vector Enrichment job.</p>"
2704        }
2705      },
2706      "documentation":"<p>VectorEnrichmentJob error details in response from GetVectorEnrichmentJob.</p>"
2707    },
2708    "VectorEnrichmentJobErrorType":{
2709      "type":"string",
2710      "enum":[
2711        "CLIENT_ERROR",
2712        "SERVER_ERROR"
2713      ]
2714    },
2715    "VectorEnrichmentJobExportErrorDetails":{
2716      "type":"structure",
2717      "members":{
2718        "Message":{
2719          "shape":"String",
2720          "documentation":"<p>The message providing details about the errors generated during the Vector Enrichment job.</p>"
2721        },
2722        "Type":{
2723          "shape":"VectorEnrichmentJobExportErrorType",
2724          "documentation":"<p>The output error details for an Export operation on a Vector Enrichment job.</p>"
2725        }
2726      },
2727      "documentation":"<p>VectorEnrichmentJob export error details in response from GetVectorEnrichmentJob.</p>"
2728    },
2729    "VectorEnrichmentJobExportErrorType":{
2730      "type":"string",
2731      "enum":[
2732        "CLIENT_ERROR",
2733        "SERVER_ERROR"
2734      ]
2735    },
2736    "VectorEnrichmentJobExportStatus":{
2737      "type":"string",
2738      "enum":[
2739        "IN_PROGRESS",
2740        "SUCCEEDED",
2741        "FAILED"
2742      ]
2743    },
2744    "VectorEnrichmentJobInputConfig":{
2745      "type":"structure",
2746      "required":[
2747        "DataSourceConfig",
2748        "DocumentType"
2749      ],
2750      "members":{
2751        "DataSourceConfig":{
2752          "shape":"VectorEnrichmentJobDataSourceConfigInput",
2753          "documentation":"<p>The input structure for the data source that represents the storage type of the input data objects.</p>"
2754        },
2755        "DocumentType":{
2756          "shape":"VectorEnrichmentJobDocumentType",
2757          "documentation":"<p>The input structure that defines the data source file type.</p>"
2758        }
2759      },
2760      "documentation":"<p>The input structure for the InputConfig in a VectorEnrichmentJob.</p>"
2761    },
2762    "VectorEnrichmentJobList":{
2763      "type":"list",
2764      "member":{"shape":"ListVectorEnrichmentJobOutputConfig"}
2765    },
2766    "VectorEnrichmentJobS3Data":{
2767      "type":"structure",
2768      "required":["S3Uri"],
2769      "members":{
2770        "KmsKeyId":{
2771          "shape":"KmsKey",
2772          "documentation":"<p>The Key Management Service key ID for server-side encryption.</p>"
2773        },
2774        "S3Uri":{
2775          "shape":"S3Uri",
2776          "documentation":"<p>The URL to the Amazon S3 data for the Vector Enrichment job.</p>"
2777        }
2778      },
2779      "documentation":"<p>The Amazon S3 data for the Vector Enrichment job.</p>"
2780    },
2781    "VectorEnrichmentJobStatus":{
2782      "type":"string",
2783      "enum":[
2784        "INITIALIZING",
2785        "IN_PROGRESS",
2786        "STOPPING",
2787        "STOPPED",
2788        "COMPLETED",
2789        "FAILED",
2790        "DELETING",
2791        "DELETED"
2792      ]
2793    },
2794    "VectorEnrichmentJobType":{
2795      "type":"string",
2796      "enum":[
2797        "REVERSE_GEOCODING",
2798        "MAP_MATCHING"
2799      ]
2800    },
2801    "ViewOffNadirInput":{
2802      "type":"structure",
2803      "required":[
2804        "LowerBound",
2805        "UpperBound"
2806      ],
2807      "members":{
2808        "LowerBound":{
2809          "shape":"Float",
2810          "documentation":"<p>The minimum value for ViewOffNadir property filter. This filters items having ViewOffNadir greater than or equal to this value. </p>"
2811        },
2812        "UpperBound":{
2813          "shape":"Float",
2814          "documentation":"<p>The maximum value for ViewOffNadir property filter. This filters items having ViewOffNadir lesser than or equal to this value.</p>"
2815        }
2816      },
2817      "documentation":"<p>The input structure for specifying ViewOffNadir property filter. ViewOffNadir refers to the angle from the sensor between nadir (straight down) and the scene center. Measured in degrees (0-90).</p>"
2818    },
2819    "ViewSunAzimuthInput":{
2820      "type":"structure",
2821      "required":[
2822        "LowerBound",
2823        "UpperBound"
2824      ],
2825      "members":{
2826        "LowerBound":{
2827          "shape":"Float",
2828          "documentation":"<p>The minimum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth greater than or equal to this value.</p>"
2829        },
2830        "UpperBound":{
2831          "shape":"Float",
2832          "documentation":"<p>The maximum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth lesser than or equal to this value.</p>"
2833        }
2834      },
2835      "documentation":"<p>The input structure for specifying ViewSunAzimuth property filter. ViewSunAzimuth refers to the Sun azimuth angle. From the scene center point on the ground, this is the angle between truth north and the sun. Measured clockwise in degrees (0-360).</p>"
2836    },
2837    "ViewSunElevationInput":{
2838      "type":"structure",
2839      "required":[
2840        "LowerBound",
2841        "UpperBound"
2842      ],
2843      "members":{
2844        "LowerBound":{
2845          "shape":"Float",
2846          "documentation":"<p>The lower bound to view the sun elevation.</p>"
2847        },
2848        "UpperBound":{
2849          "shape":"Float",
2850          "documentation":"<p>The upper bound to view the sun elevation.</p>"
2851        }
2852      },
2853      "documentation":"<p>The input structure for specifying ViewSunElevation angle property filter. </p>"
2854    },
2855    "ZonalStatistics":{
2856      "type":"string",
2857      "enum":[
2858        "MEAN",
2859        "MEDIAN",
2860        "STANDARD_DEVIATION",
2861        "MAX",
2862        "MIN",
2863        "SUM"
2864      ]
2865    },
2866    "ZonalStatisticsConfigInput":{
2867      "type":"structure",
2868      "required":[
2869        "Statistics",
2870        "ZoneS3Path"
2871      ],
2872      "members":{
2873        "Statistics":{
2874          "shape":"ZonalStatisticsListInput",
2875          "documentation":"<p>List of zonal statistics to compute.</p>"
2876        },
2877        "TargetBands":{
2878          "shape":"StringListInput",
2879          "documentation":"<p>Bands used in the operation. If no target bands are specified, it uses all bands available input.</p>"
2880        },
2881        "ZoneS3Path":{
2882          "shape":"S3Uri",
2883          "documentation":"<p>The Amazon S3 path pointing to the GeoJSON containing the polygonal zones.</p>"
2884        },
2885        "ZoneS3PathKmsKeyId":{
2886          "shape":"KmsKey",
2887          "documentation":"<p>The Amazon Resource Name (ARN) or an ID of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to decrypt your output artifacts with Amazon S3 server-side encryption. The SageMaker execution role must have <code>kms:GenerateDataKey</code> permission.</p> <p>The <code>KmsKeyId</code> can be any of the following formats:</p> <ul> <li> <p>// KMS Key ID</p> <p> <code>\"1234abcd-12ab-34cd-56ef-1234567890ab\"</code> </p> </li> <li> <p>// Amazon Resource Name (ARN) of a KMS Key</p> <p> <code>\"arn:aws:kms:&lt;region&gt;:&lt;account&gt;:key/&lt;key-id-12ab-34cd-56ef-1234567890ab&gt;\"</code> </p> </li> </ul> <p>For more information about key identifiers, see <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-id\">Key identifiers (KeyID)</a> in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.</p>"
2888        }
2889      },
2890      "documentation":"<p>The structure representing input configuration of ZonalStatistics operation.</p>"
2891    },
2892    "ZonalStatisticsListInput":{
2893      "type":"list",
2894      "member":{"shape":"ZonalStatistics"},
2895      "min":1
2896    }
2897  },
2898  "documentation":"<p>Provides APIs for creating and managing SageMaker geospatial resources.</p>"
2899}
2900