aws-sdk-ec2 1.609.0 → 1.610.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: bc0052e87fbee5d104ae5391deabd0c62b850d8707ab973d2c880081a945ddb0
4
- data.tar.gz: a9e1df148436c074f2ce0bc730cb608011cc0e796053299b3e8c58ef395d39ac
3
+ metadata.gz: 2097d6aa50909ad9c0a8639e64abafea181df5aac18979c9409c5dcfb7d01d1e
4
+ data.tar.gz: df7cc3a9018d120048ab213aab3add8b51089fc34c9f982e2e54d426dd933c20
5
5
  SHA512:
6
- metadata.gz: 7eb1363801f38713522127a1d01d42cc35f9adb170fc8b738c62fd93c1b072c37342c50c14d104c71cf81556aee765e4c98f78e9343231971612b26c85a98f1a
7
- data.tar.gz: 4f2cea3d726bd6a0c613c83ea5c30b387009a158b658db09b9eb62f95e05655a748c6db194b34623b084e45da0272089144380efde3761a7de71f40fafda6aab
6
+ metadata.gz: a5ebbf782e4311054b3c20edfd14296818a40caeeef1446e7da3c495a1cee4066a80ccc642303418e2fd82bcc1499a9daa21728aca289e54af3ef23a8aa9cbb2
7
+ data.tar.gz: 308b3fd20d75feccd605227fc877fe1cc6d9372a38e3d25eee12328f024e49ed8a14345b527e53850cfa34709ee9bf0d763ef1f0dd05f65ce0a1821baaa0b096
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.610.0 (2026-03-31)
5
+ ------------------
6
+
7
+ * Feature - This release updates the examples in the documentation for DescribeRegions and DescribeAvailabilityZones.
8
+
4
9
  1.609.0 (2026-03-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.609.0
1
+ 1.610.0
@@ -4112,11 +4112,17 @@ module Aws::EC2
4112
4112
  # During bundling, only the root device volume (C:\\) is bundled. Data
4113
4113
  # on other instance store volumes is not preserved.
4114
4114
  #
4115
- # <note markdown="1"> This action is not applicable for Linux/Unix instances or Windows
4116
- # instances that are backed by Amazon EBS.
4115
+ # <note markdown="1"> This action is no longer supported. To create an AMI, use
4116
+ # [CreateImage][1]. For more information, see [ Create an Amazon
4117
+ # EBS-backed AMI][2] in the *Amazon EC2 User Guide*.
4117
4118
  #
4118
4119
  # </note>
4119
4120
  #
4121
+ #
4122
+ #
4123
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html
4124
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html
4125
+ #
4120
4126
  # @option params [required, String] :instance_id
4121
4127
  # The ID of the instance to bundle.
4122
4128
  #
@@ -73088,7 +73094,7 @@ module Aws::EC2
73088
73094
  tracer: tracer
73089
73095
  )
73090
73096
  context[:gem_name] = 'aws-sdk-ec2'
73091
- context[:gem_version] = '1.609.0'
73097
+ context[:gem_version] = '1.610.0'
73092
73098
  Seahorse::Client::Request.new(handlers, context)
73093
73099
  end
73094
73100
 
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.609.0'
81
+ GEM_VERSION = '1.610.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.609.0
4
+ version: 1.610.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services