cdk-docker-image-deployment 0.0.89 → 0.0.90

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +11 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +762 -46
  9. package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +20 -0
  10. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +230 -14
  11. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.examples.json +5 -0
  12. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +586 -0
  13. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.paginators.json +16 -0
  14. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1169 -483
  15. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
  16. package/node_modules/aws-sdk/apis/metadata.json +8 -0
  17. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +6 -3
  18. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2666 -931
  19. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +42 -0
  20. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.examples.json +5 -0
  21. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.min.json +1516 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.paginators.json +26 -0
  23. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +5 -1
  24. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  25. package/node_modules/aws-sdk/clients/all.js +3 -1
  26. package/node_modules/aws-sdk/clients/athena.d.ts +1043 -42
  27. package/node_modules/aws-sdk/clients/dataexchange.d.ts +269 -26
  28. package/node_modules/aws-sdk/clients/docdbelastic.d.ts +565 -0
  29. package/node_modules/aws-sdk/clients/docdbelastic.js +18 -0
  30. package/node_modules/aws-sdk/clients/glue.d.ts +1026 -83
  31. package/node_modules/aws-sdk/clients/s3control.d.ts +18 -6
  32. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2434 -98
  33. package/node_modules/aws-sdk/clients/sagemakergeospatial.d.ts +1610 -0
  34. package/node_modules/aws-sdk/clients/sagemakergeospatial.js +18 -0
  35. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  36. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +87 -13
  37. package/node_modules/aws-sdk/dist/aws-sdk.js +765 -21
  38. package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
  39. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  40. package/node_modules/aws-sdk/lib/core.js +1 -1
  41. package/node_modules/aws-sdk/package.json +1 -1
  42. package/package.json +3 -3
