aws-sdk-autoscalingplans 1.2.0 → 1.3.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: cbc751fce5512d525fe4552207b3965f97c76d34
4
- data.tar.gz: 04eae8194f9b61164012f37a24527fa67b3f603a
3
+ metadata.gz: a94aa28436da0bcc590ce46825b04e116244466f
4
+ data.tar.gz: 7ad7494808fc91900ca0466825809a4e4dd62364
5
5
  SHA512:
6
- metadata.gz: 2cafeaaa193b15798609c56c201fd8a059e1999ce263c39368fc39b6f545ffca577e462c3deabb1a4a4281930bb76b759bc74e72e03ba8a9f800f8c9efc48793
7
- data.tar.gz: 4ea996f1c9b4dcef5fb7205bcdf700e0d3b2e72ded040102d5a23ae4b57e13a11827533a5d457a94cc2b8821598d2a0352db2ee32ab5908d0f61465cc05e6239
6
+ metadata.gz: 5195fc44cf8589b3872f2218fec0554125ca94fee9d57c053751a10e9b362cad6d90caf5e07d8b4438c96259dc8ac5b13bd582c1a0bfba1c1cad251843a2b50d
7
+ data.tar.gz: 0dcbd3227e9dfd820a2807e535b5373afc628e0b9a556c2b7f68ccd3bfde2a3ec69cbca2f21070176530f075852f9210a638b02698d7fa8101cb0eca670e8960
@@ -115,6 +115,14 @@ module Aws::AutoScalingPlans
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::AutoScalingPlans
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
@@ -515,7 +526,7 @@ module Aws::AutoScalingPlans
515
526
  params: params,
516
527
  config: config)
517
528
  context[:gem_name] = 'aws-sdk-autoscalingplans'
518
- context[:gem_version] = '1.2.0'
529
+ context[:gem_version] = '1.3.0'
519
530
  Seahorse::Client::Request.new(handlers, context)
520
531
  end
521
532
 
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-autoscalingplans/customizations'
42
42
  # @service
43
43
  module Aws::AutoScalingPlans
44
44
 
45
- GEM_VERSION = '1.2.0'
45
+ GEM_VERSION = '1.3.0'
46
46
 
47
47
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscalingplans
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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-04-23 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.2.2
78
+ rubygems_version: 2.5.2.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: AWS SDK for Ruby - AWS Auto Scaling Plans