aws-sdk-acmpca 1.1.0 → 1.2.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: 40cac150ba9219a77625e9176d5d13e2da24ac9e
4
- data.tar.gz: 72aa0a8685abe3cbbd786b7333f3890d59f1fe07
3
+ metadata.gz: 779fe71c809c2b5502f6e3375bfa63497bb45cd1
4
+ data.tar.gz: 5a1af97bdf4995a624a02f92d954f55747f7c358
5
5
  SHA512:
6
- metadata.gz: 0cd0ffe95fc7aad7d4f677473f90f3c75907aca77e05f5897c86b4047d4f12365847750add352987f5546d922663dee7ea865cf2a802d5f5ffda5cebbf18a999
7
- data.tar.gz: 6ea223ebbc56e1d4989f2dfa869a09b22ef3065cd7a5be2e145b1889518140343c7e25aeff803929b94b9453e12487505b9f7b3e19631489e7824904fa6ca065
6
+ metadata.gz: f3ddaeff37f32b1e16f8dcb12ebdf6b376a9a78a05c42b0fc205a608458d99fd5868c79d15fc145001daae9182af01839c57a306538905dd96aa70f95457209a
7
+ data.tar.gz: 5f510c80b84b1a4a4e702e4d1b16a492bd9448a7663eef02a38bbffd952fb1746da8f22eb03ae527e4315a54fa2bcc219b90979dff073fc6f74e4ad818bf53a9
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-acmpca/customizations'
42
42
  # @service
43
43
  module Aws::ACMPCA
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::ACMPCA
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::ACMPCA
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
@@ -1111,7 +1122,7 @@ module Aws::ACMPCA
1111
1122
  params: params,
1112
1123
  config: config)
1113
1124
  context[:gem_name] = 'aws-sdk-acmpca'
1114
- context[:gem_version] = '1.1.0'
1125
+ context[:gem_version] = '1.2.0'
1115
1126
  Seahorse::Client::Request.new(handlers, context)
1116
1127
  end
1117
1128
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acmpca
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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-06-20 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