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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +9 -3
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2097d6aa50909ad9c0a8639e64abafea181df5aac18979c9409c5dcfb7d01d1e
|
|
4
|
+
data.tar.gz: df7cc3a9018d120048ab213aab3add8b51089fc34c9f982e2e54d426dd933c20
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5ebbf782e4311054b3c20edfd14296818a40caeeef1446e7da3c495a1cee4066a80ccc642303418e2fd82bcc1499a9daa21728aca289e54af3ef23a8aa9cbb2
|
|
7
|
+
data.tar.gz: 308b3fd20d75feccd605227fc877fe1cc6d9372a38e3d25eee12328f024e49ed8a14345b527e53850cfa34709ee9bf0d763ef1f0dd05f65ce0a1821baaa0b096
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.610.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -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
|
|
4116
|
-
#
|
|
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.
|
|
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