aws-sdk-ec2 1.618.0 → 1.619.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +6 -8
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 545386a3f04a9c7bb5a7546aa9cf1ca33957eea8992f6045aebdf21c56389934
|
|
4
|
+
data.tar.gz: 9fbe34c3b5e7040ee5f8638d83ca834b7f7f148efe60583a5d2ee2018dd9859d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f54ee321cc8d96747a4ec648ec0057e6e5a834d168daa0a809ef8ffec5a77761f5a6840b7c9fdf2bbd12d9eca2ed81b62095cc615fa04d2b05bdc600605c65f
|
|
7
|
+
data.tar.gz: 4b42b2ac9cb771f08f68422fe125b724e7b31499c9b9f761ee3fa5209d8756f87575d8dd2755065e03056acf533053f463e86934551a68e02fb150aa0c1e788a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.619.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -203,7 +203,7 @@ module Aws::EC2
|
|
|
203
203
|
# the required types.
|
|
204
204
|
#
|
|
205
205
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
206
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
206
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
207
207
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
208
208
|
#
|
|
209
209
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -327,17 +327,15 @@ module Aws::EC2
|
|
|
327
327
|
# @option options [String] :retry_mode ("legacy")
|
|
328
328
|
# Specifies which retry algorithm to use. Values are:
|
|
329
329
|
#
|
|
330
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
331
|
-
# no retry mode is provided.
|
|
330
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
331
|
+
# value if no retry mode is provided.
|
|
332
332
|
#
|
|
333
333
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
334
334
|
# This includes support for retry quotas, which limit the number of
|
|
335
335
|
# unsuccessful retries a client can make.
|
|
336
336
|
#
|
|
337
|
-
# * `adaptive` -
|
|
338
|
-
#
|
|
339
|
-
# throttling. This is a provisional mode that may change behavior
|
|
340
|
-
# in the future.
|
|
337
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
338
|
+
# `standard` mode along with automatic client side throttling.
|
|
341
339
|
#
|
|
342
340
|
# @option options [String] :sdk_ua_app_id
|
|
343
341
|
# A unique and opaque application ID that is appended to the
|
|
@@ -73770,7 +73768,7 @@ module Aws::EC2
|
|
|
73770
73768
|
tracer: tracer
|
|
73771
73769
|
)
|
|
73772
73770
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
73773
|
-
context[:gem_version] = '1.
|
|
73771
|
+
context[:gem_version] = '1.619.0'
|
|
73774
73772
|
Seahorse::Client::Request.new(handlers, context)
|
|
73775
73773
|
end
|
|
73776
73774
|
|
data/lib/aws-sdk-ec2.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ec2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.619.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|