aws-sdk-ec2 1.588.0 → 1.590.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +9 -5
- data/lib/aws-sdk-ec2/types.rb +10 -3
- 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: 6fbd2d2e708f427bc4e778b218da91689600a836b9dd8c9047fcd9ea5ce0f10c
|
|
4
|
+
data.tar.gz: 1fc041739cee7fdf94a586976453dd15a37d673f8c86cdca69f6bfef3d93b24e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84b83c6023f6d09bbe13d56522c34e941099ec25db09358051b36856337bc074cd65127ea54a8cde57a09f27d32ac67aaaa492037afa89f884fe742d3dd52042
|
|
7
|
+
data.tar.gz: 6a8138301926bc0723ed0258d805d59ed0b998cee6d6bb7801d8a1ee9562cc9e8571b2ae3febd242eb7a16318a6a31a3e6f90b911be986743b97c317eaab6346
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.590.0 (2026-01-15)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release includes documentation updates to support up to four Elastic Volume modifications per Amazon EBS volume within a rolling 24-hour period.
|
|
8
|
+
|
|
9
|
+
1.589.0 (2026-01-08)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.588.0 (2026-01-05)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.590.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -61728,10 +61728,14 @@ module Aws::EC2
|
|
|
61728
61728
|
# require detaching and reattaching the volume or stopping and
|
|
61729
61729
|
# restarting the instance.
|
|
61730
61730
|
#
|
|
61731
|
-
# After
|
|
61732
|
-
#
|
|
61733
|
-
#
|
|
61734
|
-
# period
|
|
61731
|
+
# After you initiate a volume modification, you must wait for that
|
|
61732
|
+
# modification to reach the `completed` state before you can initiate
|
|
61733
|
+
# another modification for the same volume. You can modify a volume up
|
|
61734
|
+
# to four times within a rolling 24-hour period, as long as the volume
|
|
61735
|
+
# is in the `in-use` or `available` state, and all previous
|
|
61736
|
+
# modifications for that volume are `completed`. If you exceed this
|
|
61737
|
+
# limit, you get an error message that indicates when you can perform
|
|
61738
|
+
# your next modification.
|
|
61735
61739
|
#
|
|
61736
61740
|
#
|
|
61737
61741
|
#
|
|
@@ -71693,7 +71697,7 @@ module Aws::EC2
|
|
|
71693
71697
|
tracer: tracer
|
|
71694
71698
|
)
|
|
71695
71699
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
71696
|
-
context[:gem_version] = '1.
|
|
71700
|
+
context[:gem_version] = '1.590.0'
|
|
71697
71701
|
Seahorse::Client::Request.new(handlers, context)
|
|
71698
71702
|
end
|
|
71699
71703
|
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -44033,7 +44033,11 @@ module Aws::EC2
|
|
|
44033
44033
|
end
|
|
44034
44034
|
|
|
44035
44035
|
# @!attribute [rw] organization_targets
|
|
44036
|
-
# The Amazon Web Services Organizations targets
|
|
44036
|
+
# The IDs of the Amazon Web Services Organizations targets.
|
|
44037
|
+
#
|
|
44038
|
+
# A target can be an individual Amazon Web Services account or an
|
|
44039
|
+
# entity within an Amazon Web Services Organization to which an IPAM
|
|
44040
|
+
# policy can be applied.
|
|
44037
44041
|
# @return [Array<Types::IpamPolicyOrganizationTarget>]
|
|
44038
44042
|
#
|
|
44039
44043
|
# @!attribute [rw] next_token
|
|
@@ -53543,8 +53547,11 @@ module Aws::EC2
|
|
|
53543
53547
|
# The Amazon Web Services Organizations target for an IPAM policy.
|
|
53544
53548
|
#
|
|
53545
53549
|
# @!attribute [rw] organization_target_id
|
|
53546
|
-
# The ID of
|
|
53547
|
-
#
|
|
53550
|
+
# The ID of the Amazon Web Services Organizations target.
|
|
53551
|
+
#
|
|
53552
|
+
# A target can be an individual Amazon Web Services account or an
|
|
53553
|
+
# entity within an Amazon Web Services Organization to which an IPAM
|
|
53554
|
+
# policy can be applied.
|
|
53548
53555
|
# @return [String]
|
|
53549
53556
|
#
|
|
53550
53557
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/IpamPolicyOrganizationTarget AWS API Documentation
|
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.590.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.241.
|
|
21
|
+
version: 3.241.3
|
|
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.241.
|
|
31
|
+
version: 3.241.3
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|