aws-sdk-cognitoidentityprovider 1.4.0 → 1.5.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d219822aab49601e477ca7fd99e0ca63affe1c83
|
4
|
+
data.tar.gz: bf037a7340be9fd867cb97459d7026f4f1f2b8ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b50dc9dbab34cc00ca60d0cce4c37b5c1aebec3f4b59c939e1da6951951a7753a46865499d00e6a540986392ef7f1d9664373b85f6328efab980cfa43ef94058
|
7
|
+
data.tar.gz: 54cc4d97cb9f3ba3861f4dd32778825c43322725b1dd80a124c7d22345a88545e75b1c418c676eac17531ca5919e4b66d409dfbded51a89e2c3a447378e66c12
|
@@ -115,6 +115,14 @@ module Aws::CognitoIdentityProvider
|
|
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::CognitoIdentityProvider
|
|
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
|
@@ -5413,7 +5424,7 @@ module Aws::CognitoIdentityProvider
|
|
5413
5424
|
params: params,
|
5414
5425
|
config: config)
|
5415
5426
|
context[:gem_name] = 'aws-sdk-cognitoidentityprovider'
|
5416
|
-
context[:gem_version] = '1.
|
5427
|
+
context[:gem_version] = '1.5.0'
|
5417
5428
|
Seahorse::Client::Request.new(handlers, context)
|
5418
5429
|
end
|
5419
5430
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cognitoidentityprovider
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.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-
|
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
|