aws-sdk-organizations 1.9.0 → 1.10.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: 02ed3879a02b4485ad0142305166f10c757fd541
4
- data.tar.gz: 698cf3762e6245f89442bac2de8b8f1e6b00b2b6
3
+ metadata.gz: 5d1ac238b7c9e6fb782173f8a06db3771e58c079
4
+ data.tar.gz: 732137139cb43e6d174ec0c65eff05dde905620b
5
5
  SHA512:
6
- metadata.gz: 5a38db70ea797363f9a7b78d2d7b066508351442a9c069a41558c136af6a3a3b83debd1c2bdc590678af186cabe70d668f5d97d1d3e43ff27478e3877cd144a9
7
- data.tar.gz: aac8c76d1b7ccc87f92fe960f3e24cb161943c7748d0bf7c42c026e3b1fe4328bf0867626804f4d3ccac41d079feb887bde7f71b470cd91b00b37630edcdae42
6
+ metadata.gz: '0160448ee423e00e737908249389ade6d66bdad6d7862a14c55930e226f9680a9763c0a5a2847687ae25a048ff16407f4df8c63bc4a88c9117a62acab32a958b'
7
+ data.tar.gz: 9bb9e8a39dc8b40309980388ffe727ec5a662e0eb5c83b21429ec8147fccbee2fec853bab4b836ea6378a45bdb57e5fea6bbba2d122a4fd2d6c79974563595b4
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-organizations/customizations'
42
42
  # @service
43
43
  module Aws::Organizations
44
44
 
45
- GEM_VERSION = '1.9.0'
45
+ GEM_VERSION = '1.10.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::Organizations
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::Organizations
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
@@ -4206,7 +4217,7 @@ module Aws::Organizations
4206
4217
  params: params,
4207
4218
  config: config)
4208
4219
  context[:gem_name] = 'aws-sdk-organizations'
4209
- context[:gem_version] = '1.9.0'
4220
+ context[:gem_version] = '1.10.0'
4210
4221
  Seahorse::Client::Request.new(handlers, context)
4211
4222
  end
4212
4223
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-organizations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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-14 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