@aws-sdk/client-ec2 3.371.0 → 3.376.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.
Files changed (70) hide show
  1. package/dist-cjs/models/models_4.js +1 -0
  2. package/dist-es/models/models_4.js +1 -0
  3. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
  5. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +3 -2
  6. package/dist-types/commands/AssociateRouteTableCommand.d.ts +1 -1
  7. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -2
  8. package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
  9. package/dist-types/commands/AttachInternetGatewayCommand.d.ts +3 -2
  10. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  11. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +0 -3
  12. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -2
  13. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -11
  14. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateImageCommand.d.ts +0 -10
  16. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +2 -2
  17. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
  21. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +6 -5
  25. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateVpcCommand.d.ts +4 -4
  27. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +4 -4
  28. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +2 -6
  29. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +4 -4
  30. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +2 -2
  32. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +0 -9
  35. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -2
  38. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +3 -3
  39. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
  40. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +4 -2
  41. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +4 -3
  42. package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +5 -6
  43. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +6 -5
  44. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  45. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +2 -3
  46. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +2 -3
  47. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +5 -0
  48. package/dist-types/commands/ImportInstanceCommand.d.ts +11 -4
  49. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -16
  50. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  51. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  52. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -2
  53. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +2 -2
  54. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  55. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  56. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  57. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +2 -3
  58. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +3 -5
  59. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -3
  60. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  61. package/dist-types/models/models_0.d.ts +24 -32
  62. package/dist-types/models/models_1.d.ts +85 -30
  63. package/dist-types/models/models_2.d.ts +8 -11
  64. package/dist-types/models/models_3.d.ts +12 -15
  65. package/dist-types/models/models_4.d.ts +34 -22
  66. package/dist-types/models/models_5.d.ts +15 -12
  67. package/dist-types/models/models_6.d.ts +25 -36
  68. package/dist-types/models/models_7.d.ts +6 -6
  69. package/dist-types/ts3.4/models/models_4.d.ts +1 -0
  70. package/package.json +1 -1
@@ -231,6 +231,7 @@ exports.SpotInstanceState = {
231
231
  active: "active",
232
232
  cancelled: "cancelled",
233
233
  closed: "closed",
234
+ disabled: "disabled",
234
235
  failed: "failed",
235
236
  open: "open",
236
237
  };
@@ -227,6 +227,7 @@ export const SpotInstanceState = {
227
227
  active: "active",
228
228
  cancelled: "cancelled",
229
229
  closed: "closed",
230
+ disabled: "disabled",
230
231
  failed: "failed",
231
232
  open: "open",
232
233
  };
@@ -23,7 +23,8 @@ export interface AssignPrivateNatGatewayAddressCommandOutput extends AssignPriva
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Assigns one or more private IPv4 addresses to a private NAT gateway. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-working-with">Work with NAT gateways</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
26
+ * <p>Assigns one or more private IPv4 addresses to a private NAT gateway. For more information, see
27
+ * <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-working-with">Work with NAT gateways</a> in the <i>Amazon VPC User Guide</i>.</p>
27
28
  * @example
28
29
  * Use a bare-bones client and the command you need to make an API call.
29
30
  * ```javascript
@@ -26,7 +26,7 @@ export interface AssociateDhcpOptionsCommandOutput extends __MetadataBearer {
26
26
  * <p>Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.</p>
27
27
  * <p>After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don't need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance.</p>
28
28
  * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP options sets</a>
29
- * in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
29
+ * in the <i>Amazon VPC User Guide</i>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -23,8 +23,9 @@ export interface AssociateNatGatewayAddressCommandOutput extends AssociateNatGat
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-working-with">Work with NAT gateways</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
27
- * <p>By default, you can associate up to 2 Elastic IP addresses per public NAT gateway. You can increase the limit by requesting a quota adjustment. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-eips">Elastic IP address quotas</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
26
+ * <p>Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information,
27
+ * see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-working-with">Work with NAT gateways</a> in the <i>Amazon VPC User Guide</i>.</p>
28
+ * <p>By default, you can associate up to 2 Elastic IP addresses per public NAT gateway. You can increase the limit by requesting a quota adjustment. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-eips">Elastic IP address quotas</a> in the <i>Amazon VPC User Guide</i>.</p>
28
29
  * @example
29
30
  * Use a bare-bones client and the command you need to make an API call.
30
31
  * ```javascript
