aws-sdk-cloudhsm 1.21.0 → 1.22.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 +4 -4
- data/lib/aws-sdk-cloudhsm.rb +1 -1
- data/lib/aws-sdk-cloudhsm/client.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 43e2febbda994040da093e8a5ef3fe2c7ff0f8d3d4d3270b7e0c19044cfeefb0
|
|
4
|
+
data.tar.gz: cb0d1598750cec2c3648dea04c9600456f05a6c4fe9bf65ce65d1c5982dbed95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a0d99ef9a628d3edf6fd302e298470644eb2acfc89b559b60f4c43ccda0a23ecf63edefc343988b0b5a483905a6fb3e7856eb0f35b83dfc702de091981969ef
|
|
7
|
+
data.tar.gz: b5b1e0095851026c1bff1bbf1099e27074b825dc97aeda4a513e0bd607d24fdf914e5d957b4ca0dc0be5b4e3e21a867ac133f4ccc4ddc3fe364189e032c7b4f7
|
data/lib/aws-sdk-cloudhsm.rb
CHANGED
|
@@ -176,7 +176,7 @@ module Aws::CloudHSM
|
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
|
177
177
|
#
|
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
180
180
|
#
|
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
182
182
|
# The log formatter.
|
|
@@ -1497,7 +1497,7 @@ module Aws::CloudHSM
|
|
|
1497
1497
|
params: params,
|
|
1498
1498
|
config: config)
|
|
1499
1499
|
context[:gem_name] = 'aws-sdk-cloudhsm'
|
|
1500
|
-
context[:gem_version] = '1.
|
|
1500
|
+
context[:gem_version] = '1.22.0'
|
|
1501
1501
|
Seahorse::Client::Request.new(handlers, context)
|
|
1502
1502
|
end
|
|
1503
1503
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-cloudhsm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.22.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: 2020-05-
|
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|