aws-sdk-sagemakergeospatial 1.1.0 → 1.2.0

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.
@@ -23,11 +23,15 @@ module Aws::SageMakerGeospatial
23
23
  include Aws::Structure
24
24
  end
25
25
 
26
+ # The geographic extent of the Earth Observation job.
27
+ #
26
28
  # @note AreaOfInterest is a union - when making an API calls you must set exactly one of the members.
27
29
  #
28
30
  # @note AreaOfInterest is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of AreaOfInterest corresponding to the set member.
29
31
  #
30
32
  # @!attribute [rw] area_of_interest_geometry
33
+ # A GeoJSON object representing the geographic extent in the
34
+ # coordinate space.
31
35
  # @return [Types::AreaOfInterestGeometry]
32
36
  #
33
37
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/AreaOfInterest AWS API Documentation
@@ -43,14 +47,19 @@ module Aws::SageMakerGeospatial
43
47
  class Unknown < AreaOfInterest; end
44
48
  end
45
49
 
50
+ # A GeoJSON object representing the geographic extent in the coordinate
51
+ # space.
52
+ #
46
53
  # @note AreaOfInterestGeometry is a union - when making an API calls you must set exactly one of the members.
47
54
  #
48
55
  # @note AreaOfInterestGeometry is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of AreaOfInterestGeometry corresponding to the set member.
49
56
  #
50
57
  # @!attribute [rw] multi_polygon_geometry
58
+ # The structure representing the MultiPolygon Geometry.
51
59
  # @return [Types::MultiPolygonGeometryInput]
52
60
  #
53
61
  # @!attribute [rw] polygon_geometry
62
+ # The structure representing Polygon Geometry.
54
63
  # @return [Types::PolygonGeometryInput]
55
64
  #
56
65
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/AreaOfInterestGeometry AWS API Documentation
@@ -68,7 +77,10 @@ module Aws::SageMakerGeospatial
68
77
  class Unknown < AreaOfInterestGeometry; end
69
78
  end
70
79
 
80
+ # The structure containing the asset properties.
81
+ #
71
82
  # @!attribute [rw] href
83
+ # Link to the asset object.
72
84
  # @return [String]
73
85
  #
74
86
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/AssetValue AWS API Documentation
@@ -79,10 +91,17 @@ module Aws::SageMakerGeospatial
79
91
  include Aws::Structure
80
92
  end
81
93
 
94
+ # Input structure for the BandMath operation type. Defines Predefined
95
+ # and CustomIndices to be computed using BandMath.
96
+ #
82
97
  # @!attribute [rw] custom_indices
98
+ # CustomIndices that are computed.
83
99
  # @return [Types::CustomIndicesInput]
84
100
  #
85
101
  # @!attribute [rw] predefined_indices
102
+ # One or many of the supported predefined indices to compute. Allowed
103
+ # values: `NDVI`, `EVI2`, `MSAVI`, `NDWI`, `NDMI`, `NDSI`, and
104
+ # `WDRVI`.
86
105
  # @return [Array<String>]
87
106
  #
88
107
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/BandMathConfigInput AWS API Documentation
@@ -94,12 +113,16 @@ module Aws::SageMakerGeospatial
94
113
  include Aws::Structure
95
114
  end
96
115
 
116
+ # Input structure for CloudMasking operation type.
117
+ #
97
118
  # @api private
98
119
  #
99
120
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/CloudMaskingConfigInput AWS API Documentation
100
121
  #
101
122
  class CloudMaskingConfigInput < Aws::EmptyStructure; end
102
123
 
124
+ # Input structure for Cloud Removal Operation type
125
+ #
103
126
  # @!attribute [rw] algorithm_name
104
127
  # The name of the algorithm used for cloud removal.
105
128
  # @return [String]
@@ -109,6 +132,7 @@ module Aws::SageMakerGeospatial
109
132
  # @return [String]
110
133
  #
111
134
  # @!attribute [rw] target_bands
135
+ # TargetBands to be returned in the output of CloudRemoval operation.
112
136
  # @return [Array<String>]
113
137
  #
114
138
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/CloudRemovalConfigInput AWS API Documentation
@@ -121,10 +145,13 @@ module Aws::SageMakerGeospatial
121
145
  include Aws::Structure
122
146
  end
123
147
 
148
+ # Updating or deleting a resource can cause an inconsistent state.
149
+ #
124
150
  # @!attribute [rw] message
125
151
  # @return [String]
126
152
  #
127
153
  # @!attribute [rw] resource_id
154
+ # Identifier of the resource affected.
128
155
  # @return [String]
129
156
  #
130
157
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ConflictException AWS API Documentation
@@ -136,7 +163,10 @@ module Aws::SageMakerGeospatial
136
163
  include Aws::Structure
137
164
  end
138
165
 
166
+ # Input object defining the custom BandMath indices to compute.
167
+ #
139
168
  # @!attribute [rw] operations
169
+ # A list of BandMath indices to compute.
140
170
  # @return [Array<Types::Operation>]
141
171
  #
142
172
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/CustomIndicesInput AWS API Documentation
@@ -184,9 +214,11 @@ module Aws::SageMakerGeospatial
184
214
  # The structure representing the errors in an EarthObservationJob.
185
215
  #
186
216
  # @!attribute [rw] message
217
+ # A detailed message describing the error in an Earth Observation job.
187
218
  # @return [String]
188
219
  #
189
220
  # @!attribute [rw] type
221
+ # The type of error in an Earth Observation job.
190
222
  # @return [String]
191
223
  #
192
224
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/EarthObservationJobErrorDetails AWS API Documentation
@@ -198,10 +230,14 @@ module Aws::SageMakerGeospatial
198
230
  include Aws::Structure
199
231
  end
200
232
 
233
+ # The structure representing the EoCloudCover filter.
234
+ #
201
235
  # @!attribute [rw] lower_bound
236
+ # Lower bound for EoCloudCover.
202
237
  # @return [Float]
203
238
  #
204
239
  # @!attribute [rw] upper_bound
240
+ # Upper bound for EoCloudCover.
205
241
  # @return [Float]
206
242
  #
207
243
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/EoCloudCoverInput AWS API Documentation
@@ -213,11 +249,16 @@ module Aws::SageMakerGeospatial
213
249
  include Aws::Structure
214
250
  end
215
251
 
252
+ # Union representing different data sources to be used as input for an
253
+ # Earth Observation job.
254
+ #
216
255
  # @note EojDataSourceConfigInput is a union - when making an API calls you must set exactly one of the members.