@@ -0,0 +1,1516 @@
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
+ "http": {
17
+ "method": "DELETE",
18
+ "requestUri": "/earth-observation-jobs/{Arn}",
19
+ "responseCode": 200
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "Arn"
25
+ ],
26
+ "members": {
27
+ "Arn": {
28
+ "location": "uri",
29
+ "locationName": "Arn"
30
+ }
31
+ }
32
+ },
33
+ "output": {
34
+ "type": "structure",
35
+ "members": {}
36
+ },
37
+ "idempotent": true
38
+ },
39
+ "DeleteVectorEnrichmentJob": {
40
+ "http": {
41
+ "method": "DELETE",
42
+ "requestUri": "/vector-enrichment-jobs/{Arn}",
43
+ "responseCode": 200
44
+ },
45
+ "input": {
46
+ "type": "structure",
47
+ "required": [
48
+ "Arn"
49
+ ],
50
+ "members": {
51
+ "Arn": {
52
+ "location": "uri",
53
+ "locationName": "Arn"
54
+ }
55
+ }
56
+ },
57
+ "output": {
58
+ "type": "structure",
59
+ "members": {}
60
+ },
61
+ "idempotent": true
62
+ },
63
+ "ExportEarthObservationJob": {
64
+ "http": {
65
+ "requestUri": "/export-earth-observation-job",
66
+ "responseCode": 200
67
+ },
68
+ "input": {
69
+ "type": "structure",
70
+ "required": [
71
+ "Arn",
72
+ "ExecutionRoleArn",
73
+ "OutputConfig"
74
+ ],
75
+ "members": {
76
+ "Arn": {},
77
+ "ExecutionRoleArn": {},
78
+ "ExportSourceImages": {
79
+ "type": "boolean"
80
+ },
81
+ "OutputConfig": {
82
+ "shape": "Sa"
83
+ }
84
+ }
85
+ },
86
+ "output": {
87
+ "type": "structure",
88
+ "required": [
89
+ "Arn",
90
+ "CreationTime",
91
+ "ExecutionRoleArn",
92
+ "ExportStatus",
93
+ "OutputConfig"
94
+ ],
95
+ "members": {
96
+ "Arn": {},
97
+ "CreationTime": {
98
+ "type": "timestamp"
99
+ },
100
+ "ExecutionRoleArn": {},
101
+ "ExportSourceImages": {
102
+ "type": "boolean"
103
+ },
104
+ "ExportStatus": {},
105
+ "OutputConfig": {
106
+ "shape": "Sa"
107
+ }
108
+ }
109
+ }
110
+ },
111
+ "ExportVectorEnrichmentJob": {
112
+ "http": {
113
+ "requestUri": "/export-vector-enrichment-jobs",
114
+ "responseCode": 200
115
+ },
116
+ "input": {
117
+ "type": "structure",
118
+ "required": [
119
+ "Arn",
120
+ "ExecutionRoleArn",
121
+ "OutputConfig"
122
+ ],
123
+ "members": {
124
+ "Arn": {},
125
+ "ExecutionRoleArn": {},
126
+ "OutputConfig": {
127
+ "shape": "Sg"
128
+ }
129
+ }
130
+ },
131
+ "output": {
132
+ "type": "structure",
133
+ "required": [
134
+ "Arn",
135
+ "CreationTime",
136
+ "ExecutionRoleArn",
137
+ "ExportStatus",
138
+ "OutputConfig"
139
+ ],
140
+ "members": {
141
+ "Arn": {},
142
+ "CreationTime": {
143
+ "type": "timestamp"
144
+ },
145
+ "ExecutionRoleArn": {},
146
+ "ExportStatus": {},
147
+ "OutputConfig": {
148
+ "shape": "Sg"
149
+ }
150
+ }
151
+ }
152
+ },
153
+ "GetEarthObservationJob": {
154
+ "http": {
155
+ "method": "GET",
156
+ "requestUri": "/earth-observation-jobs/{Arn}",
157
+ "responseCode": 200
158
+ },
159
+ "input": {
160
+ "type": "structure",
161
+ "required": [
162
+ "Arn"
163
+ ],
164
+ "members": {
165
+ "Arn": {
166
+ "location": "uri",
167
+ "locationName": "Arn"
168
+ }
169
+ }
170
+ },
171
+ "output": {
172
+ "type": "structure",
173
+ "required": [
174
+ "Arn",
175
+ "CreationTime",
176
+ "DurationInSeconds",
177
+ "InputConfig",
178
+ "JobConfig",
179
+ "Name",
180
+ "Status"
181
+ ],
182
+ "members": {
183
+ "Arn": {},
184
+ "CreationTime": {
185
+ "type": "timestamp"
186
+ },
187
+ "DurationInSeconds": {
188
+ "type": "integer"
189
+ },
190
+ "ErrorDetails": {
191
+ "type": "structure",
192
+ "members": {
193
+ "Message": {},
194
+ "Type": {}
195
+ }
196
+ },
197
+ "ExecutionRoleArn": {},
198
+ "ExportErrorDetails": {
199
+ "type": "structure",
200
+ "members": {
201
+ "ExportResults": {
202
+ "shape": "Sq"
203
+ },
204
+ "ExportSourceImages": {
205
+ "shape": "Sq"
206
+ }
207
+ }
208
+ },
209
+ "ExportStatus": {},
210
+ "InputConfig": {
211
+ "shape": "Ss"
212
+ },
213
+ "JobConfig": {
214
+ "shape": "S1k"
215
+ },
216
+ "KmsKeyId": {},
217
+ "Name": {},
218
+ "OutputBands": {
219
+ "type": "list",
220
+ "member": {
221
+ "type": "structure",
222
+ "required": [
223
+ "BandName",
224
+ "OutputDataType"
225
+ ],
226
+ "members": {
227
+ "BandName": {},
228
+ "OutputDataType": {}
229
+ }
230
+ }
231
+ },
232
+ "Status": {},
233
+ "Tags": {
234
+ "shape": "S2f"
235
+ }
236
+ }
237
+ }
238
+ },
239
+ "GetRasterDataCollection": {
240
+ "http": {
241
+ "method": "GET",
242
+ "requestUri": "/raster-data-collection/{Arn}",
243
+ "responseCode": 200
244
+ },
245
+ "input": {
246
+ "type": "structure",
247
+ "required": [
248
+ "Arn"
249
+ ],
250
+ "members": {
251
+ "Arn": {
252
+ "location": "uri",
253
+ "locationName": "Arn"
254
+ }
255
+ }
256
+ },
257
+ "output": {
258
+ "type": "structure",
259
+ "required": [
260
+ "Arn",
261
+ "Description",
262
+ "DescriptionPageUrl",
263
+ "ImageSourceBands",
264
+ "Name",
265
+ "SupportedFilters",
266
+ "Type"
267
+ ],
268
+ "members": {
269
+ "Arn": {},
270
+ "Description": {},
271
+ "DescriptionPageUrl": {},
272
+ "ImageSourceBands": {
273
+ "type": "list",
274
+ "member": {}
275
+ },
276
+ "Name": {},
277
+ "SupportedFilters": {
278
+ "shape": "S2k"
279
+ },
280
+ "Tags": {
281
+ "shape": "S2f"
282
+ },
283
+ "Type": {}
284
+ }
285
+ }
286
+ },
287
+ "GetTile": {
288
+ "http": {
289
+ "method": "GET",
290
+ "requestUri": "/tile/{z}/{x}/{y}",
291
+ "responseCode": 200
292
+ },
293
+ "input": {
294
+ "type": "structure",
295
+ "required": [
296
+ "Arn",
297
+ "ImageAssets",
298
+ "Target",
299
+ "x",
300
+ "y",
301
+ "z"
302
+ ],
303
+ "members": {
304
+ "Arn": {
305
+ "location": "querystring",
306
+ "locationName": "Arn"
307
+ },
308
+ "ImageAssets": {
309
+ "shape": "S1q",
310
+ "location": "querystring",
311
+ "locationName": "ImageAssets"
312
+ },
313
+ "ImageMask": {
314
+ "location": "querystring",
315
+ "locationName": "ImageMask",
316
+ "type": "boolean"
317
+ },
318
+ "OutputDataType": {
319
+ "location": "querystring",
320
+ "locationName": "OutputDataType"
321
+ },
322
+ "OutputFormat": {
323
+ "location": "querystring",
324
+ "locationName": "OutputFormat"
325
+ },
326
+ "PropertyFilters": {
327
+ "location": "querystring",
328
+ "locationName": "PropertyFilters"
329
+ },
330
+ "Target": {
331
+ "location": "querystring",
332
+ "locationName": "Target"
333
+ },
334
+ "TimeRangeFilter": {
335
+ "location": "querystring",
336
+ "locationName": "TimeRangeFilter"
337
+ },
338
+ "x": {
339
+ "location": "uri",
340
+ "locationName": "x",
341
+ "type": "integer"
342
+ },
343
+ "y": {
344
+ "location": "uri",
345
+ "locationName": "y",
346
+ "type": "integer"
347
+ },
348
+ "z": {
349
+ "location": "uri",
350
+ "locationName": "z",
351
+ "type": "integer"
352
+ }
353
+ }
354
+ },
355
+ "output": {
356
+ "type": "structure",
357
+ "members": {
358
+ "BinaryFile": {
359
+ "type": "blob",
360
+ "streaming": true
361
+ }
362
+ },
363
+ "payload": "BinaryFile"
364
+ }
365
+ },
366
+ "GetVectorEnrichmentJob": {
367
+ "http": {
368
+ "method": "GET",
369
+ "requestUri": "/vector-enrichment-jobs/{Arn}",
370
+ "responseCode": 200
371
+ },
372
+ "input": {
373
+ "type": "structure",
374
+ "required": [
375
+ "Arn"
376
+ ],
377
+ "members": {
378
+ "Arn": {
379
+ "location": "uri",
380
+ "locationName": "Arn"
381
+ }
382
+ }
383
+ },
384
+ "output": {
385
+ "type": "structure",
386
+ "required": [
387
+ "Arn",
388
+ "CreationTime",
389
+ "DurationInSeconds",
390
+ "ExecutionRoleArn",
391
+ "InputConfig",
392
+ "JobConfig",
393
+ "Name",
394
+ "Status",
395
+ "Type"
396
+ ],
397
+ "members": {
398
+ "Arn": {},
399
+ "CreationTime": {
400
+ "type": "timestamp"
401
+ },
402
+ "DurationInSeconds": {
403
+ "type": "integer"
404
+ },
405
+ "ErrorDetails": {
406
+ "type": "structure",
407
+ "members": {
408
+ "ErrorMessage": {},
409
+ "ErrorType": {}
410
+ }
411
+ },
412
+ "ExecutionRoleArn": {},
413
+ "ExportErrorDetails": {
414
+ "type": "structure",
415
+ "members": {
416
+ "Message": {},
417
+ "Type": {}
418
+ }
419
+ },
420
+ "ExportStatus": {},
421
+ "InputConfig": {
422
+ "shape": "S2x"
423
+ },
424
+ "JobConfig": {
425
+ "shape": "S30"
426
+ },
427
+ "KmsKeyId": {},
428
+ "Name": {},
429
+ "Status": {},
430
+ "Tags": {
431
+ "shape": "S2f"
432
+ },
433
+ "Type": {}
434
+ }
435
+ }
436
+ },
437
+ "ListEarthObservationJobs": {
438
+ "http": {
439
+ "requestUri": "/list-earth-observation-jobs",
440
+ "responseCode": 200
441
+ },
442
+ "input": {
443
+ "type": "structure",
444
+ "members": {
445
+ "MaxResults": {
446
+ "type": "integer"
447
+ },
448
+ "NextToken": {
449
+ "shape": "S37"
450
+ },
451
+ "SortBy": {},
452
+ "SortOrder": {},
453
+ "StatusEquals": {}
454
+ }
455
+ },
456
+ "output": {
457
+ "type": "structure",
458
+ "required": [
459
+ "EarthObservationJobSummaries"
460
+ ],
461
+ "members": {
462
+ "EarthObservationJobSummaries": {
463
+ "type": "list",
464
+ "member": {
465
+ "type": "structure",
466
+ "required": [
467
+ "Arn",
468
+ "CreationTime",
469
+ "DurationInSeconds",
470
+ "Name",
471
+ "OperationType",
472
+ "Status"
473
+ ],
474
+ "members": {
475
+ "Arn": {},
476
+ "CreationTime": {
477
+ "type": "timestamp"
478
+ },
479
+ "DurationInSeconds": {
480
+ "type": "integer"
481
+ },
482
+ "Name": {},
483
+ "OperationType": {},
484
+ "Status": {},
485
+ "Tags": {
486
+ "shape": "S2f"
487
+ }
488
+ }
489
+ }
490
+ },
491
+ "NextToken": {
492
+ "shape": "S37"
493
+ }
494
+ }
495
+ }
496
+ },
497
+ "ListRasterDataCollections": {
498
+ "http": {
499
+ "method": "GET",
500
+ "requestUri": "/raster-data-collections",
501
+ "responseCode": 200
502
+ },
503
+ "input": {
504
+ "type": "structure",
505
+ "members": {
506
+ "MaxResults": {
507
+ "location": "querystring",
508
+ "locationName": "MaxResults",
509
+ "type": "integer"
510
+ },
511
+ "NextToken": {
512
+ "shape": "S37",
513
+ "location": "querystring",
514
+ "locationName": "NextToken"
515
+ }
516
+ }
517
+ },
518
+ "output": {
519
+ "type": "structure",
520
+ "required": [
521
+ "RasterDataCollectionSummaries"
522
+ ],
523
+ "members": {
524
+ "NextToken": {
525
+ "shape": "S37"
526
+ },
527
+ "RasterDataCollectionSummaries": {
528
+ "type": "list",
529
+ "member": {
530
+ "type": "structure",
531
+ "required": [
532
+ "Arn",
533
+ "Description",
534
+ "Name",
535
+ "SupportedFilters",
536
+ "Type"
537
+ ],
538
+ "members": {
539
+ "Arn": {},
540
+ "Description": {},
541
+ "DescriptionPageUrl": {},
542
+ "Name": {},
543
+ "SupportedFilters": {
544
+ "shape": "S2k"
545
+ },
546
+ "Tags": {
547
+ "shape": "S2f"
548
+ },
549
+ "Type": {}
550
+ }
551
+ }
552
+ }
553
+ }
554
+ }
555
+ },
556
+ "ListTagsForResource": {
557
+ "http": {
558
+ "method": "GET",
559
+ "requestUri": "/tags/{ResourceArn}",
560
+ "responseCode": 200
561
+ },
562
+ "input": {
563
+ "type": "structure",
564
+ "required": [
565
+ "ResourceArn"
566
+ ],
567
+ "members": {
568
+ "ResourceArn": {
569
+ "location": "uri",
570
+ "locationName": "ResourceArn"
571
+ }
572
+ }
573
+ },
574
+ "output": {
575
+ "type": "structure",
576
+ "members": {
577
+ "Tags": {
578
+ "shape": "S2f"
579
+ }
580
+ }
581
+ }
582
+ },
583
+ "ListVectorEnrichmentJobs": {
584
+ "http": {
585
+ "requestUri": "/list-vector-enrichment-jobs",
586
+ "responseCode": 200
587
+ },
588
+ "input": {
589
+ "type": "structure",
590
+ "members": {
591
+ "MaxResults": {
592
+ "type": "integer"
593
+ },
594
+ "NextToken": {
595
+ "shape": "S37"
596
+ },
597
+ "SortBy": {},
598
+ "SortOrder": {},
599
+ "StatusEquals": {}
600
+ }
601
+ },
602
+ "output": {
603
+ "type": "structure",
604
+ "required": [
605
+ "VectorEnrichmentJobSummaries"
606
+ ],
607
+ "members": {
608
+ "NextToken": {
609
+ "shape": "S37"
610
+ },
611
+ "VectorEnrichmentJobSummaries": {
612
+ "type": "list",
613
+ "member": {
614
+ "type": "structure",
615
+ "required": [
616
+ "Arn",
617
+ "CreationTime",
618
+ "DurationInSeconds",
619
+ "Name",
620
+ "Status",
621
+ "Type"
622
+ ],
623
+ "members": {
624
+ "Arn": {},
625
+ "CreationTime": {
626
+ "type": "timestamp"
627
+ },
628
+ "DurationInSeconds": {
629
+ "type": "integer"
630
+ },
631
+ "Name": {},
632
+ "Status": {},
633
+ "Tags": {
634
+ "shape": "S2f"
635
+ },
636
+ "Type": {}
637
+ }
638
+ }
639
+ }
640
+ }
641
+ }
642
+ },
643
+ "SearchRasterDataCollection": {
644
+ "http": {
645
+ "requestUri": "/search-raster-data-collection",
646
+ "responseCode": 200
647
+ },
648
+ "input": {
649
+ "type": "structure",
650
+ "required": [
651
+ "Arn",
652
+ "RasterDataCollectionQuery"
653
+ ],
654
+ "members": {
655
+ "Arn": {},
656
+ "NextToken": {
657
+ "shape": "S37"
658
+ },
659
+ "RasterDataCollectionQuery": {
660
+ "type": "structure",
661
+ "required": [
662
+ "TimeRangeFilter"
663
+ ],
664
+ "members": {
665
+ "AreaOfInterest": {
666
+ "shape": "Sx"
667
+ },
668
+ "BandFilter": {
669
+ "shape": "S1q"
670
+ },
671
+ "PropertyFilters": {
672
+ "shape": "S16"
673
+ },
674
+ "TimeRangeFilter": {
675
+ "shape": "S1j"
676
+ }
677
+ }
678
+ }
679
+ }
680
+ },
681
+ "output": {
682
+ "type": "structure",
683
+ "required": [
684
+ "ApproximateResultCount"
685
+ ],
686
+ "members": {
687
+ "ApproximateResultCount": {
688
+ "type": "integer"
689
+ },
690
+ "Items": {
691
+ "type": "list",
692
+ "member": {
693
+ "type": "structure",
694
+ "required": [
695
+ "DateTime",
696
+ "Geometry",
697
+ "Id"
698
+ ],
699
+ "members": {
700
+ "Assets": {
701
+ "type": "map",
702
+ "key": {},
703
+ "value": {
704
+ "type": "structure",
705
+ "members": {
706
+ "Href": {}
707
+ }
708
+ }
709
+ },
710
+ "DateTime": {
711
+ "type": "timestamp"
712
+ },
713
+ "Geometry": {
714
+ "type": "structure",
715
+ "required": [
716
+ "Coordinates",
717
+ "Type"
718
+ ],
719
+ "members": {
720
+ "Coordinates": {
721
+ "shape": "S11"
722
+ },
723
+ "Type": {}
724
+ }
725
+ },
726
+ "Id": {},
727
+ "Properties": {
728
+ "type": "structure",
729
+ "members": {
730
+ "EoCloudCover": {
731
+ "type": "float"
732
+ },
733
+ "LandsatCloudCoverLand": {
734
+ "type": "float"
735
+ },
736
+ "Platform": {},
737
+ "ViewOffNadir": {
738
+ "type": "float"
739
+ },
740
+ "ViewSunAzimuth": {
741
+ "type": "float"
742
+ },
743
+ "ViewSunElevation": {
744
+ "type": "float"
745
+ }
746
+ }
747
+ }
748
+ }
749
+ }
750
+ },
751
+ "NextToken": {
752
+ "shape": "S37"
753
+ }
754
+ }
755
+ }
756
+ },
757
+ "StartEarthObservationJob": {
758
+ "http": {
759
+ "requestUri": "/earth-observation-jobs",
760
+ "responseCode": 200
761
+ },
762
+ "input": {
763
+ "type": "structure",
764
+ "required": [
765
+ "InputConfig",
766
+ "JobConfig",
767
+ "Name"
768
+ ],
769
+ "members": {
770
+ "ClientToken": {
771
+ "idempotencyToken": true
772
+ },
773
+ "ExecutionRoleArn": {},
774
+ "InputConfig": {
775
+ "type": "structure",
776
+ "members": {
777
+ "DataSourceConfig": {
778
+ "shape": "St"
779
+ },
780
+ "PreviousEarthObservationJobArn": {},
781
+ "RasterDataCollectionQuery": {
782
+ "type": "structure",
783
+ "required": [
784
+ "RasterDataCollectionArn",
785
+ "TimeRangeFilter"
786
+ ],
787
+ "members": {
788
+ "AreaOfInterest": {
789
+ "shape": "Sx"
790
+ },
791
+ "PropertyFilters": {
792
+ "shape": "S16"
793
+ },
794
+ "RasterDataCollectionArn": {},
795
+ "TimeRangeFilter": {
796
+ "shape": "S1j"
797
+ }
798
+ }
799
+ }
800
+ }
801
+ },
802
+ "JobConfig": {
803
+ "shape": "S1k"
804
+ },
805
+ "KmsKeyId": {},
806
+ "Name": {},
807
+ "Tags": {
808
+ "shape": "S2f"
809
+ }
810
+ }
811
+ },
812
+ "output": {
813
+ "type": "structure",
814
+ "required": [
815
+ "Arn",
816
+ "CreationTime",
817
+ "DurationInSeconds",
818
+ "JobConfig",
819
+ "Name",
820
+ "Status"
821
+ ],
822
+ "members": {
823
+ "Arn": {},
824
+ "CreationTime": {
825
+ "type": "timestamp"
826
+ },
827
+ "DurationInSeconds": {
828
+ "type": "integer"
829
+ },
830
+ "ExecutionRoleArn": {},
831
+ "InputConfig": {
832
+ "shape": "Ss"
833
+ },
834
+ "JobConfig": {
835
+ "shape": "S1k"
836
+ },
837
+ "KmsKeyId": {},
838
+ "Name": {},
839
+ "Status": {},
840
+ "Tags": {
841
+ "shape": "S2f"
842
+ }
843
+ }
844
+ },
845
+ "idempotent": true
846
+ },
847
+ "StartVectorEnrichmentJob": {
848
+ "http": {
849
+ "requestUri": "/vector-enrichment-jobs",
850
+ "responseCode": 200
851
+ },
852
+ "input": {
853
+ "type": "structure",
854
+ "required": [
855
+ "ExecutionRoleArn",
856
+ "InputConfig",
857
+ "JobConfig",
858
+ "Name"
859
+ ],
860
+ "members": {
861
+ "ClientToken": {
862
+ "idempotencyToken": true
863
+ },
864
+ "ExecutionRoleArn": {},
865
+ "InputConfig": {
866
+ "shape": "S2x"
867
+ },
868
+ "JobConfig": {
869
+ "shape": "S30"
870
+ },
871
+ "KmsKeyId": {},
872
+ "Name": {},
873
+ "Tags": {
874
+ "shape": "S2f"
875
+ }
876
+ }
877
+ },
878
+ "output": {
879
+ "type": "structure",
880
+ "required": [
881
+ "Arn",
882
+ "CreationTime",
883
+ "DurationInSeconds",
884
+ "ExecutionRoleArn",
885
+ "InputConfig",
886
+ "JobConfig",
887
+ "Name",
888
+ "Status",
889
+ "Type"
890
+ ],
891
+ "members": {
892
+ "Arn": {},
893
+ "CreationTime": {
894
+ "type": "timestamp"
895
+ },
896
+ "DurationInSeconds": {
897
+ "type": "integer"
898
+ },
899
+ "ExecutionRoleArn": {},
900
+ "InputConfig": {
901
+ "shape": "S2x"
902
+ },
903
+ "JobConfig": {
904
+ "shape": "S30"
905
+ },
906
+ "KmsKeyId": {},
907
+ "Name": {},
908
+ "Status": {},
909
+ "Tags": {
910
+ "shape": "S2f"
911
+ },
912
+ "Type": {}
913
+ }
914
+ },
915
+ "idempotent": true
916
+ },
917
+ "StopEarthObservationJob": {
918
+ "http": {
919
+ "requestUri": "/earth-observation-jobs/stop",
920
+ "responseCode": 200
921
+ },
922
+ "input": {
923
+ "type": "structure",
924
+ "required": [
925
+ "Arn"
926
+ ],
927
+ "members": {
928
+ "Arn": {}
929
+ }
930
+ },
931
+ "output": {
932
+ "type": "structure",
933
+ "members": {}
934
+ }
935
+ },
936
+ "StopVectorEnrichmentJob": {
937
+ "http": {
938
+ "requestUri": "/vector-enrichment-jobs/stop",
939
+ "responseCode": 200
940
+ },
941
+ "input": {
942
+ "type": "structure",
943
+ "required": [
944
+ "Arn"
945
+ ],
946
+ "members": {
947
+ "Arn": {}
948
+ }
949
+ },
950
+ "output": {
951
+ "type": "structure",
952
+ "members": {}
953
+ },
954
+ "idempotent": true
955
+ },
956
+ "TagResource": {
957
+ "http": {
958
+ "method": "PUT",
959
+ "requestUri": "/tags/{ResourceArn}",
960
+ "responseCode": 200
961
+ },
962
+ "input": {
963
+ "type": "structure",
964
+ "required": [
965
+ "ResourceArn",
966
+ "Tags"
967
+ ],
968
+ "members": {
969
+ "ResourceArn": {
970
+ "location": "uri",
971
+ "locationName": "ResourceArn"
972
+ },
973
+ "Tags": {
974
+ "shape": "S2f"
975
+ }
976
+ }
977
+ },
978
+ "output": {
979
+ "type": "structure",
980
+ "members": {}
981
+ },
982
+ "idempotent": true
983
+ },
984
+ "UntagResource": {
985
+ "http": {
986
+ "method": "DELETE",
987
+ "requestUri": "/tags/{ResourceArn}",
988
+ "responseCode": 200
989
+ },
990
+ "input": {
991
+ "type": "structure",
992
+ "required": [
993
+ "ResourceArn",
994
+ "TagKeys"
995
+ ],
996
+ "members": {
997
+ "ResourceArn": {
998
+ "location": "uri",
999
+ "locationName": "ResourceArn"
1000
+ },
1001
+ "TagKeys": {
1002
+ "location": "querystring",
1003
+ "locationName": "tagKeys",
1004
+ "type": "list",
1005
+ "member": {}
1006
+ }
1007
+ }
1008
+ },
1009
+ "output": {
1010
+ "type": "structure",
1011
+ "members": {}
1012
+ }
1013
+ }
1014
+ },
1015
+ "shapes": {
1016
+ "Sa": {
1017
+ "type": "structure",
1018
+ "required": [
1019
+ "S3Data"
1020
+ ],
1021
+ "members": {
1022
+ "S3Data": {
1023
+ "type": "structure",
1024
+ "required": [
1025
+ "S3Uri"
1026
+ ],
1027
+ "members": {
1028
+ "KmsKeyId": {},
1029
+ "S3Uri": {}
1030
+ }
1031
+ }
1032
+ }
1033
+ },
1034
+ "Sg": {
1035
+ "type": "structure",
1036
+ "required": [
1037
+ "S3Data"
1038
+ ],
1039
+ "members": {
1040
+ "S3Data": {
1041
+ "shape": "Sh"
1042
+ }
1043
+ }
1044
+ },
1045
+ "Sh": {
1046
+ "type": "structure",
1047
+ "required": [
1048
+ "S3Uri"
1049
+ ],
1050
+ "members": {
1051
+ "KmsKeyId": {},
1052
+ "S3Uri": {}
1053
+ }
1054
+ },
1055
+ "Sq": {
1056
+ "type": "structure",
1057
+ "members": {
1058
+ "Message": {},
1059
+ "Type": {}
1060
+ }
1061
+ },
1062
+ "Ss": {
1063
+ "type": "structure",
1064
+ "members": {
1065
+ "DataSourceConfig": {
1066
+ "shape": "St"
1067
+ },
1068
+ "PreviousEarthObservationJobArn": {},
1069
+ "RasterDataCollectionQuery": {
1070
+ "type": "structure",
1071
+ "required": [
1072
+ "RasterDataCollectionArn",
1073
+ "RasterDataCollectionName",
1074
+ "TimeRangeFilter"
1075
+ ],
1076
+ "members": {
1077
+ "AreaOfInterest": {
1078
+ "shape": "Sx"
1079
+ },
1080
+ "PropertyFilters": {
1081
+ "shape": "S16"
1082
+ },
1083
+ "RasterDataCollectionArn": {},
1084
+ "RasterDataCollectionName": {},
1085
+ "TimeRangeFilter": {
1086
+ "shape": "S1j"
1087
+ }
1088
+ }
1089
+ }
1090
+ }
1091
+ },
1092
+ "St": {
1093
+ "type": "structure",
1094
+ "members": {
1095
+ "S3Data": {
1096
+ "type": "structure",
1097
+ "required": [
1098
+ "MetadataProvider",
1099
+ "S3Uri"
1100
+ ],
1101
+ "members": {
1102
+ "KmsKeyId": {},
1103
+ "MetadataProvider": {},
1104
+ "S3Uri": {}
1105
+ }
1106
+ }
1107
+ },
1108
+ "union": true
1109
+ },
1110
+ "Sx": {
1111
+ "type": "structure",
1112
+ "members": {
1113
+ "AreaOfInterestGeometry": {
1114
+ "type": "structure",
1115
+ "members": {
1116
+ "MultiPolygonGeometry": {
1117
+ "type": "structure",
1118
+ "required": [
1119
+ "Coordinates"
1120
+ ],
1121
+ "members": {
1122
+ "Coordinates": {
1123
+ "type": "list",
1124
+ "member": {
1125
+ "shape": "S11"
1126
+ }
1127
+ }
1128
+ }
1129
+ },
1130
+ "PolygonGeometry": {
1131
+ "type": "structure",
1132
+ "required": [
1133
+ "Coordinates"
1134
+ ],
1135
+ "members": {
1136
+ "Coordinates": {
1137
+ "shape": "S11"
1138
+ }
1139
+ }
1140
+ }
1141
+ },
1142
+ "union": true
1143
+ }
1144
+ },
1145
+ "union": true
1146
+ },
1147
+ "S11": {
1148
+ "type": "list",
1149
+ "member": {
1150
+ "type": "list",
1151
+ "member": {
1152
+ "type": "list",
1153
+ "member": {
1154
+ "type": "double"
1155
+ },
1156
+ "sensitive": true
1157
+ }
1158
+ }
1159
+ },
1160
+ "S16": {
1161
+ "type": "structure",
1162
+ "members": {
1163
+ "LogicalOperator": {},
1164
+ "Properties": {
1165
+ "type": "list",
1166
+ "member": {
1167
+ "type": "structure",
1168
+ "required": [
1169
+ "Property"
1170
+ ],
1171
+ "members": {
1172
+ "Property": {
1173
+ "type": "structure",
1174
+ "members": {
1175
+ "EoCloudCover": {
1176
+ "type": "structure",
1177
+ "required": [
1178
+ "LowerBound",
1179
+ "UpperBound"
1180
+ ],
1181
+ "members": {
1182
+ "LowerBound": {
1183
+ "type": "float"
1184
+ },
1185
+ "UpperBound": {
1186
+ "type": "float"
1187
+ }
1188
+ }
1189
+ },
1190
+ "LandsatCloudCoverLand": {
1191
+ "type": "structure",
1192
+ "required": [
1193
+ "LowerBound",
1194
+ "UpperBound"
1195
+ ],
1196
+ "members": {
1197
+ "LowerBound": {
1198
+ "type": "float"
1199
+ },
1200
+ "UpperBound": {
1201
+ "type": "float"
1202
+ }
1203
+ }
1204
+ },
1205
+ "Platform": {
1206
+ "type": "structure",
1207
+ "required": [
1208
+ "Value"
1209
+ ],
1210
+ "members": {
1211
+ "ComparisonOperator": {},
1212
+ "Value": {}
1213
+ }
1214
+ },
1215
+ "ViewOffNadir": {
1216
+ "type": "structure",
1217
+ "required": [
1218
+ "LowerBound",
1219
+ "UpperBound"
1220
+ ],
1221
+ "members": {
1222
+ "LowerBound": {
1223
+ "type": "float"
1224
+ },
1225
+ "UpperBound": {
1226
+ "type": "float"
1227
+ }
1228
+ }
1229
+ },
1230
+ "ViewSunAzimuth": {
1231
+ "type": "structure",
1232
+ "required": [
1233
+ "LowerBound",
1234
+ "UpperBound"
1235
+ ],
1236
+ "members": {
1237
+ "LowerBound": {
1238
+ "type": "float"
1239
+ },
1240
+ "UpperBound": {
1241
+ "type": "float"
1242
+ }
1243
+ }
1244
+ },
1245
+ "ViewSunElevation": {
1246
+ "type": "structure",
1247
+ "required": [
1248
+ "LowerBound",
1249
+ "UpperBound"
1250
+ ],
1251
+ "members": {
1252
+ "LowerBound": {
1253
+ "type": "float"
1254
+ },
1255
+ "UpperBound": {
1256
+ "type": "float"
1257
+ }
1258
+ }
1259
+ }
1260
+ },
1261
+ "union": true
1262
+ }
1263
+ }
1264
+ }
1265
+ }
1266
+ }
1267
+ },
1268
+ "S1j": {
1269
+ "type": "structure",
1270
+ "required": [
1271
+ "EndTime",
1272
+ "StartTime"
1273
+ ],
1274
+ "members": {
1275
+ "EndTime": {
1276
+ "type": "timestamp"
1277
+ },
1278
+ "StartTime": {
1279
+ "type": "timestamp"
1280
+ }
1281
+ },
1282
+ "sensitive": true
1283
+ },
1284
+ "S1k": {
1285
+ "type": "structure",
1286
+ "members": {
1287
+ "BandMathConfig": {
1288
+ "type": "structure",
1289
+ "members": {
1290
+ "CustomIndices": {
1291
+ "type": "structure",
1292
+ "members": {
1293
+ "Operations": {
1294
+ "type": "list",
1295
+ "member": {
1296
+ "type": "structure",
1297
+ "required": [
1298
+ "Equation",
1299
+ "Name"
1300
+ ],
1301
+ "members": {
1302
+ "Equation": {},
1303
+ "Name": {},
1304
+ "OutputType": {}
1305
+ }
1306
+ }
1307
+ }
1308
+ }
1309
+ },
1310
+ "PredefinedIndices": {
1311
+ "shape": "S1q"
1312
+ }
1313
+ }
1314
+ },
1315
+ "CloudMaskingConfig": {
1316
+ "type": "structure",
1317
+ "members": {}
1318
+ },
1319
+ "CloudRemovalConfig": {
1320
+ "type": "structure",
1321
+ "members": {
1322
+ "AlgorithmName": {},
1323
+ "InterpolationValue": {},
1324
+ "TargetBands": {
1325
+ "shape": "S1q"
1326
+ }
1327
+ }
1328
+ },
1329
+ "GeoMosaicConfig": {
1330
+ "type": "structure",
1331
+ "members": {
1332
+ "AlgorithmName": {},
1333
+ "TargetBands": {
1334
+ "shape": "S1q"
1335
+ }
1336
+ }
1337
+ },
1338
+ "LandCoverSegmentationConfig": {
1339
+ "type": "structure",
1340
+ "members": {}
1341
+ },
1342
+ "ResamplingConfig": {
1343
+ "type": "structure",
1344
+ "required": [
1345
+ "OutputResolution"
1346
+ ],
1347
+ "members": {
1348
+ "AlgorithmName": {},
1349
+ "OutputResolution": {
1350
+ "type": "structure",
1351
+ "required": [
1352
+ "UserDefined"
1353
+ ],
1354
+ "members": {
1355
+ "UserDefined": {
1356
+ "shape": "S20"
1357
+ }
1358
+ }
1359
+ },
1360
+ "TargetBands": {
1361
+ "shape": "S1q"
1362
+ }
1363
+ }
1364
+ },
1365
+ "StackConfig": {
1366
+ "type": "structure",
1367
+ "members": {
1368
+ "OutputResolution": {
1369
+ "type": "structure",
1370
+ "members": {
1371
+ "Predefined": {},
1372
+ "UserDefined": {
1373
+ "shape": "S20"
1374
+ }
1375
+ }
1376
+ },
1377
+ "TargetBands": {
1378
+ "shape": "S1q"
1379
+ }
1380
+ }
1381
+ },
1382
+ "TemporalStatisticsConfig": {
1383
+ "type": "structure",
1384
+ "required": [
1385
+ "Statistics"
1386
+ ],
1387
+ "members": {
1388
+ "GroupBy": {},
1389
+ "Statistics": {
1390
+ "type": "list",
1391
+ "member": {}
1392
+ },
1393
+ "TargetBands": {
1394
+ "shape": "S1q"
1395
+ }
1396
+ }
1397
+ },
1398
+ "ZonalStatisticsConfig": {
1399
+ "type": "structure",
1400
+ "required": [
1401
+ "Statistics",
1402
+ "ZoneS3Path"
1403
+ ],
1404
+ "members": {
1405
+ "Statistics": {
1406
+ "type": "list",
1407
+ "member": {}
1408
+ },
1409
+ "TargetBands": {
1410
+ "shape": "S1q"
1411
+ },
1412
+ "ZoneS3Path": {}
1413
+ }
1414
+ }
1415
+ },
1416
+ "union": true
1417
+ },
1418
+ "S1q": {
1419
+ "type": "list",
1420
+ "member": {}
1421
+ },
1422
+ "S20": {
1423
+ "type": "structure",
1424
+ "required": [
1425
+ "Unit",
1426
+ "Value"
1427
+ ],
1428
+ "members": {
1429
+ "Unit": {},
1430
+ "Value": {
1431
+ "type": "float"
1432
+ }
1433
+ }
1434
+ },
1435
+ "S2f": {
1436
+ "type": "map",
1437
+ "key": {},
1438
+ "value": {}
1439
+ },
1440
+ "S2k": {
1441
+ "type": "list",
1442
+ "member": {
1443
+ "type": "structure",
1444
+ "required": [
1445
+ "Name",
1446
+ "Type"
1447
+ ],
1448
+ "members": {
1449
+ "Maximum": {
1450
+ "type": "float"
1451
+ },
1452
+ "Minimum": {
1453
+ "type": "float"
1454
+ },
1455
+ "Name": {},
1456
+ "Type": {}
1457
+ }
1458
+ }
1459
+ },
1460
+ "S2x": {
1461
+ "type": "structure",
1462
+ "required": [
1463
+ "DataSourceConfig",
1464
+ "DocumentType"
1465
+ ],
1466
+ "members": {
1467
+ "DataSourceConfig": {
1468
+ "type": "structure",
1469
+ "members": {
1470
+ "S3Data": {
1471
+ "shape": "Sh"
1472
+ }
1473
+ },
1474
+ "union": true
1475
+ },
1476
+ "DocumentType": {}
1477
+ }
1478
+ },
1479
+ "S30": {
1480
+ "type": "structure",
1481
+ "members": {
1482
+ "MapMatchingConfig": {
1483
+ "type": "structure",
1484
+ "required": [
1485
+ "IdAttributeName",
1486
+ "TimestampAttributeName",
1487
+ "XAttributeName",
1488
+ "YAttributeName"
1489
+ ],
1490
+ "members": {
1491
+ "IdAttributeName": {},
1492
+ "TimestampAttributeName": {},
1493
+ "XAttributeName": {},
1494
+ "YAttributeName": {}
1495
+ }
1496
+ },
1497
+ "ReverseGeocodingConfig": {
1498
+ "type": "structure",
1499
+ "required": [
1500
+ "XAttributeName",
1501
+ "YAttributeName"
1502
+ ],
1503
+ "members": {
1504
+ "XAttributeName": {},
1505
+ "YAttributeName": {}
1506
+ }
1507
+ }
1508
+ },
1509
+ "union": true
1510
+ },
1511
+ "S37": {
1512
+ "type": "string",
1513
+ "sensitive": true
1514
+ }
1515
+ }
1516
+ }