aws-sdk-geoplaces 1.5.0 → 1.6.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: 1fd15b62bcc3eb40e7c037136c64e4dedfda441c356176e3db0a87c84d647578
4
- data.tar.gz: 21cd5f0b4ddf19b435bfecf9b0e10569d6636a1f22fa1eb77e6576223e3e233a
3
+ metadata.gz: 1b9bc948c86a04957149f5328bd28aba7b2d1c7158541d8bdf53b468979789b1
4
+ data.tar.gz: 33e7798a7d99286ee68fca64565fec97d48585107421da62d6d32dc35763b06f
5
5
  SHA512:
6
- metadata.gz: d28a26f72ac999266a5cc1d28b41eba1f7c811647efe5364883cd3afc206ab26276fb8995de41720a967d8185b0a8816eeb54bf9d772e3d64ab7c8d0a909a169
7
- data.tar.gz: 89bb6f228b036392dd1fb62e625008c2c32737284ba4ae49ff2eac03651d6c3e2ffed1bd7a2796be217af0c419c8a347c83932a6d02458d261c4e43a12e39c01
6
+ metadata.gz: 1fc8b96247d82269ef8bdb3c3e187896725c009d259f5d8ffc76508cb253f4307730c142541e2a5fc939538df8d60b6c59b35c851cdaed17fdb4536a46ce3bed
7
+ data.tar.gz: 1554ca4f1b3aec46a59a52e8a01ff68789eb5e177ffe2b202e70a73cfa217c7a00a82f3ed889926bde782bb55a49f2e37f13347541bd252a6248a1f387e239fa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.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.5.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -200,8 +200,7 @@ module Aws::GeoPlaces
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
@@ -1958,7 +1957,7 @@ module Aws::GeoPlaces
1958
1957
  tracer: tracer
1959
1958
  )
1960
1959
  context[:gem_name] = 'aws-sdk-geoplaces'
1961
- context[:gem_version] = '1.5.0'
1960
+ context[:gem_version] = '1.6.0'
1962
1961
  Seahorse::Client::Request.new(handlers, context)
1963
1962
  end
1964
1963
 
@@ -54,7 +54,7 @@ module Aws::GeoPlaces
54
54
  autoload :EndpointProvider, 'aws-sdk-geoplaces/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-geoplaces/endpoints'
56
56
 
57
- GEM_VERSION = '1.5.0'
57
+ GEM_VERSION = '1.6.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-geoplaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services