aws-sdk-elasticloadbalancing 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: 5656f0cda7149a92fd8c5c63d773b76efad25258
4
- data.tar.gz: 193b2be75fb0220af10cb24a800185b2d8cbf1e8
3
+ metadata.gz: 1273ca7e468a1c81a89671148ced1d0d60b27396
4
+ data.tar.gz: 830de603a78871bc4863743a234ef93305225cc4
5
5
  SHA512:
6
- metadata.gz: 6be6d0ce1217cc67fd6f7a45ab9c468b6c685700caa91ba24f306fd2375b01bff3fed812540ea336ad24a05a8dc50dda8b37843f6eec27b5480b7f5d445e84dc
7
- data.tar.gz: 2e9770fc17e5a4f88c7b4b86e6906e454c24bad9158a4d713ff18a269c45b20c8eb2ce1a6afbf37bcfde06ff9aa603148c7c435e9b9b0f7681c54e58b01fc70b
6
+ metadata.gz: d874fb246002359e68b6407cfc3e9b1331026e69f6ff3a8971b038ee31cbe509348ffc5d2d252a71b91a0b0fe5f7d83f3686746626c8466e8fb06827f35a7a13
7
+ data.tar.gz: b43a7ca99d258d765344029f7cb8849960321e0b63d9bbfa1d2d496ee29a88c6930fa9b8d714c3c5fbe981a35bc7df0167474c84143efecf47d16eef30aa4463
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticloadbalancing/customizations'
43
43
  # @service
44
44
  module Aws::ElasticLoadBalancing
45
45
 
46
- GEM_VERSION = '1.2.0'
46
+ GEM_VERSION = '1.3.0'
47
47
 
48
48
  end
@@ -115,6 +115,14 @@ module Aws::ElasticLoadBalancing
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::ElasticLoadBalancing
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
@@ -2416,7 +2427,7 @@ module Aws::ElasticLoadBalancing
2416
2427
  params: params,
2417
2428
  config: config)
2418
2429
  context[:gem_name] = 'aws-sdk-elasticloadbalancing'
2419
- context[:gem_version] = '1.2.0'
2430
+ context[:gem_version] = '1.3.0'
2420
2431
  Seahorse::Client::Request.new(handlers, context)
2421
2432
  end
2422
2433
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancing
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-01-11 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
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  requirements: []
78
78
  rubyforge_project:
79
- rubygems_version: 2.5.1
79
+ rubygems_version: 2.5.2.3
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: AWS SDK for Ruby - Elastic Load Balancing