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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ff210b703ab316d9676db5c5a40de0624cd8cafbb6041cca5db94249023858f
4
- data.tar.gz: 99eca2c5c45ca5bd2520abc00771f3e00036c0426640318d5917c4e994768c6e
3
+ metadata.gz: 6b7e016ca0956beba1d137c0c0f59b42ac6387ad81865f150c6b170b74248083
4
+ data.tar.gz: c4464a881baae4a0fc7c253d479dbd65a0a0356c48843c504157d8d98de0c966
5
5
  SHA512:
6
- metadata.gz: 465b432c0a821f53fbe53f8eb17efc91e49925559b9b3046d2c7c052836c28d6c14e707fddb4c2a85723fb282b781e3b5cdd0e09be4d9e78bfe9bf645662381d
7
- data.tar.gz: 2bfc00309b8335bad40fe7719d897df666e035c949729c5b6b6a9618e0c00bdbf34b8ee88e6d48864442dd9934751b6c1d757155b3075eaa45662a312a61371e
6
+ metadata.gz: bae103e5ec7b9d0e006edb055ee3e793d664b54dfa7b77e49ebae19fa725dd39aa76050771e88416ae7ff181b62abd342d330a351ae35ee994281386bc1d546a
7
+ data.tar.gz: 14b5955cea1a959e1f6608ef14c04261fc0b5acc5e071228dcf87cdf4aebbe381a7f0f373a09abcc81ae693322b12c0012d8542fa422541cf6719664c223076b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.72.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
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. This is default value if
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` - An experimental retry mode that includes all the
333
- # functionality of `standard` mode along with automatic client side
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.72.0'
827
+ context[:gem_version] = '1.73.0'
830
828
  Seahorse::Client::Request.new(handlers, context)
831
829
  end
832
830
 
@@ -48,7 +48,7 @@ module Aws::ImportExport
48
48
  autoload :Errors, 'aws-sdk-importexport/errors'
49
49
  autoload :Resource, 'aws-sdk-importexport/resource'
50
50
 
51
- GEM_VERSION = '1.72.0'
51
+ GEM_VERSION = '1.73.0'
52
52
 
53
53
  end
54
54
 
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.72.0
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.247.0
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.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv2
34
34
  requirement: !ruby/object:Gem::Requirement