aws-sdk 2.950.0 → 2.954.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 (45) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +1 -1
  3. package/apis/codebuild-2016-10-06.min.json +134 -131
  4. package/apis/databrew-2017-07-25.min.json +177 -61
  5. package/apis/ec2-2016-11-15.min.json +1298 -982
  6. package/apis/elasticmapreduce-2009-03-31.min.json +84 -28
  7. package/apis/elasticmapreduce-2009-03-31.paginators.json +5 -0
  8. package/apis/kendra-2019-02-03.min.json +59 -35
  9. package/apis/medialive-2017-10-14.min.json +221 -201
  10. package/apis/monitoring-2010-08-01.min.json +23 -22
  11. package/apis/personalize-2018-05-22.min.json +1 -2
  12. package/apis/qldb-2019-01-02.min.json +51 -28
  13. package/apis/rds-2014-10-31.min.json +3 -0
  14. package/apis/s3control-2018-08-20.min.json +64 -55
  15. package/apis/s3outposts-2017-07-25.min.json +9 -2
  16. package/apis/securityhub-2018-10-26.min.json +409 -207
  17. package/apis/synthetics-2017-10-11.min.json +40 -3
  18. package/apis/textract-2018-06-27.min.json +144 -46
  19. package/clients/cloudwatch.d.ts +19 -14
  20. package/clients/codebuild.d.ts +130 -126
  21. package/clients/databrew.d.ts +123 -8
  22. package/clients/ec2.d.ts +424 -109
  23. package/clients/elbv2.d.ts +1 -1
  24. package/clients/emr.d.ts +146 -56
  25. package/clients/iam.d.ts +4 -4
  26. package/clients/identitystore.d.ts +15 -15
  27. package/clients/imagebuilder.d.ts +1 -1
  28. package/clients/kendra.d.ts +39 -8
  29. package/clients/lambda.d.ts +14 -14
  30. package/clients/medialive.d.ts +16 -0
  31. package/clients/personalize.d.ts +15 -15
  32. package/clients/proton.d.ts +54 -54
  33. package/clients/qldb.d.ts +51 -15
  34. package/clients/rds.d.ts +8 -4
  35. package/clients/s3control.d.ts +100 -78
  36. package/clients/s3outposts.d.ts +44 -13
  37. package/clients/securityhub.d.ts +473 -143
  38. package/clients/synthetics.d.ts +27 -10
  39. package/clients/textract.d.ts +92 -1
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +17 -17
  42. package/dist/aws-sdk.js +1551 -1168
  43. package/dist/aws-sdk.min.js +76 -76
  44. package/lib/core.js +1 -1
  45. package/package.json +1 -1
