aws-sdk-budgets 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 +4 -4
- data/lib/aws-sdk-budgets.rb +1 -1
- data/lib/aws-sdk-budgets/client.rb +12 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6edfe95ed5e9ce5a8da8a289f75f649be1bcd49
|
4
|
+
data.tar.gz: 785ac54cb6aad0b50986164a059df2ef1b97a4e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ed584c3272eeda53682f55eb9a760e41bc0acf434164bd29895569415ec6682611ec8567fad81c9f866d50c7a24abad5b9e11efeddfaef1aa4ad71b52bdc45d
|
7
|
+
data.tar.gz: 81d7f5f3e93c757e2a95e2eb5b5591fe4260193b94f7f139fd0317f1127eaf55153ba84fb33170b635fe9b185dcdf72bdb70b2233a171d5dd27ee6e6248fbee9
|
data/lib/aws-sdk-budgets.rb
CHANGED
@@ -115,6 +115,14 @@ module Aws::Budgets
|
|
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::Budgets
|
|
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
|
@@ -829,7 +840,7 @@ module Aws::Budgets
|
|
829
840
|
params: params,
|
830
841
|
config: config)
|
831
842
|
context[:gem_name] = 'aws-sdk-budgets'
|
832
|
-
context[:gem_version] = '1.
|
843
|
+
context[:gem_version] = '1.8.0'
|
833
844
|
Seahorse::Client::Request.new(handlers, context)
|
834
845
|
end
|
835
846
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-budgets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
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-
|
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
|