217
256
  #
218
257
  # @note EojDataSourceConfigInput is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of EojDataSourceConfigInput corresponding to the set member.
219
258
  #
220
259
  # @!attribute [rw] s3_data
260
+ # The input structure for S3Data; representing the Amazon S3 location
261
+ # of the input data objects.
221
262
  # @return [Types::S3DataInput]
222
263
  #
223
264
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/EojDataSourceConfigInput AWS API Documentation
@@ -238,6 +279,14 @@ module Aws::SageMakerGeospatial
238
279
  # being exported.
239
280
  # @return [String]
240
281
  #
282
+ # @!attribute [rw] client_token
283
+ # A unique token that guarantees that the call to this API is
284
+ # idempotent.
285
+ #
286
+ # **A suitable default value is auto-generated.** You should normally
287
+ # not need to pass this option.
288
+ # @return [String]
289
+ #
241
290
  # @!attribute [rw] execution_role_arn
242
291
  # The Amazon Resource Name (ARN) of the IAM role that you specified
243
292
  # for the job.
@@ -256,6 +305,7 @@ module Aws::SageMakerGeospatial
256
305
  #
257
306
  class ExportEarthObservationJobInput < Struct.new(
258
307
  :arn,
308
+ :client_token,
259
309
  :execution_role_arn,
260
310
  :export_source_images,
261
311
  :output_config)
@@ -308,9 +358,13 @@ module Aws::SageMakerGeospatial
308
358
  # GetEarthObservationJob.
309
359
  #
310
360
  # @!attribute [rw] export_results
361
+ # The structure for returning the export error details while exporting
362
+ # results of an Earth Observation job.
311
363
  # @return [Types::ExportErrorDetailsOutput]
312
364
  #
313
365
  # @!attribute [rw] export_source_images
366
+ # The structure for returning the export error details while exporting
367
+ # the source images of an Earth Observation job.
314
368
  # @return [Types::ExportErrorDetailsOutput]
315
369
  #
316
370
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ExportErrorDetails AWS API Documentation
@@ -322,10 +376,16 @@ module Aws::SageMakerGeospatial
322
376
  include Aws::Structure
323
377
  end
324
378
 
379
+ # The structure representing the errors in an export EarthObservationJob
380
+ # operation.
381
+ #
325
382
  # @!attribute [rw] message
383
+ # A detailed message describing the error in an export
384
+ # EarthObservationJob operation.
326
385
  # @return [String]
327
386
  #
328
387
  # @!attribute [rw] type
388
+ # The type of error in an export EarthObservationJob operation.
329
389
  # @return [String]
330
390
  #
331
391
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ExportErrorDetailsOutput AWS API Documentation
@@ -337,9 +397,11 @@ module Aws::SageMakerGeospatial
337
397
  include Aws::Structure
338
398
  end
339
399
 
400
+ # The structure containing the Amazon S3 path to export the Earth
401
+ # Observation job output.
402
+ #
340
403
  # @!attribute [rw] kms_key_id
341
- # The Amazon Key Management Service (KMS) key ID for server-side
342
- # encryption.
404
+ # The Key Management Service key ID for server-side encryption.
343
405
  # @return [String]
344
406
  #
345
407
  # @!attribute [rw] s3_uri
@@ -359,6 +421,14 @@ module Aws::SageMakerGeospatial
359
421
  # The Amazon Resource Name (ARN) of the Vector Enrichment job.
360
422
  # @return [String]
361
423
  #
424
+ # @!attribute [rw] client_token
425
+ # A unique token that guarantees that the call to this API is
426
+ # idempotent.
427
+ #
428
+ # **A suitable default value is auto-generated.** You should normally
429
+ # not need to pass this option.
430
+ # @return [String]
431
+ #
362
432
  # @!attribute [rw] execution_role_arn
363
433
  # The Amazon Resource Name (ARN) of the IAM rolewith permission to
364
434
  # upload to the location in OutputConfig.
@@ -373,6 +443,7 @@ module Aws::SageMakerGeospatial
373
443
  #
374
444
  class ExportVectorEnrichmentJobInput < Struct.new(
375
445
  :arn,
446
+ :client_token,
376
447
  :execution_role_arn,
377
448
  :output_config)
378
449
  SENSITIVE = []
@@ -417,6 +488,8 @@ module Aws::SageMakerGeospatial
417
488
  # An object containing information about the output file.
418
489
  #
419
490
  # @!attribute [rw] s3_data
491
+ # The input structure for Amazon S3 data; representing the Amazon S3
492
+ # location of the input data objects.
420
493
  # @return [Types::VectorEnrichmentJobS3Data]
421
494
  #
422
495
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ExportVectorEnrichmentJobOutputConfig AWS API Documentation
@@ -476,10 +549,15 @@ module Aws::SageMakerGeospatial
476
549
  include Aws::Structure
477
550
  end
478
551
 
552
+ # The structure representing a Geometry in terms of Type and Coordinates
553
+ # as per GeoJson spec.
554
+ #
479
555
  # @!attribute [rw] coordinates
556
+ # The coordinates of the GeoJson Geometry.
480
557
  # @return [Array<Array<Array<Float>>>]
481
558
  #
482
559
  # @!attribute [rw] type
560
+ # GeoJson Geometry types like Polygon and MultiPolygon.
483
561
  # @return [String]
484
562
  #
485
563
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/Geometry AWS API Documentation
@@ -541,8 +619,7 @@ module Aws::SageMakerGeospatial
541
619
  # @return [Types::JobConfigInput]
542
620
  #
543
621
  # @!attribute [rw] kms_key_id
544
- # The Amazon Key Management Service (KMS) key ID for server-side
545
- # encryption.
622
+ # The Key Management Service key ID for server-side encryption.
546
623
  # @return [String]
547
624
  #
548
625
  # @!attribute [rw] name
@@ -550,6 +627,7 @@ module Aws::SageMakerGeospatial
550
627
  # @return [String]
551
628
  #
552
629
  # @!attribute [rw] output_bands
630
+ # Bands available in the output of an operation.
553
631
  # @return [Array<Types::OutputBand>]
554
632
  #
555
633
  # @!attribute [rw] status
@@ -606,6 +684,7 @@ module Aws::SageMakerGeospatial
606
684
  # @return [String]
607
685
  #
608
686
  # @!attribute [rw] image_source_bands
687
+ # The list of image source bands in the raster data collection.
609
688
  # @return [Array<String>]
610
689
  #
611
690
  # @!attribute [rw] name
