aws-sdk-acm 1.7.0 → 1.8.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: 2d64309113c5f232062b2d8e6253e22fef5345e8
4
- data.tar.gz: 18671674650d1ee060504d19a5731ef7c0d31621
3
+ metadata.gz: 5c7a38ae4cba49a94fbce4e32acaa068e774508d
4
+ data.tar.gz: 44ce5505c1e8a38f31278ee222b54401131457e4
5
5
  SHA512:
6
- metadata.gz: a0adfe14534491c74cf7fd6578bf4c1f6f0968599a75efee32b32c5bd1e798b0b6623a9acf37b80897d83ddf48e14146eb81c60557cac2eee5c464cde9a6e87f
7
- data.tar.gz: 8887f77c58c0c6eed14ed3858e2acd019fb5c83ff2292f7588b51458c35511e19a15323b5c4bf95915fe35a1d1badd1b625f36bfd74288faa9a6fac6fc1ebe44
6
+ metadata.gz: d2391dfc6e7b0ba6abaa806d2979acb05a0433989d9672c11afb384aa544f50664d6ba7f6c76dce407b3417607f222c0cd4ecfe83161ed2e11b5822594a77b1c
7
+ data.tar.gz: 45de13bb3523dd8218e963b459a85de985d846c716ac64ebe4b9739881eed49615c3ff10a46572790818d59c13a7e1f92eba75a364019e37c36bf53b1115d997
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-acm/customizations'
42
42
  # @service
43
43
  module Aws::ACM
44
44
 
45
- GEM_VERSION = '1.7.0'
45
+ GEM_VERSION = '1.8.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::ACM
115
115
  # Used when loading credentials from the shared credentials file
116
116
  # at HOME/.aws/credentials. When not specified, 'default' is used.
117
117
  #
118
+ # @option options [Float] :retry_base_delay (0.3)
119
+ # The base delay in seconds used by the default backoff function.
120
+ #
121
+ # @option options [Symbol] :retry_jitter (:none)
122
+ # A delay randomiser function used by the default backoff function. Some predefined functions can be referenced by name - :none, :equal, :full, otherwise a Proc that takes and returns a number.
123
+ #
124
+ # @see https://www.awsarchitectureblog.com/2015/03/backoff.html
125
+ #
118
126
  # @option options [Integer] :retry_limit (3)
119
127
  # The maximum number of times to retry failed requests. Only
120
128
  # ~ 500 level server errors and certain ~ 400 level client errors
@@ -122,6 +130,9 @@ module Aws::ACM
122
130
  # checksum errors, networking errors, timeout errors and auth
123
131
  # errors from expired credentials.
124
132
  #
133
+ # @option options [Integer] :retry_max_delay (0)
134
+ # The maximum number of seconds to delay between retries (0 for no limit) used by the default backoff function.
135
+ #
125
136
  # @option options [String] :secret_access_key
126
137
  #
127
138
  # @option options [String] :session_token
@@ -969,7 +980,7 @@ module Aws::ACM
969
980
  params: params,
970
981
  config: config)
971
982
  context[:gem_name] = 'aws-sdk-acm'
972
- context[:gem_version] = '1.7.0'
983
+ context[:gem_version] = '1.8.0'
973
984
  Seahorse::Client::Request.new(handlers, context)
974
985
  end
975
986
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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: 2018-05-02 00:00:00.000000000 Z
11
+ date: 2018-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core