aws-sdk-sagemakergeospatial 1.29.0 → 1.30.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 39868d7e4b03aa1b230ee29d7a46ade058fcdf57d409e7002aff0e82d88d98b4
4
- data.tar.gz: 11be23fe5fdd9e0ec2af4eb87dda687e3b81f6e6c3762340df46d3976c9db5f5
3
+ metadata.gz: 3328ff671ae1d3ea8adad11ba14f40b326e5701fd1d75a3301dd8d2a6739be20
4
+ data.tar.gz: 9c235fed1c96c8c438558e45126b7c88372570993bdedb073f8b867e6001b931
5
5
  SHA512:
6
- metadata.gz: ce2d8ad46d0ad3ece8c65e59d9bc95e5702da772576e9e1f2cc993c67da9d598daf78a8f11c49464bd68e01dbfdecb6bf35f639e9eac2d0834b041add170a966
7
- data.tar.gz: 2d26ef2fb1163ca1ea453e4f7b274069db32a9a8954f563db0d1ebf8fcf8f432db45f852a4cf6d2e201b2c174beca8e5b8e7d4461571951aed1d2a2086ebf55f
6
+ metadata.gz: 8c59e34e2bd52c800db7092db8ffe8dde9f408098788ea243e343525010886076d96703bc98123d75b4aff9e2bc2e05268138bb1750c30704d41bf0aba388515
7
+ data.tar.gz: 3a048c983338aa30af0b7290cb0271361c3812d92f91ada23e8a8de20a7a7cc9265567afbbd1cede73d40055ecebe6aa67273e8fe2d29824ad7a724ea40b39b4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.29.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -1758,7 +1758,7 @@ module Aws::SageMakerGeospatial
1758
1758
  tracer: tracer
1759
1759
  )
1760
1760
  context[:gem_name] = 'aws-sdk-sagemakergeospatial'
1761
- context[:gem_version] = '1.29.0'
1761
+ context[:gem_version] = '1.30.0'
1762
1762
  Seahorse::Client::Request.new(handlers, context)
1763
1763
  end
1764
1764
 
@@ -252,7 +252,7 @@ module Aws::SageMakerGeospatial
252
252
  EoCloudCoverInput.struct_class = Types::EoCloudCoverInput
253
253
 
254
254
  ExportEarthObservationJobInput.add_member(:arn, Shapes::ShapeRef.new(shape: EarthObservationJobArn, required: true, location_name: "Arn"))
255
- ExportEarthObservationJobInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ExportEarthObservationJobInputClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
255
+ ExportEarthObservationJobInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ExportEarthObservationJobInputClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
256
256
  ExportEarthObservationJobInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: ExecutionRoleArn, required: true, location_name: "ExecutionRoleArn"))
257
257
  ExportEarthObservationJobInput.add_member(:export_source_images, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExportSourceImages"))
258
258
  ExportEarthObservationJobInput.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfigInput, required: true, location_name: "OutputConfig"))
@@ -279,7 +279,7 @@ module Aws::SageMakerGeospatial
279
279
  ExportS3DataInput.struct_class = Types::ExportS3DataInput
280
280
 
281
281
  ExportVectorEnrichmentJobInput.add_member(:arn, Shapes::ShapeRef.new(shape: VectorEnrichmentJobArn, required: true, location_name: "Arn"))
282
- ExportVectorEnrichmentJobInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ExportVectorEnrichmentJobInputClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
282
+ ExportVectorEnrichmentJobInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ExportVectorEnrichmentJobInputClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
283
283
  ExportVectorEnrichmentJobInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: ExecutionRoleArn, required: true, location_name: "ExecutionRoleArn"))
284
284
  ExportVectorEnrichmentJobInput.add_member(:output_config, Shapes::ShapeRef.new(shape: ExportVectorEnrichmentJobOutputConfig, required: true, location_name: "OutputConfig"))
285
285
  ExportVectorEnrichmentJobInput.struct_class = Types::ExportVectorEnrichmentJobInput
@@ -622,7 +622,7 @@ module Aws::SageMakerGeospatial
622
622
  StackConfigInput.add_member(:target_bands, Shapes::ShapeRef.new(shape: StringListInput, location_name: "TargetBands"))
623
623
  StackConfigInput.struct_class = Types::StackConfigInput
624
624
 
625
- StartEarthObservationJobInput.add_member(:client_token, Shapes::ShapeRef.new(shape: StartEarthObservationJobInputClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
625
+ StartEarthObservationJobInput.add_member(:client_token, Shapes::ShapeRef.new(shape: StartEarthObservationJobInputClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
626
626
  StartEarthObservationJobInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: ExecutionRoleArn, required: true, location_name: "ExecutionRoleArn"))
627
627
  StartEarthObservationJobInput.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfigInput, required: true, location_name: "InputConfig"))
628
628
  StartEarthObservationJobInput.add_member(:job_config, Shapes::ShapeRef.new(shape: JobConfigInput, required: true, location_name: "JobConfig"))
@@ -643,7 +643,7 @@ module Aws::SageMakerGeospatial
643
643
  StartEarthObservationJobOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
644
644
  StartEarthObservationJobOutput.struct_class = Types::StartEarthObservationJobOutput
645
645
 
646
- StartVectorEnrichmentJobInput.add_member(:client_token, Shapes::ShapeRef.new(shape: StartVectorEnrichmentJobInputClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
646
+ StartVectorEnrichmentJobInput.add_member(:client_token, Shapes::ShapeRef.new(shape: StartVectorEnrichmentJobInputClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
647
647
  StartVectorEnrichmentJobInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: ExecutionRoleArn, required: true, location_name: "ExecutionRoleArn"))
648
648
  StartVectorEnrichmentJobInput.add_member(:input_config, Shapes::ShapeRef.new(shape: VectorEnrichmentJobInputConfig, required: true, location_name: "InputConfig"))
649
649
  StartVectorEnrichmentJobInput.add_member(:job_config, Shapes::ShapeRef.new(shape: VectorEnrichmentJobConfig, required: true, location_name: "JobConfig"))
@@ -54,7 +54,7 @@ module Aws::SageMakerGeospatial
54
54
  autoload :EndpointProvider, 'aws-sdk-sagemakergeospatial/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-sagemakergeospatial/endpoints'
56
56
 
57
- GEM_VERSION = '1.29.0'
57
+ GEM_VERSION = '1.30.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemakergeospatial
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sagemakergeospatial
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sagemakergeospatial/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Amazon SageMaker geospatial capabilities
99
96
  test_files: []