aws-sdk-sagemakergeospatial 1.30.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: 3328ff671ae1d3ea8adad11ba14f40b326e5701fd1d75a3301dd8d2a6739be20
4
- data.tar.gz: 9c235fed1c96c8c438558e45126b7c88372570993bdedb073f8b867e6001b931
3
+ metadata.gz: 43f3f2a2acc62e8faa8a610823e28978e06d655706f745e4f2c126c730593775
4
+ data.tar.gz: ef200c6894c4ba5d817a9297d9acb72ae7b0b3ec0073391db66180d172c29e3e
5
5
  SHA512:
6
- metadata.gz: 8c59e34e2bd52c800db7092db8ffe8dde9f408098788ea243e343525010886076d96703bc98123d75b4aff9e2bc2e05268138bb1750c30704d41bf0aba388515
7
- data.tar.gz: 3a048c983338aa30af0b7290cb0271361c3812d92f91ada23e8a8de20a7a7cc9265567afbbd1cede73d40055ecebe6aa67273e8fe2d29824ad7a724ea40b39b4
6
+ metadata.gz: a54b109bb4a642a4749294d5b233541919b4961a14b8ea871a657855b64442007f8355caeef46a1299a4787054e7c6007c840badb71e05a4aee1149e69867adb
7
+ data.tar.gz: c7685ffdb121ce594fc5d7c4f6222b3ffe23b805ffb5c4c13f8150c494e336e86cf00b1f9b78bca8ed38f8ca6c42cd1e3eef947264f7c7548bd6dd6f4bd3ce41
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.30.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.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.30.0'
1760
+ context[:gem_version] = '1.31.0'
1762
1761
  Seahorse::Client::Request.new(handlers, context)
1763
1762
  end
1764
1763
 
@@ -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.30.0'
57
+ GEM_VERSION = '1.31.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemakergeospatial
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services