aws-sdk-autoscaling 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: ea28167d8bf80098b4d267569f93086fd1c2394a
4
- data.tar.gz: 47b5253abeb12c1fca192a6ad88f9baf8bf71ca9
3
+ metadata.gz: 11c4e9770529b9f0311ea946c04baa6ce8eb8df8
4
+ data.tar.gz: 02d51a88a13ce977068ac31a0c59cd1fbaf15853
5
5
  SHA512:
6
- metadata.gz: b2b766d0c2fe7b61227ad3234600ac9eaa786dcce4e58aa4fd1b0685f2730e2491aa2041bee158055ac7e663cad143dd9ce6301cfc5e9c6d71bcaa067cd9d6f6
7
- data.tar.gz: ec2f1d78df0856dd339300efc4812158facd96629617e3486112235f73da39743ec366e2e4e3ef5dc677b06463aefe8be5e6163cd30d8196eaa0910b295062c5
6
+ metadata.gz: d093179c15369fdbdd5d78e9a6de884f70abd2d04ecf3ba8d2d19e252c69c7548cf8806f1f048f4b675309496891369effdf2d28141fd0cce707682403db1eca
7
+ data.tar.gz: '042849a84379274efc911f726a81820856e9de7352b63bcac66f5c39d66978c6a4d115d50d3a301c03c58aea517be292cd0b41d6a8cb9ff3011bc6ba9e163cf2'
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-autoscaling/customizations'
53
53
  # @service
54
54
  module Aws::AutoScaling
55
55
 
56
- GEM_VERSION = '1.5.0'
56
+ GEM_VERSION = '1.6.0'
57
57
 
58
58
  end
@@ -115,6 +115,14 @@ module Aws::AutoScaling
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::AutoScaling
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
@@ -4263,7 +4274,7 @@ module Aws::AutoScaling
4263
4274
  params: params,
4264
4275
  config: config)
4265
4276
  context[:gem_name] = 'aws-sdk-autoscaling'
4266
- context[:gem_version] = '1.5.0'
4277
+ context[:gem_version] = '1.6.0'
4267
4278
  Seahorse::Client::Request.new(handlers, context)
4268
4279
  end
4269
4280
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscaling
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-02-20 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
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  version: '0'
87
87
  requirements: []
88
88
  rubyforge_project:
89
- rubygems_version: 2.5.1
89
+ rubygems_version: 2.5.2.3
90
90
  signing_key:
91
91
  specification_version: 4
92
92
  summary: AWS SDK for Ruby - Auto Scaling