@@ -643,6 +722,10 @@ module Aws::SageMakerGeospatial
643
722
  # The Amazon Resource Name (ARN) of the tile operation.
644
723
  # @return [String]
645
724
  #
725
+ # @!attribute [rw] execution_role_arn
726
+ # The Amazon Resource Name (ARN) of the IAM role that you specify.
727
+ # @return [String]
728
+ #
646
729
  # @!attribute [rw] image_assets
647
730
  # The particular assets or bands to tile.
648
731
  # @return [Array<String>]
@@ -689,6 +772,7 @@ module Aws::SageMakerGeospatial
689
772
  #
690
773
  class GetTileInput < Struct.new(
691
774
  :arn,
775
+ :execution_role_arn,
692
776
  :image_assets,
693
777
  :image_mask,
694
778
  :output_data_type,
@@ -766,8 +850,7 @@ module Aws::SageMakerGeospatial
766
850
  # @return [Types::VectorEnrichmentJobConfig]
767
851
  #
768
852
  # @!attribute [rw] kms_key_id
769
- # The Amazon Key Management Service (KMS) key ID for server-side
770
- # encryption.
853
+ # The Key Management Service key ID for server-side encryption.
771
854
  # @return [String]
772
855
  #
773
856
  # @!attribute [rw] name
@@ -819,6 +902,9 @@ module Aws::SageMakerGeospatial
819
902
  # @return [String]
820
903
  #
821
904
  # @!attribute [rw] raster_data_collection_query
905
+ # The structure representing the RasterDataCollection Query consisting
906
+ # of the Area of Interest, RasterDataCollectionArn,TimeRange and
907
+ # Property Filters.
822
908
  # @return [Types::RasterDataCollectionQueryInput]
823
909
  #
824
910
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/InputConfigInput AWS API Documentation
@@ -843,6 +929,9 @@ module Aws::SageMakerGeospatial
843
929
  # @return [String]
844
930
  #
845
931
  # @!attribute [rw] raster_data_collection_query
932
+ # The structure representing the RasterDataCollection Query consisting
933
+ # of the Area of Interest, RasterDataCollectionArn,
934
+ # RasterDataCollectionName, TimeRange, and Property Filters.
846
935
  # @return [Types::RasterDataCollectionQueryOutput]
847
936
  #
848
937
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/InputConfigOutput AWS API Documentation
@@ -873,16 +962,20 @@ module Aws::SageMakerGeospatial
873
962
  include Aws::Structure
874
963
  end
875
964
 
876
- # Structure representing the items in the response for
965
+ # The structure representing the items in the response for
877
966
  # SearchRasterDataCollection.
878
967
  #
879
968
  # @!attribute [rw] assets
969
+ # This is a dictionary of Asset Objects data associated with the Item
970
+ # that can be downloaded or streamed, each with a unique key.
880
971
  # @return [Hash<String,Types::AssetValue>]
881
972
  #
882
973
  # @!attribute [rw] date_time
974
+ # The searchable date and time of the item, in UTC.
883
975
  # @return [Time]
884
976
  #
885
977
  # @!attribute [rw] geometry
978
+ # The item Geometry in GeoJson format.
886
979
  # @return [Types::Geometry]
887
980
  #
888
981
  # @!attribute [rw] id
@@ -890,6 +983,7 @@ module Aws::SageMakerGeospatial
890
983
  # @return [String]
891
984
  #
892
985
  # @!attribute [rw] properties
986
+ # This field contains additional properties of the item.
893
987
  # @return [Types::Properties]
894
988
  #
895
989
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ItemSource AWS API Documentation
@@ -911,6 +1005,8 @@ module Aws::SageMakerGeospatial
911
1005
  # @note JobConfigInput is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of JobConfigInput corresponding to the set member.
912
1006
  #
913
1007
  # @!attribute [rw] band_math_config
1008
+ # An object containing information about the job configuration for
1009
+ # BandMath.
914
1010
  # @return [Types::BandMathConfigInput]
915
1011
  #
916
1012
  # @!attribute [rw] cloud_masking_config
@@ -939,6 +1035,8 @@ module Aws::SageMakerGeospatial
939
1035
  # @return [Types::ResamplingConfigInput]
940
1036
  #
941
1037
  # @!attribute [rw] stack_config
1038
+ # An object containing information about the job configuration for a
1039
+ # Stacking Earth Observation job.
942
1040
  # @return [Types::StackConfigInput]
943
1041
  #
944
1042
  # @!attribute [rw] temporal_statistics_config
@@ -980,16 +1078,27 @@ module Aws::SageMakerGeospatial
980
1078
  class Unknown < JobConfigInput; end
981
1079
  end
982
1080
 
1081
+ # The input structure for Land Cover Operation type.
1082
+ #
983
1083
  # @api private
984
1084
  #
985
1085
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/LandCoverSegmentationConfigInput AWS API Documentation
986
1086
  #
987
1087
  class LandCoverSegmentationConfigInput < Aws::EmptyStructure; end
988
1088
 
1089
+ # The structure representing Land Cloud Cover property for Landsat data
1090
+ # collection.
1091
+ #
989
1092
  # @!attribute [rw] lower_bound
1093
+ # The minimum value for Land Cloud Cover property filter. This will
1094
+ # filter items having Land Cloud Cover greater than or equal to this
1095
+ # value.
990
1096
  # @return [Float]
991
1097
  #
992
1098
  # @!attribute [rw] upper_bound
1099
+ # The maximum value for Land Cloud Cover property filter. This will
1100
+ # filter items having Land Cloud Cover less than or equal to this
1101
+ # value.
993
1102
  # @return [Float]
994
1103
  #
995
1104
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/LandsatCloudCoverLandInput AWS API Documentation
@@ -1073,6 +1182,7 @@ module Aws::SageMakerGeospatial
1073
1182
  # @return [String]
1074
1183
  #
1075
1184
  # @!attribute [rw] operation_type
1185
+ # The operation type for an Earth Observation job.
1076
1186
  # @return [String]
1077
1187
  #
1078
1188
  # @!attribute [rw] status
@@ -1254,7 +1364,12 @@ module Aws::SageMakerGeospatial
1254
1364
  include Aws::Structure
1255
1365
  end
1256
1366
 
1367
+ # The input structure for Map Matching operation type.
1368
+ #
1257
1369
  # @!attribute [rw] id_attribute_name
1370
+ # The field name for the data that describes the identifier
1371
+ # representing a collection of GPS points belonging to an individual
1372
+ # trace.
1258
1373
  # @return [String]
1259
1374
  #
1260
1375
  # @!attribute [rw] timestamp_attribute_name
@@ -1280,6 +1395,13 @@ module Aws::SageMakerGeospatial
1280
1395
  include Aws::Structure
1281
1396
  end
1282
1397
 
1398
+ # The structure representing Polygon Geometry based on the [GeoJson
1399
+ # spec][1].
1400
+ #
1401
+ #
1402
+ #
1403
+ # [1]: https://www.rfc-editor.org/rfc/rfc7946#section-3.1.6
1404
+ #
1283
1405
  # @!attribute [rw] coordinates
1284
1406
  # The coordinates of the multipolygon geometry.
1285
1407
  # @return [Array<Array<Array<Array<Float>>>>]
@@ -1292,7 +1414,11 @@ module Aws::SageMakerGeospatial
1292
1414
  include Aws::Structure
1293
1415
  end
1294
1416
 
1417
+ # Represents an arithmetic operation to compute spectral index.
1418
+ #
1295
1419
  # @!attribute [rw] equation
1420
+ # Textual representation of the math operation; Equation used to
1421
+ # compute the spectral index.
1296
1422
  # @return [String]
1297
1423
  #
1298
1424
  # @!attribute [rw] name
@@ -1348,7 +1474,12 @@ module Aws::SageMakerGeospatial
1348
1474
  include Aws::Structure
1349
1475
  end
1350
1476
 
1477
+ # OutputResolution Configuration indicating the target resolution for
1478
+ # the output of Resampling operation.
1479
+ #
1351
1480
  # @!attribute [rw] user_defined
1481
+ # User Defined Resolution for the output of Resampling operation
1482
+ # defined by value and unit.
1352
1483
  # @return [Types::UserDefined]
1353
1484
  #
1354
1485
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/OutputResolutionResamplingInput AWS API Documentation
@@ -1359,10 +1490,18 @@ module Aws::SageMakerGeospatial
1359
1490
  include Aws::Structure
1360
1491
  end
1361
1492
 
1493
+ # The input structure representing Output Resolution for Stacking
1494
+ # Operation.
1495
+ #
1362
1496
  # @!attribute [rw] predefined
1497
+ # A string value representing Predefined Output Resolution for a
1498
+ # stacking operation. Allowed values are `HIGHEST`, `LOWEST`, and
1499
+ # `AVERAGE`.
1363
1500
  # @return [String]
1364
1501
  #
1365
1502
  # @!attribute [rw] user_defined
1503
+ # The structure representing User Output Resolution for a Stacking
1504
+ # operation defined as a value and unit.
1366
1505
  # @return [Types::UserDefined]
1367
1506
  #
1368
1507
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/OutputResolutionStackInput AWS API Documentation
@@ -1374,7 +1513,13 @@ module Aws::SageMakerGeospatial
1374
1513
  include Aws::Structure
1375
1514
  end
1376
1515
 
1516
+ # The input structure for specifying Platform. Platform refers to the
1517
+ # unique name of the specific platform the instrument is attached to.
1518
+ # For satellites it is the name of the satellite, eg. landsat-8
1519
+ # (Landsat-8), sentinel-2a.
1520
+ #
1377
1521
  # @!attribute [rw] comparison_operator
1522
+ # The ComparisonOperator to use with PlatformInput.
1378
1523
  # @return [String]
1379
1524
  #
1380
1525
  # @!attribute [rw] value
@@ -1390,7 +1535,19 @@ module Aws::SageMakerGeospatial
1390
1535
  include Aws::Structure
1391
1536
  end
1392
1537
 
1538
+ # The structure representing Polygon Geometry based on the [GeoJson
1539
+ # spec][1].
1540
+ #
1541
+ #
1542
+ #
1543
+ # [1]: https://www.rfc-editor.org/rfc/rfc7946#section-3.1.6
1544
+ #
1393
1545
  # @!attribute [rw] coordinates
1546
+ # Coordinates representing a Polygon based on the [GeoJson spec][1].
1547
+ #
1548
+ #
1549
+ #
1550
+ # [1]: https://www.rfc-editor.org/rfc/rfc7946#section-3.1.6
1394
1551
  # @return [Array<Array<Array<Float>>>]
1395
1552
  #
1396
1553
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/PolygonGeometryInput AWS API Documentation
@@ -1401,22 +1558,44 @@ module Aws::SageMakerGeospatial
1401
1558
  include Aws::Structure
1402
1559
  end
1403
1560
 
1561
+ # Properties associated with the Item.
1562
+ #
1404
1563
  # @!attribute [rw] eo_cloud_cover
1564
+ # Estimate of cloud cover.
1405
1565
  # @return [Float]
1406
1566
  #
1407
1567
  # @!attribute [rw] landsat_cloud_cover_land
1568
+ # Land cloud cover for Landsat Data Collection.
1408
1569
  # @return [Float]
1409
1570
  #
1410
1571
  # @!attribute [rw] platform
1572
+ # Platform property. Platform refers to the unique name of the
1573
+ # specific platform the instrument is attached to. For satellites it
1574
+ # is the name of the satellite, eg. landsat-8 (Landsat-8),
1575
+ # sentinel-2a.
1411
1576
  # @return [String]
1412
1577
  #
1413
1578
  # @!attribute [rw] view_off_nadir
1579
+ # The angle from the sensor between nadir (straight down) and the
1580
+ # scene center. Measured in degrees (0-90).
1414
1581
  # @return [Float]
1415
1582
  #
1416
1583
  # @!attribute [rw] view_sun_azimuth
1584
+ # The sun azimuth angle. From the scene center point on the ground,
1585
+ # this is the angle between truth north and the sun. Measured
1586
+ # clockwise in degrees (0-360).
1417
1587
  # @return [Float]
1418
1588
  #
1419
1589
  # @!attribute [rw] view_sun_elevation
1590
+ # The sun elevation angle. The angle from the tangent of the scene
1591
+ # center point to the sun. Measured from the horizon in degrees
1592
+ # (-90-90). Negative values indicate the sun is below the horizon,
1593
+ # e.g. sun elevation of -10° means the data was captured during
1594
+ # [nautical twilight][1].
1595
+ #
1596
+ #
1597
+ #
1598
+ # [1]: https://www.timeanddate.com/astronomy/different-types-twilight.html
1420
1599
  # @return [Float]
1421
1600
  #
1422
1601
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/Properties AWS API Documentation
@@ -1432,26 +1611,40 @@ module Aws::SageMakerGeospatial
1432
1611
  include Aws::Structure
1433
1612
  end
1434
1613
 
1614
+ # Represents a single searchable property to search on.
1615
+ #
1435
1616
  # @note Property is a union - when making an API calls you must set exactly one of the members.
1436
1617
  #
1437
1618
  # @note Property is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of Property corresponding to the set member.
1438
1619
  #
1439
1620
  # @!attribute [rw] eo_cloud_cover
1621
+ # The structure representing EoCloudCover property filter containing a
1622
+ # lower bound and upper bound.
1440
1623
  # @return [Types::EoCloudCoverInput]
1441
1624
  #
1442
1625
  # @!attribute [rw] landsat_cloud_cover_land
1626
+ # The structure representing Land Cloud Cover property filter for
1627
+ # Landsat collection containing a lower bound and upper bound.
1443
1628
  # @return [Types::LandsatCloudCoverLandInput]
1444
1629
  #
1445
1630
  # @!attribute [rw] platform
1631
+ # The structure representing Platform property filter consisting of
1632
+ # value and comparison operator.
1446
1633
  # @return [Types::PlatformInput]
1447
1634
  #
1448
1635
  # @!attribute [rw] view_off_nadir
1636
+ # The structure representing ViewOffNadir property filter containing a
1637
+ # lower bound and upper bound.
1449
1638
  # @return [Types::ViewOffNadirInput]
1450
1639
  #
1451
1640
  # @!attribute [rw] view_sun_azimuth
1641
+ # The structure representing ViewSunAzimuth property filter containing
1642
+ # a lower bound and upper bound.
1452
1643
  # @return [Types::ViewSunAzimuthInput]
1453
1644
  #
1454
1645
  # @!attribute [rw] view_sun_elevation
1646
+ # The structure representing ViewSunElevation property filter
1647
+ # containing a lower bound and upper bound.
1455
1648
  # @return [Types::ViewSunElevationInput]
1456
1649
  #
1457
1650
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/Property AWS API Documentation
@@ -1477,7 +1670,11 @@ module Aws::SageMakerGeospatial
1477
1670
  class Unknown < Property; end
1478
1671
  end
1479
1672
 
1673
+ # The structure representing a single PropertyFilter.
1674
+ #
1480
1675
  # @!attribute [rw] property
1676
+ # Represents a single property to match with when searching a raster
1677
+ # data collection.
1481
1678
  # @return [Types::Property]
1482
1679
  #
1483
1680
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/PropertyFilter AWS API Documentation
@@ -1488,10 +1685,14 @@ module Aws::SageMakerGeospatial
1488
1685
  include Aws::Structure
1489
1686
  end
1490
1687
 
1688
+ # A list of PropertyFilter objects.
1689
+ #
1491
1690
  # @!attribute [rw] logical_operator
1691
+ # The Logical Operator used to combine the Property Filters.
1492
1692
  # @return [String]
1493
1693
  #
1494
1694
  # @!attribute [rw] properties
1695
+ # A list of Property Filters.
1495
1696
  # @return [Array<Types::PropertyFilter>]
1496
1697
  #
1497
1698
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/PropertyFilters AWS API Documentation
@@ -1523,6 +1724,7 @@ module Aws::SageMakerGeospatial
1523
1724
  # @return [String]
1524
1725
  #
1525
1726
  # @!attribute [rw] supported_filters
1727
+ # The list of filters supported by the raster data collection.
1526
1728
  # @return [Array<Types::Filter>]
1527
1729
  #
1528
1730
  # @!attribute [rw] tags
@@ -1547,11 +1749,16 @@ module Aws::SageMakerGeospatial
1547
1749
  include Aws::Structure
1548
1750
  end
1549
1751
 
1752
+ # The input structure for Raster Data Collection Query containing the
1753
+ # Area of Interest, TimeRange Filters, and Property Filters.
1754
+ #
1550
1755
  # @!attribute [rw] area_of_interest
1551
1756
  # The area of interest being queried for the raster data collection.
1552
1757
  # @return [Types::AreaOfInterest]
1553
1758
  #
1554
1759
  # @!attribute [rw] property_filters
1760
+ # The list of Property filters used in the Raster Data Collection
1761
+ # Query.
1555
1762
  # @return [Types::PropertyFilters]
1556
1763
  #
1557
1764
  # @!attribute [rw] raster_data_collection_arn
@@ -1559,6 +1766,7 @@ module Aws::SageMakerGeospatial
1559
1766
  # @return [String]
1560
1767
  #
1561
1768
  # @!attribute [rw] time_range_filter
1769
+ # The TimeRange Filter used in the RasterDataCollection Query.
1562
1770
  # @return [Types::TimeRangeFilterInput]
1563
1771
  #
1564
1772
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/RasterDataCollectionQueryInput AWS API Documentation
@@ -1572,13 +1780,20 @@ module Aws::SageMakerGeospatial
1572
1780
  include Aws::Structure
1573
1781
  end
1574
1782
 
1783
+ # The output structure contains the Raster Data Collection Query input
1784
+ # along with some additional metadata.
1785
+ #
1575
1786
  # @!attribute [rw] area_of_interest
1787
+ # The Area of Interest used in the search.
1576
1788
  # @return [Types::AreaOfInterest]
1577
1789
  #
1578
1790
  # @!attribute [rw] property_filters
1791
+ # Property filters used in the search.
1579
1792
  # @return [Types::PropertyFilters]
1580
1793
  #
1581
1794
  # @!attribute [rw] raster_data_collection_arn
1795
+ # The ARN of the Raster Data Collection against which the search is
1796
+ # done.
1582
1797
  # @return [String]
1583
1798
  #
1584
1799
  # @!attribute [rw] raster_data_collection_name
@@ -1586,7 +1801,8 @@ module Aws::SageMakerGeospatial
1586
1801
  # @return [String]
1587
1802
  #
1588
1803
  # @!attribute [rw] time_range_filter
1589
- # @return [Types::TimeRangeFilterInput]
1804
+ # The TimeRange filter used in the search.
1805
+ # @return [Types::TimeRangeFilterOutput]
1590
1806
  #
1591
1807
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/RasterDataCollectionQueryOutput AWS API Documentation
1592
1808
  #
@@ -1604,15 +1820,19 @@ module Aws::SageMakerGeospatial
1604
1820
  # Time Range filter and Property filters.
1605
1821
  #
1606
1822
  # @!attribute [rw] area_of_interest
1823
+ # The Area of interest to be used in the search query.
1607
1824
  # @return [Types::AreaOfInterest]
1608
1825
  #
1609
1826
  # @!attribute [rw] band_filter
1827
+ # The list of Bands to be displayed in the result for each item.
1610
1828
  # @return [Array<String>]
1611
1829
  #
1612
1830
  # @!attribute [rw] property_filters
1831
+ # The Property Filters used in the search query.
1613
1832
  # @return [Types::PropertyFilters]
1614
1833
  #
1615
1834
  # @!attribute [rw] time_range_filter
1835
+ # The TimeRange Filter used in the search query.
1616
1836
  # @return [Types::TimeRangeFilterInput]
1617
1837
  #
1618
1838
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/RasterDataCollectionQueryWithBandFilterInput AWS API Documentation
@@ -1626,14 +1846,20 @@ module Aws::SageMakerGeospatial
1626
1846
  include Aws::Structure
1627
1847
  end
1628
1848
 
1849
+ # The structure representing input for resampling operation.
1850
+ #
1629
1851
  # @!attribute [rw] algorithm_name
1630
1852
  # The name of the algorithm used for resampling.
1631
1853
  # @return [String]
1632
1854
  #
1633
1855
  # @!attribute [rw] output_resolution
1856
+ # The structure representing output resolution (in target
1857
+ # georeferenced units) of the result of resampling operation.
1634
1858
  # @return [Types::OutputResolutionResamplingInput]
1635
1859
  #
1636
1860
  # @!attribute [rw] target_bands
1861
+ # Bands used in the operation. If no target bands are specified, it
1862
+ # uses all bands available in the input.
1637
1863
  # @return [Array<String>]
1638
1864
  #
1639
1865
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ResamplingConfigInput AWS API Documentation
@@ -1646,10 +1872,13 @@ module Aws::SageMakerGeospatial
1646
1872
  include Aws::Structure
1647
1873
  end
1648
1874
 
1875
+ # The request references a resource which does not exist.
1876
+ #
1649
1877
  # @!attribute [rw] message
1650
1878
  # @return [String]
1651
1879
  #
1652
1880
  # @!attribute [rw] resource_id
1881
+ # Identifier of the resource that was not found.
1653
1882
  # @return [String]
1654
1883
  #
1655
1884
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ResourceNotFoundException AWS API Documentation
@@ -1661,10 +1890,16 @@ module Aws::SageMakerGeospatial
1661
1890
  include Aws::Structure
1662
1891
  end
1663
1892
 
1893
+ # The input structure for Reverse Geocoding operation type.
1894
+ #
1664
1895
  # @!attribute [rw] x_attribute_name
1896
+ # The field name for the data that describes x-axis coordinate, eg.
1897
+ # longitude of a point.
1665
1898
  # @return [String]
1666
1899
  #
1667
1900
  # @!attribute [rw] y_attribute_name
1901
+ # The field name for the data that describes y-axis coordinate, eg.
1902
+ # latitude of a point.
1668
1903
  # @return [String]
1669
1904
  #
1670
1905
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ReverseGeocodingConfig AWS API Documentation
@@ -1679,11 +1914,11 @@ module Aws::SageMakerGeospatial
1679
1914
  # Path to Amazon S3 storage location for input data.
1680
1915
  #
1681
1916
  # @!attribute [rw] kms_key_id
1682
- # The Amazon Key Management Service (KMS) key ID for server-side
1683
- # encryption.
1917
+ # The Key Management Service key ID for server-side encryption.
1684
1918
  # @return [String]
1685
1919
  #
1686
1920
  # @!attribute [rw] metadata_provider
1921
+ # Metadata provider from whom the Amazon S3 data has been acquired.
1687
1922
  # @return [String]
1688
1923
  #
1689
1924
  # @!attribute [rw] s3_uri
@@ -1710,6 +1945,16 @@ module Aws::SageMakerGeospatial
1710
1945
  # @return [String]
1711
1946
  #
1712
1947
  # @!attribute [rw] raster_data_collection_query
1948
+ # RasterDataCollectionQuery consisting of [AreaOfInterest(AOI)][1],
1949
+ # [PropertyFilters][2] and [TimeRangeFilterInput][3] used in
1950
+ # [SearchRasterDataCollection][4].
1951
+ #
1952
+ #
1953
+ #
1954
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_AreaOfInterest.html
1955
+ # [2]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_PropertyFilter.html
1956
+ # [3]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_TimeRangeFilterInput.html
1957
+ # [4]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_SearchRasterDataCollection.html
1713
1958
  # @return [Types::RasterDataCollectionQueryWithBandFilterInput]
1714
1959
  #
1715
1960
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/SearchRasterDataCollectionInput AWS API Documentation
@@ -1723,9 +1968,11 @@ module Aws::SageMakerGeospatial
1723
1968
  end
1724
1969
 
1725
1970
  # @!attribute [rw] approximate_result_count
1971
+ # Approximate number of results in the response.
1726
1972
  # @return [Integer]
1727
1973
  #
1728
1974
  # @!attribute [rw] items
1975
+ # List of items matching the Raster DataCollectionQuery.
1729
1976
  # @return [Array<Types::ItemSource>]
1730
1977
  #
1731
1978
  # @!attribute [rw] next_token
@@ -1749,6 +1996,7 @@ module Aws::SageMakerGeospatial
1749
1996
  # @return [String]
1750
1997
  #
1751
1998
  # @!attribute [rw] resource_id
1999
+ # Identifier of the resource affected.
1752
2000
  # @return [String]
1753
2001
  #
1754
2002
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ServiceQuotaExceededException AWS API Documentation
@@ -1760,10 +2008,18 @@ module Aws::SageMakerGeospatial
1760
2008
  include Aws::Structure
1761
2009
  end
1762
2010
 
2011
+ # The input structure for Stacking Operation.
2012
+ #
1763
2013
  # @!attribute [rw] output_resolution
2014
+ # The structure representing output resolution (in target
2015
+ # georeferenced units) of the result of stacking operation.
1764
2016
  # @return [Types::OutputResolutionStackInput]
1765
2017
  #
1766
2018
  # @!attribute [rw] target_bands
2019
+ # A list of bands to be stacked in the specified order. When the
2020
+ # parameter is not provided, all the available bands in the data
2021
+ # collection are stacked in the alphabetical order of their asset
2022
+ # names.
1767
2023
  # @return [Array<String>]
1768
2024
  #
1769
2025
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/StackConfigInput AWS API Documentation
@@ -1797,8 +2053,7 @@ module Aws::SageMakerGeospatial
1797
2053
  # @return [Types::JobConfigInput]
1798
2054
  #
1799
2055
  # @!attribute [rw] kms_key_id
1800
- # The Amazon Key Management Service (KMS) key ID for server-side
1801
- # encryption.
2056
+ # The Key Management Service key ID for server-side encryption.
1802
2057
  # @return [String]
1803
2058
  #
1804
2059
  # @!attribute [rw] name
@@ -1849,8 +2104,7 @@ module Aws::SageMakerGeospatial
1849
2104
  # @return [Types::JobConfigInput]
1850
2105
  #
1851
2106
  # @!attribute [rw] kms_key_id
1852
- # The Amazon Key Management Service (KMS) key ID for server-side
1853
- # encryption.
2107
+ # The Key Management Service key ID for server-side encryption.
1854
2108
  # @return [String]
1855
2109
  #
1856
2110
  # @!attribute [rw] name
@@ -1904,8 +2158,7 @@ module Aws::SageMakerGeospatial
1904
2158
  # @return [Types::VectorEnrichmentJobConfig]
1905
2159
  #
1906
2160
  # @!attribute [rw] kms_key_id
1907
- # The Amazon Key Management Service (KMS) key ID for server-side
1908
- # encryption.
2161
+ # The Key Management Service key ID for server-side encryption.
1909
2162
  # @return [String]
1910
2163
  #
1911
2164
  # @!attribute [rw] name
@@ -1957,8 +2210,7 @@ module Aws::SageMakerGeospatial
1957
2210
  # @return [Types::VectorEnrichmentJobConfig]
1958
2211
  #
1959
2212
  # @!attribute [rw] kms_key_id
1960
- # The Amazon Key Management Service (KMS) key ID for server-side
1961
- # encryption.
2213
+ # The Key Management Service key ID for server-side encryption.
1962
2214
  # @return [String]
1963
2215
  #
1964
2216
  # @!attribute [rw] name
@@ -2049,13 +2301,21 @@ module Aws::SageMakerGeospatial
2049
2301
  #
2050
2302
  class TagResourceResponse < Aws::EmptyStructure; end
2051
2303
 
2304
+ # The structure representing the configuration for Temporal Statistics
2305
+ # operation.
2306
+ #
2052
2307
  # @!attribute [rw] group_by
2308
+ # The input for the temporal statistics grouping by time frequency
2309
+ # option.
2053
2310
  # @return [String]
2054
2311
  #
2055
2312
  # @!attribute [rw] statistics
2313
+ # The list of the statistics method options.
2056
2314
  # @return [Array<String>]
2057
2315
  #
2058
2316
  # @!attribute [rw] target_bands
2317
+ # The list of target band names for the temporal statistic to
2318
+ # calculate.
2059
2319
  # @return [Array<String>]
2060
2320
  #
2061
2321
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/TemporalStatisticsConfigInput AWS API Documentation
@@ -2104,6 +2364,25 @@ module Aws::SageMakerGeospatial
2104
2364
  include Aws::Structure
2105
2365
  end
2106
2366
 
2367
+ # The output structure of the time range filter.
2368
+ #
2369
+ # @!attribute [rw] end_time
2370
+ # The ending time for the time range filter.
2371
+ # @return [Time]
2372
+ #
2373
+ # @!attribute [rw] start_time
2374
+ # The starting time for the time range filter.
2375
+ # @return [Time]
2376
+ #
2377
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/TimeRangeFilterOutput AWS API Documentation
2378
+ #
2379
+ class TimeRangeFilterOutput < Struct.new(
2380
+ :end_time,
2381
+ :start_time)
2382
+ SENSITIVE = []
2383
+ include Aws::Structure
2384
+ end
2385
+
2107
2386
  # @!attribute [rw] resource_arn
2108
2387
  # The Amazon Resource Name (ARN) of the resource you want to untag.
2109
2388
  # @return [String]
@@ -2125,10 +2404,15 @@ module Aws::SageMakerGeospatial
2125
2404
  #
2126
2405
  class UntagResourceResponse < Aws::EmptyStructure; end
2127
2406
 
2407
+ # The output resolution (in target georeferenced units) of the result of
2408
+ # the operation
2409
+ #
2128
2410
  # @!attribute [rw] unit
2411
+ # The units for output resolution of the result.
2129
2412
  # @return [String]
2130
2413
  #
2131
2414
  # @!attribute [rw] value
2415
+ # The value for output resolution of the result.
2132
2416
  # @return [Float]
2133
2417
  #
2134
2418
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/UserDefined AWS API Documentation
@@ -2166,9 +2450,11 @@ module Aws::SageMakerGeospatial
2166
2450
  # @note VectorEnrichmentJobConfig is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of VectorEnrichmentJobConfig corresponding to the set member.
2167
2451
  #
2168
2452
  # @!attribute [rw] map_matching_config
2453
+ # The input structure for Map Matching operation type.
2169
2454
  # @return [Types::MapMatchingConfig]
2170
2455
  #
2171
2456
  # @!attribute [rw] reverse_geocoding_config
2457
+ # The input structure for Reverse Geocoding operation type.
2172
2458
  # @return [Types::ReverseGeocodingConfig]
2173
2459
  #
2174
2460
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/VectorEnrichmentJobConfig AWS API Documentation
@@ -2186,11 +2472,16 @@ module Aws::SageMakerGeospatial
2186
2472
  class Unknown < VectorEnrichmentJobConfig; end
2187
2473
  end
2188
2474
 
2475
+ # The input structure for the data source that represents the storage
2476
+ # type of the input data objects.
2477
+ #
2189
2478
  # @note VectorEnrichmentJobDataSourceConfigInput is a union - when making an API calls you must set exactly one of the members.
2190
2479
  #
2191
2480
  # @note VectorEnrichmentJobDataSourceConfigInput is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of VectorEnrichmentJobDataSourceConfigInput corresponding to the set member.
2192
2481
  #
2193
2482
  # @!attribute [rw] s3_data
2483
+ # The input structure for the Amazon S3 data that represents the
2484
+ # Amazon S3 location of the input data objects.
2194
2485
  # @return [Types::VectorEnrichmentJobS3Data]
2195
2486
  #
2196
2487
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/VectorEnrichmentJobDataSourceConfigInput AWS API Documentation
@@ -2236,6 +2527,8 @@ module Aws::SageMakerGeospatial
2236
2527
  # @return [String]
2237
2528
  #
2238
2529
  # @!attribute [rw] type
2530
+ # The output error details for an Export operation on a Vector
2531
+ # Enrichment job.
2239
2532
  # @return [String]
2240
2533
  #
2241
2534
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/VectorEnrichmentJobExportErrorDetails AWS API Documentation
@@ -2250,9 +2543,12 @@ module Aws::SageMakerGeospatial
2250
2543
  # The input structure for the InputConfig in a VectorEnrichmentJob.
2251
2544
  #
2252
2545
  # @!attribute [rw] data_source_config
2546
+ # The input structure for the data source that represents the storage
2547
+ # type of the input data objects.
2253
2548
  # @return [Types::VectorEnrichmentJobDataSourceConfigInput]
2254
2549
  #
2255
2550
  # @!attribute [rw] document_type
2551
+ # The input structure that defines the data source file type.
2256
2552
  # @return [String]
2257
2553
  #
2258
2554
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/VectorEnrichmentJobInputConfig AWS API Documentation
@@ -2267,8 +2563,7 @@ module Aws::SageMakerGeospatial
2267
2563
  # The Amazon S3 data for the Vector Enrichment job.
2268
2564
  #
2269
2565
  # @!attribute [rw] kms_key_id
2270
- # The Amazon Key Management Service (KMS) key ID for server-side
2271
- # encryption.
2566
+ # The Key Management Service key ID for server-side encryption.
2272
2567
  # @return [String]
2273
2568
  #
2274
2569
  # @!attribute [rw] s3_uri
@@ -2284,10 +2579,18 @@ module Aws::SageMakerGeospatial
2284
2579
  include Aws::Structure
2285
2580
  end
2286
2581
 
2582
+ # The input structure for specifying ViewOffNadir property filter.
2583
+ # ViewOffNadir refers to the angle from the sensor between nadir
2584
+ # (straight down) and the scene center. Measured in degrees (0-90).
2585
+ #
2287
2586
  # @!attribute [rw] lower_bound
2587
+ # The minimum value for ViewOffNadir property filter. This filters
2588
+ # items having ViewOffNadir greater than or equal to this value.
2288
2589
  # @return [Float]
2289
2590
  #
2290
2591
  # @!attribute [rw] upper_bound
2592
+ # The maximum value for ViewOffNadir property filter. This filters
2593
+ # items having ViewOffNadir lesser than or equal to this value.
2291
2594
  # @return [Float]
2292
2595
  #
2293
2596
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ViewOffNadirInput AWS API Documentation
@@ -2299,10 +2602,19 @@ module Aws::SageMakerGeospatial
2299
2602
  include Aws::Structure
2300
2603
  end
2301
2604
 
2605
+ # The input structure for specifying ViewSunAzimuth property filter.
2606
+ # ViewSunAzimuth refers to the Sun azimuth angle. From the scene center
2607
+ # point on the ground, this is the angle between truth north and the
2608
+ # sun. Measured clockwise in degrees (0-360).
2609
+ #
2302
2610
  # @!attribute [rw] lower_bound
2611
+ # The minimum value for ViewSunAzimuth property filter. This filters
2612
+ # items having ViewSunAzimuth greater than or equal to this value.
2303
2613
  # @return [Float]
2304
2614
  #
2305
2615
  # @!attribute [rw] upper_bound
2616
+ # The maximum value for ViewSunAzimuth property filter. This filters
2617
+ # items having ViewSunAzimuth lesser than or equal to this value.
2306
2618
  # @return [Float]
2307
2619
  #
2308
2620
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ViewSunAzimuthInput AWS API Documentation
@@ -2314,6 +2626,9 @@ module Aws::SageMakerGeospatial
2314
2626
  include Aws::Structure
2315
2627
  end
2316
2628
 
2629
+ # The input structure for specifying ViewSunElevation angle property
2630
+ # filter.
2631
+ #
2317
2632
  # @!attribute [rw] lower_bound
2318
2633
  # The lower bound to view the sun elevation.
2319
2634
  # @return [Float]
@@ -2331,13 +2646,47 @@ module Aws::SageMakerGeospatial
2331
2646
  include Aws::Structure
2332
2647
  end
2333
2648
 
2649
+ # The structure representing input configuration of ZonalStatistics
2650
+ # operation.
2651
+ #
2334
2652
  # @!attribute [rw] statistics
2653
+ # List of zonal statistics to compute.
2335
2654
  # @return [Array<String>]
2336
2655
  #
2337
2656
  # @!attribute [rw] target_bands
2657
+ # Bands used in the operation. If no target bands are specified, it
2658
+ # uses all bands available input.
2338
2659
  # @return [Array<String>]
2339
2660
  #
2340
2661
  # @!attribute [rw] zone_s3_path
2662
+ # The Amazon S3 path pointing to the GeoJSON containing the polygonal
2663
+ # zones.
2664
+ # @return [String]
2665
+ #
2666
+ # @!attribute [rw] zone_s3_path_kms_key_id
2667
+ # The Amazon Resource Name (ARN) or an ID of a Amazon Web Services Key
2668
+ # Management Service (Amazon Web Services KMS) key that Amazon
2669
+ # SageMaker uses to decrypt your output artifacts with Amazon S3
2670
+ # server-side encryption. The SageMaker execution role must have
2671
+ # `kms:GenerateDataKey` permission.
2672
+ #
2673
+ # The `KmsKeyId` can be any of the following formats:
2674
+ #
2675
+ # * // KMS Key ID
2676
+ #
2677
+ # `"1234abcd-12ab-34cd-56ef-1234567890ab"`
2678
+ #
2679
+ # * // Amazon Resource Name (ARN) of a KMS Key
2680
+ #
2681
+ # `"arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>"`
2682
+ #
2683
+ # For more information about key identifiers, see [Key identifiers
2684
+ # (KeyID)][1] in the Amazon Web Services Key Management Service
2685
+ # (Amazon Web Services KMS) documentation.
2686
+ #
2687
+ #
2688
+ #
2689
+ # [1]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-id
2341
2690
  # @return [String]
2342
2691
  #
2343
2692
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ZonalStatisticsConfigInput AWS API Documentation
@@ -2345,7 +2694,8 @@ module Aws::SageMakerGeospatial
2345
2694
  class ZonalStatisticsConfigInput < Struct.new(
2346
2695
  :statistics,
2347
2696
  :target_bands,
2348
- :zone_s3_path)
2697
+ :zone_s3_path,
2698
+ :zone_s3_path_kms_key_id)
2349
2699
  SENSITIVE = []
2350
2700
  include Aws::Structure
2351
2701
  end