@aws-sdk/client-ec2 3.371.0 → 3.373.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 (65) hide show
  1. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -1
  2. package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
  3. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +3 -2
  4. package/dist-types/commands/AssociateRouteTableCommand.d.ts +1 -1
  5. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -2
  6. package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
  7. package/dist-types/commands/AttachInternetGatewayCommand.d.ts +3 -2
  8. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  9. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +0 -3
  10. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -2
  11. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -11
  12. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateImageCommand.d.ts +0 -10
  14. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +2 -2
  15. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
  19. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +6 -5
  23. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateVpcCommand.d.ts +4 -4
  25. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +4 -4
  26. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +2 -6
  27. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +4 -4
  28. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +2 -2
  30. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +0 -9
  33. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -2
  35. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +3 -3
  36. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
  37. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +4 -2
  38. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +4 -3
  39. package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +5 -6
  40. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +6 -5
  41. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  42. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +2 -3
  43. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +2 -3
  44. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +5 -0
  45. package/dist-types/commands/ImportInstanceCommand.d.ts +11 -4
  46. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -16
  47. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  48. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  49. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -2
  50. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +2 -2
  51. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  52. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  53. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +2 -3
  54. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +3 -5
  55. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -3
  56. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  57. package/dist-types/models/models_0.d.ts +24 -32
  58. package/dist-types/models/models_1.d.ts +85 -30
  59. package/dist-types/models/models_2.d.ts +8 -11
  60. package/dist-types/models/models_3.d.ts +12 -15
  61. package/dist-types/models/models_4.d.ts +33 -22
  62. package/dist-types/models/models_5.d.ts +15 -12
  63. package/dist-types/models/models_6.d.ts +25 -36
  64. package/dist-types/models/models_7.d.ts +6 -6
  65. package/package.json +1 -1
@@ -27,7 +27,7 @@ export interface DisassociateRouteTableCommandOutput extends __MetadataBearer {
27
27
  * <p>After you perform this action, the subnet no longer uses the routes in the route table.
28
28
  * Instead, it uses the routes in the VPC's main route table. For more information
29
29
  * about route tables, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route
30
- * tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
30
+ * tables</a> in the <i>Amazon VPC User Guide</i>.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -24,15 +24,14 @@ export interface EnableVpcClassicLinkCommandOutput extends EnableVpcClassicLinkR
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>Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your
30
30
  * ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot
31
31
  * enable your VPC for ClassicLink if any of your VPC route tables have existing routes for
32
32
  * address ranges within the <code>10.0.0.0/8</code> IP address range, excluding local
33
33
  * routes for VPCs in the <code>10.0.0.0/16</code> and <code>10.1.0.0/16</code> IP address
34
- * ranges. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html">ClassicLink</a> in the
35
- * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
34
+ * ranges.</p>
36
35
  * @example
37
36
  * Use a bare-bones client and the command you need to make an API call.
38
37
  * ```javascript
@@ -24,14 +24,13 @@ export interface EnableVpcClassicLinkDnsSupportCommandOutput extends EnableVpcCl
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>Enables a VPC to support DNS hostname resolution for ClassicLink. 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
34
- * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
33
+ * EC2-Classic instance.</p>
35
34
  * <p>You must specify a VPC ID in the request.</p>
36
35
  * @example
37
36
  * Use a bare-bones client and the command you need to make an API call.
@@ -41,6 +41,11 @@ export interface GetFlowLogsIntegrationTemplateCommandOutput extends GetFlowLogs
41
41
  * <p>Create a set of named queries in Athena that you can use to get started quickly</p>
42
42
  * </li>
43
43
  * </ul>
44
+ * <note>
45
+ * <p>
46
+ * <code>GetFlowLogsIntegrationTemplate</code> does not support integration between
47
+ * Amazon Web Services Transit Gateway Flow Logs and Amazon Athena.</p>
48
+ * </note>
44
49
  * @example
45
50
  * Use a bare-bones client and the command you need to make an API call.
46
51
  * ```javascript
@@ -23,12 +23,19 @@ export interface ImportInstanceCommandOutput extends ImportInstanceResult, __Met
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates an import instance task using metadata from the specified disk image.</p>
26
+ * <note>
27
+ * <p>We recommend that you use the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportImage.html">
28
+ * <code>ImportImage</code>
29
+ * </a>
30
+ * API. For more information, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html">Importing a VM as an image using VM
31
+ * Import/Export</a> in the <i>VM Import/Export User Guide</i>.</p>
32
+ * </note>
33
+ * <p>Creates an import instance task using metadata from the specified disk image.</p>
34
+ * <p>This API action is not supported by the Command Line Interface (CLI). For
35
+ * information about using the Amazon EC2 CLI, which is deprecated, see <a href="https://awsdocs.s3.amazonaws.com/EC2/ec2-clt.pdf#UsingVirtualMachinesinAmazonEC2">Importing
36
+ * a VM to Amazon EC2</a> in the <i>Amazon EC2 CLI Reference</i> PDF file.</p>
27
37
  * <p>This API action supports only single-volume VMs. To import multi-volume VMs, use <a>ImportImage</a>
28
38
  * instead.</p>
29
- * <p>This API action is not supported by the Command Line Interface (CLI). For
30
- * information about using the Amazon EC2 CLI, which is deprecated, see
31
- * <a href="https://awsdocs.s3.amazonaws.com/EC2/ec2-clt.pdf#UsingVirtualMachinesinAmazonEC2">Importing a VM to Amazon EC2</a> in the <i>Amazon EC2 CLI Reference</i> PDF file.</p>
32
39
  * <p>For information about the import manifest referenced by this API action, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html">VM Import Manifest</a>.</p>
33
40
  * @example
34
41
  * Use a bare-bones client and the command you need to make an API call.
@@ -23,22 +23,7 @@ export interface ModifyVpcPeeringConnectionOptionsCommandOutput extends ModifyVp
23
23
  }
