aws-sdk-sagemakergeospatial 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ec99f00b0ff1d3021c94281f610971245e8c3c574b1af71640e0b2b361f0405
4
- data.tar.gz: 3c56fa75e5c65096278b911313598ec5ef607c98e8fb0f3e0e345a405958e1a6
3
+ metadata.gz: 104e0e97bde03008ea29aeebb3eb57d01c3056c3a464f0797efbd08bd9cc781e
4
+ data.tar.gz: 46b715977a49147ef7fcc38f3d49f2c11aa235c32cee1dbbd06842d46ea98658
5
5
  SHA512:
6
- metadata.gz: 27295a8f7c6e777d9c19575e019571152ad884b0d116b89faf622940583bb0ec51fc87c2d439c7e8dd1f9e4172f0141a206c85f97d6e3cc4861453b1ac70a568
7
- data.tar.gz: d6cba4872ade6e2bc7b768a0e04cade9482346659269b19355e12b96f685b5846875e35f22d5b8db8bda8c01863841b863476afd9886cdd4aad013dd0550fe45
6
+ metadata.gz: 1a2638203cc85cffa38b6dd178d00d99c35bb4042623238eb4424507e576e1559bc72015d6a947d3efe026052b611d3de49e6b5c13e4dedc3189aef7d5002b53
7
+ data.tar.gz: 264f38cab7fe8cb57dcd920d070111fa23851d485b651842ee56891f94476fa1a8bc6708b5fa160fad1705422bdfe477f05a688ca7beddc60e34b057e53e3df0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2023-05-18)
5
+ ------------------
6
+
7
+ * Feature - This release makes ExecutionRoleArn a required field in the StartEarthObservationJob API.
8
+
4
9
  1.2.0 (2023-03-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
@@ -585,9 +585,6 @@ module Aws::SageMakerGeospatial
585
585
  # resp.export_error_details.export_source_images.message #=> String
586
586
  # resp.export_error_details.export_source_images.type #=> String, one of "CLIENT_ERROR", "SERVER_ERROR"
587
587
  # resp.export_status #=> String, one of "IN_PROGRESS", "SUCCEEDED", "FAILED"
588
- # resp.input_config.data_source_config.s3_data.kms_key_id #=> String
589
- # resp.input_config.data_source_config.s3_data.metadata_provider #=> String, one of "PLANET_ORDER"
590
- # resp.input_config.data_source_config.s3_data.s3_uri #=> String
591
588
  # resp.input_config.previous_earth_observation_job_arn #=> String
592
589
  # resp.input_config.raster_data_collection_query.area_of_interest.area_of_interest_geometry.multi_polygon_geometry.coordinates #=> Array
593
590
  # resp.input_config.raster_data_collection_query.area_of_interest.area_of_interest_geometry.multi_polygon_geometry.coordinates[0] #=> Array
@@ -1187,7 +1184,7 @@ module Aws::SageMakerGeospatial
1187
1184
  # **A suitable default value is auto-generated.** You should normally
1188
1185
  # not need to pass this option.**
1189
1186
  #
1190
- # @option params [String] :execution_role_arn
1187
+ # @option params [required, String] :execution_role_arn
1191
1188
  # The Amazon Resource Name (ARN) of the IAM role that you specified for
1192
1189
  # the job.
1193
1190
  #
@@ -1223,15 +1220,8 @@ module Aws::SageMakerGeospatial
1223
1220
  #
1224
1221
  # resp = client.start_earth_observation_job({
1225
1222
  # client_token: "StartEarthObservationJobInputClientTokenString",
1226
- # execution_role_arn: "ExecutionRoleArn",
1223
+ # execution_role_arn: "ExecutionRoleArn", # required
1227
1224
  # input_config: { # required
1228
- # data_source_config: {
1229
- # s3_data: {
1230
- # kms_key_id: "KmsKey",
1231
- # metadata_provider: "PLANET_ORDER", # required, accepts PLANET_ORDER
1232
- # s3_uri: "S3Uri", # required
1233
- # },
1234
- # },
1235
1225
  # previous_earth_observation_job_arn: "EarthObservationJobArn",
1236
1226
  # raster_data_collection_query: {
1237
1227
  # area_of_interest: {
@@ -1365,9 +1355,6 @@ module Aws::SageMakerGeospatial
1365
1355
  # resp.creation_time #=> Time
1366
1356
  # resp.duration_in_seconds #=> Integer
1367
1357
  # resp.execution_role_arn #=> String
1368
- # resp.input_config.data_source_config.s3_data.kms_key_id #=> String
1369
- # resp.input_config.data_source_config.s3_data.metadata_provider #=> String, one of "PLANET_ORDER"
1370
- # resp.input_config.data_source_config.s3_data.s3_uri #=> String
1371
1358
  # resp.input_config.previous_earth_observation_job_arn #=> String
1372
1359
  # resp.input_config.raster_data_collection_query.area_of_interest.area_of_interest_geometry.multi_polygon_geometry.coordinates #=> Array
1373
1360
  # resp.input_config.raster_data_collection_query.area_of_interest.area_of_interest_geometry.multi_polygon_geometry.coordinates[0] #=> Array
@@ -1664,7 +1651,7 @@ module Aws::SageMakerGeospatial
1664
1651
  params: params,
1665
1652
  config: config)
