aws-sdk-locationservice 1.41.0 → 1.42.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: bcdd1e94874251d822eb6051a35cd999ad50b91ba54dbab0f6607b51c8a3f326
4
- data.tar.gz: 6c5b03537b41260ac54a8f4a4c6bcc2e8217f1f291072860a076b8de853e5d50
3
+ metadata.gz: 7f21f441ef594da351249f1b8f0c7c7fee98bf52c2860a0cde938626bb31d767
4
+ data.tar.gz: ea22d8aa9e97ace9ddcbb693edadbb6b1e4958aaed2e5b4b4401da87cead4d0f
5
5
  SHA512:
6
- metadata.gz: 713322d418a4aa888f70af0ad9182ea7fe992f86c2e08f376fb80248da9fb37ca0250adcbedd95479eb1bf24192e89475045f0b9c632fcc5dc0ad78b218ba19c
7
- data.tar.gz: 04c10b1ecbc53404c357f2e3cf0becae5bc80040e8e503e4a05ca2ee4249f044c53dcb2f4cd2922fe95c7c4fe535a702f9929462de83bcd2df5458fe70747ccd
6
+ metadata.gz: 12cb78aee0779d4a2a764a45fc024cb2080f5a56d643936716786f785f95641feec541feeb10e64beb4e313d23b67d3978cc6f6e17ee0a43f4136d992d3ce2fb
7
+ data.tar.gz: 05af8631c541ac1c1351eadd10650bd3886454880ae0a50ff0c8c1ff2558bba0f873f36043a834850ff2208faf311fd917d706e6afc6f14bdf9ffd5d9c1b47ef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.41.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -4590,7 +4590,7 @@ module Aws::LocationService
4590
4590
  params: params,
4591
4591
  config: config)
4592
4592
  context[:gem_name] = 'aws-sdk-locationservice'
4593
- context[:gem_version] = '1.41.0'
4593
+ context[:gem_version] = '1.42.0'
4594
4594
  Seahorse::Client::Request.new(handlers, context)
4595
4595
  end
4596
4596
 
@@ -25,16 +25,17 @@ module Aws::LocationService
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-locationservice/customizations'
52
52
  # @!group service
53
53
  module Aws::LocationService
54
54
 
55
- GEM_VERSION = '1.41.0'
55
+ GEM_VERSION = '1.42.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-locationservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core