aws-sdk-iam 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70d3b2943e08edf884bc6f426a3cbe25ce889254
4
- data.tar.gz: d075c01c0af0f9e31d0b573e79bf5e9800985f8c
3
+ metadata.gz: 4e0e8264ae9a1ffb4abe8ad8babf12f0e5fe0d92
4
+ data.tar.gz: 4866d92032752b4d0417d38b30d8a9bae7030459
5
5
  SHA512:
6
- metadata.gz: aa3765e58d1b48bb157fb455604fb188731c3cdadab84c5894aca0da32f833bed6343dc37850f0e2ad972fd29115f836237e4ac193b675f8d87a975ecc41478b
7
- data.tar.gz: 225481aec67611c9a36f5e878d9f2acb80ee2d3674b13354f0a10199842c4d24fc311978b48e5f56f98ea448df5ef66cdbd506b27a853d9f527fd8176524a7c2
6
+ metadata.gz: 26e9d742568f633021a3cd56d0a80e8a7c36f8bbff55674b6e625b8f02d81e8563c86214542fb164f2e3cc464370743d7e10290f03f68987c521222c9b64934e
7
+ data.tar.gz: a257ddc49cc9e8e1f88a77588b642713e51ef8695bb26fed8e0c1f9b9229ed182dbe0b57c8a3d8431e7842635ac5d77337cff3726157000c767d3433c1011154
@@ -64,6 +64,6 @@ require_relative 'aws-sdk-iam/customizations'
64
64
  # @service
65
65
  module Aws::IAM
66
66
 
67
- GEM_VERSION = '1.4.0'
67
+ GEM_VERSION = '1.5.0'
68
68
 
69
69
  end
@@ -115,6 +115,14 @@ module Aws::IAM
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::IAM
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
@@ -9420,7 +9431,7 @@ module Aws::IAM
9420
9431
  params: params,
9421
9432
  config: config)
9422
9433
  context[:gem_name] = 'aws-sdk-iam'
9423
- context[:gem_version] = '1.4.0'
9434
+ context[:gem_version] = '1.5.0'
9424
9435
  Seahorse::Client::Request.new(handlers, context)
9425
9436
  end
9426
9437
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
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-03-28 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
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  version: '0'
99
99
  requirements: []
100
100
  rubyforge_project:
101
- rubygems_version: 2.5.2.2
101
+ rubygems_version: 2.5.2.3
102
102
  signing_key:
103
103
  specification_version: 4
104
104
  summary: AWS SDK for Ruby - IAM