aws-sdk-cloudhsmv2 1.52.0 → 1.53.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c2c790f533dbc199ee58e544e778543000449a367aee21dc8ca78ceea0b19d5f
4
- data.tar.gz: 14ed1ca707e6765d939b54b8b43c5cc3f7fccf9316f59999131b88a0463f477b
3
+ metadata.gz: ff1d75cc4832b34d159ff1eb6e36786a7b602f4db5471d0819fcffd132cd6a9c
4
+ data.tar.gz: 333c37978f534c2e19ffb0390fa070a9cb71fdb4379e31363200b647189bdaa3
5
5
  SHA512:
6
- metadata.gz: ae12dc938cc45f541d3b6419445b948f8a7abeb6ad45a4d0168d5ea88367a2d05677bc4401244166c4aa93b3290f36bd5c826c9f475c7dba8d133d8c6cee27e9
7
- data.tar.gz: b72683437fb05c9b586845084604bc29a84ab6c65e4e44c3a08108c36bf357fe6393264d3dc67813f391e90c04eaccd4cedf4897ac0cd8063a9a1edfb2c1822d
6
+ metadata.gz: fe291ef0ade0a03101c12333a0c00d1dd117571c82aed0f0168b21fc4bd1bcc517237dd63ad270a99b584c36f1228193f835f8160ee4bd0c5c1d109531534d11
7
+ data.tar.gz: 4b73b4eb5d69018d23e26481ceb9b6f9648b1cf002398d9c58c60645e9bd39de42a9498527539222e70350a1e291c5619f3f04f13797714a3060345836329532
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.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.52.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -1251,7 +1251,7 @@ module Aws::CloudHSMV2
1251
1251
  params: params,
1252
1252
  config: config)
1253
1253
  context[:gem_name] = 'aws-sdk-cloudhsmv2'
1254
- context[:gem_version] = '1.52.0'
1254
+ context[:gem_version] = '1.53.0'
1255
1255
  Seahorse::Client::Request.new(handlers, context)
1256
1256
  end
1257
1257
 
@@ -25,16 +25,17 @@ module Aws::CloudHSMV2
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-cloudhsmv2/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudHSMV2
54
54
 
55
- GEM_VERSION = '1.52.0'
55
+ GEM_VERSION = '1.53.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudhsmv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.53.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