1666
1653
  context[:gem_name] = 'aws-sdk-sagemakergeospatial'
1667
- context[:gem_version] = '1.2.0'
1654
+ context[:gem_version] = '1.3.0'
1668
1655
  Seahorse::Client::Request.new(handlers, context)
1669
1656
  end
1670
1657
 
@@ -46,7 +46,6 @@ module Aws::SageMakerGeospatial
46
46
  EarthObservationJobOutputBands = Shapes::ListShape.new(name: 'EarthObservationJobOutputBands')
47
47
  EarthObservationJobStatus = Shapes::StringShape.new(name: 'EarthObservationJobStatus')
48
48
  EoCloudCoverInput = Shapes::StructureShape.new(name: 'EoCloudCoverInput')
49
- EojDataSourceConfigInput = Shapes::UnionShape.new(name: 'EojDataSourceConfigInput')
50
49
  ExecutionRoleArn = Shapes::StringShape.new(name: 'ExecutionRoleArn')
51
50
  ExportEarthObservationJobInput = Shapes::StructureShape.new(name: 'ExportEarthObservationJobInput')
52
51
  ExportEarthObservationJobInputClientTokenString = Shapes::StringShape.new(name: 'ExportEarthObservationJobInputClientTokenString')
@@ -102,7 +101,6 @@ module Aws::SageMakerGeospatial
102
101
  ListVectorEnrichmentJobOutputConfig = Shapes::StructureShape.new(name: 'ListVectorEnrichmentJobOutputConfig')
103
102
  LogicalOperator = Shapes::StringShape.new(name: 'LogicalOperator')
104
103
  MapMatchingConfig = Shapes::StructureShape.new(name: 'MapMatchingConfig')
105
- MetadataProvider = Shapes::StringShape.new(name: 'MetadataProvider')
106
104
  MultiPolygonGeometryInput = Shapes::StructureShape.new(name: 'MultiPolygonGeometryInput')
107
105
  NextToken = Shapes::StringShape.new(name: 'NextToken')
108
106
  Operation = Shapes::StructureShape.new(name: 'Operation')
@@ -128,7 +126,6 @@ module Aws::SageMakerGeospatial
128
126
  ResamplingConfigInput = Shapes::StructureShape.new(name: 'ResamplingConfigInput')
129
127
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
130
128
  ReverseGeocodingConfig = Shapes::StructureShape.new(name: 'ReverseGeocodingConfig')
131
- S3DataInput = Shapes::StructureShape.new(name: 'S3DataInput')
132
129
  S3Uri = Shapes::StringShape.new(name: 'S3Uri')
133
130
  SearchRasterDataCollectionInput = Shapes::StructureShape.new(name: 'SearchRasterDataCollectionInput')
134
131
  SearchRasterDataCollectionOutput = Shapes::StructureShape.new(name: 'SearchRasterDataCollectionOutput')
@@ -253,12 +250,6 @@ module Aws::SageMakerGeospatial
253
250
  EoCloudCoverInput.add_member(:upper_bound, Shapes::ShapeRef.new(shape: Float, required: true, location_name: "UpperBound"))
254
251
  EoCloudCoverInput.struct_class = Types::EoCloudCoverInput
255
252
 
256
- EojDataSourceConfigInput.add_member(:s3_data, Shapes::ShapeRef.new(shape: S3DataInput, location_name: "S3Data"))
257
- EojDataSourceConfigInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
258
- EojDataSourceConfigInput.add_member_subclass(:s3_data, Types::EojDataSourceConfigInput::S3Data)
259
- EojDataSourceConfigInput.add_member_subclass(:unknown, Types::EojDataSourceConfigInput::Unknown)
260
- EojDataSourceConfigInput.struct_class = Types::EojDataSourceConfigInput
261
-
262
253
  ExportEarthObservationJobInput.add_member(:arn, Shapes::ShapeRef.new(shape: EarthObservationJobArn, required: true, location_name: "Arn"))
