@aws-sdk/client-ec2 3.245.0 → 3.251.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.
package/README.md CHANGED
@@ -20,19 +20,19 @@ and reliable storage volumes that can be attached to any running instance and us
20
20
  <p>To learn more, see the following resources:</p>
21
21
  <ul>
22
22
  <li>
23
- <p>Amazon EC2: <a href="http://aws.amazon.com/ec2">AmazonEC2 product page</a>, <a href="http://aws.amazon.com/documentation/ec2">Amazon EC2 documentation</a>
23
+ <p>Amazon EC2: <a href="http://aws.amazon.com/ec2">Amazon EC2 product page</a>, <a href="https://docs.aws.amazon.com/ec2/index.html">Amazon EC2 documentation</a>
24
24
  </p>
25
25
  </li>
26
26
  <li>
27
- <p>Amazon EBS: <a href="http://aws.amazon.com/ebs">Amazon EBS product page</a>, <a href="http://aws.amazon.com/documentation/ebs">Amazon EBS documentation</a>
27
+ <p>Amazon EBS: <a href="http://aws.amazon.com/ebs">Amazon EBS product page</a>, <a href="https://docs.aws.amazon.com/ebs/index.html">Amazon EBS documentation</a>
28
28
  </p>
29
29
  </li>
30
30
  <li>
31
- <p>Amazon VPC: <a href="http://aws.amazon.com/vpc">Amazon VPC product page</a>, <a href="http://aws.amazon.com/documentation/vpc">Amazon VPC documentation</a>
31
+ <p>Amazon VPC: <a href="http://aws.amazon.com/vpc">Amazon VPC product page</a>, <a href="https://docs.aws.amazon.com/vpc/index.html">Amazon VPC documentation</a>
32
32
  </p>
33
33
  </li>
34
34
  <li>
35
- <p>Amazon Web Services VPN: <a href="http://aws.amazon.com/vpn">Amazon Web Services VPN product page</a>, <a href="http://aws.amazon.com/documentation/vpn">Amazon Web Services VPN documentation</a>
35
+ <p>VPN: <a href="http://aws.amazon.com/vpn">VPN product page</a>, <a href="https://docs.aws.amazon.com/vpn/index.html">VPN documentation</a>
36
36
  </p>
37
37
  </li>
38
38
  </ul>
@@ -587,19 +587,19 @@ import { EC2Client } from "./EC2Client";
587
587
  * <p>To learn more, see the following resources:</p>
588
588
  * <ul>
589
589
  * <li>
590
- * <p>Amazon EC2: <a href="http://aws.amazon.com/ec2">AmazonEC2 product page</a>, <a href="http://aws.amazon.com/documentation/ec2">Amazon EC2 documentation</a>
590
+ * <p>Amazon EC2: <a href="http://aws.amazon.com/ec2">Amazon EC2 product page</a>, <a href="https://docs.aws.amazon.com/ec2/index.html">Amazon EC2 documentation</a>
591
591
  * </p>
592
592
  * </li>
593
593
  * <li>
594
- * <p>Amazon EBS: <a href="http://aws.amazon.com/ebs">Amazon EBS product page</a>, <a href="http://aws.amazon.com/documentation/ebs">Amazon EBS documentation</a>
594
+ * <p>Amazon EBS: <a href="http://aws.amazon.com/ebs">Amazon EBS product page</a>, <a href="https://docs.aws.amazon.com/ebs/index.html">Amazon EBS documentation</a>
595
595
  * </p>
596
596
  * </li>
597
597
  * <li>
598
- * <p>Amazon VPC: <a href="http://aws.amazon.com/vpc">Amazon VPC product page</a>, <a href="http://aws.amazon.com/documentation/vpc">Amazon VPC documentation</a>
598
+ * <p>Amazon VPC: <a href="http://aws.amazon.com/vpc">Amazon VPC product page</a>, <a href="https://docs.aws.amazon.com/vpc/index.html">Amazon VPC documentation</a>
599
599
  * </p>
600
600
  * </li>
601
601
  * <li>
602
- * <p>Amazon Web Services VPN: <a href="http://aws.amazon.com/vpn">Amazon Web Services VPN product page</a>, <a href="http://aws.amazon.com/documentation/vpn">Amazon Web Services VPN documentation</a>
602
+ * <p>VPN: <a href="http://aws.amazon.com/vpn">VPN product page</a>, <a href="https://docs.aws.amazon.com/vpn/index.html">VPN documentation</a>
603
603
  * </p>
