aws-sdk-ec2 1.412.0 → 1.413.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +136 -9
- data/lib/aws-sdk-ec2/client_api.rb +36 -0
- data/lib/aws-sdk-ec2/endpoints.rb +28 -0
- data/lib/aws-sdk-ec2/image.rb +14 -1
- data/lib/aws-sdk-ec2/plugins/endpoints.rb +4 -0
- data/lib/aws-sdk-ec2/resource.rb +13 -0
- data/lib/aws-sdk-ec2/types.rb +102 -3
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5793cbaa9eabe0577b531f5820bd612fccba8f3c33782f7bfb6e1e9e49c2ff7d
|
4
|
+
data.tar.gz: ee86acca1d7c1fb61760ee347536342dda1a9ce75a6ec63505f4bea974f2112b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b696228a78f88db317cf971c189c08ef73b9c16305d5a7ac0b561617e8c56d8ed75536392171f9466141ff651ea02067c4660fc4f314f08c258e48cf6d54be1
|
7
|
+
data.tar.gz: 71bc546461157f7aeeb3e9b97c80c208440bf6d517180061457630e95a74b3df11ad9038d161296f5da1822fe03322da3e8ddc3204fa613097afd2ca441db70b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.413.0 (2023-10-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it.
|
8
|
+
|
4
9
|
1.412.0 (2023-10-06)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.413.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -4909,7 +4909,7 @@ module Aws::EC2
|
|
4909
4909
|
# resp = client.create_capacity_reservation({
|
4910
4910
|
# client_token: "String",
|
4911
4911
|
# instance_type: "String", # required
|
4912
|
-
# instance_platform: "Linux/UNIX", # required, accepts Linux/UNIX, Red Hat Enterprise Linux, SUSE Linux, Windows, Windows with SQL Server, Windows with SQL Server Enterprise, Windows with SQL Server Standard, Windows with SQL Server Web, Linux with SQL Server Standard, Linux with SQL Server Web, Linux with SQL Server Enterprise, RHEL with SQL Server Standard, RHEL with SQL Server Enterprise, RHEL with SQL Server Web, RHEL with HA, RHEL with HA and SQL Server Standard, RHEL with HA and SQL Server Enterprise
|
4912
|
+
# instance_platform: "Linux/UNIX", # required, accepts Linux/UNIX, Red Hat Enterprise Linux, SUSE Linux, Windows, Windows with SQL Server, Windows with SQL Server Enterprise, Windows with SQL Server Standard, Windows with SQL Server Web, Linux with SQL Server Standard, Linux with SQL Server Web, Linux with SQL Server Enterprise, RHEL with SQL Server Standard, RHEL with SQL Server Enterprise, RHEL with SQL Server Web, RHEL with HA, RHEL with HA and SQL Server Standard, RHEL with HA and SQL Server Enterprise, Ubuntu Pro
|
4913
4913
|
# availability_zone: "AvailabilityZoneName",
|
4914
4914
|
# availability_zone_id: "AvailabilityZoneId",
|
4915
4915
|
# tenancy: "default", # accepts default, dedicated
|
@@ -4942,7 +4942,7 @@ module Aws::EC2
|
|
4942
4942
|
# resp.capacity_reservation.capacity_reservation_arn #=> String
|
4943
4943
|
# resp.capacity_reservation.availability_zone_id #=> String
|
4944
4944
|
# resp.capacity_reservation.instance_type #=> String
|
4945
|
-
# resp.capacity_reservation.instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise", "RHEL with SQL Server Standard", "RHEL with SQL Server Enterprise", "RHEL with SQL Server Web", "RHEL with HA", "RHEL with HA and SQL Server Standard", "RHEL with HA and SQL Server Enterprise"
|
4945
|
+
# resp.capacity_reservation.instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise", "RHEL with SQL Server Standard", "RHEL with SQL Server Enterprise", "RHEL with SQL Server Web", "RHEL with HA", "RHEL with HA and SQL Server Standard", "RHEL with HA and SQL Server Enterprise", "Ubuntu Pro"
|
4946
4946
|
# resp.capacity_reservation.availability_zone #=> String
|
4947
4947
|
# resp.capacity_reservation.tenancy #=> String, one of "default", "dedicated"
|
4948
4948
|
# resp.capacity_reservation.total_instance_count #=> Integer
|
@@ -5087,7 +5087,7 @@ module Aws::EC2
|
|
5087
5087
|
# instance_type_specifications: [ # required
|
5088
5088
|
# {
|
5089
5089
|
# instance_type: "a1.medium", # accepts a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5a.large, c5a.xlarge, c5a.2xlarge, c5a.4xlarge, c5a.8xlarge, c5a.12xlarge, c5a.16xlarge, c5a.24xlarge, c5ad.large, c5ad.xlarge, c5ad.2xlarge, c5ad.4xlarge, c5ad.8xlarge, c5ad.12xlarge, c5ad.16xlarge, c5ad.24xlarge, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, c5n.metal, c6g.medium, c6g.large, c6g.xlarge, c6g.2xlarge, c6g.4xlarge, c6g.8xlarge, c6g.12xlarge, c6g.16xlarge, c6g.metal, c6gd.medium, c6gd.large, c6gd.xlarge, c6gd.2xlarge, c6gd.4xlarge, c6gd.8xlarge, c6gd.12xlarge, c6gd.16xlarge, c6gd.metal, c6gn.medium, c6gn.large, c6gn.xlarge, c6gn.2xlarge, c6gn.4xlarge, c6gn.8xlarge, c6gn.12xlarge, c6gn.16xlarge, c6i.large, c6i.xlarge, c6i.2xlarge, c6i.4xlarge, c6i.8xlarge, c6i.12xlarge, c6i.16xlarge, c6i.24xlarge, c6i.32xlarge, c6i.metal, cc1.4xlarge, cc2.8xlarge, cg1.4xlarge, cr1.8xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, d3.xlarge, d3.2xlarge, d3.4xlarge, d3.8xlarge, d3en.xlarge, d3en.2xlarge, d3en.4xlarge, d3en.6xlarge, d3en.8xlarge, d3en.12xlarge, dl1.24xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4ad.xlarge, g4ad.2xlarge, g4ad.4xlarge, g4ad.8xlarge, g4ad.16xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g4dn.metal, g5.xlarge, g5.2xlarge, g5.4xlarge, g5.8xlarge, g5.12xlarge, g5.16xlarge, g5.24xlarge, g5.48xlarge, g5g.xlarge, g5g.2xlarge, g5g.4xlarge, g5g.8xlarge, g5g.16xlarge, g5g.metal, hi1.4xlarge, hpc6a.48xlarge, hs1.8xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, im4gn.large, im4gn.xlarge, im4gn.2xlarge, im4gn.4xlarge, im4gn.8xlarge, im4gn.16xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge, is4gen.medium, is4gen.large, is4gen.xlarge, is4gen.2xlarge, is4gen.4xlarge, is4gen.8xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5dn.metal, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, m5n.metal, m5zn.large, m5zn.xlarge, m5zn.2xlarge, m5zn.3xlarge, m5zn.6xlarge, m5zn.12xlarge, m5zn.metal, m6a.large, m6a.xlarge, m6a.2xlarge, m6a.4xlarge, m6a.8xlarge, m6a.12xlarge, m6a.16xlarge, m6a.24xlarge, m6a.32xlarge, m6a.48xlarge, m6g.metal, m6g.medium, m6g.large, m6g.xlarge, m6g.2xlarge, m6g.4xlarge, m6g.8xlarge, m6g.12xlarge, m6g.16xlarge, m6gd.metal, m6gd.medium, m6gd.large, m6gd.xlarge, m6gd.2xlarge, m6gd.4xlarge, m6gd.8xlarge, m6gd.12xlarge, m6gd.16xlarge, m6i.large, m6i.xlarge, m6i.2xlarge, m6i.4xlarge, m6i.8xlarge, m6i.12xlarge, m6i.16xlarge, m6i.24xlarge, m6i.32xlarge, m6i.metal, mac1.metal, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, p4d.24xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, r5b.large, r5b.xlarge, r5b.2xlarge, r5b.4xlarge, r5b.8xlarge, r5b.12xlarge, r5b.16xlarge, r5b.24xlarge, r5b.metal, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5dn.metal, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, r5n.metal, r6g.medium, r6g.large, r6g.xlarge, r6g.2xlarge, r6g.4xlarge, r6g.8xlarge, r6g.12xlarge, r6g.16xlarge, r6g.metal, r6gd.medium, r6gd.large, r6gd.xlarge, r6gd.2xlarge, r6gd.4xlarge, r6gd.8xlarge, r6gd.12xlarge, r6gd.16xlarge, r6gd.metal, r6i.large, r6i.xlarge, r6i.2xlarge, r6i.4xlarge, r6i.8xlarge, r6i.12xlarge, r6i.16xlarge, r6i.24xlarge, r6i.32xlarge, r6i.metal, t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, t4g.nano, t4g.micro, t4g.small, t4g.medium, t4g.large, t4g.xlarge, t4g.2xlarge, u-6tb1.56xlarge, u-6tb1.112xlarge, u-9tb1.112xlarge, u-12tb1.112xlarge, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, vt1.3xlarge, vt1.6xlarge, vt1.24xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, x2iezn.2xlarge, x2iezn.4xlarge, x2iezn.6xlarge, x2iezn.8xlarge, x2iezn.12xlarge, x2iezn.metal, x2gd.medium, x2gd.large, x2gd.xlarge, x2gd.2xlarge, x2gd.4xlarge, x2gd.8xlarge, x2gd.12xlarge, x2gd.16xlarge, x2gd.metal, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, x2idn.16xlarge, x2idn.24xlarge, x2idn.32xlarge, x2iedn.xlarge, x2iedn.2xlarge, x2iedn.4xlarge, x2iedn.8xlarge, x2iedn.16xlarge, x2iedn.24xlarge, x2iedn.32xlarge, c6a.large, c6a.xlarge, c6a.2xlarge, c6a.4xlarge, c6a.8xlarge, c6a.12xlarge, c6a.16xlarge, c6a.24xlarge, c6a.32xlarge, c6a.48xlarge, c6a.metal, m6a.metal, i4i.large, i4i.xlarge, i4i.2xlarge, i4i.4xlarge, i4i.8xlarge, i4i.16xlarge, i4i.32xlarge, i4i.metal, x2idn.metal, x2iedn.metal, c7g.medium, c7g.large, c7g.xlarge, c7g.2xlarge, c7g.4xlarge, c7g.8xlarge, c7g.12xlarge, c7g.16xlarge, mac2.metal, c6id.large, c6id.xlarge, c6id.2xlarge, c6id.4xlarge, c6id.8xlarge, c6id.12xlarge, c6id.16xlarge, c6id.24xlarge, c6id.32xlarge, c6id.metal, m6id.large, m6id.xlarge, m6id.2xlarge, m6id.4xlarge, m6id.8xlarge, m6id.12xlarge, m6id.16xlarge, m6id.24xlarge, m6id.32xlarge, m6id.metal, r6id.large, r6id.xlarge, r6id.2xlarge, r6id.4xlarge, r6id.8xlarge, r6id.12xlarge, r6id.16xlarge, r6id.24xlarge, r6id.32xlarge, r6id.metal, r6a.large, r6a.xlarge, r6a.2xlarge, r6a.4xlarge, r6a.8xlarge, r6a.12xlarge, r6a.16xlarge, r6a.24xlarge, r6a.32xlarge, r6a.48xlarge, r6a.metal, p4de.24xlarge, u-3tb1.56xlarge, u-18tb1.112xlarge, u-24tb1.112xlarge, trn1.2xlarge, trn1.32xlarge, hpc6id.32xlarge, c6in.large, c6in.xlarge, c6in.2xlarge, c6in.4xlarge, c6in.8xlarge, c6in.12xlarge, c6in.16xlarge, c6in.24xlarge, c6in.32xlarge, m6in.large, m6in.xlarge, m6in.2xlarge, m6in.4xlarge, m6in.8xlarge, m6in.12xlarge, m6in.16xlarge, m6in.24xlarge, m6in.32xlarge, m6idn.large, m6idn.xlarge, m6idn.2xlarge, m6idn.4xlarge, m6idn.8xlarge, m6idn.12xlarge, m6idn.16xlarge, m6idn.24xlarge, m6idn.32xlarge, r6in.large, r6in.xlarge, r6in.2xlarge, r6in.4xlarge, r6in.8xlarge, r6in.12xlarge, r6in.16xlarge, r6in.24xlarge, r6in.32xlarge, r6idn.large, r6idn.xlarge, r6idn.2xlarge, r6idn.4xlarge, r6idn.8xlarge, r6idn.12xlarge, r6idn.16xlarge, r6idn.24xlarge, r6idn.32xlarge, c7g.metal, m7g.medium, m7g.large, m7g.xlarge, m7g.2xlarge, m7g.4xlarge, m7g.8xlarge, m7g.12xlarge, m7g.16xlarge, m7g.metal, r7g.medium, r7g.large, r7g.xlarge, r7g.2xlarge, r7g.4xlarge, r7g.8xlarge, r7g.12xlarge, r7g.16xlarge, r7g.metal, c6in.metal, m6in.metal, m6idn.metal, r6in.metal, r6idn.metal, inf2.xlarge, inf2.8xlarge, inf2.24xlarge, inf2.48xlarge, trn1n.32xlarge, i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge, i4g.16xlarge, hpc7g.4xlarge, hpc7g.8xlarge, hpc7g.16xlarge, c7gn.medium, c7gn.large, c7gn.xlarge, c7gn.2xlarge, c7gn.4xlarge, c7gn.8xlarge, c7gn.12xlarge, c7gn.16xlarge, p5.48xlarge, m7i.large, m7i.xlarge, m7i.2xlarge, m7i.4xlarge, m7i.8xlarge, m7i.12xlarge, m7i.16xlarge, m7i.24xlarge, m7i.48xlarge, m7i-flex.large, m7i-flex.xlarge, m7i-flex.2xlarge, m7i-flex.4xlarge, m7i-flex.8xlarge, m7a.medium, m7a.large, m7a.xlarge, m7a.2xlarge, m7a.4xlarge, m7a.8xlarge, m7a.12xlarge, m7a.16xlarge, m7a.24xlarge, m7a.32xlarge, m7a.48xlarge, m7a.metal-48xl, hpc7a.12xlarge, hpc7a.24xlarge, hpc7a.48xlarge, hpc7a.96xlarge, c7gd.medium, c7gd.large, c7gd.xlarge, c7gd.2xlarge, c7gd.4xlarge, c7gd.8xlarge, c7gd.12xlarge, c7gd.16xlarge, m7gd.medium, m7gd.large, m7gd.xlarge, m7gd.2xlarge, m7gd.4xlarge, m7gd.8xlarge, m7gd.12xlarge, m7gd.16xlarge, r7gd.medium, r7gd.large, r7gd.xlarge, r7gd.2xlarge, r7gd.4xlarge, r7gd.8xlarge, r7gd.12xlarge, r7gd.16xlarge, r7a.medium, r7a.large, r7a.xlarge, r7a.2xlarge, r7a.4xlarge, r7a.8xlarge, r7a.12xlarge, r7a.16xlarge, r7a.24xlarge, r7a.32xlarge, r7a.48xlarge, c7i.large, c7i.xlarge, c7i.2xlarge, c7i.4xlarge, c7i.8xlarge, c7i.12xlarge, c7i.16xlarge, c7i.24xlarge, c7i.48xlarge, mac2-m2pro.metal, r7iz.large, r7iz.xlarge, r7iz.2xlarge, r7iz.4xlarge, r7iz.8xlarge, r7iz.12xlarge, r7iz.16xlarge, r7iz.32xlarge
|
5090
|
-
# instance_platform: "Linux/UNIX", # accepts Linux/UNIX, Red Hat Enterprise Linux, SUSE Linux, Windows, Windows with SQL Server, Windows with SQL Server Enterprise, Windows with SQL Server Standard, Windows with SQL Server Web, Linux with SQL Server Standard, Linux with SQL Server Web, Linux with SQL Server Enterprise, RHEL with SQL Server Standard, RHEL with SQL Server Enterprise, RHEL with SQL Server Web, RHEL with HA, RHEL with HA and SQL Server Standard, RHEL with HA and SQL Server Enterprise
|
5090
|
+
# instance_platform: "Linux/UNIX", # accepts Linux/UNIX, Red Hat Enterprise Linux, SUSE Linux, Windows, Windows with SQL Server, Windows with SQL Server Enterprise, Windows with SQL Server Standard, Windows with SQL Server Web, Linux with SQL Server Standard, Linux with SQL Server Web, Linux with SQL Server Enterprise, RHEL with SQL Server Standard, RHEL with SQL Server Enterprise, RHEL with SQL Server Web, RHEL with HA, RHEL with HA and SQL Server Standard, RHEL with HA and SQL Server Enterprise, Ubuntu Pro
|
5091
5091
|
# weight: 1.0,
|
5092
5092
|
# availability_zone: "String",
|
5093
5093
|
# availability_zone_id: "String",
|
@@ -5128,7 +5128,7 @@ module Aws::EC2
|
|
5128
5128
|
# resp.fleet_capacity_reservations[0].capacity_reservation_id #=> String
|
5129
5129
|
# resp.fleet_capacity_reservations[0].availability_zone_id #=> String
|
5130
5130
|
# resp.fleet_capacity_reservations[0].instance_type #=> String, one of "a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", "c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", "c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", "c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge", "c5.9xlarge", "c5.12xlarge", "c5.18xlarge", "c5.24xlarge", "c5.metal", "c5a.large", "c5a.xlarge", "c5a.2xlarge", "c5a.4xlarge", "c5a.8xlarge", "c5a.12xlarge", "c5a.16xlarge", "c5a.24xlarge", "c5ad.large", "c5ad.xlarge", "c5ad.2xlarge", "c5ad.4xlarge", "c5ad.8xlarge", "c5ad.12xlarge", "c5ad.16xlarge", "c5ad.24xlarge", "c5d.large", "c5d.xlarge", "c5d.2xlarge", "c5d.4xlarge", "c5d.9xlarge", "c5d.12xlarge", "c5d.18xlarge", "c5d.24xlarge", "c5d.metal", "c5n.large", "c5n.xlarge", "c5n.2xlarge", "c5n.4xlarge", "c5n.9xlarge", "c5n.18xlarge", "c5n.metal", "c6g.medium", "c6g.large", "c6g.xlarge", "c6g.2xlarge", "c6g.4xlarge", "c6g.8xlarge", "c6g.12xlarge", "c6g.16xlarge", "c6g.metal", "c6gd.medium", "c6gd.large", "c6gd.xlarge", "c6gd.2xlarge", "c6gd.4xlarge", "c6gd.8xlarge", "c6gd.12xlarge", "c6gd.16xlarge", "c6gd.metal", "c6gn.medium", "c6gn.large", "c6gn.xlarge", "c6gn.2xlarge", "c6gn.4xlarge", "c6gn.8xlarge", "c6gn.12xlarge", "c6gn.16xlarge", "c6i.large", "c6i.xlarge", "c6i.2xlarge", "c6i.4xlarge", "c6i.8xlarge", "c6i.12xlarge", "c6i.16xlarge", "c6i.24xlarge", "c6i.32xlarge", "c6i.metal", "cc1.4xlarge", "cc2.8xlarge", "cg1.4xlarge", "cr1.8xlarge", "d2.xlarge", "d2.2xlarge", "d2.4xlarge", "d2.8xlarge", "d3.xlarge", "d3.2xlarge", "d3.4xlarge", "d3.8xlarge", "d3en.xlarge", "d3en.2xlarge", "d3en.4xlarge", "d3en.6xlarge", "d3en.8xlarge", "d3en.12xlarge", "dl1.24xlarge", "f1.2xlarge", "f1.4xlarge", "f1.16xlarge", "g2.2xlarge", "g2.8xlarge", "g3.4xlarge", "g3.8xlarge", "g3.16xlarge", "g3s.xlarge", "g4ad.xlarge", "g4ad.2xlarge", "g4ad.4xlarge", "g4ad.8xlarge", "g4ad.16xlarge", "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge", "g4dn.metal", "g5.xlarge", "g5.2xlarge", "g5.4xlarge", "g5.8xlarge", "g5.12xlarge", "g5.16xlarge", "g5.24xlarge", "g5.48xlarge", "g5g.xlarge", "g5g.2xlarge", "g5g.4xlarge", "g5g.8xlarge", "g5g.16xlarge", "g5g.metal", "hi1.4xlarge", "hpc6a.48xlarge", "hs1.8xlarge", "h1.2xlarge", "h1.4xlarge", "h1.8xlarge", "h1.16xlarge", "i2.xlarge", "i2.2xlarge", "i2.4xlarge", "i2.8xlarge", "i3.large", "i3.xlarge", "i3.2xlarge", "i3.4xlarge", "i3.8xlarge", "i3.16xlarge", "i3.metal", "i3en.large", "i3en.xlarge", "i3en.2xlarge", "i3en.3xlarge", "i3en.6xlarge", "i3en.12xlarge", "i3en.24xlarge", "i3en.metal", "im4gn.large", "im4gn.xlarge", "im4gn.2xlarge", "im4gn.4xlarge", "im4gn.8xlarge", "im4gn.16xlarge", "inf1.xlarge", "inf1.2xlarge", "inf1.6xlarge", "inf1.24xlarge", "is4gen.medium", "is4gen.large", "is4gen.xlarge", "is4gen.2xlarge", "is4gen.4xlarge", "is4gen.8xlarge", "m1.small", "m1.medium", "m1.large", "m1.xlarge", "m2.xlarge", "m2.2xlarge", "m2.4xlarge", "m3.medium", "m3.large", "m3.xlarge", "m3.2xlarge", "m4.large", "m4.xlarge", "m4.2xlarge", "m4.4xlarge", "m4.10xlarge", "m4.16xlarge", "m5.large", "m5.xlarge", "m5.2xlarge", "m5.4xlarge", "m5.8xlarge", "m5.12xlarge", "m5.16xlarge", "m5.24xlarge", "m5.metal", "m5a.large", "m5a.xlarge", "m5a.2xlarge", "m5a.4xlarge", "m5a.8xlarge", "m5a.12xlarge", "m5a.16xlarge", "m5a.24xlarge", "m5ad.large", "m5ad.xlarge", "m5ad.2xlarge", "m5ad.4xlarge", "m5ad.8xlarge", "m5ad.12xlarge", "m5ad.16xlarge", "m5ad.24xlarge", "m5d.large", "m5d.xlarge", "m5d.2xlarge", "m5d.4xlarge", "m5d.8xlarge", "m5d.12xlarge", "m5d.16xlarge", "m5d.24xlarge", "m5d.metal", "m5dn.large", "m5dn.xlarge", "m5dn.2xlarge", "m5dn.4xlarge", "m5dn.8xlarge", "m5dn.12xlarge", "m5dn.16xlarge", "m5dn.24xlarge", "m5dn.metal", "m5n.large", "m5n.xlarge", "m5n.2xlarge", "m5n.4xlarge", "m5n.8xlarge", "m5n.12xlarge", "m5n.16xlarge", "m5n.24xlarge", "m5n.metal", "m5zn.large", "m5zn.xlarge", "m5zn.2xlarge", "m5zn.3xlarge", "m5zn.6xlarge", "m5zn.12xlarge", "m5zn.metal", "m6a.large", "m6a.xlarge", "m6a.2xlarge", "m6a.4xlarge", "m6a.8xlarge", "m6a.12xlarge", "m6a.16xlarge", "m6a.24xlarge", "m6a.32xlarge", "m6a.48xlarge", "m6g.metal", "m6g.medium", "m6g.large", "m6g.xlarge", "m6g.2xlarge", "m6g.4xlarge", "m6g.8xlarge", "m6g.12xlarge", "m6g.16xlarge", "m6gd.metal", "m6gd.medium", "m6gd.large", "m6gd.xlarge", "m6gd.2xlarge", "m6gd.4xlarge", "m6gd.8xlarge", "m6gd.12xlarge", "m6gd.16xlarge", "m6i.large", "m6i.xlarge", "m6i.2xlarge", "m6i.4xlarge", "m6i.8xlarge", "m6i.12xlarge", "m6i.16xlarge", "m6i.24xlarge", "m6i.32xlarge", "m6i.metal", "mac1.metal", "p2.xlarge", "p2.8xlarge", "p2.16xlarge", "p3.2xlarge", "p3.8xlarge", "p3.16xlarge", "p3dn.24xlarge", "p4d.24xlarge", "r3.large", "r3.xlarge", "r3.2xlarge", "r3.4xlarge", "r3.8xlarge", "r4.large", "r4.xlarge", "r4.2xlarge", "r4.4xlarge", "r4.8xlarge", "r4.16xlarge", "r5.large", "r5.xlarge", "r5.2xlarge", "r5.4xlarge", "r5.8xlarge", "r5.12xlarge", "r5.16xlarge", "r5.24xlarge", "r5.metal", "r5a.large", "r5a.xlarge", "r5a.2xlarge", "r5a.4xlarge", "r5a.8xlarge", "r5a.12xlarge", "r5a.16xlarge", "r5a.24xlarge", "r5ad.large", "r5ad.xlarge", "r5ad.2xlarge", "r5ad.4xlarge", "r5ad.8xlarge", "r5ad.12xlarge", "r5ad.16xlarge", "r5ad.24xlarge", "r5b.large", "r5b.xlarge", "r5b.2xlarge", "r5b.4xlarge", "r5b.8xlarge", "r5b.12xlarge", "r5b.16xlarge", "r5b.24xlarge", "r5b.metal", "r5d.large", "r5d.xlarge", "r5d.2xlarge", "r5d.4xlarge", "r5d.8xlarge", "r5d.12xlarge", "r5d.16xlarge", "r5d.24xlarge", "r5d.metal", "r5dn.large", "r5dn.xlarge", "r5dn.2xlarge", "r5dn.4xlarge", "r5dn.8xlarge", "r5dn.12xlarge", "r5dn.16xlarge", "r5dn.24xlarge", "r5dn.metal", "r5n.large", "r5n.xlarge", "r5n.2xlarge", "r5n.4xlarge", "r5n.8xlarge", "r5n.12xlarge", "r5n.16xlarge", "r5n.24xlarge", "r5n.metal", "r6g.medium", "r6g.large", "r6g.xlarge", "r6g.2xlarge", "r6g.4xlarge", "r6g.8xlarge", "r6g.12xlarge", "r6g.16xlarge", "r6g.metal", "r6gd.medium", "r6gd.large", "r6gd.xlarge", "r6gd.2xlarge", "r6gd.4xlarge", "r6gd.8xlarge", "r6gd.12xlarge", "r6gd.16xlarge", "r6gd.metal", "r6i.large", "r6i.xlarge", "r6i.2xlarge", "r6i.4xlarge", "r6i.8xlarge", "r6i.12xlarge", "r6i.16xlarge", "r6i.24xlarge", "r6i.32xlarge", "r6i.metal", "t1.micro", "t2.nano", "t2.micro", "t2.small", "t2.medium", "t2.large", "t2.xlarge", "t2.2xlarge", "t3.nano", "t3.micro", "t3.small", "t3.medium", "t3.large", "t3.xlarge", "t3.2xlarge", "t3a.nano", "t3a.micro", "t3a.small", "t3a.medium", "t3a.large", "t3a.xlarge", "t3a.2xlarge", "t4g.nano", "t4g.micro", "t4g.small", "t4g.medium", "t4g.large", "t4g.xlarge", "t4g.2xlarge", "u-6tb1.56xlarge", "u-6tb1.112xlarge", "u-9tb1.112xlarge", "u-12tb1.112xlarge", "u-6tb1.metal", "u-9tb1.metal", "u-12tb1.metal", "u-18tb1.metal", "u-24tb1.metal", "vt1.3xlarge", "vt1.6xlarge", "vt1.24xlarge", "x1.16xlarge", "x1.32xlarge", "x1e.xlarge", "x1e.2xlarge", "x1e.4xlarge", "x1e.8xlarge", "x1e.16xlarge", "x1e.32xlarge", "x2iezn.2xlarge", "x2iezn.4xlarge", "x2iezn.6xlarge", "x2iezn.8xlarge", "x2iezn.12xlarge", "x2iezn.metal", "x2gd.medium", "x2gd.large", "x2gd.xlarge", "x2gd.2xlarge", "x2gd.4xlarge", "x2gd.8xlarge", "x2gd.12xlarge", "x2gd.16xlarge", "x2gd.metal", "z1d.large", "z1d.xlarge", "z1d.2xlarge", "z1d.3xlarge", "z1d.6xlarge", "z1d.12xlarge", "z1d.metal", "x2idn.16xlarge", "x2idn.24xlarge", "x2idn.32xlarge", "x2iedn.xlarge", "x2iedn.2xlarge", "x2iedn.4xlarge", "x2iedn.8xlarge", "x2iedn.16xlarge", "x2iedn.24xlarge", "x2iedn.32xlarge", "c6a.large", "c6a.xlarge", "c6a.2xlarge", "c6a.4xlarge", "c6a.8xlarge", "c6a.12xlarge", "c6a.16xlarge", "c6a.24xlarge", "c6a.32xlarge", "c6a.48xlarge", "c6a.metal", "m6a.metal", "i4i.large", "i4i.xlarge", "i4i.2xlarge", "i4i.4xlarge", "i4i.8xlarge", "i4i.16xlarge", "i4i.32xlarge", "i4i.metal", "x2idn.metal", "x2iedn.metal", "c7g.medium", "c7g.large", "c7g.xlarge", "c7g.2xlarge", "c7g.4xlarge", "c7g.8xlarge", "c7g.12xlarge", "c7g.16xlarge", "mac2.metal", "c6id.large", "c6id.xlarge", "c6id.2xlarge", "c6id.4xlarge", "c6id.8xlarge", "c6id.12xlarge", "c6id.16xlarge", "c6id.24xlarge", "c6id.32xlarge", "c6id.metal", "m6id.large", "m6id.xlarge", "m6id.2xlarge", "m6id.4xlarge", "m6id.8xlarge", "m6id.12xlarge", "m6id.16xlarge", "m6id.24xlarge", "m6id.32xlarge", "m6id.metal", "r6id.large", "r6id.xlarge", "r6id.2xlarge", "r6id.4xlarge", "r6id.8xlarge", "r6id.12xlarge", "r6id.16xlarge", "r6id.24xlarge", "r6id.32xlarge", "r6id.metal", "r6a.large", "r6a.xlarge", "r6a.2xlarge", "r6a.4xlarge", "r6a.8xlarge", "r6a.12xlarge", "r6a.16xlarge", "r6a.24xlarge", "r6a.32xlarge", "r6a.48xlarge", "r6a.metal", "p4de.24xlarge", "u-3tb1.56xlarge", "u-18tb1.112xlarge", "u-24tb1.112xlarge", "trn1.2xlarge", "trn1.32xlarge", "hpc6id.32xlarge", "c6in.large", "c6in.xlarge", "c6in.2xlarge", "c6in.4xlarge", "c6in.8xlarge", "c6in.12xlarge", "c6in.16xlarge", "c6in.24xlarge", "c6in.32xlarge", "m6in.large", "m6in.xlarge", "m6in.2xlarge", "m6in.4xlarge", "m6in.8xlarge", "m6in.12xlarge", "m6in.16xlarge", "m6in.24xlarge", "m6in.32xlarge", "m6idn.large", "m6idn.xlarge", "m6idn.2xlarge", "m6idn.4xlarge", "m6idn.8xlarge", "m6idn.12xlarge", "m6idn.16xlarge", "m6idn.24xlarge", "m6idn.32xlarge", "r6in.large", "r6in.xlarge", "r6in.2xlarge", "r6in.4xlarge", "r6in.8xlarge", "r6in.12xlarge", "r6in.16xlarge", "r6in.24xlarge", "r6in.32xlarge", "r6idn.large", "r6idn.xlarge", "r6idn.2xlarge", "r6idn.4xlarge", "r6idn.8xlarge", "r6idn.12xlarge", "r6idn.16xlarge", "r6idn.24xlarge", "r6idn.32xlarge", "c7g.metal", "m7g.medium", "m7g.large", "m7g.xlarge", "m7g.2xlarge", "m7g.4xlarge", "m7g.8xlarge", "m7g.12xlarge", "m7g.16xlarge", "m7g.metal", "r7g.medium", "r7g.large", "r7g.xlarge", "r7g.2xlarge", "r7g.4xlarge", "r7g.8xlarge", "r7g.12xlarge", "r7g.16xlarge", "r7g.metal", "c6in.metal", "m6in.metal", "m6idn.metal", "r6in.metal", "r6idn.metal", "inf2.xlarge", "inf2.8xlarge", "inf2.24xlarge", "inf2.48xlarge", "trn1n.32xlarge", "i4g.large", "i4g.xlarge", "i4g.2xlarge", "i4g.4xlarge", "i4g.8xlarge", "i4g.16xlarge", "hpc7g.4xlarge", "hpc7g.8xlarge", "hpc7g.16xlarge", "c7gn.medium", "c7gn.large", "c7gn.xlarge", "c7gn.2xlarge", "c7gn.4xlarge", "c7gn.8xlarge", "c7gn.12xlarge", "c7gn.16xlarge", "p5.48xlarge", "m7i.large", "m7i.xlarge", "m7i.2xlarge", "m7i.4xlarge", "m7i.8xlarge", "m7i.12xlarge", "m7i.16xlarge", "m7i.24xlarge", "m7i.48xlarge", "m7i-flex.large", "m7i-flex.xlarge", "m7i-flex.2xlarge", "m7i-flex.4xlarge", "m7i-flex.8xlarge", "m7a.medium", "m7a.large", "m7a.xlarge", "m7a.2xlarge", "m7a.4xlarge", "m7a.8xlarge", "m7a.12xlarge", "m7a.16xlarge", "m7a.24xlarge", "m7a.32xlarge", "m7a.48xlarge", "m7a.metal-48xl", "hpc7a.12xlarge", "hpc7a.24xlarge", "hpc7a.48xlarge", "hpc7a.96xlarge", "c7gd.medium", "c7gd.large", "c7gd.xlarge", "c7gd.2xlarge", "c7gd.4xlarge", "c7gd.8xlarge", "c7gd.12xlarge", "c7gd.16xlarge", "m7gd.medium", "m7gd.large", "m7gd.xlarge", "m7gd.2xlarge", "m7gd.4xlarge", "m7gd.8xlarge", "m7gd.12xlarge", "m7gd.16xlarge", "r7gd.medium", "r7gd.large", "r7gd.xlarge", "r7gd.2xlarge", "r7gd.4xlarge", "r7gd.8xlarge", "r7gd.12xlarge", "r7gd.16xlarge", "r7a.medium", "r7a.large", "r7a.xlarge", "r7a.2xlarge", "r7a.4xlarge", "r7a.8xlarge", "r7a.12xlarge", "r7a.16xlarge", "r7a.24xlarge", "r7a.32xlarge", "r7a.48xlarge", "c7i.large", "c7i.xlarge", "c7i.2xlarge", "c7i.4xlarge", "c7i.8xlarge", "c7i.12xlarge", "c7i.16xlarge", "c7i.24xlarge", "c7i.48xlarge", "mac2-m2pro.metal", "r7iz.large", "r7iz.xlarge", "r7iz.2xlarge", "r7iz.4xlarge", "r7iz.8xlarge", "r7iz.12xlarge", "r7iz.16xlarge", "r7iz.32xlarge"
|
5131
|
-
# resp.fleet_capacity_reservations[0].instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise", "RHEL with SQL Server Standard", "RHEL with SQL Server Enterprise", "RHEL with SQL Server Web", "RHEL with HA", "RHEL with HA and SQL Server Standard", "RHEL with HA and SQL Server Enterprise"
|
5131
|
+
# resp.fleet_capacity_reservations[0].instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise", "RHEL with SQL Server Standard", "RHEL with SQL Server Enterprise", "RHEL with SQL Server Web", "RHEL with HA", "RHEL with HA and SQL Server Standard", "RHEL with HA and SQL Server Enterprise", "Ubuntu Pro"
|
5132
5132
|
# resp.fleet_capacity_reservations[0].availability_zone #=> String
|
5133
5133
|
# resp.fleet_capacity_reservations[0].total_instance_count #=> Integer
|
5134
5134
|
# resp.fleet_capacity_reservations[0].fulfilled_capacity #=> Float
|
@@ -19920,7 +19920,7 @@ module Aws::EC2
|
|
19920
19920
|
# resp.capacity_reservation_fleets[0].instance_type_specifications[0].capacity_reservation_id #=> String
|
19921
19921
|
# resp.capacity_reservation_fleets[0].instance_type_specifications[0].availability_zone_id #=> String
|
19922
19922
|
# resp.capacity_reservation_fleets[0].instance_type_specifications[0].instance_type #=> String, one of "a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", "c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", "c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", "c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge", "c5.9xlarge", "c5.12xlarge", "c5.18xlarge", "c5.24xlarge", "c5.metal", "c5a.large", "c5a.xlarge", "c5a.2xlarge", "c5a.4xlarge", "c5a.8xlarge", "c5a.12xlarge", "c5a.16xlarge", "c5a.24xlarge", "c5ad.large", "c5ad.xlarge", "c5ad.2xlarge", "c5ad.4xlarge", "c5ad.8xlarge", "c5ad.12xlarge", "c5ad.16xlarge", "c5ad.24xlarge", "c5d.large", "c5d.xlarge", "c5d.2xlarge", "c5d.4xlarge", "c5d.9xlarge", "c5d.12xlarge", "c5d.18xlarge", "c5d.24xlarge", "c5d.metal", "c5n.large", "c5n.xlarge", "c5n.2xlarge", "c5n.4xlarge", "c5n.9xlarge", "c5n.18xlarge", "c5n.metal", "c6g.medium", "c6g.large", "c6g.xlarge", "c6g.2xlarge", "c6g.4xlarge", "c6g.8xlarge", "c6g.12xlarge", "c6g.16xlarge", "c6g.metal", "c6gd.medium", "c6gd.large", "c6gd.xlarge", "c6gd.2xlarge", "c6gd.4xlarge", "c6gd.8xlarge", "c6gd.12xlarge", "c6gd.16xlarge", "c6gd.metal", "c6gn.medium", "c6gn.large", "c6gn.xlarge", "c6gn.2xlarge", "c6gn.4xlarge", "c6gn.8xlarge", "c6gn.12xlarge", "c6gn.16xlarge", "c6i.large", "c6i.xlarge", "c6i.2xlarge", "c6i.4xlarge", "c6i.8xlarge", "c6i.12xlarge", "c6i.16xlarge", "c6i.24xlarge", "c6i.32xlarge", "c6i.metal", "cc1.4xlarge", "cc2.8xlarge", "cg1.4xlarge", "cr1.8xlarge", "d2.xlarge", "d2.2xlarge", "d2.4xlarge", "d2.8xlarge", "d3.xlarge", "d3.2xlarge", "d3.4xlarge", "d3.8xlarge", "d3en.xlarge", "d3en.2xlarge", "d3en.4xlarge", "d3en.6xlarge", "d3en.8xlarge", "d3en.12xlarge", "dl1.24xlarge", "f1.2xlarge", "f1.4xlarge", "f1.16xlarge", "g2.2xlarge", "g2.8xlarge", "g3.4xlarge", "g3.8xlarge", "g3.16xlarge", "g3s.xlarge", "g4ad.xlarge", "g4ad.2xlarge", "g4ad.4xlarge", "g4ad.8xlarge", "g4ad.16xlarge", "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge", "g4dn.metal", "g5.xlarge", "g5.2xlarge", "g5.4xlarge", "g5.8xlarge", "g5.12xlarge", "g5.16xlarge", "g5.24xlarge", "g5.48xlarge", "g5g.xlarge", "g5g.2xlarge", "g5g.4xlarge", "g5g.8xlarge", "g5g.16xlarge", "g5g.metal", "hi1.4xlarge", "hpc6a.48xlarge", "hs1.8xlarge", "h1.2xlarge", "h1.4xlarge", "h1.8xlarge", "h1.16xlarge", "i2.xlarge", "i2.2xlarge", "i2.4xlarge", "i2.8xlarge", "i3.large", "i3.xlarge", "i3.2xlarge", "i3.4xlarge", "i3.8xlarge", "i3.16xlarge", "i3.metal", "i3en.large", "i3en.xlarge", "i3en.2xlarge", "i3en.3xlarge", "i3en.6xlarge", "i3en.12xlarge", "i3en.24xlarge", "i3en.metal", "im4gn.large", "im4gn.xlarge", "im4gn.2xlarge", "im4gn.4xlarge", "im4gn.8xlarge", "im4gn.16xlarge", "inf1.xlarge", "inf1.2xlarge", "inf1.6xlarge", "inf1.24xlarge", "is4gen.medium", "is4gen.large", "is4gen.xlarge", "is4gen.2xlarge", "is4gen.4xlarge", "is4gen.8xlarge", "m1.small", "m1.medium", "m1.large", "m1.xlarge", "m2.xlarge", "m2.2xlarge", "m2.4xlarge", "m3.medium", "m3.large", "m3.xlarge", "m3.2xlarge", "m4.large", "m4.xlarge", "m4.2xlarge", "m4.4xlarge", "m4.10xlarge", "m4.16xlarge", "m5.large", "m5.xlarge", "m5.2xlarge", "m5.4xlarge", "m5.8xlarge", "m5.12xlarge", "m5.16xlarge", "m5.24xlarge", "m5.metal", "m5a.large", "m5a.xlarge", "m5a.2xlarge", "m5a.4xlarge", "m5a.8xlarge", "m5a.12xlarge", "m5a.16xlarge", "m5a.24xlarge", "m5ad.large", "m5ad.xlarge", "m5ad.2xlarge", "m5ad.4xlarge", "m5ad.8xlarge", "m5ad.12xlarge", "m5ad.16xlarge", "m5ad.24xlarge", "m5d.large", "m5d.xlarge", "m5d.2xlarge", "m5d.4xlarge", "m5d.8xlarge", "m5d.12xlarge", "m5d.16xlarge", "m5d.24xlarge", "m5d.metal", "m5dn.large", "m5dn.xlarge", "m5dn.2xlarge", "m5dn.4xlarge", "m5dn.8xlarge", "m5dn.12xlarge", "m5dn.16xlarge", "m5dn.24xlarge", "m5dn.metal", "m5n.large", "m5n.xlarge", "m5n.2xlarge", "m5n.4xlarge", "m5n.8xlarge", "m5n.12xlarge", "m5n.16xlarge", "m5n.24xlarge", "m5n.metal", "m5zn.large", "m5zn.xlarge", "m5zn.2xlarge", "m5zn.3xlarge", "m5zn.6xlarge", "m5zn.12xlarge", "m5zn.metal", "m6a.large", "m6a.xlarge", "m6a.2xlarge", "m6a.4xlarge", "m6a.8xlarge", "m6a.12xlarge", "m6a.16xlarge", "m6a.24xlarge", "m6a.32xlarge", "m6a.48xlarge", "m6g.metal", "m6g.medium", "m6g.large", "m6g.xlarge", "m6g.2xlarge", "m6g.4xlarge", "m6g.8xlarge", "m6g.12xlarge", "m6g.16xlarge", "m6gd.metal", "m6gd.medium", "m6gd.large", "m6gd.xlarge", "m6gd.2xlarge", "m6gd.4xlarge", "m6gd.8xlarge", "m6gd.12xlarge", "m6gd.16xlarge", "m6i.large", "m6i.xlarge", "m6i.2xlarge", "m6i.4xlarge", "m6i.8xlarge", "m6i.12xlarge", "m6i.16xlarge", "m6i.24xlarge", "m6i.32xlarge", "m6i.metal", "mac1.metal", "p2.xlarge", "p2.8xlarge", "p2.16xlarge", "p3.2xlarge", "p3.8xlarge", "p3.16xlarge", "p3dn.24xlarge", "p4d.24xlarge", "r3.large", "r3.xlarge", "r3.2xlarge", "r3.4xlarge", "r3.8xlarge", "r4.large", "r4.xlarge", "r4.2xlarge", "r4.4xlarge", "r4.8xlarge", "r4.16xlarge", "r5.large", "r5.xlarge", "r5.2xlarge", "r5.4xlarge", "r5.8xlarge", "r5.12xlarge", "r5.16xlarge", "r5.24xlarge", "r5.metal", "r5a.large", "r5a.xlarge", "r5a.2xlarge", "r5a.4xlarge", "r5a.8xlarge", "r5a.12xlarge", "r5a.16xlarge", "r5a.24xlarge", "r5ad.large", "r5ad.xlarge", "r5ad.2xlarge", "r5ad.4xlarge", "r5ad.8xlarge", "r5ad.12xlarge", "r5ad.16xlarge", "r5ad.24xlarge", "r5b.large", "r5b.xlarge", "r5b.2xlarge", "r5b.4xlarge", "r5b.8xlarge", "r5b.12xlarge", "r5b.16xlarge", "r5b.24xlarge", "r5b.metal", "r5d.large", "r5d.xlarge", "r5d.2xlarge", "r5d.4xlarge", "r5d.8xlarge", "r5d.12xlarge", "r5d.16xlarge", "r5d.24xlarge", "r5d.metal", "r5dn.large", "r5dn.xlarge", "r5dn.2xlarge", "r5dn.4xlarge", "r5dn.8xlarge", "r5dn.12xlarge", "r5dn.16xlarge", "r5dn.24xlarge", "r5dn.metal", "r5n.large", "r5n.xlarge", "r5n.2xlarge", "r5n.4xlarge", "r5n.8xlarge", "r5n.12xlarge", "r5n.16xlarge", "r5n.24xlarge", "r5n.metal", "r6g.medium", "r6g.large", "r6g.xlarge", "r6g.2xlarge", "r6g.4xlarge", "r6g.8xlarge", "r6g.12xlarge", "r6g.16xlarge", "r6g.metal", "r6gd.medium", "r6gd.large", "r6gd.xlarge", "r6gd.2xlarge", "r6gd.4xlarge", "r6gd.8xlarge", "r6gd.12xlarge", "r6gd.16xlarge", "r6gd.metal", "r6i.large", "r6i.xlarge", "r6i.2xlarge", "r6i.4xlarge", "r6i.8xlarge", "r6i.12xlarge", "r6i.16xlarge", "r6i.24xlarge", "r6i.32xlarge", "r6i.metal", "t1.micro", "t2.nano", "t2.micro", "t2.small", "t2.medium", "t2.large", "t2.xlarge", "t2.2xlarge", "t3.nano", "t3.micro", "t3.small", "t3.medium", "t3.large", "t3.xlarge", "t3.2xlarge", "t3a.nano", "t3a.micro", "t3a.small", "t3a.medium", "t3a.large", "t3a.xlarge", "t3a.2xlarge", "t4g.nano", "t4g.micro", "t4g.small", "t4g.medium", "t4g.large", "t4g.xlarge", "t4g.2xlarge", "u-6tb1.56xlarge", "u-6tb1.112xlarge", "u-9tb1.112xlarge", "u-12tb1.112xlarge", "u-6tb1.metal", "u-9tb1.metal", "u-12tb1.metal", "u-18tb1.metal", "u-24tb1.metal", "vt1.3xlarge", "vt1.6xlarge", "vt1.24xlarge", "x1.16xlarge", "x1.32xlarge", "x1e.xlarge", "x1e.2xlarge", "x1e.4xlarge", "x1e.8xlarge", "x1e.16xlarge", "x1e.32xlarge", "x2iezn.2xlarge", "x2iezn.4xlarge", "x2iezn.6xlarge", "x2iezn.8xlarge", "x2iezn.12xlarge", "x2iezn.metal", "x2gd.medium", "x2gd.large", "x2gd.xlarge", "x2gd.2xlarge", "x2gd.4xlarge", "x2gd.8xlarge", "x2gd.12xlarge", "x2gd.16xlarge", "x2gd.metal", "z1d.large", "z1d.xlarge", "z1d.2xlarge", "z1d.3xlarge", "z1d.6xlarge", "z1d.12xlarge", "z1d.metal", "x2idn.16xlarge", "x2idn.24xlarge", "x2idn.32xlarge", "x2iedn.xlarge", "x2iedn.2xlarge", "x2iedn.4xlarge", "x2iedn.8xlarge", "x2iedn.16xlarge", "x2iedn.24xlarge", "x2iedn.32xlarge", "c6a.large", "c6a.xlarge", "c6a.2xlarge", "c6a.4xlarge", "c6a.8xlarge", "c6a.12xlarge", "c6a.16xlarge", "c6a.24xlarge", "c6a.32xlarge", "c6a.48xlarge", "c6a.metal", "m6a.metal", "i4i.large", "i4i.xlarge", "i4i.2xlarge", "i4i.4xlarge", "i4i.8xlarge", "i4i.16xlarge", "i4i.32xlarge", "i4i.metal", "x2idn.metal", "x2iedn.metal", "c7g.medium", "c7g.large", "c7g.xlarge", "c7g.2xlarge", "c7g.4xlarge", "c7g.8xlarge", "c7g.12xlarge", "c7g.16xlarge", "mac2.metal", "c6id.large", "c6id.xlarge", "c6id.2xlarge", "c6id.4xlarge", "c6id.8xlarge", "c6id.12xlarge", "c6id.16xlarge", "c6id.24xlarge", "c6id.32xlarge", "c6id.metal", "m6id.large", "m6id.xlarge", "m6id.2xlarge", "m6id.4xlarge", "m6id.8xlarge", "m6id.12xlarge", "m6id.16xlarge", "m6id.24xlarge", "m6id.32xlarge", "m6id.metal", "r6id.large", "r6id.xlarge", "r6id.2xlarge", "r6id.4xlarge", "r6id.8xlarge", "r6id.12xlarge", "r6id.16xlarge", "r6id.24xlarge", "r6id.32xlarge", "r6id.metal", "r6a.large", "r6a.xlarge", "r6a.2xlarge", "r6a.4xlarge", "r6a.8xlarge", "r6a.12xlarge", "r6a.16xlarge", "r6a.24xlarge", "r6a.32xlarge", "r6a.48xlarge", "r6a.metal", "p4de.24xlarge", "u-3tb1.56xlarge", "u-18tb1.112xlarge", "u-24tb1.112xlarge", "trn1.2xlarge", "trn1.32xlarge", "hpc6id.32xlarge", "c6in.large", "c6in.xlarge", "c6in.2xlarge", "c6in.4xlarge", "c6in.8xlarge", "c6in.12xlarge", "c6in.16xlarge", "c6in.24xlarge", "c6in.32xlarge", "m6in.large", "m6in.xlarge", "m6in.2xlarge", "m6in.4xlarge", "m6in.8xlarge", "m6in.12xlarge", "m6in.16xlarge", "m6in.24xlarge", "m6in.32xlarge", "m6idn.large", "m6idn.xlarge", "m6idn.2xlarge", "m6idn.4xlarge", "m6idn.8xlarge", "m6idn.12xlarge", "m6idn.16xlarge", "m6idn.24xlarge", "m6idn.32xlarge", "r6in.large", "r6in.xlarge", "r6in.2xlarge", "r6in.4xlarge", "r6in.8xlarge", "r6in.12xlarge", "r6in.16xlarge", "r6in.24xlarge", "r6in.32xlarge", "r6idn.large", "r6idn.xlarge", "r6idn.2xlarge", "r6idn.4xlarge", "r6idn.8xlarge", "r6idn.12xlarge", "r6idn.16xlarge", "r6idn.24xlarge", "r6idn.32xlarge", "c7g.metal", "m7g.medium", "m7g.large", "m7g.xlarge", "m7g.2xlarge", "m7g.4xlarge", "m7g.8xlarge", "m7g.12xlarge", "m7g.16xlarge", "m7g.metal", "r7g.medium", "r7g.large", "r7g.xlarge", "r7g.2xlarge", "r7g.4xlarge", "r7g.8xlarge", "r7g.12xlarge", "r7g.16xlarge", "r7g.metal", "c6in.metal", "m6in.metal", "m6idn.metal", "r6in.metal", "r6idn.metal", "inf2.xlarge", "inf2.8xlarge", "inf2.24xlarge", "inf2.48xlarge", "trn1n.32xlarge", "i4g.large", "i4g.xlarge", "i4g.2xlarge", "i4g.4xlarge", "i4g.8xlarge", "i4g.16xlarge", "hpc7g.4xlarge", "hpc7g.8xlarge", "hpc7g.16xlarge", "c7gn.medium", "c7gn.large", "c7gn.xlarge", "c7gn.2xlarge", "c7gn.4xlarge", "c7gn.8xlarge", "c7gn.12xlarge", "c7gn.16xlarge", "p5.48xlarge", "m7i.large", "m7i.xlarge", "m7i.2xlarge", "m7i.4xlarge", "m7i.8xlarge", "m7i.12xlarge", "m7i.16xlarge", "m7i.24xlarge", "m7i.48xlarge", "m7i-flex.large", "m7i-flex.xlarge", "m7i-flex.2xlarge", "m7i-flex.4xlarge", "m7i-flex.8xlarge", "m7a.medium", "m7a.large", "m7a.xlarge", "m7a.2xlarge", "m7a.4xlarge", "m7a.8xlarge", "m7a.12xlarge", "m7a.16xlarge", "m7a.24xlarge", "m7a.32xlarge", "m7a.48xlarge", "m7a.metal-48xl", "hpc7a.12xlarge", "hpc7a.24xlarge", "hpc7a.48xlarge", "hpc7a.96xlarge", "c7gd.medium", "c7gd.large", "c7gd.xlarge", "c7gd.2xlarge", "c7gd.4xlarge", "c7gd.8xlarge", "c7gd.12xlarge", "c7gd.16xlarge", "m7gd.medium", "m7gd.large", "m7gd.xlarge", "m7gd.2xlarge", "m7gd.4xlarge", "m7gd.8xlarge", "m7gd.12xlarge", "m7gd.16xlarge", "r7gd.medium", "r7gd.large", "r7gd.xlarge", "r7gd.2xlarge", "r7gd.4xlarge", "r7gd.8xlarge", "r7gd.12xlarge", "r7gd.16xlarge", "r7a.medium", "r7a.large", "r7a.xlarge", "r7a.2xlarge", "r7a.4xlarge", "r7a.8xlarge", "r7a.12xlarge", "r7a.16xlarge", "r7a.24xlarge", "r7a.32xlarge", "r7a.48xlarge", "c7i.large", "c7i.xlarge", "c7i.2xlarge", "c7i.4xlarge", "c7i.8xlarge", "c7i.12xlarge", "c7i.16xlarge", "c7i.24xlarge", "c7i.48xlarge", "mac2-m2pro.metal", "r7iz.large", "r7iz.xlarge", "r7iz.2xlarge", "r7iz.4xlarge", "r7iz.8xlarge", "r7iz.12xlarge", "r7iz.16xlarge", "r7iz.32xlarge"
|
19923
|
-
# resp.capacity_reservation_fleets[0].instance_type_specifications[0].instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise", "RHEL with SQL Server Standard", "RHEL with SQL Server Enterprise", "RHEL with SQL Server Web", "RHEL with HA", "RHEL with HA and SQL Server Standard", "RHEL with HA and SQL Server Enterprise"
|
19923
|
+
# resp.capacity_reservation_fleets[0].instance_type_specifications[0].instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise", "RHEL with SQL Server Standard", "RHEL with SQL Server Enterprise", "RHEL with SQL Server Web", "RHEL with HA", "RHEL with HA and SQL Server Standard", "RHEL with HA and SQL Server Enterprise", "Ubuntu Pro"
|
19924
19924
|
# resp.capacity_reservation_fleets[0].instance_type_specifications[0].availability_zone #=> String
|
19925
19925
|
# resp.capacity_reservation_fleets[0].instance_type_specifications[0].total_instance_count #=> Integer
|
19926
19926
|
# resp.capacity_reservation_fleets[0].instance_type_specifications[0].fulfilled_capacity #=> Float
|
@@ -20082,7 +20082,7 @@ module Aws::EC2
|
|
20082
20082
|
# resp.capacity_reservations[0].capacity_reservation_arn #=> String
|
20083
20083
|
# resp.capacity_reservations[0].availability_zone_id #=> String
|
20084
20084
|
# resp.capacity_reservations[0].instance_type #=> String
|
20085
|
-
# resp.capacity_reservations[0].instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise", "RHEL with SQL Server Standard", "RHEL with SQL Server Enterprise", "RHEL with SQL Server Web", "RHEL with HA", "RHEL with HA and SQL Server Standard", "RHEL with HA and SQL Server Enterprise"
|
20085
|
+
# resp.capacity_reservations[0].instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise", "RHEL with SQL Server Standard", "RHEL with SQL Server Enterprise", "RHEL with SQL Server Web", "RHEL with HA", "RHEL with HA and SQL Server Standard", "RHEL with HA and SQL Server Enterprise", "Ubuntu Pro"
|
20086
20086
|
# resp.capacity_reservations[0].availability_zone #=> String
|
20087
20087
|
# resp.capacity_reservations[0].tenancy #=> String, one of "default", "dedicated"
|
20088
20088
|
# resp.capacity_reservations[0].total_instance_count #=> Integer
|
@@ -23048,6 +23048,10 @@ module Aws::EC2
|
|
23048
23048
|
# * `root-device-type` - The type of the root device volume (`ebs` \|
|
23049
23049
|
# `instance-store`).
|
23050
23050
|
#
|
23051
|
+
# * `source-instance-id` - The ID of the instance that the AMI was
|
23052
|
+
# created from if the AMI was created using CreateImage. This filter
|
23053
|
+
# is applicable only if the AMI was created using [CreateImage][1].
|
23054
|
+
#
|
23051
23055
|
# * `state` - The state of the image (`available` \| `pending` \|
|
23052
23056
|
# `failed`).
|
23053
23057
|
#
|
@@ -23071,6 +23075,10 @@ module Aws::EC2
|
|
23071
23075
|
# * `virtualization-type` - The virtualization type (`paravirtual` \|
|
23072
23076
|
# `hvm`).
|
23073
23077
|
#
|
23078
|
+
#
|
23079
|
+
#
|
23080
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html
|
23081
|
+
#
|
23074
23082
|
# @option params [Array<String>] :image_ids
|
23075
23083
|
# The image IDs.
|
23076
23084
|
#
|
@@ -23093,6 +23101,11 @@ module Aws::EC2
|
|
23093
23101
|
#
|
23094
23102
|
# </note>
|
23095
23103
|
#
|
23104
|
+
# @option params [Boolean] :include_disabled
|
23105
|
+
# Specifies whether to include disabled AMIs.
|
23106
|
+
#
|
23107
|
+
# Default: No disabled AMIs are included in the response.
|
23108
|
+
#
|
23096
23109
|
# @option params [Boolean] :dry_run
|
23097
23110
|
# Checks whether you have the required permissions for the action,
|
23098
23111
|
# without actually making the request, and provides an error response.
|
@@ -23176,6 +23189,7 @@ module Aws::EC2
|
|
23176
23189
|
# image_ids: ["ImageId"],
|
23177
23190
|
# owners: ["String"],
|
23178
23191
|
# include_deprecated: false,
|
23192
|
+
# include_disabled: false,
|
23179
23193
|
# dry_run: false,
|
23180
23194
|
# max_results: 1,
|
23181
23195
|
# next_token: "String",
|
@@ -23199,7 +23213,7 @@ module Aws::EC2
|
|
23199
23213
|
# resp.images[0].product_codes[0].product_code_id #=> String
|
23200
23214
|
# resp.images[0].product_codes[0].product_code_type #=> String, one of "devpay", "marketplace"
|
23201
23215
|
# resp.images[0].ramdisk_id #=> String
|
23202
|
-
# resp.images[0].state #=> String, one of "pending", "available", "invalid", "deregistered", "transient", "failed", "error"
|
23216
|
+
# resp.images[0].state #=> String, one of "pending", "available", "invalid", "deregistered", "transient", "failed", "error", "disabled"
|
23203
23217
|
# resp.images[0].block_device_mappings #=> Array
|
23204
23218
|
# resp.images[0].block_device_mappings[0].device_name #=> String
|
23205
23219
|
# resp.images[0].block_device_mappings[0].virtual_name #=> String
|
@@ -23231,6 +23245,7 @@ module Aws::EC2
|
|
23231
23245
|
# resp.images[0].tpm_support #=> String, one of "v2.0"
|
23232
23246
|
# resp.images[0].deprecation_time #=> String
|
23233
23247
|
# resp.images[0].imds_support #=> String, one of "v2.0"
|
23248
|
+
# resp.images[0].source_instance_id #=> String
|
23234
23249
|
# resp.next_token #=> String
|
23235
23250
|
#
|
23236
23251
|
#
|
@@ -32743,6 +32758,12 @@ module Aws::EC2
|
|
32743
32758
|
# * `bucket` - Returns task information for tasks that targeted a
|
32744
32759
|
# specific bucket. For the filter value, specify the bucket name.
|
32745
32760
|
#
|
32761
|
+
# <note markdown="1"> When you specify the `ImageIds` parameter, any filters that you
|
32762
|
+
# specify are ignored. To use the filters, you must remove the
|
32763
|
+
# `ImageIds` parameter.
|
32764
|
+
#
|
32765
|
+
# </note>
|
32766
|
+
#
|
32746
32767
|
# @option params [String] :next_token
|
32747
32768
|
# The token returned from a previous paginated request. Pagination
|
32748
32769
|
# continues from the end of the items returned by the previous request.
|
@@ -32752,7 +32773,7 @@ module Aws::EC2
|
|
32752
32773
|
# next page of items, make another request with the token returned in
|
32753
32774
|
# the output. For more information, see [Pagination][1].
|
32754
32775
|
#
|
32755
|
-
# You cannot specify this parameter and the `
|
32776
|
+
# You cannot specify this parameter and the `ImageIds` parameter in the
|
32756
32777
|
# same call.
|
32757
32778
|
#
|
32758
32779
|
#
|
@@ -37432,6 +37453,63 @@ module Aws::EC2
|
|
37432
37453
|
req.send_request(options)
|
37433
37454
|
end
|
37434
37455
|
|
37456
|
+
# Sets the AMI state to `disabled` and removes all launch permissions
|
37457
|
+
# from the AMI. A disabled AMI can't be used for instance launches.
|
37458
|
+
#
|
37459
|
+
# A disabled AMI can't be shared. If a public or shared AMI was
|
37460
|
+
# previously shared, it is made private. If an AMI was shared with an
|
37461
|
+
# Amazon Web Services account, organization, or Organizational Unit,
|
37462
|
+
# they lose access to the disabled AMI.
|
37463
|
+
#
|
37464
|
+
# A disabled AMI does not appear in [DescribeImages][1] API calls by
|
37465
|
+
# default.
|
37466
|
+
#
|
37467
|
+
# Only the AMI owner can disable an AMI.
|
37468
|
+
#
|
37469
|
+
# You can re-enable a disabled AMI using [EnableImage][2].
|
37470
|
+
#
|
37471
|
+
# For more information, see [Disable an AMI][3] in the *Amazon EC2 User
|
37472
|
+
# Guide*.
|
37473
|
+
#
|
37474
|
+
#
|
37475
|
+
#
|
37476
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html
|
37477
|
+
# [2]: http://amazonaws.com/AWSEC2/latest/APIReference/API_EnableImage.html
|
37478
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/disable-an-ami.html
|
37479
|
+
#
|
37480
|
+
# @option params [required, String] :image_id
|
37481
|
+
# The ID of the AMI.
|
37482
|
+
#
|
37483
|
+
# @option params [Boolean] :dry_run
|
37484
|
+
# Checks whether you have the required permissions for the action,
|
37485
|
+
# without actually making the request, and provides an error response.
|
37486
|
+
# If you have the required permissions, the error response is
|
37487
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
37488
|
+
#
|
37489
|
+
# @return [Types::DisableImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
37490
|
+
#
|
37491
|
+
# * {Types::DisableImageResult#return #return} => Boolean
|
37492
|
+
#
|
37493
|
+
# @example Request syntax with placeholder values
|
37494
|
+
#
|
37495
|
+
# resp = client.disable_image({
|
37496
|
+
# image_id: "ImageId", # required
|
37497
|
+
# dry_run: false,
|
37498
|
+
# })
|
37499
|
+
#
|
37500
|
+
# @example Response structure
|
37501
|
+
#
|
37502
|
+
# resp.return #=> Boolean
|
37503
|
+
#
|
37504
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisableImage AWS API Documentation
|
37505
|
+
#
|
37506
|
+
# @overload disable_image(params = {})
|
37507
|
+
# @param [Hash] params ({})
|
37508
|
+
def disable_image(params = {}, options = {})
|
37509
|
+
req = build_request(:disable_image, params)
|
37510
|
+
req.send_request(options)
|
37511
|
+
end
|
37512
|
+
|
37435
37513
|
# Disables *block public access for AMIs* at the account level in the
|
37436
37514
|
# specified Amazon Web Services Region. This removes the *block public
|
37437
37515
|
# access* restriction from your account. With the restriction removed,
|
@@ -38814,6 +38892,55 @@ module Aws::EC2
|
|
38814
38892
|
req.send_request(options)
|
38815
38893
|
end
|
38816
38894
|
|
38895
|
+
# Re-enables a disabled AMI. The re-enabled AMI is marked as `available`
|
38896
|
+
# and can be used for instance launches, appears in describe operations,
|
38897
|
+
# and can be shared. Amazon Web Services accounts, organizations, and
|
38898
|
+
# Organizational Units that lost access to the AMI when it was disabled
|
38899
|
+
# do not regain access automatically. Once the AMI is available, it can
|
38900
|
+
# be shared with them again.
|
38901
|
+
#
|
38902
|
+
# Only the AMI owner can re-enable a disabled AMI.
|
38903
|
+
#
|
38904
|
+
# For more information, see [Disable an AMI][1] in the *Amazon EC2 User
|
38905
|
+
# Guide*.
|
38906
|
+
#
|
38907
|
+
#
|
38908
|
+
#
|
38909
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/disable-an-ami.html
|
38910
|
+
#
|
38911
|
+
# @option params [required, String] :image_id
|
38912
|
+
# The ID of the AMI.
|
38913
|
+
#
|
38914
|
+
# @option params [Boolean] :dry_run
|
38915
|
+
# Checks whether you have the required permissions for the action,
|
38916
|
+
# without actually making the request, and provides an error response.
|
38917
|
+
# If you have the required permissions, the error response is
|
38918
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
38919
|
+
#
|
38920
|
+
# @return [Types::EnableImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
38921
|
+
#
|
38922
|
+
# * {Types::EnableImageResult#return #return} => Boolean
|
38923
|
+
#
|
38924
|
+
# @example Request syntax with placeholder values
|
38925
|
+
#
|
38926
|
+
# resp = client.enable_image({
|
38927
|
+
# image_id: "ImageId", # required
|
38928
|
+
# dry_run: false,
|
38929
|
+
# })
|
38930
|
+
#
|
38931
|
+
# @example Response structure
|
38932
|
+
#
|
38933
|
+
# resp.return #=> Boolean
|
38934
|
+
#
|
38935
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EnableImage AWS API Documentation
|
38936
|
+
#
|
38937
|
+
# @overload enable_image(params = {})
|
38938
|
+
# @param [Hash] params ({})
|
38939
|
+
def enable_image(params = {}, options = {})
|
38940
|
+
req = build_request(:enable_image, params)
|
38941
|
+
req.send_request(options)
|
38942
|
+
end
|
38943
|
+
|
38817
38944
|
# Enables *block public access for AMIs* at the account level in the
|
38818
38945
|
# specified Amazon Web Services Region. This prevents the public sharing
|
38819
38946
|
# of your AMIs. However, if you already have public AMIs, they will
|
@@ -57057,7 +57184,7 @@ module Aws::EC2
|
|
57057
57184
|
params: params,
|
57058
57185
|
config: config)
|
57059
57186
|
context[:gem_name] = 'aws-sdk-ec2'
|
57060
|
-
context[:gem_version] = '1.
|
57187
|
+
context[:gem_version] = '1.413.0'
|
57061
57188
|
Seahorse::Client::Request.new(handlers, context)
|
57062
57189
|
end
|
57063
57190
|
|
@@ -1128,6 +1128,8 @@ module Aws::EC2
|
|
1128
1128
|
DisableImageBlockPublicAccessResult = Shapes::StructureShape.new(name: 'DisableImageBlockPublicAccessResult')
|
1129
1129
|
DisableImageDeprecationRequest = Shapes::StructureShape.new(name: 'DisableImageDeprecationRequest')
|
1130
1130
|
DisableImageDeprecationResult = Shapes::StructureShape.new(name: 'DisableImageDeprecationResult')
|
1131
|
+
DisableImageRequest = Shapes::StructureShape.new(name: 'DisableImageRequest')
|
1132
|
+
DisableImageResult = Shapes::StructureShape.new(name: 'DisableImageResult')
|
1131
1133
|
DisableIpamOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'DisableIpamOrganizationAdminAccountRequest')
|
1132
1134
|
DisableIpamOrganizationAdminAccountResult = Shapes::StructureShape.new(name: 'DisableIpamOrganizationAdminAccountResult')
|
1133
1135
|
DisableSerialConsoleAccessRequest = Shapes::StructureShape.new(name: 'DisableSerialConsoleAccessRequest')
|
@@ -1252,6 +1254,8 @@ module Aws::EC2
|
|
1252
1254
|
EnableImageBlockPublicAccessResult = Shapes::StructureShape.new(name: 'EnableImageBlockPublicAccessResult')
|
1253
1255
|
EnableImageDeprecationRequest = Shapes::StructureShape.new(name: 'EnableImageDeprecationRequest')
|
1254
1256
|
EnableImageDeprecationResult = Shapes::StructureShape.new(name: 'EnableImageDeprecationResult')
|
1257
|
+
EnableImageRequest = Shapes::StructureShape.new(name: 'EnableImageRequest')
|
1258
|
+
EnableImageResult = Shapes::StructureShape.new(name: 'EnableImageResult')
|
1255
1259
|
EnableIpamOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'EnableIpamOrganizationAdminAccountRequest')
|
1256
1260
|
EnableIpamOrganizationAdminAccountResult = Shapes::StructureShape.new(name: 'EnableIpamOrganizationAdminAccountResult')
|
1257
1261
|
EnableReachabilityAnalyzerOrganizationSharingRequest = Shapes::StructureShape.new(name: 'EnableReachabilityAnalyzerOrganizationSharingRequest')
|
@@ -6430,6 +6434,7 @@ module Aws::EC2
|
|
6430
6434
|
DescribeImagesRequest.add_member(:image_ids, Shapes::ShapeRef.new(shape: ImageIdStringList, location_name: "ImageId"))
|
6431
6435
|
DescribeImagesRequest.add_member(:owners, Shapes::ShapeRef.new(shape: OwnerStringList, location_name: "Owner"))
|
6432
6436
|
DescribeImagesRequest.add_member(:include_deprecated, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeDeprecated"))
|
6437
|
+
DescribeImagesRequest.add_member(:include_disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeDisabled"))
|
6433
6438
|
DescribeImagesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
6434
6439
|
DescribeImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
|
6435
6440
|
DescribeImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
@@ -7732,6 +7737,13 @@ module Aws::EC2
|
|
7732
7737
|
DisableImageDeprecationResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
7733
7738
|
DisableImageDeprecationResult.struct_class = Types::DisableImageDeprecationResult
|
7734
7739
|
|
7740
|
+
DisableImageRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, required: true, location_name: "ImageId"))
|
7741
|
+
DisableImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7742
|
+
DisableImageRequest.struct_class = Types::DisableImageRequest
|
7743
|
+
|
7744
|
+
DisableImageResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
7745
|
+
DisableImageResult.struct_class = Types::DisableImageResult
|
7746
|
+
|
7735
7747
|
DisableIpamOrganizationAdminAccountRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7736
7748
|
DisableIpamOrganizationAdminAccountRequest.add_member(:delegated_admin_account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DelegatedAdminAccountId"))
|
7737
7749
|
DisableIpamOrganizationAdminAccountRequest.struct_class = Types::DisableIpamOrganizationAdminAccountRequest
|
@@ -8146,6 +8158,13 @@ module Aws::EC2
|
|
8146
8158
|
EnableImageDeprecationResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
8147
8159
|
EnableImageDeprecationResult.struct_class = Types::EnableImageDeprecationResult
|
8148
8160
|
|
8161
|
+
EnableImageRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, required: true, location_name: "ImageId"))
|
8162
|
+
EnableImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8163
|
+
EnableImageRequest.struct_class = Types::EnableImageRequest
|
8164
|
+
|
8165
|
+
EnableImageResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
8166
|
+
EnableImageResult.struct_class = Types::EnableImageResult
|
8167
|
+
|
8149
8168
|
EnableIpamOrganizationAdminAccountRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8150
8169
|
EnableIpamOrganizationAdminAccountRequest.add_member(:delegated_admin_account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DelegatedAdminAccountId"))
|
8151
8170
|
EnableIpamOrganizationAdminAccountRequest.struct_class = Types::EnableIpamOrganizationAdminAccountRequest
|
@@ -9250,6 +9269,7 @@ module Aws::EC2
|
|
9250
9269
|
Image.add_member(:tpm_support, Shapes::ShapeRef.new(shape: TpmSupportValues, location_name: "tpmSupport"))
|
9251
9270
|
Image.add_member(:deprecation_time, Shapes::ShapeRef.new(shape: String, location_name: "deprecationTime"))
|
9252
9271
|
Image.add_member(:imds_support, Shapes::ShapeRef.new(shape: ImdsSupportValues, location_name: "imdsSupport"))
|
9272
|
+
Image.add_member(:source_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceInstanceId"))
|
9253
9273
|
Image.struct_class = Types::Image
|
9254
9274
|
|
9255
9275
|
ImageAttribute.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: BlockDeviceMappingList, location_name: "blockDeviceMapping"))
|
@@ -18726,6 +18746,14 @@ module Aws::EC2
|
|
18726
18746
|
o.output = Shapes::ShapeRef.new(shape: DisableFastSnapshotRestoresResult)
|
18727
18747
|
end)
|
18728
18748
|
|
18749
|
+
api.add_operation(:disable_image, Seahorse::Model::Operation.new.tap do |o|
|
18750
|
+
o.name = "DisableImage"
|
18751
|
+
o.http_method = "POST"
|
18752
|
+
o.http_request_uri = "/"
|
18753
|
+
o.input = Shapes::ShapeRef.new(shape: DisableImageRequest)
|
18754
|
+
o.output = Shapes::ShapeRef.new(shape: DisableImageResult)
|
18755
|
+
end)
|
18756
|
+
|
18729
18757
|
api.add_operation(:disable_image_block_public_access, Seahorse::Model::Operation.new.tap do |o|
|
18730
18758
|
o.name = "DisableImageBlockPublicAccess"
|
18731
18759
|
o.http_method = "POST"
|
@@ -18942,6 +18970,14 @@ module Aws::EC2
|
|
18942
18970
|
o.output = Shapes::ShapeRef.new(shape: EnableFastSnapshotRestoresResult)
|
18943
18971
|
end)
|
18944
18972
|
|
18973
|
+
api.add_operation(:enable_image, Seahorse::Model::Operation.new.tap do |o|
|
18974
|
+
o.name = "EnableImage"
|
18975
|
+
o.http_method = "POST"
|
18976
|
+
o.http_request_uri = "/"
|
18977
|
+
o.input = Shapes::ShapeRef.new(shape: EnableImageRequest)
|
18978
|
+
o.output = Shapes::ShapeRef.new(shape: EnableImageResult)
|
18979
|
+
end)
|
18980
|
+
|
18945
18981
|
api.add_operation(:enable_image_block_public_access, Seahorse::Model::Operation.new.tap do |o|
|
18946
18982
|
o.name = "EnableImageBlockPublicAccess"
|
18947
18983
|
o.http_method = "POST"
|
@@ -5234,6 +5234,20 @@ module Aws::EC2
|
|
5234
5234
|
end
|
5235
5235
|
end
|
5236
5236
|
|
5237
|
+
class DisableImage
|
5238
|
+
def self.build(context)
|
5239
|
+
unless context.config.regional_endpoint
|
5240
|
+
endpoint = context.config.endpoint.to_s
|
5241
|
+
end
|
5242
|
+
Aws::EC2::EndpointParameters.new(
|
5243
|
+
region: context.config.region,
|
5244
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
5245
|
+
use_fips: context.config.use_fips_endpoint,
|
5246
|
+
endpoint: endpoint,
|
5247
|
+
)
|
5248
|
+
end
|
5249
|
+
end
|
5250
|
+
|
5237
5251
|
class DisableImageBlockPublicAccess
|
5238
5252
|
def self.build(context)
|
5239
5253
|
unless context.config.regional_endpoint
|
@@ -5612,6 +5626,20 @@ module Aws::EC2
|
|
5612
5626
|
end
|
5613
5627
|
end
|
5614
5628
|
|
5629
|
+
class EnableImage
|
5630
|
+
def self.build(context)
|
5631
|
+
unless context.config.regional_endpoint
|
5632
|
+
endpoint = context.config.endpoint.to_s
|
5633
|
+
end
|
5634
|
+
Aws::EC2::EndpointParameters.new(
|
5635
|
+
region: context.config.region,
|
5636
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
5637
|
+
use_fips: context.config.use_fips_endpoint,
|
5638
|
+
endpoint: endpoint,
|
5639
|
+
)
|
5640
|
+
end
|
5641
|
+
end
|
5642
|
+
|
5615
5643
|
class EnableImageBlockPublicAccess
|
5616
5644
|
def self.build(context)
|
5617
5645
|
unless context.config.regional_endpoint
|
data/lib/aws-sdk-ec2/image.rb
CHANGED
@@ -157,7 +157,8 @@ module Aws::EC2
|
|
157
157
|
data[:ena_support]
|
158
158
|
end
|
159
159
|
|
160
|
-
# The hypervisor type of the image.
|
160
|
+
# The hypervisor type of the image. Only `xen` is supported. `ovm` is
|
161
|
+
# not supported.
|
161
162
|
# @return [String]
|
162
163
|
def hypervisor
|
163
164
|
data[:hypervisor]
|
@@ -260,6 +261,18 @@ module Aws::EC2
|
|
260
261
|
data[:imds_support]
|
261
262
|
end
|
262
263
|
|
264
|
+
# The ID of the instance that the AMI was created from if the AMI was
|
265
|
+
# created using [CreateImage][1]. This field only appears if the AMI was
|
266
|
+
# created using CreateImage.
|
267
|
+
#
|
268
|
+
#
|
269
|
+
#
|
270
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html
|
271
|
+
# @return [String]
|
272
|
+
def source_instance_id
|
273
|
+
data[:source_instance_id]
|
274
|
+
end
|
275
|
+
|
263
276
|
# @!endgroup
|
264
277
|
|
265
278
|
# @return [Client]
|
@@ -802,6 +802,8 @@ module Aws::EC2
|
|
802
802
|
Aws::EC2::Endpoints::DisableFastLaunch.build(context)
|
803
803
|
when :disable_fast_snapshot_restores
|
804
804
|
Aws::EC2::Endpoints::DisableFastSnapshotRestores.build(context)
|
805
|
+
when :disable_image
|
806
|
+
Aws::EC2::Endpoints::DisableImage.build(context)
|
805
807
|
when :disable_image_block_public_access
|
806
808
|
Aws::EC2::Endpoints::DisableImageBlockPublicAccess.build(context)
|
807
809
|
when :disable_image_deprecation
|
@@ -856,6 +858,8 @@ module Aws::EC2
|
|
856
858
|
Aws::EC2::Endpoints::EnableFastLaunch.build(context)
|
857
859
|
when :enable_fast_snapshot_restores
|
858
860
|
Aws::EC2::Endpoints::EnableFastSnapshotRestores.build(context)
|
861
|
+
when :enable_image
|
862
|
+
Aws::EC2::Endpoints::EnableImage.build(context)
|
859
863
|
when :enable_image_block_public_access
|
860
864
|
Aws::EC2::Endpoints::EnableImageBlockPublicAccess.build(context)
|
861
865
|
when :enable_image_deprecation
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
@@ -2181,6 +2181,7 @@ module Aws::EC2
|
|
2181
2181
|
# image_ids: ["ImageId"],
|
2182
2182
|
# owners: ["String"],
|
2183
2183
|
# include_deprecated: false,
|
2184
|
+
# include_disabled: false,
|
2184
2185
|
# dry_run: false,
|
2185
2186
|
# })
|
2186
2187
|
# @param [Hash] options ({})
|
@@ -2275,6 +2276,10 @@ module Aws::EC2
|
|
2275
2276
|
# * `root-device-type` - The type of the root device volume (`ebs` \|
|
2276
2277
|
# `instance-store`).
|
2277
2278
|
#
|
2279
|
+
# * `source-instance-id` - The ID of the instance that the AMI was
|
2280
|
+
# created from if the AMI was created using CreateImage. This filter
|
2281
|
+
# is applicable only if the AMI was created using [CreateImage][1].
|
2282
|
+
#
|
2278
2283
|
# * `state` - The state of the image (`available` \| `pending` \|
|
2279
2284
|
# `failed`).
|
2280
2285
|
#
|
@@ -2297,6 +2302,10 @@ module Aws::EC2
|
|
2297
2302
|
#
|
2298
2303
|
# * `virtualization-type` - The virtualization type (`paravirtual` \|
|
2299
2304
|
# `hvm`).
|
2305
|
+
#
|
2306
|
+
#
|
2307
|
+
#
|
2308
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html
|
2300
2309
|
# @option options [Array<String>] :image_ids
|
2301
2310
|
# The image IDs.
|
2302
2311
|
#
|
@@ -2316,6 +2325,10 @@ module Aws::EC2
|
|
2316
2325
|
# regardless of what you specify for this parameter.
|
2317
2326
|
#
|
2318
2327
|
# </note>
|
2328
|
+
# @option options [Boolean] :include_disabled
|
2329
|
+
# Specifies whether to include disabled AMIs.
|
2330
|
+
#
|
2331
|
+
# Default: No disabled AMIs are included in the response.
|
2319
2332
|
# @option options [Boolean] :dry_run
|
2320
2333
|
# Checks whether you have the required permissions for the action,
|
2321
2334
|
# without actually making the request, and provides an error response.
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -18598,6 +18598,10 @@ module Aws::EC2
|
|
18598
18598
|
# * `root-device-type` - The type of the root device volume (`ebs` \|
|
18599
18599
|
# `instance-store`).
|
18600
18600
|
#
|
18601
|
+
# * `source-instance-id` - The ID of the instance that the AMI was
|
18602
|
+
# created from if the AMI was created using CreateImage. This filter
|
18603
|
+
# is applicable only if the AMI was created using [CreateImage][1].
|
18604
|
+
#
|
18601
18605
|
# * `state` - The state of the image (`available` \| `pending` \|
|
18602
18606
|
# `failed`).
|
18603
18607
|
#
|
@@ -18620,6 +18624,10 @@ module Aws::EC2
|
|
18620
18624
|
#
|
18621
18625
|
# * `virtualization-type` - The virtualization type (`paravirtual` \|
|
18622
18626
|
# `hvm`).
|
18627
|
+
#
|
18628
|
+
#
|
18629
|
+
#
|
18630
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html
|
18623
18631
|
# @return [Array<Types::Filter>]
|
18624
18632
|
#
|
18625
18633
|
# @!attribute [rw] image_ids
|
@@ -18647,6 +18655,12 @@ module Aws::EC2
|
|
18647
18655
|
# </note>
|
18648
18656
|
# @return [Boolean]
|
18649
18657
|
#
|
18658
|
+
# @!attribute [rw] include_disabled
|
18659
|
+
# Specifies whether to include disabled AMIs.
|
18660
|
+
#
|
18661
|
+
# Default: No disabled AMIs are included in the response.
|
18662
|
+
# @return [Boolean]
|
18663
|
+
#
|
18650
18664
|
# @!attribute [rw] dry_run
|
18651
18665
|
# Checks whether you have the required permissions for the action,
|
18652
18666
|
# without actually making the request, and provides an error response.
|
@@ -18678,6 +18692,7 @@ module Aws::EC2
|
|
18678
18692
|
:image_ids,
|
18679
18693
|
:owners,
|
18680
18694
|
:include_deprecated,
|
18695
|
+
:include_disabled,
|
18681
18696
|
:dry_run,
|
18682
18697
|
:max_results,
|
18683
18698
|
:next_token)
|
@@ -24287,6 +24302,12 @@ module Aws::EC2
|
|
24287
24302
|
#
|
24288
24303
|
# * `bucket` - Returns task information for tasks that targeted a
|
24289
24304
|
# specific bucket. For the filter value, specify the bucket name.
|
24305
|
+
#
|
24306
|
+
# <note markdown="1"> When you specify the `ImageIds` parameter, any filters that you
|
24307
|
+
# specify are ignored. To use the filters, you must remove the
|
24308
|
+
# `ImageIds` parameter.
|
24309
|
+
#
|
24310
|
+
# </note>
|
24290
24311
|
# @return [Array<Types::Filter>]
|
24291
24312
|
#
|
24292
24313
|
# @!attribute [rw] next_token
|
@@ -24300,7 +24321,7 @@ module Aws::EC2
|
|
24300
24321
|
# next page of items, make another request with the token returned in
|
24301
24322
|
# the output. For more information, see [Pagination][1].
|
24302
24323
|
#
|
24303
|
-
# You cannot specify this parameter and the `
|
24324
|
+
# You cannot specify this parameter and the `ImageIds` parameter in
|
24304
24325
|
# the same call.
|
24305
24326
|
#
|
24306
24327
|
#
|
@@ -27952,6 +27973,39 @@ module Aws::EC2
|
|
27952
27973
|
include Aws::Structure
|
27953
27974
|
end
|
27954
27975
|
|
27976
|
+
# @!attribute [rw] image_id
|
27977
|
+
# The ID of the AMI.
|
27978
|
+
# @return [String]
|
27979
|
+
#
|
27980
|
+
# @!attribute [rw] dry_run
|
27981
|
+
# Checks whether you have the required permissions for the action,
|
27982
|
+
# without actually making the request, and provides an error response.
|
27983
|
+
# If you have the required permissions, the error response is
|
27984
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
27985
|
+
# @return [Boolean]
|
27986
|
+
#
|
27987
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisableImageRequest AWS API Documentation
|
27988
|
+
#
|
27989
|
+
class DisableImageRequest < Struct.new(
|
27990
|
+
:image_id,
|
27991
|
+
:dry_run)
|
27992
|
+
SENSITIVE = []
|
27993
|
+
include Aws::Structure
|
27994
|
+
end
|
27995
|
+
|
27996
|
+
# @!attribute [rw] return
|
27997
|
+
# Returns `true` if the request succeeds; otherwise, it returns an
|
27998
|
+
# error.
|
27999
|
+
# @return [Boolean]
|
28000
|
+
#
|
28001
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisableImageResult AWS API Documentation
|
28002
|
+
#
|
28003
|
+
class DisableImageResult < Struct.new(
|
28004
|
+
:return)
|
28005
|
+
SENSITIVE = []
|
28006
|
+
include Aws::Structure
|
28007
|
+
end
|
28008
|
+
|
27955
28009
|
# @!attribute [rw] dry_run
|
27956
28010
|
# A check for whether you have the required permissions for the action
|
27957
28011
|
# without actually making the request and provides an error response.
|
@@ -30040,6 +30094,39 @@ module Aws::EC2
|
|
30040
30094
|
include Aws::Structure
|
30041
30095
|
end
|
30042
30096
|
|
30097
|
+
# @!attribute [rw] image_id
|
30098
|
+
# The ID of the AMI.
|
30099
|
+
# @return [String]
|
30100
|
+
#
|
30101
|
+
# @!attribute [rw] dry_run
|
30102
|
+
# Checks whether you have the required permissions for the action,
|
30103
|
+
# without actually making the request, and provides an error response.
|
30104
|
+
# If you have the required permissions, the error response is
|
30105
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
30106
|
+
# @return [Boolean]
|
30107
|
+
#
|
30108
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EnableImageRequest AWS API Documentation
|
30109
|
+
#
|
30110
|
+
class EnableImageRequest < Struct.new(
|
30111
|
+
:image_id,
|
30112
|
+
:dry_run)
|
30113
|
+
SENSITIVE = []
|
30114
|
+
include Aws::Structure
|
30115
|
+
end
|
30116
|
+
|
30117
|
+
# @!attribute [rw] return
|
30118
|
+
# Returns `true` if the request succeeds; otherwise, it returns an
|
30119
|
+
# error.
|
30120
|
+
# @return [Boolean]
|
30121
|
+
#
|
30122
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EnableImageResult AWS API Documentation
|
30123
|
+
#
|
30124
|
+
class EnableImageResult < Struct.new(
|
30125
|
+
:return)
|
30126
|
+
SENSITIVE = []
|
30127
|
+
include Aws::Structure
|
30128
|
+
end
|
30129
|
+
|
30043
30130
|
# @!attribute [rw] dry_run
|
30044
30131
|
# A check for whether you have the required permissions for the action
|
30045
30132
|
# without actually making the request and provides an error response.
|
@@ -35721,7 +35808,8 @@ module Aws::EC2
|
|
35721
35808
|
# @return [Boolean]
|
35722
35809
|
#
|
35723
35810
|
# @!attribute [rw] hypervisor
|
35724
|
-
# The hypervisor type of the image.
|
35811
|
+
# The hypervisor type of the image. Only `xen` is supported. `ovm` is
|
35812
|
+
# not supported.
|
35725
35813
|
# @return [String]
|
35726
35814
|
#
|
35727
35815
|
# @!attribute [rw] image_owner_alias
|
@@ -35799,6 +35887,16 @@ module Aws::EC2
|
|
35799
35887
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration
|
35800
35888
|
# @return [String]
|
35801
35889
|
#
|
35890
|
+
# @!attribute [rw] source_instance_id
|
35891
|
+
# The ID of the instance that the AMI was created from if the AMI was
|
35892
|
+
# created using [CreateImage][1]. This field only appears if the AMI
|
35893
|
+
# was created using CreateImage.
|
35894
|
+
#
|
35895
|
+
#
|
35896
|
+
#
|
35897
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html
|
35898
|
+
# @return [String]
|
35899
|
+
#
|
35802
35900
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Image AWS API Documentation
|
35803
35901
|
#
|
35804
35902
|
class Image < Struct.new(
|
@@ -35831,7 +35929,8 @@ module Aws::EC2
|
|
35831
35929
|
:boot_mode,
|
35832
35930
|
:tpm_support,
|
35833
35931
|
:deprecation_time,
|
35834
|
-
:imds_support
|
35932
|
+
:imds_support,
|
35933
|
+
:source_instance_id)
|
35835
35934
|
SENSITIVE = []
|
35836
35935
|
include Aws::Structure
|
35837
35936
|
end
|
data/lib/aws-sdk-ec2.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.413.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-10-
|
11
|
+
date: 2023-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|