263
254
  ExportEarthObservationJobInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ExportEarthObservationJobInputClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
264
255
  ExportEarthObservationJobInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: ExecutionRoleArn, required: true, location_name: "ExecutionRoleArn"))
@@ -390,12 +381,10 @@ module Aws::SageMakerGeospatial
390
381
 
391
382
  ImageSourceBandList.member = Shapes::ShapeRef.new(shape: String)
392
383
 
393
- InputConfigInput.add_member(:data_source_config, Shapes::ShapeRef.new(shape: EojDataSourceConfigInput, location_name: "DataSourceConfig"))
394
384
  InputConfigInput.add_member(:previous_earth_observation_job_arn, Shapes::ShapeRef.new(shape: EarthObservationJobArn, location_name: "PreviousEarthObservationJobArn"))
395
385
  InputConfigInput.add_member(:raster_data_collection_query, Shapes::ShapeRef.new(shape: RasterDataCollectionQueryInput, location_name: "RasterDataCollectionQuery"))
396
386
  InputConfigInput.struct_class = Types::InputConfigInput
397
387
 
398
- InputConfigOutput.add_member(:data_source_config, Shapes::ShapeRef.new(shape: EojDataSourceConfigInput, location_name: "DataSourceConfig"))
399
388
  InputConfigOutput.add_member(:previous_earth_observation_job_arn, Shapes::ShapeRef.new(shape: EarthObservationJobArn, location_name: "PreviousEarthObservationJobArn"))
400
389
  InputConfigOutput.add_member(:raster_data_collection_query, Shapes::ShapeRef.new(shape: RasterDataCollectionQueryOutput, location_name: "RasterDataCollectionQuery"))
401
390
  InputConfigOutput.struct_class = Types::InputConfigOutput
@@ -614,11 +603,6 @@ module Aws::SageMakerGeospatial
614
603
  ReverseGeocodingConfig.add_member(:y_attribute_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "YAttributeName"))
615
604
  ReverseGeocodingConfig.struct_class = Types::ReverseGeocodingConfig
616
605
 
617
- S3DataInput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKey, location_name: "KmsKeyId"))
618
- S3DataInput.add_member(:metadata_provider, Shapes::ShapeRef.new(shape: MetadataProvider, required: true, location_name: "MetadataProvider"))
619
- S3DataInput.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
620
- S3DataInput.struct_class = Types::S3DataInput
621
-
622
606
  SearchRasterDataCollectionInput.add_member(:arn, Shapes::ShapeRef.new(shape: DataCollectionArn, required: true, location_name: "Arn"))
623
607
  SearchRasterDataCollectionInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
624
608
  SearchRasterDataCollectionInput.add_member(:raster_data_collection_query, Shapes::ShapeRef.new(shape: RasterDataCollectionQueryWithBandFilterInput, required: true, location_name: "RasterDataCollectionQuery"))
@@ -638,7 +622,7 @@ module Aws::SageMakerGeospatial
638
622
  StackConfigInput.struct_class = Types::StackConfigInput
639
623
 
640
624
  StartEarthObservationJobInput.add_member(:client_token, Shapes::ShapeRef.new(shape: StartEarthObservationJobInputClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
641
- StartEarthObservationJobInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: ExecutionRoleArn, location_name: "ExecutionRoleArn"))
625
+ StartEarthObservationJobInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: ExecutionRoleArn, required: true, location_name: "ExecutionRoleArn"))
642
626
  StartEarthObservationJobInput.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfigInput, required: true, location_name: "InputConfig"))
643
627
  StartEarthObservationJobInput.add_member(:job_config, Shapes::ShapeRef.new(shape: JobConfigInput, required: true, location_name: "JobConfig"))
644
628
  StartEarthObservationJobInput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKey, location_name: "KmsKeyId"))
@@ -649,7 +633,7 @@ module Aws::SageMakerGeospatial
649
633
  StartEarthObservationJobOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
650
634
  StartEarthObservationJobOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "CreationTime"))
651
635
  StartEarthObservationJobOutput.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "DurationInSeconds"))
652
- StartEarthObservationJobOutput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: ExecutionRoleArn, location_name: "ExecutionRoleArn"))
636
+ StartEarthObservationJobOutput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: ExecutionRoleArn, required: true, location_name: "ExecutionRoleArn"))
653
637
  StartEarthObservationJobOutput.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfigOutput, location_name: "InputConfig"))
654
638
  StartEarthObservationJobOutput.add_member(:job_config, Shapes::ShapeRef.new(shape: JobConfigInput, required: true, location_name: "JobConfig"))