@@ -29,7 +29,7 @@ export interface AssociateRouteTableCommandOutput extends AssociateRouteTableRes
29
29
  * action returns an association ID, which you need in order to disassociate the route
30
30
  * table later. A route table can be associated with multiple subnets.</p>
31
31
  * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the
32
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
32
+ * <i>Amazon VPC User Guide</i>.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -30,8 +30,8 @@ export interface AssociateVpcCidrBlockCommandOutput extends AssociateVpcCidrBloc
30
30
  * <p>You must specify one of the following in the request: an IPv4 CIDR block, an IPv6
31
31
  * pool, or an Amazon-provided IPv6 CIDR block.</p>
32
32
  * <p>For more information about associating CIDR blocks with your VPC and applicable
33
- * restrictions, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html#VPC_Sizing">VPC and subnet sizing</a> in the
34
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
33
+ * restrictions, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-ip-addressing.html">IP addressing for your VPCs and subnets</a>
34
+ * in the <i>Amazon VPC User Guide</i>.</p>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
37
37
  * ```javascript
@@ -24,9 +24,9 @@ export interface AttachClassicLinkVpcCommandOutput extends AttachClassicLinkVpcR
24
24
  /**
25
25
  * @public
26
26
  * <note>
27
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
27
+ * <p>This action is deprecated.</p>
28
28
  * </note>
29
- * <p>Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's
29
+ * <p>Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC
30
30
  * security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You
31
31
  * can only link an instance that's in the <code>running</code> state. An instance is
32
32
  * automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when
@@ -23,8 +23,9 @@ export interface AttachInternetGatewayCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and
27
- * the VPC. For more information about your VPC and internet gateway, see the <a href="https://docs.aws.amazon.com/vpc/latest/userguide/">Amazon Virtual Private Cloud User Guide</a>.</p>
26
+ * <p>Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity
27
+ * between the internet and the VPC. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Internet_Gateway.html">Internet gateways</a> in the
28
+ * <i>Amazon VPC User Guide</i>.</p>
28
29
  * @example
29
30
  * Use a bare-bones client and the command you need to make an API call.
30
31
  * ```javascript
@@ -23,7 +23,7 @@ export interface AuthorizeSecurityGroupEgressCommandOutput extends AuthorizeSecu
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>[VPC only] Adds the specified outbound (egress) rules to a security group for use with a VPC.</p>
26
+ * <p>Adds the specified outbound (egress) rules to a security group for use with a VPC.</p>
27
27
  * <p>An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR
28
28
  * address ranges, or to the instances that are associated with the specified source
29
29
  * security groups. When specifying an outbound rule for your security group in a VPC, the
@@ -35,9 +35,6 @@ export interface AuthorizeSecurityGroupIngressCommandOutput extends AuthorizeSec
35
35
  * <p>Rule changes are propagated to instances within the security group as quickly as possible.
36
36
  * However, a small delay might occur.</p>
37
37
  * <p>For more information about VPC security group quotas, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html">Amazon VPC quotas</a>.</p>
38
- * <note>
39
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
40
- * </note>
41
38
  * @example
42
39
  * Use a bare-bones client and the command you need to make an API call.
43
40
  * ```javascript
@@ -25,8 +25,8 @@ export interface CreateDefaultSubnetCommandOutput extends CreateDefaultSubnetRes
25
25
  * @public
26
26
  * <p>Creates a default subnet with a size <code>/20</code> IPv4 CIDR block in the
27
27
  * specified Availability Zone in your default VPC. You can have only one default subnet
28
- * per Availability Zone. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html#create-default-subnet">Creating a default
29
- * subnet</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
28
+ * per Availability Zone. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html#create-default-subnet">Create a default
29
+ * subnet</a> in the <i>Amazon VPC User Guide</i>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -25,19 +25,11 @@ export interface CreateDefaultVpcCommandOutput extends CreateDefaultVpcResult, _
25
25
  * @public
26
26
  * <p>Creates a default VPC with a size <code>/16</code> IPv4 CIDR block and a default subnet
27
27
  * in each Availability Zone. For more information about the components of a default VPC,
28
- * see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html">Default VPC and
29
- * default subnets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. You cannot
30
- * specify the components of the default VPC yourself.</p>
28
+ * see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html">Default VPCs</a>
29
+ * in the <i>Amazon VPC User Guide</i>. You cannot specify the components of the
30
+ * default VPC yourself.</p>
31
31
  * <p>If you deleted your previous default VPC, you can create a default VPC. You cannot have
32
32
  * more than one default VPC per Region.</p>
33
- * <p>If your account supports EC2-Classic, you cannot use this action to create a default VPC
34
- * in a Region that supports EC2-Classic. If you want a default VPC in a Region that
35
- * supports EC2-Classic, see "I really want a default VPC for my existing EC2 account. Is
36
- * that possible?" in the <a href="http://aws.amazon.com/vpc/faqs/#Default_VPCs">Default VPCs
37
- * FAQ</a>.</p>
38
- * <note>
39
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
40
- * </note>
41
33
  * @example
42
34
  * Use a bare-bones client and the command you need to make an API call.
43
35
  * ```javascript
@@ -74,7 +74,7 @@ export interface CreateDhcpOptionsCommandOutput extends CreateDhcpOptionsResult,
74
74
  * VPC has an internet gateway, make sure to set the <code>domain-name-servers</code>
75
75
  * option either to <code>AmazonProvidedDNS</code> or to a domain name server of your
76
76
  * choice. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP options sets</a> in the
77
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
77
+ * <i>Amazon VPC User Guide</i>.</p>
78
78
  * @example
79
79
  * Use a bare-bones client and the command you need to make an API call.
80
80
  * ```javascript
@@ -25,16 +25,6 @@ export interface CreateImageCommandOutput extends CreateImageResult, __MetadataB
25
25
  * @public
26
26
  * <p>Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance
27
27
  * that is either running or stopped.</p>
28
- * <p>By default, when Amazon EC2 creates the new AMI, it reboots the instance so that it can
29
- * take snapshots of the attached volumes while data is at rest, in order to ensure a consistent
30
- * state. You can set the <code>NoReboot</code> parameter to <code>true</code> in the API request,
31
- * or use the <code>--no-reboot</code> option in the CLI to prevent Amazon EC2 from shutting down and
32
- * rebooting the instance.</p>
33
- * <important>
34
- * <p>If you choose to bypass the shutdown and reboot process by setting the <code>NoReboot</code>
35
- * parameter to <code>true</code> in the API request, or by using the <code>--no-reboot</code> option
36
- * in the CLI, we can't guarantee the file system integrity of the created image.</p>
37
- * </important>
38
28
  * <p>If you customized your instance with instance store volumes or Amazon EBS volumes in addition to the root device volume, the
39
29
  * new AMI contains block device mapping information for those volumes. When you launch an instance from this new AMI,
40
30
  * the instance automatically launches with those additional volumes.</p>
@@ -24,8 +24,8 @@ export interface CreateInstanceConnectEndpointCommandOutput extends CreateInstan
24
24
  /**
25
25
  * @public
26
26
  * <p>Creates an EC2 Instance Connect Endpoint.</p>
27
- * <p>An EC2 Instance Connect Endpoint allows you to connect to a resource, without
28
- * requiring the resource to have a public IPv4 address. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect-Endpoint.html">Connect to your resources without requiring a public IPv4 address using EC2
27
+ * <p>An EC2 Instance Connect Endpoint allows you to connect to an instance, without
28
+ * requiring the instance to have a public IPv4 address. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect-Endpoint.html">Connect to your instances without requiring a public IPv4 address using EC2
29
29
  * Instance Connect Endpoint</a> in the <i>Amazon EC2 User
30
30
  * Guide</i>.</p>
31
31
  * @example
@@ -24,9 +24,9 @@ export interface CreateInstanceExportTaskCommandOutput extends CreateInstanceExp
24
24
  /**
25
25
  * @public
26
26
  * <p>Exports a running or stopped instance to an Amazon S3 bucket.</p>
27
- * <p>For information about the supported operating systems, image formats, and known limitations
28
- * for the types of instances you can export, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport.html">Exporting an instance as a VM Using VM Import/Export</a>
29
- * in the <i>VM Import/Export User Guide</i>.</p>
27
+ * <p>For information about the prerequisites for your Amazon S3 bucket, supported operating systems,
28
+ * image formats, and known limitations for the types of instances you can export, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport.html">Exporting an instance as a VM Using VM
29
+ * Import/Export</a> in the <i>VM Import/Export User Guide</i>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -25,7 +25,8 @@ export interface CreateInternetGatewayCommandOutput extends CreateInternetGatewa
25
25
  * @public
26
26
  * <p>Creates an internet gateway for use with a VPC. After creating the internet gateway,
27
27
  * you attach it to a VPC using <a>AttachInternetGateway</a>.</p>
28
- * <p>For more information about your VPC and internet gateway, see the <a href="https://docs.aws.amazon.com/vpc/latest/userguide/">Amazon Virtual Private Cloud User Guide</a>.</p>
28
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Internet_Gateway.html">Internet gateways</a> in the
29
+ * <i>Amazon VPC User Guide</i>.</p>
29
30
  * @example
30
31
  * Use a bare-bones client and the command you need to make an API call.
31
32
  * ```javascript
@@ -32,7 +32,7 @@ export interface CreateNatGatewayCommandOutput extends CreateNatGatewayResult, _
32
32
  * networks through a transit gateway or virtual private gateway. Common use cases include
33
33
  * running large workloads behind a small pool of allowlisted IPv4 addresses, preserving
34
34
  * private IPv4 addresses, and communicating between overlapping networks.</p>
35
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html">NAT gateways</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
35
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html">NAT gateways</a> in the <i>Amazon VPC User Guide</i>.</p>
36
36
  * @example
37
37
  * Use a bare-bones client and the command you need to make an API call.
38
38
  * ```javascript
@@ -24,8 +24,8 @@ export interface CreateNetworkAclCommandOutput extends CreateNetworkAclResult, _
24
24
  /**
25
25
  * @public
26
26
  * <p>Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC.</p>
27
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html">Network ACLs</a> in the
28
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
27
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html">Network ACLs</a> in the
28
+ * <i>Amazon VPC User Guide</i>.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -30,7 +30,8 @@ export interface CreateNetworkAclEntryCommandOutput extends __MetadataBearer {
30
30
  * <p>We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the
31
31
  * other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules.</p>
32
32
  * <p>After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one.</p>
33
- * <p>For more information about network ACLs, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html">Network ACLs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
33
+ * <p>For more information about network ACLs, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html">Network ACLs</a>
34
+ * in the <i>Amazon VPC User Guide</i>.</p>
34
35
  * @example
35
36
  * Use a bare-bones client and the command you need to make an API call.
36
37
  * ```javascript
@@ -43,7 +43,7 @@ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataB
43
43
  * in the list covers a smaller number of IP addresses and is therefore more specific,
44
44
  * so we use that route to determine where to target the traffic.</p>
45
45
  * <p>For more information about route tables, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the
46
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
46
+ * <i>Amazon VPC User Guide</i>.</p>
47
47
  * @example
48
48
  * Use a bare-bones client and the command you need to make an API call.
49
49
  * ```javascript
@@ -25,7 +25,7 @@ export interface CreateRouteTableCommandOutput extends CreateRouteTableResult, _
25
25
  * @public
26
26
  * <p>Creates a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet.</p>
27
27
  * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the
28
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
28
+ * <i>Amazon VPC User Guide</i>.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -30,17 +30,18 @@ export interface CreateSecurityGroupCommandOutput extends CreateSecurityGroupRes
30
30
  * the <i>Amazon Elastic Compute Cloud User Guide</i> and
31
31
  * <a href="https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html">Security groups for your VPC</a> in the
32
32
  * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
33
- * <p>When you create a security group, you specify a friendly name of your choice. You can have a security group for use in EC2-Classic with the same name as a security group for use in a VPC. However, you can't have two security groups for use in EC2-Classic with the same name or two security groups for use in a VPC with the same name.</p>
34
- * <p>You have a default security group for use in EC2-Classic and a default security group for use in your VPC. If you don't specify a security group when you launch an instance, the instance is launched into the appropriate default security group. A default security group includes a default rule that grants instances unrestricted network access to each other.</p>
33
+ * <p>When you create a security group, you specify a friendly name of your choice.
34
+ * You can't have two security groups for the same VPC with the same name.</p>
35
+ * <p>You have a default security group for use in your VPC. If you don't specify a security group
36
+ * when you launch an instance, the instance is launched into the appropriate default security group.
37
+ * A default security group includes a default rule that grants instances unrestricted network access
38
+ * to each other.</p>
35
39
  * <p>You can add or remove rules from your security groups using
36
40
  * <a>AuthorizeSecurityGroupIngress</a>,
37
41
  * <a>AuthorizeSecurityGroupEgress</a>,
38
42
  * <a>RevokeSecurityGroupIngress</a>, and
39
43
  * <a>RevokeSecurityGroupEgress</a>.</p>
40
44
  * <p>For more information about VPC security group limits, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html">Amazon VPC Limits</a>.</p>
41
- * <note>
42
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
43
- * </note>
44
45
  * @example
45
46
  * Use a bare-bones client and the command you need to make an API call.
46
47
  * ```javascript
@@ -39,7 +39,7 @@ export interface CreateSubnetCommandOutput extends CreateSubnetResult, __Metadat
39
39
  * <p>When you stop an instance in a subnet, it retains its private IPv4 address. It's
40
40
  * therefore possible to have a subnet with no running instances (they're all stopped), but
41
41
  * no remaining IP addresses available.</p>
42
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/configure-subnets.html">Subnets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
42
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/configure-subnets.html">Subnets</a> in the <i>Amazon VPC User Guide</i>.</p>
43
43
  * @example
44
44
  * Use a bare-bones client and the command you need to make an API call.
45
45
  * ```javascript
@@ -23,17 +23,17 @@ export interface CreateVpcCommandOutput extends CreateVpcResult, __MetadataBeare
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates a VPC with the specified CIDR blocks. For more information, see
27
- * <a href="https://docs.aws.amazon.com/vpc/latest/userguide/configure-your-vpc.html#vpc-cidr-blocks">VPC CIDR blocks</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
26
+ * <p>Creates a VPC with the specified CIDR blocks. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-ip-addressing.html">IP addressing for your VPCs and subnets</a> in the
27
+ * <i>Amazon VPC User Guide</i>.</p>
28
28
  * <p>You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided
29
29
  * IPv6 CIDR block from Amazon's pool of IPv6 addresses, or an IPv6 CIDR block from an IPv6 address
30
30
  * pool that you provisioned through bring your own IP addresses (<a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html">BYOIP</a>).</p>
31
31
  * <p>By default, each instance that you launch in the VPC has the default DHCP options, which
32
32
  * include only a default DNS server that we provide (AmazonProvidedDNS). For more
33
- * information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP option sets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
33
+ * information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP option sets</a> in the <i>Amazon VPC User Guide</i>.</p>
34
34
  * <p>You can specify the instance tenancy value for the VPC when you create it. You can't change
35
35
  * this value for the VPC after you create it. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-instance.html">Dedicated Instances</a> in the
36
- * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
36
+ * <i>Amazon EC2 User Guide</i>.</p>
37
37
  * @example
38
38
  * Use a bare-bones client and the command you need to make an API call.
39
39
  * ```javascript
@@ -23,10 +23,10 @@ export interface CreateVpcEndpointCommandOutput extends CreateVpcEndpointResult,
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates a VPC endpoint for a specified service. An endpoint enables you to create a
27
- * private connection between your VPC and the service. The service may be provided by Amazon Web Services,
28
- * an Amazon Web Services Marketplace Partner, or another Amazon Web Services account. For more information,
29
- * see the <a href="https://docs.aws.amazon.com/vpc/latest/privatelink/">Amazon Web Services PrivateLink Guide</a>.</p>
26
+ * <p>Creates a VPC endpoint. A VPC endpoint provides a private connection between the
27
+ * specified VPC and the specified endpoint service. You can use an endpoint service
28
+ * provided by Amazon Web Services, an Amazon Web Services Marketplace Partner, or another
29
+ * Amazon Web Services account. For more information, see the <a href="https://docs.aws.amazon.com/vpc/latest/privatelink/">Amazon Web Services PrivateLink User Guide</a>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -24,13 +24,9 @@ export interface DeleteSecurityGroupCommandOutput extends __MetadataBearer {
24
24
  /**
25
25
  * @public
26
26
  * <p>Deletes a security group.</p>
27
- * <p>If you attempt to delete a security group that is associated with an instance, or is
27
+ * <p>If you attempt to delete a security group that is associated with an instance or network interface or is
28
28
  * referenced by another security group, the operation fails with
29
- * <code>InvalidGroup.InUse</code> in EC2-Classic or
30
- * <code>DependencyViolation</code> in EC2-VPC.</p>
31
- * <note>
32
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
33
- * </note>
29
+ * <code>DependencyViolation</code>.</p>
34
30
  * @example
35
31
  * Use a bare-bones client and the command you need to make an API call.
36
32
  * ```javascript
@@ -23,12 +23,12 @@ export interface DescribeClassicLinkInstancesCommandOutput extends DescribeClass
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Describes one or more of your linked EC2-Classic instances. This request only returns
26
+ * <note>
27
+ * <p>This action is deprecated.</p>
28
+ * </note>
29
+ * <p>Describes one or more of your linked EC2-Classic instances. This request only returns
27
30
  * information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot
28
31
  * use this request to return information about other instances.</p>
29
- * <note>
30
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
31
- * </note>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -25,7 +25,7 @@ export interface DescribeDhcpOptionsCommandOutput extends DescribeDhcpOptionsRes
25
25
  * @public
26
26
  * <p>Describes one or more of your DHCP options sets.</p>
27
27
  * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP options sets</a> in the
28
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
28
+ * <i>Amazon VPC User Guide</i>.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -24,8 +24,8 @@ export interface DescribeNetworkAclsCommandOutput extends DescribeNetworkAclsRes
24
24
  /**
25
25
  * @public
26
26
  * <p>Describes one or more of your network ACLs.</p>
27
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html">Network ACLs</a> in the
28
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
27
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html">Network ACLs</a> in the
28
+ * <i>Amazon VPC User Guide</i>.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -26,7 +26,7 @@ export interface DescribeRouteTablesCommandOutput extends DescribeRouteTablesRes
26
26
  * <p>Describes one or more of your route tables.</p>
27
27
  * <p>Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations.</p>
28
28
  * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the
29
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
29
+ * <i>Amazon VPC User Guide</i>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -23,7 +23,7 @@ export interface DescribeSecurityGroupReferencesCommandOutput extends DescribeSe
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>[VPC only] Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.</p>
26
+ * <p>Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.</p>
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
29
29
  * ```javascript
@@ -24,15 +24,6 @@ export interface DescribeSecurityGroupsCommandOutput extends DescribeSecurityGro
24
24
  /**
25
25
  * @public
26
26
  * <p>Describes the specified security groups or all of your security groups.</p>
27
- * <p>A security group is for use with instances either in the EC2-Classic platform
28
- * or in a specific VPC. For more information, see
29
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html">Amazon EC2 security groups</a> in
30
- * the <i>Amazon Elastic Compute Cloud User Guide</i> and
31
- * <a href="https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html">Security groups for your VPC</a> in the
32
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
33
- * <note>
34
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
35
- * </note>
36
27
  * @example
37
28
  * Use a bare-bones client and the command you need to make an API call.
38
29
  * ```javascript
@@ -169,7 +169,7 @@ export interface DescribeSpotInstanceRequestsCommandOutput extends DescribeSpotI
169
169
  * // ProductDescription: "Linux/UNIX" || "Linux/UNIX (Amazon VPC)" || "Windows" || "Windows (Amazon VPC)",
170
170
  * // SpotInstanceRequestId: "STRING_VALUE",
171
171
  * // SpotPrice: "STRING_VALUE",
172
- * // State: "open" || "active" || "closed" || "cancelled" || "failed",
172
+ * // State: "open" || "active" || "closed" || "cancelled" || "failed" || "disabled",
173
173
  * // Status: { // SpotInstanceStatus
174
174
  * // Code: "STRING_VALUE",
175
175
  * // Message: "STRING_VALUE",
@@ -23,7 +23,7 @@ export interface DescribeStaleSecurityGroupsCommandOutput extends DescribeStaleS
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>[VPC only] Describes the stale security group rules for security groups in a specified VPC.
26
+ * <p>Describes the stale security group rules for security groups in a specified VPC.
27
27
  * Rules are stale when they reference a deleted security group in the same VPC or in a peer VPC,
28
28
  * or if they reference a security group in a peer VPC for which the VPC peering connection has
29
29
  * been deleted.</p>
@@ -24,8 +24,8 @@ export interface DescribeSubnetsCommandOutput extends DescribeSubnetsResult, __M
24
24
  /**
25
25
  * @public
26
26
  * <p>Describes one or more of your subnets.</p>
27
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">Your VPC and subnets</a> in the
28
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
27
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/configure-subnets.html">Subnets</a> in the
28
+ * <i>Amazon VPC User Guide</i>.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -23,10 +23,10 @@ export interface DescribeVpcClassicLinkCommandOutput extends DescribeVpcClassicL
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Describes the ClassicLink status of one or more VPCs.</p>
27
- * <note>
28
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
26
+ * <note>
27
+ * <p>This action is deprecated.</p>
29
28
  * </note>
29
+ * <p>Describes the ClassicLink status of the specified VPCs.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -24,13 +24,13 @@ export interface DescribeVpcClassicLinkDnsSupportCommandOutput extends DescribeV
24
24
  /**
25
25
  * @public
26
26
  * <note>
27
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
27
+ * <p>This action is deprecated.</p>
28
28
  * </note>
29
29
  * <p>Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS
30
30
  * hostname of a linked EC2-Classic instance resolves to its private IP address when
31
31
  * addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname
32
32
  * of an instance in a VPC resolves to its private IP address when addressed from a linked
33
- * EC2-Classic instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html">ClassicLink</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
33
+ * EC2-Classic instance.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -24,9 +24,11 @@ export interface DetachClassicLinkVpcCommandOutput extends DetachClassicLinkVpcR
24
24
  /**
25
25
  * @public
26
26
  * <note>
27
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
27
+ * <p>This action is deprecated.</p>
28
28
  * </note>
29
- * <p>Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.</p>
29
+ * <p>Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked,
30
+ * the VPC security groups are no longer associated with it. An instance is automatically unlinked from
31
+ * a VPC when it's stopped.</p>
30
32
  * @example
31
33
  * Use a bare-bones client and the command you need to make an API call.
32
34
  * ```javascript
@@ -23,10 +23,11 @@ export interface DisableVpcClassicLinkCommandOutput extends DisableVpcClassicLin
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.</p>
27
- * <note>
28
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
26
+ * <note>
27
+ * <p>This action is deprecated.</p>
29
28
  * </note>
29
+ * <p>Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances
30
+ * linked to it.</p>
30
31
  * @example
31
32
  * Use a bare-bones client and the command you need to make an API call.
32
33
  * ```javascript
@@ -23,14 +23,13 @@ export interface DisableVpcClassicLinkDnsSupportCommandOutput extends DisableVpc
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to
26
+ * <note>
27
+ * <p>This action is deprecated.</p>
28
+ * </note>
29
+ * <p>Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to
27
30
  * public IP addresses when addressed between a linked EC2-Classic instance and instances
28
- * in the VPC to which it's linked. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html">ClassicLink</a> in the
29
- * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
31
+ * in the VPC to which it's linked.</p>
30
32
  * <p>You must specify a VPC ID in the request.</p>
31
- * <note>
32
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
33
- * </note>
34
33
  * @example
35
34
  * Use a bare-bones client and the command you need to make an API call.
36
35
  * ```javascript