package/clients/ec2.d.ts CHANGED
@@ -93,19 +93,19 @@ declare class EC2 extends Service {
93
93
  */
94
94
  applySecurityGroupsToClientVpnTargetNetwork(callback?: (err: AWSError, data: EC2.Types.ApplySecurityGroupsToClientVpnTargetNetworkResult) => void): Request<EC2.Types.ApplySecurityGroupsToClientVpnTargetNetworkResult, AWSError>;
95
95
  /**
96
- * Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. For information, see IP Addresses Per Network Interface Per Instance Type in the Amazon Elastic Compute Cloud User Guide. You must specify either the IPv6 addresses or the IPv6 address count in the request.
96
+ * Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. For information, see IP Addresses Per Network Interface Per Instance Type in the Amazon Elastic Compute Cloud User Guide. You must specify either the IPv6 addresses or the IPv6 address count in the request. You can optionally use Prefix Delegation on the network interface. You must specify either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For information, see Prefix Delegation in the Amazon Elastic Compute Cloud User Guide.
97
97
  */
98
98
  assignIpv6Addresses(params: EC2.Types.AssignIpv6AddressesRequest, callback?: (err: AWSError, data: EC2.Types.AssignIpv6AddressesResult) => void): Request<EC2.Types.AssignIpv6AddressesResult, AWSError>;
99
99
  /**
100
- * Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. For information, see IP Addresses Per Network Interface Per Instance Type in the Amazon Elastic Compute Cloud User Guide. You must specify either the IPv6 addresses or the IPv6 address count in the request.
100
+ * Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. For information, see IP Addresses Per Network Interface Per Instance Type in the Amazon Elastic Compute Cloud User Guide. You must specify either the IPv6 addresses or the IPv6 address count in the request. You can optionally use Prefix Delegation on the network interface. You must specify either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For information, see Prefix Delegation in the Amazon Elastic Compute Cloud User Guide.
101
101
  */
102
102
  assignIpv6Addresses(callback?: (err: AWSError, data: EC2.Types.AssignIpv6AddressesResult) => void): Request<EC2.Types.AssignIpv6AddressesResult, AWSError>;
103
103
  /**
104
- * Assigns one or more secondary private IP addresses to the specified network interface. You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide. When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved. Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check network/interfaces/macs/mac/local-ipv4s in the instance metadata to confirm that the remapping is complete. You must specify either the IP addresses or the IP address count in the request.
104
+ * Assigns one or more secondary private IP addresses to the specified network interface. You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide. When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved. Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check network/interfaces/macs/mac/local-ipv4s in the instance metadata to confirm that the remapping is complete. You must specify either the IP addresses or the IP address count in the request. You can optionally use Prefix Delegation on the network interface. You must specify either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For information, see Prefix Delegation in the Amazon Elastic Compute Cloud User Guide.
105
105
  */
106
106
  assignPrivateIpAddresses(params: EC2.Types.AssignPrivateIpAddressesRequest, callback?: (err: AWSError, data: EC2.Types.AssignPrivateIpAddressesResult) => void): Request<EC2.Types.AssignPrivateIpAddressesResult, AWSError>;
107
107
  /**
108
- * Assigns one or more secondary private IP addresses to the specified network interface. You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide. When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved. Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check network/interfaces/macs/mac/local-ipv4s in the instance metadata to confirm that the remapping is complete. You must specify either the IP addresses or the IP address count in the request.
108
+ * Assigns one or more secondary private IP addresses to the specified network interface. You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide. When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved. Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check network/interfaces/macs/mac/local-ipv4s in the instance metadata to confirm that the remapping is complete. You must specify either the IP addresses or the IP address count in the request. You can optionally use Prefix Delegation on the network interface. You must specify either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For information, see Prefix Delegation in the Amazon Elastic Compute Cloud User Guide.
109
109
  */
110
110
  assignPrivateIpAddresses(callback?: (err: AWSError, data: EC2.Types.AssignPrivateIpAddressesResult) => void): Request<EC2.Types.AssignPrivateIpAddressesResult, AWSError>;
111
111
  /**
@@ -125,11 +125,11 @@ declare class EC2 extends Service {
125
125
  */
126
126
  associateClientVpnTargetNetwork(callback?: (err: AWSError, data: EC2.Types.AssociateClientVpnTargetNetworkResult) => void): Request<EC2.Types.AssociateClientVpnTargetNetworkResult, AWSError>;
127
127
  /**
128
- * Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC. 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. For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.
128
+ * Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC. 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. For more information, see DHCP options sets in the Amazon Virtual Private Cloud User Guide.
129
129
  */
130
130
  associateDhcpOptions(params: EC2.Types.AssociateDhcpOptionsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
131
131
  /**
132
- * Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC. 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. For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.
132
+ * Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC. 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. For more information, see DHCP options sets in the Amazon Virtual Private Cloud User Guide.
133
133
  */
134
134
  associateDhcpOptions(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
135
135
  /**
@@ -157,11 +157,11 @@ declare class EC2 extends Service {
157
157
  */
158
158
  associateInstanceEventWindow(callback?: (err: AWSError, data: EC2.Types.AssociateInstanceEventWindowResult) => void): Request<EC2.Types.AssociateInstanceEventWindowResult, AWSError>;
159
159
  /**
160
- * Associates a subnet in your VPC or an internet gateway or virtual private gateway attached to your VPC with a route table in your VPC. This association causes traffic from the subnet or gateway to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table later. A route table can be associated with multiple subnets. For more information, see Route Tables in the Amazon Virtual Private Cloud User Guide.
160
+ * Associates a subnet in your VPC or an internet gateway or virtual private gateway attached to your VPC with a route table in your VPC. This association causes traffic from the subnet or gateway to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table later. A route table can be associated with multiple subnets. For more information, see Route tables in the Amazon Virtual Private Cloud User Guide.
161
161
  */
162
162
  associateRouteTable(params: EC2.Types.AssociateRouteTableRequest, callback?: (err: AWSError, data: EC2.Types.AssociateRouteTableResult) => void): Request<EC2.Types.AssociateRouteTableResult, AWSError>;
163
163
  /**
164
- * Associates a subnet in your VPC or an internet gateway or virtual private gateway attached to your VPC with a route table in your VPC. This association causes traffic from the subnet or gateway to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table later. A route table can be associated with multiple subnets. For more information, see Route Tables in the Amazon Virtual Private Cloud User Guide.
164
+ * Associates a subnet in your VPC or an internet gateway or virtual private gateway attached to your VPC with a route table in your VPC. This association causes traffic from the subnet or gateway to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table later. A route table can be associated with multiple subnets. For more information, see Route tables in the Amazon Virtual Private Cloud User Guide.
165
165
  */
166
166
  associateRouteTable(callback?: (err: AWSError, data: EC2.Types.AssociateRouteTableResult) => void): Request<EC2.Types.AssociateRouteTableResult, AWSError>;
167
167
  /**
@@ -197,11 +197,11 @@ declare class EC2 extends Service {
197
197
  */
198
198
  associateTrunkInterface(callback?: (err: AWSError, data: EC2.Types.AssociateTrunkInterfaceResult) => void): Request<EC2.Types.AssociateTrunkInterfaceResult, AWSError>;
199
199
  /**
200
- * Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP). The IPv6 CIDR block size is fixed at /56. You must specify one of the following in the request: an IPv4 CIDR block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block. For more information about associating CIDR blocks with your VPC and applicable restrictions, see VPC and Subnet Sizing in the Amazon Virtual Private Cloud User Guide.
200
+ * Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP). The IPv6 CIDR block size is fixed at /56. You must specify one of the following in the request: an IPv4 CIDR block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block. For more information about associating CIDR blocks with your VPC and applicable restrictions, see VPC and subnet sizing in the Amazon Virtual Private Cloud User Guide.
201
201
  */
202
202
  associateVpcCidrBlock(params: EC2.Types.AssociateVpcCidrBlockRequest, callback?: (err: AWSError, data: EC2.Types.AssociateVpcCidrBlockResult) => void): Request<EC2.Types.AssociateVpcCidrBlockResult, AWSError>;
203
203
  /**
204
- * Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP). The IPv6 CIDR block size is fixed at /56. You must specify one of the following in the request: an IPv4 CIDR block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block. For more information about associating CIDR blocks with your VPC and applicable restrictions, see VPC and Subnet Sizing in the Amazon Virtual Private Cloud User Guide.
204
+ * Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP). The IPv6 CIDR block size is fixed at /56. You must specify one of the following in the request: an IPv4 CIDR block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block. For more information about associating CIDR blocks with your VPC and applicable restrictions, see VPC and subnet sizing in the Amazon Virtual Private Cloud User Guide.
205
205
  */
206
206
  associateVpcCidrBlock(callback?: (err: AWSError, data: EC2.Types.AssociateVpcCidrBlockResult) => void): Request<EC2.Types.AssociateVpcCidrBlockResult, AWSError>;
207
207
  /**
@@ -381,11 +381,11 @@ declare class EC2 extends Service {
381
381
  */
382
382
  createCapacityReservation(callback?: (err: AWSError, data: EC2.Types.CreateCapacityReservationResult) => void): Request<EC2.Types.CreateCapacityReservationResult, AWSError>;
383
383
  /**
384
- * Creates a carrier gateway. For more information about carrier gateways, see Carrier gateways in the AWS Wavelength Developer Guide.
384
+ * Creates a carrier gateway. For more information about carrier gateways, see Carrier gateways in the Amazon Web Services Wavelength Developer Guide.
385
385
  */
386
386
  createCarrierGateway(params: EC2.Types.CreateCarrierGatewayRequest, callback?: (err: AWSError, data: EC2.Types.CreateCarrierGatewayResult) => void): Request<EC2.Types.CreateCarrierGatewayResult, AWSError>;
387
387
  /**
388
- * Creates a carrier gateway. For more information about carrier gateways, see Carrier gateways in the AWS Wavelength Developer Guide.
388
+ * Creates a carrier gateway. For more information about carrier gateways, see Carrier gateways in the Amazon Web Services Wavelength Developer Guide.
389
389
  */
390
390
  createCarrierGateway(callback?: (err: AWSError, data: EC2.Types.CreateCarrierGatewayResult) => void): Request<EC2.Types.CreateCarrierGatewayResult, AWSError>;
391
391
  /**
@@ -413,27 +413,27 @@ declare class EC2 extends Service {
413
413
  */
414
414
  createCustomerGateway(callback?: (err: AWSError, data: EC2.Types.CreateCustomerGatewayResult) => void): Request<EC2.Types.CreateCustomerGatewayResult, AWSError>;
415
415
  /**
416
- * Creates a default subnet with a size /20 IPv4 CIDR block in the specified Availability Zone in your default VPC. You can have only one default subnet per Availability Zone. For more information, see Creating a Default Subnet in the Amazon Virtual Private Cloud User Guide.
416
+ * Creates a default subnet with a size /20 IPv4 CIDR block in the specified Availability Zone in your default VPC. You can have only one default subnet per Availability Zone. For more information, see Creating a default subnet in the Amazon Virtual Private Cloud User Guide.
417
417
  */
418
418
  createDefaultSubnet(params: EC2.Types.CreateDefaultSubnetRequest, callback?: (err: AWSError, data: EC2.Types.CreateDefaultSubnetResult) => void): Request<EC2.Types.CreateDefaultSubnetResult, AWSError>;
419
419
  /**
420
- * Creates a default subnet with a size /20 IPv4 CIDR block in the specified Availability Zone in your default VPC. You can have only one default subnet per Availability Zone. For more information, see Creating a Default Subnet in the Amazon Virtual Private Cloud User Guide.
420
+ * Creates a default subnet with a size /20 IPv4 CIDR block in the specified Availability Zone in your default VPC. You can have only one default subnet per Availability Zone. For more information, see Creating a default subnet in the Amazon Virtual Private Cloud User Guide.
421
421
  */
422
422
  createDefaultSubnet(callback?: (err: AWSError, data: EC2.Types.CreateDefaultSubnetResult) => void): Request<EC2.Types.CreateDefaultSubnetResult, AWSError>;
423
423
  /**
424
- * Creates a default VPC with a size /16 IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see Default VPC and Default Subnets in the Amazon Virtual Private Cloud User Guide. You cannot specify the components of the default VPC yourself. If you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region. If your account supports EC2-Classic, you cannot use this action to create a default VPC in a Region that supports EC2-Classic. If you want a default VPC in a Region that supports EC2-Classic, see "I really want a default VPC for my existing EC2 account. Is that possible?" in the Default VPCs FAQ.
424
+ * Creates a default VPC with a size /16 IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see Default VPC and default subnets in the Amazon Virtual Private Cloud User Guide. You cannot specify the components of the default VPC yourself. If you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region. If your account supports EC2-Classic, you cannot use this action to create a default VPC in a Region that supports EC2-Classic. If you want a default VPC in a Region that supports EC2-Classic, see "I really want a default VPC for my existing EC2 account. Is that possible?" in the Default VPCs FAQ.
425
425
  */
426
426
  createDefaultVpc(params: EC2.Types.CreateDefaultVpcRequest, callback?: (err: AWSError, data: EC2.Types.CreateDefaultVpcResult) => void): Request<EC2.Types.CreateDefaultVpcResult, AWSError>;
427
427
  /**
428
- * Creates a default VPC with a size /16 IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see Default VPC and Default Subnets in the Amazon Virtual Private Cloud User Guide. You cannot specify the components of the default VPC yourself. If you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region. If your account supports EC2-Classic, you cannot use this action to create a default VPC in a Region that supports EC2-Classic. If you want a default VPC in a Region that supports EC2-Classic, see "I really want a default VPC for my existing EC2 account. Is that possible?" in the Default VPCs FAQ.
428
+ * Creates a default VPC with a size /16 IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see Default VPC and default subnets in the Amazon Virtual Private Cloud User Guide. You cannot specify the components of the default VPC yourself. If you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region. If your account supports EC2-Classic, you cannot use this action to create a default VPC in a Region that supports EC2-Classic. If you want a default VPC in a Region that supports EC2-Classic, see "I really want a default VPC for my existing EC2 account. Is that possible?" in the Default VPCs FAQ.
429
429
  */
430
430
  createDefaultVpc(callback?: (err: AWSError, data: EC2.Types.CreateDefaultVpcResult) => void): Request<EC2.Types.CreateDefaultVpcResult, AWSError>;
431
431
  /**
432
- * Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see RFC 2132. domain-name-servers - The IP addresses of up to four domain name servers, or AmazonProvidedDNS. The default DHCP option set specifies AmazonProvidedDNS. If specifying more than one domain name server, specify the IP addresses in a single parameter, separated by commas. To have your instance receive a custom DNS hostname as specified in domain-name, you must set domain-name-servers to a custom DNS server. domain-name - If you're using AmazonProvidedDNS in us-east-1, specify ec2.internal. If you're using AmazonProvidedDNS in another Region, specify region.compute.internal (for example, ap-northeast-1.compute.internal). Otherwise, specify a domain name (for example, ExampleCompany.com). This value is used to complete unqualified DNS hostnames. Important: Some Linux operating systems accept multiple domain names separated by spaces. However, Windows and other Linux operating systems treat the value as a single domain, which results in unexpected behavior. If your DHCP options set is associated with a VPC that has instances with multiple operating systems, specify only one domain name. ntp-servers - The IP addresses of up to four Network Time Protocol (NTP) servers. netbios-name-servers - The IP addresses of up to four NetBIOS name servers. netbios-node-type - The NetBIOS node type (1, 2, 4, or 8). We recommend that you specify 2 (broadcast and multicast are not currently supported). For more information about these node types, see RFC 2132. Your VPC automatically starts out with a set of DHCP options that includes only a DNS server that we provide (AmazonProvidedDNS). If you create a set of options, and if your VPC has an internet gateway, make sure to set the domain-name-servers option either to AmazonProvidedDNS or to a domain name server of your choice. For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.
432
+ * Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see RFC 2132. domain-name-servers - The IP addresses of up to four domain name servers, or AmazonProvidedDNS. The default DHCP option set specifies AmazonProvidedDNS. If specifying more than one domain name server, specify the IP addresses in a single parameter, separated by commas. To have your instance receive a custom DNS hostname as specified in domain-name, you must set domain-name-servers to a custom DNS server. domain-name - If you're using AmazonProvidedDNS in us-east-1, specify ec2.internal. If you're using AmazonProvidedDNS in another Region, specify region.compute.internal (for example, ap-northeast-1.compute.internal). Otherwise, specify a domain name (for example, ExampleCompany.com). This value is used to complete unqualified DNS hostnames. Important: Some Linux operating systems accept multiple domain names separated by spaces. However, Windows and other Linux operating systems treat the value as a single domain, which results in unexpected behavior. If your DHCP options set is associated with a VPC that has instances with multiple operating systems, specify only one domain name. ntp-servers - The IP addresses of up to four Network Time Protocol (NTP) servers. netbios-name-servers - The IP addresses of up to four NetBIOS name servers. netbios-node-type - The NetBIOS node type (1, 2, 4, or 8). We recommend that you specify 2 (broadcast and multicast are not currently supported). For more information about these node types, see RFC 2132. Your VPC automatically starts out with a set of DHCP options that includes only a DNS server that we provide (AmazonProvidedDNS). If you create a set of options, and if your VPC has an internet gateway, make sure to set the domain-name-servers option either to AmazonProvidedDNS or to a domain name server of your choice. For more information, see DHCP options sets in the Amazon Virtual Private Cloud User Guide.
433
433
  */
434
434
  createDhcpOptions(params: EC2.Types.CreateDhcpOptionsRequest, callback?: (err: AWSError, data: EC2.Types.CreateDhcpOptionsResult) => void): Request<EC2.Types.CreateDhcpOptionsResult, AWSError>;
435
435
  /**
436
- * Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see RFC 2132. domain-name-servers - The IP addresses of up to four domain name servers, or AmazonProvidedDNS. The default DHCP option set specifies AmazonProvidedDNS. If specifying more than one domain name server, specify the IP addresses in a single parameter, separated by commas. To have your instance receive a custom DNS hostname as specified in domain-name, you must set domain-name-servers to a custom DNS server. domain-name - If you're using AmazonProvidedDNS in us-east-1, specify ec2.internal. If you're using AmazonProvidedDNS in another Region, specify region.compute.internal (for example, ap-northeast-1.compute.internal). Otherwise, specify a domain name (for example, ExampleCompany.com). This value is used to complete unqualified DNS hostnames. Important: Some Linux operating systems accept multiple domain names separated by spaces. However, Windows and other Linux operating systems treat the value as a single domain, which results in unexpected behavior. If your DHCP options set is associated with a VPC that has instances with multiple operating systems, specify only one domain name. ntp-servers - The IP addresses of up to four Network Time Protocol (NTP) servers. netbios-name-servers - The IP addresses of up to four NetBIOS name servers. netbios-node-type - The NetBIOS node type (1, 2, 4, or 8). We recommend that you specify 2 (broadcast and multicast are not currently supported). For more information about these node types, see RFC 2132. Your VPC automatically starts out with a set of DHCP options that includes only a DNS server that we provide (AmazonProvidedDNS). If you create a set of options, and if your VPC has an internet gateway, make sure to set the domain-name-servers option either to AmazonProvidedDNS or to a domain name server of your choice. For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.
436
+ * Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see RFC 2132. domain-name-servers - The IP addresses of up to four domain name servers, or AmazonProvidedDNS. The default DHCP option set specifies AmazonProvidedDNS. If specifying more than one domain name server, specify the IP addresses in a single parameter, separated by commas. To have your instance receive a custom DNS hostname as specified in domain-name, you must set domain-name-servers to a custom DNS server. domain-name - If you're using AmazonProvidedDNS in us-east-1, specify ec2.internal. If you're using AmazonProvidedDNS in another Region, specify region.compute.internal (for example, ap-northeast-1.compute.internal). Otherwise, specify a domain name (for example, ExampleCompany.com). This value is used to complete unqualified DNS hostnames. Important: Some Linux operating systems accept multiple domain names separated by spaces. However, Windows and other Linux operating systems treat the value as a single domain, which results in unexpected behavior. If your DHCP options set is associated with a VPC that has instances with multiple operating systems, specify only one domain name. ntp-servers - The IP addresses of up to four Network Time Protocol (NTP) servers. netbios-name-servers - The IP addresses of up to four NetBIOS name servers. netbios-node-type - The NetBIOS node type (1, 2, 4, or 8). We recommend that you specify 2 (broadcast and multicast are not currently supported). For more information about these node types, see RFC 2132. Your VPC automatically starts out with a set of DHCP options that includes only a DNS server that we provide (AmazonProvidedDNS). If you create a set of options, and if your VPC has an internet gateway, make sure to set the domain-name-servers option either to AmazonProvidedDNS or to a domain name server of your choice. For more information, see DHCP options sets in the Amazon Virtual Private Cloud User Guide.
437
437
  */
438
438
  createDhcpOptions(callback?: (err: AWSError, data: EC2.Types.CreateDhcpOptionsResult) => void): Request<EC2.Types.CreateDhcpOptionsResult, AWSError>;
439
439
  /**
@@ -453,11 +453,11 @@ declare class EC2 extends Service {
453
453
  */
454
454
  createFleet(callback?: (err: AWSError, data: EC2.Types.CreateFleetResult) => void): Request<EC2.Types.CreateFleetResult, AWSError>;
455
455
  /**
456
- * Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC. Flow log data for a monitored network interface is recorded as flow log records, which are log events consisting of fields that describe the traffic flow. For more information, see Flow Log Records in the Amazon Virtual Private Cloud User Guide. When publishing to CloudWatch Logs, flow log records are published to a log group, and each network interface has a unique log stream in the log group. When publishing to Amazon S3, flow log records for all of the monitored network interfaces are published to a single log file object that is stored in the specified bucket. For more information, see VPC Flow Logs in the Amazon Virtual Private Cloud User Guide.
456
+ * Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC. Flow log data for a monitored network interface is recorded as flow log records, which are log events consisting of fields that describe the traffic flow. For more information, see Flow log records in the Amazon Virtual Private Cloud User Guide. When publishing to CloudWatch Logs, flow log records are published to a log group, and each network interface has a unique log stream in the log group. When publishing to Amazon S3, flow log records for all of the monitored network interfaces are published to a single log file object that is stored in the specified bucket. For more information, see VPC Flow Logs in the Amazon Virtual Private Cloud User Guide.
457
457
  */
458
458
  createFlowLogs(params: EC2.Types.CreateFlowLogsRequest, callback?: (err: AWSError, data: EC2.Types.CreateFlowLogsResult) => void): Request<EC2.Types.CreateFlowLogsResult, AWSError>;
459
459
  /**
460
- * Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC. Flow log data for a monitored network interface is recorded as flow log records, which are log events consisting of fields that describe the traffic flow. For more information, see Flow Log Records in the Amazon Virtual Private Cloud User Guide. When publishing to CloudWatch Logs, flow log records are published to a log group, and each network interface has a unique log stream in the log group. When publishing to Amazon S3, flow log records for all of the monitored network interfaces are published to a single log file object that is stored in the specified bucket. For more information, see VPC Flow Logs in the Amazon Virtual Private Cloud User Guide.
460
+ * Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC. Flow log data for a monitored network interface is recorded as flow log records, which are log events consisting of fields that describe the traffic flow. For more information, see Flow log records in the Amazon Virtual Private Cloud User Guide. When publishing to CloudWatch Logs, flow log records are published to a log group, and each network interface has a unique log stream in the log group. When publishing to Amazon S3, flow log records for all of the monitored network interfaces are published to a single log file object that is stored in the specified bucket. For more information, see VPC Flow Logs in the Amazon Virtual Private Cloud User Guide.
461
461
  */
462
462
  createFlowLogs(callback?: (err: AWSError, data: EC2.Types.CreateFlowLogsResult) => void): Request<EC2.Types.CreateFlowLogsResult, AWSError>;
463
463
  /**
@@ -549,11 +549,11 @@ declare class EC2 extends Service {
549
549
  */
550
550
  createManagedPrefixList(callback?: (err: AWSError, data: EC2.Types.CreateManagedPrefixListResult) => void): Request<EC2.Types.CreateManagedPrefixListResult, AWSError>;
551
551
  /**
552
- * Creates a NAT gateway in the specified subnet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. You can create either a public NAT gateway or a private NAT gateway. With a public NAT gateway, internet-bound traffic from a private subnet can be routed to the NAT gateway, so that instances in a private subnet can connect to the internet. With a private NAT gateway, private communication is routed across VPCs and on-premises networks through a transit gateway or virtual private gateway. Common use cases include running large workloads behind a small pool of allowlisted IPv4 addresses, preserving private IPv4 addresses, and communicating between overlapping networks. For more information, see NAT Gateways in the Amazon Virtual Private Cloud User Guide.
552
+ * Creates a NAT gateway in the specified subnet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. You can create either a public NAT gateway or a private NAT gateway. With a public NAT gateway, internet-bound traffic from a private subnet can be routed to the NAT gateway, so that instances in a private subnet can connect to the internet. With a private NAT gateway, private communication is routed across VPCs and on-premises networks through a transit gateway or virtual private gateway. Common use cases include running large workloads behind a small pool of allowlisted IPv4 addresses, preserving private IPv4 addresses, and communicating between overlapping networks. For more information, see NAT gateways in the Amazon Virtual Private Cloud User Guide.
553
553
  */
554
554
  createNatGateway(params: EC2.Types.CreateNatGatewayRequest, callback?: (err: AWSError, data: EC2.Types.CreateNatGatewayResult) => void): Request<EC2.Types.CreateNatGatewayResult, AWSError>;
555
555
  /**
556
- * Creates a NAT gateway in the specified subnet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. You can create either a public NAT gateway or a private NAT gateway. With a public NAT gateway, internet-bound traffic from a private subnet can be routed to the NAT gateway, so that instances in a private subnet can connect to the internet. With a private NAT gateway, private communication is routed across VPCs and on-premises networks through a transit gateway or virtual private gateway. Common use cases include running large workloads behind a small pool of allowlisted IPv4 addresses, preserving private IPv4 addresses, and communicating between overlapping networks. For more information, see NAT Gateways in the Amazon Virtual Private Cloud User Guide.
556
+ * Creates a NAT gateway in the specified subnet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. You can create either a public NAT gateway or a private NAT gateway. With a public NAT gateway, internet-bound traffic from a private subnet can be routed to the NAT gateway, so that instances in a private subnet can connect to the internet. With a private NAT gateway, private communication is routed across VPCs and on-premises networks through a transit gateway or virtual private gateway. Common use cases include running large workloads behind a small pool of allowlisted IPv4 addresses, preserving private IPv4 addresses, and communicating between overlapping networks. For more information, see NAT gateways in the Amazon Virtual Private Cloud User Guide.
557
557
  */
558
558
  createNatGateway(callback?: (err: AWSError, data: EC2.Types.CreateNatGatewayResult) => void): Request<EC2.Types.CreateNatGatewayResult, AWSError>;
559
559
  /**
@@ -629,19 +629,19 @@ declare class EC2 extends Service {
629
629
  */
630
630
  createRestoreImageTask(callback?: (err: AWSError, data: EC2.Types.CreateRestoreImageTaskResult) => void): Request<EC2.Types.CreateRestoreImageTaskResult, AWSError>;
631
631
  /**
632
- * Creates a route in a route table within a VPC. You must specify one of the following targets: internet gateway or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway. When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address 192.0.2.3, and the route table includes the following two IPv4 routes: 192.0.2.0/24 (goes to some target A) 192.0.2.0/28 (goes to some target B) Both routes apply to the traffic destined for 192.0.2.3. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic. For more information about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide.
632
+ * Creates a route in a route table within a VPC. You must specify one of the following targets: internet gateway or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway. When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address 192.0.2.3, and the route table includes the following two IPv4 routes: 192.0.2.0/24 (goes to some target A) 192.0.2.0/28 (goes to some target B) Both routes apply to the traffic destined for 192.0.2.3. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic. For more information about route tables, see Route tables in the Amazon Virtual Private Cloud User Guide.
633
633
  */
634
634
  createRoute(params: EC2.Types.CreateRouteRequest, callback?: (err: AWSError, data: EC2.Types.CreateRouteResult) => void): Request<EC2.Types.CreateRouteResult, AWSError>;
635
635
  /**
636
- * Creates a route in a route table within a VPC. You must specify one of the following targets: internet gateway or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway. When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address 192.0.2.3, and the route table includes the following two IPv4 routes: 192.0.2.0/24 (goes to some target A) 192.0.2.0/28 (goes to some target B) Both routes apply to the traffic destined for 192.0.2.3. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic. For more information about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide.
636
+ * Creates a route in a route table within a VPC. You must specify one of the following targets: internet gateway or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway. When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address 192.0.2.3, and the route table includes the following two IPv4 routes: 192.0.2.0/24 (goes to some target A) 192.0.2.0/28 (goes to some target B) Both routes apply to the traffic destined for 192.0.2.3. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic. For more information about route tables, see Route tables in the Amazon Virtual Private Cloud User Guide.
637
637
  */
638
638
  createRoute(callback?: (err: AWSError, data: EC2.Types.CreateRouteResult) => void): Request<EC2.Types.CreateRouteResult, AWSError>;
639
639
  /**
640
- * 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. For more information, see Route Tables in the Amazon Virtual Private Cloud User Guide.
640
+ * 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. For more information, see Route tables in the Amazon Virtual Private Cloud User Guide.
641
641
  */
642
642
  createRouteTable(params: EC2.Types.CreateRouteTableRequest, callback?: (err: AWSError, data: EC2.Types.CreateRouteTableResult) => void): Request<EC2.Types.CreateRouteTableResult, AWSError>;
643
643
  /**
644
- * 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. For more information, see Route Tables in the Amazon Virtual Private Cloud User Guide.
644
+ * 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. For more information, see Route tables in the Amazon Virtual Private Cloud User Guide.
645
645
  */
646
646
  createRouteTable(callback?: (err: AWSError, data: EC2.Types.CreateRouteTableResult) => void): Request<EC2.Types.CreateRouteTableResult, AWSError>;
647
647
  /**
@@ -685,13 +685,21 @@ declare class EC2 extends Service {
685
685
  */
686
686
  createStoreImageTask(callback?: (err: AWSError, data: EC2.Types.CreateStoreImageTaskResult) => void): Request<EC2.Types.CreateStoreImageTaskResult, AWSError>;
687
687
  /**
688
- * Creates a subnet in a specified VPC. You must specify an IPv4 CIDR block for the subnet. After you create a subnet, you can't change its CIDR block. The allowed block size is between a /16 netmask (65,536 IP addresses) and /28 netmask (16 IP addresses). The CIDR block must not overlap with the CIDR block of an existing subnet in the VPC. If you've associated an IPv6 CIDR block with your VPC, you can create a subnet with an IPv6 CIDR block that uses a /64 prefix length. AWS reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for use. If you add more than one subnet to a VPC, they're set up in a star topology with a logical router in the middle. When you stop an instance in a subnet, it retains its private IPv4 address. It's therefore possible to have a subnet with no running instances (they're all stopped), but no remaining IP addresses available. For more information about subnets, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide.
688
+ * Creates a subnet in a specified VPC. You must specify an IPv4 CIDR block for the subnet. After you create a subnet, you can't change its CIDR block. The allowed block size is between a /16 netmask (65,536 IP addresses) and /28 netmask (16 IP addresses). The CIDR block must not overlap with the CIDR block of an existing subnet in the VPC. If you've associated an IPv6 CIDR block with your VPC, you can create a subnet with an IPv6 CIDR block that uses a /64 prefix length. Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for use. If you add more than one subnet to a VPC, they're set up in a star topology with a logical router in the middle. When you stop an instance in a subnet, it retains its private IPv4 address. It's therefore possible to have a subnet with no running instances (they're all stopped), but no remaining IP addresses available. For more information about subnets, see Your VPC and subnets in the Amazon Virtual Private Cloud User Guide.
689
689
  */
690
690
  createSubnet(params: EC2.Types.CreateSubnetRequest, callback?: (err: AWSError, data: EC2.Types.CreateSubnetResult) => void): Request<EC2.Types.CreateSubnetResult, AWSError>;
691
691
  /**
692
- * Creates a subnet in a specified VPC. You must specify an IPv4 CIDR block for the subnet. After you create a subnet, you can't change its CIDR block. The allowed block size is between a /16 netmask (65,536 IP addresses) and /28 netmask (16 IP addresses). The CIDR block must not overlap with the CIDR block of an existing subnet in the VPC. If you've associated an IPv6 CIDR block with your VPC, you can create a subnet with an IPv6 CIDR block that uses a /64 prefix length. AWS reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for use. If you add more than one subnet to a VPC, they're set up in a star topology with a logical router in the middle. When you stop an instance in a subnet, it retains its private IPv4 address. It's therefore possible to have a subnet with no running instances (they're all stopped), but no remaining IP addresses available. For more information about subnets, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide.
692
+ * Creates a subnet in a specified VPC. You must specify an IPv4 CIDR block for the subnet. After you create a subnet, you can't change its CIDR block. The allowed block size is between a /16 netmask (65,536 IP addresses) and /28 netmask (16 IP addresses). The CIDR block must not overlap with the CIDR block of an existing subnet in the VPC. If you've associated an IPv6 CIDR block with your VPC, you can create a subnet with an IPv6 CIDR block that uses a /64 prefix length. Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for use. If you add more than one subnet to a VPC, they're set up in a star topology with a logical router in the middle. When you stop an instance in a subnet, it retains its private IPv4 address. It's therefore possible to have a subnet with no running instances (they're all stopped), but no remaining IP addresses available. For more information about subnets, see Your VPC and subnets in the Amazon Virtual Private Cloud User Guide.
693
693
  */
694
694
  createSubnet(callback?: (err: AWSError, data: EC2.Types.CreateSubnetResult) => void): Request<EC2.Types.CreateSubnetResult, AWSError>;
695
+ /**
696
+ * Creates a subnet CIDR reservation. For information about subnet CIDR reservations, see Subnet CIDR reservations in the Amazon Virtual Private Cloud User Guide.
697
+ */
698
+ createSubnetCidrReservation(params: EC2.Types.CreateSubnetCidrReservationRequest, callback?: (err: AWSError, data: EC2.Types.CreateSubnetCidrReservationResult) => void): Request<EC2.Types.CreateSubnetCidrReservationResult, AWSError>;
699
+ /**
700
+ * Creates a subnet CIDR reservation. For information about subnet CIDR reservations, see Subnet CIDR reservations in the Amazon Virtual Private Cloud User Guide.
701
+ */
702
+ createSubnetCidrReservation(callback?: (err: AWSError, data: EC2.Types.CreateSubnetCidrReservationResult) => void): Request<EC2.Types.CreateSubnetCidrReservationResult, AWSError>;
695
703
  /**
696
704
  * Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource. For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide. For more information about creating IAM policies that control users' access to resources based on tags, see Supported Resource-Level Permissions for Amazon EC2 API Actions in the Amazon Elastic Compute Cloud User Guide.
697
705
  */
@@ -813,11 +821,11 @@ declare class EC2 extends Service {
813
821
  */
814
822
  createVolume(callback?: (err: AWSError, data: EC2.Types.Volume) => void): Request<EC2.Types.Volume, AWSError>;
815
823
  /**
816
- * Creates a VPC with the specified IPv4 CIDR block. The smallest VPC you can create uses a /28 netmask (16 IPv4 addresses), and the largest uses a /16 netmask (65,536 IPv4 addresses). For more information about how large to make your VPC, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide. You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP). By default, each instance you launch in the VPC has the default DHCP options, which include only a default DNS server that we provide (AmazonProvidedDNS). For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide. You can specify the instance tenancy value for the VPC when you create it. You can't change this value for the VPC after you create it. For more information, see Dedicated Instances in the Amazon Elastic Compute Cloud User Guide.
824
+ * Creates a VPC with the specified IPv4 CIDR block. The smallest VPC you can create uses a /28 netmask (16 IPv4 addresses), and the largest uses a /16 netmask (65,536 IPv4 addresses). For more information about how large to make your VPC, see Your VPC and subnets in the Amazon Virtual Private Cloud User Guide. You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP). By default, each instance you launch in the VPC has the default DHCP options, which include only a default DNS server that we provide (AmazonProvidedDNS). For more information, see DHCP options sets in the Amazon Virtual Private Cloud User Guide. You can specify the instance tenancy value for the VPC when you create it. You can't change this value for the VPC after you create it. For more information, see Dedicated Instances in the Amazon Elastic Compute Cloud User Guide.
817
825
  */
818
826
  createVpc(params: EC2.Types.CreateVpcRequest, callback?: (err: AWSError, data: EC2.Types.CreateVpcResult) => void): Request<EC2.Types.CreateVpcResult, AWSError>;
819
827
  /**
820
- * Creates a VPC with the specified IPv4 CIDR block. The smallest VPC you can create uses a /28 netmask (16 IPv4 addresses), and the largest uses a /16 netmask (65,536 IPv4 addresses). For more information about how large to make your VPC, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide. You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP). By default, each instance you launch in the VPC has the default DHCP options, which include only a default DNS server that we provide (AmazonProvidedDNS). For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide. You can specify the instance tenancy value for the VPC when you create it. You can't change this value for the VPC after you create it. For more information, see Dedicated Instances in the Amazon Elastic Compute Cloud User Guide.
828
+ * Creates a VPC with the specified IPv4 CIDR block. The smallest VPC you can create uses a /28 netmask (16 IPv4 addresses), and the largest uses a /16 netmask (65,536 IPv4 addresses). For more information about how large to make your VPC, see Your VPC and subnets in the Amazon Virtual Private Cloud User Guide. You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP). By default, each instance you launch in the VPC has the default DHCP options, which include only a default DNS server that we provide (AmazonProvidedDNS). For more information, see DHCP options sets in the Amazon Virtual Private Cloud User Guide. You can specify the instance tenancy value for the VPC when you create it. You can't change this value for the VPC after you create it. For more information, see Dedicated Instances in the Amazon Elastic Compute Cloud User Guide.
821
829
  */
822
830
  createVpc(callback?: (err: AWSError, data: EC2.Types.CreateVpcResult) => void): Request<EC2.Types.CreateVpcResult, AWSError>;
823
831
  /**
@@ -845,11 +853,11 @@ declare class EC2 extends Service {
845
853
  */
846
854
  createVpcEndpointServiceConfiguration(callback?: (err: AWSError, data: EC2.Types.CreateVpcEndpointServiceConfigurationResult) => void): Request<EC2.Types.CreateVpcEndpointServiceConfigurationResult, AWSError>;
847
855
  /**
848
- * Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. The accepter VPC can belong to another AWS account and can be in a different Region to the requester VPC. The requester VPC and accepter VPC cannot have overlapping CIDR blocks. Limitations and rules apply to a VPC peering connection. For more information, see the limitations section in the VPC Peering Guide. The owner of the accepter VPC must accept the peering request to activate the peering connection. The VPC peering connection request expires after 7 days, after which it cannot be accepted or rejected. If you create a VPC peering connection request between VPCs with overlapping CIDR blocks, the VPC peering connection has a status of failed.
856
+ * Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. The accepter VPC can belong to another account and can be in a different Region to the requester VPC. The requester VPC and accepter VPC cannot have overlapping CIDR blocks. Limitations and rules apply to a VPC peering connection. For more information, see the limitations section in the VPC Peering Guide. The owner of the accepter VPC must accept the peering request to activate the peering connection. The VPC peering connection request expires after 7 days, after which it cannot be accepted or rejected. If you create a VPC peering connection request between VPCs with overlapping CIDR blocks, the VPC peering connection has a status of failed.
849
857
  */
850
858
  createVpcPeeringConnection(params: EC2.Types.CreateVpcPeeringConnectionRequest, callback?: (err: AWSError, data: EC2.Types.CreateVpcPeeringConnectionResult) => void): Request<EC2.Types.CreateVpcPeeringConnectionResult, AWSError>;
851
859
  /**
852
- * Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. The accepter VPC can belong to another AWS account and can be in a different Region to the requester VPC. The requester VPC and accepter VPC cannot have overlapping CIDR blocks. Limitations and rules apply to a VPC peering connection. For more information, see the limitations section in the VPC Peering Guide. The owner of the accepter VPC must accept the peering request to activate the peering connection. The VPC peering connection request expires after 7 days, after which it cannot be accepted or rejected. If you create a VPC peering connection request between VPCs with overlapping CIDR blocks, the VPC peering connection has a status of failed.
860
+ * Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. The accepter VPC can belong to another account and can be in a different Region to the requester VPC. The requester VPC and accepter VPC cannot have overlapping CIDR blocks. Limitations and rules apply to a VPC peering connection. For more information, see the limitations section in the VPC Peering Guide. The owner of the accepter VPC must accept the peering request to activate the peering connection. The VPC peering connection request expires after 7 days, after which it cannot be accepted or rejected. If you create a VPC peering connection request between VPCs with overlapping CIDR blocks, the VPC peering connection has a status of failed.
853
861
  */
854
862
  createVpcPeeringConnection(callback?: (err: AWSError, data: EC2.Types.CreateVpcPeeringConnectionResult) => void): Request<EC2.Types.CreateVpcPeeringConnectionResult, AWSError>;
855
863
  /**
@@ -1132,6 +1140,14 @@ declare class EC2 extends Service {
1132
1140
  * Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet.
1133
1141
  */
1134
1142
  deleteSubnet(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
1143
+ /**
1144
+ * Deletes a subnet CIDR reservation.
1145
+ */
1146
+ deleteSubnetCidrReservation(params: EC2.Types.DeleteSubnetCidrReservationRequest, callback?: (err: AWSError, data: EC2.Types.DeleteSubnetCidrReservationResult) => void): Request<EC2.Types.DeleteSubnetCidrReservationResult, AWSError>;
1147
+ /**
1148
+ * Deletes a subnet CIDR reservation.
1149
+ */
1150
+ deleteSubnetCidrReservation(callback?: (err: AWSError, data: EC2.Types.DeleteSubnetCidrReservationResult) => void): Request<EC2.Types.DeleteSubnetCidrReservationResult, AWSError>;
1135
1151
  /**
1136
1152
  * Deletes the specified set of tags from the specified set of resources. To list the current tags, use DescribeTags. For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.
1137
1153
  */
@@ -1501,11 +1517,11 @@ declare class EC2 extends Service {
1501
1517
  */
1502
1518
  describeCustomerGateways(callback?: (err: AWSError, data: EC2.Types.DescribeCustomerGatewaysResult) => void): Request<EC2.Types.DescribeCustomerGatewaysResult, AWSError>;
1503
1519
  /**
1504
- * Describes one or more of your DHCP options sets. For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.
1520
+ * Describes one or more of your DHCP options sets. For more information, see DHCP options sets in the Amazon Virtual Private Cloud User Guide.
1505
1521
  */
1506
1522
  describeDhcpOptions(params: EC2.Types.DescribeDhcpOptionsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeDhcpOptionsResult) => void): Request<EC2.Types.DescribeDhcpOptionsResult, AWSError>;
1507
1523
  /**
1508
- * Describes one or more of your DHCP options sets. For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.
1524
+ * Describes one or more of your DHCP options sets. For more information, see DHCP options sets in the Amazon Virtual Private Cloud User Guide.
1509
1525
  */
1510
1526
  describeDhcpOptions(callback?: (err: AWSError, data: EC2.Types.DescribeDhcpOptionsResult) => void): Request<EC2.Types.DescribeDhcpOptionsResult, AWSError>;
1511
1527
  /**
@@ -1981,11 +1997,11 @@ declare class EC2 extends Service {
1981
1997
  */
1982
1998
  describeReservedInstancesOfferings(callback?: (err: AWSError, data: EC2.Types.DescribeReservedInstancesOfferingsResult) => void): Request<EC2.Types.DescribeReservedInstancesOfferingsResult, AWSError>;
1983
1999
  /**
1984
- * Describes one or more of your route tables. 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. For more information, see Route Tables in the Amazon Virtual Private Cloud User Guide.
2000
+ * Describes one or more of your route tables. 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. For more information, see Route tables in the Amazon Virtual Private Cloud User Guide.
1985
2001
  */
1986
2002
  describeRouteTables(params: EC2.Types.DescribeRouteTablesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeRouteTablesResult) => void): Request<EC2.Types.DescribeRouteTablesResult, AWSError>;
1987
2003
  /**
1988
- * Describes one or more of your route tables. 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. For more information, see Route Tables in the Amazon Virtual Private Cloud User Guide.
2004
+ * Describes one or more of your route tables. 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. For more information, see Route tables in the Amazon Virtual Private Cloud User Guide.
1989
2005
  */
1990
2006
  describeRouteTables(callback?: (err: AWSError, data: EC2.Types.DescribeRouteTablesResult) => void): Request<EC2.Types.DescribeRouteTablesResult, AWSError>;
1991
2007
  /**
@@ -2109,11 +2125,11 @@ declare class EC2 extends Service {
2109
2125
  */
2110
2126
  describeStoreImageTasks(callback?: (err: AWSError, data: EC2.Types.DescribeStoreImageTasksResult) => void): Request<EC2.Types.DescribeStoreImageTasksResult, AWSError>;
2111
2127
  /**
2112
- * Describes one or more of your subnets. For more information, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide.
2128
+ * Describes one or more of your subnets. For more information, see Your VPC and subnets in the Amazon Virtual Private Cloud User Guide.
2113
2129
  */
2114
2130
  describeSubnets(params: EC2.Types.DescribeSubnetsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeSubnetsResult) => void): Request<EC2.Types.DescribeSubnetsResult, AWSError>;
2115
2131
  /**
2116
- * Describes one or more of your subnets. For more information, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide.
2132
+ * Describes one or more of your subnets. For more information, see Your VPC and subnets in the Amazon Virtual Private Cloud User Guide.
2117
2133
  */
2118
2134
  describeSubnets(callback?: (err: AWSError, data: EC2.Types.DescribeSubnetsResult) => void): Request<EC2.Types.DescribeSubnetsResult, AWSError>;
2119
2135
  /**
@@ -2501,11 +2517,11 @@ declare class EC2 extends Service {
2501
2517
  */
2502
2518
  disassociateInstanceEventWindow(callback?: (err: AWSError, data: EC2.Types.DisassociateInstanceEventWindowResult) => void): Request<EC2.Types.DisassociateInstanceEventWindowResult, AWSError>;
2503
2519
  /**
2504
- * Disassociates a subnet or gateway from a route table. After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC's main route table. For more information about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide.
2520
+ * Disassociates a subnet or gateway from a route table. After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC's main route table. For more information about route tables, see Route tables in the Amazon Virtual Private Cloud User Guide.
2505
2521
  */
2506
2522
  disassociateRouteTable(params: EC2.Types.DisassociateRouteTableRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
2507
2523
  /**
2508
- * Disassociates a subnet or gateway from a route table. After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC's main route table. For more information about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide.
2524
+ * Disassociates a subnet or gateway from a route table. After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC's main route table. For more information about route tables, see Route tables in the Amazon Virtual Private Cloud User Guide.
2509
2525
  */
2510
2526
  disassociateRouteTable(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
2511
2527
  /**
@@ -2796,6 +2812,14 @@ declare class EC2 extends Service {
2796
2812
  * Retrieves the access status of your account to the EC2 serial console of all instances. By default, access to the EC2 serial console is disabled for your account. For more information, see Manage account access to the EC2 serial console in the Amazon EC2 User Guide.
2797
2813
  */
2798
2814
  getSerialConsoleAccessStatus(callback?: (err: AWSError, data: EC2.Types.GetSerialConsoleAccessStatusResult) => void): Request<EC2.Types.GetSerialConsoleAccessStatusResult, AWSError>;
2815
+ /**
2816
+ * Gets information about the subnet CIDR reservations.
2817
+ */
2818
+ getSubnetCidrReservations(params: EC2.Types.GetSubnetCidrReservationsRequest, callback?: (err: AWSError, data: EC2.Types.GetSubnetCidrReservationsResult) => void): Request<EC2.Types.GetSubnetCidrReservationsResult, AWSError>;
2819
+ /**
2820
+ * Gets information about the subnet CIDR reservations.
2821
+ */
2822
+ getSubnetCidrReservations(callback?: (err: AWSError, data: EC2.Types.GetSubnetCidrReservationsResult) => void): Request<EC2.Types.GetSubnetCidrReservationsResult, AWSError>;
2799
2823
  /**
2800
2824
  * Lists the route tables to which the specified resource attachment propagates routes.
2801
2825
  */
@@ -3205,11 +3229,11 @@ declare class EC2 extends Service {
3205
3229
  */
3206
3230
  modifyVpcEndpointServicePermissions(callback?: (err: AWSError, data: EC2.Types.ModifyVpcEndpointServicePermissionsResult) => void): Request<EC2.Types.ModifyVpcEndpointServicePermissionsResult, AWSError>;
3207
3231
  /**
3208
- * Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following: 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. Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC. Enable/disable the ability to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC. If the peered VPCs are in the same AWS account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different AWS accounts or different Regions. For peered VPCs in different AWS accounts, each AWS account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.
3232
+ * Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following: 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. Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC. Enable/disable the ability to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC. If the peered VPCs are in the same account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different different accounts or different Regions. For peered VPCs in different accounts, each account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.
3209
3233
  */
3210
3234
  modifyVpcPeeringConnectionOptions(params: EC2.Types.ModifyVpcPeeringConnectionOptionsRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVpcPeeringConnectionOptionsResult) => void): Request<EC2.Types.ModifyVpcPeeringConnectionOptionsResult, AWSError>;
3211
3235
  /**
3212
- * Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following: 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. Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC. Enable/disable the ability to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC. If the peered VPCs are in the same AWS account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different AWS accounts or different Regions. For peered VPCs in different AWS accounts, each AWS account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.
3236
+ * Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following: 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. Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC. Enable/disable the ability to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC. If the peered VPCs are in the same account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different different accounts or different Regions. For peered VPCs in different accounts, each account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.
3213
3237
  */
3214
3238
  modifyVpcPeeringConnectionOptions(callback?: (err: AWSError, data: EC2.Types.ModifyVpcPeeringConnectionOptionsResult) => void): Request<EC2.Types.ModifyVpcPeeringConnectionOptionsResult, AWSError>;
3215
3239
  /**
@@ -3421,19 +3445,19 @@ declare class EC2 extends Service {
3421
3445
  */
3422
3446
  replaceNetworkAclEntry(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
3423
3447
  /**
3424
- * Replaces an existing route within a route table in a VPC. You must provide only one of the following: internet gateway, virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway. For more information, see Route Tables in the Amazon Virtual Private Cloud User Guide.
3448
+ * Replaces an existing route within a route table in a VPC. You must provide only one of the following: internet gateway, virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway. For more information, see Route tables in the Amazon Virtual Private Cloud User Guide.
3425
3449
  */
3426
3450
  replaceRoute(params: EC2.Types.ReplaceRouteRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
3427
3451
  /**
3428
- * Replaces an existing route within a route table in a VPC. You must provide only one of the following: internet gateway, virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway. For more information, see Route Tables in the Amazon Virtual Private Cloud User Guide.
3452
+ * Replaces an existing route within a route table in a VPC. You must provide only one of the following: internet gateway, virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway. For more information, see Route tables in the Amazon Virtual Private Cloud User Guide.
3429
3453
  */
3430
3454
  replaceRoute(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
3431
3455
  /**
3432
- * Changes the route table associated with a given subnet, internet gateway, or virtual private gateway in a VPC. After the operation completes, the subnet or gateway uses the routes in the new route table. For more information about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide. 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.
3456
+ * Changes the route table associated with a given subnet, internet gateway, or virtual private gateway in a VPC. After the operation completes, the subnet or gateway uses the routes in the new route table. For more information about route tables, see Route tables in the Amazon Virtual Private Cloud User Guide. 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.
3433
3457
  */
3434
3458
  replaceRouteTableAssociation(params: EC2.Types.ReplaceRouteTableAssociationRequest, callback?: (err: AWSError, data: EC2.Types.ReplaceRouteTableAssociationResult) => void): Request<EC2.Types.ReplaceRouteTableAssociationResult, AWSError>;
3435
3459
  /**
3436
- * Changes the route table associated with a given subnet, internet gateway, or virtual private gateway in a VPC. After the operation completes, the subnet or gateway uses the routes in the new route table. For more information about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide. 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.
3460
+ * Changes the route table associated with a given subnet, internet gateway, or virtual private gateway in a VPC. After the operation completes, the subnet or gateway uses the routes in the new route table. For more information about route tables, see Route tables in the Amazon Virtual Private Cloud User Guide. 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.
3437
3461
  */
3438
3462
  replaceRouteTableAssociation(callback?: (err: AWSError, data: EC2.Types.ReplaceRouteTableAssociationResult) => void): Request<EC2.Types.ReplaceRouteTableAssociationResult, AWSError>;
3439
3463
  /**
@@ -3661,19 +3685,19 @@ declare class EC2 extends Service {
3661
3685
  */
3662
3686
  terminateInstances(callback?: (err: AWSError, data: EC2.Types.TerminateInstancesResult) => void): Request<EC2.Types.TerminateInstancesResult, AWSError>;
3663
3687
  /**
3664
- * Unassigns one or more IPv6 addresses from a network interface.
3688
+ * Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a network interface.
3665
3689
  */
3666
3690
  unassignIpv6Addresses(params: EC2.Types.UnassignIpv6AddressesRequest, callback?: (err: AWSError, data: EC2.Types.UnassignIpv6AddressesResult) => void): Request<EC2.Types.UnassignIpv6AddressesResult, AWSError>;
3667
3691
  /**
3668
- * Unassigns one or more IPv6 addresses from a network interface.
3692
+ * Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a network interface.
3669
3693
  */
3670
3694
  unassignIpv6Addresses(callback?: (err: AWSError, data: EC2.Types.UnassignIpv6AddressesResult) => void): Request<EC2.Types.UnassignIpv6AddressesResult, AWSError>;
3671
3695
  /**
3672
- * Unassigns one or more secondary private IP addresses from a network interface.
3696
+ * Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a network interface.
3673
3697
  */
3674
3698
  unassignPrivateIpAddresses(params: EC2.Types.UnassignPrivateIpAddressesRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
3675
3699
  /**
3676
- * Unassigns one or more secondary private IP addresses from a network interface.
3700
+ * Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a network interface.
3677
3701
  */
3678
3702
  unassignPrivateIpAddresses(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
3679
3703
  /**
@@ -4448,7 +4472,7 @@ declare namespace EC2 {
4448
4472
  */
4449
4473
  DestinationCidr?: String;
4450
4474
  /**
4451
- * The prefix of the AWS service.
4475
+ * The prefix of the Amazon Web Service.
4452
4476
  */
4453
4477
  DestinationPrefixListId?: String;
4454
4478
  /**
@@ -4549,6 +4573,14 @@ declare namespace EC2 {
4549
4573
  * One or more specific IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.
4550
4574
  */
4551
4575
  Ipv6Addresses?: Ipv6AddressList;
4576
+ /**
4577
+ * The number of IPv6 Prefix Delegation prefixes that AWS automatically assigns to the network interface. You cannot use this option if you use the Ipv6Prefixes option.
4578
+ */
4579
+ Ipv6PrefixCount?: Integer;
4580
+ /**
4581
+ * One or more IPv6 Prefix Delegation prefixes assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.
4582
+ */
4583
+ Ipv6Prefixes?: IpPrefixList;
4552
4584
  /**
4553
4585
  * The ID of the network interface.
4554
4586
  */
@@ -4559,6 +4591,10 @@ declare namespace EC2 {
4559
4591
  * The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.
4560
4592
  */
4561
4593
  AssignedIpv6Addresses?: Ipv6AddressList;
4594
+ /**
4595
+ * The IPv6 Prefix Delegation prefixes that are assigned to the network interface.
4596
+ */
4597
+ AssignedIpv6Prefixes?: IpPrefixList;
4562
4598
  /**
4563
4599
  * The ID of the network interface.
4564
4600
  */
@@ -4581,6 +4617,14 @@ declare namespace EC2 {
4581
4617
  * The number of secondary IP addresses to assign to the network interface. You can't specify this parameter when also specifying private IP addresses.
4582
4618
  */
4583
4619
  SecondaryPrivateIpAddressCount?: Integer;
4620
+ /**
4621
+ * One or more IPv4 Prefix Delegation prefixes assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.
4622
+ */
4623
+ Ipv4Prefixes?: IpPrefixList;
4624
+ /**
4625
+ * The number of IPv4 Prefix Delegation prefixes that AWS automatically assigns to the network interface. You cannot use this option if you use the Ipv4 Prefixes option.
4626
+ */
4627
+ Ipv4PrefixCount?: Integer;
4584
4628
  }
4585
4629
  export interface AssignPrivateIpAddressesResult {
4586
4630
  /**
@@ -4591,6 +4635,10 @@ declare namespace EC2 {
4591
4635
  * The private IP addresses assigned to the network interface.
4592
4636
  */
4593
4637
  AssignedPrivateIpAddresses?: AssignedPrivateIpAddressList;
4638
+ /**
4639
+ * The IPv4 Prefix Delegation prefixes that are assigned to the network interface.
4640
+ */
4641
+ AssignedIpv4Prefixes?: Ipv4PrefixesList;
4594
4642
  }
4595
4643
  export interface AssignedPrivateIpAddress {
4596
4644
  /**
@@ -5806,7 +5854,7 @@ declare namespace EC2 {
5806
5854
  */
5807
5855
  State?: CarrierGatewayState;
5808
5856
  /**
5809
- * The AWS account ID of the owner of the carrier gateway.
5857
+ * The account ID of the owner of the carrier gateway.
5810
5858
  */
5811
5859
  OwnerId?: String;
5812
5860
  /**
@@ -6618,7 +6666,7 @@ declare namespace EC2 {
6618
6666
  */
6619
6667
  DryRun?: Boolean;
6620
6668
  /**
6621
- * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
6669
+ * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
6622
6670
  */
6623
6671
  ClientToken?: String;
6624
6672
  }
@@ -6826,7 +6874,7 @@ declare namespace EC2 {
6826
6874
  }
6827
6875
  export interface CreateEgressOnlyInternetGatewayRequest {
6828
6876
  /**
6829
- * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
6877
+ * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
6830
6878
  */
6831
6879
  ClientToken?: String;
6832
6880
  /**
@@ -6972,7 +7020,7 @@ declare namespace EC2 {
6972
7020
  */
6973
7021
  DryRun?: Boolean;
6974
7022
  /**
6975
- * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
7023
+ * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
6976
7024
  */
6977
7025
  ClientToken?: String;
6978
7026
  /**
@@ -7004,7 +7052,7 @@ declare namespace EC2 {
7004
7052
  */
7005
7053
  LogDestination?: String;
7006
7054
  /**
7007
- * The fields to include in the flow log record, in the order in which they should appear. For a list of available fields, see Flow Log Records. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must specify at least one field. Specify the fields using the ${field-id} format, separated by spaces. For the AWS CLI, use single quotation marks (' ') to surround the parameter value.
7055
+ * The fields to include in the flow log record, in the order in which they should appear. For a list of available fields, see Flow log records. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must specify at least one field. Specify the fields using the ${field-id} format, separated by spaces. For the CLI, use single quotation marks (' ') to surround the parameter value.
7008
7056
  */
7009
7057
  LogFormat?: String;
7010
7058
  /**
@@ -7358,7 +7406,7 @@ declare namespace EC2 {
7358
7406
  */
7359
7407
  AllocationId?: AllocationId;
7360
7408
  /**
7361
- * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency. Constraint: Maximum 64 ASCII characters.
7409
+ * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency. Constraint: Maximum 64 ASCII characters.
7362
7410
  */
7363
7411
  ClientToken?: String;
7364
7412
  /**
@@ -7452,19 +7500,19 @@ declare namespace EC2 {
7452
7500
  }
7453
7501
  export interface CreateNetworkInsightsPathRequest {
7454
7502
  /**
7455
- * The IP address of the AWS resource that is the source of the path.
7503
+ * The IP address of the Amazon Web Services resource that is the source of the path.
7456
7504
  */
7457
7505
  SourceIp?: IpAddress;
7458
7506
  /**
7459
- * The IP address of the AWS resource that is the destination of the path.
7507
+ * The IP address of the Amazon Web Services resource that is the destination of the path.
7460
7508
  */
7461
7509
  DestinationIp?: IpAddress;
7462
7510
  /**
7463
- * The AWS resource that is the source of the path.
7511
+ * The Amazon Web Services resource that is the source of the path.
7464
7512
  */
7465
7513
  Source: String;
7466
7514
  /**
7467
- * The AWS resource that is the destination of the path.
7515
+ * The Amazon Web Services resource that is the destination of the path.
7468
7516
  */
7469
7517
  Destination: String;
7470
7518
  /**
@@ -7484,7 +7532,7 @@ declare namespace EC2 {
7484
7532
  */
7485
7533
  DryRun?: Boolean;
7486
7534
  /**
7487
- * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
7535
+ * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
7488
7536
  */
7489
7537
  ClientToken: String;
7490
7538
  }
@@ -7555,6 +7603,22 @@ declare namespace EC2 {
7555
7603
  * The number of secondary private IPv4 addresses to assign to a network interface. When you specify a number of secondary IPv4 addresses, Amazon EC2 selects these IP addresses within the subnet's IPv4 CIDR range. You can't specify this option and specify more than one private IP address using privateIpAddresses. The number of IP addresses you can assign to a network interface varies by instance type. For more information, see IP Addresses Per ENI Per Instance Type in the Amazon Virtual Private Cloud User Guide.
7556
7604
  */
7557
7605
  SecondaryPrivateIpAddressCount?: Integer;
7606
+ /**
7607
+ * One or moreIPv4 Prefix Delegation prefixes assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.
7608
+ */
7609
+ Ipv4Prefixes?: Ipv4PrefixList;
7610
+ /**
7611
+ * The number of IPv4 Prefix Delegation prefixes that AWS automatically assigns to the network interface. You cannot use this option if you use the Ipv4 Prefixes option.
7612
+ */
7613
+ Ipv4PrefixCount?: Integer;
7614
+ /**
7615
+ * One or moreIPv6 Prefix Delegation prefixes assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.
7616
+ */
7617
+ Ipv6Prefixes?: Ipv6PrefixList;
7618
+ /**
7619
+ * The number of IPv6 Prefix Delegation prefixes that AWS automatically assigns to the network interface. You cannot use this option if you use the Ipv6Prefixes option.
7620
+ */
7621
+ Ipv6PrefixCount?: Integer;
7558
7622
  /**
7559
7623
  * Indicates the type of network interface. To create an Elastic Fabric Adapter (EFA), specify efa. For more information, see Elastic Fabric Adapter in the Amazon Elastic Compute Cloud User Guide. To create a trunk network interface, specify efa. For more information, see Network interface trunking in the Amazon Elastic Compute Cloud User Guide.
7560
7624
  */
@@ -7905,23 +7969,51 @@ declare namespace EC2 {
7905
7969
  */
7906
7970
  ObjectKey?: String;
7907
7971
  }
7972
+ export interface CreateSubnetCidrReservationRequest {
7973
+ /**
7974
+ * The tags to assign to the subnet CIDR reservation.
7975
+ */
7976
+ TagSpecifications?: TagSpecificationList;
7977
+ /**
7978
+ * The ID of the subnet.
7979
+ */
7980
+ SubnetId: SubnetId;
7981
+ /**
7982
+ * The IPv4 or IPV6 CIDR range to reserve.
7983
+ */
7984
+ Cidr: String;
7985
+ /**
7986
+ * The type of reservation. The following are valid values: prefix: The Amazon EC2 Prefix Delegation feature assigns the IP addresses to network interfaces that are associated with an instance. For information about Prefix Delegation, see Prefix Delegation for Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide. explicit: You manually assign the IP addresses to resources that reside in your subnet.
7987
+ */
7988
+ ReservationType: SubnetCidrReservationType;
7989
+ /**
7990
+ * The description to assign to the subnet CIDR reservation.
7991
+ */
7992
+ Description?: String;
7993
+ /**
7994
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
7995
+ */
7996
+ DryRun?: Boolean;
7997
+ }
7998
+ export interface CreateSubnetCidrReservationResult {
7999
+ /**
8000
+ * Information about the created subnet CIDR reservation.
8001
+ */
8002
+ SubnetCidrReservation?: SubnetCidrReservation;
8003
+ }
7908
8004
  export interface CreateSubnetRequest {
7909
8005
  /**
7910
8006
  * The tags to assign to the subnet.
7911
8007
  */
7912
8008
  TagSpecifications?: TagSpecificationList;
7913
8009
  /**
7914
- * The Availability Zone or Local Zone for the subnet. Default: AWS selects one for you. If you create more than one subnet in your VPC, we do not necessarily select a different zone for each subnet. To create a subnet in a Local Zone, set this value to the Local Zone ID, for example us-west-2-lax-1a. For information about the Regions that support Local Zones, see Available Regions in the Amazon Elastic Compute Cloud User Guide. To create a subnet in an Outpost, set this value to the Availability Zone for the Outpost and specify the Outpost ARN.
8010
+ * The Availability Zone or Local Zone for the subnet. Default: Amazon Web Services selects one for you. If you create more than one subnet in your VPC, we do not necessarily select a different zone for each subnet. To create a subnet in a Local Zone, set this value to the Local Zone ID, for example us-west-2-lax-1a. For information about the Regions that support Local Zones, see Available Regions in the Amazon Elastic Compute Cloud User Guide. To create a subnet in an Outpost, set this value to the Availability Zone for the Outpost and specify the Outpost ARN.
7915
8011
  */
7916
8012
  AvailabilityZone?: String;
7917
8013
  /**
7918
8014
  * The AZ ID or the Local Zone ID of the subnet.
7919
8015
  */
7920
8016
  AvailabilityZoneId?: String;
7921
- /**
7922
- * The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.
7923
- */
7924
- CidrBlock: String;
7925
8017
  /**
7926
8018
  * The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length.
7927
8019
  */
@@ -7938,6 +8030,10 @@ declare namespace EC2 {
7938
8030
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
7939
8031
  */
7940
8032
  DryRun?: Boolean;
8033
+ /**
8034
+ * The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.
8035
+ */
8036
+ CidrBlock: String;
7941
8037
  }
7942
8038
  export interface CreateSubnetResult {
7943
8039
  /**
@@ -8630,7 +8726,7 @@ declare namespace EC2 {
8630
8726
  */
8631
8727
  DryRun?: Boolean;
8632
8728
  /**
8633
- * The AWS account ID of the owner of the accepter VPC. Default: Your AWS account ID
8729
+ * The account ID of the owner of the accepter VPC. Default: Your account ID
8634
8730
  */
8635
8731
  PeerOwnerId?: String;
8636
8732
  /**
@@ -9406,6 +9502,22 @@ declare namespace EC2 {
9406
9502
  */
9407
9503
  DryRun?: Boolean;
9408
9504
  }
9505
+ export interface DeleteSubnetCidrReservationRequest {
9506
+ /**
9507
+ * The ID of the subnet CIDR reservation.
9508
+ */
9509
+ SubnetCidrReservationId: SubnetCidrReservationId;
9510
+ /**
9511
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
9512
+ */
9513
+ DryRun?: Boolean;
9514
+ }
9515
+ export interface DeleteSubnetCidrReservationResult {
9516
+ /**
9517
+ * Information about the deleted subnet CIDR reservation.
9518
+ */
9519
+ DeletedSubnetCidrReservation?: SubnetCidrReservation;
9520
+ }
9409
9521
  export interface DeleteSubnetRequest {
9410
9522
  /**
9411
9523
  * The ID of the subnet.
@@ -10060,7 +10172,7 @@ declare namespace EC2 {
10060
10172
  */
10061
10173
  CarrierGatewayIds?: CarrierGatewayIdSet;
10062
10174
  /**
10063
- * One or more filters. carrier-gateway-id - The ID of the carrier gateway. state - The state of the carrier gateway (pending | failed | available | deleting | deleted). owner-id - The AWS account ID of the owner of the carrier gateway. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. vpc-id - The ID of the VPC associated with the carrier gateway.
10175
+ * One or more filters. carrier-gateway-id - The ID of the carrier gateway. state - The state of the carrier gateway (pending | failed | available | deleting | deleted). owner-id - The account ID of the owner of the carrier gateway. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. vpc-id - The ID of the VPC associated with the carrier gateway.
10064
10176
  */
10065
10177
  Filters?: FilterList;
10066
10178
  /**
@@ -10364,7 +10476,7 @@ declare namespace EC2 {
10364
10476
  */
10365
10477
  DhcpOptionsIds?: DhcpOptionsIdStringList;
10366
10478
  /**
10367
- * One or more filters. dhcp-options-id - The ID of a DHCP options set. key - The key for one of the options (for example, domain-name). value - The value for one of the options. owner-id - The ID of the AWS account that owns the DHCP options set. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
10479
+ * One or more filters. dhcp-options-id - The ID of a DHCP options set. key - The key for one of the options (for example, domain-name). value - The value for one of the options. owner-id - The ID of the account that owns the DHCP options set. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
10368
10480
  */
10369
10481
  Filters?: FilterList;
10370
10482
  /**
@@ -11318,7 +11430,7 @@ declare namespace EC2 {
11318
11430
  export type DescribeInternetGatewaysMaxResults = number;
11319
11431
  export interface DescribeInternetGatewaysRequest {
11320
11432
  /**
11321
- * One or more filters. attachment.state - The current state of the attachment between the gateway and the VPC (available). Present only if a VPC is attached. attachment.vpc-id - The ID of an attached VPC. internet-gateway-id - The ID of the Internet gateway. owner-id - The ID of the AWS account that owns the internet gateway. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
11433
+ * One or more filters. attachment.state - The current state of the attachment between the gateway and the VPC (available). Present only if a VPC is attached. attachment.vpc-id - The ID of an attached VPC. internet-gateway-id - The ID of the Internet gateway. owner-id - The ID of the account that owns the internet gateway. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
11322
11434
  */
11323
11435
  Filters?: FilterList;
11324
11436
  /**
@@ -11782,7 +11894,7 @@ declare namespace EC2 {
11782
11894
  export type DescribeNetworkAclsMaxResults = number;
11783
11895
  export interface DescribeNetworkAclsRequest {
11784
11896
  /**
11785
- * One or more filters. association.association-id - The ID of an association ID for the ACL. association.network-acl-id - The ID of the network ACL involved in the association. association.subnet-id - The ID of the subnet involved in the association. default - Indicates whether the ACL is the default network ACL for the VPC. entry.cidr - The IPv4 CIDR range specified in the entry. entry.icmp.code - The ICMP code specified in the entry, if any. entry.icmp.type - The ICMP type specified in the entry, if any. entry.ipv6-cidr - The IPv6 CIDR range specified in the entry. entry.port-range.from - The start of the port range specified in the entry. entry.port-range.to - The end of the port range specified in the entry. entry.protocol - The protocol specified in the entry (tcp | udp | icmp or a protocol number). entry.rule-action - Allows or denies the matching traffic (allow | deny). entry.rule-number - The number of an entry (in other words, rule) in the set of ACL entries. network-acl-id - The ID of the network ACL. owner-id - The ID of the AWS account that owns the network ACL. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. vpc-id - The ID of the VPC for the network ACL.
11897
+ * One or more filters. association.association-id - The ID of an association ID for the ACL. association.network-acl-id - The ID of the network ACL involved in the association. association.subnet-id - The ID of the subnet involved in the association. default - Indicates whether the ACL is the default network ACL for the VPC. entry.cidr - The IPv4 CIDR range specified in the entry. entry.icmp.code - The ICMP code specified in the entry, if any. entry.icmp.type - The ICMP type specified in the entry, if any. entry.ipv6-cidr - The IPv6 CIDR range specified in the entry. entry.port-range.from - The start of the port range specified in the entry. entry.port-range.to - The end of the port range specified in the entry. entry.protocol - The protocol specified in the entry (tcp | udp | icmp or a protocol number). entry.rule-action - Allows or denies the matching traffic (allow | deny). entry.rule-number - The number of an entry (in other words, rule) in the set of ACL entries. network-acl-id - The ID of the network ACL. owner-id - The ID of the account that owns the network ACL. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. vpc-id - The ID of the VPC for the network ACL.
11786
11898
  */
11787
11899
  Filters?: FilterList;
11788
11900
  /**
@@ -12303,7 +12415,7 @@ declare namespace EC2 {
12303
12415
  export type DescribeRouteTablesMaxResults = number;
12304
12416
  export interface DescribeRouteTablesRequest {
12305
12417
  /**
12306
- * One or more filters. association.route-table-association-id - The ID of an association ID for the route table. association.route-table-id - The ID of the route table involved in the association. association.subnet-id - The ID of the subnet involved in the association. association.main - Indicates whether the route table is the main route table for the VPC (true | false). Route tables that do not have an association ID are not returned in the response. owner-id - The ID of the AWS account that owns the route table. route-table-id - The ID of the route table. route.destination-cidr-block - The IPv4 CIDR range specified in a route in the table. route.destination-ipv6-cidr-block - The IPv6 CIDR range specified in a route in the route table. route.destination-prefix-list-id - The ID (prefix) of the AWS service specified in a route in the table. route.egress-only-internet-gateway-id - The ID of an egress-only Internet gateway specified in a route in the route table. route.gateway-id - The ID of a gateway specified in a route in the table. route.instance-id - The ID of an instance specified in a route in the table. route.nat-gateway-id - The ID of a NAT gateway. route.transit-gateway-id - The ID of a transit gateway. route.origin - Describes how the route was created. CreateRouteTable indicates that the route was automatically created when the route table was created; CreateRoute indicates that the route was manually added to the route table; EnableVgwRoutePropagation indicates that the route was propagated by route propagation. route.state - The state of a route in the route table (active | blackhole). The blackhole state indicates that the route's target isn't available (for example, the specified gateway isn't attached to the VPC, the specified NAT instance has been terminated, and so on). route.vpc-peering-connection-id - The ID of a VPC peering connection specified in a route in the table. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. vpc-id - The ID of the VPC for the route table.
12418
+ * One or more filters. association.route-table-association-id - The ID of an association ID for the route table. association.route-table-id - The ID of the route table involved in the association. association.subnet-id - The ID of the subnet involved in the association. association.main - Indicates whether the route table is the main route table for the VPC (true | false). Route tables that do not have an association ID are not returned in the response. owner-id - The ID of the account that owns the route table. route-table-id - The ID of the route table. route.destination-cidr-block - The IPv4 CIDR range specified in a route in the table. route.destination-ipv6-cidr-block - The IPv6 CIDR range specified in a route in the route table. route.destination-prefix-list-id - The ID (prefix) of the Amazon Web Service specified in a route in the table. route.egress-only-internet-gateway-id - The ID of an egress-only Internet gateway specified in a route in the route table. route.gateway-id - The ID of a gateway specified in a route in the table. route.instance-id - The ID of an instance specified in a route in the table. route.nat-gateway-id - The ID of a NAT gateway. route.transit-gateway-id - The ID of a transit gateway. route.origin - Describes how the route was created. CreateRouteTable indicates that the route was automatically created when the route table was created; CreateRoute indicates that the route was manually added to the route table; EnableVgwRoutePropagation indicates that the route was propagated by route propagation. route.state - The state of a route in the route table (active | blackhole). The blackhole state indicates that the route's target isn't available (for example, the specified gateway isn't attached to the VPC, the specified NAT instance has been terminated, and so on). route.vpc-peering-connection-id - The ID of a VPC peering connection specified in a route in the table. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. vpc-id - The ID of the VPC for the route table.
12307
12419
  */
12308
12420
  Filters?: FilterList;
12309
12421
  /**
@@ -12836,7 +12948,7 @@ declare namespace EC2 {
12836
12948
  export type DescribeSubnetsMaxResults = number;
12837
12949
  export interface DescribeSubnetsRequest {
12838
12950
  /**
12839
- * One or more filters. availability-zone - The Availability Zone for the subnet. You can also use availabilityZone as the filter name. availability-zone-id - The ID of the Availability Zone for the subnet. You can also use availabilityZoneId as the filter name. available-ip-address-count - The number of IPv4 addresses in the subnet that are available. cidr-block - The IPv4 CIDR block of the subnet. The CIDR block you specify must exactly match the subnet's CIDR block for information to be returned for the subnet. You can also use cidr or cidrBlock as the filter names. default-for-az - Indicates whether this is the default subnet for the Availability Zone. You can also use defaultForAz as the filter name. ipv6-cidr-block-association.ipv6-cidr-block - An IPv6 CIDR block associated with the subnet. ipv6-cidr-block-association.association-id - An association ID for an IPv6 CIDR block associated with the subnet. ipv6-cidr-block-association.state - The state of an IPv6 CIDR block associated with the subnet. outpost-arn - The Amazon Resource Name (ARN) of the Outpost. owner-id - The ID of the AWS account that owns the subnet. state - The state of the subnet (pending | available). subnet-arn - The Amazon Resource Name (ARN) of the subnet. subnet-id - The ID of the subnet. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. vpc-id - The ID of the VPC for the subnet.
12951
+ * One or more filters. availability-zone - The Availability Zone for the subnet. You can also use availabilityZone as the filter name. availability-zone-id - The ID of the Availability Zone for the subnet. You can also use availabilityZoneId as the filter name. available-ip-address-count - The number of IPv4 addresses in the subnet that are available. cidr-block - The IPv4 CIDR block of the subnet. The CIDR block you specify must exactly match the subnet's CIDR block for information to be returned for the subnet. You can also use cidr or cidrBlock as the filter names. default-for-az - Indicates whether this is the default subnet for the Availability Zone. You can also use defaultForAz as the filter name. ipv6-cidr-block-association.ipv6-cidr-block - An IPv6 CIDR block associated with the subnet. ipv6-cidr-block-association.association-id - An association ID for an IPv6 CIDR block associated with the subnet. ipv6-cidr-block-association.state - The state of an IPv6 CIDR block associated with the subnet. outpost-arn - The Amazon Resource Name (ARN) of the Outpost. owner-id - The ID of the account that owns the subnet. state - The state of the subnet (pending | available). subnet-arn - The Amazon Resource Name (ARN) of the subnet. subnet-id - The ID of the subnet. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. vpc-id - The ID of the VPC for the subnet.
12840
12952
  */
12841
12953
  Filters?: FilterList;
12842
12954
  /**
@@ -13672,7 +13784,7 @@ declare namespace EC2 {
13672
13784
  export type DescribeVpcPeeringConnectionsMaxResults = number;
13673
13785
  export interface DescribeVpcPeeringConnectionsRequest {
13674
13786
  /**
13675
- * One or more filters. accepter-vpc-info.cidr-block - The IPv4 CIDR block of the accepter VPC. accepter-vpc-info.owner-id - The AWS account ID of the owner of the accepter VPC. accepter-vpc-info.vpc-id - The ID of the accepter VPC. expiration-time - The expiration date and time for the VPC peering connection. requester-vpc-info.cidr-block - The IPv4 CIDR block of the requester's VPC. requester-vpc-info.owner-id - The AWS account ID of the owner of the requester VPC. requester-vpc-info.vpc-id - The ID of the requester VPC. status-code - The status of the VPC peering connection (pending-acceptance | failed | expired | provisioning | active | deleting | deleted | rejected). status-message - A message that provides more information about the status of the VPC peering connection, if applicable. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. vpc-peering-connection-id - The ID of the VPC peering connection.
13787
+ * One or more filters. accepter-vpc-info.cidr-block - The IPv4 CIDR block of the accepter VPC. accepter-vpc-info.owner-id - The ID of the account that owns the accepter VPC. accepter-vpc-info.vpc-id - The ID of the accepter VPC. expiration-time - The expiration date and time for the VPC peering connection. requester-vpc-info.cidr-block - The IPv4 CIDR block of the requester's VPC. requester-vpc-info.owner-id - The ID of the account that owns the requester VPC. requester-vpc-info.vpc-id - The ID of the requester VPC. status-code - The status of the VPC peering connection (pending-acceptance | failed | expired | provisioning | active | deleting | deleted | rejected). status-message - A message that provides more information about the status of the VPC peering connection, if applicable. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. vpc-peering-connection-id - The ID of the VPC peering connection.
13676
13788
  */
13677
13789
  Filters?: FilterList;
13678
13790
  /**
@@ -13705,7 +13817,7 @@ declare namespace EC2 {
13705
13817
  export type DescribeVpcsMaxResults = number;
13706
13818
  export interface DescribeVpcsRequest {
13707
13819
  /**
13708
- * One or more filters. cidr - The primary IPv4 CIDR block of the VPC. The CIDR block you specify must exactly match the VPC's CIDR block for information to be returned for the VPC. Must contain the slash followed by one or two digits (for example, /28). cidr-block-association.cidr-block - An IPv4 CIDR block associated with the VPC. cidr-block-association.association-id - The association ID for an IPv4 CIDR block associated with the VPC. cidr-block-association.state - The state of an IPv4 CIDR block associated with the VPC. dhcp-options-id - The ID of a set of DHCP options. ipv6-cidr-block-association.ipv6-cidr-block - An IPv6 CIDR block associated with the VPC. ipv6-cidr-block-association.ipv6-pool - The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated. ipv6-cidr-block-association.association-id - The association ID for an IPv6 CIDR block associated with the VPC. ipv6-cidr-block-association.state - The state of an IPv6 CIDR block associated with the VPC. isDefault - Indicates whether the VPC is the default VPC. owner-id - The ID of the AWS account that owns the VPC. state - The state of the VPC (pending | available). tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. vpc-id - The ID of the VPC.
13820
+ * One or more filters. cidr - The primary IPv4 CIDR block of the VPC. The CIDR block you specify must exactly match the VPC's CIDR block for information to be returned for the VPC. Must contain the slash followed by one or two digits (for example, /28). cidr-block-association.cidr-block - An IPv4 CIDR block associated with the VPC. cidr-block-association.association-id - The association ID for an IPv4 CIDR block associated with the VPC. cidr-block-association.state - The state of an IPv4 CIDR block associated with the VPC. dhcp-options-id - The ID of a set of DHCP options. ipv6-cidr-block-association.ipv6-cidr-block - An IPv6 CIDR block associated with the VPC. ipv6-cidr-block-association.ipv6-pool - The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated. ipv6-cidr-block-association.association-id - The association ID for an IPv6 CIDR block associated with the VPC. ipv6-cidr-block-association.state - The state of an IPv6 CIDR block associated with the VPC. is-default - Indicates whether the VPC is the default VPC. owner-id - The ID of the account that owns the VPC. state - The state of the VPC (pending | available). tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. vpc-id - The ID of the VPC.
13709
13821
  */
13710
13822
  Filters?: FilterList;
13711
13823
  /**
@@ -13882,7 +13994,7 @@ declare namespace EC2 {
13882
13994
  */
13883
13995
  DhcpOptionsId?: String;
13884
13996
  /**
13885
- * The ID of the AWS account that owns the DHCP options set.
13997
+ * The ID of the account that owns the DHCP options set.
13886
13998
  */
13887
13999
  OwnerId?: String;
13888
14000
  /**
@@ -16308,6 +16420,43 @@ declare namespace EC2 {
16308
16420
  */
16309
16421
  SerialConsoleAccessEnabled?: Boolean;
16310
16422
  }
16423
+ export type GetSubnetCidrReservationsMaxResults = number;
16424
+ export interface GetSubnetCidrReservationsRequest {
16425
+ /**
16426
+ * One or more filters. reservationType - The type of reservation (prefix | explicit). subnet-id - The ID of the subnet. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
16427
+ */
16428
+ Filters?: FilterList;
16429
+ /**
16430
+ * The ID of the subnet.
16431
+ */
16432
+ SubnetId: SubnetId;
16433
+ /**
16434
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
16435
+ */
16436
+ DryRun?: Boolean;
16437
+ /**
16438
+ * The token for the next page of results.
16439
+ */
16440
+ NextToken?: String;
16441
+ /**
16442
+ * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
16443
+ */
16444
+ MaxResults?: GetSubnetCidrReservationsMaxResults;
16445
+ }
16446
+ export interface GetSubnetCidrReservationsResult {
16447
+ /**
16448
+ * Information about the IPv4 subnet CIDR reservations.
16449
+ */
16450
+ SubnetIpv4CidrReservations?: SubnetCidrReservationList;
16451
+ /**
16452
+ * Information about the IPv6 subnet CIDR reservations.
16453
+ */
16454
+ SubnetIpv6CidrReservations?: SubnetCidrReservationList;
16455
+ /**
16456
+ * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
16457
+ */
16458
+ NextToken?: String;
16459
+ }
16311
16460
  export interface GetTransitGatewayAttachmentPropagationsRequest {
16312
16461
  /**
16313
16462
  * The ID of the attachment.
@@ -18064,6 +18213,13 @@ declare namespace EC2 {
18064
18213
  export type InstanceIdStringList = InstanceId[];
18065
18214
  export type InstanceIdsSet = InstanceId[];
18066
18215
  export type InstanceInterruptionBehavior = "hibernate"|"stop"|"terminate"|string;
18216
+ export interface InstanceIpv4Prefix {
18217
+ /**
18218
+ * One or more IPv4 delegated prefixes assigned to the network interface.
18219
+ */
18220
+ Ipv4Prefix?: String;
18221
+ }
18222
+ export type InstanceIpv4PrefixList = InstanceIpv4Prefix[];
18067
18223
  export interface InstanceIpv6Address {
18068
18224
  /**
18069
18225
  * The IPv6 address.
@@ -18078,6 +18234,13 @@ declare namespace EC2 {
18078
18234
  */
18079
18235
  Ipv6Address?: String;
18080
18236
  }
18237
+ export interface InstanceIpv6Prefix {
18238
+ /**
18239
+ * One or more IPv6 delegated prefixes assigned to the network interface.
18240
+ */
18241
+ Ipv6Prefix?: String;
18242
+ }
18243
+ export type InstanceIpv6PrefixList = InstanceIpv6Prefix[];
18081
18244
  export type InstanceLifecycle = "spot"|"on-demand"|string;
18082
18245
  export type InstanceLifecycleType = "spot"|"scheduled"|string;
18083
18246
  export type InstanceList = Instance[];
@@ -18202,6 +18365,14 @@ declare namespace EC2 {
18202
18365
  * Describes the type of network interface. Valid values: interface | efa | trunk
18203
18366
  */
18204
18367
  InterfaceType?: String;
18368
+ /**
18369
+ * The IPv4 delegated prefixes that are assigned to the network interface.
18370
+ */
18371
+ Ipv4Prefixes?: InstanceIpv4PrefixList;
18372
+ /**
18373
+ * The IPv6 delegated prefixes that are assigned to the network interface.
18374
+ */
18375
+ Ipv6Prefixes?: InstanceIpv6PrefixList;
18205
18376
  }
18206
18377
  export interface InstanceNetworkInterfaceAssociation {
18207
18378
  /**
@@ -18309,6 +18480,22 @@ declare namespace EC2 {
18309
18480
  * The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.
18310
18481
  */
18311
18482
  NetworkCardIndex?: Integer;
18483
+ /**
18484
+ * One or more IPv4 delegated prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.
18485
+ */
18486
+ Ipv4Prefixes?: Ipv4PrefixList;
18487
+ /**
18488
+ * The number of IPv4 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv4Prefix option.
18489
+ */
18490
+ Ipv4PrefixCount?: Integer;
18491
+ /**
18492
+ * One or more IPv6 delegated prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.
18493
+ */
18494
+ Ipv6Prefixes?: Ipv6PrefixList;
18495
+ /**
18496
+ * The number of IPv6 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv6Prefix option.
18497
+ */
18498
+ Ipv6PrefixCount?: Integer;
18312
18499
  }
18313
18500
  export type InstanceNetworkInterfaceSpecificationList = InstanceNetworkInterfaceSpecification[];
18314
18501
  export interface InstancePrivateIpAddress {
@@ -18622,7 +18809,7 @@ declare namespace EC2 {
18622
18809
  */
18623
18810
  InternetGatewayId?: String;
18624
18811
  /**
18625
- * The ID of the AWS account that owns the internet gateway.
18812
+ * The ID of the account that owns the internet gateway.
18626
18813
  */
18627
18814
  OwnerId?: String;
18628
18815
  /**
@@ -18677,6 +18864,7 @@ declare namespace EC2 {
18677
18864
  UserIdGroupPairs?: UserIdGroupPairList;
18678
18865
  }
18679
18866
  export type IpPermissionList = IpPermission[];
18867
+ export type IpPrefixList = String[];
18680
18868
  export interface IpRange {
18681
18869
  /**
18682
18870
  * The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv4 address, use the /32 prefix length.
@@ -18690,6 +18878,27 @@ declare namespace EC2 {
18690
18878
  export type IpRangeList = IpRange[];
18691
18879
  export type IpRanges = String[];
18692
18880
  export type Ipv4PoolEc2Id = string;
18881
+ export type Ipv4PrefixList = Ipv4PrefixSpecificationRequest[];
18882
+ export type Ipv4PrefixListResponse = Ipv4PrefixSpecificationResponse[];
18883
+ export interface Ipv4PrefixSpecification {
18884
+ /**
18885
+ * The IPv4 Prefix Delegation prefix. For information, see Prefix Delegation in the Amazon Elastic Compute Cloud User Guide.
18886
+ */
18887
+ Ipv4Prefix?: String;
18888
+ }
18889
+ export interface Ipv4PrefixSpecificationRequest {
18890
+ /**
18891
+ * The IPv4 Prefix Delegation prefix. For information, see Prefix Delegation in the Amazon Elastic Compute Cloud User Guide.
18892
+ */
18893
+ Ipv4Prefix?: String;
18894
+ }
18895
+ export interface Ipv4PrefixSpecificationResponse {
18896
+ /**
18897
+ * One or more IPv4 delegated prefixes assigned to the network interface.
18898
+ */
18899
+ Ipv4Prefix?: String;
18900
+ }
18901
+ export type Ipv4PrefixesList = Ipv4PrefixSpecification[];
18693
18902
  export type Ipv6Address = string;
18694
18903
  export type Ipv6AddressList = String[];
18695
18904
  export interface Ipv6CidrAssociation {
@@ -18733,6 +18942,27 @@ declare namespace EC2 {
18733
18942
  export type Ipv6PoolIdList = Ipv6PoolEc2Id[];
18734
18943
  export type Ipv6PoolMaxResults = number;
18735
18944
  export type Ipv6PoolSet = Ipv6Pool[];
18945
+ export type Ipv6PrefixList = Ipv6PrefixSpecificationRequest[];
18946
+ export type Ipv6PrefixListResponse = Ipv6PrefixSpecificationResponse[];
18947
+ export interface Ipv6PrefixSpecification {
18948
+ /**
18949
+ * The IPv6 Prefix Delegation prefix.
18950
+ */
18951
+ Ipv6Prefix?: String;
18952
+ }
18953
+ export interface Ipv6PrefixSpecificationRequest {
18954
+ /**
18955
+ * The IPv6 Prefix Delegation prefix.
18956
+ */
18957
+ Ipv6Prefix?: String;
18958
+ }
18959
+ export interface Ipv6PrefixSpecificationResponse {
18960
+ /**
18961
+ * One or more IPv6 delegated prefixes assigned to the network interface.
18962
+ */
18963
+ Ipv6Prefix?: String;
18964
+ }
18965
+ export type Ipv6PrefixesList = Ipv6PrefixSpecification[];
18736
18966
  export interface Ipv6Range {
18737
18967
  /**
18738
18968
  * The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.
@@ -19026,7 +19256,7 @@ declare namespace EC2 {
19026
19256
  */
19027
19257
  Iops?: Integer;
19028
19258
  /**
19029
- * The ARN of the AWS Key Management Service (AWS KMS) CMK used for encryption.
19259
+ * The ARN of the Key Management Service (KMS) CMK used for encryption.
19030
19260
  */
19031
19261
  KmsKeyId?: KmsKeyId;
19032
19262
  /**
@@ -19060,7 +19290,7 @@ declare namespace EC2 {
19060
19290
  */
19061
19291
  Iops?: Integer;
19062
19292
  /**
19063
- * The ARN of the symmetric AWS Key Management Service (AWS KMS) CMK used for encryption.
19293
+ * The ARN of the symmetric Key Management Service (KMS) CMK used for encryption.
19064
19294
  */
19065
19295
  KmsKeyId?: KmsKeyId;
19066
19296
  /**
@@ -19105,13 +19335,13 @@ declare namespace EC2 {
19105
19335
  export type LaunchTemplateElasticInferenceAcceleratorResponseList = LaunchTemplateElasticInferenceAcceleratorResponse[];
19106
19336
  export interface LaunchTemplateEnclaveOptions {
19107
19337
  /**
19108
- * If this parameter is set to true, the instance is enabled for AWS Nitro Enclaves; otherwise, it is not enabled for AWS Nitro Enclaves.
19338
+ * If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.
19109
19339
  */
19110
19340
  Enabled?: Boolean;
19111
19341
  }
19112
19342
  export interface LaunchTemplateEnclaveOptionsRequest {
19113
19343
  /**
19114
- * To enable the instance for AWS Nitro Enclaves, set this parameter to true.
19344
+ * To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true.
19115
19345
  */
19116
19346
  Enabled?: Boolean;
19117
19347
  }
@@ -19207,7 +19437,7 @@ declare namespace EC2 {
19207
19437
  export type LaunchTemplateInstanceMetadataOptionsState = "pending"|"applied"|string;
19208
19438
  export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
19209
19439
  /**
19210
- * Indicates whether to associate a Carrier IP address with eth0 for a new network interface. Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see Carrier IP addresses in the AWS Wavelength Developer Guide.
19440
+ * Indicates whether to associate a Carrier IP address with eth0 for a new network interface. Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see Carrier IP addresses in the Wavelength Developer Guide.
19211
19441
  */
19212
19442
  AssociateCarrierIpAddress?: Boolean;
19213
19443
  /**
@@ -19266,11 +19496,27 @@ declare namespace EC2 {
19266
19496
  * The index of the network card.
19267
19497
  */
19268
19498
  NetworkCardIndex?: Integer;
19499
+ /**
19500
+ * One or more IPv4 delegated prefixes assigned to the network interface.
19501
+ */
19502
+ Ipv4Prefixes?: Ipv4PrefixListResponse;
19503
+ /**
19504
+ * The number of IPv4 delegated prefixes that AWS automatically assigned to the network interface.
19505
+ */
19506
+ Ipv4PrefixCount?: Integer;
19507
+ /**
19508
+ * One or more IPv6 delegated prefixes assigned to the network interface.
19509
+ */
19510
+ Ipv6Prefixes?: Ipv6PrefixListResponse;
19511
+ /**
19512
+ * The number of IPv6 delegated prefixes that AWS automatically assigned to the network interface.
19513
+ */
19514
+ Ipv6PrefixCount?: Integer;
19269
19515
  }
19270
19516
  export type LaunchTemplateInstanceNetworkInterfaceSpecificationList = LaunchTemplateInstanceNetworkInterfaceSpecification[];
19271
19517
  export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
19272
19518
  /**
19273
- * Associates a Carrier IP address with eth0 for a new network interface. Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see Carrier IP addresses in the AWS Wavelength Developer Guide.
19519
+ * Associates a Carrier IP address with eth0 for a new network interface. Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see Carrier IP addresses in the Wavelength Developer Guide.
19274
19520
  */
19275
19521
  AssociateCarrierIpAddress?: Boolean;
19276
19522
  /**
@@ -19329,6 +19575,22 @@ declare namespace EC2 {
19329
19575
  * The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.
19330
19576
  */
19331
19577
  NetworkCardIndex?: Integer;
19578
+ /**
19579
+ * One or more IPv4 delegated prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.
19580
+ */
19581
+ Ipv4Prefixes?: Ipv4PrefixList;
19582
+ /**
19583
+ * The number of IPv4 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv4Prefix option.
19584
+ */
19585
+ Ipv4PrefixCount?: Integer;
19586
+ /**
19587
+ * One or more IPv6 delegated prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.
19588
+ */
19589
+ Ipv6Prefixes?: Ipv6PrefixList;
19590
+ /**
19591
+ * The number of IPv6 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv6Prefix option.
19592
+ */
19593
+ Ipv6PrefixCount?: Integer;
19332
19594
  }
19333
19595
  export type LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList = LaunchTemplateInstanceNetworkInterfaceSpecificationRequest[];
19334
19596
  export interface LaunchTemplateLicenseConfiguration {
@@ -21536,7 +21798,7 @@ declare namespace EC2 {
21536
21798
  */
21537
21799
  VpcId?: String;
21538
21800
  /**
21539
- * The ID of the AWS account that owns the network ACL.
21801
+ * The ID of the account that owns the network ACL.
21540
21802
  */
21541
21803
  OwnerId?: String;
21542
21804
  }
@@ -21670,7 +21932,7 @@ declare namespace EC2 {
21670
21932
  */
21671
21933
  NetworkInsightsPathId?: NetworkInsightsPathId;
21672
21934
  /**
21673
- * The Amazon Resource Names (ARN) of the AWS resources that the path must traverse.
21935
+ * The Amazon Resource Names (ARN) of the Amazon Web Services resources that the path must traverse.
21674
21936
  */
21675
21937
  FilterInArns?: ArnList;
21676
21938
  /**
@@ -21728,19 +21990,19 @@ declare namespace EC2 {
21728
21990
  */
21729
21991
  CreatedDate?: MillisecondDateTime;
21730
21992
  /**
21731
- * The AWS resource that is the source of the path.
21993
+ * The Amazon Web Services resource that is the source of the path.
21732
21994
  */
21733
21995
  Source?: String;
21734
21996
  /**
21735
- * The AWS resource that is the destination of the path.
21997
+ * The Amazon Web Services resource that is the destination of the path.
21736
21998
  */
21737
21999
  Destination?: String;
21738
22000
  /**
21739
- * The IP address of the AWS resource that is the source of the path.
22001
+ * The IP address of the Amazon Web Services resource that is the source of the path.
21740
22002
  */
21741
22003
  SourceIp?: IpAddress;
21742
22004
  /**
21743
- * The IP address of the AWS resource that is the destination of the path.
22005
+ * The IP address of the Amazon Web Services resource that is the destination of the path.
21744
22006
  */
21745
22007
  DestinationIp?: IpAddress;
21746
22008
  /**
@@ -21816,6 +22078,14 @@ declare namespace EC2 {
21816
22078
  * The private IPv4 addresses associated with the network interface.
21817
22079
  */
21818
22080
  PrivateIpAddresses?: NetworkInterfacePrivateIpAddressList;
22081
+ /**
22082
+ * The IPv4 Prefix Delegation prefixes that are assigned to the network interface.
22083
+ */
22084
+ Ipv4Prefixes?: Ipv4PrefixesList;
22085
+ /**
22086
+ * The IPv6 Prefix Delegation prefixes that are assigned to the network interface.
22087
+ */
22088
+ Ipv6Prefixes?: Ipv6PrefixesList;
21819
22089
  /**
21820
22090
  * The alias or account ID of the principal or service that created the network interface.
21821
22091
  */
@@ -23508,15 +23778,15 @@ declare namespace EC2 {
23508
23778
  */
23509
23779
  LicenseSpecifications?: LaunchTemplateLicenseSpecificationListRequest;
23510
23780
  /**
23511
- * Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate Your Instance in the Amazon Elastic Compute Cloud User Guide.
23781
+ * Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon Elastic Compute Cloud User Guide.
23512
23782
  */
23513
23783
  HibernationOptions?: LaunchTemplateHibernationOptionsRequest;
23514
23784
  /**
23515
- * The metadata options for the instance. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.
23785
+ * The metadata options for the instance. For more information, see Instance metadata and user data in the Amazon Elastic Compute Cloud User Guide.
23516
23786
  */
23517
23787
  MetadataOptions?: LaunchTemplateInstanceMetadataOptionsRequest;
23518
23788
  /**
23519
- * Indicates whether the instance is enabled for AWS Nitro Enclaves. For more information, see What is AWS Nitro Enclaves? in the AWS Nitro Enclaves User Guide. You can't enable AWS Nitro Enclaves and hibernation on the same instance.
23789
+ * Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide. You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same instance.
23520
23790
  */
23521
23791
  EnclaveOptions?: LaunchTemplateEnclaveOptionsRequest;
23522
23792
  }
@@ -24205,7 +24475,7 @@ declare namespace EC2 {
24205
24475
  */
24206
24476
  CreditSpecification?: CreditSpecification;
24207
24477
  /**
24208
- * The CPU options for the instance. For more information, see Optimizing CPU Options in the Amazon Elastic Compute Cloud User Guide.
24478
+ * The CPU options for the instance. For more information, see Optimizing CPU options in the Amazon Elastic Compute Cloud User Guide.
24209
24479
  */
24210
24480
  CpuOptions?: LaunchTemplateCpuOptions;
24211
24481
  /**
@@ -24217,15 +24487,15 @@ declare namespace EC2 {
24217
24487
  */
24218
24488
  LicenseSpecifications?: LaunchTemplateLicenseList;
24219
24489
  /**
24220
- * Indicates whether an instance is configured for hibernation. For more information, see Hibernate Your Instance in the Amazon Elastic Compute Cloud User Guide.
24490
+ * Indicates whether an instance is configured for hibernation. For more information, see Hibernate your instance in the Amazon Elastic Compute Cloud User Guide.
24221
24491
  */
24222
24492
  HibernationOptions?: LaunchTemplateHibernationOptions;
24223
24493
  /**
24224
- * The metadata options for the instance. For more information, see Instance Metadata and User Data in the Amazon Elastic Compute Cloud User Guide.
24494
+ * The metadata options for the instance. For more information, see Instance metadata and user data in the Amazon Elastic Compute Cloud User Guide.
24225
24495
  */
24226
24496
  MetadataOptions?: LaunchTemplateInstanceMetadataOptions;
24227
24497
  /**
24228
- * Indicates whether the instance is enabled for AWS Nitro Enclaves.
24498
+ * Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
24229
24499
  */
24230
24500
  EnclaveOptions?: LaunchTemplateEnclaveOptions;
24231
24501
  }
@@ -24423,7 +24693,7 @@ declare namespace EC2 {
24423
24693
  */
24424
24694
  DestinationIpv6CidrBlock?: String;
24425
24695
  /**
24426
- * The prefix of the AWS service.
24696
+ * The prefix of the Amazon Web Service.
24427
24697
  */
24428
24698
  DestinationPrefixListId?: String;
24429
24699
  /**
@@ -24439,7 +24709,7 @@ declare namespace EC2 {
24439
24709
  */
24440
24710
  InstanceId?: String;
24441
24711
  /**
24442
- * The AWS account ID of the owner of the instance.
24712
+ * The ID of account that owns the instance.
24443
24713
  */
24444
24714
  InstanceOwnerId?: String;
24445
24715
  /**
@@ -24505,7 +24775,7 @@ declare namespace EC2 {
24505
24775
  */
24506
24776
  VpcId?: String;
24507
24777
  /**
24508
- * The ID of the AWS account that owns the route table.
24778
+ * The ID of the account that owns the route table.
24509
24779
  */
24510
24780
  OwnerId?: String;
24511
24781
  }
@@ -26357,7 +26627,7 @@ declare namespace EC2 {
26357
26627
  */
26358
26628
  TagSpecifications?: TagSpecificationList;
26359
26629
  /**
26360
- * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
26630
+ * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
26361
26631
  */
26362
26632
  ClientToken: String;
26363
26633
  }
@@ -26517,7 +26787,7 @@ declare namespace EC2 {
26517
26787
  */
26518
26788
  VpcId?: String;
26519
26789
  /**
26520
- * The ID of the AWS account that owns the subnet.
26790
+ * The ID of the account that owns the subnet.
26521
26791
  */
26522
26792
  OwnerId?: String;
26523
26793
  /**
@@ -26564,6 +26834,39 @@ declare namespace EC2 {
26564
26834
  StatusMessage?: String;
26565
26835
  }
26566
26836
  export type SubnetCidrBlockStateCode = "associating"|"associated"|"disassociating"|"disassociated"|"failing"|"failed"|string;
26837
+ export interface SubnetCidrReservation {
26838
+ /**
26839
+ * The ID of the subnet CIDR reservation.
26840
+ */
26841
+ SubnetCidrReservationId?: SubnetCidrReservationId;
26842
+ /**
26843
+ * The ID of the subnet.
26844
+ */
26845
+ SubnetId?: SubnetId;
26846
+ /**
26847
+ * The CIDR that has been reserved.
26848
+ */
26849
+ Cidr?: String;
26850
+ /**
26851
+ * The type of reservation.
26852
+ */
26853
+ ReservationType?: SubnetCidrReservationType;
26854
+ /**
26855
+ * The ID of the account that owns the subnet CIDR reservation.
26856
+ */
26857
+ OwnerId?: String;
26858
+ /**
26859
+ * The description assigned to the subnet CIDR reservation.
26860
+ */
26861
+ Description?: String;
26862
+ /**
26863
+ * The tags assigned to the subnet CIDR reservation.
26864
+ */
26865
+ Tags?: TagList;
26866
+ }
26867
+ export type SubnetCidrReservationId = string;
26868
+ export type SubnetCidrReservationList = SubnetCidrReservation[];
26869
+ export type SubnetCidrReservationType = "prefix"|"explicit"|string;
26567
26870
  export type SubnetId = string;
26568
26871
  export type SubnetIdStringList = SubnetId[];
26569
26872
  export interface SubnetIpv6CidrBlockAssociation {
@@ -27911,13 +28214,17 @@ declare namespace EC2 {
27911
28214
  export type TunnelOptionsList = TunnelOption[];
27912
28215
  export interface UnassignIpv6AddressesRequest {
27913
28216
  /**
27914
- * The ID of the network interface.
28217
+ * The IPv6 addresses to unassign from the network interface.
27915
28218
  */
27916
- NetworkInterfaceId: NetworkInterfaceId;
28219
+ Ipv6Addresses?: Ipv6AddressList;
27917
28220
  /**
27918
- * The IPv6 addresses to unassign from the network interface.
28221
+ * One or moreIPv6 Prefix Delegation prefixes to unassign from the network interface.
28222
+ */
28223
+ Ipv6Prefixes?: IpPrefixList;
28224
+ /**
28225
+ * The ID of the network interface.
27919
28226
  */
27920
- Ipv6Addresses: Ipv6AddressList;
28227
+ NetworkInterfaceId: NetworkInterfaceId;
27921
28228
  }
27922
28229
  export interface UnassignIpv6AddressesResult {
27923
28230
  /**
@@ -27928,6 +28235,10 @@ declare namespace EC2 {
27928
28235
  * The IPv6 addresses that have been unassigned from the network interface.
27929
28236
  */
27930
28237
  UnassignedIpv6Addresses?: Ipv6AddressList;
28238
+ /**
28239
+ * The IPv4 Prefix Delegation prefixes that have been unassigned from the network interface.
28240
+ */
28241
+ UnassignedIpv6Prefixes?: IpPrefixList;
27931
28242
  }
27932
28243
  export interface UnassignPrivateIpAddressesRequest {
27933
28244
  /**
@@ -27937,7 +28248,11 @@ declare namespace EC2 {
27937
28248
  /**
27938
28249
  * The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.
27939
28250
  */
27940
- PrivateIpAddresses: PrivateIpAddressStringList;
28251
+ PrivateIpAddresses?: PrivateIpAddressStringList;
28252
+ /**
28253
+ * The IPv4 Prefix Delegation prefixes to unassign from the network interface.
28254
+ */
28255
+ Ipv4Prefixes?: IpPrefixList;
27941
28256
  }
27942
28257
  export type UnlimitedSupportedInstanceFamily = "t2"|"t3"|"t3a"|"t4g"|string;
27943
28258
  export interface UnmonitorInstancesRequest {
@@ -28492,7 +28807,7 @@ declare namespace EC2 {
28492
28807
  */
28493
28808
  VpcId?: String;
28494
28809
  /**
28495
- * The ID of the AWS account that owns the VPC.
28810
+ * The ID of the account that owns the VPC.
28496
28811
  */
28497
28812
  OwnerId?: String;
28498
28813
  /**
@@ -28780,7 +29095,7 @@ declare namespace EC2 {
28780
29095
  */
28781
29096
  CidrBlockSet?: CidrBlockSet;
28782
29097
  /**
28783
- * The AWS account ID of the VPC owner.
29098
+ * The ID of the account that owns the VPC.
28784
29099
  */
28785
29100
  OwnerId?: String;
28786
29101
  /**