aws-sdk-sagemakergeospatial 1.29.0 → 1.31.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: 43f3f2a2acc62e8faa8a610823e28978e06d655706f745e4f2c126c730593775
4
+ data.tar.gz: ef200c6894c4ba5d817a9297d9acb72ae7b0b3ec0073391db66180d172c29e3e
5
5
  SHA512:
6
- metadata.gz: ce2d8ad46d0ad3ece8c65e59d9bc95e5702da772576e9e1f2cc993c67da9d598daf78a8f11c49464bd68e01dbfdecb6bf35f639e9eac2d0834b041add170a966
7
- data.tar.gz: 2d26ef2fb1163ca1ea453e4f7b274069db32a9a8954f563db0d1ebf8fcf8f432db45f852a4cf6d2e201b2c174beca8e5b8e7d4461571951aed1d2a2086ebf55f
6
+ metadata.gz: a54b109bb4a642a4749294d5b233541919b4961a14b8ea871a657855b64442007f8355caeef46a1299a4787054e7c6007c840badb71e05a4aee1149e69867adb
7
+ data.tar.gz: c7685ffdb121ce594fc5d7c4f6222b3ffe23b805ffb5c4c13f8150c494e336e86cf00b1f9b78bca8ed38f8ca6c42cd1e3eef947264f7c7548bd6dd6f4bd3ce41
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.30.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.29.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.31.0
@@ -200,8 +200,7 @@ module Aws::SageMakerGeospatial
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -1758,7 +1757,7 @@ module Aws::SageMakerGeospatial
1758
1757
  tracer: tracer
1759
1758
  )
1760
1759
  context[:gem_name] = 'aws-sdk-sagemakergeospatial'
1761
- context[:gem_version] = '1.29.0'
1760
+ context[:gem_version] = '1.31.0'
1762
1761
  Seahorse::Client::Request.new(handlers, context)
1763
1762
  end
1764
1763
 
@@ -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.31.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.31.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: []