655
639
  StartEarthObservationJobOutput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKey, location_name: "KmsKeyId"))
@@ -249,31 +249,6 @@ module Aws::SageMakerGeospatial
249
249
  include Aws::Structure
250
250
  end
251
251
 
252
- # Union representing different data sources to be used as input for an
253
- # Earth Observation job.
254
- #
255
- # @note EojDataSourceConfigInput is a union - when making an API calls you must set exactly one of the members.
256
- #
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.
258
- #
259
- # @!attribute [rw] s3_data
260
- # The input structure for S3Data; representing the Amazon S3 location
261
- # of the input data objects.
262
- # @return [Types::S3DataInput]
263
- #
264
- # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/EojDataSourceConfigInput AWS API Documentation
265
- #
266
- class EojDataSourceConfigInput < Struct.new(
267
- :s3_data,
268
- :unknown)
269
- SENSITIVE = []
270
- include Aws::Structure
271
- include Aws::Structure::Union
272
-
273
- class S3Data < EojDataSourceConfigInput; end
274
- class Unknown < EojDataSourceConfigInput; end
275
- end
276
-
277
252
  # @!attribute [rw] arn
278
253
  # The input Amazon Resource Name (ARN) of the Earth Observation job
279
254
  # being exported.
@@ -892,10 +867,6 @@ module Aws::SageMakerGeospatial
892
867
 
893
868
  # Input configuration information.
894
869
  #
895
- # @!attribute [rw] data_source_config
896
- # The location of the input data.&gt;
897
- # @return [Types::EojDataSourceConfigInput]
898
- #
899
870
  # @!attribute [rw] previous_earth_observation_job_arn
900
871
  # The Amazon Resource Name (ARN) of the previous Earth Observation
901
872
  # job.
@@ -910,7 +881,6 @@ module Aws::SageMakerGeospatial
910
881
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/InputConfigInput AWS API Documentation
911
882
  #
912
883
  class InputConfigInput < Struct.new(
913
- :data_source_config,
914
884
  :previous_earth_observation_job_arn,
915
885
  :raster_data_collection_query)
916
886
  SENSITIVE = []
@@ -919,10 +889,6 @@ module Aws::SageMakerGeospatial
919
889
 
920
890
  # The InputConfig for an EarthObservationJob response.
921
891
  #
922
- # @!attribute [rw] data_source_config
923
- # The location of the input data.
924
- # @return [Types::EojDataSourceConfigInput]
925
- #
926
892
  # @!attribute [rw] previous_earth_observation_job_arn
927
893
  # The Amazon Resource Name (ARN) of the previous Earth Observation
928
894
  # job.
@@ -937,7 +903,6 @@ module Aws::SageMakerGeospatial
937
903
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/InputConfigOutput AWS API Documentation
938
904
  #
939
905
  class InputConfigOutput < Struct.new(
940
- :data_source_config,
941
906
  :previous_earth_observation_job_arn,
942
907
  :raster_data_collection_query)
943
908
  SENSITIVE = []
@@ -1911,30 +1876,6 @@ module Aws::SageMakerGeospatial
1911
1876
  include Aws::Structure
1912
1877
  end
1913
1878
 
1914
- # Path to Amazon S3 storage location for input data.
1915
- #
1916
- # @!attribute [rw] kms_key_id
1917
- # The Key Management Service key ID for server-side encryption.
1918
- # @return [String]
1919
- #
1920
- # @!attribute [rw] metadata_provider
1921
- # Metadata provider from whom the Amazon S3 data has been acquired.
1922
- # @return [String]
1923
- #
1924
- # @!attribute [rw] s3_uri
1925
- # The URL to the Amazon S3 input.
1926
- # @return [String]
1927
- #
1928
- # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/S3DataInput AWS API Documentation
1929
- #
1930
- class S3DataInput < Struct.new(
1931
- :kms_key_id,
1932
- :metadata_provider,
1933
- :s3_uri)
1934
- SENSITIVE = []
1935
- include Aws::Structure
1936
- end
1937
-
1938
1879
  # @!attribute [rw] arn
1939
1880
  # The Amazon Resource Name (ARN) of the raster data collection.
1940
1881
  # @return [String]
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-sagemakergeospatial/customizations'
52
52
  # @!group service
53
53
  module Aws::SageMakerGeospatial
54
54
 
55
- GEM_VERSION = '1.2.0'
55
+ GEM_VERSION = '1.3.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemakergeospatial
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-30 00:00:00.000000000 Z
11
+ date: 2023-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core