aws-sdk-snowdevicemanagement 1.17.0 → 1.18.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: 2f5122167db75e1cd5a4a802d13348e6318108a7cbf5494b089e6bf06b6b9dd3
4
- data.tar.gz: a0dad6044c0d7f3886fbf9e8c17b161d8c69f35881fe9a1e80c2f588781bb6d6
3
+ metadata.gz: 4c8ce475394d191bdb48b8549e2e86d8d789bf0ec877fba8a686ec10b49fa248
4
+ data.tar.gz: 39922319693c2ca0e5816f30b15eea61bd15e21fea9a12246dcfb399af7e8294
5
5
  SHA512:
6
- metadata.gz: 9485469072e859248917fe9055bdad16dd9805fe1a12803e71e31a6959cf8b71b4179bed7b9ea4c6f5fcb545e3080accf9e97b7385412c57f60d64d5ef15bf7c
7
- data.tar.gz: aa4b6c44a2459c05349f2ee945de406c644dd8c3709181411da1c4990d12cc26133b8be3240a2a951b2ded997a804bef85f3f176d12c39f543456b9bedf7ed18
6
+ metadata.gz: 1d62378d6a06edb5c3eded1b297da5c08cb4b863c129dee8d71db26ab68ea11aa2a088c55d2f61457bea9bde2230839b2b506586d1fcbd8927f8e132546cb48f
7
+ data.tar.gz: d2232afe4697f78a8ecd8147e4a35e77e218b2cbb616b552929420157bc13caaf998c0e5fb8244ed37bd6b765d918bd5b445b81b67609baf36faf674a1337343
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.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.17.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -985,7 +985,7 @@ module Aws::SnowDeviceManagement
985
985
  params: params,
986
986
  config: config)
987
987
  context[:gem_name] = 'aws-sdk-snowdevicemanagement'
988
- context[:gem_version] = '1.17.0'
988
+ context[:gem_version] = '1.18.0'
989
989
  Seahorse::Client::Request.new(handlers, context)
990
990
  end
991
991
 
@@ -25,16 +25,17 @@ module Aws::SnowDeviceManagement
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-snowdevicemanagement/customizations'
52
52
  # @!group service
53
53
  module Aws::SnowDeviceManagement
54
54
 
55
- GEM_VERSION = '1.17.0'
55
+ GEM_VERSION = '1.18.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-snowdevicemanagement
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.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