aws-sdk-applicationautoscaling 1.8.0 → 1.9.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: 6a231ada1572157667576a329f4dab6c442d84f0
4
- data.tar.gz: 189ce7e5ce8643db4a5e731100f03c327ba5c9a2
3
+ metadata.gz: c49640e1c8c8955c42a0ac948fecd8b447c97ac8
4
+ data.tar.gz: 2347547ccae150efd106206193d025848fb97243
5
5
  SHA512:
6
- metadata.gz: a439701c444b3e3509d456ed0ebdfc38c1fb626c5e7be1e44b6b5a9c068be4568dc697e1da1daa9f661b728f27fd6927342eafd3d592425b0eb16a137bfd8729
7
- data.tar.gz: 90d54cd26fdc6b59bc90f9f856642af39f72d9213b332eca7b0c4dc6f54dc114a7ec25773369dab5d5f95300a5093ba9597190371c80ef12f65921c63bb2f0ab
6
+ metadata.gz: 3a72e8df1471a062ec2a6a26f5926e5a7814af2aa24022995dd26416b8d5a63e118dca38d262532a6682b6fb4a7bc54810307ba3d4e5b3048d8f2ca42fc9b1c4
7
+ data.tar.gz: 7d653b07c57dd16f20b8d7289a7ca99b5696f0367199a274f22078eaf5ec77b77ba23fe7a0f11d6bfccb53da39a01082cd346fbfdaf2cc7c1a5625eaa191a909
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-applicationautoscaling/customizations'
42
42
  # @service
43
43
  module Aws::ApplicationAutoScaling
44
44
 
45
- GEM_VERSION = '1.8.0'
45
+ GEM_VERSION = '1.9.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::ApplicationAutoScaling
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::ApplicationAutoScaling
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
@@ -1753,7 +1764,7 @@ module Aws::ApplicationAutoScaling
1753
1764
  params: params,
1754
1765
  config: config)
1755
1766
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
1756
- context[:gem_version] = '1.8.0'
1767
+ context[:gem_version] = '1.9.0'
1757
1768
  Seahorse::Client::Request.new(handlers, context)
1758
1769
  end
1759
1770
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationautoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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-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
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.5.1
78
+ rubygems_version: 2.5.2.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: AWS SDK for Ruby - Application Auto Scaling