aws-sdk-elasticloadbalancingv2 1.10.0 → 1.11.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: a4557292c43d995a53f3558315252e1fcb908db8
4
- data.tar.gz: 05cd83c5689de2c4a894877271da710b5943435f
3
+ metadata.gz: 8f4ee6fad750efbc248e694b4ecf955795eecdad
4
+ data.tar.gz: 0ff4a2bf3ee679397dbd297cc306f936f221735d
5
5
  SHA512:
6
- metadata.gz: d6785cac659abb20c781717c51d0a719ed13a6533ce62f46792ceb91a98479591b018850612f76c3401af0b0e940e84b8bd00eccff582a13228fdc79b9af8ab1
7
- data.tar.gz: ce3f7215b6ab025d6d32550e4373127654d361e37a7f6c670c367d9d8b8a85f3d4014befeaafcdbe86db0fb097184fbc1bce31dba216ebf2fde1196527546b7c
6
+ metadata.gz: 98802846523de0397e283cafbaa10ba7d8df0575daf791a435e390991f1df193da9c39ef9e17a799ab6d887ae34d69103d8696732a79efda0ee73bde0b35d2e2
7
+ data.tar.gz: 4f55b598081e64ace29f989984997ea35bd38b19ab3c99b11868d835427ff7c262808d22aa77a2f099d8a37f5b6bbab0f8d773252412a186b49019a894e94181
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
43
43
  # @service
44
44
  module Aws::ElasticLoadBalancingV2
45
45
 
46
- GEM_VERSION = '1.10.0'
46
+ GEM_VERSION = '1.11.0'
47
47
 
48
48
  end
@@ -115,6 +115,14 @@ module Aws::ElasticLoadBalancingV2
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::ElasticLoadBalancingV2
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::ElasticLoadBalancingV2
3586
3597
  params: params,
3587
3598
  config: config)
3588
3599
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
3589
- context[:gem_version] = '1.10.0'
3600
+ context[:gem_version] = '1.11.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-elasticloadbalancingv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.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-31 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