aws-sdk-cloudhsm 1.22.0 → 1.23.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of aws-sdk-cloudhsm might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43e2febbda994040da093e8a5ef3fe2c7ff0f8d3d4d3270b7e0c19044cfeefb0
4
- data.tar.gz: cb0d1598750cec2c3648dea04c9600456f05a6c4fe9bf65ce65d1c5982dbed95
3
+ metadata.gz: 811e4a520fd04f306e1f34130a9794241daceaa93e211256ae2c5288d7e5ab1e
4
+ data.tar.gz: d96055c40dc0ed94fe5fbea92ae3de437e4a25f38aed8461371e34ccf8a79a63
5
5
  SHA512:
6
- metadata.gz: 4a0d99ef9a628d3edf6fd302e298470644eb2acfc89b559b60f4c43ccda0a23ecf63edefc343988b0b5a483905a6fb3e7856eb0f35b83dfc702de091981969ef
7
- data.tar.gz: b5b1e0095851026c1bff1bbf1099e27074b825dc97aeda4a513e0bd607d24fdf914e5d957b4ca0dc0be5b4e3e21a867ac133f4ccc4ddc3fe364189e032c7b4f7
6
+ metadata.gz: 5ae7b07b70e5401e553b29a0eaf6e519bb1efd896a04557c1d61aaeb1f9997d6504c65ba6bb5f5b0b72d64c6b74e282d9807188d9e1edb9c3a55d1aad38e8a21
7
+ data.tar.gz: ba54b3a5108402ee8dcaa49ad4931bc35b3654ed158d791013886c38d6cb3d593dbac30b20094c1c2b4ec98c81a890448e9e4725b2ea9c04acdb63a5b78785b3
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-cloudhsm/customizations'
45
45
  # @service
46
46
  module Aws::CloudHSM
47
47
 
48
- GEM_VERSION = '1.22.0'
48
+ GEM_VERSION = '1.23.0'
49
49
 
50
50
  end
@@ -24,6 +24,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
26
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
27
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
30
 
@@ -69,6 +70,7 @@ module Aws::CloudHSM
69
70
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
71
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
72
  add_plugin(Aws::Plugins::TransferEncoding)
73
+ add_plugin(Aws::Plugins::HttpChecksum)
72
74
  add_plugin(Aws::Plugins::SignatureV4)
73
75
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
76
 
@@ -161,7 +163,7 @@ module Aws::CloudHSM
161
163
  # @option options [String] :endpoint
162
164
  # The client endpoint is normally constructed from the `:region`
163
165
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
166
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
167
  #
166
168
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
169
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -1497,7 +1499,7 @@ module Aws::CloudHSM
1497
1499
  params: params,
1498
1500
  config: config)
1499
1501
  context[:gem_name] = 'aws-sdk-cloudhsm'
1500
- context[:gem_version] = '1.22.0'
1502
+ context[:gem_version] = '1.23.0'
1501
1503
  Seahorse::Client::Request.new(handlers, context)
1502
1504
  end
1503
1505
 
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.22.0
4
+ version: 1.23.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-28 00:00:00.000000000 Z
11
+ date: 2020-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core