aws-sdk 2.1416.0 → 2.1418.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -1
- package/README.md +1 -1
- package/apis/cloudformation-2010-05-15.min.json +20 -4
- package/apis/grafana-2020-08-18.min.json +41 -4
- package/apis/grafana-2020-08-18.paginators.json +6 -0
- package/apis/m2-2021-04-28.min.json +19 -3
- package/apis/medical-imaging-2023-07-19.examples.json +5 -0
- package/apis/medical-imaging-2023-07-19.min.json +1098 -0
- package/apis/medical-imaging-2023-07-19.paginators.json +28 -0
- package/apis/medical-imaging-2023-07-19.waiters2.json +5 -0
- package/apis/metadata.json +4 -0
- package/apis/models.lex.v2-2020-08-07.min.json +854 -54
- package/apis/models.lex.v2-2020-08-07.paginators.json +30 -0
- package/apis/ram-2018-01-04.min.json +49 -36
- package/apis/snowball-2016-06-30.examples.json +26 -0
- package/apis/snowball-2016-06-30.min.json +113 -55
- package/apis/snowball-2016-06-30.paginators.json +5 -0
- package/apis/ssm-sap-2018-05-10.min.json +98 -24
- package/apis/wafv2-2019-07-29.min.json +134 -123
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/cloudformation.d.ts +21 -0
- package/clients/codegurusecurity.d.ts +3 -3
- package/clients/connect.d.ts +2 -2
- package/clients/ec2.d.ts +200 -200
- package/clients/grafana.d.ts +47 -5
- package/clients/lexmodelsv2.d.ts +1035 -33
- package/clients/m2.d.ts +14 -4
- package/clients/medicalimaging.d.ts +1102 -0
- package/clients/medicalimaging.js +19 -0
- package/clients/ram.d.ts +14 -1
- package/clients/snowball.d.ts +101 -9
- package/clients/ssmsap.d.ts +131 -7
- package/clients/translate.d.ts +1 -1
- package/clients/wafv2.d.ts +12 -2
- package/dist/aws-sdk-core-react-native.js +60 -81
- package/dist/aws-sdk-react-native.js +175 -173
- package/dist/aws-sdk.js +27 -7
- package/dist/aws-sdk.min.js +97 -97
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/ec2.d.ts
CHANGED
@@ -125,11 +125,11 @@ declare class EC2 extends Service {
|
|
125
125
|
*/
|
126
126
|
assignPrivateIpAddresses(callback?: (err: AWSError, data: EC2.Types.AssignPrivateIpAddressesResult) => void): Request<EC2.Types.AssignPrivateIpAddressesResult, AWSError>;
|
127
127
|
/**
|
128
|
-
* Assigns one or more private IPv4 addresses to a private NAT gateway. For more information, see Work with NAT gateways in the Amazon
|
128
|
+
* Assigns one or more private IPv4 addresses to a private NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide.
|
129
129
|
*/
|
130
130
|
assignPrivateNatGatewayAddress(params: EC2.Types.AssignPrivateNatGatewayAddressRequest, callback?: (err: AWSError, data: EC2.Types.AssignPrivateNatGatewayAddressResult) => void): Request<EC2.Types.AssignPrivateNatGatewayAddressResult, AWSError>;
|
131
131
|
/**
|
132
|
-
* Assigns one or more private IPv4 addresses to a private NAT gateway. For more information, see Work with NAT gateways in the Amazon
|
132
|
+
* Assigns one or more private IPv4 addresses to a private NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide.
|
133
133
|
*/
|
134
134
|
assignPrivateNatGatewayAddress(callback?: (err: AWSError, data: EC2.Types.AssignPrivateNatGatewayAddressResult) => void): Request<EC2.Types.AssignPrivateNatGatewayAddressResult, AWSError>;
|
135
135
|
/**
|
@@ -149,11 +149,11 @@ declare class EC2 extends Service {
|
|
149
149
|
*/
|
150
150
|
associateClientVpnTargetNetwork(callback?: (err: AWSError, data: EC2.Types.AssociateClientVpnTargetNetworkResult) => void): Request<EC2.Types.AssociateClientVpnTargetNetworkResult, AWSError>;
|
151
151
|
/**
|
152
|
-
* 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
|
152
|
+
* 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 VPC User Guide.
|
153
153
|
*/
|
154
154
|
associateDhcpOptions(params: EC2.Types.AssociateDhcpOptionsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
155
155
|
/**
|
156
|
-
* 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
|
156
|
+
* 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 VPC User Guide.
|
157
157
|
*/
|
158
158
|
associateDhcpOptions(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
159
159
|
/**
|
@@ -189,19 +189,19 @@ declare class EC2 extends Service {
|
|
189
189
|
*/
|
190
190
|
associateIpamResourceDiscovery(callback?: (err: AWSError, data: EC2.Types.AssociateIpamResourceDiscoveryResult) => void): Request<EC2.Types.AssociateIpamResourceDiscoveryResult, AWSError>;
|
191
191
|
/**
|
192
|
-
* Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information, see Work with NAT gateways in the Amazon
|
192
|
+
* Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide. By default, you can associate up to 2 Elastic IP addresses per public NAT gateway. You can increase the limit by requesting a quota adjustment. For more information, see Elastic IP address quotas in the Amazon VPC User Guide.
|
193
193
|
*/
|
194
194
|
associateNatGatewayAddress(params: EC2.Types.AssociateNatGatewayAddressRequest, callback?: (err: AWSError, data: EC2.Types.AssociateNatGatewayAddressResult) => void): Request<EC2.Types.AssociateNatGatewayAddressResult, AWSError>;
|
195
195
|
/**
|
196
|
-
* Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information, see Work with NAT gateways in the Amazon
|
196
|
+
* Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide. By default, you can associate up to 2 Elastic IP addresses per public NAT gateway. You can increase the limit by requesting a quota adjustment. For more information, see Elastic IP address quotas in the Amazon VPC User Guide.
|
197
197
|
*/
|
198
198
|
associateNatGatewayAddress(callback?: (err: AWSError, data: EC2.Types.AssociateNatGatewayAddressResult) => void): Request<EC2.Types.AssociateNatGatewayAddressResult, AWSError>;
|
199
199
|
/**
|
200
|
-
* 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
|
200
|
+
* 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 VPC User Guide.
|
201
201
|
*/
|
202
202
|
associateRouteTable(params: EC2.Types.AssociateRouteTableRequest, callback?: (err: AWSError, data: EC2.Types.AssociateRouteTableResult) => void): Request<EC2.Types.AssociateRouteTableResult, AWSError>;
|
203
203
|
/**
|
204
|
-
* 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
|
204
|
+
* 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 VPC User Guide.
|
205
205
|
*/
|
206
206
|
associateRouteTable(callback?: (err: AWSError, data: EC2.Types.AssociateRouteTableResult) => void): Request<EC2.Types.AssociateRouteTableResult, AWSError>;
|
207
207
|
/**
|
@@ -245,27 +245,27 @@ declare class EC2 extends Service {
|
|
245
245
|
*/
|
246
246
|
associateTrunkInterface(callback?: (err: AWSError, data: EC2.Types.AssociateTrunkInterfaceResult) => void): Request<EC2.Types.AssociateTrunkInterfaceResult, AWSError>;
|
247
247
|
/**
|
248
|
-
* 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
|
248
|
+
* 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 IP addressing for your VPCs and subnets in the Amazon VPC User Guide.
|
249
249
|
*/
|
250
250
|
associateVpcCidrBlock(params: EC2.Types.AssociateVpcCidrBlockRequest, callback?: (err: AWSError, data: EC2.Types.AssociateVpcCidrBlockResult) => void): Request<EC2.Types.AssociateVpcCidrBlockResult, AWSError>;
|
251
251
|
/**
|
252
|
-
* 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
|
252
|
+
* 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 IP addressing for your VPCs and subnets in the Amazon VPC User Guide.
|
253
253
|
*/
|
254
254
|
associateVpcCidrBlock(callback?: (err: AWSError, data: EC2.Types.AssociateVpcCidrBlockResult) => void): Request<EC2.Types.AssociateVpcCidrBlockResult, AWSError>;
|
255
255
|
/**
|
256
|
-
*
|
256
|
+
* This action is deprecated. Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that's in the running state. An instance is automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when you restart it. After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again. Linking your instance to a VPC is sometimes referred to as attaching your instance.
|
257
257
|
*/
|
258
258
|
attachClassicLinkVpc(params: EC2.Types.AttachClassicLinkVpcRequest, callback?: (err: AWSError, data: EC2.Types.AttachClassicLinkVpcResult) => void): Request<EC2.Types.AttachClassicLinkVpcResult, AWSError>;
|
259
259
|
/**
|
260
|
-
*
|
260
|
+
* This action is deprecated. Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that's in the running state. An instance is automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when you restart it. After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again. Linking your instance to a VPC is sometimes referred to as attaching your instance.
|
261
261
|
*/
|
262
262
|
attachClassicLinkVpc(callback?: (err: AWSError, data: EC2.Types.AttachClassicLinkVpcResult) => void): Request<EC2.Types.AttachClassicLinkVpcResult, AWSError>;
|
263
263
|
/**
|
264
|
-
* Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC. For more information
|
264
|
+
* Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC. For more information, see Internet gateways in the Amazon VPC User Guide.
|
265
265
|
*/
|
266
266
|
attachInternetGateway(params: EC2.Types.AttachInternetGatewayRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
267
267
|
/**
|
268
|
-
* Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC. For more information
|
268
|
+
* Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC. For more information, see Internet gateways in the Amazon VPC User Guide.
|
269
269
|
*/
|
270
270
|
attachInternetGateway(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
271
271
|
/**
|
@@ -309,19 +309,19 @@ declare class EC2 extends Service {
|
|
309
309
|
*/
|
310
310
|
authorizeClientVpnIngress(callback?: (err: AWSError, data: EC2.Types.AuthorizeClientVpnIngressResult) => void): Request<EC2.Types.AuthorizeClientVpnIngressResult, AWSError>;
|
311
311
|
/**
|
312
|
-
*
|
312
|
+
* Adds the specified outbound (egress) rules to a security group for use with a VPC. An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances that are associated with the specified source security groups. When specifying an outbound rule for your security group in a VPC, the IpPermissions must include a destination for the traffic. You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes. Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur. For information about VPC security group quotas, see Amazon VPC quotas.
|
313
313
|
*/
|
314
314
|
authorizeSecurityGroupEgress(params: EC2.Types.AuthorizeSecurityGroupEgressRequest, callback?: (err: AWSError, data: EC2.Types.AuthorizeSecurityGroupEgressResult) => void): Request<EC2.Types.AuthorizeSecurityGroupEgressResult, AWSError>;
|
315
315
|
/**
|
316
|
-
*
|
316
|
+
* Adds the specified outbound (egress) rules to a security group for use with a VPC. An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances that are associated with the specified source security groups. When specifying an outbound rule for your security group in a VPC, the IpPermissions must include a destination for the traffic. You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes. Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur. For information about VPC security group quotas, see Amazon VPC quotas.
|
317
317
|
*/
|
318
318
|
authorizeSecurityGroupEgress(callback?: (err: AWSError, data: EC2.Types.AuthorizeSecurityGroupEgressResult) => void): Request<EC2.Types.AuthorizeSecurityGroupEgressResult, AWSError>;
|
319
319
|
/**
|
320
|
-
* Adds the specified inbound (ingress) rules to a security group. An inbound rule permits instances to receive traffic from the specified IPv4 or IPv6 CIDR address range, or from the instances that are associated with the specified destination security groups. When specifying an inbound rule for your security group in a VPC, the IpPermissions must include a source for the traffic. You specify a protocol for each rule (for example, TCP). For TCP and UDP, you must also specify the destination port or port range. For ICMP/ICMPv6, you must also specify the ICMP/ICMPv6 type and code. You can use -1 to mean all types or all codes. Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur. For more information about VPC security group quotas, see Amazon VPC quotas.
|
320
|
+
* Adds the specified inbound (ingress) rules to a security group. An inbound rule permits instances to receive traffic from the specified IPv4 or IPv6 CIDR address range, or from the instances that are associated with the specified destination security groups. When specifying an inbound rule for your security group in a VPC, the IpPermissions must include a source for the traffic. You specify a protocol for each rule (for example, TCP). For TCP and UDP, you must also specify the destination port or port range. For ICMP/ICMPv6, you must also specify the ICMP/ICMPv6 type and code. You can use -1 to mean all types or all codes. Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur. For more information about VPC security group quotas, see Amazon VPC quotas.
|
321
321
|
*/
|
322
322
|
authorizeSecurityGroupIngress(params: EC2.Types.AuthorizeSecurityGroupIngressRequest, callback?: (err: AWSError, data: EC2.Types.AuthorizeSecurityGroupIngressResult) => void): Request<EC2.Types.AuthorizeSecurityGroupIngressResult, AWSError>;
|
323
323
|
/**
|
324
|
-
* Adds the specified inbound (ingress) rules to a security group. An inbound rule permits instances to receive traffic from the specified IPv4 or IPv6 CIDR address range, or from the instances that are associated with the specified destination security groups. When specifying an inbound rule for your security group in a VPC, the IpPermissions must include a source for the traffic. You specify a protocol for each rule (for example, TCP). For TCP and UDP, you must also specify the destination port or port range. For ICMP/ICMPv6, you must also specify the ICMP/ICMPv6 type and code. You can use -1 to mean all types or all codes. Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur. For more information about VPC security group quotas, see Amazon VPC quotas.
|
324
|
+
* Adds the specified inbound (ingress) rules to a security group. An inbound rule permits instances to receive traffic from the specified IPv4 or IPv6 CIDR address range, or from the instances that are associated with the specified destination security groups. When specifying an inbound rule for your security group in a VPC, the IpPermissions must include a source for the traffic. You specify a protocol for each rule (for example, TCP). For TCP and UDP, you must also specify the destination port or port range. For ICMP/ICMPv6, you must also specify the ICMP/ICMPv6 type and code. You can use -1 to mean all types or all codes. Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur. For more information about VPC security group quotas, see Amazon VPC quotas.
|
325
325
|
*/
|
326
326
|
authorizeSecurityGroupIngress(callback?: (err: AWSError, data: EC2.Types.AuthorizeSecurityGroupIngressResult) => void): Request<EC2.Types.AuthorizeSecurityGroupIngressResult, AWSError>;
|
327
327
|
/**
|
@@ -509,27 +509,27 @@ declare class EC2 extends Service {
|
|
509
509
|
*/
|
510
510
|
createCustomerGateway(callback?: (err: AWSError, data: EC2.Types.CreateCustomerGatewayResult) => void): Request<EC2.Types.CreateCustomerGatewayResult, AWSError>;
|
511
511
|
/**
|
512
|
-
* 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
|
512
|
+
* 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 Create a default subnet in the Amazon VPC User Guide.
|
513
513
|
*/
|
514
514
|
createDefaultSubnet(params: EC2.Types.CreateDefaultSubnetRequest, callback?: (err: AWSError, data: EC2.Types.CreateDefaultSubnetResult) => void): Request<EC2.Types.CreateDefaultSubnetResult, AWSError>;
|
515
515
|
/**
|
516
|
-
* 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
|
516
|
+
* 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 Create a default subnet in the Amazon VPC User Guide.
|
517
517
|
*/
|
518
518
|
createDefaultSubnet(callback?: (err: AWSError, data: EC2.Types.CreateDefaultSubnetResult) => void): Request<EC2.Types.CreateDefaultSubnetResult, AWSError>;
|
519
519
|
/**
|
520
|
-
* 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
|
520
|
+
* 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 VPCs in the Amazon VPC 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.
|
521
521
|
*/
|
522
522
|
createDefaultVpc(params: EC2.Types.CreateDefaultVpcRequest, callback?: (err: AWSError, data: EC2.Types.CreateDefaultVpcResult) => void): Request<EC2.Types.CreateDefaultVpcResult, AWSError>;
|
523
523
|
/**
|
524
|
-
* 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
|
524
|
+
* 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 VPCs in the Amazon VPC 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.
|
525
525
|
*/
|
526
526
|
createDefaultVpc(callback?: (err: AWSError, data: EC2.Types.CreateDefaultVpcResult) => void): Request<EC2.Types.CreateDefaultVpcResult, AWSError>;
|
527
527
|
/**
|
528
|
-
* 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
|
528
|
+
* 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 VPC User Guide.
|
529
529
|
*/
|
530
530
|
createDhcpOptions(params: EC2.Types.CreateDhcpOptionsRequest, callback?: (err: AWSError, data: EC2.Types.CreateDhcpOptionsResult) => void): Request<EC2.Types.CreateDhcpOptionsResult, AWSError>;
|
531
531
|
/**
|
532
|
-
* 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
|
532
|
+
* 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 VPC User Guide.
|
533
533
|
*/
|
534
534
|
createDhcpOptions(callback?: (err: AWSError, data: EC2.Types.CreateDhcpOptionsResult) => void): Request<EC2.Types.CreateDhcpOptionsResult, AWSError>;
|
535
535
|
/**
|
@@ -565,19 +565,19 @@ declare class EC2 extends Service {
|
|
565
565
|
*/
|
566
566
|
createFpgaImage(callback?: (err: AWSError, data: EC2.Types.CreateFpgaImageResult) => void): Request<EC2.Types.CreateFpgaImageResult, AWSError>;
|
567
567
|
/**
|
568
|
-
* Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
|
568
|
+
* Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped. If you customized your instance with instance store volumes or Amazon EBS volumes in addition to the root device volume, the new AMI contains block device mapping information for those volumes. When you launch an instance from this new AMI, the instance automatically launches with those additional volumes. For more information, see Create an Amazon EBS-backed Linux AMI in the Amazon Elastic Compute Cloud User Guide.
|
569
569
|
*/
|
570
570
|
createImage(params: EC2.Types.CreateImageRequest, callback?: (err: AWSError, data: EC2.Types.CreateImageResult) => void): Request<EC2.Types.CreateImageResult, AWSError>;
|
571
571
|
/**
|
572
|
-
* Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
|
572
|
+
* Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped. If you customized your instance with instance store volumes or Amazon EBS volumes in addition to the root device volume, the new AMI contains block device mapping information for those volumes. When you launch an instance from this new AMI, the instance automatically launches with those additional volumes. For more information, see Create an Amazon EBS-backed Linux AMI in the Amazon Elastic Compute Cloud User Guide.
|
573
573
|
*/
|
574
574
|
createImage(callback?: (err: AWSError, data: EC2.Types.CreateImageResult) => void): Request<EC2.Types.CreateImageResult, AWSError>;
|
575
575
|
/**
|
576
|
-
* Creates an EC2 Instance Connect Endpoint. An EC2 Instance Connect Endpoint allows you to connect to
|
576
|
+
* Creates an EC2 Instance Connect Endpoint. An EC2 Instance Connect Endpoint allows you to connect to an instance, without requiring the instance to have a public IPv4 address. For more information, see Connect to your instances without requiring a public IPv4 address using EC2 Instance Connect Endpoint in the Amazon EC2 User Guide.
|
577
577
|
*/
|
578
578
|
createInstanceConnectEndpoint(params: EC2.Types.CreateInstanceConnectEndpointRequest, callback?: (err: AWSError, data: EC2.Types.CreateInstanceConnectEndpointResult) => void): Request<EC2.Types.CreateInstanceConnectEndpointResult, AWSError>;
|
579
579
|
/**
|
580
|
-
* Creates an EC2 Instance Connect Endpoint. An EC2 Instance Connect Endpoint allows you to connect to
|
580
|
+
* Creates an EC2 Instance Connect Endpoint. An EC2 Instance Connect Endpoint allows you to connect to an instance, without requiring the instance to have a public IPv4 address. For more information, see Connect to your instances without requiring a public IPv4 address using EC2 Instance Connect Endpoint in the Amazon EC2 User Guide.
|
581
581
|
*/
|
582
582
|
createInstanceConnectEndpoint(callback?: (err: AWSError, data: EC2.Types.CreateInstanceConnectEndpointResult) => void): Request<EC2.Types.CreateInstanceConnectEndpointResult, AWSError>;
|
583
583
|
/**
|
@@ -589,19 +589,19 @@ declare class EC2 extends Service {
|
|
589
589
|
*/
|
590
590
|
createInstanceEventWindow(callback?: (err: AWSError, data: EC2.Types.CreateInstanceEventWindowResult) => void): Request<EC2.Types.CreateInstanceEventWindowResult, AWSError>;
|
591
591
|
/**
|
592
|
-
* Exports a running or stopped instance to an Amazon S3 bucket. For information about the supported operating systems, image formats, and known limitations for the types of instances you can export, see Exporting an instance as a VM Using VM Import/Export in the VM Import/Export User Guide.
|
592
|
+
* Exports a running or stopped instance to an Amazon S3 bucket. For information about the prerequisites for your Amazon S3 bucket, supported operating systems, image formats, and known limitations for the types of instances you can export, see Exporting an instance as a VM Using VM Import/Export in the VM Import/Export User Guide.
|
593
593
|
*/
|
594
594
|
createInstanceExportTask(params: EC2.Types.CreateInstanceExportTaskRequest, callback?: (err: AWSError, data: EC2.Types.CreateInstanceExportTaskResult) => void): Request<EC2.Types.CreateInstanceExportTaskResult, AWSError>;
|
595
595
|
/**
|
596
|
-
* Exports a running or stopped instance to an Amazon S3 bucket. For information about the supported operating systems, image formats, and known limitations for the types of instances you can export, see Exporting an instance as a VM Using VM Import/Export in the VM Import/Export User Guide.
|
596
|
+
* Exports a running or stopped instance to an Amazon S3 bucket. For information about the prerequisites for your Amazon S3 bucket, supported operating systems, image formats, and known limitations for the types of instances you can export, see Exporting an instance as a VM Using VM Import/Export in the VM Import/Export User Guide.
|
597
597
|
*/
|
598
598
|
createInstanceExportTask(callback?: (err: AWSError, data: EC2.Types.CreateInstanceExportTaskResult) => void): Request<EC2.Types.CreateInstanceExportTaskResult, AWSError>;
|
599
599
|
/**
|
600
|
-
* Creates an internet gateway for use with a VPC. After creating the internet gateway, you attach it to a VPC using AttachInternetGateway. For more information
|
600
|
+
* Creates an internet gateway for use with a VPC. After creating the internet gateway, you attach it to a VPC using AttachInternetGateway. For more information, see Internet gateways in the Amazon VPC User Guide.
|
601
601
|
*/
|
602
602
|
createInternetGateway(params: EC2.Types.CreateInternetGatewayRequest, callback?: (err: AWSError, data: EC2.Types.CreateInternetGatewayResult) => void): Request<EC2.Types.CreateInternetGatewayResult, AWSError>;
|
603
603
|
/**
|
604
|
-
* Creates an internet gateway for use with a VPC. After creating the internet gateway, you attach it to a VPC using AttachInternetGateway. For more information
|
604
|
+
* Creates an internet gateway for use with a VPC. After creating the internet gateway, you attach it to a VPC using AttachInternetGateway. For more information, see Internet gateways in the Amazon VPC User Guide.
|
605
605
|
*/
|
606
606
|
createInternetGateway(callback?: (err: AWSError, data: EC2.Types.CreateInternetGatewayResult) => void): Request<EC2.Types.CreateInternetGatewayResult, AWSError>;
|
607
607
|
/**
|
@@ -701,27 +701,27 @@ declare class EC2 extends Service {
|
|
701
701
|
*/
|
702
702
|
createManagedPrefixList(callback?: (err: AWSError, data: EC2.Types.CreateManagedPrefixListResult) => void): Request<EC2.Types.CreateManagedPrefixListResult, AWSError>;
|
703
703
|
/**
|
704
|
-
* 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
|
704
|
+
* 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 VPC User Guide.
|
705
705
|
*/
|
706
706
|
createNatGateway(params: EC2.Types.CreateNatGatewayRequest, callback?: (err: AWSError, data: EC2.Types.CreateNatGatewayResult) => void): Request<EC2.Types.CreateNatGatewayResult, AWSError>;
|
707
707
|
/**
|
708
|
-
* 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
|
708
|
+
* 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 VPC User Guide.
|
709
709
|
*/
|
710
710
|
createNatGateway(callback?: (err: AWSError, data: EC2.Types.CreateNatGatewayResult) => void): Request<EC2.Types.CreateNatGatewayResult, AWSError>;
|
711
711
|
/**
|
712
|
-
* Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC. For more information, see Network ACLs in the Amazon
|
712
|
+
* Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC. For more information, see Network ACLs in the Amazon VPC User Guide.
|
713
713
|
*/
|
714
714
|
createNetworkAcl(params: EC2.Types.CreateNetworkAclRequest, callback?: (err: AWSError, data: EC2.Types.CreateNetworkAclResult) => void): Request<EC2.Types.CreateNetworkAclResult, AWSError>;
|
715
715
|
/**
|
716
|
-
* Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC. For more information, see Network ACLs in the Amazon
|
716
|
+
* Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC. For more information, see Network ACLs in the Amazon VPC User Guide.
|
717
717
|
*/
|
718
718
|
createNetworkAcl(callback?: (err: AWSError, data: EC2.Types.CreateNetworkAclResult) => void): Request<EC2.Types.CreateNetworkAclResult, AWSError>;
|
719
719
|
/**
|
720
|
-
* Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules. We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules. After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one. For more information about network ACLs, see Network ACLs in the Amazon
|
720
|
+
* Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules. We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules. After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one. For more information about network ACLs, see Network ACLs in the Amazon VPC User Guide.
|
721
721
|
*/
|
722
722
|
createNetworkAclEntry(params: EC2.Types.CreateNetworkAclEntryRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
723
723
|
/**
|
724
|
-
* Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules. We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules. After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one. For more information about network ACLs, see Network ACLs in the Amazon
|
724
|
+
* Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules. We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules. After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one. For more information about network ACLs, see Network ACLs in the Amazon VPC User Guide.
|
725
725
|
*/
|
726
726
|
createNetworkAclEntry(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
727
727
|
/**
|
@@ -797,27 +797,27 @@ declare class EC2 extends Service {
|
|
797
797
|
*/
|
798
798
|
createRestoreImageTask(callback?: (err: AWSError, data: EC2.Types.CreateRestoreImageTaskResult) => void): Request<EC2.Types.CreateRestoreImageTaskResult, AWSError>;
|
799
799
|
/**
|
800
|
-
* Creates a route in a route table within a VPC. You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list. 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
|
800
|
+
* Creates a route in a route table within a VPC. You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list. 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 VPC User Guide.
|
801
801
|
*/
|
802
802
|
createRoute(params: EC2.Types.CreateRouteRequest, callback?: (err: AWSError, data: EC2.Types.CreateRouteResult) => void): Request<EC2.Types.CreateRouteResult, AWSError>;
|
803
803
|
/**
|
804
|
-
* Creates a route in a route table within a VPC. You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list. 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
|
804
|
+
* Creates a route in a route table within a VPC. You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list. 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 VPC User Guide.
|
805
805
|
*/
|
806
806
|
createRoute(callback?: (err: AWSError, data: EC2.Types.CreateRouteResult) => void): Request<EC2.Types.CreateRouteResult, AWSError>;
|
807
807
|
/**
|
808
|
-
* 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
|
808
|
+
* 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 VPC User Guide.
|
809
809
|
*/
|
810
810
|
createRouteTable(params: EC2.Types.CreateRouteTableRequest, callback?: (err: AWSError, data: EC2.Types.CreateRouteTableResult) => void): Request<EC2.Types.CreateRouteTableResult, AWSError>;
|
811
811
|
/**
|
812
|
-
* 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
|
812
|
+
* 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 VPC User Guide.
|
813
813
|
*/
|
814
814
|
createRouteTable(callback?: (err: AWSError, data: EC2.Types.CreateRouteTableResult) => void): Request<EC2.Types.CreateRouteTableResult, AWSError>;
|
815
815
|
/**
|
816
|
-
* Creates a security group. A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. For more information, see Amazon EC2 security groups in the Amazon Elastic Compute Cloud User Guide and Security groups for your VPC in the Amazon Virtual Private Cloud User Guide. When you create a security group, you specify a friendly name of your choice. You can
|
816
|
+
* Creates a security group. A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. For more information, see Amazon EC2 security groups in the Amazon Elastic Compute Cloud User Guide and Security groups for your VPC in the Amazon Virtual Private Cloud User Guide. When you create a security group, you specify a friendly name of your choice. You can't have two security groups for the same VPC with the same name. You have a default security group for use in your VPC. If you don't specify a security group when you launch an instance, the instance is launched into the appropriate default security group. A default security group includes a default rule that grants instances unrestricted network access to each other. You can add or remove rules from your security groups using AuthorizeSecurityGroupIngress, AuthorizeSecurityGroupEgress, RevokeSecurityGroupIngress, and RevokeSecurityGroupEgress. For more information about VPC security group limits, see Amazon VPC Limits.
|
817
817
|
*/
|
818
818
|
createSecurityGroup(params: EC2.Types.CreateSecurityGroupRequest, callback?: (err: AWSError, data: EC2.Types.CreateSecurityGroupResult) => void): Request<EC2.Types.CreateSecurityGroupResult, AWSError>;
|
819
819
|
/**
|
820
|
-
* Creates a security group. A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. For more information, see Amazon EC2 security groups in the Amazon Elastic Compute Cloud User Guide and Security groups for your VPC in the Amazon Virtual Private Cloud User Guide. When you create a security group, you specify a friendly name of your choice. You can
|
820
|
+
* Creates a security group. A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. For more information, see Amazon EC2 security groups in the Amazon Elastic Compute Cloud User Guide and Security groups for your VPC in the Amazon Virtual Private Cloud User Guide. When you create a security group, you specify a friendly name of your choice. You can't have two security groups for the same VPC with the same name. You have a default security group for use in your VPC. If you don't specify a security group when you launch an instance, the instance is launched into the appropriate default security group. A default security group includes a default rule that grants instances unrestricted network access to each other. You can add or remove rules from your security groups using AuthorizeSecurityGroupIngress, AuthorizeSecurityGroupEgress, RevokeSecurityGroupIngress, and RevokeSecurityGroupEgress. For more information about VPC security group limits, see Amazon VPC Limits.
|
821
821
|
*/
|
822
822
|
createSecurityGroup(callback?: (err: AWSError, data: EC2.Types.CreateSecurityGroupResult) => void): Request<EC2.Types.CreateSecurityGroupResult, AWSError>;
|
823
823
|
/**
|
@@ -853,11 +853,11 @@ declare class EC2 extends Service {
|
|
853
853
|
*/
|
854
854
|
createStoreImageTask(callback?: (err: AWSError, data: EC2.Types.CreateStoreImageTaskResult) => void): Request<EC2.Types.CreateStoreImageTaskResult, AWSError>;
|
855
855
|
/**
|
856
|
-
* Creates a subnet in the specified VPC. For an IPv4 only subnet, specify an IPv4 CIDR block. If the VPC has an IPv6 CIDR block, you can create an IPv6 only subnet or a dual stack subnet instead. For an IPv6 only subnet, specify an IPv6 CIDR block. For a dual stack subnet, specify both an IPv4 CIDR block and an IPv6 CIDR block. A subnet CIDR block must not overlap the CIDR block of an existing subnet in the VPC. After you create a subnet, you can't change its CIDR block. The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for your use. If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block with a subnet when you create it. The allowed block size for an IPv6 subnet is a /64 netmask. 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, see Subnets in the Amazon
|
856
|
+
* Creates a subnet in the specified VPC. For an IPv4 only subnet, specify an IPv4 CIDR block. If the VPC has an IPv6 CIDR block, you can create an IPv6 only subnet or a dual stack subnet instead. For an IPv6 only subnet, specify an IPv6 CIDR block. For a dual stack subnet, specify both an IPv4 CIDR block and an IPv6 CIDR block. A subnet CIDR block must not overlap the CIDR block of an existing subnet in the VPC. After you create a subnet, you can't change its CIDR block. The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for your use. If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block with a subnet when you create it. The allowed block size for an IPv6 subnet is a /64 netmask. 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, see Subnets in the Amazon VPC User Guide.
|
857
857
|
*/
|
858
858
|
createSubnet(params: EC2.Types.CreateSubnetRequest, callback?: (err: AWSError, data: EC2.Types.CreateSubnetResult) => void): Request<EC2.Types.CreateSubnetResult, AWSError>;
|
859
859
|
/**
|
860
|
-
* Creates a subnet in the specified VPC. For an IPv4 only subnet, specify an IPv4 CIDR block. If the VPC has an IPv6 CIDR block, you can create an IPv6 only subnet or a dual stack subnet instead. For an IPv6 only subnet, specify an IPv6 CIDR block. For a dual stack subnet, specify both an IPv4 CIDR block and an IPv6 CIDR block. A subnet CIDR block must not overlap the CIDR block of an existing subnet in the VPC. After you create a subnet, you can't change its CIDR block. The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for your use. If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block with a subnet when you create it. The allowed block size for an IPv6 subnet is a /64 netmask. 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, see Subnets in the Amazon
|
860
|
+
* Creates a subnet in the specified VPC. For an IPv4 only subnet, specify an IPv4 CIDR block. If the VPC has an IPv6 CIDR block, you can create an IPv6 only subnet or a dual stack subnet instead. For an IPv6 only subnet, specify an IPv6 CIDR block. For a dual stack subnet, specify both an IPv4 CIDR block and an IPv6 CIDR block. A subnet CIDR block must not overlap the CIDR block of an existing subnet in the VPC. After you create a subnet, you can't change its CIDR block. The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for your use. If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block with a subnet when you create it. The allowed block size for an IPv6 subnet is a /64 netmask. 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, see Subnets in the Amazon VPC User Guide.
|
861
861
|
*/
|
862
862
|
createSubnet(callback?: (err: AWSError, data: EC2.Types.CreateSubnetResult) => void): Request<EC2.Types.CreateSubnetResult, AWSError>;
|
863
863
|
/**
|
@@ -1037,19 +1037,19 @@ declare class EC2 extends Service {
|
|
1037
1037
|
*/
|
1038
1038
|
createVolume(callback?: (err: AWSError, data: EC2.Types.Volume) => void): Request<EC2.Types.Volume, AWSError>;
|
1039
1039
|
/**
|
1040
|
-
* Creates a VPC with the specified CIDR blocks. For more information, see
|
1040
|
+
* Creates a VPC with the specified CIDR blocks. For more information, see IP addressing for your VPCs and subnets in the Amazon VPC 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 that 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 option sets in the Amazon VPC 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 EC2 User Guide.
|
1041
1041
|
*/
|
1042
1042
|
createVpc(params: EC2.Types.CreateVpcRequest, callback?: (err: AWSError, data: EC2.Types.CreateVpcResult) => void): Request<EC2.Types.CreateVpcResult, AWSError>;
|
1043
1043
|
/**
|
1044
|
-
* Creates a VPC with the specified CIDR blocks. For more information, see
|
1044
|
+
* Creates a VPC with the specified CIDR blocks. For more information, see IP addressing for your VPCs and subnets in the Amazon VPC 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 that 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 option sets in the Amazon VPC 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 EC2 User Guide.
|
1045
1045
|
*/
|
1046
1046
|
createVpc(callback?: (err: AWSError, data: EC2.Types.CreateVpcResult) => void): Request<EC2.Types.CreateVpcResult, AWSError>;
|
1047
1047
|
/**
|
1048
|
-
* Creates a VPC endpoint
|
1048
|
+
* Creates a VPC endpoint. A VPC endpoint provides a private connection between the specified VPC and the specified endpoint service. You can use an endpoint service provided by Amazon Web Services, an Amazon Web Services Marketplace Partner, or another Amazon Web Services account. For more information, see the Amazon Web Services PrivateLink User Guide.
|
1049
1049
|
*/
|
1050
1050
|
createVpcEndpoint(params: EC2.Types.CreateVpcEndpointRequest, callback?: (err: AWSError, data: EC2.Types.CreateVpcEndpointResult) => void): Request<EC2.Types.CreateVpcEndpointResult, AWSError>;
|
1051
1051
|
/**
|
1052
|
-
* Creates a VPC endpoint
|
1052
|
+
* Creates a VPC endpoint. A VPC endpoint provides a private connection between the specified VPC and the specified endpoint service. You can use an endpoint service provided by Amazon Web Services, an Amazon Web Services Marketplace Partner, or another Amazon Web Services account. For more information, see the Amazon Web Services PrivateLink User Guide.
|
1053
1053
|
*/
|
1054
1054
|
createVpcEndpoint(callback?: (err: AWSError, data: EC2.Types.CreateVpcEndpointResult) => void): Request<EC2.Types.CreateVpcEndpointResult, AWSError>;
|
1055
1055
|
/**
|
@@ -1421,11 +1421,11 @@ declare class EC2 extends Service {
|
|
1421
1421
|
*/
|
1422
1422
|
deleteRouteTable(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1423
1423
|
/**
|
1424
|
-
* Deletes a security group. If you attempt to delete a security group that is associated with an instance
|
1424
|
+
* Deletes a security group. If you attempt to delete a security group that is associated with an instance or network interface or is referenced by another security group, the operation fails with DependencyViolation.
|
1425
1425
|
*/
|
1426
1426
|
deleteSecurityGroup(params: EC2.Types.DeleteSecurityGroupRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1427
1427
|
/**
|
1428
|
-
* Deletes a security group. If you attempt to delete a security group that is associated with an instance
|
1428
|
+
* Deletes a security group. If you attempt to delete a security group that is associated with an instance or network interface or is referenced by another security group, the operation fails with DependencyViolation.
|
1429
1429
|
*/
|
1430
1430
|
deleteSecurityGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1431
1431
|
/**
|
@@ -1845,11 +1845,11 @@ declare class EC2 extends Service {
|
|
1845
1845
|
*/
|
1846
1846
|
describeCarrierGateways(callback?: (err: AWSError, data: EC2.Types.DescribeCarrierGatewaysResult) => void): Request<EC2.Types.DescribeCarrierGatewaysResult, AWSError>;
|
1847
1847
|
/**
|
1848
|
-
* Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances.
|
1848
|
+
* This action is deprecated. Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances.
|
1849
1849
|
*/
|
1850
1850
|
describeClassicLinkInstances(params: EC2.Types.DescribeClassicLinkInstancesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeClassicLinkInstancesResult) => void): Request<EC2.Types.DescribeClassicLinkInstancesResult, AWSError>;
|
1851
1851
|
/**
|
1852
|
-
* Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances.
|
1852
|
+
* This action is deprecated. Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances.
|
1853
1853
|
*/
|
1854
1854
|
describeClassicLinkInstances(callback?: (err: AWSError, data: EC2.Types.DescribeClassicLinkInstancesResult) => void): Request<EC2.Types.DescribeClassicLinkInstancesResult, AWSError>;
|
1855
1855
|
/**
|
@@ -1917,11 +1917,11 @@ declare class EC2 extends Service {
|
|
1917
1917
|
*/
|
1918
1918
|
describeCustomerGateways(callback?: (err: AWSError, data: EC2.Types.DescribeCustomerGatewaysResult) => void): Request<EC2.Types.DescribeCustomerGatewaysResult, AWSError>;
|
1919
1919
|
/**
|
1920
|
-
* Describes one or more of your DHCP options sets. For more information, see DHCP options sets in the Amazon
|
1920
|
+
* Describes one or more of your DHCP options sets. For more information, see DHCP options sets in the Amazon VPC User Guide.
|
1921
1921
|
*/
|
1922
1922
|
describeDhcpOptions(params: EC2.Types.DescribeDhcpOptionsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeDhcpOptionsResult) => void): Request<EC2.Types.DescribeDhcpOptionsResult, AWSError>;
|
1923
1923
|
/**
|
1924
|
-
* Describes one or more of your DHCP options sets. For more information, see DHCP options sets in the Amazon
|
1924
|
+
* Describes one or more of your DHCP options sets. For more information, see DHCP options sets in the Amazon VPC User Guide.
|
1925
1925
|
*/
|
1926
1926
|
describeDhcpOptions(callback?: (err: AWSError, data: EC2.Types.DescribeDhcpOptionsResult) => void): Request<EC2.Types.DescribeDhcpOptionsResult, AWSError>;
|
1927
1927
|
/**
|
@@ -2325,11 +2325,11 @@ declare class EC2 extends Service {
|
|
2325
2325
|
*/
|
2326
2326
|
describeNatGateways(callback?: (err: AWSError, data: EC2.Types.DescribeNatGatewaysResult) => void): Request<EC2.Types.DescribeNatGatewaysResult, AWSError>;
|
2327
2327
|
/**
|
2328
|
-
* Describes one or more of your network ACLs. For more information, see Network ACLs in the Amazon
|
2328
|
+
* Describes one or more of your network ACLs. For more information, see Network ACLs in the Amazon VPC User Guide.
|
2329
2329
|
*/
|
2330
2330
|
describeNetworkAcls(params: EC2.Types.DescribeNetworkAclsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeNetworkAclsResult) => void): Request<EC2.Types.DescribeNetworkAclsResult, AWSError>;
|
2331
2331
|
/**
|
2332
|
-
* Describes one or more of your network ACLs. For more information, see Network ACLs in the Amazon
|
2332
|
+
* Describes one or more of your network ACLs. For more information, see Network ACLs in the Amazon VPC User Guide.
|
2333
2333
|
*/
|
2334
2334
|
describeNetworkAcls(callback?: (err: AWSError, data: EC2.Types.DescribeNetworkAclsResult) => void): Request<EC2.Types.DescribeNetworkAclsResult, AWSError>;
|
2335
2335
|
/**
|
@@ -2469,11 +2469,11 @@ declare class EC2 extends Service {
|
|
2469
2469
|
*/
|
2470
2470
|
describeReservedInstancesOfferings(callback?: (err: AWSError, data: EC2.Types.DescribeReservedInstancesOfferingsResult) => void): Request<EC2.Types.DescribeReservedInstancesOfferingsResult, AWSError>;
|
2471
2471
|
/**
|
2472
|
-
* 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
|
2472
|
+
* 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 VPC User Guide.
|
2473
2473
|
*/
|
2474
2474
|
describeRouteTables(params: EC2.Types.DescribeRouteTablesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeRouteTablesResult) => void): Request<EC2.Types.DescribeRouteTablesResult, AWSError>;
|
2475
2475
|
/**
|
2476
|
-
* 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
|
2476
|
+
* 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 VPC User Guide.
|
2477
2477
|
*/
|
2478
2478
|
describeRouteTables(callback?: (err: AWSError, data: EC2.Types.DescribeRouteTablesResult) => void): Request<EC2.Types.DescribeRouteTablesResult, AWSError>;
|
2479
2479
|
/**
|
@@ -2493,11 +2493,11 @@ declare class EC2 extends Service {
|
|
2493
2493
|
*/
|
2494
2494
|
describeScheduledInstances(callback?: (err: AWSError, data: EC2.Types.DescribeScheduledInstancesResult) => void): Request<EC2.Types.DescribeScheduledInstancesResult, AWSError>;
|
2495
2495
|
/**
|
2496
|
-
*
|
2496
|
+
* Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.
|
2497
2497
|
*/
|
2498
2498
|
describeSecurityGroupReferences(params: EC2.Types.DescribeSecurityGroupReferencesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeSecurityGroupReferencesResult) => void): Request<EC2.Types.DescribeSecurityGroupReferencesResult, AWSError>;
|
2499
2499
|
/**
|
2500
|
-
*
|
2500
|
+
* Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.
|
2501
2501
|
*/
|
2502
2502
|
describeSecurityGroupReferences(callback?: (err: AWSError, data: EC2.Types.DescribeSecurityGroupReferencesResult) => void): Request<EC2.Types.DescribeSecurityGroupReferencesResult, AWSError>;
|
2503
2503
|
/**
|
@@ -2509,11 +2509,11 @@ declare class EC2 extends Service {
|
|
2509
2509
|
*/
|
2510
2510
|
describeSecurityGroupRules(callback?: (err: AWSError, data: EC2.Types.DescribeSecurityGroupRulesResult) => void): Request<EC2.Types.DescribeSecurityGroupRulesResult, AWSError>;
|
2511
2511
|
/**
|
2512
|
-
* Describes the specified security groups or all of your security groups.
|
2512
|
+
* Describes the specified security groups or all of your security groups.
|
2513
2513
|
*/
|
2514
2514
|
describeSecurityGroups(params: EC2.Types.DescribeSecurityGroupsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeSecurityGroupsResult) => void): Request<EC2.Types.DescribeSecurityGroupsResult, AWSError>;
|
2515
2515
|
/**
|
2516
|
-
* Describes the specified security groups or all of your security groups.
|
2516
|
+
* Describes the specified security groups or all of your security groups.
|
2517
2517
|
*/
|
2518
2518
|
describeSecurityGroups(callback?: (err: AWSError, data: EC2.Types.DescribeSecurityGroupsResult) => void): Request<EC2.Types.DescribeSecurityGroupsResult, AWSError>;
|
2519
2519
|
/**
|
@@ -2589,11 +2589,11 @@ declare class EC2 extends Service {
|
|
2589
2589
|
*/
|
2590
2590
|
describeSpotPriceHistory(callback?: (err: AWSError, data: EC2.Types.DescribeSpotPriceHistoryResult) => void): Request<EC2.Types.DescribeSpotPriceHistoryResult, AWSError>;
|
2591
2591
|
/**
|
2592
|
-
*
|
2592
|
+
* Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in the same VPC or in a peer VPC, or if they reference a security group in a peer VPC for which the VPC peering connection has been deleted.
|
2593
2593
|
*/
|
2594
2594
|
describeStaleSecurityGroups(params: EC2.Types.DescribeStaleSecurityGroupsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeStaleSecurityGroupsResult) => void): Request<EC2.Types.DescribeStaleSecurityGroupsResult, AWSError>;
|
2595
2595
|
/**
|
2596
|
-
*
|
2596
|
+
* Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in the same VPC or in a peer VPC, or if they reference a security group in a peer VPC for which the VPC peering connection has been deleted.
|
2597
2597
|
*/
|
2598
2598
|
describeStaleSecurityGroups(callback?: (err: AWSError, data: EC2.Types.DescribeStaleSecurityGroupsResult) => void): Request<EC2.Types.DescribeStaleSecurityGroupsResult, AWSError>;
|
2599
2599
|
/**
|
@@ -2605,11 +2605,11 @@ declare class EC2 extends Service {
|
|
2605
2605
|
*/
|
2606
2606
|
describeStoreImageTasks(callback?: (err: AWSError, data: EC2.Types.DescribeStoreImageTasksResult) => void): Request<EC2.Types.DescribeStoreImageTasksResult, AWSError>;
|
2607
2607
|
/**
|
2608
|
-
* Describes one or more of your subnets. For more information, see
|
2608
|
+
* Describes one or more of your subnets. For more information, see Subnets in the Amazon VPC User Guide.
|
2609
2609
|
*/
|
2610
2610
|
describeSubnets(params: EC2.Types.DescribeSubnetsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeSubnetsResult) => void): Request<EC2.Types.DescribeSubnetsResult, AWSError>;
|
2611
2611
|
/**
|
2612
|
-
* Describes one or more of your subnets. For more information, see
|
2612
|
+
* Describes one or more of your subnets. For more information, see Subnets in the Amazon VPC User Guide.
|
2613
2613
|
*/
|
2614
2614
|
describeSubnets(callback?: (err: AWSError, data: EC2.Types.DescribeSubnetsResult) => void): Request<EC2.Types.DescribeSubnetsResult, AWSError>;
|
2615
2615
|
/**
|
@@ -2813,19 +2813,19 @@ declare class EC2 extends Service {
|
|
2813
2813
|
*/
|
2814
2814
|
describeVpcAttribute(callback?: (err: AWSError, data: EC2.Types.DescribeVpcAttributeResult) => void): Request<EC2.Types.DescribeVpcAttributeResult, AWSError>;
|
2815
2815
|
/**
|
2816
|
-
* Describes the ClassicLink status of
|
2816
|
+
* This action is deprecated. Describes the ClassicLink status of the specified VPCs.
|
2817
2817
|
*/
|
2818
2818
|
describeVpcClassicLink(params: EC2.Types.DescribeVpcClassicLinkRequest, callback?: (err: AWSError, data: EC2.Types.DescribeVpcClassicLinkResult) => void): Request<EC2.Types.DescribeVpcClassicLinkResult, AWSError>;
|
2819
2819
|
/**
|
2820
|
-
* Describes the ClassicLink status of
|
2820
|
+
* This action is deprecated. Describes the ClassicLink status of the specified VPCs.
|
2821
2821
|
*/
|
2822
2822
|
describeVpcClassicLink(callback?: (err: AWSError, data: EC2.Types.DescribeVpcClassicLinkResult) => void): Request<EC2.Types.DescribeVpcClassicLinkResult, AWSError>;
|
2823
2823
|
/**
|
2824
|
-
*
|
2824
|
+
* This action is deprecated. Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance.
|
2825
2825
|
*/
|
2826
2826
|
describeVpcClassicLinkDnsSupport(params: EC2.Types.DescribeVpcClassicLinkDnsSupportRequest, callback?: (err: AWSError, data: EC2.Types.DescribeVpcClassicLinkDnsSupportResult) => void): Request<EC2.Types.DescribeVpcClassicLinkDnsSupportResult, AWSError>;
|
2827
2827
|
/**
|
2828
|
-
*
|
2828
|
+
* This action is deprecated. Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance.
|
2829
2829
|
*/
|
2830
2830
|
describeVpcClassicLinkDnsSupport(callback?: (err: AWSError, data: EC2.Types.DescribeVpcClassicLinkDnsSupportResult) => void): Request<EC2.Types.DescribeVpcClassicLinkDnsSupportResult, AWSError>;
|
2831
2831
|
/**
|
@@ -2909,11 +2909,11 @@ declare class EC2 extends Service {
|
|
2909
2909
|
*/
|
2910
2910
|
describeVpnGateways(callback?: (err: AWSError, data: EC2.Types.DescribeVpnGatewaysResult) => void): Request<EC2.Types.DescribeVpnGatewaysResult, AWSError>;
|
2911
2911
|
/**
|
2912
|
-
*
|
2912
|
+
* This action is deprecated. Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.
|
2913
2913
|
*/
|
2914
2914
|
detachClassicLinkVpc(params: EC2.Types.DetachClassicLinkVpcRequest, callback?: (err: AWSError, data: EC2.Types.DetachClassicLinkVpcResult) => void): Request<EC2.Types.DetachClassicLinkVpcResult, AWSError>;
|
2915
2915
|
/**
|
2916
|
-
*
|
2916
|
+
* This action is deprecated. Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.
|
2917
2917
|
*/
|
2918
2918
|
detachClassicLinkVpc(callback?: (err: AWSError, data: EC2.Types.DetachClassicLinkVpcResult) => void): Request<EC2.Types.DetachClassicLinkVpcResult, AWSError>;
|
2919
2919
|
/**
|
@@ -3037,19 +3037,19 @@ declare class EC2 extends Service {
|
|
3037
3037
|
*/
|
3038
3038
|
disableVgwRoutePropagation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
3039
3039
|
/**
|
3040
|
-
* Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.
|
3040
|
+
* This action is deprecated. Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.
|
3041
3041
|
*/
|
3042
3042
|
disableVpcClassicLink(params: EC2.Types.DisableVpcClassicLinkRequest, callback?: (err: AWSError, data: EC2.Types.DisableVpcClassicLinkResult) => void): Request<EC2.Types.DisableVpcClassicLinkResult, AWSError>;
|
3043
3043
|
/**
|
3044
|
-
* Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.
|
3044
|
+
* This action is deprecated. Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.
|
3045
3045
|
*/
|
3046
3046
|
disableVpcClassicLink(callback?: (err: AWSError, data: EC2.Types.DisableVpcClassicLinkResult) => void): Request<EC2.Types.DisableVpcClassicLinkResult, AWSError>;
|
3047
3047
|
/**
|
3048
|
-
* Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked.
|
3048
|
+
* This action is deprecated. Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked. You must specify a VPC ID in the request.
|
3049
3049
|
*/
|
3050
3050
|
disableVpcClassicLinkDnsSupport(params: EC2.Types.DisableVpcClassicLinkDnsSupportRequest, callback?: (err: AWSError, data: EC2.Types.DisableVpcClassicLinkDnsSupportResult) => void): Request<EC2.Types.DisableVpcClassicLinkDnsSupportResult, AWSError>;
|
3051
3051
|
/**
|
3052
|
-
* Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked.
|
3052
|
+
* This action is deprecated. Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked. You must specify a VPC ID in the request.
|
3053
3053
|
*/
|
3054
3054
|
disableVpcClassicLinkDnsSupport(callback?: (err: AWSError, data: EC2.Types.DisableVpcClassicLinkDnsSupportResult) => void): Request<EC2.Types.DisableVpcClassicLinkDnsSupportResult, AWSError>;
|
3055
3055
|
/**
|
@@ -3101,19 +3101,19 @@ declare class EC2 extends Service {
|
|
3101
3101
|
*/
|
3102
3102
|
disassociateIpamResourceDiscovery(callback?: (err: AWSError, data: EC2.Types.DisassociateIpamResourceDiscoveryResult) => void): Request<EC2.Types.DisassociateIpamResourceDiscoveryResult, AWSError>;
|
3103
3103
|
/**
|
3104
|
-
* Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway. You cannot disassociate your primary EIP. For more information, see Edit secondary IP address associations in the Amazon
|
3104
|
+
* Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway. You cannot disassociate your primary EIP. For more information, see Edit secondary IP address associations in the Amazon VPC User Guide. While disassociating is in progress, you cannot associate/disassociate additional EIPs while the connections are being drained. You are, however, allowed to delete the NAT gateway. An EIP is released only at the end of MaxDrainDurationSeconds. It stays associated and supports the existing connections but does not support any new connections (new connections are distributed across the remaining associated EIPs). As the existing connections drain out, the EIPs (and the corresponding private IP addresses mapped to them) are released.
|
3105
3105
|
*/
|
3106
3106
|
disassociateNatGatewayAddress(params: EC2.Types.DisassociateNatGatewayAddressRequest, callback?: (err: AWSError, data: EC2.Types.DisassociateNatGatewayAddressResult) => void): Request<EC2.Types.DisassociateNatGatewayAddressResult, AWSError>;
|
3107
3107
|
/**
|
3108
|
-
* Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway. You cannot disassociate your primary EIP. For more information, see Edit secondary IP address associations in the Amazon
|
3108
|
+
* Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway. You cannot disassociate your primary EIP. For more information, see Edit secondary IP address associations in the Amazon VPC User Guide. While disassociating is in progress, you cannot associate/disassociate additional EIPs while the connections are being drained. You are, however, allowed to delete the NAT gateway. An EIP is released only at the end of MaxDrainDurationSeconds. It stays associated and supports the existing connections but does not support any new connections (new connections are distributed across the remaining associated EIPs). As the existing connections drain out, the EIPs (and the corresponding private IP addresses mapped to them) are released.
|
3109
3109
|
*/
|
3110
3110
|
disassociateNatGatewayAddress(callback?: (err: AWSError, data: EC2.Types.DisassociateNatGatewayAddressResult) => void): Request<EC2.Types.DisassociateNatGatewayAddressResult, AWSError>;
|
3111
3111
|
/**
|
3112
|
-
* 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
|
3112
|
+
* 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 VPC User Guide.
|
3113
3113
|
*/
|
3114
3114
|
disassociateRouteTable(params: EC2.Types.DisassociateRouteTableRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
3115
3115
|
/**
|
3116
|
-
* 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
|
3116
|
+
* 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 VPC User Guide.
|
3117
3117
|
*/
|
3118
3118
|
disassociateRouteTable(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
3119
3119
|
/**
|
@@ -3261,19 +3261,19 @@ declare class EC2 extends Service {
|
|
3261
3261
|
*/
|
3262
3262
|
enableVolumeIO(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
3263
3263
|
/**
|
3264
|
-
*
|
3264
|
+
* This action is deprecated. Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC route tables have existing routes for address ranges within the 10.0.0.0/8 IP address range, excluding local routes for VPCs in the 10.0.0.0/16 and 10.1.0.0/16 IP address ranges.
|
3265
3265
|
*/
|
3266
3266
|
enableVpcClassicLink(params: EC2.Types.EnableVpcClassicLinkRequest, callback?: (err: AWSError, data: EC2.Types.EnableVpcClassicLinkResult) => void): Request<EC2.Types.EnableVpcClassicLinkResult, AWSError>;
|
3267
3267
|
/**
|
3268
|
-
*
|
3268
|
+
* This action is deprecated. Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC route tables have existing routes for address ranges within the 10.0.0.0/8 IP address range, excluding local routes for VPCs in the 10.0.0.0/16 and 10.1.0.0/16 IP address ranges.
|
3269
3269
|
*/
|
3270
3270
|
enableVpcClassicLink(callback?: (err: AWSError, data: EC2.Types.EnableVpcClassicLinkResult) => void): Request<EC2.Types.EnableVpcClassicLinkResult, AWSError>;
|
3271
3271
|
/**
|
3272
|
-
*
|
3272
|
+
* This action is deprecated. Enables a VPC to support DNS hostname resolution for ClassicLink. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. You must specify a VPC ID in the request.
|
3273
3273
|
*/
|
3274
3274
|
enableVpcClassicLinkDnsSupport(params: EC2.Types.EnableVpcClassicLinkDnsSupportRequest, callback?: (err: AWSError, data: EC2.Types.EnableVpcClassicLinkDnsSupportResult) => void): Request<EC2.Types.EnableVpcClassicLinkDnsSupportResult, AWSError>;
|
3275
3275
|
/**
|
3276
|
-
*
|
3276
|
+
* This action is deprecated. Enables a VPC to support DNS hostname resolution for ClassicLink. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. You must specify a VPC ID in the request.
|
3277
3277
|
*/
|
3278
3278
|
enableVpcClassicLinkDnsSupport(callback?: (err: AWSError, data: EC2.Types.EnableVpcClassicLinkDnsSupportResult) => void): Request<EC2.Types.EnableVpcClassicLinkDnsSupportResult, AWSError>;
|
3279
3279
|
/**
|
@@ -3389,11 +3389,11 @@ declare class EC2 extends Service {
|
|
3389
3389
|
*/
|
3390
3390
|
getEbsEncryptionByDefault(callback?: (err: AWSError, data: EC2.Types.GetEbsEncryptionByDefaultResult) => void): Request<EC2.Types.GetEbsEncryptionByDefaultResult, AWSError>;
|
3391
3391
|
/**
|
3392
|
-
* Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon Athena. This make it easier for you to query and gain insights from VPC flow logs data. Based on the information that you provide, we configure resources in the template to do the following: Create a table in Athena that maps fields to a custom log format Create a Lambda function that updates the table with new partitions on a daily, weekly, or monthly basis Create a table partitioned between two timestamps in the past Create a set of named queries in Athena that you can use to get started quickly
|
3392
|
+
* Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon Athena. This make it easier for you to query and gain insights from VPC flow logs data. Based on the information that you provide, we configure resources in the template to do the following: Create a table in Athena that maps fields to a custom log format Create a Lambda function that updates the table with new partitions on a daily, weekly, or monthly basis Create a table partitioned between two timestamps in the past Create a set of named queries in Athena that you can use to get started quickly GetFlowLogsIntegrationTemplate does not support integration between Amazon Web Services Transit Gateway Flow Logs and Amazon Athena.
|
3393
3393
|
*/
|
3394
3394
|
getFlowLogsIntegrationTemplate(params: EC2.Types.GetFlowLogsIntegrationTemplateRequest, callback?: (err: AWSError, data: EC2.Types.GetFlowLogsIntegrationTemplateResult) => void): Request<EC2.Types.GetFlowLogsIntegrationTemplateResult, AWSError>;
|
3395
3395
|
/**
|
3396
|
-
* Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon Athena. This make it easier for you to query and gain insights from VPC flow logs data. Based on the information that you provide, we configure resources in the template to do the following: Create a table in Athena that maps fields to a custom log format Create a Lambda function that updates the table with new partitions on a daily, weekly, or monthly basis Create a table partitioned between two timestamps in the past Create a set of named queries in Athena that you can use to get started quickly
|
3396
|
+
* Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon Athena. This make it easier for you to query and gain insights from VPC flow logs data. Based on the information that you provide, we configure resources in the template to do the following: Create a table in Athena that maps fields to a custom log format Create a Lambda function that updates the table with new partitions on a daily, weekly, or monthly basis Create a table partitioned between two timestamps in the past Create a set of named queries in Athena that you can use to get started quickly GetFlowLogsIntegrationTemplate does not support integration between Amazon Web Services Transit Gateway Flow Logs and Amazon Athena.
|
3397
3397
|
*/
|
3398
3398
|
getFlowLogsIntegrationTemplate(callback?: (err: AWSError, data: EC2.Types.GetFlowLogsIntegrationTemplateResult) => void): Request<EC2.Types.GetFlowLogsIntegrationTemplateResult, AWSError>;
|
3399
3399
|
/**
|
@@ -3669,11 +3669,11 @@ declare class EC2 extends Service {
|
|
3669
3669
|
*/
|
3670
3670
|
importImage(callback?: (err: AWSError, data: EC2.Types.ImportImageResult) => void): Request<EC2.Types.ImportImageResult, AWSError>;
|
3671
3671
|
/**
|
3672
|
-
*
|
3672
|
+
* We recommend that you use the ImportImage API. For more information, see Importing a VM as an image using VM Import/Export in the VM Import/Export User Guide. Creates an import instance task using metadata from the specified disk image. This API action is not supported by the Command Line Interface (CLI). For information about using the Amazon EC2 CLI, which is deprecated, see Importing a VM to Amazon EC2 in the Amazon EC2 CLI Reference PDF file. This API action supports only single-volume VMs. To import multi-volume VMs, use ImportImage instead. For information about the import manifest referenced by this API action, see VM Import Manifest.
|
3673
3673
|
*/
|
3674
3674
|
importInstance(params: EC2.Types.ImportInstanceRequest, callback?: (err: AWSError, data: EC2.Types.ImportInstanceResult) => void): Request<EC2.Types.ImportInstanceResult, AWSError>;
|
3675
3675
|
/**
|
3676
|
-
*
|
3676
|
+
* We recommend that you use the ImportImage API. For more information, see Importing a VM as an image using VM Import/Export in the VM Import/Export User Guide. Creates an import instance task using metadata from the specified disk image. This API action is not supported by the Command Line Interface (CLI). For information about using the Amazon EC2 CLI, which is deprecated, see Importing a VM to Amazon EC2 in the Amazon EC2 CLI Reference PDF file. This API action supports only single-volume VMs. To import multi-volume VMs, use ImportImage instead. For information about the import manifest referenced by this API action, see VM Import Manifest.
|
3677
3677
|
*/
|
3678
3678
|
importInstance(callback?: (err: AWSError, data: EC2.Types.ImportInstanceResult) => void): Request<EC2.Types.ImportInstanceResult, AWSError>;
|
3679
3679
|
/**
|
@@ -4181,19 +4181,19 @@ declare class EC2 extends Service {
|
|
4181
4181
|
*/
|
4182
4182
|
modifyVpcEndpointServicePermissions(callback?: (err: AWSError, data: EC2.Types.ModifyVpcEndpointServicePermissionsResult) => void): Request<EC2.Types.ModifyVpcEndpointServicePermissionsResult, AWSError>;
|
4183
4183
|
/**
|
4184
|
-
*
|
4184
|
+
* Modifies the VPC peering connection options on one side of a VPC peering connection. If the peered VPCs are in the same Amazon Web Services 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 Amazon Web Services accounts or different Regions. For peered VPCs in different Amazon Web Services accounts, each Amazon Web Services 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.
|
4185
4185
|
*/
|
4186
4186
|
modifyVpcPeeringConnectionOptions(params: EC2.Types.ModifyVpcPeeringConnectionOptionsRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVpcPeeringConnectionOptionsResult) => void): Request<EC2.Types.ModifyVpcPeeringConnectionOptionsResult, AWSError>;
|
4187
4187
|
/**
|
4188
|
-
*
|
4188
|
+
* Modifies the VPC peering connection options on one side of a VPC peering connection. If the peered VPCs are in the same Amazon Web Services 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 Amazon Web Services accounts or different Regions. For peered VPCs in different Amazon Web Services accounts, each Amazon Web Services 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.
|
4189
4189
|
*/
|
4190
4190
|
modifyVpcPeeringConnectionOptions(callback?: (err: AWSError, data: EC2.Types.ModifyVpcPeeringConnectionOptionsResult) => void): Request<EC2.Types.ModifyVpcPeeringConnectionOptionsResult, AWSError>;
|
4191
4191
|
/**
|
4192
|
-
* Modifies the instance tenancy attribute of the specified VPC. You can change the instance tenancy attribute of a VPC to default only. You cannot change the instance tenancy attribute to dedicated. After you modify the tenancy of the VPC, any new instances that you launch into the VPC have a tenancy of default, unless you specify otherwise during launch. The tenancy of any existing instances in the VPC is not affected. For more information, see Dedicated Instances in the Amazon
|
4192
|
+
* Modifies the instance tenancy attribute of the specified VPC. You can change the instance tenancy attribute of a VPC to default only. You cannot change the instance tenancy attribute to dedicated. After you modify the tenancy of the VPC, any new instances that you launch into the VPC have a tenancy of default, unless you specify otherwise during launch. The tenancy of any existing instances in the VPC is not affected. For more information, see Dedicated Instances in the Amazon EC2 User Guide.
|
4193
4193
|
*/
|
4194
4194
|
modifyVpcTenancy(params: EC2.Types.ModifyVpcTenancyRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVpcTenancyResult) => void): Request<EC2.Types.ModifyVpcTenancyResult, AWSError>;
|
4195
4195
|
/**
|
4196
|
-
* Modifies the instance tenancy attribute of the specified VPC. You can change the instance tenancy attribute of a VPC to default only. You cannot change the instance tenancy attribute to dedicated. After you modify the tenancy of the VPC, any new instances that you launch into the VPC have a tenancy of default, unless you specify otherwise during launch. The tenancy of any existing instances in the VPC is not affected. For more information, see Dedicated Instances in the Amazon
|
4196
|
+
* Modifies the instance tenancy attribute of the specified VPC. You can change the instance tenancy attribute of a VPC to default only. You cannot change the instance tenancy attribute to dedicated. After you modify the tenancy of the VPC, any new instances that you launch into the VPC have a tenancy of default, unless you specify otherwise during launch. The tenancy of any existing instances in the VPC is not affected. For more information, see Dedicated Instances in the Amazon EC2 User Guide.
|
4197
4197
|
*/
|
4198
4198
|
modifyVpcTenancy(callback?: (err: AWSError, data: EC2.Types.ModifyVpcTenancyResult) => void): Request<EC2.Types.ModifyVpcTenancyResult, AWSError>;
|
4199
4199
|
/**
|
@@ -4413,35 +4413,35 @@ declare class EC2 extends Service {
|
|
4413
4413
|
*/
|
4414
4414
|
replaceIamInstanceProfileAssociation(callback?: (err: AWSError, data: EC2.Types.ReplaceIamInstanceProfileAssociationResult) => void): Request<EC2.Types.ReplaceIamInstanceProfileAssociationResult, AWSError>;
|
4415
4415
|
/**
|
4416
|
-
* Changes which network ACL a subnet is associated with. By default when you create a subnet, it's automatically associated with the default network ACL. For more information, see Network ACLs in the Amazon
|
4416
|
+
* Changes which network ACL a subnet is associated with. By default when you create a subnet, it's automatically associated with the default network ACL. For more information, see Network ACLs in the Amazon VPC User Guide. This is an idempotent operation.
|
4417
4417
|
*/
|
4418
4418
|
replaceNetworkAclAssociation(params: EC2.Types.ReplaceNetworkAclAssociationRequest, callback?: (err: AWSError, data: EC2.Types.ReplaceNetworkAclAssociationResult) => void): Request<EC2.Types.ReplaceNetworkAclAssociationResult, AWSError>;
|
4419
4419
|
/**
|
4420
|
-
* Changes which network ACL a subnet is associated with. By default when you create a subnet, it's automatically associated with the default network ACL. For more information, see Network ACLs in the Amazon
|
4420
|
+
* Changes which network ACL a subnet is associated with. By default when you create a subnet, it's automatically associated with the default network ACL. For more information, see Network ACLs in the Amazon VPC User Guide. This is an idempotent operation.
|
4421
4421
|
*/
|
4422
4422
|
replaceNetworkAclAssociation(callback?: (err: AWSError, data: EC2.Types.ReplaceNetworkAclAssociationResult) => void): Request<EC2.Types.ReplaceNetworkAclAssociationResult, AWSError>;
|
4423
4423
|
/**
|
4424
|
-
* Replaces an entry (rule) in a network ACL. For more information, see Network ACLs in the Amazon
|
4424
|
+
* Replaces an entry (rule) in a network ACL. For more information, see Network ACLs in the Amazon VPC User Guide.
|
4425
4425
|
*/
|
4426
4426
|
replaceNetworkAclEntry(params: EC2.Types.ReplaceNetworkAclEntryRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
4427
4427
|
/**
|
4428
|
-
* Replaces an entry (rule) in a network ACL. For more information, see Network ACLs in the Amazon
|
4428
|
+
* Replaces an entry (rule) in a network ACL. For more information, see Network ACLs in the Amazon VPC User Guide.
|
4429
4429
|
*/
|
4430
4430
|
replaceNetworkAclEntry(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
4431
4431
|
/**
|
4432
|
-
* Replaces an existing route within a route table in a VPC. You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list, or reset the local route to its default target. For more information, see Route tables in the Amazon
|
4432
|
+
* Replaces an existing route within a route table in a VPC. You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list, or reset the local route to its default target. For more information, see Route tables in the Amazon VPC User Guide.
|
4433
4433
|
*/
|
4434
4434
|
replaceRoute(params: EC2.Types.ReplaceRouteRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
4435
4435
|
/**
|
4436
|
-
* Replaces an existing route within a route table in a VPC. You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list, or reset the local route to its default target. For more information, see Route tables in the Amazon
|
4436
|
+
* Replaces an existing route within a route table in a VPC. You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list, or reset the local route to its default target. For more information, see Route tables in the Amazon VPC User Guide.
|
4437
4437
|
*/
|
4438
4438
|
replaceRoute(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
4439
4439
|
/**
|
4440
|
-
* 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
|
4440
|
+
* 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 VPC 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.
|
4441
4441
|
*/
|
4442
4442
|
replaceRouteTableAssociation(params: EC2.Types.ReplaceRouteTableAssociationRequest, callback?: (err: AWSError, data: EC2.Types.ReplaceRouteTableAssociationResult) => void): Request<EC2.Types.ReplaceRouteTableAssociationResult, AWSError>;
|
4443
4443
|
/**
|
4444
|
-
* 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
|
4444
|
+
* 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 VPC 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.
|
4445
4445
|
*/
|
4446
4446
|
replaceRouteTableAssociation(callback?: (err: AWSError, data: EC2.Types.ReplaceRouteTableAssociationResult) => void): Request<EC2.Types.ReplaceRouteTableAssociationResult, AWSError>;
|
4447
4447
|
/**
|
@@ -4589,19 +4589,19 @@ declare class EC2 extends Service {
|
|
4589
4589
|
*/
|
4590
4590
|
revokeClientVpnIngress(callback?: (err: AWSError, data: EC2.Types.RevokeClientVpnIngressResult) => void): Request<EC2.Types.RevokeClientVpnIngressResult, AWSError>;
|
4591
4591
|
/**
|
4592
|
-
*
|
4592
|
+
* Removes the specified outbound (egress) rules from the specified security group. You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule's values exactly. Each rule has a protocol, from and to ports, and destination (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule. For a default VPC, if the values you specify do not match the existing rule's values, no error is returned, and the output describes the security group rules that were not revoked. Amazon Web Services recommends that you describe the security group to verify that the rules were removed. Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.
|
4593
4593
|
*/
|
4594
4594
|
revokeSecurityGroupEgress(params: EC2.Types.RevokeSecurityGroupEgressRequest, callback?: (err: AWSError, data: EC2.Types.RevokeSecurityGroupEgressResult) => void): Request<EC2.Types.RevokeSecurityGroupEgressResult, AWSError>;
|
4595
4595
|
/**
|
4596
|
-
*
|
4596
|
+
* Removes the specified outbound (egress) rules from the specified security group. You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule's values exactly. Each rule has a protocol, from and to ports, and destination (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule. For a default VPC, if the values you specify do not match the existing rule's values, no error is returned, and the output describes the security group rules that were not revoked. Amazon Web Services recommends that you describe the security group to verify that the rules were removed. Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.
|
4597
4597
|
*/
|
4598
4598
|
revokeSecurityGroupEgress(callback?: (err: AWSError, data: EC2.Types.RevokeSecurityGroupEgressResult) => void): Request<EC2.Types.RevokeSecurityGroupEgressResult, AWSError>;
|
4599
4599
|
/**
|
4600
|
-
* Removes the specified inbound (ingress) rules from a security group. You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule's values exactly. Each rule has a protocol, from and to ports, and source (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule.
|
4600
|
+
* Removes the specified inbound (ingress) rules from a security group. You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule's values exactly. Each rule has a protocol, from and to ports, and source (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule. For a default VPC, if the values you specify do not match the existing rule's values, no error is returned, and the output describes the security group rules that were not revoked. Amazon Web Services recommends that you describe the security group to verify that the rules were removed. Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.
|
4601
4601
|
*/
|
4602
4602
|
revokeSecurityGroupIngress(params: EC2.Types.RevokeSecurityGroupIngressRequest, callback?: (err: AWSError, data: EC2.Types.RevokeSecurityGroupIngressResult) => void): Request<EC2.Types.RevokeSecurityGroupIngressResult, AWSError>;
|
4603
4603
|
/**
|
4604
|
-
* Removes the specified inbound (ingress) rules from a security group. You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule's values exactly. Each rule has a protocol, from and to ports, and source (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule.
|
4604
|
+
* Removes the specified inbound (ingress) rules from a security group. You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule's values exactly. Each rule has a protocol, from and to ports, and source (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule. For a default VPC, if the values you specify do not match the existing rule's values, no error is returned, and the output describes the security group rules that were not revoked. Amazon Web Services recommends that you describe the security group to verify that the rules were removed. Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.
|
4605
4605
|
*/
|
4606
4606
|
revokeSecurityGroupIngress(callback?: (err: AWSError, data: EC2.Types.RevokeSecurityGroupIngressResult) => void): Request<EC2.Types.RevokeSecurityGroupIngressResult, AWSError>;
|
4607
4607
|
/**
|
@@ -4725,11 +4725,11 @@ declare class EC2 extends Service {
|
|
4725
4725
|
*/
|
4726
4726
|
unassignPrivateIpAddresses(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
4727
4727
|
/**
|
4728
|
-
* Unassigns secondary private IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see Edit secondary IP address associations in the Amazon
|
4728
|
+
* Unassigns secondary private IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see Edit secondary IP address associations in the Amazon VPC User Guide. While unassigning is in progress, you cannot assign/unassign additional IP addresses while the connections are being drained. You are, however, allowed to delete the NAT gateway. A private IP address will only be released at the end of MaxDrainDurationSeconds. The private IP addresses stay associated and support the existing connections, but do not support any new connections (new connections are distributed across the remaining assigned private IP address). After the existing connections drain out, the private IP addresses are released.
|
4729
4729
|
*/
|
4730
4730
|
unassignPrivateNatGatewayAddress(params: EC2.Types.UnassignPrivateNatGatewayAddressRequest, callback?: (err: AWSError, data: EC2.Types.UnassignPrivateNatGatewayAddressResult) => void): Request<EC2.Types.UnassignPrivateNatGatewayAddressResult, AWSError>;
|
4731
4731
|
/**
|
4732
|
-
* Unassigns secondary private IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see Edit secondary IP address associations in the Amazon
|
4732
|
+
* Unassigns secondary private IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see Edit secondary IP address associations in the Amazon VPC User Guide. While unassigning is in progress, you cannot assign/unassign additional IP addresses while the connections are being drained. You are, however, allowed to delete the NAT gateway. A private IP address will only be released at the end of MaxDrainDurationSeconds. The private IP addresses stay associated and support the existing connections, but do not support any new connections (new connections are distributed across the remaining assigned private IP address). After the existing connections drain out, the private IP addresses are released.
|
4733
4733
|
*/
|
4734
4734
|
unassignPrivateNatGatewayAddress(callback?: (err: AWSError, data: EC2.Types.UnassignPrivateNatGatewayAddressResult) => void): Request<EC2.Types.UnassignPrivateNatGatewayAddressResult, AWSError>;
|
4735
4735
|
/**
|
@@ -4741,11 +4741,11 @@ declare class EC2 extends Service {
|
|
4741
4741
|
*/
|
4742
4742
|
unmonitorInstances(callback?: (err: AWSError, data: EC2.Types.UnmonitorInstancesResult) => void): Request<EC2.Types.UnmonitorInstancesResult, AWSError>;
|
4743
4743
|
/**
|
4744
|
-
*
|
4744
|
+
* Updates the description of an egress (outbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously. You can remove a description for a security group rule by omitting the description parameter in the request.
|
4745
4745
|
*/
|
4746
4746
|
updateSecurityGroupRuleDescriptionsEgress(params: EC2.Types.UpdateSecurityGroupRuleDescriptionsEgressRequest, callback?: (err: AWSError, data: EC2.Types.UpdateSecurityGroupRuleDescriptionsEgressResult) => void): Request<EC2.Types.UpdateSecurityGroupRuleDescriptionsEgressResult, AWSError>;
|
4747
4747
|
/**
|
4748
|
-
*
|
4748
|
+
* Updates the description of an egress (outbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously. You can remove a description for a security group rule by omitting the description parameter in the request.
|
4749
4749
|
*/
|
4750
4750
|
updateSecurityGroupRuleDescriptionsEgress(callback?: (err: AWSError, data: EC2.Types.UpdateSecurityGroupRuleDescriptionsEgressResult) => void): Request<EC2.Types.UpdateSecurityGroupRuleDescriptionsEgressResult, AWSError>;
|
4751
4751
|
/**
|
@@ -5997,7 +5997,7 @@ declare namespace EC2 {
|
|
5997
5997
|
}
|
5998
5998
|
export interface AssignPrivateNatGatewayAddressRequest {
|
5999
5999
|
/**
|
6000
|
-
* The NAT gateway
|
6000
|
+
* The ID of the NAT gateway.
|
6001
6001
|
*/
|
6002
6002
|
NatGatewayId: NatGatewayId;
|
6003
6003
|
/**
|
@@ -6015,7 +6015,7 @@ declare namespace EC2 {
|
|
6015
6015
|
}
|
6016
6016
|
export interface AssignPrivateNatGatewayAddressResult {
|
6017
6017
|
/**
|
6018
|
-
* The NAT gateway
|
6018
|
+
* The ID of the NAT gateway.
|
6019
6019
|
*/
|
6020
6020
|
NatGatewayId?: NatGatewayId;
|
6021
6021
|
/**
|
@@ -6202,7 +6202,7 @@ declare namespace EC2 {
|
|
6202
6202
|
}
|
6203
6203
|
export interface AssociateNatGatewayAddressRequest {
|
6204
6204
|
/**
|
6205
|
-
* The NAT gateway
|
6205
|
+
* The ID of the NAT gateway.
|
6206
6206
|
*/
|
6207
6207
|
NatGatewayId: NatGatewayId;
|
6208
6208
|
/**
|
@@ -6220,7 +6220,7 @@ declare namespace EC2 {
|
|
6220
6220
|
}
|
6221
6221
|
export interface AssociateNatGatewayAddressResult {
|
6222
6222
|
/**
|
6223
|
-
* The NAT gateway
|
6223
|
+
* The ID of the NAT gateway.
|
6224
6224
|
*/
|
6225
6225
|
NatGatewayId?: NatGatewayId;
|
6226
6226
|
/**
|
@@ -6500,15 +6500,15 @@ declare namespace EC2 {
|
|
6500
6500
|
*/
|
6501
6501
|
DryRun?: Boolean;
|
6502
6502
|
/**
|
6503
|
-
* The
|
6503
|
+
* The IDs of the security groups. You cannot specify security groups from a different VPC.
|
6504
6504
|
*/
|
6505
6505
|
Groups: GroupIdStringList;
|
6506
6506
|
/**
|
6507
|
-
* The ID of
|
6507
|
+
* The ID of the EC2-Classic instance.
|
6508
6508
|
*/
|
6509
6509
|
InstanceId: InstanceId;
|
6510
6510
|
/**
|
6511
|
-
* The ID of
|
6511
|
+
* The ID of the ClassicLink-enabled VPC.
|
6512
6512
|
*/
|
6513
6513
|
VpcId: VpcId;
|
6514
6514
|
}
|
@@ -6792,7 +6792,7 @@ declare namespace EC2 {
|
|
6792
6792
|
*/
|
6793
6793
|
GroupId?: SecurityGroupId;
|
6794
6794
|
/**
|
6795
|
-
* [
|
6795
|
+
* [Default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.
|
6796
6796
|
*/
|
6797
6797
|
GroupName?: SecurityGroupName;
|
6798
6798
|
/**
|
@@ -6800,15 +6800,15 @@ declare namespace EC2 {
|
|
6800
6800
|
*/
|
6801
6801
|
IpPermissions?: IpPermissionList;
|
6802
6802
|
/**
|
6803
|
-
* The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). To specify icmpv6, use a set of IP permissions.
|
6803
|
+
* The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). To specify icmpv6, use a set of IP permissions. Use -1 to specify all protocols. If you specify -1 or a protocol other than tcp, udp, or icmp, traffic on all ports is allowed, regardless of any ports you specify. Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.
|
6804
6804
|
*/
|
6805
6805
|
IpProtocol?: String;
|
6806
6806
|
/**
|
6807
|
-
* [
|
6807
|
+
* [Default VPC] The name of the source security group. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol and port range, use a set of IP permissions instead. The source security group must be in the same VPC.
|
6808
6808
|
*/
|
6809
6809
|
SourceSecurityGroupName?: String;
|
6810
6810
|
/**
|
6811
|
-
* [
|
6811
|
+
* [Nondefault VPC] The Amazon Web Services account ID for the source security group, if the source security group is in a different account. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol and port range, use a set of IP permissions instead.
|
6812
6812
|
*/
|
6813
6813
|
SourceSecurityGroupOwnerId?: String;
|
6814
6814
|
/**
|
@@ -7599,7 +7599,7 @@ declare namespace EC2 {
|
|
7599
7599
|
export type ClassicLinkDnsSupportList = ClassicLinkDnsSupport[];
|
7600
7600
|
export interface ClassicLinkInstance {
|
7601
7601
|
/**
|
7602
|
-
*
|
7602
|
+
* The security groups.
|
7603
7603
|
*/
|
7604
7604
|
Groups?: GroupIdentifierList;
|
7605
7605
|
/**
|
@@ -9072,7 +9072,7 @@ declare namespace EC2 {
|
|
9072
9072
|
*/
|
9073
9073
|
Name: String;
|
9074
9074
|
/**
|
9075
|
-
*
|
9075
|
+
* Indicates whether or not the instance should be automatically rebooted before creating the image. Specify one of the following values: true - The instance is not rebooted before creating the image. This creates crash-consistent snapshots that include only the data that has been written to the volumes at the time the snapshots are created. Buffered data and data in memory that has not yet been written to the volumes is not included in the snapshots. false - The instance is rebooted before creating the image. This ensures that all buffered data and data in memory is written to the volumes before the snapshots are created. Default: false
|
9076
9076
|
*/
|
9077
9077
|
NoReboot?: Boolean;
|
9078
9078
|
/**
|
@@ -9622,15 +9622,15 @@ declare namespace EC2 {
|
|
9622
9622
|
*/
|
9623
9623
|
PrivateIpAddress?: String;
|
9624
9624
|
/**
|
9625
|
-
* Secondary EIP allocation IDs. For more information
|
9625
|
+
* Secondary EIP allocation IDs. For more information, see Create a NAT gateway in the Amazon VPC User Guide.
|
9626
9626
|
*/
|
9627
9627
|
SecondaryAllocationIds?: AllocationIdList;
|
9628
9628
|
/**
|
9629
|
-
* Secondary private IPv4 addresses. For more information about secondary addresses, see Create a NAT gateway in the Amazon
|
9629
|
+
* Secondary private IPv4 addresses. For more information about secondary addresses, see Create a NAT gateway in the Amazon VPC User Guide.
|
9630
9630
|
*/
|
9631
9631
|
SecondaryPrivateIpAddresses?: IpList;
|
9632
9632
|
/**
|
9633
|
-
* [Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway. For more information about secondary addresses, see Create a NAT gateway in the Amazon
|
9633
|
+
* [Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway. For more information about secondary addresses, see Create a NAT gateway in the Amazon VPC User Guide.
|
9634
9634
|
*/
|
9635
9635
|
SecondaryPrivateIpAddressCount?: PrivateIpAddressCount;
|
9636
9636
|
}
|
@@ -10124,15 +10124,15 @@ declare namespace EC2 {
|
|
10124
10124
|
}
|
10125
10125
|
export interface CreateSecurityGroupRequest {
|
10126
10126
|
/**
|
10127
|
-
* A description for the security group. Constraints: Up to 255 characters in length
|
10127
|
+
* A description for the security group. Constraints: Up to 255 characters in length Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
|
10128
10128
|
*/
|
10129
10129
|
Description: String;
|
10130
10130
|
/**
|
10131
|
-
* The name of the security group. Constraints: Up to 255 characters in length. Cannot start with sg-.
|
10131
|
+
* The name of the security group. Constraints: Up to 255 characters in length. Cannot start with sg-. Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
|
10132
10132
|
*/
|
10133
10133
|
GroupName: String;
|
10134
10134
|
/**
|
10135
|
-
*
|
10135
|
+
* The ID of the VPC. Required for a nondefault VPC.
|
10136
10136
|
*/
|
10137
10137
|
VpcId?: VpcId;
|
10138
10138
|
/**
|
@@ -10290,7 +10290,7 @@ declare namespace EC2 {
|
|
10290
10290
|
*/
|
10291
10291
|
TagSpecifications?: TagSpecificationList;
|
10292
10292
|
/**
|
10293
|
-
* 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
|
10293
|
+
* 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 Local Zones locations. To create a subnet in an Outpost, set this value to the Availability Zone for the Outpost and specify the Outpost ARN.
|
10294
10294
|
*/
|
10295
10295
|
AvailabilityZone?: String;
|
10296
10296
|
/**
|
@@ -11118,7 +11118,7 @@ declare namespace EC2 {
|
|
11118
11118
|
}
|
11119
11119
|
export interface CreateVolumeRequest {
|
11120
11120
|
/**
|
11121
|
-
* The Availability Zone in which to create the volume.
|
11121
|
+
* The ID of the Availability Zone in which to create the volume. For example, us-east-1a.
|
11122
11122
|
*/
|
11123
11123
|
AvailabilityZone: AvailabilityZoneName;
|
11124
11124
|
/**
|
@@ -11216,11 +11216,11 @@ declare namespace EC2 {
|
|
11216
11216
|
*/
|
11217
11217
|
VpcEndpointType?: VpcEndpointType;
|
11218
11218
|
/**
|
11219
|
-
* The ID of the VPC
|
11219
|
+
* The ID of the VPC.
|
11220
11220
|
*/
|
11221
11221
|
VpcId: VpcId;
|
11222
11222
|
/**
|
11223
|
-
* The service
|
11223
|
+
* The name of the endpoint service.
|
11224
11224
|
*/
|
11225
11225
|
ServiceName: String;
|
11226
11226
|
/**
|
@@ -12346,11 +12346,11 @@ declare namespace EC2 {
|
|
12346
12346
|
}
|
12347
12347
|
export interface DeleteSecurityGroupRequest {
|
12348
12348
|
/**
|
12349
|
-
* The ID of the security group.
|
12349
|
+
* The ID of the security group.
|
12350
12350
|
*/
|
12351
12351
|
GroupId?: SecurityGroupId;
|
12352
12352
|
/**
|
12353
|
-
* [
|
12353
|
+
* [Default VPC] The name of the security group. You can specify either the security group name or the security group ID. For security groups in a nondefault VPC, you must specify the security group ID.
|
12354
12354
|
*/
|
12355
12355
|
GroupName?: SecurityGroupName;
|
12356
12356
|
/**
|
@@ -13320,7 +13320,7 @@ declare namespace EC2 {
|
|
13320
13320
|
export type DescribeClassicLinkInstancesMaxResults = number;
|
13321
13321
|
export interface DescribeClassicLinkInstancesRequest {
|
13322
13322
|
/**
|
13323
|
-
*
|
13323
|
+
* The filters. group-id - The ID of a VPC security group that's associated with the instance. instance-id - The ID of the instance. tag:<key> - 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 to which the instance is linked.
|
13324
13324
|
*/
|
13325
13325
|
Filters?: FilterList;
|
13326
13326
|
/**
|
@@ -13328,7 +13328,7 @@ declare namespace EC2 {
|
|
13328
13328
|
*/
|
13329
13329
|
DryRun?: Boolean;
|
13330
13330
|
/**
|
13331
|
-
*
|
13331
|
+
* The instance IDs. Must be instances linked to a VPC through ClassicLink.
|
13332
13332
|
*/
|
13333
13333
|
InstanceIds?: InstanceIdStringList;
|
13334
13334
|
/**
|
@@ -13595,7 +13595,7 @@ declare namespace EC2 {
|
|
13595
13595
|
*/
|
13596
13596
|
DhcpOptionsIds?: DhcpOptionsIdStringList;
|
13597
13597
|
/**
|
13598
|
-
*
|
13598
|
+
* The 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 Amazon Web Services account that owns the DHCP options set. tag:<key> - 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.
|
13599
13599
|
*/
|
13600
13600
|
Filters?: FilterList;
|
13601
13601
|
/**
|
@@ -13628,7 +13628,7 @@ declare namespace EC2 {
|
|
13628
13628
|
*/
|
13629
13629
|
DryRun?: Boolean;
|
13630
13630
|
/**
|
13631
|
-
*
|
13631
|
+
* The IDs of the egress-only internet gateways.
|
13632
13632
|
*/
|
13633
13633
|
EgressOnlyInternetGatewayIds?: EgressOnlyInternetGatewayIdList;
|
13634
13634
|
/**
|
@@ -13640,7 +13640,7 @@ declare namespace EC2 {
|
|
13640
13640
|
*/
|
13641
13641
|
NextToken?: String;
|
13642
13642
|
/**
|
13643
|
-
*
|
13643
|
+
* The filters. tag:<key> - 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.
|
13644
13644
|
*/
|
13645
13645
|
Filters?: FilterList;
|
13646
13646
|
}
|
@@ -14305,7 +14305,7 @@ declare namespace EC2 {
|
|
14305
14305
|
*/
|
14306
14306
|
ExecutableUsers?: ExecutableByStringList;
|
14307
14307
|
/**
|
14308
|
-
* The filters. architecture - The image architecture (i386 | x86_64 | arm64). block-device-mapping.delete-on-termination - A Boolean value that indicates whether the Amazon EBS volume is deleted on instance termination. block-device-mapping.device-name - The device name specified in the block device mapping (for example, /dev/sdh or xvdh). block-device-mapping.snapshot-id - The ID of the snapshot used for the Amazon EBS volume. block-device-mapping.volume-size - The volume size of the Amazon EBS volume, in GiB. block-device-mapping.volume-type - The volume type of the Amazon EBS volume (io1 | io2 | gp2 | gp3 | sc1 | st1 | standard). block-device-mapping.encrypted - A Boolean that indicates whether the Amazon EBS volume is encrypted. creation-date - The time when the image was created, in the ISO 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example, 2021-09-29T11:04:43.305Z. You can use a wildcard (*), for example, 2021-09-29T*, which matches an entire day. description - The description of the image (provided during image creation). ena-support - A Boolean that indicates whether enhanced networking with ENA is enabled. hypervisor - The hypervisor type (ovm | xen). image-id - The ID of the image. image-type - The image type (machine | kernel | ramdisk). is-public - A Boolean that indicates whether the image is public. kernel-id - The kernel ID. manifest-location - The location of the image manifest. name - The name of the AMI (provided during image creation). owner-alias - The owner alias (amazon | aws-marketplace). The valid aliases are defined in an Amazon-maintained list. This is not the Amazon Web Services account alias that can be set using the IAM console. We recommend that you use the Owner request parameter instead of this filter. owner-id - The Amazon Web Services account ID of the owner. We recommend that you use the Owner request parameter instead of this filter. platform - The platform. The only supported value is windows. product-code - The product code. product-code.type - The type of the product code (marketplace). ramdisk-id - The RAM disk ID. root-device-name - The device name of the root device volume (for example, /dev/sda1). root-device-type - The type of the root device volume (ebs | instance-store). state - The state of the image (available | pending | failed). state-reason-code - The reason code for the state change. state-reason-message - The message for the state change. sriov-net-support - A value of simple indicates that enhanced networking with the Intel 82599 VF interface is enabled. tag:<key> - 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. virtualization-type - The virtualization type (paravirtual | hvm).
|
14308
|
+
* The filters. architecture - The image architecture (i386 | x86_64 | arm64 | x86_64_mac | arm64_mac). block-device-mapping.delete-on-termination - A Boolean value that indicates whether the Amazon EBS volume is deleted on instance termination. block-device-mapping.device-name - The device name specified in the block device mapping (for example, /dev/sdh or xvdh). block-device-mapping.snapshot-id - The ID of the snapshot used for the Amazon EBS volume. block-device-mapping.volume-size - The volume size of the Amazon EBS volume, in GiB. block-device-mapping.volume-type - The volume type of the Amazon EBS volume (io1 | io2 | gp2 | gp3 | sc1 | st1 | standard). block-device-mapping.encrypted - A Boolean that indicates whether the Amazon EBS volume is encrypted. creation-date - The time when the image was created, in the ISO 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example, 2021-09-29T11:04:43.305Z. You can use a wildcard (*), for example, 2021-09-29T*, which matches an entire day. description - The description of the image (provided during image creation). ena-support - A Boolean that indicates whether enhanced networking with ENA is enabled. hypervisor - The hypervisor type (ovm | xen). image-id - The ID of the image. image-type - The image type (machine | kernel | ramdisk). is-public - A Boolean that indicates whether the image is public. kernel-id - The kernel ID. manifest-location - The location of the image manifest. name - The name of the AMI (provided during image creation). owner-alias - The owner alias (amazon | aws-marketplace). The valid aliases are defined in an Amazon-maintained list. This is not the Amazon Web Services account alias that can be set using the IAM console. We recommend that you use the Owner request parameter instead of this filter. owner-id - The Amazon Web Services account ID of the owner. We recommend that you use the Owner request parameter instead of this filter. platform - The platform. The only supported value is windows. product-code - The product code. product-code.type - The type of the product code (marketplace). ramdisk-id - The RAM disk ID. root-device-name - The device name of the root device volume (for example, /dev/sda1). root-device-type - The type of the root device volume (ebs | instance-store). state - The state of the image (available | pending | failed). state-reason-code - The reason code for the state change. state-reason-message - The message for the state change. sriov-net-support - A value of simple indicates that enhanced networking with the Intel 82599 VF interface is enabled. tag:<key> - 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. virtualization-type - The virtualization type (paravirtual | hvm).
|
14309
14309
|
*/
|
14310
14310
|
Filters?: FilterList;
|
14311
14311
|
/**
|
@@ -14608,7 +14608,7 @@ declare namespace EC2 {
|
|
14608
14608
|
*/
|
14609
14609
|
InstanceTypes?: RequestInstanceTypeList;
|
14610
14610
|
/**
|
14611
|
-
* One or more filters. Filter names and values are case-sensitive. auto-recovery-supported - Indicates whether Amazon CloudWatch action based recovery is supported (true | false). bare-metal - Indicates whether it is a bare metal instance type (true | false). burstable-performance-supported - Indicates whether
|
14611
|
+
* One or more filters. Filter names and values are case-sensitive. auto-recovery-supported - Indicates whether Amazon CloudWatch action based recovery is supported (true | false). bare-metal - Indicates whether it is a bare metal instance type (true | false). burstable-performance-supported - Indicates whether the instance type is a burstable performance T instance type (true | false). current-generation - Indicates whether this instance type is the latest generation instance type of an instance family (true | false). ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps - The baseline bandwidth performance for an EBS-optimized instance type, in Mbps. ebs-info.ebs-optimized-info.baseline-iops - The baseline input/output storage operations per second for an EBS-optimized instance type. ebs-info.ebs-optimized-info.baseline-throughput-in-mbps - The baseline throughput performance for an EBS-optimized instance type, in MB/s. ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps - The maximum bandwidth performance for an EBS-optimized instance type, in Mbps. ebs-info.ebs-optimized-info.maximum-iops - The maximum input/output storage operations per second for an EBS-optimized instance type. ebs-info.ebs-optimized-info.maximum-throughput-in-mbps - The maximum throughput performance for an EBS-optimized instance type, in MB/s. ebs-info.ebs-optimized-support - Indicates whether the instance type is EBS-optimized (supported | unsupported | default). ebs-info.encryption-support - Indicates whether EBS encryption is supported (supported | unsupported). ebs-info.nvme-support - Indicates whether non-volatile memory express (NVMe) is supported for EBS volumes (required | supported | unsupported). free-tier-eligible - Indicates whether the instance type is eligible to use in the free tier (true | false). hibernation-supported - Indicates whether On-Demand hibernation is supported (true | false). hypervisor - The hypervisor (nitro | xen). instance-storage-info.disk.count - The number of local disks. instance-storage-info.disk.size-in-gb - The storage size of each instance storage disk, in GB. instance-storage-info.disk.type - The storage technology for the local instance storage disks (hdd | ssd). instance-storage-info.encryption-support - Indicates whether data is encrypted at rest (required | supported | unsupported). instance-storage-info.nvme-support - Indicates whether non-volatile memory express (NVMe) is supported for instance store (required | supported | unsupported). instance-storage-info.total-size-in-gb - The total amount of storage available from all local instance storage, in GB. instance-storage-supported - Indicates whether the instance type has local instance storage (true | false). instance-type - The instance type (for example c5.2xlarge or c5*). memory-info.size-in-mib - The memory size. network-info.efa-info.maximum-efa-interfaces - The maximum number of Elastic Fabric Adapters (EFAs) per instance. network-info.efa-supported - Indicates whether the instance type supports Elastic Fabric Adapter (EFA) (true | false). network-info.ena-support - Indicates whether Elastic Network Adapter (ENA) is supported or required (required | supported | unsupported). network-info.encryption-in-transit-supported - Indicates whether the instance type automatically encrypts in-transit traffic between instances (true | false). network-info.ipv4-addresses-per-interface - The maximum number of private IPv4 addresses per network interface. network-info.ipv6-addresses-per-interface - The maximum number of private IPv6 addresses per network interface. network-info.ipv6-supported - Indicates whether the instance type supports IPv6 (true | false). network-info.maximum-network-cards - The maximum number of network cards per instance. network-info.maximum-network-interfaces - The maximum number of network interfaces per instance. network-info.network-performance - The network performance (for example, "25 Gigabit"). nitro-enclaves-support - Indicates whether Nitro Enclaves is supported (supported | unsupported). nitro-tpm-support - Indicates whether NitroTPM is supported (supported | unsupported). nitro-tpm-info.supported-versions - The supported NitroTPM version (2.0). processor-info.supported-architecture - The CPU architecture (arm64 | i386 | x86_64). processor-info.sustained-clock-speed-in-ghz - The CPU clock speed, in GHz. processor-info.supported-features - The supported CPU features (amd-sev-snp). supported-boot-mode - The boot mode (legacy-bios | uefi). supported-root-device-type - The root device type (ebs | instance-store). supported-usage-class - The usage class (on-demand | spot). supported-virtualization-type - The virtualization type (hvm | paravirtual). vcpu-info.default-cores - The default number of cores for the instance type. vcpu-info.default-threads-per-core - The default number of threads per core for the instance type. vcpu-info.default-vcpus - The default number of vCPUs for the instance type. vcpu-info.valid-cores - The number of cores that can be configured for the instance type. vcpu-info.valid-threads-per-core - The number of threads per core that can be configured for the instance type. For example, "1" or "1,2".
|
14612
14612
|
*/
|
14613
14613
|
Filters?: FilterList;
|
14614
14614
|
/**
|
@@ -14622,7 +14622,7 @@ declare namespace EC2 {
|
|
14622
14622
|
}
|
14623
14623
|
export interface DescribeInstanceTypesResult {
|
14624
14624
|
/**
|
14625
|
-
* The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
|
14625
|
+
* The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
|
14626
14626
|
*/
|
14627
14627
|
InstanceTypes?: InstanceTypeInfoList;
|
14628
14628
|
/**
|
@@ -14665,7 +14665,7 @@ declare namespace EC2 {
|
|
14665
14665
|
export type DescribeInternetGatewaysMaxResults = number;
|
14666
14666
|
export interface DescribeInternetGatewaysRequest {
|
14667
14667
|
/**
|
14668
|
-
*
|
14668
|
+
* The 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 Amazon Web Services account that owns the internet gateway. tag:<key> - 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.
|
14669
14669
|
*/
|
14670
14670
|
Filters?: FilterList;
|
14671
14671
|
/**
|
@@ -14673,7 +14673,7 @@ declare namespace EC2 {
|
|
14673
14673
|
*/
|
14674
14674
|
DryRun?: Boolean;
|
14675
14675
|
/**
|
14676
|
-
*
|
14676
|
+
* The IDs of the internet gateways. Default: Describes all your internet gateways.
|
14677
14677
|
*/
|
14678
14678
|
InternetGatewayIds?: InternetGatewayIdList;
|
14679
14679
|
/**
|
@@ -15268,7 +15268,7 @@ declare namespace EC2 {
|
|
15268
15268
|
*/
|
15269
15269
|
DryRun?: Boolean;
|
15270
15270
|
/**
|
15271
|
-
*
|
15271
|
+
* The filters. nat-gateway-id - The ID of the NAT gateway. state - The state of the NAT gateway (pending | failed | available | deleting | deleted). subnet-id - The ID of the subnet in which the NAT gateway resides. tag:<key> - 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 in which the NAT gateway resides.
|
15272
15272
|
*/
|
15273
15273
|
Filter?: FilterList;
|
15274
15274
|
/**
|
@@ -15276,7 +15276,7 @@ declare namespace EC2 {
|
|
15276
15276
|
*/
|
15277
15277
|
MaxResults?: DescribeNatGatewaysMaxResults;
|
15278
15278
|
/**
|
15279
|
-
*
|
15279
|
+
* The IDs of the NAT gateways.
|
15280
15280
|
*/
|
15281
15281
|
NatGatewayIds?: NatGatewayIdStringList;
|
15282
15282
|
/**
|
@@ -15297,7 +15297,7 @@ declare namespace EC2 {
|
|
15297
15297
|
export type DescribeNetworkAclsMaxResults = number;
|
15298
15298
|
export interface DescribeNetworkAclsRequest {
|
15299
15299
|
/**
|
15300
|
-
*
|
15300
|
+
* The 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.egress - A Boolean that indicates the type of rule. Specify true for egress rules, or false for ingress rules. 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 Amazon Web Services account that owns the network ACL. tag:<key> - 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.
|
15301
15301
|
*/
|
15302
15302
|
Filters?: FilterList;
|
15303
15303
|
/**
|
@@ -15305,7 +15305,7 @@ declare namespace EC2 {
|
|
15305
15305
|
*/
|
15306
15306
|
DryRun?: Boolean;
|
15307
15307
|
/**
|
15308
|
-
*
|
15308
|
+
* The IDs of the network ACLs. Default: Describes all your network ACLs.
|
15309
15309
|
*/
|
15310
15310
|
NetworkAclIds?: NetworkAclIdStringList;
|
15311
15311
|
/**
|
@@ -15894,7 +15894,7 @@ declare namespace EC2 {
|
|
15894
15894
|
export type DescribeRouteTablesMaxResults = number;
|
15895
15895
|
export interface DescribeRouteTablesRequest {
|
15896
15896
|
/**
|
15897
|
-
*
|
15897
|
+
* The 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 Amazon Web Services 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:<key> - 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.
|
15898
15898
|
*/
|
15899
15899
|
Filters?: FilterList;
|
15900
15900
|
/**
|
@@ -15902,7 +15902,7 @@ declare namespace EC2 {
|
|
15902
15902
|
*/
|
15903
15903
|
DryRun?: Boolean;
|
15904
15904
|
/**
|
15905
|
-
*
|
15905
|
+
* The IDs of the route tables. Default: Describes all your route tables.
|
15906
15906
|
*/
|
15907
15907
|
RouteTableIds?: RouteTableIdStringList;
|
15908
15908
|
/**
|
@@ -16065,7 +16065,7 @@ declare namespace EC2 {
|
|
16065
16065
|
*/
|
16066
16066
|
GroupIds?: GroupIdStringList;
|
16067
16067
|
/**
|
16068
|
-
* [
|
16068
|
+
* [Default VPC] The names of the security groups. You can specify either the security group name or the security group ID. Default: Describes all of your security groups.
|
16069
16069
|
*/
|
16070
16070
|
GroupNames?: GroupNameStringList;
|
16071
16071
|
/**
|
@@ -16456,11 +16456,11 @@ declare namespace EC2 {
|
|
16456
16456
|
export type DescribeSubnetsMaxResults = number;
|
16457
16457
|
export interface DescribeSubnetsRequest {
|
16458
16458
|
/**
|
16459
|
-
*
|
16459
|
+
* The 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. customer-owned-ipv4-pool - The customer-owned IPv4 address pool associated with the subnet. default-for-az - Indicates whether this is the default subnet for the Availability Zone (true | false). You can also use defaultForAz as the filter name. enable-dns64 - Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations. enable-lni-at-device-index - Indicates the device position for local network interfaces in this subnet. For example, 1 indicates local network interfaces in this subnet are the secondary network interface (eth1). 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. ipv6-native - Indicates whether this is an IPv6 only subnet (true | false). map-customer-owned-ip-on-launch - Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives a customer-owned IPv4 address. map-public-ip-on-launch - Indicates whether instances launched in this subnet receive a public IPv4 address. outpost-arn - The Amazon Resource Name (ARN) of the Outpost. owner-id - The ID of the Amazon Web Services account that owns the subnet. private-dns-name-options-on-launch.hostname-type - The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance DNS name must be based on the instance ID (resource-name). private-dns-name-options-on-launch.enable-resource-name-dns-a-record - Indicates whether to respond to DNS queries for instance hostnames with DNS A records. private-dns-name-options-on-launch.enable-resource-name-dns-aaaa-record - Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records. 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:<key> - 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.
|
16460
16460
|
*/
|
16461
16461
|
Filters?: FilterList;
|
16462
16462
|
/**
|
16463
|
-
*
|
16463
|
+
* The IDs of the subnets. Default: Describes all your subnets.
|
16464
16464
|
*/
|
16465
16465
|
SubnetIds?: SubnetIdStringList;
|
16466
16466
|
/**
|
@@ -17308,7 +17308,7 @@ declare namespace EC2 {
|
|
17308
17308
|
*/
|
17309
17309
|
NextToken?: DescribeVpcClassicLinkDnsSupportNextToken;
|
17310
17310
|
/**
|
17311
|
-
*
|
17311
|
+
* The IDs of the VPCs.
|
17312
17312
|
*/
|
17313
17313
|
VpcIds?: VpcClassicLinkIdList;
|
17314
17314
|
}
|
@@ -17324,7 +17324,7 @@ declare namespace EC2 {
|
|
17324
17324
|
}
|
17325
17325
|
export interface DescribeVpcClassicLinkRequest {
|
17326
17326
|
/**
|
17327
|
-
*
|
17327
|
+
* The filters. is-classic-link-enabled - Whether the VPC is enabled for ClassicLink (true | false). tag:<key> - 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.
|
17328
17328
|
*/
|
17329
17329
|
Filters?: FilterList;
|
17330
17330
|
/**
|
@@ -17332,13 +17332,13 @@ declare namespace EC2 {
|
|
17332
17332
|
*/
|
17333
17333
|
DryRun?: Boolean;
|
17334
17334
|
/**
|
17335
|
-
*
|
17335
|
+
* The VPCs for which you want to describe the ClassicLink status.
|
17336
17336
|
*/
|
17337
17337
|
VpcIds?: VpcClassicLinkIdList;
|
17338
17338
|
}
|
17339
17339
|
export interface DescribeVpcClassicLinkResult {
|
17340
17340
|
/**
|
17341
|
-
* The ClassicLink status of
|
17341
|
+
* The ClassicLink status of the VPCs.
|
17342
17342
|
*/
|
17343
17343
|
Vpcs?: VpcClassicLinkList;
|
17344
17344
|
}
|
@@ -17537,7 +17537,7 @@ declare namespace EC2 {
|
|
17537
17537
|
export type DescribeVpcPeeringConnectionsMaxResults = number;
|
17538
17538
|
export interface DescribeVpcPeeringConnectionsRequest {
|
17539
17539
|
/**
|
17540
|
-
*
|
17540
|
+
* The filters. accepter-vpc-info.cidr-block - The IPv4 CIDR block of the accepter VPC. accepter-vpc-info.owner-id - The ID of the Amazon Web Services 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 Amazon Web Services 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:<key> - 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.
|
17541
17541
|
*/
|
17542
17542
|
Filters?: FilterList;
|
17543
17543
|
/**
|
@@ -17545,7 +17545,7 @@ declare namespace EC2 {
|
|
17545
17545
|
*/
|
17546
17546
|
DryRun?: Boolean;
|
17547
17547
|
/**
|
17548
|
-
*
|
17548
|
+
* The IDs of the VPC peering connections. Default: Describes all your VPC peering connections.
|
17549
17549
|
*/
|
17550
17550
|
VpcPeeringConnectionIds?: VpcPeeringConnectionIdList;
|
17551
17551
|
/**
|
@@ -17570,11 +17570,11 @@ declare namespace EC2 {
|
|
17570
17570
|
export type DescribeVpcsMaxResults = number;
|
17571
17571
|
export interface DescribeVpcsRequest {
|
17572
17572
|
/**
|
17573
|
-
*
|
17573
|
+
* The 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 Amazon Web Services account that owns the VPC. state - The state of the VPC (pending | available). tag:<key> - 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.
|
17574
17574
|
*/
|
17575
17575
|
Filters?: FilterList;
|
17576
17576
|
/**
|
17577
|
-
*
|
17577
|
+
* The IDs of the VPCs. Default: Describes all your VPCs.
|
17578
17578
|
*/
|
17579
17579
|
VpcIds?: VpcIdStringList;
|
17580
17580
|
/**
|
@@ -17795,7 +17795,7 @@ declare namespace EC2 {
|
|
17795
17795
|
*/
|
17796
17796
|
Key?: String;
|
17797
17797
|
/**
|
17798
|
-
*
|
17798
|
+
* The values for the DHCP option.
|
17799
17799
|
*/
|
17800
17800
|
Values?: DhcpConfigurationValueList;
|
17801
17801
|
}
|
@@ -17803,7 +17803,7 @@ declare namespace EC2 {
|
|
17803
17803
|
export type DhcpConfigurationValueList = AttributeValue[];
|
17804
17804
|
export interface DhcpOptions {
|
17805
17805
|
/**
|
17806
|
-
*
|
17806
|
+
* The DHCP options in the set.
|
17807
17807
|
*/
|
17808
17808
|
DhcpConfigurations?: DhcpConfigurationList;
|
17809
17809
|
/**
|
@@ -18263,7 +18263,7 @@ declare namespace EC2 {
|
|
18263
18263
|
}
|
18264
18264
|
export interface DisassociateNatGatewayAddressRequest {
|
18265
18265
|
/**
|
18266
|
-
* The NAT gateway
|
18266
|
+
* The ID of the NAT gateway.
|
18267
18267
|
*/
|
18268
18268
|
NatGatewayId: NatGatewayId;
|
18269
18269
|
/**
|
@@ -18281,7 +18281,7 @@ declare namespace EC2 {
|
|
18281
18281
|
}
|
18282
18282
|
export interface DisassociateNatGatewayAddressResult {
|
18283
18283
|
/**
|
18284
|
-
* The NAT gateway
|
18284
|
+
* The ID of the NAT gateway.
|
18285
18285
|
*/
|
18286
18286
|
NatGatewayId?: NatGatewayId;
|
18287
18287
|
/**
|
@@ -22439,7 +22439,7 @@ declare namespace EC2 {
|
|
22439
22439
|
*/
|
22440
22440
|
Hypervisor?: String;
|
22441
22441
|
/**
|
22442
|
-
* An identifier for the symmetric KMS key to use when creating the encrypted AMI. This parameter is only required if you want to use a non-default KMS key; if this parameter is not specified, the default KMS key for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set. The KMS key identifier may be provided in any of the following formats: Key ID Key alias
|
22442
|
+
* An identifier for the symmetric KMS key to use when creating the encrypted AMI. This parameter is only required if you want to use a non-default KMS key; if this parameter is not specified, the default KMS key for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set. The KMS key identifier may be provided in any of the following formats: Key ID Key alias ARN using key ID. The ID ARN contains the arn:aws:kms namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the key namespace, and then the key ID. For example, arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. ARN using key alias. The alias ARN contains the arn:aws:kms namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the alias namespace, and then the key alias. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias. Amazon Web Services parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. This action will eventually report failure. The specified KMS key must exist in the Region that the AMI is being copied to. Amazon EBS does not support asymmetric KMS keys.
|
22443
22443
|
*/
|
22444
22444
|
KmsKeyId?: KmsKeyId;
|
22445
22445
|
/**
|
@@ -22447,7 +22447,7 @@ declare namespace EC2 {
|
|
22447
22447
|
*/
|
22448
22448
|
LicenseType?: String;
|
22449
22449
|
/**
|
22450
|
-
* The operating system of the virtual machine. Valid values: Windows | Linux
|
22450
|
+
* The operating system of the virtual machine. If you import a VM that is compatible with Unified Extensible Firmware Interface (UEFI) using an EBS snapshot, you must specify a value for the platform. Valid values: Windows | Linux
|
22451
22451
|
*/
|
22452
22452
|
Platform?: String;
|
22453
22453
|
/**
|
@@ -22795,7 +22795,7 @@ declare namespace EC2 {
|
|
22795
22795
|
*/
|
22796
22796
|
Encrypted?: Boolean;
|
22797
22797
|
/**
|
22798
|
-
* An identifier for the symmetric KMS key to use when creating the encrypted snapshot. This parameter is only required if you want to use a non-default KMS key; if this parameter is not specified, the default KMS key for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set. The KMS key identifier may be provided in any of the following formats: Key ID Key alias
|
22798
|
+
* An identifier for the symmetric KMS key to use when creating the encrypted snapshot. This parameter is only required if you want to use a non-default KMS key; if this parameter is not specified, the default KMS key for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set. The KMS key identifier may be provided in any of the following formats: Key ID Key alias ARN using key ID. The ID ARN contains the arn:aws:kms namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the key namespace, and then the key ID. For example, arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. ARN using key alias. The alias ARN contains the arn:aws:kms namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the alias namespace, and then the key alias. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias. Amazon Web Services parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. This action will eventually report failure. The specified KMS key must exist in the Region that the snapshot is being copied to. Amazon EBS does not support asymmetric KMS keys.
|
22799
22799
|
*/
|
22800
22800
|
KmsKeyId?: KmsKeyId;
|
22801
22801
|
/**
|
@@ -23981,7 +23981,7 @@ declare namespace EC2 {
|
|
23981
23981
|
*/
|
23982
23982
|
AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
|
23983
23983
|
/**
|
23984
|
-
* The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default: No minimum or maximum limits
|
23984
|
+
* The minimum and maximum amount of baseline network bandwidth, in gigabits per second (Gbps). For more information, see Amazon EC2 instance network bandwidth in the Amazon EC2 User Guide. Default: No minimum or maximum limits
|
23985
23985
|
*/
|
23986
23986
|
NetworkBandwidthGbps?: NetworkBandwidthGbpsRequest;
|
23987
23987
|
/**
|
@@ -24241,7 +24241,7 @@ declare namespace EC2 {
|
|
24241
24241
|
*/
|
24242
24242
|
HibernationSupported?: HibernationFlag;
|
24243
24243
|
/**
|
24244
|
-
* Indicates whether the instance type is a burstable performance instance type.
|
24244
|
+
* Indicates whether the instance type is a burstable performance T instance type. For more information, see Burstable performance instances.
|
24245
24245
|
*/
|
24246
24246
|
BurstablePerformanceSupported?: BurstablePerformanceFlag;
|
24247
24247
|
/**
|
@@ -24358,7 +24358,7 @@ declare namespace EC2 {
|
|
24358
24358
|
*/
|
24359
24359
|
FromPort?: Integer;
|
24360
24360
|
/**
|
24361
|
-
* The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers).
|
24361
|
+
* The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers). Use -1 to specify all protocols. When authorizing security group rules, specifying -1 or a protocol number other than tcp, udp, icmp, or icmpv6 allows traffic on all ports, regardless of any port range you specify. For tcp, udp, and icmp, you must specify a port range. For icmpv6, the port range is optional; if you omit the port range, traffic for all types and codes is allowed.
|
24362
24362
|
*/
|
24363
24363
|
IpProtocol?: String;
|
24364
24364
|
/**
|
@@ -24366,11 +24366,11 @@ declare namespace EC2 {
|
|
24366
24366
|
*/
|
24367
24367
|
IpRanges?: IpRangeList;
|
24368
24368
|
/**
|
24369
|
-
*
|
24369
|
+
* The IPv6 ranges.
|
24370
24370
|
*/
|
24371
24371
|
Ipv6Ranges?: Ipv6RangeList;
|
24372
24372
|
/**
|
24373
|
-
*
|
24373
|
+
* The prefix list IDs.
|
24374
24374
|
*/
|
24375
24375
|
PrefixListIds?: PrefixListIdList;
|
24376
24376
|
/**
|
@@ -25369,7 +25369,7 @@ declare namespace EC2 {
|
|
25369
25369
|
*/
|
25370
25370
|
ThreadsPerCore?: Integer;
|
25371
25371
|
/**
|
25372
|
-
* Indicates whether the instance is enabled for AMD SEV-SNP.
|
25372
|
+
* Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.
|
25373
25373
|
*/
|
25374
25374
|
AmdSevSnp?: AmdSevSnpSpecification;
|
25375
25375
|
}
|
@@ -25383,7 +25383,7 @@ declare namespace EC2 {
|
|
25383
25383
|
*/
|
25384
25384
|
ThreadsPerCore?: Integer;
|
25385
25385
|
/**
|
25386
|
-
* Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only.
|
25386
|
+
* Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see AMD SEV-SNP.
|
25387
25387
|
*/
|
25388
25388
|
AmdSevSnp?: AmdSevSnpSpecification;
|
25389
25389
|
}
|
@@ -27173,7 +27173,7 @@ declare namespace EC2 {
|
|
27173
27173
|
*/
|
27174
27174
|
DryRun?: Boolean;
|
27175
27175
|
/**
|
27176
|
-
* Enables or disables the IPv6 endpoint for the instance metadata service.
|
27176
|
+
* Enables or disables the IPv6 endpoint for the instance metadata service. Applies only if you enabled the HTTP metadata endpoint.
|
27177
27177
|
*/
|
27178
27178
|
HttpProtocolIpv6?: InstanceMetadataProtocolState;
|
27179
27179
|
/**
|
@@ -28903,7 +28903,7 @@ declare namespace EC2 {
|
|
28903
28903
|
*/
|
28904
28904
|
Associations?: NetworkAclAssociationList;
|
28905
28905
|
/**
|
28906
|
-
*
|
28906
|
+
* The entries (rules) in the network ACL.
|
28907
28907
|
*/
|
28908
28908
|
Entries?: NetworkAclEntryList;
|
28909
28909
|
/**
|
@@ -29916,11 +29916,11 @@ declare namespace EC2 {
|
|
29916
29916
|
*/
|
29917
29917
|
AllowDnsResolutionFromRemoteVpc?: Boolean;
|
29918
29918
|
/**
|
29919
|
-
*
|
29919
|
+
* Deprecated.
|
29920
29920
|
*/
|
29921
29921
|
AllowEgressFromLocalClassicLinkToRemoteVpc?: Boolean;
|
29922
29922
|
/**
|
29923
|
-
*
|
29923
|
+
* Deprecated.
|
29924
29924
|
*/
|
29925
29925
|
AllowEgressFromLocalVpcToRemoteClassicLink?: Boolean;
|
29926
29926
|
}
|
@@ -29930,11 +29930,11 @@ declare namespace EC2 {
|
|
29930
29930
|
*/
|
29931
29931
|
AllowDnsResolutionFromRemoteVpc?: Boolean;
|
29932
29932
|
/**
|
29933
|
-
*
|
29933
|
+
* Deprecated.
|
29934
29934
|
*/
|
29935
29935
|
AllowEgressFromLocalClassicLinkToRemoteVpc?: Boolean;
|
29936
29936
|
/**
|
29937
|
-
*
|
29937
|
+
* Deprecated.
|
29938
29938
|
*/
|
29939
29939
|
AllowEgressFromLocalVpcToRemoteClassicLink?: Boolean;
|
29940
29940
|
}
|
@@ -31529,7 +31529,7 @@ declare namespace EC2 {
|
|
31529
31529
|
*/
|
31530
31530
|
EnclaveOptions?: LaunchTemplateEnclaveOptionsRequest;
|
31531
31531
|
/**
|
31532
|
-
* The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes. If you specify InstanceRequirements, you can't specify InstanceType.
|
31532
|
+
* The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes. You must specify VCpuCount and MemoryMiB. All other attributes are optional. Any unspecified optional attribute is set to its default. When you specify multiple attributes, you get instance types that satisfy all of the specified attributes. If you specify multiple values for an attribute, you get instance types that satisfy any of the specified values. To limit the list of instance types from which Amazon EC2 can identify matching instance types, you can use one of the following parameters, but not both in the same request: AllowedInstanceTypes - The instance types to include in the list. All other instance types are ignored, even if they match your specified attributes. ExcludedInstanceTypes - The instance types to exclude from the list, even if they match your specified attributes. If you specify InstanceRequirements, you can't specify InstanceType. Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the launch instance wizard, or with the RunInstances API or AWS::EC2::Instance Amazon Web Services CloudFormation resource, you can't specify InstanceRequirements. For more information, see Attribute-based instance type selection for EC2 Fleet, Attribute-based instance type selection for Spot Fleet, and Spot placement score in the Amazon EC2 User Guide.
|
31533
31533
|
*/
|
31534
31534
|
InstanceRequirements?: InstanceRequirementsRequest;
|
31535
31535
|
/**
|
@@ -32562,11 +32562,11 @@ declare namespace EC2 {
|
|
32562
32562
|
*/
|
32563
32563
|
FromPort?: Integer;
|
32564
32564
|
/**
|
32565
|
-
* The ID of the security group.
|
32565
|
+
* The ID of the security group.
|
32566
32566
|
*/
|
32567
32567
|
GroupId?: SecurityGroupId;
|
32568
32568
|
/**
|
32569
|
-
* [
|
32569
|
+
* [Default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.
|
32570
32570
|
*/
|
32571
32571
|
GroupName?: SecurityGroupName;
|
32572
32572
|
/**
|
@@ -32578,11 +32578,11 @@ declare namespace EC2 {
|
|
32578
32578
|
*/
|
32579
32579
|
IpProtocol?: String;
|
32580
32580
|
/**
|
32581
|
-
* [
|
32581
|
+
* [Default VPC] The name of the source security group. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. The source security group must be in the same VPC. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.
|
32582
32582
|
*/
|
32583
32583
|
SourceSecurityGroupName?: String;
|
32584
32584
|
/**
|
32585
|
-
*
|
32585
|
+
* Not supported.
|
32586
32586
|
*/
|
32587
32587
|
SourceSecurityGroupOwnerId?: String;
|
32588
32588
|
/**
|
@@ -32803,7 +32803,7 @@ declare namespace EC2 {
|
|
32803
32803
|
*/
|
32804
32804
|
ImageId?: ImageId;
|
32805
32805
|
/**
|
32806
|
-
* The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
|
32806
|
+
* The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
|
32807
32807
|
*/
|
32808
32808
|
InstanceType?: InstanceType;
|
32809
32809
|
/**
|
@@ -32943,7 +32943,7 @@ declare namespace EC2 {
|
|
32943
32943
|
*/
|
32944
32944
|
EnclaveOptions?: EnclaveOptionsRequest;
|
32945
32945
|
/**
|
32946
|
-
* The options for the instance hostname. The default values are inherited from the subnet.
|
32946
|
+
* The options for the instance hostname. The default values are inherited from the subnet. Applies only if creating a network interface, not attaching an existing one.
|
32947
32947
|
*/
|
32948
32948
|
PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest;
|
32949
32949
|
/**
|
@@ -33493,7 +33493,7 @@ declare namespace EC2 {
|
|
33493
33493
|
*/
|
33494
33494
|
GroupId?: String;
|
33495
33495
|
/**
|
33496
|
-
*
|
33496
|
+
* The outbound rules associated with the security group.
|
33497
33497
|
*/
|
33498
33498
|
IpPermissionsEgress?: IpPermissionList;
|
33499
33499
|
/**
|
@@ -33501,7 +33501,7 @@ declare namespace EC2 {
|
|
33501
33501
|
*/
|
33502
33502
|
Tags?: TagList;
|
33503
33503
|
/**
|
33504
|
-
*
|
33504
|
+
* The ID of the VPC for the security group.
|
33505
33505
|
*/
|
33506
33506
|
VpcId?: String;
|
33507
33507
|
}
|
@@ -36705,7 +36705,7 @@ declare namespace EC2 {
|
|
36705
36705
|
}
|
36706
36706
|
export interface UnassignPrivateNatGatewayAddressRequest {
|
36707
36707
|
/**
|
36708
|
-
* The NAT gateway
|
36708
|
+
* The ID of the NAT gateway.
|
36709
36709
|
*/
|
36710
36710
|
NatGatewayId: NatGatewayId;
|
36711
36711
|
/**
|
@@ -36723,7 +36723,7 @@ declare namespace EC2 {
|
|
36723
36723
|
}
|
36724
36724
|
export interface UnassignPrivateNatGatewayAddressResult {
|
36725
36725
|
/**
|
36726
|
-
* The NAT gateway
|
36726
|
+
* The ID of the NAT gateway.
|
36727
36727
|
*/
|
36728
36728
|
NatGatewayId?: NatGatewayId;
|
36729
36729
|
/**
|
@@ -36802,7 +36802,7 @@ declare namespace EC2 {
|
|
36802
36802
|
*/
|
36803
36803
|
GroupId?: SecurityGroupId;
|
36804
36804
|
/**
|
36805
|
-
* [Default VPC] The name of the security group. You must specify either the security group ID or the security group name
|
36805
|
+
* [Default VPC] The name of the security group. You must specify either the security group ID or the security group name.
|
36806
36806
|
*/
|
36807
36807
|
GroupName?: SecurityGroupName;
|
36808
36808
|
/**
|
@@ -36830,7 +36830,7 @@ declare namespace EC2 {
|
|
36830
36830
|
*/
|
36831
36831
|
GroupId?: SecurityGroupId;
|
36832
36832
|
/**
|
36833
|
-
* [
|
36833
|
+
* [Default VPC] The name of the security group. You must specify either the security group ID or the security group name. For security groups in a nondefault VPC, you must specify the security group ID.
|
36834
36834
|
*/
|
36835
36835
|
GroupName?: SecurityGroupName;
|
36836
36836
|
/**
|
@@ -36838,7 +36838,7 @@ declare namespace EC2 {
|
|
36838
36838
|
*/
|
36839
36839
|
IpPermissions?: IpPermissionList;
|
36840
36840
|
/**
|
36841
|
-
*
|
36841
|
+
* The description for the ingress security group rules. You must specify either a description or IP permissions.
|
36842
36842
|
*/
|
36843
36843
|
SecurityGroupRuleDescriptions?: SecurityGroupRuleDescriptionList;
|
36844
36844
|
}
|
@@ -36887,7 +36887,7 @@ declare namespace EC2 {
|
|
36887
36887
|
*/
|
36888
36888
|
GroupId?: String;
|
36889
36889
|
/**
|
36890
|
-
* The name of the security group.
|
36890
|
+
* [Default VPC] The name of the security group. For a security group in a nondefault VPC, use the security group ID. For a referenced security group in another VPC, this value is not returned if the referenced security group is deleted.
|
36891
36891
|
*/
|
36892
36892
|
GroupName?: String;
|
36893
36893
|
/**
|
@@ -36895,7 +36895,7 @@ declare namespace EC2 {
|
|
36895
36895
|
*/
|
36896
36896
|
PeeringStatus?: String;
|
36897
36897
|
/**
|
36898
|
-
* The ID of an Amazon Web Services account. For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned.
|
36898
|
+
* The ID of an Amazon Web Services account. For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned.
|
36899
36899
|
*/
|
36900
36900
|
UserId?: String;
|
36901
36901
|
/**
|
@@ -38004,11 +38004,11 @@ declare namespace EC2 {
|
|
38004
38004
|
*/
|
38005
38005
|
AllowDnsResolutionFromRemoteVpc?: Boolean;
|
38006
38006
|
/**
|
38007
|
-
*
|
38007
|
+
* Deprecated.
|
38008
38008
|
*/
|
38009
38009
|
AllowEgressFromLocalClassicLinkToRemoteVpc?: Boolean;
|
38010
38010
|
/**
|
38011
|
-
*
|
38011
|
+
* Deprecated.
|
38012
38012
|
*/
|
38013
38013
|
AllowEgressFromLocalVpcToRemoteClassicLink?: Boolean;
|
38014
38014
|
}
|