604
604
  * </li>
605
605
  * </ul>
@@ -640,7 +640,7 @@ export declare class EC2 extends EC2Client {
640
640
  acceptTransitGatewayVpcAttachment(args: AcceptTransitGatewayVpcAttachmentCommandInput, cb: (err: any, data?: AcceptTransitGatewayVpcAttachmentCommandOutput) => void): void;
641
641
  acceptTransitGatewayVpcAttachment(args: AcceptTransitGatewayVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptTransitGatewayVpcAttachmentCommandOutput) => void): void;
642
642
  /**
643
- * <p>Accepts one or more interface VPC endpoint connection requests to your VPC endpoint service.</p>
643
+ * <p>Accepts connection requests to your VPC endpoint service.</p>
644
644
  */
645
645
  acceptVpcEndpointConnections(args: AcceptVpcEndpointConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<AcceptVpcEndpointConnectionsCommandOutput>;
646
646
  acceptVpcEndpointConnections(args: AcceptVpcEndpointConnectionsCommandInput, cb: (err: any, data?: AcceptVpcEndpointConnectionsCommandOutput) => void): void;
@@ -1849,24 +1849,23 @@ export declare class EC2 extends EC2Client {
1849
1849
  createStoreImageTask(args: CreateStoreImageTaskCommandInput, cb: (err: any, data?: CreateStoreImageTaskCommandOutput) => void): void;
1850
1850
  createStoreImageTask(args: CreateStoreImageTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStoreImageTaskCommandOutput) => void): void;
1851
1851
  /**
1852
- * <p>Creates a subnet in a specified VPC.</p>
1853
- * <p>You must specify an IPv4 CIDR block for the subnet. After you create a subnet, you
1854
- * can't change its CIDR block. The allowed block size is between a /16 netmask (65,536 IP
1855
- * addresses) and /28 netmask (16 IP addresses). The CIDR block must not overlap with the
1856
- * CIDR block of an existing subnet in the VPC.</p>
1857
- * <p>If you've associated an IPv6 CIDR block with your VPC, you can create a subnet with an
1858
- * IPv6 CIDR block that uses a /64 prefix length. </p>
1859
- * <important>
1860
- * <p>Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR
1861
- * block. They're not available for use.</p>
1862
- * </important>
1852
+ * <p>Creates a subnet in the specified VPC. For an IPv4 only subnet, specify an IPv4 CIDR block.
1853
+ * If the VPC has an IPv6 CIDR block, you can create an IPv6 only subnet or a dual stack subnet instead.
1854
+ * For an IPv6 only subnet, specify an IPv6 CIDR block. For a dual stack subnet, specify both
1855
+ * an IPv4 CIDR block and an IPv6 CIDR block.</p>
1856
+ * <p>A subnet CIDR block must not overlap the CIDR block of an existing subnet in the VPC.
1857
+ * After you create a subnet, you can't change its CIDR block.</p>
1858
+ * <p>The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and
1859
+ * a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and
1860
+ * the last IPv4 address in each subnet's CIDR block. They're not available for your use.</p>
1861
+ * <p>If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block
1862
+ * with a subnet when you create it. The allowed block size for an IPv6 subnet is a /64 netmask.</p>
1863
1863
  * <p>If you add more than one subnet to a VPC, they're set up in a star topology with a
1864
1864
  * logical router in the middle.</p>
1865
1865
  * <p>When you stop an instance in a subnet, it retains its private IPv4 address. It's
1866
1866
  * therefore possible to have a subnet with no running instances (they're all stopped), but
1867
1867
  * no remaining IP addresses available.</p>
1868
- * <p>For more information about subnets, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">Your VPC and subnets</a> in the
1869
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
1868
+ * <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>
1870
1869
  */
1871
1870
  createSubnet(args: CreateSubnetCommandInput, options?: __HttpHandlerOptions): Promise<CreateSubnetCommandOutput>;
1872
1871
  createSubnet(args: CreateSubnetCommandInput, cb: (err: any, data?: CreateSubnetCommandOutput) => void): void;
@@ -2069,16 +2068,14 @@ export declare class EC2 extends EC2Client {
2069
2068
  createVolume(args: CreateVolumeCommandInput, cb: (err: any, data?: CreateVolumeCommandOutput) => void): void;
2070
2069
  createVolume(args: CreateVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVolumeCommandOutput) => void): void;
2071
2070
  /**
2072
- * <p>Creates a VPC with the specified IPv4 CIDR block. The smallest VPC you can create
2073
- * uses a /28 netmask (16 IPv4 addresses), and the largest uses a /16 netmask (65,536 IPv4
2074
- * addresses). For more information about how large to make your VPC, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">Your VPC and
2075
- * subnets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
2071
+ * <p>Creates a VPC with the specified CIDR blocks. For more information, see
2072
+ * <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>
2076
2073
  * <p>You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided
2077
2074
  * IPv6 CIDR block from Amazon's pool of IPv6 addresses, or an IPv6 CIDR block from an IPv6 address
2078
2075
  * 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>
2079
- * <p>By default, each instance you launch in the VPC has the default DHCP options, which
2076
+ * <p>By default, each instance that you launch in the VPC has the default DHCP options, which
2080
2077
  * include only a default DNS server that we provide (AmazonProvidedDNS). For more
2081
- * information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP options sets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
2078
+ * 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>
2082
2079
  * <p>You can specify the instance tenancy value for the VPC when you create it. You can't change
2083
2080
  * 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
2084
2081
  * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
@@ -2107,7 +2104,7 @@ export declare class EC2 extends EC2Client {
2107
2104
  createVpcEndpointConnectionNotification(args: CreateVpcEndpointConnectionNotificationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcEndpointConnectionNotificationCommandOutput) => void): void;
2108
2105
  /**
2109
2106
  * <p>Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts,
2110
- * IAM users, and IAM roles) can connect.</p>
2107
+ * users, and IAM roles) can connect.</p>
2111
2108
  * <p>Before you create an endpoint service, you must create one of the following for your service:</p>
2112
2109
  * <ul>
2113
2110
  * <li>
@@ -2672,45 +2669,25 @@ export declare class EC2 extends EC2Client {
2672
2669
  deleteVpc(args: DeleteVpcCommandInput, cb: (err: any, data?: DeleteVpcCommandOutput) => void): void;
2673
2670
  deleteVpc(args: DeleteVpcCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVpcCommandOutput) => void): void;
2674
2671
  /**
2675
- * <p>Deletes one or more VPC endpoint connection notifications.</p>
2672
+ * <p>Deletes the specified VPC endpoint connection notifications.</p>
2676
2673
  */
2677
2674
  deleteVpcEndpointConnectionNotifications(args: DeleteVpcEndpointConnectionNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVpcEndpointConnectionNotificationsCommandOutput>;
2678
2675
  deleteVpcEndpointConnectionNotifications(args: DeleteVpcEndpointConnectionNotificationsCommandInput, cb: (err: any, data?: DeleteVpcEndpointConnectionNotificationsCommandOutput) => void): void;
2679
2676
  deleteVpcEndpointConnectionNotifications(args: DeleteVpcEndpointConnectionNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVpcEndpointConnectionNotificationsCommandOutput) => void): void;
2680
2677
  /**
2681
- * <p>Deletes one or more specified VPC endpoints. You can delete any of the following types of VPC endpoints. </p>
2682
- * <ul>
2683
- * <li>
2684
- * <p>Gateway endpoint,</p>
2685
- * </li>
2686
- * <li>
2687
- * <p>Gateway Load Balancer endpoint,</p>
2688
- * </li>
2689
- * <li>
2690
- * <p>Interface endpoint</p>
2691
- * </li>
2692
- * </ul>
2693
- * <p>The following rules apply when you delete a VPC endpoint:</p>
2694
- * <ul>
2695
- * <li>
2696
- * <p>When you delete a gateway endpoint, we delete the endpoint routes in the route tables that are associated with the endpoint.</p>
2697
- * </li>
2698
- * <li>
2699
- * <p>When you delete a Gateway Load Balancer endpoint, we delete the endpoint network interfaces. </p>
2700
- * <p>You can only delete Gateway Load Balancer endpoints when the routes that are associated with the endpoint are deleted.</p>
2701
- * </li>
2702
- * <li>
2703
- * <p>When you delete an interface endpoint, we delete the endpoint network interfaces.</p>
2704
- * </li>
2705
- * </ul>
2678
+ * <p>Deletes the specified VPC endpoints.</p>
2679
+ * <p>When you delete a gateway endpoint, we delete the endpoint routes in the route tables for the endpoint.</p>
2680
+ * <p>When you delete a Gateway Load Balancer endpoint, we delete its endpoint network interfaces.
2681
+ * You can only delete Gateway Load Balancer endpoints when the routes that are associated with the endpoint are deleted.</p>
2682
+ * <p>When you delete an interface endpoint, we delete its endpoint network interfaces.</p>
2706
2683
  */
2707
2684
  deleteVpcEndpoints(args: DeleteVpcEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVpcEndpointsCommandOutput>;
2708
2685
  deleteVpcEndpoints(args: DeleteVpcEndpointsCommandInput, cb: (err: any, data?: DeleteVpcEndpointsCommandOutput) => void): void;
2709
2686
  deleteVpcEndpoints(args: DeleteVpcEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVpcEndpointsCommandOutput) => void): void;
2710
2687
  /**
2711
- * <p>Deletes one or more VPC endpoint service configurations in your account. Before you
2712
- * delete the endpoint service configuration, you must reject any <code>Available</code> or
2713
- * <code>PendingAcceptance</code> interface endpoint connections that are attached to
2688
+ * <p>Deletes the specified VPC endpoint service configurations. Before you can delete
2689
+ * an endpoint service configuration, you must reject any <code>Available</code> or
2690
+ * <code>PendingAcceptance</code> interface endpoint connections that are attached to
2714
2691
  * the service.</p>
2715
2692
  */
2716
2693
  deleteVpcEndpointServiceConfigurations(args: DeleteVpcEndpointServiceConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVpcEndpointServiceConfigurationsCommandOutput>;
@@ -4073,7 +4050,7 @@ export declare class EC2 extends EC2Client {
4073
4050
  describeVpcEndpointConnections(args: DescribeVpcEndpointConnectionsCommandInput, cb: (err: any, data?: DescribeVpcEndpointConnectionsCommandOutput) => void): void;
4074
4051
  describeVpcEndpointConnections(args: DescribeVpcEndpointConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpcEndpointConnectionsCommandOutput) => void): void;
4075
4052
  /**
4076
- * <p>Describes one or more of your VPC endpoints.</p>
4053
+ * <p>Describes your VPC endpoints.</p>
4077
4054
  */
4078
4055
  describeVpcEndpoints(args: DescribeVpcEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVpcEndpointsCommandOutput>;
4079
4056
  describeVpcEndpoints(args: DescribeVpcEndpointsCommandInput, cb: (err: any, data?: DescribeVpcEndpointsCommandOutput) => void): void;
@@ -5617,8 +5594,9 @@ export declare class EC2 extends EC2Client {
5617
5594
  modifyVpcEndpointServicePayerResponsibility(args: ModifyVpcEndpointServicePayerResponsibilityCommandInput, cb: (err: any, data?: ModifyVpcEndpointServicePayerResponsibilityCommandOutput) => void): void;
5618
5595
  modifyVpcEndpointServicePayerResponsibility(args: ModifyVpcEndpointServicePayerResponsibilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyVpcEndpointServicePayerResponsibilityCommandOutput) => void): void;
5619
5596
  /**
5620
- * <p>Modifies the permissions for your VPC endpoint service. You can add or remove permissions for service consumers
5621
- * (IAM users, IAM roles, and Amazon Web Services accounts) to connect to your endpoint service.</p>
5597
+ * <p>Modifies the permissions for your VPC endpoint service. You can add or remove permissions
5598
+ * for service consumers (Amazon Web Services accounts, users, and IAM roles) to connect to
5599
+ * your endpoint service.</p>
5622
5600
  * <p>If you grant permissions to all principals, the service is public. Any users who know the name of a
5623
5601
  * public service can send a request to attach an endpoint. If the service does not require manual approval,
5624
5602
  * attachments are automatically approved.</p>
@@ -5957,8 +5935,7 @@ export declare class EC2 extends EC2Client {
5957
5935
  rejectTransitGatewayVpcAttachment(args: RejectTransitGatewayVpcAttachmentCommandInput, cb: (err: any, data?: RejectTransitGatewayVpcAttachmentCommandOutput) => void): void;
5958
5936
  rejectTransitGatewayVpcAttachment(args: RejectTransitGatewayVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectTransitGatewayVpcAttachmentCommandOutput) => void): void;
5959
5937
  /**
5960
- * <p>Rejects one or more VPC endpoint connection requests to your VPC endpoint
5961
- * service.</p>
5938
+ * <p>Rejects VPC endpoint connection requests to your VPC endpoint service.</p>
5962
5939
  */
5963
5940
  rejectVpcEndpointConnections(args: RejectVpcEndpointConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<RejectVpcEndpointConnectionsCommandOutput>;
5964
5941
  rejectVpcEndpointConnections(args: RejectVpcEndpointConnectionsCommandInput, cb: (err: any, data?: RejectVpcEndpointConnectionsCommandOutput) => void): void;
@@ -709,19 +709,19 @@ export interface EC2ClientResolvedConfig extends EC2ClientResolvedConfigType {
709
709
  * <p>To learn more, see the following resources:</p>
710
710
  * <ul>
711
711
  * <li>
712
- * <p>Amazon EC2: <a href="http://aws.amazon.com/ec2">AmazonEC2 product page</a>, <a href="http://aws.amazon.com/documentation/ec2">Amazon EC2 documentation</a>
712
+ * <p>Amazon EC2: <a href="http://aws.amazon.com/ec2">Amazon EC2 product page</a>, <a href="https://docs.aws.amazon.com/ec2/index.html">Amazon EC2 documentation</a>
713
713
  * </p>
714
714
  * </li>
715
715
  * <li>
716
- * <p>Amazon EBS: <a href="http://aws.amazon.com/ebs">Amazon EBS product page</a>, <a href="http://aws.amazon.com/documentation/ebs">Amazon EBS documentation</a>
716
+ * <p>Amazon EBS: <a href="http://aws.amazon.com/ebs">Amazon EBS product page</a>, <a href="https://docs.aws.amazon.com/ebs/index.html">Amazon EBS documentation</a>
717
717
  * </p>
718
718
  * </li>
719
719
  * <li>
720
- * <p>Amazon VPC: <a href="http://aws.amazon.com/vpc">Amazon VPC product page</a>, <a href="http://aws.amazon.com/documentation/vpc">Amazon VPC documentation</a>
720
+ * <p>Amazon VPC: <a href="http://aws.amazon.com/vpc">Amazon VPC product page</a>, <a href="https://docs.aws.amazon.com/vpc/index.html">Amazon VPC documentation</a>
721
721
  * </p>
722
722
  * </li>
723
723
  * <li>
724
- * <p>Amazon Web Services VPN: <a href="http://aws.amazon.com/vpn">Amazon Web Services VPN product page</a>, <a href="http://aws.amazon.com/documentation/vpn">Amazon Web Services VPN documentation</a>
724
+ * <p>VPN: <a href="http://aws.amazon.com/vpn">VPN product page</a>, <a href="https://docs.aws.amazon.com/vpn/index.html">VPN documentation</a>
725
725
  * </p>
726
726
  * </li>
727
727
  * </ul>
@@ -8,7 +8,7 @@ export interface AcceptVpcEndpointConnectionsCommandInput extends AcceptVpcEndpo
8
8
  export interface AcceptVpcEndpointConnectionsCommandOutput extends AcceptVpcEndpointConnectionsResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Accepts one or more interface VPC endpoint connection requests to your VPC endpoint service.</p>
11
+ * <p>Accepts connection requests to your VPC endpoint service.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -8,24 +8,23 @@ export interface CreateSubnetCommandInput extends CreateSubnetRequest {
8
8
  export interface CreateSubnetCommandOutput extends CreateSubnetResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Creates a subnet in a specified VPC.</p>
12
- * <p>You must specify an IPv4 CIDR block for the subnet. After you create a subnet, you
13
- * can't change its CIDR block. The allowed block size is between a /16 netmask (65,536 IP
14
- * addresses) and /28 netmask (16 IP addresses). The CIDR block must not overlap with the
15
- * CIDR block of an existing subnet in the VPC.</p>
16
- * <p>If you've associated an IPv6 CIDR block with your VPC, you can create a subnet with an
17
- * IPv6 CIDR block that uses a /64 prefix length. </p>
18
- * <important>
19
- * <p>Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR
20
- * block. They're not available for use.</p>
21
- * </important>
11
+ * <p>Creates a subnet in the specified VPC. For an IPv4 only subnet, specify an IPv4 CIDR block.
12
+ * If the VPC has an IPv6 CIDR block, you can create an IPv6 only subnet or a dual stack subnet instead.
13
+ * For an IPv6 only subnet, specify an IPv6 CIDR block. For a dual stack subnet, specify both
14
+ * an IPv4 CIDR block and an IPv6 CIDR block.</p>
15
+ * <p>A subnet CIDR block must not overlap the CIDR block of an existing subnet in the VPC.
16
+ * After you create a subnet, you can't change its CIDR block.</p>
17
+ * <p>The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and
18
+ * a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and
19
+ * the last IPv4 address in each subnet's CIDR block. They're not available for your use.</p>
20
+ * <p>If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block
21
+ * with a subnet when you create it. The allowed block size for an IPv6 subnet is a /64 netmask.</p>
22
22
  * <p>If you add more than one subnet to a VPC, they're set up in a star topology with a
23
23
  * logical router in the middle.</p>
24
24
  * <p>When you stop an instance in a subnet, it retains its private IPv4 address. It's
25
25
  * therefore possible to have a subnet with no running instances (they're all stopped), but
26
26
  * no remaining IP addresses available.</p>
27
- * <p>For more information about subnets, 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 <i>Amazon Virtual Private Cloud User Guide</i>.</p>
29
28
  * @example
30
29
  * Use a bare-bones client and the command you need to make an API call.
31
30
  * ```javascript
@@ -8,16 +8,14 @@ export interface CreateVpcCommandInput extends CreateVpcRequest {
8
8
  export interface CreateVpcCommandOutput extends CreateVpcResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Creates a VPC with the specified IPv4 CIDR block. The smallest VPC you can create
12
- * uses a /28 netmask (16 IPv4 addresses), and the largest uses a /16 netmask (65,536 IPv4
13
- * addresses). For more information about how large to make your VPC, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">Your VPC and
14
- * subnets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
11
+ * <p>Creates a VPC with the specified CIDR blocks. For more information, see
12
+ * <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>
15
13
  * <p>You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided
16
14
  * IPv6 CIDR block from Amazon's pool of IPv6 addresses, or an IPv6 CIDR block from an IPv6 address
17
15
  * 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>
18
- * <p>By default, each instance you launch in the VPC has the default DHCP options, which
16
+ * <p>By default, each instance that you launch in the VPC has the default DHCP options, which
19
17
  * include only a default DNS server that we provide (AmazonProvidedDNS). For more
20
- * information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP options sets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
18
+ * 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>
21
19
  * <p>You can specify the instance tenancy value for the VPC when you create it. You can't change
22
20
  * 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
23
21
  * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
@@ -9,7 +9,7 @@ export interface CreateVpcEndpointServiceConfigurationCommandOutput extends Crea
9
9
  }
10
10
  /**
11
11
  * <p>Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts,
12
- * IAM users, and IAM roles) can connect.</p>
12
+ * users, and IAM roles) can connect.</p>
13
13
  * <p>Before you create an endpoint service, you must create one of the following for your service:</p>
14
14
  * <ul>
15
15
  * <li>
@@ -8,7 +8,7 @@ export interface DeleteVpcEndpointConnectionNotificationsCommandInput extends De
8
8
  export interface DeleteVpcEndpointConnectionNotificationsCommandOutput extends DeleteVpcEndpointConnectionNotificationsResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Deletes one or more VPC endpoint connection notifications.</p>
11
+ * <p>Deletes the specified VPC endpoint connection notifications.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -8,9 +8,9 @@ export interface DeleteVpcEndpointServiceConfigurationsCommandInput extends Dele
8
8
  export interface DeleteVpcEndpointServiceConfigurationsCommandOutput extends DeleteVpcEndpointServiceConfigurationsResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Deletes one or more VPC endpoint service configurations in your account. Before you
12
- * delete the endpoint service configuration, you must reject any <code>Available</code> or
13
- * <code>PendingAcceptance</code> interface endpoint connections that are attached to
11
+ * <p>Deletes the specified VPC endpoint service configurations. Before you can delete
12
+ * an endpoint service configuration, you must reject any <code>Available</code> or
13
+ * <code>PendingAcceptance</code> interface endpoint connections that are attached to
14
14
  * the service.</p>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
@@ -8,31 +8,11 @@ export interface DeleteVpcEndpointsCommandInput extends DeleteVpcEndpointsReques
8
8
  export interface DeleteVpcEndpointsCommandOutput extends DeleteVpcEndpointsResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Deletes one or more specified VPC endpoints. You can delete any of the following types of VPC endpoints. </p>
12
- * <ul>
13
- * <li>
14
- * <p>Gateway endpoint,</p>
15
- * </li>
16
- * <li>
17
- * <p>Gateway Load Balancer endpoint,</p>
18
- * </li>
19
- * <li>
20
- * <p>Interface endpoint</p>
21
- * </li>
22
- * </ul>
23
- * <p>The following rules apply when you delete a VPC endpoint:</p>
24
- * <ul>
25
- * <li>
26
- * <p>When you delete a gateway endpoint, we delete the endpoint routes in the route tables that are associated with the endpoint.</p>
27
- * </li>
28
- * <li>
29
- * <p>When you delete a Gateway Load Balancer endpoint, we delete the endpoint network interfaces. </p>
30
- * <p>You can only delete Gateway Load Balancer endpoints when the routes that are associated with the endpoint are deleted.</p>
31
- * </li>
32
- * <li>
33
- * <p>When you delete an interface endpoint, we delete the endpoint network interfaces.</p>
34
- * </li>
35
- * </ul>
11
+ * <p>Deletes the specified VPC endpoints.</p>
12
+ * <p>When you delete a gateway endpoint, we delete the endpoint routes in the route tables for the endpoint.</p>
13
+ * <p>When you delete a Gateway Load Balancer endpoint, we delete its endpoint network interfaces.
14
+ * You can only delete Gateway Load Balancer endpoints when the routes that are associated with the endpoint are deleted.</p>
15
+ * <p>When you delete an interface endpoint, we delete its endpoint network interfaces.</p>
36
16
  * @example
37
17
  * Use a bare-bones client and the command you need to make an API call.
38
18
  * ```javascript
@@ -8,7 +8,7 @@ export interface DescribeVpcEndpointsCommandInput extends DescribeVpcEndpointsRe
8
8
  export interface DescribeVpcEndpointsCommandOutput extends DescribeVpcEndpointsResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Describes one or more of your VPC endpoints.</p>
11
+ * <p>Describes your VPC endpoints.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -8,8 +8,9 @@ export interface ModifyVpcEndpointServicePermissionsCommandInput extends ModifyV
8
8
  export interface ModifyVpcEndpointServicePermissionsCommandOutput extends ModifyVpcEndpointServicePermissionsResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Modifies the permissions for your VPC endpoint service. You can add or remove permissions for service consumers
12
- * (IAM users, IAM roles, and Amazon Web Services accounts) to connect to your endpoint service.</p>
11
+ * <p>Modifies the permissions for your VPC endpoint service. You can add or remove permissions
12
+ * for service consumers (Amazon Web Services accounts, users, and IAM roles) to connect to
13
+ * your endpoint service.</p>
13
14
  * <p>If you grant permissions to all principals, the service is public. Any users who know the name of a
14
15
  * public service can send a request to attach an endpoint. If the service does not require manual approval,
15
16
  * attachments are automatically approved.</p>
@@ -8,8 +8,7 @@ export interface RejectVpcEndpointConnectionsCommandInput extends RejectVpcEndpo
8
8
  export interface RejectVpcEndpointConnectionsCommandOutput extends RejectVpcEndpointConnectionsResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Rejects one or more VPC endpoint connection requests to your VPC endpoint
12
- * service.</p>
11
+ * <p>Rejects VPC endpoint connection requests to your VPC endpoint service.</p>
13
12
  * @example
14
13
  * Use a bare-bones client and the command you need to make an API call.
15
14
  * ```javascript
@@ -614,7 +614,7 @@ export interface AcceptVpcEndpointConnectionsRequest {
614
614
  */
615
615
  ServiceId: string | undefined;
616
616
  /**
617
- * <p>The IDs of one or more interface VPC endpoints.</p>
617
+ * <p>The IDs of the interface VPC endpoints.</p>
618
618
  */
619
619
  VpcEndpointIds: string[] | undefined;
620
620
  }
@@ -3644,9 +3644,9 @@ export interface UserIdGroupPair {
3644
3644
  */
3645
3645
  export interface IpPermission {
3646
3646
  /**
3647
- * <p>The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number.
3648
- * A value of <code>-1</code> indicates all ICMP/ICMPv6 types. If you specify all
3649
- * ICMP/ICMPv6 types, you must specify all codes.</p>
3647
+ * <p>If the protocol is TCP or UDP, this is the start of the port range.
3648
+ * If the protocol is ICMP or ICMPv6, this is the type number. A value of -1 indicates all ICMP/ICMPv6 types.
3649
+ * If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.</p>
3650
3650
  */
3651
3651
  FromPort?: number;
3652
3652
  /**
@@ -3673,9 +3673,9 @@ export interface IpPermission {
3673
3673
  */
3674
3674
  PrefixListIds?: PrefixListId[];
3675
3675
  /**
3676
- * <p>The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code. A value
3677
- * of <code>-1</code> indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6 types,
3678
- * you must specify all codes.</p>
3676
+ * <p>If the protocol is TCP or UDP, this is the end of the port range.
3677
+ * If the protocol is ICMP or ICMPv6, this is the code. A value of -1 indicates all ICMP/ICMPv6 codes.
3678
+ * If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.</p>
3679
3679
  */
3680
3680
  ToPort?: number;
3681
3681
  /**
@@ -3783,13 +3783,15 @@ export interface SecurityGroupRule {
3783
3783
  */
3784
3784
  IpProtocol?: string;
3785
3785
  /**
3786
- * <p>The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type. A value
3787
- * of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must
3788
- * specify all codes.</p>
3786
+ * <p>If the protocol is TCP or UDP, this is the start of the port range.
3787
+ * If the protocol is ICMP or ICMPv6, this is the type number. A value of -1 indicates all ICMP/ICMPv6 types.
3788
+ * If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.</p>
3789
3789
  */
3790
3790
  FromPort?: number;
3791
3791
  /**
3792
- * <p>The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code. A value of <code>-1</code> indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6 types, you must specify all codes. </p>
3792
+ * <p>If the protocol is TCP or UDP, this is the end of the port range.
3793
+ * If the protocol is ICMP or ICMPv6, this is the type number. A value of -1 indicates all ICMP/ICMPv6 codes.
3794
+ * If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.</p>
3793
3795
  */
3794
3796
  ToPort?: number;
3795
3797
  /**
@@ -3835,9 +3837,9 @@ export interface AuthorizeSecurityGroupIngressRequest {
3835
3837
  */
3836
3838
  CidrIp?: string;
3837
3839
  /**
3838
- * <p>The start of port range for the TCP and UDP protocols, or an ICMP type number.
3839
- * For the ICMP type number, use <code>-1</code> to specify all types. If you
3840
- * specify all ICMP types, you must specify all codes.</p>
3840
+ * <p>If the protocol is TCP or UDP, this is the start of the port range.
3841
+ * If the protocol is ICMP, this is the type number. A value of -1 indicates all ICMP types.
3842
+ * If you specify all ICMP types, you must specify all ICMP codes.</p>
3841
3843
  * <p>Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.</p>
3842
3844
  */
3843
3845
  FromPort?: number;
@@ -3883,9 +3885,9 @@ export interface AuthorizeSecurityGroupIngressRequest {
3883
3885
  */
3884
3886
  SourceSecurityGroupOwnerId?: string;
3885
3887
  /**
3886
- * <p>The end of port range for the TCP and UDP protocols, or an ICMP code number.
3887
- * For the ICMP code number, use <code>-1</code> to specify all codes. If you
3888
- * specify all ICMP types, you must specify all codes.</p>
3888
+ * <p>If the protocol is TCP or UDP, this is the end of the port range.
3889
+ * If the protocol is ICMP, this is the code. A value of -1 indicates all ICMP codes.
3890
+ * If you specify all ICMP types, you must specify all ICMP codes.</p>
3889
3891
  * <p>Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.</p>
3890
3892
  */
3891
3893
  ToPort?: number;
@@ -6077,7 +6079,7 @@ export declare enum TransportProtocol {
6077
6079
  }
6078
6080
  export interface CreateClientVpnEndpointRequest {
6079
6081
  /**
6080
- * <p>The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. The CIDR block should be /22 or greater.</p>
6082
+ * <p>The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.</p>
6081
6083
  */
6082
6084
  ClientCidrBlock: string | undefined;
6083
6085
  /**