aws-sdk-georoutes 1.6.0 → 1.7.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: cd904849a4602dffe0cfa34f2a97a3353e9abb6a4767f216cf400cf00e44abcb
4
- data.tar.gz: ab9b4310368e40c0f960a0408ae562cacada3c99f69c767cb053828bc84a5a2b
3
+ metadata.gz: a88b903a6555ec3043190b9782748a60d1822a429bb919c77c1fe2ab7ddb63fd
4
+ data.tar.gz: 66a6e5c89e1ad00d5fd2d315c12aef6ea6f470b86e83561278a600bd12db15a7
5
5
  SHA512:
6
- metadata.gz: 07a747771f5c19e4e9d8f888f4c2ee5da3006b24a69f71cc436a8e0c24483323eb0b96588787078636ff397ccf20d7a25438ee8e253ea7d174381724c9640dec
7
- data.tar.gz: 7f8b91aa2c7bb890dc5909872574b37e2e1f28a33f5b577d297745941e51f931af8c9c6777bcbcf3e8a27436c265a6513cf7621c133c03843b68a5048995914e
6
+ metadata.gz: 0e9055bbe224287a06d8741883c694e94b50ad977adba27d28a504c914a8c355a7cfa4a235436219c922349b42204458e1c639ca5c87d3dfc1dec320a71fad56
7
+ data.tar.gz: 06ace5eab630a21c2209bf427f96f4253e335218c65334284fe49f2d4b22fbce1542a2f1dcca72bdda03626eb24d2edc37e3699611080c8e4eb43eb7129cf559
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.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.6.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.7.0
@@ -200,8 +200,7 @@ module Aws::GeoRoutes
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
@@ -2273,7 +2272,7 @@ module Aws::GeoRoutes
2273
2272
  tracer: tracer
2274
2273
  )
2275
2274
  context[:gem_name] = 'aws-sdk-georoutes'
2276
- context[:gem_version] = '1.6.0'
2275
+ context[:gem_version] = '1.7.0'
2277
2276
  Seahorse::Client::Request.new(handlers, context)
2278
2277
  end
2279
2278
 
@@ -54,7 +54,7 @@ module Aws::GeoRoutes
54
54
  autoload :EndpointProvider, 'aws-sdk-georoutes/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-georoutes/endpoints'
56
56
 
57
- GEM_VERSION = '1.6.0'
57
+ GEM_VERSION = '1.7.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-georoutes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services