aws-sdk-locationservice 1.69.0 → 1.70.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: 7a4815acd81923d603e07fb1fd2bd48817f091503a950cfa7c697ed7f67edd81
4
- data.tar.gz: e0512d8e51cd7bc3e0ff24b6798b84f28bf2bf349f7a56560add0da4ed2351eb
3
+ metadata.gz: 79f28f9ea3daa661263ab8a972ebcfad50a98ae64e982868a00a02d220b34963
4
+ data.tar.gz: 5f04a03e27ca7b0614bb5c9960c8dd4884a03ce86a1c541f5d603d4aaf3a93e1
5
5
  SHA512:
6
- metadata.gz: e6948349323ef1c0bd5d6c99ca56238766170e2d81309aba4c014646d6a16293ac9194fa7969fc907d203b74e12d343bd62ad628b23e7a3fc7a1685fc3645a43
7
- data.tar.gz: 195eaed9d8c49e33706376172a1a0ba26baae77c69f4d96cc61a8e93872e6f1a7963394204b1b5348398e68ab190accdb96a2203633aab119210ce52303f61eb
6
+ metadata.gz: 7a86e70627be80f797f1d72b939dddec47b896cb4e98f538ac42b43fc4992b37a6fcaadb8808ca89e5923c0649ac2053a6ac18c69e1f65f5fb944cc7f2c9fb4f
7
+ data.tar.gz: 7012ecde73a628709e7b4316a45552bd359d0bc51d03f0092719f5b4d62771a7bffee1f6cdd759b41266474f12fa0aac6e265c8856c293e80374bc572c4d7e56
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.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.69.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -200,8 +200,7 @@ module Aws::LocationService
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
@@ -4914,7 +4913,7 @@ module Aws::LocationService
4914
4913
  tracer: tracer
4915
4914
  )
4916
4915
  context[:gem_name] = 'aws-sdk-locationservice'
4917
- context[:gem_version] = '1.69.0'
4916
+ context[:gem_version] = '1.70.0'
4918
4917
  Seahorse::Client::Request.new(handlers, context)
4919
4918
  end
4920
4919
 
@@ -54,7 +54,7 @@ module Aws::LocationService
54
54
  autoload :EndpointProvider, 'aws-sdk-locationservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-locationservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.69.0'
57
+ GEM_VERSION = '1.70.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-locationservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.69.0
4
+ version: 1.70.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services