24
24
  /**
25
25
  * @public
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>
28
- * </note>
29
- * <p>Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following:</p>
30
- * <ul>
31
- * <li>
32
- * <p>Enable/disable communication over the peering connection between an EC2-Classic instance that's linked to your VPC (using ClassicLink) and instances in the peer VPC.</p>
33
- * </li>
34
- * <li>
35
- * <p>Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC.</p>
36
- * </li>
37
- * <li>
38
- * <p>Enable/disable the ability to resolve public DNS hostnames to private IP
39
- * addresses when queried from instances in the peer VPC.</p>
40
- * </li>
41
- * </ul>
26
+ * <p>Modifies the VPC peering connection options on one side of a VPC peering connection.</p>
42
27
  * <p>If the peered VPCs are in the same Amazon Web Services account, you can enable DNS
43
28
  * resolution for queries from the local VPC. This ensures that queries from the local VPC
44
29
  * resolve to private IP addresses in the peer VPC. This option is not available if the
@@ -30,7 +30,7 @@ export interface ModifyVpcTenancyCommandOutput extends ModifyVpcTenancyResult, _
30
30
  * VPC have a tenancy of <code>default</code>, unless you specify otherwise during launch.
31
31
  * The tenancy of any existing instances in the VPC is not affected.</p>
32
32
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-instance.html">Dedicated Instances</a> in the
33
- * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
33
+ * <i>Amazon EC2 User Guide</i>.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -23,7 +23,7 @@ export interface ReleaseIpamPoolAllocationCommandOutput extends ReleaseIpamPoolA
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Release an allocation within an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations. You can only use this action to release manual allocations. To remove an allocation for a resource without deleting the resource, set its monitored state to false using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyIpamResourceCidr.html">ModifyIpamResourceCidr</a>. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/release-pool-alloc-ipam.html">Release an allocation</a> in the <i>Amazon VPC IPAM User Guide</i>.
26
+ * <p>Release an allocation within an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations. You can only use this action to release manual allocations. To remove an allocation for a resource without deleting the resource, set its monitored state to false using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyIpamResourceCidr.html">ModifyIpamResourceCidr</a>. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/release-alloc-ipam.html">Release an allocation</a> in the <i>Amazon VPC IPAM User Guide</i>.
27
27
  * </p>
28
28
  * <note>
29
29
  * <p>All EC2 API actions follow an <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/query-api-troubleshooting.html#eventual-consistency">eventual consistency</a> model.</p>
@@ -25,8 +25,7 @@ export interface ReplaceNetworkAclAssociationCommandOutput extends ReplaceNetwor
25
25
  * @public
26
26
  * <p>Changes which network ACL a subnet is associated with. By default when you create a
27
27
  * subnet, it's automatically associated with the default network ACL. For more
28
- * information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html">Network
29
- * ACLs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
28
+ * information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html">Network ACLs</a> in the <i>Amazon VPC User Guide</i>.</p>
30
29
  * <p>This is an idempotent operation.</p>
31
30
  * @example
32
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -23,8 +23,8 @@ export interface ReplaceNetworkAclEntryCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Replaces an entry (rule) in a network ACL. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html">Network ACLs</a> in the
27
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
26
+ * <p>Replaces an entry (rule) in a network ACL. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html">Network ACLs</a> in the
27
+ * <i>Amazon VPC User Guide</i>.</p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -28,7 +28,7 @@ export interface ReplaceRouteCommandOutput extends __MetadataBearer {
28
28
  * exactly one of the resources from the parameter list, or reset the local route to its default
29
29
  * target.</p>
30
30
  * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the
31
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
31
+ * <i>Amazon VPC User Guide</i>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -26,7 +26,7 @@ export interface ReplaceRouteTableAssociationCommandOutput extends ReplaceRouteT
26
26
  * <p>Changes the route table associated with a given subnet, internet gateway, or virtual private gateway in a VPC. After the operation
27
27
  * completes, the subnet or gateway uses the routes in the new route table. For more
28
28
  * information about route tables, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route
29
- * tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
29
+ * tables</a> in the <i>Amazon VPC User Guide</i>.</p>
30
30
  * <p>You can also use this operation to change which table is the main route table in the VPC. Specify the main route table's association ID and the route table ID of the new main route table.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
@@ -23,8 +23,7 @@ export interface RevokeSecurityGroupEgressCommandOutput extends RevokeSecurityGr
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>[VPC only] Removes the specified outbound (egress) rules from a security group for EC2-VPC.
27
- * This action does not apply to security groups for use in EC2-Classic.</p>
26
+ * <p>Removes the specified outbound (egress) rules from the specified security group.</p>
28
27
  * <p>You can specify rules using either rule IDs or security group rule properties. If you use
29
28
  * rule properties, the values that you specify (for example, ports) must match the existing rule's
30
29
  * values exactly. Each rule has a protocol, from and to ports, and destination (CIDR range,
@@ -32,7 +31,7 @@ export interface RevokeSecurityGroupEgressCommandOutput extends RevokeSecurityGr
32
31
  * destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type
33
32
  * and code. If the security group rule has a description, you do not need to specify the description
34
33
  * to revoke the rule.</p>
35
- * <p>[Default VPC] If the values you specify do not match the existing rule's values, no error is
34
+ * <p>For a default VPC, if the values you specify do not match the existing rule's values, no error is
36
35
  * returned, and the output describes the security group rules that were not revoked.</p>
37
36
  * <p>Amazon Web Services recommends that you describe the security group to verify that the rules were removed.</p>
38
37
  * <p>Rule changes are propagated to instances within the security group as quickly as possible. However,
@@ -31,13 +31,11 @@ export interface RevokeSecurityGroupIngressCommandOutput extends RevokeSecurityG
31
31
  * destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type
32
32
  * and code. If the security group rule has a description, you do not need to specify the description
33
33
  * to revoke the rule.</p>
34
- * <p>[EC2-Classic, default VPC] If the values you specify do not match the existing rule's values, no error is
34
+ * <p>For a default VPC, if the values you specify do not match the existing rule's values, no error is
35
35
  * returned, and the output describes the security group rules that were not revoked.</p>
36
36
  * <p>Amazon Web Services recommends that you describe the security group to verify that the rules were removed.</p>
37
- * <p>Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.</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>
37
+ * <p>Rule changes are propagated to instances within the security group as quickly as possible.
38
+ * However, a small delay might occur.</p>
41
39
  * @example
42
40
  * Use a bare-bones client and the command you need to make an API call.
43
41
  * ```javascript
@@ -23,13 +23,13 @@ export interface UnassignPrivateNatGatewayAddressCommandOutput extends UnassignP
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Unassigns secondary private IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-edit-secondary">Edit secondary IP address associations</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
26
+ * <p>Unassigns secondary private IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-edit-secondary">Edit secondary IP address associations</a> in the <i>Amazon VPC User Guide</i>.</p>
27
27
  * <p>While unassigning is in progress, you cannot assign/unassign additional IP addresses while the connections are being drained. You are, however, allowed to delete the NAT gateway.</p>
28
28
  * <p>A private IP address will only be released at the end of MaxDrainDurationSeconds. The
29
- * private IP addresses stay associated and support the existing connections but do not
29
+ * private IP addresses stay associated and support the existing connections, but do not
30
30
  * support any new connections (new connections are distributed across the remaining
31
31
  * assigned private IP address). After the existing connections drain out, the private IP
32
- * addresses get released. </p>
32
+ * addresses are released.</p>
33
33
  * <p></p>
34
34
  * <p></p>
35
35
  * @example
@@ -23,7 +23,7 @@ export interface UpdateSecurityGroupRuleDescriptionsEgressCommandOutput extends
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>[VPC only] Updates the description of an egress (outbound) security group rule. You
26
+ * <p>Updates the description of an egress (outbound) security group rule. You
27
27
  * can replace an existing description, or add a description to a rule that did not have one
28
28
  * previously. You can remove a description for a security group rule by omitting the
29
29
  * description parameter in the request.</p>
@@ -839,22 +839,20 @@ export interface Ipv6CidrBlock {
839
839
  }
840
840
  /**
841
841
  * @public
842
- * <note>
843
- * <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>
844
- * </note>
845
- * <p>Describes the VPC peering connection options.</p>
842
+ * <p>Describes the VPC peering connection options.</p>
846
843
  */
847
844
  export interface VpcPeeringConnectionOptionsDescription {
848
845
  /**
849
- * <p>Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.</p>
846
+ * <p>Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses
847
+ * when queried from instances in a peer VPC.</p>
850
848
  */
851
849
  AllowDnsResolutionFromRemoteVpc?: boolean;
852
850
  /**
853
- * <p>Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.</p>
851
+ * <p>Deprecated.</p>
854
852
  */
855
853
  AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
856
854
  /**
857
- * <p>Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.</p>
855
+ * <p>Deprecated.</p>
858
856
  */
859
857
  AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
860
858
  }
@@ -2889,7 +2887,7 @@ export interface AssignPrivateIpAddressesResult {
2889
2887
  */
2890
2888
  export interface AssignPrivateNatGatewayAddressRequest {
2891
2889
  /**
2892
- * <p>The NAT gateway ID.</p>
2890
+ * <p>The ID of the NAT gateway.</p>
2893
2891
  */
2894
2892
  NatGatewayId: string | undefined;
2895
2893
  /**
@@ -2966,7 +2964,7 @@ export interface NatGatewayAddress {
2966
2964
  */
2967
2965
  export interface AssignPrivateNatGatewayAddressResult {
2968
2966
  /**
2969
- * <p>The NAT gateway ID.</p>
2967
+ * <p>The ID of the NAT gateway.</p>
2970
2968
  */
2971
2969
  NatGatewayId?: string;
2972
2970
  /**
@@ -3558,7 +3556,7 @@ export interface AssociateIpamResourceDiscoveryResult {
3558
3556
  */
3559
3557
  export interface AssociateNatGatewayAddressRequest {
3560
3558
  /**
3561
- * <p>The NAT gateway ID.</p>
3559
+ * <p>The ID of the NAT gateway.</p>
3562
3560
  */
3563
3561
  NatGatewayId: string | undefined;
3564
3562
  /**
@@ -3581,7 +3579,7 @@ export interface AssociateNatGatewayAddressRequest {
3581
3579
  */
3582
3580
  export interface AssociateNatGatewayAddressResult {
3583
3581
  /**
3584
- * <p>The NAT gateway ID.</p>
3582
+ * <p>The ID of the NAT gateway.</p>
3585
3583
  */
3586
3584
  NatGatewayId?: string;
3587
3585
  /**
@@ -4135,15 +4133,15 @@ export interface AttachClassicLinkVpcRequest {
4135
4133
  */
4136
4134
  DryRun?: boolean;
4137
4135
  /**
4138
- * <p>The ID of one or more of the VPC's security groups. You cannot specify security groups from a different VPC.</p>
4136
+ * <p>The IDs of the security groups. You cannot specify security groups from a different VPC.</p>
4139
4137
  */
4140
4138
  Groups: string[] | undefined;
4141
4139
  /**
4142
- * <p>The ID of an EC2-Classic instance to link to the ClassicLink-enabled VPC.</p>
4140
+ * <p>The ID of the EC2-Classic instance.</p>
4143
4141
  */
4144
4142
  InstanceId: string | undefined;
4145
4143
  /**
4146
- * <p>The ID of a ClassicLink-enabled VPC.</p>
4144
+ * <p>The ID of the ClassicLink-enabled VPC.</p>
4147
4145
  */
4148
4146
  VpcId: string | undefined;
4149
4147
  }
@@ -4701,7 +4699,7 @@ export interface IpRange {
4701
4699
  }
4702
4700
  /**
4703
4701
  * @public
4704
- * <p>[EC2-VPC only] Describes an IPv6 range.</p>
4702
+ * <p>Describes an IPv6 range.</p>
4705
4703
  */
4706
4704
  export interface Ipv6Range {
4707
4705
  /**
@@ -4735,9 +4733,6 @@ export interface PrefixListId {
4735
4733
  /**
4736
4734
  * @public
4737
4735
  * <p>Describes a security group and Amazon Web Services account ID pair.</p>
4738
- * <note>
4739
- * <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>
4740
- * </note>
4741
4736
  */
4742
4737
  export interface UserIdGroupPair {
4743
4738
  /**
@@ -4752,9 +4747,8 @@ export interface UserIdGroupPair {
4752
4747
  */
4753
4748
  GroupId?: string;
4754
4749
  /**
4755
- * <p>The name of the security group. In a request, use this parameter for a security group
4756
- * in EC2-Classic or a default VPC only. For a security group in a nondefault VPC, use the
4757
- * security group ID. </p>
4750
+ * <p>[Default VPC] The name of the security group. For a security group in a nondefault VPC,
4751
+ * use the security group ID. </p>
4758
4752
  * <p>For a referenced security group in another VPC, this value is not returned if the
4759
4753
  * referenced security group is deleted.</p>
4760
4754
  */
@@ -4768,8 +4762,6 @@ export interface UserIdGroupPair {
4768
4762
  * <p>For a referenced security group in another VPC, the account ID of the referenced
4769
4763
  * security group is returned in the response. If the referenced security group is deleted,
4770
4764
  * this value is not returned.</p>
4771
- * <p>[EC2-Classic] Required when adding or removing rules that reference a security group
4772
- * in another Amazon Web Services account.</p>
4773
4765
  */
4774
4766
  UserId?: string;
4775
4767
  /**
@@ -4795,7 +4787,7 @@ export interface IpPermission {
4795
4787
  /**
4796
4788
  * <p>The IP protocol name (<code>tcp</code>, <code>udp</code>, <code>icmp</code>, <code>icmpv6</code>)
4797
4789
  * or number (see <a href="http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml">Protocol Numbers</a>).</p>
4798
- * <p>[VPC only] Use <code>-1</code> to specify all protocols. When authorizing
4790
+ * <p>Use <code>-1</code> to specify all protocols. When authorizing
4799
4791
  * security group rules, specifying <code>-1</code> or a protocol number other than
4800
4792
  * <code>tcp</code>, <code>udp</code>, <code>icmp</code>, or <code>icmpv6</code> allows
4801
4793
  * traffic on all ports, regardless of any port range you specify. For <code>tcp</code>,
@@ -4808,11 +4800,11 @@ export interface IpPermission {
4808
4800
  */
4809
4801
  IpRanges?: IpRange[];
4810
4802
  /**
4811
- * <p>[VPC only] The IPv6 ranges.</p>
4803
+ * <p>The IPv6 ranges.</p>
4812
4804
  */
4813
4805
  Ipv6Ranges?: Ipv6Range[];
4814
4806
  /**
4815
- * <p>[VPC only] The prefix list IDs.</p>
4807
+ * <p>The prefix list IDs.</p>
4816
4808
  */
4817
4809
  PrefixListIds?: PrefixListId[];
4818
4810
  /**
@@ -5004,7 +4996,7 @@ export interface AuthorizeSecurityGroupIngressRequest {
5004
4996
  */
5005
4997
  GroupId?: string;
5006
4998
  /**
5007
- * <p>[EC2-Classic, default VPC] The name of the security group. You must specify either the
4999
+ * <p>[Default VPC] The name of the security group. You must specify either the
5008
5000
  * security group ID or the security group name in the request. For security groups in a
5009
5001
  * nondefault VPC, you must specify the security group ID.</p>
5010
5002
  */
@@ -5016,22 +5008,22 @@ export interface AuthorizeSecurityGroupIngressRequest {
5016
5008
  /**
5017
5009
  * <p>The IP protocol name (<code>tcp</code>, <code>udp</code>, <code>icmp</code>) or number
5018
5010
  * (see <a href="http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml">Protocol Numbers</a>). To specify <code>icmpv6</code>, use a set of IP permissions.</p>
5019
- * <p>[VPC only] Use <code>-1</code> to specify all protocols. If you specify <code>-1</code> or a
5011
+ * <p>Use <code>-1</code> to specify all protocols. If you specify <code>-1</code> or a
5020
5012
  * protocol other than <code>tcp</code>, <code>udp</code>, or <code>icmp</code>, traffic on all ports
5021
5013
  * is allowed, regardless of any ports you specify.</p>
5022
5014
  * <p>Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.</p>
5023
5015
  */
5024
5016
  IpProtocol?: string;
5025
5017
  /**
5026
- * <p>[EC2-Classic, default VPC] The name of the source security group. You can't specify this parameter
5018
+ * <p>[Default VPC] The name of the source security group. You can't specify this parameter
5027
5019
  * in combination with the following parameters: the CIDR IP address range, the start of the port range,
5028
5020
  * the IP protocol, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access.
5029
- * To create a rule with a specific IP protocol and port range, use a set of IP permissions instead. For
5030
- * EC2-VPC, the source security group must be in the same VPC.</p>
5021
+ * To create a rule with a specific IP protocol and port range, use a set of IP permissions instead.
5022
+ * The source security group must be in the same VPC.</p>
5031
5023
  */
5032
5024
  SourceSecurityGroupName?: string;
5033
5025
  /**
5034
- * <p>[nondefault VPC] The Amazon Web Services account ID for the source security group, if the source security group is
5026
+ * <p>[Nondefault VPC] The Amazon Web Services account ID for the source security group, if the source security group is
5035
5027
  * in a different account. You can't specify this parameter in combination with the following parameters:
5036
5028
  * the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range.
5037
5029
  * Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol