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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16335ddfe2b1e9810ceff8e3e4015b35dcd0dc81b27a9254b92ccc242730684e
4
- data.tar.gz: d42449ad7b5baca0a4665a0695b226c5a5c4d538e3bc8c67e34e86505b10f612
3
+ metadata.gz: 6fbd2d2e708f427bc4e778b218da91689600a836b9dd8c9047fcd9ea5ce0f10c
4
+ data.tar.gz: 1fc041739cee7fdf94a586976453dd15a37d673f8c86cdca69f6bfef3d93b24e
5
5
  SHA512:
6
- metadata.gz: 00154c8aaab66e983a48a2265ac29b1332f477a97f25d09ecf304298aaccd34ec9480b5e24d65c36f24b2f26c90e5f0abcc7d0394701f41888ff0a9fb7e64bdb
7
- data.tar.gz: c64acabe518f2b326f6f81b034c4060f224a536d483264c49c201ef13ebfd0a6fa33c250ce663f370763742b5b87a36f9bb74bc6a98acdb9299ec1f0e4f40554
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.588.0
1
+ 1.590.0
@@ -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 modifying a volume, you must wait at least six hours and ensure
61732
- # that the volume is in the `in-use` or `available` state before you can
61733
- # modify the same volume. This is sometimes referred to as a cooldown
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.588.0'
71700
+ context[:gem_version] = '1.590.0'
71697
71701
  Seahorse::Client::Request.new(handlers, context)
71698
71702
  end
71699
71703
 
@@ -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 for an IPAM policy.
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 a Amazon Web Services Organizations target for an IPAM
53547
- # policy.
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
@@ -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.588.0'
81
+ GEM_VERSION = '1.590.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.588.0
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.0
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.0
31
+ version: 3.241.3
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement