aws-sdk-cloudhsm 1.12.0 → 1.13.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
  SHA1:
3
- metadata.gz: e5ec8f955e1fb5709fe96b6c5f273d6d108751ce
4
- data.tar.gz: d6887e86409cb864e13d6ac0cd28744d21b224fb
3
+ metadata.gz: be9b0c4f5eb976c44e0bf979d9f2a0250127f679
4
+ data.tar.gz: 6d5d1fdad23cd340eaf947f76f43f40bf5c3d291
5
5
  SHA512:
6
- metadata.gz: cac8202eb5fcbae8a3d0452f2897781e2abf7f16d71671040558b83b373478f4303785dc98ca4fb5f4071283095c68ba12cba2b4a2031dd9e43ef772a92cb7ee
7
- data.tar.gz: 59fa12359c8036b41bd1ed3d12278f5768c30f4f3c3c411d1620a680786afef296ec23c01c39da3b914d0f8bdaaa4d5cd5c8938f7e5b2482a5e75a95ccd08ca8
6
+ metadata.gz: 64cf5006ebb427bc6f206443e5f578fccd8513547bf0418768bd739f94dd7646e656a6017d043779a01039ba88baaeb2e6f52ef60afc517ec441634ee62db008
7
+ data.tar.gz: 0dd89f0798b68213eac9de4bb439d98e4ac771d1fe560ea814f62082ee013b5edee6d427b07f20ce408fb044c091e3f7357fd5d3233b14c01bac17b03bc1f119
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloudhsm/customizations'
42
42
  # @service
43
43
  module Aws::CloudHSM
44
44
 
45
- GEM_VERSION = '1.12.0'
45
+ GEM_VERSION = '1.13.0'
46
46
 
47
47
  end
@@ -23,6 +23,7 @@ require 'aws-sdk-core/plugins/idempotency_token.rb'
23
23
  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
+ require 'aws-sdk-core/plugins/transfer_encoding.rb'
26
27
  require 'aws-sdk-core/plugins/signature_v4.rb'
27
28
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
28
29
 
@@ -55,6 +56,7 @@ module Aws::CloudHSM
55
56
  add_plugin(Aws::Plugins::JsonvalueConverter)
56
57
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
57
58
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
59
+ add_plugin(Aws::Plugins::TransferEncoding)
58
60
  add_plugin(Aws::Plugins::SignatureV4)
59
61
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
60
62
 
@@ -209,6 +211,49 @@ module Aws::CloudHSM
209
211
  # When `true`, request parameters are validated before
210
212
  # sending the request.
211
213
  #
214
+ # @option options [URI::HTTP,String] :http_proxy A proxy to send
215
+ # requests through. Formatted like 'http://proxy.com:123'.
216
+ #
217
+ # @option options [Float] :http_open_timeout (15) The number of
218
+ # seconds to wait when opening a HTTP session before rasing a
219
+ # `Timeout::Error`.
220
+ #
221
+ # @option options [Integer] :http_read_timeout (60) The default
222
+ # number of seconds to wait for response data. This value can
223
+ # safely be set
224
+ # per-request on the session yeidled by {#session_for}.
225
+ #
226
+ # @option options [Float] :http_idle_timeout (5) The number of
227
+ # seconds a connection is allowed to sit idble before it is
228
+ # considered stale. Stale connections are closed and removed
229
+ # from the pool before making a request.
230
+ #
231
+ # @option options [Float] :http_continue_timeout (1) The number of
232
+ # seconds to wait for a 100-continue response before sending the
233
+ # request body. This option has no effect unless the request has
234
+ # "Expect" header set to "100-continue". Defaults to `nil` which
235
+ # disables this behaviour. This value can safely be set per
236
+ # request on the session yeidled by {#session_for}.
237
+ #
238
+ # @option options [Boolean] :http_wire_trace (false) When `true`,
239
+ # HTTP debug output will be sent to the `:logger`.
240
+ #
241
+ # @option options [Boolean] :ssl_verify_peer (true) When `true`,
242
+ # SSL peer certificates are verified when establishing a
243
+ # connection.
244
+ #
245
+ # @option options [String] :ssl_ca_bundle Full path to the SSL
246
+ # certificate authority bundle file that should be used when
247
+ # verifying peer certificates. If you do not pass
248
+ # `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
249
+ # will be used if available.
250
+ #
251
+ # @option options [String] :ssl_ca_directory Full path of the
252
+ # directory that contains the unbundled SSL certificate
253
+ # authority files for verifying peer certificates. If you do
254
+ # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
255
+ # system default will be used if available.
256
+ #
212
257
  def initialize(*args)
213
258
  super
214
259
  end
@@ -1394,7 +1439,7 @@ module Aws::CloudHSM
1394
1439
  params: params,
1395
1440
  config: config)
1396
1441
  context[:gem_name] = 'aws-sdk-cloudhsm'
1397
- context[:gem_version] = '1.12.0'
1442
+ context[:gem_version] = '1.13.0'
1398
1443
  Seahorse::Client::Request.new(handlers, context)
1399
1444
  end
1400
1445
 
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.12.0
4
+ version: 1.13.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: 2019-03-21 00:00:00.000000000 Z
11
+ date: 2019-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -59,7 +59,7 @@ files:
59
59
  - lib/aws-sdk-cloudhsm/errors.rb
60
60
  - lib/aws-sdk-cloudhsm/resource.rb
61
61
  - lib/aws-sdk-cloudhsm/types.rb
62
- homepage: http://github.com/aws/aws-sdk-ruby
62
+ homepage: https://github.com/aws/aws-sdk-ruby
63
63
  licenses:
64
64
  - Apache-2.0
65
65
  metadata: