aws-sdk-ec2 1.540.0 → 1.545.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 +25 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +162 -152
- data/lib/aws-sdk-ec2/client_api.rb +6 -2
- data/lib/aws-sdk-ec2/image.rb +2 -24
- data/lib/aws-sdk-ec2/instance.rb +49 -3
- data/lib/aws-sdk-ec2/resource.rb +19 -25
- data/lib/aws-sdk-ec2/route.rb +7 -0
- data/lib/aws-sdk-ec2/snapshot.rb +2 -2
- data/lib/aws-sdk-ec2/subnet.rb +19 -25
- data/lib/aws-sdk-ec2/types.rb +87 -70
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +3 -0
- data/sig/instance.rbs +6 -0
- data/sig/route.rbs +3 -0
- data/sig/types.rbs +15 -11
- metadata +3 -3
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -99,8 +99,8 @@ module Aws::EC2
|
|
99
99
|
# class name or an instance of a plugin class.
|
100
100
|
#
|
101
101
|
# @option options [required, Aws::CredentialProvider] :credentials
|
102
|
-
# Your AWS credentials used for authentication. This can be
|
103
|
-
# following classes:
|
102
|
+
# Your AWS credentials used for authentication. This can be any class that includes and implements
|
103
|
+
# `Aws::CredentialProvider`, or instance of any one of the following classes:
|
104
104
|
#
|
105
105
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
106
106
|
# credentials.
|
@@ -128,8 +128,7 @@ module Aws::EC2
|
|
128
128
|
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
129
129
|
# from the Cognito Identity service.
|
130
130
|
#
|
131
|
-
# When `:credentials` are not configured directly, the following
|
132
|
-
# locations will be searched for credentials:
|
131
|
+
# When `:credentials` are not configured directly, the following locations will be searched for credentials:
|
133
132
|
#
|
134
133
|
# * `Aws.config[:credentials]`
|
135
134
|
#
|
@@ -143,12 +142,10 @@ module Aws::EC2
|
|
143
142
|
#
|
144
143
|
# * `~/.aws/config`
|
145
144
|
#
|
146
|
-
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
147
|
-
#
|
148
|
-
#
|
149
|
-
#
|
150
|
-
# fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
|
151
|
-
# to `true`.
|
145
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
|
146
|
+
# Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
147
|
+
# enable retries and extended timeouts. Instance profile credential fetching can be disabled by
|
148
|
+
# setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
|
152
149
|
#
|
153
150
|
# @option options [required, String] :region
|
154
151
|
# The AWS region to connect to. The configured `:region` is
|
@@ -381,8 +378,8 @@ module Aws::EC2
|
|
381
378
|
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
382
379
|
#
|
383
380
|
# @option options [Aws::TokenProvider] :token_provider
|
384
|
-
# Your Bearer token used for authentication. This can be
|
385
|
-
# following classes:
|
381
|
+
# Your Bearer token used for authentication. This can be any class that includes and implements
|
382
|
+
# `Aws::TokenProvider`, or instance of any one of the following classes:
|
386
383
|
#
|
387
384
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
388
385
|
# tokens.
|
@@ -672,7 +669,7 @@ module Aws::EC2
|
|
672
669
|
# resp.associations.transit_gateway_multicast_domain_id #=> String
|
673
670
|
# resp.associations.transit_gateway_attachment_id #=> String
|
674
671
|
# resp.associations.resource_id #=> String
|
675
|
-
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
672
|
+
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
676
673
|
# resp.associations.resource_owner_id #=> String
|
677
674
|
# resp.associations.subnets #=> Array
|
678
675
|
# resp.associations.subnets[0].subnet_id #=> String
|
@@ -924,8 +921,6 @@ module Aws::EC2
|
|
924
921
|
# starts routing to Amazon Web Services because of BGP propagation
|
925
922
|
# delays.
|
926
923
|
#
|
927
|
-
# To stop advertising the BYOIP CIDR, use WithdrawByoipCidr.
|
928
|
-
#
|
929
924
|
# @option params [required, String] :cidr
|
930
925
|
# The address range, in CIDR notation. This must be the exact range that
|
931
926
|
# you provisioned. You can't advertise only a portion of the
|
@@ -2708,7 +2703,7 @@ module Aws::EC2
|
|
2708
2703
|
# resp.associations.transit_gateway_multicast_domain_id #=> String
|
2709
2704
|
# resp.associations.transit_gateway_attachment_id #=> String
|
2710
2705
|
# resp.associations.resource_id #=> String
|
2711
|
-
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
2706
|
+
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
2712
2707
|
# resp.associations.resource_owner_id #=> String
|
2713
2708
|
# resp.associations.subnets #=> Array
|
2714
2709
|
# resp.associations.subnets[0].subnet_id #=> String
|
@@ -2757,7 +2752,7 @@ module Aws::EC2
|
|
2757
2752
|
# resp.association.transit_gateway_policy_table_id #=> String
|
2758
2753
|
# resp.association.transit_gateway_attachment_id #=> String
|
2759
2754
|
# resp.association.resource_id #=> String
|
2760
|
-
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
2755
|
+
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
2761
2756
|
# resp.association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
2762
2757
|
#
|
2763
2758
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateTransitGatewayPolicyTable AWS API Documentation
|
@@ -2802,7 +2797,7 @@ module Aws::EC2
|
|
2802
2797
|
# resp.association.transit_gateway_route_table_id #=> String
|
2803
2798
|
# resp.association.transit_gateway_attachment_id #=> String
|
2804
2799
|
# resp.association.resource_id #=> String
|
2805
|
-
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
2800
|
+
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
2806
2801
|
# resp.association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
2807
2802
|
#
|
2808
2803
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateTransitGatewayRouteTable AWS API Documentation
|
@@ -5336,7 +5331,7 @@ module Aws::EC2
|
|
5336
5331
|
# The instance type for which to reserve capacity.
|
5337
5332
|
#
|
5338
5333
|
# <note markdown="1"> You can request future-dated Capacity Reservations for instance types
|
5339
|
-
# in the C, M, R, I, and
|
5334
|
+
# in the C, M, R, I, T, and G instance families only.
|
5340
5335
|
#
|
5341
5336
|
# </note>
|
5342
5337
|
#
|
@@ -5371,9 +5366,9 @@ module Aws::EC2
|
|
5371
5366
|
# The number of instances for which to reserve capacity.
|
5372
5367
|
#
|
5373
5368
|
# <note markdown="1"> You can request future-dated Capacity Reservations for an instance
|
5374
|
-
# count with a minimum of
|
5369
|
+
# count with a minimum of 64 vCPUs. For example, if you request a
|
5375
5370
|
# future-dated Capacity Reservation for `m5.xlarge` instances, you must
|
5376
|
-
# request at least 25 instances (*
|
5371
|
+
# request at least 25 instances (*16 * m5.xlarge = 64 vCPUs*).
|
5377
5372
|
#
|
5378
5373
|
# </note>
|
5379
5374
|
#
|
@@ -7204,7 +7199,7 @@ module Aws::EC2
|
|
7204
7199
|
# 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, c7a.medium, c7a.large, c7a.xlarge, c7a.2xlarge, c7a.4xlarge, c7a.8xlarge, c7a.12xlarge, c7a.16xlarge, c7a.24xlarge, c7a.32xlarge, c7a.48xlarge, c7a.metal-48xl, r7a.metal-48xl, r7i.large, r7i.xlarge, r7i.2xlarge, r7i.4xlarge, r7i.8xlarge, r7i.12xlarge, r7i.16xlarge, r7i.24xlarge, r7i.48xlarge, dl2q.24xlarge, mac2-m2.metal, i4i.12xlarge, i4i.24xlarge, c7i.metal-24xl, c7i.metal-48xl, m7i.metal-24xl, m7i.metal-48xl, r7i.metal-24xl, r7i.metal-48xl, r7iz.metal-16xl, r7iz.metal-32xl, c7gd.metal, m7gd.metal, r7gd.metal, g6.xlarge, g6.2xlarge, g6.4xlarge, g6.8xlarge, g6.12xlarge, g6.16xlarge, g6.24xlarge, g6.48xlarge, gr6.4xlarge, gr6.8xlarge, c7i-flex.large, c7i-flex.xlarge, c7i-flex.2xlarge, c7i-flex.4xlarge, c7i-flex.8xlarge, u7i-12tb.224xlarge, u7in-16tb.224xlarge, u7in-24tb.224xlarge, u7in-32tb.224xlarge, u7ib-12tb.224xlarge, c7gn.metal, r8g.medium, r8g.large, r8g.xlarge, r8g.2xlarge, r8g.4xlarge, r8g.8xlarge, r8g.12xlarge, r8g.16xlarge, r8g.24xlarge, r8g.48xlarge, r8g.metal-24xl, r8g.metal-48xl, mac2-m1ultra.metal, g6e.xlarge, g6e.2xlarge, g6e.4xlarge, g6e.8xlarge, g6e.12xlarge, g6e.16xlarge, g6e.24xlarge, g6e.48xlarge, c8g.medium, c8g.large, c8g.xlarge, c8g.2xlarge, c8g.4xlarge, c8g.8xlarge, c8g.12xlarge, c8g.16xlarge, c8g.24xlarge, c8g.48xlarge, c8g.metal-24xl, c8g.metal-48xl, m8g.medium, m8g.large, m8g.xlarge, m8g.2xlarge, m8g.4xlarge, m8g.8xlarge, m8g.12xlarge, m8g.16xlarge, m8g.24xlarge, m8g.48xlarge, m8g.metal-24xl, m8g.metal-48xl, x8g.medium, x8g.large, x8g.xlarge, x8g.2xlarge, x8g.4xlarge, x8g.8xlarge, x8g.12xlarge, x8g.16xlarge, x8g.24xlarge, x8g.48xlarge, x8g.metal-24xl, x8g.metal-48xl, i7ie.large, i7ie.xlarge, i7ie.2xlarge, i7ie.3xlarge, i7ie.6xlarge, i7ie.12xlarge, i7ie.18xlarge, i7ie.24xlarge, i7ie.48xlarge, i8g.large, i8g.xlarge, i8g.2xlarge, i8g.4xlarge, i8g.8xlarge, i8g.12xlarge, i8g.16xlarge, i8g.24xlarge, i8g.metal-24xl, u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge, p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge, c7i-flex.12xlarge, c7i-flex.16xlarge, m7i-flex.12xlarge, m7i-flex.16xlarge, i7ie.metal-24xl, i7ie.metal-48xl, i8g.48xlarge, c8gd.medium, c8gd.large, c8gd.xlarge, c8gd.2xlarge, c8gd.4xlarge, c8gd.8xlarge, c8gd.12xlarge, c8gd.16xlarge, c8gd.24xlarge, c8gd.48xlarge, c8gd.metal-24xl, c8gd.metal-48xl, i7i.large, i7i.xlarge, i7i.2xlarge, i7i.4xlarge, i7i.8xlarge, i7i.12xlarge, i7i.16xlarge, i7i.24xlarge, i7i.48xlarge, i7i.metal-24xl, i7i.metal-48xl, p6-b200.48xlarge, m8gd.medium, m8gd.large, m8gd.xlarge, m8gd.2xlarge, m8gd.4xlarge, m8gd.8xlarge, m8gd.12xlarge, m8gd.16xlarge, m8gd.24xlarge, m8gd.48xlarge, m8gd.metal-24xl, m8gd.metal-48xl, r8gd.medium, r8gd.large, r8gd.xlarge, r8gd.2xlarge, r8gd.4xlarge, r8gd.8xlarge, r8gd.12xlarge, r8gd.16xlarge, r8gd.24xlarge, r8gd.48xlarge, r8gd.metal-24xl, r8gd.metal-48xl, c8gn.medium, c8gn.large, c8gn.xlarge, c8gn.2xlarge, c8gn.4xlarge, c8gn.8xlarge, c8gn.12xlarge, c8gn.16xlarge, c8gn.24xlarge, c8gn.48xlarge, c8gn.metal-24xl, c8gn.metal-48xl, f2.6xlarge, p6e-gb200.36xlarge
|
7205
7200
|
# max_price: "String",
|
7206
7201
|
# subnet_id: "SubnetId",
|
7207
|
-
# availability_zone: "
|
7202
|
+
# availability_zone: "AvailabilityZoneName",
|
7208
7203
|
# weighted_capacity: 1.0,
|
7209
7204
|
# priority: 1.0,
|
7210
7205
|
# placement: {
|
@@ -7883,7 +7878,7 @@ module Aws::EC2
|
|
7883
7878
|
# snapshots. To create an AMI with volumes or snapshots that have a
|
7884
7879
|
# different encryption status (for example, where the source volume
|
7885
7880
|
# and snapshots are unencrypted, and you want to create an AMI with
|
7886
|
-
# encrypted volumes or snapshots),
|
7881
|
+
# encrypted volumes or snapshots), copy the image instead.
|
7887
7882
|
#
|
7888
7883
|
# * The only option that can be changed for existing mappings or
|
7889
7884
|
# snapshots is `DeleteOnTermination`.
|
@@ -13144,6 +13139,7 @@ module Aws::EC2
|
|
13144
13139
|
# resp.route_table.routes[0].vpc_peering_connection_id #=> String
|
13145
13140
|
# resp.route_table.routes[0].core_network_arn #=> String
|
13146
13141
|
# resp.route_table.routes[0].odb_network_arn #=> String
|
13142
|
+
# resp.route_table.routes[0].ip_address #=> String
|
13147
13143
|
# resp.route_table.tags #=> Array
|
13148
13144
|
# resp.route_table.tags[0].key #=> String
|
13149
13145
|
# resp.route_table.tags[0].value #=> String
|
@@ -15150,7 +15146,7 @@ module Aws::EC2
|
|
15150
15146
|
# resp.transit_gateway_prefix_list_reference.state #=> String, one of "pending", "available", "modifying", "deleting"
|
15151
15147
|
# resp.transit_gateway_prefix_list_reference.blackhole #=> Boolean
|
15152
15148
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.transit_gateway_attachment_id #=> String
|
15153
|
-
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
15149
|
+
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
15154
15150
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_id #=> String
|
15155
15151
|
#
|
15156
15152
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateTransitGatewayPrefixListReference AWS API Documentation
|
@@ -15205,7 +15201,7 @@ module Aws::EC2
|
|
15205
15201
|
# resp.route.transit_gateway_attachments #=> Array
|
15206
15202
|
# resp.route.transit_gateway_attachments[0].resource_id #=> String
|
15207
15203
|
# resp.route.transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
|
15208
|
-
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
15204
|
+
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
15209
15205
|
# resp.route.type #=> String, one of "static", "propagated"
|
15210
15206
|
# resp.route.state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
|
15211
15207
|
#
|
@@ -20657,7 +20653,7 @@ module Aws::EC2
|
|
20657
20653
|
# resp.transit_gateway_prefix_list_reference.state #=> String, one of "pending", "available", "modifying", "deleting"
|
20658
20654
|
# resp.transit_gateway_prefix_list_reference.blackhole #=> Boolean
|
20659
20655
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.transit_gateway_attachment_id #=> String
|
20660
|
-
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
20656
|
+
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
20661
20657
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_id #=> String
|
20662
20658
|
#
|
20663
20659
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteTransitGatewayPrefixListReference AWS API Documentation
|
@@ -20705,7 +20701,7 @@ module Aws::EC2
|
|
20705
20701
|
# resp.route.transit_gateway_attachments #=> Array
|
20706
20702
|
# resp.route.transit_gateway_attachments[0].resource_id #=> String
|
20707
20703
|
# resp.route.transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
|
20708
|
-
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
20704
|
+
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
20709
20705
|
# resp.route.type #=> String, one of "static", "propagated"
|
20710
20706
|
# resp.route.state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
|
20711
20707
|
#
|
@@ -21595,8 +21591,8 @@ module Aws::EC2
|
|
21595
21591
|
# (BYOIP) and deletes the corresponding address pool.
|
21596
21592
|
#
|
21597
21593
|
# Before you can release an address range, you must stop advertising it
|
21598
|
-
#
|
21599
|
-
#
|
21594
|
+
# and you must not have any IP addresses allocated from its address
|
21595
|
+
# range.
|
21600
21596
|
#
|
21601
21597
|
# @option params [required, String] :cidr
|
21602
21598
|
# The address range, in CIDR notation. The prefix must be the same
|
@@ -22812,11 +22808,9 @@ module Aws::EC2
|
|
22812
22808
|
req.send_request(options)
|
22813
22809
|
end
|
22814
22810
|
|
22815
|
-
# Describes the IP address ranges that were
|
22816
|
-
#
|
22817
|
-
#
|
22818
|
-
# To describe the address pools that were created when you provisioned
|
22819
|
-
# the address ranges, use DescribePublicIpv4Pools or DescribeIpv6Pools.
|
22811
|
+
# Describes the IP address ranges that were provisioned for use with
|
22812
|
+
# Amazon Web Services resources through through bring your own IP
|
22813
|
+
# addresses (BYOIP).
|
22820
22814
|
#
|
22821
22815
|
# @option params [Boolean] :dry_run
|
22822
22816
|
# Checks whether you have the required permissions for the action,
|
@@ -26561,8 +26555,8 @@ module Aws::EC2
|
|
26561
26555
|
#
|
26562
26556
|
# **Note**: The `blockDeviceMapping` attribute is deprecated. Using this
|
26563
26557
|
# attribute returns the `Client.AuthFailure` error. To get information
|
26564
|
-
# about the block device mappings for an AMI,
|
26565
|
-
#
|
26558
|
+
# about the block device mappings for an AMI, describe the image
|
26559
|
+
# instead.
|
26566
26560
|
#
|
26567
26561
|
# @option params [required, String] :image_id
|
26568
26562
|
# The ID of the AMI.
|
@@ -26683,13 +26677,13 @@ module Aws::EC2
|
|
26683
26677
|
# for each image. In `audit-mode`, the `imageAllowed` field is set to
|
26684
26678
|
# `true` for images that meet the account's Allowed AMIs criteria, and
|
26685
26679
|
# `false` for images that don't meet the criteria. For more
|
26686
|
-
# information, see
|
26680
|
+
# information, see [Allowed AMIs][1].
|
26687
26681
|
#
|
26688
26682
|
# The Amazon EC2 API follows an eventual consistency model. This means
|
26689
26683
|
# that the result of an API command you run that creates or modifies
|
26690
26684
|
# resources might not be immediately available to all subsequent
|
26691
26685
|
# commands you run. For guidance on how to manage eventual consistency,
|
26692
|
-
# see [Eventual consistency in the Amazon EC2 API][
|
26686
|
+
# see [Eventual consistency in the Amazon EC2 API][2] in the *Amazon EC2
|
26693
26687
|
# Developer Guide*.
|
26694
26688
|
#
|
26695
26689
|
# We strongly recommend using only paginated requests. Unpaginated
|
@@ -26703,7 +26697,8 @@ module Aws::EC2
|
|
26703
26697
|
#
|
26704
26698
|
#
|
26705
26699
|
#
|
26706
|
-
# [1]: https://docs.aws.amazon.com/
|
26700
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-allowed-amis.html
|
26701
|
+
# [2]: https://docs.aws.amazon.com/ec2/latest/devguide/eventual-consistency.html
|
26707
26702
|
#
|
26708
26703
|
# @option params [Array<String>] :executable_users
|
26709
26704
|
# Scopes the images by users with explicit launch permissions. Specify
|
@@ -28430,8 +28425,9 @@ module Aws::EC2
|
|
28430
28425
|
# express (NVMe) is supported for EBS volumes (`required` \|
|
28431
28426
|
# `supported` \| `unsupported`).
|
28432
28427
|
#
|
28433
|
-
# * `free-tier-eligible` -
|
28434
|
-
#
|
28428
|
+
# * `free-tier-eligible` - A Boolean that indicates whether this
|
28429
|
+
# instance type can be used under the Amazon Web Services Free Tier
|
28430
|
+
# (`true` \| `false`).
|
28435
28431
|
#
|
28436
28432
|
# * `hibernation-supported` - Indicates whether On-Demand hibernation is
|
28437
28433
|
# supported (`true` \| `false`).
|
@@ -31614,9 +31610,6 @@ module Aws::EC2
|
|
31614
31610
|
# Describes your managed prefix lists and any Amazon Web
|
31615
31611
|
# Services-managed prefix lists.
|
31616
31612
|
#
|
31617
|
-
# To view the entries for your prefix list, use
|
31618
|
-
# GetManagedPrefixListEntries.
|
31619
|
-
#
|
31620
31613
|
# @option params [Boolean] :dry_run
|
31621
31614
|
# Checks whether you have the required permissions for the action,
|
31622
31615
|
# without actually making the request, and provides an error response.
|
@@ -34097,8 +34090,6 @@ module Aws::EC2
|
|
34097
34090
|
# format, which includes the prefix list name and prefix list ID of the
|
34098
34091
|
# service and the IP address range for the service.
|
34099
34092
|
#
|
34100
|
-
# We recommend that you use DescribeManagedPrefixLists instead.
|
34101
|
-
#
|
34102
34093
|
# @option params [Boolean] :dry_run
|
34103
34094
|
# Checks whether you have the required permissions for the action,
|
34104
34095
|
# without actually making the request, and provides an error response.
|
@@ -35587,6 +35578,7 @@ module Aws::EC2
|
|
35587
35578
|
# resp.route_tables[0].routes[0].vpc_peering_connection_id #=> String
|
35588
35579
|
# resp.route_tables[0].routes[0].core_network_arn #=> String
|
35589
35580
|
# resp.route_tables[0].routes[0].odb_network_arn #=> String
|
35581
|
+
# resp.route_tables[0].routes[0].ip_address #=> String
|
35590
35582
|
# resp.route_tables[0].tags #=> Array
|
35591
35583
|
# resp.route_tables[0].tags[0].key #=> String
|
35592
35584
|
# resp.route_tables[0].tags[0].value #=> String
|
@@ -36608,9 +36600,6 @@ module Aws::EC2
|
|
36608
36600
|
# paginate the output to make the list more manageable. For more
|
36609
36601
|
# information, see [Pagination][1].
|
36610
36602
|
#
|
36611
|
-
# To get the state of fast snapshot restores for a snapshot, use
|
36612
|
-
# DescribeFastSnapshotRestores.
|
36613
|
-
#
|
36614
36603
|
# For more information about EBS snapshots, see [Amazon EBS
|
36615
36604
|
# snapshots][2] in the *Amazon EBS User Guide*.
|
36616
36605
|
#
|
@@ -38971,7 +38960,7 @@ module Aws::EC2
|
|
38971
38960
|
# resp.transit_gateway_attachments[0].transit_gateway_id #=> String
|
38972
38961
|
# resp.transit_gateway_attachments[0].transit_gateway_owner_id #=> String
|
38973
38962
|
# resp.transit_gateway_attachments[0].resource_owner_id #=> String
|
38974
|
-
# resp.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
38963
|
+
# resp.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
38975
38964
|
# resp.transit_gateway_attachments[0].resource_id #=> String
|
38976
38965
|
# resp.transit_gateway_attachments[0].state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
|
38977
38966
|
# resp.transit_gateway_attachments[0].association.transit_gateway_route_table_id #=> String
|
@@ -40367,8 +40356,9 @@ module Aws::EC2
|
|
40367
40356
|
# an event. For example, if the status of the volume is `impaired` and
|
40368
40357
|
# the volume event shows `potential-data-inconsistency`, then the action
|
40369
40358
|
# shows `enable-volume-io`. This means that you may want to enable the
|
40370
|
-
# I/O operations for the volume
|
40371
|
-
#
|
40359
|
+
# I/O operations for the volume and then check the volume for data
|
40360
|
+
# consistency. For more information, see [Work with an impaired EBS
|
40361
|
+
# volume][2].
|
40372
40362
|
#
|
40373
40363
|
# Volume status is based on the volume status checks, and does not
|
40374
40364
|
# reflect the volume state. Therefore, volume status does not indicate
|
@@ -40384,6 +40374,7 @@ module Aws::EC2
|
|
40384
40374
|
#
|
40385
40375
|
#
|
40386
40376
|
# [1]: https://docs.aws.amazon.com/ebs/latest/userguide/monitoring-volume-status.html
|
40377
|
+
# [2]: https://docs.aws.amazon.com/ebs/latest/userguide/work_volumes_impaired.html
|
40387
40378
|
#
|
40388
40379
|
# @option params [Integer] :max_results
|
40389
40380
|
# The maximum number of items to return for this request. To get the
|
@@ -43757,7 +43748,7 @@ module Aws::EC2
|
|
43757
43748
|
#
|
43758
43749
|
# resp.propagation.transit_gateway_attachment_id #=> String
|
43759
43750
|
# resp.propagation.resource_id #=> String
|
43760
|
-
# resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
43751
|
+
# resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
43761
43752
|
# resp.propagation.transit_gateway_route_table_id #=> String
|
43762
43753
|
# resp.propagation.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
43763
43754
|
# resp.propagation.transit_gateway_route_table_announcement_id #=> String
|
@@ -44614,7 +44605,7 @@ module Aws::EC2
|
|
44614
44605
|
# resp.associations.transit_gateway_multicast_domain_id #=> String
|
44615
44606
|
# resp.associations.transit_gateway_attachment_id #=> String
|
44616
44607
|
# resp.associations.resource_id #=> String
|
44617
|
-
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
44608
|
+
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
44618
44609
|
# resp.associations.resource_owner_id #=> String
|
44619
44610
|
# resp.associations.subnets #=> Array
|
44620
44611
|
# resp.associations.subnets[0].subnet_id #=> String
|
@@ -44661,7 +44652,7 @@ module Aws::EC2
|
|
44661
44652
|
# resp.association.transit_gateway_policy_table_id #=> String
|
44662
44653
|
# resp.association.transit_gateway_attachment_id #=> String
|
44663
44654
|
# resp.association.resource_id #=> String
|
44664
|
-
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
44655
|
+
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
44665
44656
|
# resp.association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
44666
44657
|
#
|
44667
44658
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateTransitGatewayPolicyTable AWS API Documentation
|
@@ -44705,7 +44696,7 @@ module Aws::EC2
|
|
44705
44696
|
# resp.association.transit_gateway_route_table_id #=> String
|
44706
44697
|
# resp.association.transit_gateway_attachment_id #=> String
|
44707
44698
|
# resp.association.resource_id #=> String
|
44708
|
-
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
44699
|
+
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
44709
44700
|
# resp.association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
44710
44701
|
#
|
44711
44702
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateTransitGatewayRouteTable AWS API Documentation
|
@@ -44996,9 +44987,6 @@ module Aws::EC2
|
|
44996
44987
|
# information, see [Amazon EBS encryption][1] in the *Amazon EBS User
|
44997
44988
|
# Guide*.
|
44998
44989
|
#
|
44999
|
-
# You can specify the default KMS key for encryption by default using
|
45000
|
-
# ModifyEbsDefaultKmsKeyId or ResetEbsDefaultKmsKeyId.
|
45001
|
-
#
|
45002
44990
|
# Enabling encryption by default has no effect on the encryption status
|
45003
44991
|
# of your existing volumes.
|
45004
44992
|
#
|
@@ -45138,9 +45126,7 @@ module Aws::EC2
|
|
45138
45126
|
# specified Availability Zones.
|
45139
45127
|
#
|
45140
45128
|
# You get the full benefit of fast snapshot restores after they enter
|
45141
|
-
# the `enabled` state.
|
45142
|
-
# restores, use DescribeFastSnapshotRestores. To disable fast snapshot
|
45143
|
-
# restores, use DisableFastSnapshotRestores.
|
45129
|
+
# the `enabled` state.
|
45144
45130
|
#
|
45145
45131
|
# For more information, see [Amazon EBS fast snapshot restore][1] in the
|
45146
45132
|
# *Amazon EBS User Guide*.
|
@@ -45365,7 +45351,7 @@ module Aws::EC2
|
|
45365
45351
|
# protection is enabled, the AMI can't be deregistered.
|
45366
45352
|
#
|
45367
45353
|
# To allow the AMI to be deregistered, you must first disable
|
45368
|
-
# deregistration protection
|
45354
|
+
# deregistration protection.
|
45369
45355
|
#
|
45370
45356
|
# For more information, see [Protect an Amazon EC2 AMI from
|
45371
45357
|
# deregistration][1] in the *Amazon EC2 User Guide*.
|
@@ -45689,7 +45675,7 @@ module Aws::EC2
|
|
45689
45675
|
#
|
45690
45676
|
# resp.propagation.transit_gateway_attachment_id #=> String
|
45691
45677
|
# resp.propagation.resource_id #=> String
|
45692
|
-
# resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
45678
|
+
# resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
45693
45679
|
# resp.propagation.transit_gateway_route_table_id #=> String
|
45694
45680
|
# resp.propagation.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
45695
45681
|
# resp.propagation.transit_gateway_route_table_announcement_id #=> String
|
@@ -46865,9 +46851,7 @@ module Aws::EC2
|
|
46865
46851
|
end
|
46866
46852
|
|
46867
46853
|
# Describes the default KMS key for EBS encryption by default for your
|
46868
|
-
# account in this Region.
|
46869
|
-
# encryption by default using ModifyEbsDefaultKmsKeyId or
|
46870
|
-
# ResetEbsDefaultKmsKeyId.
|
46854
|
+
# account in this Region.
|
46871
46855
|
#
|
46872
46856
|
# For more information, see [Amazon EBS encryption][1] in the *Amazon
|
46873
46857
|
# EBS User Guide*.
|
@@ -49855,7 +49839,7 @@ module Aws::EC2
|
|
49855
49839
|
# resp.multicast_domain_associations #=> Array
|
49856
49840
|
# resp.multicast_domain_associations[0].transit_gateway_attachment_id #=> String
|
49857
49841
|
# resp.multicast_domain_associations[0].resource_id #=> String
|
49858
|
-
# resp.multicast_domain_associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
49842
|
+
# resp.multicast_domain_associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
49859
49843
|
# resp.multicast_domain_associations[0].resource_owner_id #=> String
|
49860
49844
|
# resp.multicast_domain_associations[0].subnet.subnet_id #=> String
|
49861
49845
|
# resp.multicast_domain_associations[0].subnet.state #=> String, one of "pendingAcceptance", "associating", "associated", "disassociating", "disassociated", "rejected", "failed"
|
@@ -49920,7 +49904,7 @@ module Aws::EC2
|
|
49920
49904
|
# resp.associations[0].transit_gateway_policy_table_id #=> String
|
49921
49905
|
# resp.associations[0].transit_gateway_attachment_id #=> String
|
49922
49906
|
# resp.associations[0].resource_id #=> String
|
49923
|
-
# resp.associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
49907
|
+
# resp.associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
49924
49908
|
# resp.associations[0].state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
49925
49909
|
# resp.next_token #=> String
|
49926
49910
|
#
|
@@ -50070,7 +50054,7 @@ module Aws::EC2
|
|
50070
50054
|
# resp.transit_gateway_prefix_list_references[0].state #=> String, one of "pending", "available", "modifying", "deleting"
|
50071
50055
|
# resp.transit_gateway_prefix_list_references[0].blackhole #=> Boolean
|
50072
50056
|
# resp.transit_gateway_prefix_list_references[0].transit_gateway_attachment.transit_gateway_attachment_id #=> String
|
50073
|
-
# resp.transit_gateway_prefix_list_references[0].transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
50057
|
+
# resp.transit_gateway_prefix_list_references[0].transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
50074
50058
|
# resp.transit_gateway_prefix_list_references[0].transit_gateway_attachment.resource_id #=> String
|
50075
50059
|
# resp.next_token #=> String
|
50076
50060
|
#
|
@@ -50140,7 +50124,7 @@ module Aws::EC2
|
|
50140
50124
|
# resp.associations #=> Array
|
50141
50125
|
# resp.associations[0].transit_gateway_attachment_id #=> String
|
50142
50126
|
# resp.associations[0].resource_id #=> String
|
50143
|
-
# resp.associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
50127
|
+
# resp.associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
50144
50128
|
# resp.associations[0].state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
50145
50129
|
# resp.next_token #=> String
|
50146
50130
|
#
|
@@ -50210,7 +50194,7 @@ module Aws::EC2
|
|
50210
50194
|
# resp.transit_gateway_route_table_propagations #=> Array
|
50211
50195
|
# resp.transit_gateway_route_table_propagations[0].transit_gateway_attachment_id #=> String
|
50212
50196
|
# resp.transit_gateway_route_table_propagations[0].resource_id #=> String
|
50213
|
-
# resp.transit_gateway_route_table_propagations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
50197
|
+
# resp.transit_gateway_route_table_propagations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
50214
50198
|
# resp.transit_gateway_route_table_propagations[0].state #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
50215
50199
|
# resp.transit_gateway_route_table_propagations[0].transit_gateway_route_table_announcement_id #=> String
|
50216
50200
|
# resp.next_token #=> String
|
@@ -52077,10 +52061,8 @@ module Aws::EC2
|
|
52077
52061
|
# Amazon Web Services creates a unique Amazon Web Services managed KMS
|
52078
52062
|
# key in each Region for use with encryption by default. If you change
|
52079
52063
|
# the default KMS key to a symmetric customer managed KMS key, it is
|
52080
|
-
# used instead of the Amazon Web Services managed KMS key.
|
52081
|
-
#
|
52082
|
-
# use ResetEbsDefaultKmsKeyId. Amazon EBS does not support asymmetric
|
52083
|
-
# KMS keys.
|
52064
|
+
# used instead of the Amazon Web Services managed KMS key. Amazon EBS
|
52065
|
+
# does not support asymmetric KMS keys.
|
52084
52066
|
#
|
52085
52067
|
# If you delete or disable the customer managed KMS key that you
|
52086
52068
|
# specified for use with encryption by default, your instances will fail
|
@@ -52226,7 +52208,7 @@ module Aws::EC2
|
|
52226
52208
|
# 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, c7a.medium, c7a.large, c7a.xlarge, c7a.2xlarge, c7a.4xlarge, c7a.8xlarge, c7a.12xlarge, c7a.16xlarge, c7a.24xlarge, c7a.32xlarge, c7a.48xlarge, c7a.metal-48xl, r7a.metal-48xl, r7i.large, r7i.xlarge, r7i.2xlarge, r7i.4xlarge, r7i.8xlarge, r7i.12xlarge, r7i.16xlarge, r7i.24xlarge, r7i.48xlarge, dl2q.24xlarge, mac2-m2.metal, i4i.12xlarge, i4i.24xlarge, c7i.metal-24xl, c7i.metal-48xl, m7i.metal-24xl, m7i.metal-48xl, r7i.metal-24xl, r7i.metal-48xl, r7iz.metal-16xl, r7iz.metal-32xl, c7gd.metal, m7gd.metal, r7gd.metal, g6.xlarge, g6.2xlarge, g6.4xlarge, g6.8xlarge, g6.12xlarge, g6.16xlarge, g6.24xlarge, g6.48xlarge, gr6.4xlarge, gr6.8xlarge, c7i-flex.large, c7i-flex.xlarge, c7i-flex.2xlarge, c7i-flex.4xlarge, c7i-flex.8xlarge, u7i-12tb.224xlarge, u7in-16tb.224xlarge, u7in-24tb.224xlarge, u7in-32tb.224xlarge, u7ib-12tb.224xlarge, c7gn.metal, r8g.medium, r8g.large, r8g.xlarge, r8g.2xlarge, r8g.4xlarge, r8g.8xlarge, r8g.12xlarge, r8g.16xlarge, r8g.24xlarge, r8g.48xlarge, r8g.metal-24xl, r8g.metal-48xl, mac2-m1ultra.metal, g6e.xlarge, g6e.2xlarge, g6e.4xlarge, g6e.8xlarge, g6e.12xlarge, g6e.16xlarge, g6e.24xlarge, g6e.48xlarge, c8g.medium, c8g.large, c8g.xlarge, c8g.2xlarge, c8g.4xlarge, c8g.8xlarge, c8g.12xlarge, c8g.16xlarge, c8g.24xlarge, c8g.48xlarge, c8g.metal-24xl, c8g.metal-48xl, m8g.medium, m8g.large, m8g.xlarge, m8g.2xlarge, m8g.4xlarge, m8g.8xlarge, m8g.12xlarge, m8g.16xlarge, m8g.24xlarge, m8g.48xlarge, m8g.metal-24xl, m8g.metal-48xl, x8g.medium, x8g.large, x8g.xlarge, x8g.2xlarge, x8g.4xlarge, x8g.8xlarge, x8g.12xlarge, x8g.16xlarge, x8g.24xlarge, x8g.48xlarge, x8g.metal-24xl, x8g.metal-48xl, i7ie.large, i7ie.xlarge, i7ie.2xlarge, i7ie.3xlarge, i7ie.6xlarge, i7ie.12xlarge, i7ie.18xlarge, i7ie.24xlarge, i7ie.48xlarge, i8g.large, i8g.xlarge, i8g.2xlarge, i8g.4xlarge, i8g.8xlarge, i8g.12xlarge, i8g.16xlarge, i8g.24xlarge, i8g.metal-24xl, u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge, p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge, c7i-flex.12xlarge, c7i-flex.16xlarge, m7i-flex.12xlarge, m7i-flex.16xlarge, i7ie.metal-24xl, i7ie.metal-48xl, i8g.48xlarge, c8gd.medium, c8gd.large, c8gd.xlarge, c8gd.2xlarge, c8gd.4xlarge, c8gd.8xlarge, c8gd.12xlarge, c8gd.16xlarge, c8gd.24xlarge, c8gd.48xlarge, c8gd.metal-24xl, c8gd.metal-48xl, i7i.large, i7i.xlarge, i7i.2xlarge, i7i.4xlarge, i7i.8xlarge, i7i.12xlarge, i7i.16xlarge, i7i.24xlarge, i7i.48xlarge, i7i.metal-24xl, i7i.metal-48xl, p6-b200.48xlarge, m8gd.medium, m8gd.large, m8gd.xlarge, m8gd.2xlarge, m8gd.4xlarge, m8gd.8xlarge, m8gd.12xlarge, m8gd.16xlarge, m8gd.24xlarge, m8gd.48xlarge, m8gd.metal-24xl, m8gd.metal-48xl, r8gd.medium, r8gd.large, r8gd.xlarge, r8gd.2xlarge, r8gd.4xlarge, r8gd.8xlarge, r8gd.12xlarge, r8gd.16xlarge, r8gd.24xlarge, r8gd.48xlarge, r8gd.metal-24xl, r8gd.metal-48xl, c8gn.medium, c8gn.large, c8gn.xlarge, c8gn.2xlarge, c8gn.4xlarge, c8gn.8xlarge, c8gn.12xlarge, c8gn.16xlarge, c8gn.24xlarge, c8gn.48xlarge, c8gn.metal-24xl, c8gn.metal-48xl, f2.6xlarge, p6e-gb200.36xlarge
|
52227
52209
|
# max_price: "String",
|
52228
52210
|
# subnet_id: "SubnetId",
|
52229
|
-
# availability_zone: "
|
52211
|
+
# availability_zone: "AvailabilityZoneName",
|
52230
52212
|
# weighted_capacity: 1.0,
|
52231
52213
|
# priority: 1.0,
|
52232
52214
|
# placement: {
|
@@ -56077,7 +56059,7 @@ module Aws::EC2
|
|
56077
56059
|
# resp.transit_gateway_prefix_list_reference.state #=> String, one of "pending", "available", "modifying", "deleting"
|
56078
56060
|
# resp.transit_gateway_prefix_list_reference.blackhole #=> Boolean
|
56079
56061
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.transit_gateway_attachment_id #=> String
|
56080
|
-
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
56062
|
+
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
56081
56063
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_id #=> String
|
56082
56064
|
#
|
56083
56065
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyTransitGatewayPrefixListReference AWS API Documentation
|
@@ -58330,10 +58312,9 @@ module Aws::EC2
|
|
58330
58312
|
# EC2-VPC platform. The Elastic IP address must be allocated to your
|
58331
58313
|
# account for more than 24 hours, and it must not be associated with an
|
58332
58314
|
# instance. After the Elastic IP address is moved, it is no longer
|
58333
|
-
# available for use in the EC2-Classic platform
|
58334
|
-
#
|
58335
|
-
#
|
58336
|
-
# platform to the EC2-Classic platform.
|
58315
|
+
# available for use in the EC2-Classic platform. You cannot move an
|
58316
|
+
# Elastic IP address that was originally allocated for use in the
|
58317
|
+
# EC2-VPC platform to the EC2-Classic platform.
|
58337
58318
|
#
|
58338
58319
|
# @option params [Boolean] :dry_run
|
58339
58320
|
# Checks whether you have the required permissions for the action,
|
@@ -58591,7 +58572,7 @@ module Aws::EC2
|
|
58591
58572
|
# Provisions an IPv4 or IPv6 address range for use with your Amazon Web
|
58592
58573
|
# Services resources through bring your own IP addresses (BYOIP) and
|
58593
58574
|
# creates a corresponding address pool. After the address range is
|
58594
|
-
# provisioned, it is ready to be advertised
|
58575
|
+
# provisioned, it is ready to be advertised.
|
58595
58576
|
#
|
58596
58577
|
# Amazon Web Services verifies that you own the address range and are
|
58597
58578
|
# authorized to advertise it. You must ensure that the address range is
|
@@ -58602,15 +58583,13 @@ module Aws::EC2
|
|
58602
58583
|
#
|
58603
58584
|
# Provisioning an address range is an asynchronous operation, so the
|
58604
58585
|
# call returns immediately, but the address range is not ready to use
|
58605
|
-
# until its status changes from `pending-provision` to `provisioned`.
|
58606
|
-
#
|
58607
|
-
# allocate an Elastic IP address from your IPv4 address pool, use
|
58608
|
-
# AllocateAddress with either the specific address from the address pool
|
58609
|
-
# or the ID of the address pool.
|
58586
|
+
# until its status changes from `pending-provision` to `provisioned`.
|
58587
|
+
# For more information, see [Onboard your address range][2].
|
58610
58588
|
#
|
58611
58589
|
#
|
58612
58590
|
#
|
58613
58591
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html
|
58592
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/byoip-onboard.html
|
58614
58593
|
#
|
58615
58594
|
# @option params [required, String] :cidr
|
58616
58595
|
# The public IPv4 or IPv6 address range, in CIDR notation. The most
|
@@ -59416,13 +59395,6 @@ module Aws::EC2
|
|
59416
59395
|
# snapshot][1] and [Create an instance-store backed AMI][2] in the
|
59417
59396
|
# *Amazon EC2 User Guide*.
|
59418
59397
|
#
|
59419
|
-
# <note markdown="1"> For Amazon EBS-backed instances, CreateImage creates and registers the
|
59420
|
-
# AMI in a single request, so you don't have to register the AMI
|
59421
|
-
# yourself. We recommend that you always use CreateImage unless you have
|
59422
|
-
# a specific reason to use RegisterImage.
|
59423
|
-
#
|
59424
|
-
# </note>
|
59425
|
-
#
|
59426
59398
|
# If needed, you can deregister an AMI at any time. Any modifications
|
59427
59399
|
# you make to an AMI backed by an instance store volume invalidates its
|
59428
59400
|
# registration. If you make changes to an image, deregister the previous
|
@@ -59456,17 +59428,17 @@ module Aws::EC2
|
|
59456
59428
|
# field is empty or doesn't match the expected operating system code
|
59457
59429
|
# (for example, Windows, RedHat, SUSE, or SQL), the AMI creation was
|
59458
59430
|
# unsuccessful, and you should discard the AMI and instead create the
|
59459
|
-
# AMI from an instance
|
59460
|
-
#
|
59431
|
+
# AMI from an instance. For more information, see [Create an AMI from an
|
59432
|
+
# instance ][5] in the *Amazon EC2 User Guide*.
|
59461
59433
|
#
|
59462
59434
|
# If you purchase a Reserved Instance to apply to an On-Demand Instance
|
59463
59435
|
# that was launched from an AMI with a billing product code, make sure
|
59464
59436
|
# that the Reserved Instance has the matching billing product code. If
|
59465
59437
|
# you purchase a Reserved Instance without the matching billing product
|
59466
|
-
# code, the Reserved Instance
|
59467
|
-
#
|
59468
|
-
#
|
59469
|
-
#
|
59438
|
+
# code, the Reserved Instance is not applied to the On-Demand Instance.
|
59439
|
+
# For information about how to obtain the platform details and billing
|
59440
|
+
# information of an AMI, see [Understand AMI billing information][4] in
|
59441
|
+
# the *Amazon EC2 User Guide*.
|
59470
59442
|
#
|
59471
59443
|
#
|
59472
59444
|
#
|
@@ -59955,7 +59927,7 @@ module Aws::EC2
|
|
59955
59927
|
# resp.associations.transit_gateway_multicast_domain_id #=> String
|
59956
59928
|
# resp.associations.transit_gateway_attachment_id #=> String
|
59957
59929
|
# resp.associations.resource_id #=> String
|
59958
|
-
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
59930
|
+
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
59959
59931
|
# resp.associations.resource_owner_id #=> String
|
59960
59932
|
# resp.associations.subnets #=> Array
|
59961
59933
|
# resp.associations.subnets[0].subnet_id #=> String
|
@@ -60161,13 +60133,13 @@ module Aws::EC2
|
|
60161
60133
|
# Releases the specified Elastic IP address.
|
60162
60134
|
#
|
60163
60135
|
# \[Default VPC\] Releasing an Elastic IP address automatically
|
60164
|
-
# disassociates it from any instance that it's associated with.
|
60165
|
-
# disassociate an Elastic IP address without
|
60166
|
-
#
|
60136
|
+
# disassociates it from any instance that it's associated with.
|
60137
|
+
# Alternatively, you can disassociate an Elastic IP address without
|
60138
|
+
# releasing it.
|
60167
60139
|
#
|
60168
|
-
# \[Nondefault VPC\] You must
|
60169
|
-
#
|
60170
|
-
#
|
60140
|
+
# \[Nondefault VPC\] You must disassociate the Elastic IP address before
|
60141
|
+
# you can release it. Otherwise, Amazon EC2 returns an error
|
60142
|
+
# (`InvalidIPAddress.InUse`).
|
60171
60143
|
#
|
60172
60144
|
# After releasing an Elastic IP address, it is released to the IP
|
60173
60145
|
# address pool. Be sure to update your DNS records and any servers or
|
@@ -60177,7 +60149,11 @@ module Aws::EC2
|
|
60177
60149
|
# Amazon Web Services account.
|
60178
60150
|
#
|
60179
60151
|
# After you release an Elastic IP address, you might be able to recover
|
60180
|
-
# it. For more information, see
|
60152
|
+
# it. For more information, see [Release an Elastic IP address][1].
|
60153
|
+
#
|
60154
|
+
#
|
60155
|
+
#
|
60156
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-instance-addressing-eips-releasing.html
|
60181
60157
|
#
|
60182
60158
|
# @option params [String] :allocation_id
|
60183
60159
|
# The allocation ID. This parameter is required.
|
@@ -60837,7 +60813,7 @@ module Aws::EC2
|
|
60837
60813
|
# resp.route.transit_gateway_attachments #=> Array
|
60838
60814
|
# resp.route.transit_gateway_attachments[0].resource_id #=> String
|
60839
60815
|
# resp.route.transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
|
60840
|
-
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
60816
|
+
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
60841
60817
|
# resp.route.type #=> String, one of "static", "propagated"
|
60842
60818
|
# resp.route.state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
|
60843
60819
|
#
|
@@ -62998,12 +62974,12 @@ module Aws::EC2
|
|
62998
62974
|
# must be specified here or in a launch template.
|
62999
62975
|
#
|
63000
62976
|
# @option params [String] :instance_type
|
63001
|
-
# The instance type. For more information, see [Amazon EC2
|
63002
|
-
#
|
62977
|
+
# The instance type. For more information, see [Amazon EC2 Instance
|
62978
|
+
# Types Guide][1].
|
63003
62979
|
#
|
63004
62980
|
#
|
63005
62981
|
#
|
63006
|
-
# [1]: https://docs.aws.amazon.com/
|
62982
|
+
# [1]: https://docs.aws.amazon.com/ec2/latest/instancetypes/instance-types.html
|
63007
62983
|
#
|
63008
62984
|
# @option params [Integer] :ipv_6_address_count
|
63009
62985
|
# The number of IPv6 addresses to associate with the primary network
|
@@ -63036,8 +63012,8 @@ module Aws::EC2
|
|
63036
63012
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
|
63037
63013
|
#
|
63038
63014
|
# @option params [String] :key_name
|
63039
|
-
# The name of the key pair.
|
63040
|
-
#
|
63015
|
+
# The name of the key pair. For more information, see [Create a key pair
|
63016
|
+
# for your EC2 instance][1].
|
63041
63017
|
#
|
63042
63018
|
# If you do not specify a key pair, you can't connect to the instance
|
63043
63019
|
# unless you choose an AMI that is configured to allow users another way
|
@@ -63045,8 +63021,7 @@ module Aws::EC2
|
|
63045
63021
|
#
|
63046
63022
|
#
|
63047
63023
|
#
|
63048
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/
|
63049
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportKeyPair.html
|
63024
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-key-pairs.html
|
63050
63025
|
#
|
63051
63026
|
# @option params [required, Integer] :max_count
|
63052
63027
|
# The maximum number of instances to launch. If you specify a value that
|
@@ -63096,17 +63071,12 @@ module Aws::EC2
|
|
63096
63071
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
|
63097
63072
|
#
|
63098
63073
|
# @option params [Array<String>] :security_group_ids
|
63099
|
-
# The IDs of the security groups.
|
63100
|
-
# [CreateSecurityGroup][1].
|
63074
|
+
# The IDs of the security groups.
|
63101
63075
|
#
|
63102
63076
|
# If you specify a network interface, you must specify any security
|
63103
63077
|
# groups as part of the network interface instead of using this
|
63104
63078
|
# parameter.
|
63105
63079
|
#
|
63106
|
-
#
|
63107
|
-
#
|
63108
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSecurityGroup.html
|
63109
|
-
#
|
63110
63080
|
# @option params [Array<String>] :security_groups
|
63111
63081
|
# \[Default VPC\] The names of the security groups.
|
63112
63082
|
#
|
@@ -63126,11 +63096,11 @@ module Aws::EC2
|
|
63126
63096
|
# The user data to make available to the instance. User data must be
|
63127
63097
|
# base64-encoded. Depending on the tool or SDK that you're using, the
|
63128
63098
|
# base64-encoding might be performed for you. For more information, see
|
63129
|
-
# [
|
63099
|
+
# [Run commands at launch using instance user data][1].
|
63130
63100
|
#
|
63131
63101
|
#
|
63132
63102
|
#
|
63133
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
63103
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html
|
63134
63104
|
#
|
63135
63105
|
# @option params [Array<Types::ElasticGpuSpecification>] :elastic_gpu_specification
|
63136
63106
|
# An elastic GPU to associate with the instance.
|
@@ -63229,24 +63199,23 @@ module Aws::EC2
|
|
63229
63199
|
#
|
63230
63200
|
# @option params [Types::InstanceMetadataOptionsRequest] :metadata_options
|
63231
63201
|
# The metadata options for the instance. For more information, see
|
63232
|
-
# [Instance
|
63202
|
+
# [Configure the Instance Metadata Service options][1].
|
63233
63203
|
#
|
63234
63204
|
#
|
63235
63205
|
#
|
63236
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
63206
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html
|
63237
63207
|
#
|
63238
63208
|
# @option params [Types::EnclaveOptionsRequest] :enclave_options
|
63239
63209
|
# Indicates whether the instance is enabled for Amazon Web Services
|
63240
|
-
# Nitro Enclaves. For more information, see [
|
63241
|
-
#
|
63242
|
-
# Guide*.
|
63210
|
+
# Nitro Enclaves. For more information, see [Amazon Web Services Nitro
|
63211
|
+
# Enclaves User Guide][1].
|
63243
63212
|
#
|
63244
63213
|
# You can't enable Amazon Web Services Nitro Enclaves and hibernation
|
63245
63214
|
# on the same instance.
|
63246
63215
|
#
|
63247
63216
|
#
|
63248
63217
|
#
|
63249
|
-
# [1]: https://docs.aws.amazon.com/enclaves/latest/user/
|
63218
|
+
# [1]: https://docs.aws.amazon.com/enclaves/latest/user/
|
63250
63219
|
#
|
63251
63220
|
# @option params [Types::PrivateDnsNameOptionsRequest] :private_dns_name_options
|
63252
63221
|
# The options for the instance hostname. The default values are
|
@@ -63258,11 +63227,11 @@ module Aws::EC2
|
|
63258
63227
|
#
|
63259
63228
|
# @option params [Boolean] :disable_api_stop
|
63260
63229
|
# Indicates whether an instance is enabled for stop protection. For more
|
63261
|
-
# information, see [
|
63230
|
+
# information, see [Enable stop protection for your EC2 instances][1].
|
63262
63231
|
#
|
63263
63232
|
#
|
63264
63233
|
#
|
63265
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
63234
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html
|
63266
63235
|
#
|
63267
63236
|
# @option params [Boolean] :enable_primary_ipv_6
|
63268
63237
|
# If you’re launching an instance into a dual-stack or IPv6-only subnet,
|
@@ -63327,7 +63296,8 @@ module Aws::EC2
|
|
63327
63296
|
# randomly generated token is used for the request to ensure
|
63328
63297
|
# idempotency.
|
63329
63298
|
#
|
63330
|
-
# For more information, see [Ensuring
|
63299
|
+
# For more information, see [Ensuring idempotency in Amazon EC2 API
|
63300
|
+
# requests][1].
|
63331
63301
|
#
|
63332
63302
|
# Constraints: Maximum 64 ASCII characters
|
63333
63303
|
#
|
@@ -63336,7 +63306,7 @@ module Aws::EC2
|
|
63336
63306
|
#
|
63337
63307
|
#
|
63338
63308
|
#
|
63339
|
-
# [1]: https://docs.aws.amazon.com/
|
63309
|
+
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
63340
63310
|
#
|
63341
63311
|
# @option params [String] :additional_info
|
63342
63312
|
# Reserved.
|
@@ -64088,7 +64058,7 @@ module Aws::EC2
|
|
64088
64058
|
# resp.multicast_groups[0].transit_gateway_attachment_id #=> String
|
64089
64059
|
# resp.multicast_groups[0].subnet_id #=> String
|
64090
64060
|
# resp.multicast_groups[0].resource_id #=> String
|
64091
|
-
# resp.multicast_groups[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
64061
|
+
# resp.multicast_groups[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
64092
64062
|
# resp.multicast_groups[0].resource_owner_id #=> String
|
64093
64063
|
# resp.multicast_groups[0].network_interface_id #=> String
|
64094
64064
|
# resp.multicast_groups[0].group_member #=> Boolean
|
@@ -64183,7 +64153,7 @@ module Aws::EC2
|
|
64183
64153
|
# resp.routes[0].transit_gateway_attachments #=> Array
|
64184
64154
|
# resp.routes[0].transit_gateway_attachments[0].resource_id #=> String
|
64185
64155
|
# resp.routes[0].transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
|
64186
|
-
# resp.routes[0].transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
64156
|
+
# resp.routes[0].transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
64187
64157
|
# resp.routes[0].type #=> String, one of "static", "propagated"
|
64188
64158
|
# resp.routes[0].state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
|
64189
64159
|
# resp.additional_routes_available #=> Boolean
|
@@ -64259,10 +64229,10 @@ module Aws::EC2
|
|
64259
64229
|
# Services Organization).
|
64260
64230
|
#
|
64261
64231
|
# The report is saved to your specified S3 bucket, using the following
|
64262
|
-
# path structure (with the
|
64232
|
+
# path structure (with the capitalized placeholders representing your
|
64263
64233
|
# specific values):
|
64264
64234
|
#
|
64265
|
-
# `s3://
|
64235
|
+
# `s3://AMZN-S3-DEMO-BUCKET/YOUR-OPTIONAL-S3-PREFIX/ec2_TARGETID_REPORTID_YYYYMMDDTHHMMZ.csv`
|
64266
64236
|
#
|
64267
64237
|
# **Prerequisites for generating a report**
|
64268
64238
|
#
|
@@ -65517,10 +65487,13 @@ module Aws::EC2
|
|
65517
65487
|
# [Stop and start Amazon EC2 instances][2] in the *Amazon EC2 User
|
65518
65488
|
# Guide*.
|
65519
65489
|
#
|
65520
|
-
# When you stop an instance, we shut it down.
|
65490
|
+
# When you stop or hibernate an instance, we shut it down. By default,
|
65491
|
+
# this includes a graceful operating system (OS) shutdown. To bypass the
|
65492
|
+
# graceful shutdown, use the `skipOsShutdown` parameter; however, this
|
65493
|
+
# might risk data integrity.
|
65521
65494
|
#
|
65522
|
-
# You can use the
|
65523
|
-
# to hibernate an instance if the instance is [enabled for
|
65495
|
+
# You can use the StopInstances operation together with the `Hibernate`
|
65496
|
+
# parameter to hibernate an instance if the instance is [enabled for
|
65524
65497
|
# hibernation][3] and meets the [hibernation prerequisites][4]. Stopping
|
65525
65498
|
# an instance doesn't preserve data stored in RAM, while hibernation
|
65526
65499
|
# does. If hibernation fails, a normal shutdown occurs. For more
|
@@ -65528,10 +65501,10 @@ module Aws::EC2
|
|
65528
65501
|
# *Amazon EC2 User Guide*.
|
65529
65502
|
#
|
65530
65503
|
# If your instance appears stuck in the `stopping` state, there might be
|
65531
|
-
# an issue with the underlying host computer. You can use the
|
65532
|
-
# operation together with the Force parameter to force
|
65533
|
-
# instance. For more information, see [Troubleshoot Amazon EC2
|
65534
|
-
# stop issues][6] in the *Amazon EC2 User Guide*.
|
65504
|
+
# an issue with the underlying host computer. You can use the
|
65505
|
+
# StopInstances operation together with the Force parameter to force
|
65506
|
+
# stop your instance. For more information, see [Troubleshoot Amazon EC2
|
65507
|
+
# instance stop issues][6] in the *Amazon EC2 User Guide*.
|
65535
65508
|
#
|
65536
65509
|
# Stopping and hibernating an instance differs from rebooting or
|
65537
65510
|
# terminating it. For example, a stopped or hibernated instance retains
|
@@ -65565,7 +65538,7 @@ module Aws::EC2
|
|
65565
65538
|
# @option params [Boolean] :hibernate
|
65566
65539
|
# Hibernates the instance if the instance was enabled for hibernation at
|
65567
65540
|
# launch. If the instance cannot hibernate successfully, a normal
|
65568
|
-
# shutdown occurs. For more information, see [Hibernate your
|
65541
|
+
# shutdown occurs. For more information, see [Hibernate your Amazon EC2
|
65569
65542
|
# instance][1] in the *Amazon EC2 User Guide*.
|
65570
65543
|
#
|
65571
65544
|
# Default: `false`
|
@@ -65574,6 +65547,16 @@ module Aws::EC2
|
|
65574
65547
|
#
|
65575
65548
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
65576
65549
|
#
|
65550
|
+
# @option params [Boolean] :skip_os_shutdown
|
65551
|
+
# Specifies whether to bypass the graceful OS shutdown process when the
|
65552
|
+
# instance is stopped.
|
65553
|
+
#
|
65554
|
+
# Bypassing the graceful OS shutdown might result in data loss or
|
65555
|
+
# corruption (for example, memory contents not flushed to disk or loss
|
65556
|
+
# of in-flight IOs) or skipped shutdown scripts.
|
65557
|
+
#
|
65558
|
+
# Default: `false`
|
65559
|
+
#
|
65577
65560
|
# @option params [Boolean] :dry_run
|
65578
65561
|
# Checks whether you have the required permissions for the operation,
|
65579
65562
|
# without actually making the request, and provides an error response.
|
@@ -65635,6 +65618,7 @@ module Aws::EC2
|
|
65635
65618
|
# resp = client.stop_instances({
|
65636
65619
|
# instance_ids: ["InstanceId"], # required
|
65637
65620
|
# hibernate: false,
|
65621
|
+
# skip_os_shutdown: false,
|
65638
65622
|
# dry_run: false,
|
65639
65623
|
# force: false,
|
65640
65624
|
# })
|
@@ -65759,6 +65743,11 @@ module Aws::EC2
|
|
65759
65743
|
# the instance launched. Volumes attached after instance launch continue
|
65760
65744
|
# running.
|
65761
65745
|
#
|
65746
|
+
# By default, the TerminateInstances operation includes a graceful
|
65747
|
+
# operating system (OS) shutdown. To bypass the graceful shutdown, use
|
65748
|
+
# the `skipOsShutdown` parameter; however, this might risk data
|
65749
|
+
# integrity.
|
65750
|
+
#
|
65762
65751
|
# You can stop, start, and terminate EBS-backed instances. You can only
|
65763
65752
|
# terminate instance store-backed instances. What happens to an instance
|
65764
65753
|
# differs if you stop or terminate it. For example, when you stop an
|
@@ -65767,16 +65756,22 @@ module Aws::EC2
|
|
65767
65756
|
# volumes with the `DeleteOnTermination` block device mapping parameter
|
65768
65757
|
# set to `true` are automatically deleted. For more information about
|
65769
65758
|
# the differences between stopping and terminating instances, see
|
65770
|
-
# [
|
65759
|
+
# [Amazon EC2 instance state changes][2] in the *Amazon EC2 User Guide*.
|
65771
65760
|
#
|
65772
|
-
#
|
65773
|
-
#
|
65761
|
+
# When you terminate an instance, we attempt to terminate it forcibly
|
65762
|
+
# after a short while. If your instance appears stuck in the
|
65763
|
+
# shutting-down state after a period of time, there might be an issue
|
65764
|
+
# with the underlying host computer. For more information about
|
65765
|
+
# terminating and troubleshooting terminating your instances, see
|
65766
|
+
# [Terminate Amazon EC2 instances][3] and [Troubleshooting terminating
|
65767
|
+
# your instance][4] in the *Amazon EC2 User Guide*.
|
65774
65768
|
#
|
65775
65769
|
#
|
65776
65770
|
#
|
65777
65771
|
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
65778
65772
|
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html
|
65779
|
-
# [3]: https://docs.aws.amazon.com/
|
65773
|
+
# [3]: https://docs.aws.amazon.com/
|
65774
|
+
# [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesShuttingDown.html
|
65780
65775
|
#
|
65781
65776
|
# @option params [required, Array<String>] :instance_ids
|
65782
65777
|
# The IDs of the instances.
|
@@ -65784,6 +65779,19 @@ module Aws::EC2
|
|
65784
65779
|
# Constraints: Up to 1000 instance IDs. We recommend breaking up this
|
65785
65780
|
# request into smaller batches.
|
65786
65781
|
#
|
65782
|
+
# @option params [Boolean] :force
|
65783
|
+
# Forces the instances to terminate. The instance will first attempt a
|
65784
|
+
# graceful shutdown, which includes flushing file system caches and
|
65785
|
+
# metadata. If the graceful shutdown fails to complete within the
|
65786
|
+
# timeout period, the instance shuts down forcibly without flushing the
|
65787
|
+
# file system caches and metadata.
|
65788
|
+
#
|
65789
|
+
# @option params [Boolean] :skip_os_shutdown
|
65790
|
+
# Specifies whether to bypass the graceful OS shutdown process when the
|
65791
|
+
# instance is terminated.
|
65792
|
+
#
|
65793
|
+
# Default: `false`
|
65794
|
+
#
|
65787
65795
|
# @option params [Boolean] :dry_run
|
65788
65796
|
# Checks whether you have the required permissions for the operation,
|
65789
65797
|
# without actually making the request, and provides an error response.
|
@@ -65826,6 +65834,8 @@ module Aws::EC2
|
|
65826
65834
|
#
|
65827
65835
|
# resp = client.terminate_instances({
|
65828
65836
|
# instance_ids: ["InstanceId"], # required
|
65837
|
+
# force: false,
|
65838
|
+
# skip_os_shutdown: false,
|
65829
65839
|
# dry_run: false,
|
65830
65840
|
# })
|
65831
65841
|
#
|
@@ -66408,7 +66418,7 @@ module Aws::EC2
|
|
66408
66418
|
tracer: tracer
|
66409
66419
|
)
|
66410
66420
|
context[:gem_name] = 'aws-sdk-ec2'
|
66411
|
-
context[:gem_version] = '1.
|
66421
|
+
context[:gem_version] = '1.545.0'
|
66412
66422
|
Seahorse::Client::Request.new(handlers, context)
|
66413
66423
|
end
|
66414
66424
|
|