aws-sdk-cloudformation 1.5.0 → 1.6.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: d61c6b15e2d8b7fbc07fea79d132a684772d8b07
4
- data.tar.gz: a8dea38889fa3c74b35c0d5a1214a6add99f7b94
3
+ metadata.gz: 756d9e00dd2a5989e42a5464ea82408a11ba626b
4
+ data.tar.gz: 891ecdcc811d949411d0fbf093c16d4344c7e158
5
5
  SHA512:
6
- metadata.gz: 4d65ac5b5b78dc357316f15665724011b37db374f36bdb6202f8a1d5b107f45a322028c37e155b66fc4dcafbbfe40a6e91ed3b42e63cb2ebfbaa5f3e57e04c9e
7
- data.tar.gz: 0e4eeb802414a646cf2f1aebcb1c9baa0871a8e23a24e820f6f4d4a44240f536c934c6bfacfb2dc997c5dd3a9e0304415091fd3ecae3adf3a873989c0e79e1c7
6
+ metadata.gz: 2838bc61ea3d2f91bbbd828167099599d8d6b201cd7172890d67480a7191424fa3c7c602d70be2edb93cfcb089e51ee92b7dc3b232cd91a198d9a27b7f01a518
7
+ data.tar.gz: 25f4a206b46762ee8ac0300a6316ef37bad037ce1d6b4f32a553990ed5a42668bfccb7cace37027b4eadf399bf7c94ef02957adbd5c087c51d26ca390c95f50c
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
47
47
  # @service
48
48
  module Aws::CloudFormation
49
49
 
50
- GEM_VERSION = '1.5.0'
50
+ GEM_VERSION = '1.6.0'
51
51
 
52
52
  end
@@ -115,6 +115,14 @@ module Aws::CloudFormation
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::CloudFormation
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
@@ -3586,7 +3597,7 @@ module Aws::CloudFormation
3586
3597
  params: params,
3587
3598
  config: config)
3588
3599
  context[:gem_name] = 'aws-sdk-cloudformation'
3589
- context[:gem_version] = '1.5.0'
3600
+ context[:gem_version] = '1.6.0'
3590
3601
  Seahorse::Client::Request.new(handlers, context)
3591
3602
  end
3592
3603
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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-21 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