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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c48e3866a0de525b09db0ead202dce6e2d7df302480681479d7abf1b7cb1bb3
4
- data.tar.gz: c163e94bad1747a36cdea4d98c3d5e20b15499bbdd146c4b8b342a5a8ac35875
3
+ metadata.gz: 545386a3f04a9c7bb5a7546aa9cf1ca33957eea8992f6045aebdf21c56389934
4
+ data.tar.gz: 9fbe34c3b5e7040ee5f8638d83ca834b7f7f148efe60583a5d2ee2018dd9859d
5
5
  SHA512:
6
- metadata.gz: '084a72b6629c92dc256212569d131f4de485796e5b32ef662177539ae806886b2f17a2778b92af3700f40d1b14b1a873c927cc19788926195af9d24bf58413af'
7
- data.tar.gz: 9a8cabe2c87419bb85f22d6ff9920b509fd7ba6be6aebbb8d2b696abd799a6ed0fc797c1b68603f396c25fc86c7f477369bc85ceb11e1ecd77fed2624978b58c
6
+ metadata.gz: 7f54ee321cc8d96747a4ec648ec0057e6e5a834d168daa0a809ef8ffec5a77761f5a6840b7c9fdf2bbd12d9eca2ed81b62095cc615fa04d2b05bdc600605c65f
7
+ data.tar.gz: 4b42b2ac9cb771f08f68422fe125b724e7b31499c9b9f761ee3fa5209d8756f87575d8dd2755065e03056acf533053f463e86934551a68e02fb150aa0c1e788a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.619.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.618.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.618.0
1
+ 1.619.0
@@ -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. This is default value if
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` - An experimental retry mode that includes all the
338
- # functionality of `standard` mode along with automatic client side
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.618.0'
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
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.618.0'
81
+ GEM_VERSION = '1.619.0'
82
82
 
83
83
  end
84
84
 
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.618.0
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.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-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement