aws-sdk-importexport 1.72.0 → 1.73.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-importexport/client.rb +6 -8
- data/lib/aws-sdk-importexport.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: 6b7e016ca0956beba1d137c0c0f59b42ac6387ad81865f150c6b170b74248083
|
|
4
|
+
data.tar.gz: c4464a881baae4a0fc7c253d479dbd65a0a0356c48843c504157d8d98de0c966
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bae103e5ec7b9d0e006edb055ee3e793d664b54dfa7b77e49ebae19fa725dd39aa76050771e88416ae7ff181b62abd342d330a351ae35ee994281386bc1d546a
|
|
7
|
+
data.tar.gz: 14b5955cea1a959e1f6608ef14c04261fc0b5acc5e071228dcf87cdf4aebbe381a7f0f373a09abcc81ae693322b12c0012d8542fa422541cf6719664c223076b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.73.0
|
|
@@ -198,7 +198,7 @@ module Aws::ImportExport
|
|
|
198
198
|
# the required types.
|
|
199
199
|
#
|
|
200
200
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
201
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
201
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
202
202
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
203
203
|
#
|
|
204
204
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -322,17 +322,15 @@ module Aws::ImportExport
|
|
|
322
322
|
# @option options [String] :retry_mode ("legacy")
|
|
323
323
|
# Specifies which retry algorithm to use. Values are:
|
|
324
324
|
#
|
|
325
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
326
|
-
# no retry mode is provided.
|
|
325
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
326
|
+
# value if no retry mode is provided.
|
|
327
327
|
#
|
|
328
328
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
329
329
|
# This includes support for retry quotas, which limit the number of
|
|
330
330
|
# unsuccessful retries a client can make.
|
|
331
331
|
#
|
|
332
|
-
# * `adaptive` -
|
|
333
|
-
#
|
|
334
|
-
# throttling. This is a provisional mode that may change behavior
|
|
335
|
-
# in the future.
|
|
332
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
333
|
+
# `standard` mode along with automatic client side throttling.
|
|
336
334
|
#
|
|
337
335
|
# @option options [String] :sdk_ua_app_id
|
|
338
336
|
# A unique and opaque application ID that is appended to the
|
|
@@ -826,7 +824,7 @@ module Aws::ImportExport
|
|
|
826
824
|
tracer: tracer
|
|
827
825
|
)
|
|
828
826
|
context[:gem_name] = 'aws-sdk-importexport'
|
|
829
|
-
context[:gem_version] = '1.
|
|
827
|
+
context[:gem_version] = '1.73.0'
|
|
830
828
|
Seahorse::Client::Request.new(handlers, context)
|
|
831
829
|
end
|
|
832
830
|
|
data/lib/aws-sdk-importexport.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-importexport
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.73.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-sigv2
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|