aws-sdk-ec2 1.35.0 → 1.36.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: 752293a6271cbe18e8fc95838ef281c7f6846fbe
4
- data.tar.gz: f077bdc578956425def69e5cf99d7cd409a922f8
3
+ metadata.gz: 350bd1c350a006abe7235d62c5a412f5f029825f
4
+ data.tar.gz: b3aa25788a96aea0485a05bf8245a4dd099c100b
5
5
  SHA512:
6
- metadata.gz: 4027cfc33327e3bd4fc379ab29e360061207a9ae8621a6e7a402ca70a913d0c166ec476a61f384e416b85622db23371b09b7a9a5e4bc35c5bdf0a902f2bbe707
7
- data.tar.gz: 0f065577900897598bf16b918e2d57a50da71341120f30ca8b4063a95342bcd5f806b8f9d8caf037a20927a7e2fb88b485fd8aa1f833106a0486cb5a3e0c4bd4
6
+ metadata.gz: 5d18006622677d4b9ce0adda2ce4dda8e9ecaf19a55f8b9120349b2d7888320a46cde6953daa5f839debb71c41c2a1fe0333ddb491eca0ef0ff3586e86986df6
7
+ data.tar.gz: 4df48da8b4a4f0ca895cf2a3e3cd71147d814562e897f95f35ac6a6f32c4165109fe63b3bbcaaf19a9e0d358c9919b3bf620bde17f1336705e5f87fcaa34ca56
@@ -65,6 +65,6 @@ require_relative 'aws-sdk-ec2/customizations'
65
65
  # @service
66
66
  module Aws::EC2
67
67
 
68
- GEM_VERSION = '1.35.0'
68
+ GEM_VERSION = '1.36.0'
69
69
 
70
70
  end
@@ -119,6 +119,14 @@ module Aws::EC2
119
119
  # Used when loading credentials from the shared credentials file
120
120
  # at HOME/.aws/credentials. When not specified, 'default' is used.
121
121
  #
122
+ # @option options [Float] :retry_base_delay (0.3)
123
+ # The base delay in seconds used by the default backoff function.
124
+ #
125
+ # @option options [Symbol] :retry_jitter (:none)
126
+ # 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.
127
+ #
128
+ # @see https://www.awsarchitectureblog.com/2015/03/backoff.html
129
+ #
122
130
  # @option options [Integer] :retry_limit (3)
123
131
  # The maximum number of times to retry failed requests. Only
124
132
  # ~ 500 level server errors and certain ~ 400 level client errors
@@ -126,6 +134,9 @@ module Aws::EC2
126
134
  # checksum errors, networking errors, timeout errors and auth
127
135
  # errors from expired credentials.
128
136
  #
137
+ # @option options [Integer] :retry_max_delay (0)
138
+ # The maximum number of seconds to delay between retries (0 for no limit) used by the default backoff function.
139
+ #
129
140
  # @option options [String] :secret_access_key
130
141
  #
131
142
  # @option options [String] :session_token
@@ -24603,7 +24614,7 @@ module Aws::EC2
24603
24614
  params: params,
24604
24615
  config: config)
24605
24616
  context[:gem_name] = 'aws-sdk-ec2'
24606
- context[:gem_version] = '1.35.0'
24617
+ context[:gem_version] = '1.36.0'
24607
24618
  Seahorse::Client::Request.new(handlers, context)
24608
24619
  end
24609
24620
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.36.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-06-04 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-sigv4