aws-sdk 2.927.0 → 2.931.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 +27 -1
- package/README.md +1 -1
- package/apis/chime-2018-05-01.min.json +48 -4
- package/apis/connect-2017-08-08.min.json +229 -124
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/ec2-2016-11-15.min.json +1034 -898
- package/apis/greengrassv2-2020-11-30.min.json +166 -28
- package/apis/greengrassv2-2020-11-30.paginators.json +6 -0
- package/apis/iotanalytics-2017-11-27.min.json +68 -27
- package/apis/kendra-2019-02-03.min.json +128 -35
- package/apis/kms-2014-11-01.examples.json +8 -3
- package/apis/kms-2014-11-01.min.json +101 -20
- package/apis/mediatailor-2018-04-23.min.json +67 -59
- package/apis/metadata.json +2 -1
- package/apis/models.lex.v2-2020-08-07.min.json +60 -37
- package/apis/rds-2014-10-31.min.json +41 -20
- package/apis/redshift-data-2019-12-20.min.json +26 -3
- package/apis/runtime.lex.v2-2020-08-07.min.json +49 -35
- package/clients/browser_default.d.ts +1 -0
- package/clients/browser_default.js +1 -0
- package/clients/chime.d.ts +32 -6
- package/clients/connect.d.ts +184 -94
- package/clients/ec2.d.ts +192 -41
- package/clients/greengrassv2.d.ts +138 -2
- package/clients/iotanalytics.d.ts +51 -4
- package/clients/kendra.d.ts +114 -3
- package/clients/kms.d.ts +260 -136
- package/clients/lexmodelsv2.d.ts +30 -4
- package/clients/lexruntimev2.d.ts +46 -36
- package/clients/lookoutmetrics.d.ts +4 -4
- package/clients/mediatailor.d.ts +19 -1
- package/clients/rds.d.ts +248 -207
- package/clients/redshiftdata.d.ts +25 -0
- package/clients/sagemaker.d.ts +6 -6
- package/dist/aws-sdk-core-react-native.js +26 -2
- package/dist/aws-sdk-react-native.js +59 -39
- package/dist/aws-sdk.js +4438 -1559
- package/dist/aws-sdk.min.js +69 -68
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +23 -0
- package/lib/model/operation.js +1 -0
- package/lib/services/s3.js +18 -22
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +7 -7
package/clients/ec2.d.ts
CHANGED
|
@@ -61,19 +61,19 @@ declare class EC2 extends Service {
|
|
|
61
61
|
*/
|
|
62
62
|
acceptVpcPeeringConnection(callback?: (err: AWSError, data: EC2.Types.AcceptVpcPeeringConnectionResult) => void): Request<EC2.Types.AcceptVpcPeeringConnectionResult, AWSError>;
|
|
63
63
|
/**
|
|
64
|
-
* Advertises an IPv4 or IPv6 address range that is provisioned for use with your
|
|
64
|
+
* Advertises an IPv4 or IPv6 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP). You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time. We recommend that you stop advertising the BYOIP CIDR from other locations when you advertise it from Amazon Web Services. To minimize down time, you can configure your Amazon Web Services resources to use an address from a BYOIP CIDR before it is advertised, and then simultaneously stop advertising it from the current location and start advertising it through Amazon Web Services. It can take a few minutes before traffic to the specified addresses starts routing to Amazon Web Services because of BGP propagation delays. To stop advertising the BYOIP CIDR, use WithdrawByoipCidr.
|
|
65
65
|
*/
|
|
66
66
|
advertiseByoipCidr(params: EC2.Types.AdvertiseByoipCidrRequest, callback?: (err: AWSError, data: EC2.Types.AdvertiseByoipCidrResult) => void): Request<EC2.Types.AdvertiseByoipCidrResult, AWSError>;
|
|
67
67
|
/**
|
|
68
|
-
* Advertises an IPv4 or IPv6 address range that is provisioned for use with your
|
|
68
|
+
* Advertises an IPv4 or IPv6 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP). You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time. We recommend that you stop advertising the BYOIP CIDR from other locations when you advertise it from Amazon Web Services. To minimize down time, you can configure your Amazon Web Services resources to use an address from a BYOIP CIDR before it is advertised, and then simultaneously stop advertising it from the current location and start advertising it through Amazon Web Services. It can take a few minutes before traffic to the specified addresses starts routing to Amazon Web Services because of BGP propagation delays. To stop advertising the BYOIP CIDR, use WithdrawByoipCidr.
|
|
69
69
|
*/
|
|
70
70
|
advertiseByoipCidr(callback?: (err: AWSError, data: EC2.Types.AdvertiseByoipCidrResult) => void): Request<EC2.Types.AdvertiseByoipCidrResult, AWSError>;
|
|
71
71
|
/**
|
|
72
|
-
* Allocates an Elastic IP address to your
|
|
72
|
+
* Allocates an Elastic IP address to your account. After you allocate the Elastic IP address you can associate it with an instance or network interface. After you release an Elastic IP address, it is released to the IP address pool and can be allocated to a different account. You can allocate an Elastic IP address from an address pool owned by Amazon Web Services or from an address pool created from a public IPv4 address range that you have brought to Amazon Web Services for use with your Amazon Web Services resources using bring your own IP addresses (BYOIP). For more information, see Bring Your Own IP Addresses (BYOIP) in the Amazon Elastic Compute Cloud User Guide. [EC2-VPC] If you release an Elastic IP address, you might be able to recover it. You cannot recover an Elastic IP address that you released after it is allocated to another account. You cannot recover an Elastic IP address for EC2-Classic. To attempt to recover an Elastic IP address that you released, specify it in this operation. An Elastic IP address is for use either in the EC2-Classic platform or in a VPC. By default, you can allocate 5 Elastic IP addresses for EC2-Classic per Region and 5 Elastic IP addresses for EC2-VPC per Region. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide. You can allocate a carrier IP address which is a public IP address from a telecommunication carrier, to a network interface which resides in a subnet in a Wavelength Zone (for example an EC2 instance).
|
|
73
73
|
*/
|
|
74
74
|
allocateAddress(params: EC2.Types.AllocateAddressRequest, callback?: (err: AWSError, data: EC2.Types.AllocateAddressResult) => void): Request<EC2.Types.AllocateAddressResult, AWSError>;
|
|
75
75
|
/**
|
|
76
|
-
* Allocates an Elastic IP address to your
|
|
76
|
+
* Allocates an Elastic IP address to your account. After you allocate the Elastic IP address you can associate it with an instance or network interface. After you release an Elastic IP address, it is released to the IP address pool and can be allocated to a different account. You can allocate an Elastic IP address from an address pool owned by Amazon Web Services or from an address pool created from a public IPv4 address range that you have brought to Amazon Web Services for use with your Amazon Web Services resources using bring your own IP addresses (BYOIP). For more information, see Bring Your Own IP Addresses (BYOIP) in the Amazon Elastic Compute Cloud User Guide. [EC2-VPC] If you release an Elastic IP address, you might be able to recover it. You cannot recover an Elastic IP address that you released after it is allocated to another account. You cannot recover an Elastic IP address for EC2-Classic. To attempt to recover an Elastic IP address that you released, specify it in this operation. An Elastic IP address is for use either in the EC2-Classic platform or in a VPC. By default, you can allocate 5 Elastic IP addresses for EC2-Classic per Region and 5 Elastic IP addresses for EC2-VPC per Region. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide. You can allocate a carrier IP address which is a public IP address from a telecommunication carrier, to a network interface which resides in a subnet in a Wavelength Zone (for example an EC2 instance).
|
|
77
77
|
*/
|
|
78
78
|
allocateAddress(callback?: (err: AWSError, data: EC2.Types.AllocateAddressResult) => void): Request<EC2.Types.AllocateAddressResult, AWSError>;
|
|
79
79
|
/**
|
|
@@ -180,6 +180,14 @@ declare class EC2 extends Service {
|
|
|
180
180
|
* Associates the specified attachment with the specified transit gateway route table. You can associate only one route table with an attachment.
|
|
181
181
|
*/
|
|
182
182
|
associateTransitGatewayRouteTable(callback?: (err: AWSError, data: EC2.Types.AssociateTransitGatewayRouteTableResult) => void): Request<EC2.Types.AssociateTransitGatewayRouteTableResult, AWSError>;
|
|
183
|
+
/**
|
|
184
|
+
* Associates a branch network interface with a trunk network interface. Before you create the association, run the create-network-interface command and set --interface-type to trunk. You must also create a network interface for each branch network interface that you want to associate with the trunk network interface. For more information, see Network interface trunking in the Amazon Elastic Compute Cloud User Guide.
|
|
185
|
+
*/
|
|
186
|
+
associateTrunkInterface(params: EC2.Types.AssociateTrunkInterfaceRequest, callback?: (err: AWSError, data: EC2.Types.AssociateTrunkInterfaceResult) => void): Request<EC2.Types.AssociateTrunkInterfaceResult, AWSError>;
|
|
187
|
+
/**
|
|
188
|
+
* Associates a branch network interface with a trunk network interface. Before you create the association, run the create-network-interface command and set --interface-type to trunk. You must also create a network interface for each branch network interface that you want to associate with the trunk network interface. For more information, see Network interface trunking in the Amazon Elastic Compute Cloud User Guide.
|
|
189
|
+
*/
|
|
190
|
+
associateTrunkInterface(callback?: (err: AWSError, data: EC2.Types.AssociateTrunkInterfaceResult) => void): Request<EC2.Types.AssociateTrunkInterfaceResult, AWSError>;
|
|
183
191
|
/**
|
|
184
192
|
* Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP). The IPv6 CIDR block size is fixed at /56. You must specify one of the following in the request: an IPv4 CIDR block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block. For more information about associating CIDR blocks with your VPC and applicable restrictions, see VPC and Subnet Sizing in the Amazon Virtual Private Cloud User Guide.
|
|
185
193
|
*/
|
|
@@ -565,11 +573,11 @@ declare class EC2 extends Service {
|
|
|
565
573
|
*/
|
|
566
574
|
createNetworkInterface(callback?: (err: AWSError, data: EC2.Types.CreateNetworkInterfaceResult) => void): Request<EC2.Types.CreateNetworkInterfaceResult, AWSError>;
|
|
567
575
|
/**
|
|
568
|
-
* Grants an
|
|
576
|
+
* Grants an Amazon Web Services-authorized account permission to attach the specified network interface to an instance in their account. You can grant permission to a single account only, and only one account at a time.
|
|
569
577
|
*/
|
|
570
578
|
createNetworkInterfacePermission(params: EC2.Types.CreateNetworkInterfacePermissionRequest, callback?: (err: AWSError, data: EC2.Types.CreateNetworkInterfacePermissionResult) => void): Request<EC2.Types.CreateNetworkInterfacePermissionResult, AWSError>;
|
|
571
579
|
/**
|
|
572
|
-
* Grants an
|
|
580
|
+
* Grants an Amazon Web Services-authorized account permission to attach the specified network interface to an instance in their account. You can grant permission to a single account only, and only one account at a time.
|
|
573
581
|
*/
|
|
574
582
|
createNetworkInterfacePermission(callback?: (err: AWSError, data: EC2.Types.CreateNetworkInterfacePermissionResult) => void): Request<EC2.Types.CreateNetworkInterfacePermissionResult, AWSError>;
|
|
575
583
|
/**
|
|
@@ -1285,11 +1293,11 @@ declare class EC2 extends Service {
|
|
|
1285
1293
|
*/
|
|
1286
1294
|
deleteVpnGateway(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
1287
1295
|
/**
|
|
1288
|
-
* Releases the specified address range that you provisioned for use with your
|
|
1296
|
+
* Releases the specified address range that you provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool. Before you can release an address range, you must stop advertising it using WithdrawByoipCidr and you must not have any IP addresses allocated from its address range.
|
|
1289
1297
|
*/
|
|
1290
1298
|
deprovisionByoipCidr(params: EC2.Types.DeprovisionByoipCidrRequest, callback?: (err: AWSError, data: EC2.Types.DeprovisionByoipCidrResult) => void): Request<EC2.Types.DeprovisionByoipCidrResult, AWSError>;
|
|
1291
1299
|
/**
|
|
1292
|
-
* Releases the specified address range that you provisioned for use with your
|
|
1300
|
+
* Releases the specified address range that you provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool. Before you can release an address range, you must stop advertising it using WithdrawByoipCidr and you must not have any IP addresses allocated from its address range.
|
|
1293
1301
|
*/
|
|
1294
1302
|
deprovisionByoipCidr(callback?: (err: AWSError, data: EC2.Types.DeprovisionByoipCidrResult) => void): Request<EC2.Types.DeprovisionByoipCidrResult, AWSError>;
|
|
1295
1303
|
/**
|
|
@@ -1789,11 +1797,11 @@ declare class EC2 extends Service {
|
|
|
1789
1797
|
*/
|
|
1790
1798
|
describeLocalGateways(callback?: (err: AWSError, data: EC2.Types.DescribeLocalGatewaysResult) => void): Request<EC2.Types.DescribeLocalGatewaysResult, AWSError>;
|
|
1791
1799
|
/**
|
|
1792
|
-
* Describes your managed prefix lists and any
|
|
1800
|
+
* Describes your managed prefix lists and any Amazon Web Services-managed prefix lists. To view the entries for your prefix list, use GetManagedPrefixListEntries.
|
|
1793
1801
|
*/
|
|
1794
1802
|
describeManagedPrefixLists(params: EC2.Types.DescribeManagedPrefixListsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeManagedPrefixListsResult) => void): Request<EC2.Types.DescribeManagedPrefixListsResult, AWSError>;
|
|
1795
1803
|
/**
|
|
1796
|
-
* Describes your managed prefix lists and any
|
|
1804
|
+
* Describes your managed prefix lists and any Amazon Web Services-managed prefix lists. To view the entries for your prefix list, use GetManagedPrefixListEntries.
|
|
1797
1805
|
*/
|
|
1798
1806
|
describeManagedPrefixLists(callback?: (err: AWSError, data: EC2.Types.DescribeManagedPrefixListsResult) => void): Request<EC2.Types.DescribeManagedPrefixListsResult, AWSError>;
|
|
1799
1807
|
/**
|
|
@@ -1869,11 +1877,11 @@ declare class EC2 extends Service {
|
|
|
1869
1877
|
*/
|
|
1870
1878
|
describePlacementGroups(callback?: (err: AWSError, data: EC2.Types.DescribePlacementGroupsResult) => void): Request<EC2.Types.DescribePlacementGroupsResult, AWSError>;
|
|
1871
1879
|
/**
|
|
1872
|
-
* Describes available
|
|
1880
|
+
* Describes available Amazon Web Services services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service. We recommend that you use DescribeManagedPrefixLists instead.
|
|
1873
1881
|
*/
|
|
1874
1882
|
describePrefixLists(params: EC2.Types.DescribePrefixListsRequest, callback?: (err: AWSError, data: EC2.Types.DescribePrefixListsResult) => void): Request<EC2.Types.DescribePrefixListsResult, AWSError>;
|
|
1875
1883
|
/**
|
|
1876
|
-
* Describes available
|
|
1884
|
+
* Describes available Amazon Web Services services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service. We recommend that you use DescribeManagedPrefixLists instead.
|
|
1877
1885
|
*/
|
|
1878
1886
|
describePrefixLists(callback?: (err: AWSError, data: EC2.Types.DescribePrefixListsResult) => void): Request<EC2.Types.DescribePrefixListsResult, AWSError>;
|
|
1879
1887
|
/**
|
|
@@ -2164,6 +2172,14 @@ declare class EC2 extends Service {
|
|
|
2164
2172
|
* Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.
|
|
2165
2173
|
*/
|
|
2166
2174
|
describeTransitGateways(callback?: (err: AWSError, data: EC2.Types.DescribeTransitGatewaysResult) => void): Request<EC2.Types.DescribeTransitGatewaysResult, AWSError>;
|
|
2175
|
+
/**
|
|
2176
|
+
* Describes one or more network interface trunk associations.
|
|
2177
|
+
*/
|
|
2178
|
+
describeTrunkInterfaceAssociations(params: EC2.Types.DescribeTrunkInterfaceAssociationsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeTrunkInterfaceAssociationsResult) => void): Request<EC2.Types.DescribeTrunkInterfaceAssociationsResult, AWSError>;
|
|
2179
|
+
/**
|
|
2180
|
+
* Describes one or more network interface trunk associations.
|
|
2181
|
+
*/
|
|
2182
|
+
describeTrunkInterfaceAssociations(callback?: (err: AWSError, data: EC2.Types.DescribeTrunkInterfaceAssociationsResult) => void): Request<EC2.Types.DescribeTrunkInterfaceAssociationsResult, AWSError>;
|
|
2167
2183
|
/**
|
|
2168
2184
|
* Describes the specified attribute of the specified volume. You can specify only one attribute at a time. For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.
|
|
2169
2185
|
*/
|
|
@@ -2468,6 +2484,14 @@ declare class EC2 extends Service {
|
|
|
2468
2484
|
* Disassociates a resource attachment from a transit gateway route table.
|
|
2469
2485
|
*/
|
|
2470
2486
|
disassociateTransitGatewayRouteTable(callback?: (err: AWSError, data: EC2.Types.DisassociateTransitGatewayRouteTableResult) => void): Request<EC2.Types.DisassociateTransitGatewayRouteTableResult, AWSError>;
|
|
2487
|
+
/**
|
|
2488
|
+
* Removes an association between a branch network interface with a trunk network interface.
|
|
2489
|
+
*/
|
|
2490
|
+
disassociateTrunkInterface(params: EC2.Types.DisassociateTrunkInterfaceRequest, callback?: (err: AWSError, data: EC2.Types.DisassociateTrunkInterfaceResult) => void): Request<EC2.Types.DisassociateTrunkInterfaceResult, AWSError>;
|
|
2491
|
+
/**
|
|
2492
|
+
* Removes an association between a branch network interface with a trunk network interface.
|
|
2493
|
+
*/
|
|
2494
|
+
disassociateTrunkInterface(callback?: (err: AWSError, data: EC2.Types.DisassociateTrunkInterfaceResult) => void): Request<EC2.Types.DisassociateTrunkInterfaceResult, AWSError>;
|
|
2471
2495
|
/**
|
|
2472
2496
|
* Disassociates a CIDR block from a VPC. To disassociate the CIDR block, you must specify its association ID. You can get the association ID by using DescribeVpcs. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it. You cannot disassociate the CIDR block with which you originally created the VPC (the primary CIDR block).
|
|
2473
2497
|
*/
|
|
@@ -3181,11 +3205,11 @@ declare class EC2 extends Service {
|
|
|
3181
3205
|
*/
|
|
3182
3206
|
moveAddressToVpc(callback?: (err: AWSError, data: EC2.Types.MoveAddressToVpcResult) => void): Request<EC2.Types.MoveAddressToVpcResult, AWSError>;
|
|
3183
3207
|
/**
|
|
3184
|
-
* Provisions an IPv4 or IPv6 address range for use with your
|
|
3208
|
+
* Provisions an IPv4 or IPv6 address range for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned, it is ready to be advertised using AdvertiseByoipCidr. Amazon Web Services verifies that you own the address range and are authorized to advertise it. You must ensure that the address range is registered to you and that you created an RPKI ROA to authorize Amazon ASNs 16509 and 14618 to advertise the address range. For more information, see Bring your own IP addresses (BYOIP) in the Amazon Elastic Compute Cloud User Guide. Provisioning an address range is an asynchronous operation, so the call returns immediately, but the address range is not ready to use until its status changes from pending-provision to provisioned. To monitor the status of an address range, use DescribeByoipCidrs. To allocate an Elastic IP address from your IPv4 address pool, use AllocateAddress with either the specific address from the address pool or the ID of the address pool.
|
|
3185
3209
|
*/
|
|
3186
3210
|
provisionByoipCidr(params: EC2.Types.ProvisionByoipCidrRequest, callback?: (err: AWSError, data: EC2.Types.ProvisionByoipCidrResult) => void): Request<EC2.Types.ProvisionByoipCidrResult, AWSError>;
|
|
3187
3211
|
/**
|
|
3188
|
-
* Provisions an IPv4 or IPv6 address range for use with your
|
|
3212
|
+
* Provisions an IPv4 or IPv6 address range for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned, it is ready to be advertised using AdvertiseByoipCidr. Amazon Web Services verifies that you own the address range and are authorized to advertise it. You must ensure that the address range is registered to you and that you created an RPKI ROA to authorize Amazon ASNs 16509 and 14618 to advertise the address range. For more information, see Bring your own IP addresses (BYOIP) in the Amazon Elastic Compute Cloud User Guide. Provisioning an address range is an asynchronous operation, so the call returns immediately, but the address range is not ready to use until its status changes from pending-provision to provisioned. To monitor the status of an address range, use DescribeByoipCidrs. To allocate an Elastic IP address from your IPv4 address pool, use AllocateAddress with either the specific address from the address pool or the ID of the address pool.
|
|
3189
3213
|
*/
|
|
3190
3214
|
provisionByoipCidr(callback?: (err: AWSError, data: EC2.Types.ProvisionByoipCidrResult) => void): Request<EC2.Types.ProvisionByoipCidrResult, AWSError>;
|
|
3191
3215
|
/**
|
|
@@ -3293,11 +3317,11 @@ declare class EC2 extends Service {
|
|
|
3293
3317
|
*/
|
|
3294
3318
|
rejectVpcPeeringConnection(callback?: (err: AWSError, data: EC2.Types.RejectVpcPeeringConnectionResult) => void): Request<EC2.Types.RejectVpcPeeringConnectionResult, AWSError>;
|
|
3295
3319
|
/**
|
|
3296
|
-
* Releases the specified Elastic IP address. [EC2-Classic, default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with. To disassociate an Elastic IP address without releasing it, use DisassociateAddress. [Nondefault VPC] You must use DisassociateAddress to disassociate the Elastic IP address before you can release it. Otherwise, Amazon EC2 returns an error (InvalidIPAddress.InUse). After releasing an Elastic IP address, it is released to the IP address pool. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you'll get an AuthFailure error if the address is already allocated to another
|
|
3320
|
+
* Releases the specified Elastic IP address. [EC2-Classic, default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with. To disassociate an Elastic IP address without releasing it, use DisassociateAddress. [Nondefault VPC] You must use DisassociateAddress to disassociate the Elastic IP address before you can release it. Otherwise, Amazon EC2 returns an error (InvalidIPAddress.InUse). After releasing an Elastic IP address, it is released to the IP address pool. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you'll get an AuthFailure error if the address is already allocated to another account. [EC2-VPC] After you release an Elastic IP address for use in a VPC, you might be able to recover it. For more information, see AllocateAddress.
|
|
3297
3321
|
*/
|
|
3298
3322
|
releaseAddress(params: EC2.Types.ReleaseAddressRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
3299
3323
|
/**
|
|
3300
|
-
* Releases the specified Elastic IP address. [EC2-Classic, default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with. To disassociate an Elastic IP address without releasing it, use DisassociateAddress. [Nondefault VPC] You must use DisassociateAddress to disassociate the Elastic IP address before you can release it. Otherwise, Amazon EC2 returns an error (InvalidIPAddress.InUse). After releasing an Elastic IP address, it is released to the IP address pool. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you'll get an AuthFailure error if the address is already allocated to another
|
|
3324
|
+
* Releases the specified Elastic IP address. [EC2-Classic, default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with. To disassociate an Elastic IP address without releasing it, use DisassociateAddress. [Nondefault VPC] You must use DisassociateAddress to disassociate the Elastic IP address before you can release it. Otherwise, Amazon EC2 returns an error (InvalidIPAddress.InUse). After releasing an Elastic IP address, it is released to the IP address pool. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you'll get an AuthFailure error if the address is already allocated to another account. [EC2-VPC] After you release an Elastic IP address for use in a VPC, you might be able to recover it. For more information, see AllocateAddress.
|
|
3301
3325
|
*/
|
|
3302
3326
|
releaseAddress(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
3303
3327
|
/**
|
|
@@ -3613,11 +3637,11 @@ declare class EC2 extends Service {
|
|
|
3613
3637
|
*/
|
|
3614
3638
|
updateSecurityGroupRuleDescriptionsIngress(callback?: (err: AWSError, data: EC2.Types.UpdateSecurityGroupRuleDescriptionsIngressResult) => void): Request<EC2.Types.UpdateSecurityGroupRuleDescriptionsIngressResult, AWSError>;
|
|
3615
3639
|
/**
|
|
3616
|
-
* Stops advertising an address range that is provisioned as an address pool. You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time. It can take a few minutes before traffic to the specified addresses stops routing to
|
|
3640
|
+
* Stops advertising an address range that is provisioned as an address pool. You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time. It can take a few minutes before traffic to the specified addresses stops routing to Amazon Web Services because of BGP propagation delays.
|
|
3617
3641
|
*/
|
|
3618
3642
|
withdrawByoipCidr(params: EC2.Types.WithdrawByoipCidrRequest, callback?: (err: AWSError, data: EC2.Types.WithdrawByoipCidrResult) => void): Request<EC2.Types.WithdrawByoipCidrResult, AWSError>;
|
|
3619
3643
|
/**
|
|
3620
|
-
* Stops advertising an address range that is provisioned as an address pool. You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time. It can take a few minutes before traffic to the specified addresses stops routing to
|
|
3644
|
+
* Stops advertising an address range that is provisioned as an address pool. You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time. It can take a few minutes before traffic to the specified addresses stops routing to Amazon Web Services because of BGP propagation delays.
|
|
3621
3645
|
*/
|
|
3622
3646
|
withdrawByoipCidr(callback?: (err: AWSError, data: EC2.Types.WithdrawByoipCidrResult) => void): Request<EC2.Types.WithdrawByoipCidrResult, AWSError>;
|
|
3623
3647
|
/**
|
|
@@ -4064,7 +4088,7 @@ declare namespace EC2 {
|
|
|
4064
4088
|
*/
|
|
4065
4089
|
NetworkInterfaceId?: String;
|
|
4066
4090
|
/**
|
|
4067
|
-
* The ID of the
|
|
4091
|
+
* The ID of the account that owns the network interface.
|
|
4068
4092
|
*/
|
|
4069
4093
|
NetworkInterfaceOwnerId?: String;
|
|
4070
4094
|
/**
|
|
@@ -4171,7 +4195,7 @@ declare namespace EC2 {
|
|
|
4171
4195
|
*/
|
|
4172
4196
|
PublicIp?: String;
|
|
4173
4197
|
/**
|
|
4174
|
-
* [EC2-VPC] The ID that
|
|
4198
|
+
* [EC2-VPC] The ID that Amazon Web Services assigns to represent the allocation of the Elastic IP address for use with instances in a VPC.
|
|
4175
4199
|
*/
|
|
4176
4200
|
AllocationId?: String;
|
|
4177
4201
|
/**
|
|
@@ -4725,6 +4749,42 @@ declare namespace EC2 {
|
|
|
4725
4749
|
*/
|
|
4726
4750
|
Association?: TransitGatewayAssociation;
|
|
4727
4751
|
}
|
|
4752
|
+
export interface AssociateTrunkInterfaceRequest {
|
|
4753
|
+
/**
|
|
4754
|
+
* The ID of the branch network interface.
|
|
4755
|
+
*/
|
|
4756
|
+
BranchInterfaceId: NetworkInterfaceId;
|
|
4757
|
+
/**
|
|
4758
|
+
* The ID of the trunk network interface.
|
|
4759
|
+
*/
|
|
4760
|
+
TrunkInterfaceId: NetworkInterfaceId;
|
|
4761
|
+
/**
|
|
4762
|
+
* The ID of the VLAN. This applies to the VLAN protocol.
|
|
4763
|
+
*/
|
|
4764
|
+
VlanId?: Integer;
|
|
4765
|
+
/**
|
|
4766
|
+
* The application key. This applies to the GRE protocol.
|
|
4767
|
+
*/
|
|
4768
|
+
GreKey?: Integer;
|
|
4769
|
+
/**
|
|
4770
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
|
|
4771
|
+
*/
|
|
4772
|
+
ClientToken?: String;
|
|
4773
|
+
/**
|
|
4774
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
|
4775
|
+
*/
|
|
4776
|
+
DryRun?: Boolean;
|
|
4777
|
+
}
|
|
4778
|
+
export interface AssociateTrunkInterfaceResult {
|
|
4779
|
+
/**
|
|
4780
|
+
* Information about the association between the trunk network interface and branch network interface.
|
|
4781
|
+
*/
|
|
4782
|
+
InterfaceAssociation?: TrunkInterfaceAssociation;
|
|
4783
|
+
/**
|
|
4784
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
|
|
4785
|
+
*/
|
|
4786
|
+
ClientToken?: String;
|
|
4787
|
+
}
|
|
4728
4788
|
export interface AssociateVpcCidrBlockRequest {
|
|
4729
4789
|
/**
|
|
4730
4790
|
* Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.
|
|
@@ -7296,11 +7356,11 @@ declare namespace EC2 {
|
|
|
7296
7356
|
*/
|
|
7297
7357
|
NetworkInterfaceId: NetworkInterfaceId;
|
|
7298
7358
|
/**
|
|
7299
|
-
* The
|
|
7359
|
+
* The account ID.
|
|
7300
7360
|
*/
|
|
7301
7361
|
AwsAccountId?: String;
|
|
7302
7362
|
/**
|
|
7303
|
-
* The
|
|
7363
|
+
* The Amazon Web Service. Currently not supported.
|
|
7304
7364
|
*/
|
|
7305
7365
|
AwsService?: String;
|
|
7306
7366
|
/**
|
|
@@ -7352,7 +7412,7 @@ declare namespace EC2 {
|
|
|
7352
7412
|
*/
|
|
7353
7413
|
SecondaryPrivateIpAddressCount?: Integer;
|
|
7354
7414
|
/**
|
|
7355
|
-
* Indicates the type of network interface. To create an Elastic Fabric Adapter (EFA), specify efa. For more information, see Elastic Fabric Adapter in the Amazon Elastic Compute Cloud User Guide.
|
|
7415
|
+
* Indicates the type of network interface. To create an Elastic Fabric Adapter (EFA), specify efa. For more information, see Elastic Fabric Adapter in the Amazon Elastic Compute Cloud User Guide. To create a trunk network interface, specify efa. For more information, see Network interface trunking in the Amazon Elastic Compute Cloud User Guide.
|
|
7356
7416
|
*/
|
|
7357
7417
|
InterfaceType?: NetworkInterfaceCreationType;
|
|
7358
7418
|
/**
|
|
@@ -9681,7 +9741,7 @@ declare namespace EC2 {
|
|
|
9681
9741
|
}
|
|
9682
9742
|
export interface DescribeAddressesRequest {
|
|
9683
9743
|
/**
|
|
9684
|
-
* One or more filters. Filter names and values are case-sensitive. allocation-id - [EC2-VPC] The allocation ID for the address. association-id - [EC2-VPC] The association ID for the address. domain - Indicates whether the address is for use in EC2-Classic (standard) or in a VPC (vpc). instance-id - The ID of the instance the address is associated with, if any. network-border-group - A unique set of Availability Zones, Local Zones, or Wavelength Zones from where
|
|
9744
|
+
* One or more filters. Filter names and values are case-sensitive. allocation-id - [EC2-VPC] The allocation ID for the address. association-id - [EC2-VPC] The association ID for the address. domain - Indicates whether the address is for use in EC2-Classic (standard) or in a VPC (vpc). instance-id - The ID of the instance the address is associated with, if any. network-border-group - A unique set of Availability Zones, Local Zones, or Wavelength Zones from where Amazon Web Services advertises IP addresses. network-interface-id - [EC2-VPC] The ID of the network interface that the address is associated with, if any. network-interface-owner-id - The account ID of the owner. private-ip-address - [EC2-VPC] The private IP address associated with the Elastic IP address. public-ip - The Elastic IP address, or the carrier IP address. 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.
|
|
9685
9745
|
*/
|
|
9686
9746
|
Filters?: FilterList;
|
|
9687
9747
|
/**
|
|
@@ -11670,7 +11730,7 @@ declare namespace EC2 {
|
|
|
11670
11730
|
*/
|
|
11671
11731
|
NetworkInterfacePermissionIds?: NetworkInterfacePermissionIdList;
|
|
11672
11732
|
/**
|
|
11673
|
-
* One or more filters. network-interface-permission.network-interface-permission-id - The ID of the permission. network-interface-permission.network-interface-id - The ID of the network interface. network-interface-permission.aws-account-id - The
|
|
11733
|
+
* One or more filters. network-interface-permission.network-interface-permission-id - The ID of the permission. network-interface-permission.network-interface-id - The ID of the network interface. network-interface-permission.aws-account-id - The account ID. network-interface-permission.aws-service - The Amazon Web Service. network-interface-permission.permission - The type of permission (INSTANCE-ATTACH | EIP-ASSOCIATE).
|
|
11674
11734
|
*/
|
|
11675
11735
|
Filters?: FilterList;
|
|
11676
11736
|
/**
|
|
@@ -11695,7 +11755,7 @@ declare namespace EC2 {
|
|
|
11695
11755
|
export type DescribeNetworkInterfacesMaxResults = number;
|
|
11696
11756
|
export interface DescribeNetworkInterfacesRequest {
|
|
11697
11757
|
/**
|
|
11698
|
-
* One or more filters. addresses.private-ip-address - The private IPv4 addresses associated with the network interface. addresses.primary - Whether the private IPv4 address is the primary IP address associated with the network interface. addresses.association.public-ip - The association ID returned when the network interface was associated with the Elastic IP address (IPv4). addresses.association.owner-id - The owner ID of the addresses associated with the network interface. association.association-id - The association ID returned when the network interface was associated with an IPv4 address. association.allocation-id - The allocation ID returned when you allocated the Elastic IP address (IPv4) for your network interface. association.ip-owner-id - The owner of the Elastic IP address (IPv4) associated with the network interface. association.public-ip - The address of the Elastic IP address (IPv4) bound to the network interface. association.public-dns-name - The public DNS name for the network interface (IPv4). attachment.attachment-id - The ID of the interface attachment. attachment.attach-time - The time that the network interface was attached to an instance. attachment.delete-on-termination - Indicates whether the attachment is deleted when an instance is terminated. attachment.device-index - The device index to which the network interface is attached. attachment.instance-id - The ID of the instance to which the network interface is attached. attachment.instance-owner-id - The owner ID of the instance to which the network interface is attached. attachment.status - The status of the attachment (attaching | attached | detaching | detached). availability-zone - The Availability Zone of the network interface. description - The description of the network interface. group-id - The ID of a security group associated with the network interface. group-name - The name of a security group associated with the network interface. ipv6-addresses.ipv6-address - An IPv6 address associated with the network interface. mac-address - The MAC address of the network interface. network-interface-id - The ID of the network interface. owner-id - The
|
|
11758
|
+
* One or more filters. addresses.private-ip-address - The private IPv4 addresses associated with the network interface. addresses.primary - Whether the private IPv4 address is the primary IP address associated with the network interface. addresses.association.public-ip - The association ID returned when the network interface was associated with the Elastic IP address (IPv4). addresses.association.owner-id - The owner ID of the addresses associated with the network interface. association.association-id - The association ID returned when the network interface was associated with an IPv4 address. association.allocation-id - The allocation ID returned when you allocated the Elastic IP address (IPv4) for your network interface. association.ip-owner-id - The owner of the Elastic IP address (IPv4) associated with the network interface. association.public-ip - The address of the Elastic IP address (IPv4) bound to the network interface. association.public-dns-name - The public DNS name for the network interface (IPv4). attachment.attachment-id - The ID of the interface attachment. attachment.attach-time - The time that the network interface was attached to an instance. attachment.delete-on-termination - Indicates whether the attachment is deleted when an instance is terminated. attachment.device-index - The device index to which the network interface is attached. attachment.instance-id - The ID of the instance to which the network interface is attached. attachment.instance-owner-id - The owner ID of the instance to which the network interface is attached. attachment.status - The status of the attachment (attaching | attached | detaching | detached). availability-zone - The Availability Zone of the network interface. description - The description of the network interface. group-id - The ID of a security group associated with the network interface. group-name - The name of a security group associated with the network interface. ipv6-addresses.ipv6-address - An IPv6 address associated with the network interface. mac-address - The MAC address of the network interface. network-interface-id - The ID of the network interface. owner-id - The account ID of the network interface owner. private-ip-address - The private IPv4 address or addresses of the network interface. private-dns-name - The private DNS name of the network interface (IPv4). requester-id - The alias or account ID of the principal or service that created the network interface. requester-managed - Indicates whether the network interface is being managed by an Amazon Web Service (for example, Management Console, Auto Scaling, and so on). source-dest-check - Indicates whether the network interface performs source/destination checking. A value of true means checking is enabled, and false means checking is disabled. The value must be false for the network interface to perform network address translation (NAT) in your VPC. status - The status of the network interface. If the network interface is not attached to an instance, the status is available; if a network interface is attached to an instance the status is in-use. subnet-id - The ID of the subnet for the network interface. 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 interface.
|
|
11699
11759
|
*/
|
|
11700
11760
|
Filters?: FilterList;
|
|
11701
11761
|
/**
|
|
@@ -12952,6 +13012,39 @@ declare namespace EC2 {
|
|
|
12952
13012
|
*/
|
|
12953
13013
|
NextToken?: String;
|
|
12954
13014
|
}
|
|
13015
|
+
export type DescribeTrunkInterfaceAssociationsMaxResults = number;
|
|
13016
|
+
export interface DescribeTrunkInterfaceAssociationsRequest {
|
|
13017
|
+
/**
|
|
13018
|
+
* The IDs of the associations.
|
|
13019
|
+
*/
|
|
13020
|
+
AssociationIds?: TrunkInterfaceAssociationIdList;
|
|
13021
|
+
/**
|
|
13022
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
|
13023
|
+
*/
|
|
13024
|
+
DryRun?: Boolean;
|
|
13025
|
+
/**
|
|
13026
|
+
* One or more filters. gre-key - The ID of a trunk interface association. interface-protocol - The interface protocol. Valid values are VLAN and GRE.
|
|
13027
|
+
*/
|
|
13028
|
+
Filters?: FilterList;
|
|
13029
|
+
/**
|
|
13030
|
+
* The token for the next page of results.
|
|
13031
|
+
*/
|
|
13032
|
+
NextToken?: String;
|
|
13033
|
+
/**
|
|
13034
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
13035
|
+
*/
|
|
13036
|
+
MaxResults?: DescribeTrunkInterfaceAssociationsMaxResults;
|
|
13037
|
+
}
|
|
13038
|
+
export interface DescribeTrunkInterfaceAssociationsResult {
|
|
13039
|
+
/**
|
|
13040
|
+
* Information about the trunk associations.
|
|
13041
|
+
*/
|
|
13042
|
+
InterfaceAssociations?: TrunkInterfaceAssociationList;
|
|
13043
|
+
/**
|
|
13044
|
+
* The token to use to retrieve the next page of results. This value is null when there are no more results to return.
|
|
13045
|
+
*/
|
|
13046
|
+
NextToken?: String;
|
|
13047
|
+
}
|
|
12955
13048
|
export interface DescribeVolumeAttributeRequest {
|
|
12956
13049
|
/**
|
|
12957
13050
|
* The attribute of the volume. This parameter is required.
|
|
@@ -13923,6 +14016,30 @@ declare namespace EC2 {
|
|
|
13923
14016
|
*/
|
|
13924
14017
|
Association?: TransitGatewayAssociation;
|
|
13925
14018
|
}
|
|
14019
|
+
export interface DisassociateTrunkInterfaceRequest {
|
|
14020
|
+
/**
|
|
14021
|
+
* The ID ofthe association
|
|
14022
|
+
*/
|
|
14023
|
+
AssociationId: TrunkInterfaceAssociationId;
|
|
14024
|
+
/**
|
|
14025
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
|
|
14026
|
+
*/
|
|
14027
|
+
ClientToken?: String;
|
|
14028
|
+
/**
|
|
14029
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
|
14030
|
+
*/
|
|
14031
|
+
DryRun?: Boolean;
|
|
14032
|
+
}
|
|
14033
|
+
export interface DisassociateTrunkInterfaceResult {
|
|
14034
|
+
/**
|
|
14035
|
+
* Returns true if the request succeeds; otherwise, it returns an error.
|
|
14036
|
+
*/
|
|
14037
|
+
Return?: Boolean;
|
|
14038
|
+
/**
|
|
14039
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
|
|
14040
|
+
*/
|
|
14041
|
+
ClientToken?: String;
|
|
14042
|
+
}
|
|
13926
14043
|
export interface DisassociateVpcCidrBlockRequest {
|
|
13927
14044
|
/**
|
|
13928
14045
|
* The association ID for the CIDR block.
|
|
@@ -17665,7 +17782,7 @@ declare namespace EC2 {
|
|
|
17665
17782
|
*/
|
|
17666
17783
|
NetworkInterfaceId?: String;
|
|
17667
17784
|
/**
|
|
17668
|
-
* The ID of the
|
|
17785
|
+
* The ID of the account that created the network interface.
|
|
17669
17786
|
*/
|
|
17670
17787
|
OwnerId?: String;
|
|
17671
17788
|
/**
|
|
@@ -17697,7 +17814,7 @@ declare namespace EC2 {
|
|
|
17697
17814
|
*/
|
|
17698
17815
|
VpcId?: String;
|
|
17699
17816
|
/**
|
|
17700
|
-
* Describes the type of network interface. Valid values: interface | efa
|
|
17817
|
+
* Describes the type of network interface. Valid values: interface | efa | trunk
|
|
17701
17818
|
*/
|
|
17702
17819
|
InterfaceType?: String;
|
|
17703
17820
|
}
|
|
@@ -17796,11 +17913,11 @@ declare namespace EC2 {
|
|
|
17796
17913
|
*/
|
|
17797
17914
|
SubnetId?: String;
|
|
17798
17915
|
/**
|
|
17799
|
-
* Indicates whether to assign a carrier IP address to the network interface. You can only assign a carrier IP address to a network interface that is in a subnet in a Wavelength Zone. For more information about carrier IP addresses, see Carrier IP addresses in the
|
|
17916
|
+
* Indicates whether to assign a carrier IP address to the network interface. You can only assign a carrier IP address to a network interface that is in a subnet in a Wavelength Zone. For more information about carrier IP addresses, see Carrier IP addresses in the Amazon Web Services Wavelength Developer Guide.
|
|
17800
17917
|
*/
|
|
17801
17918
|
AssociateCarrierIpAddress?: Boolean;
|
|
17802
17919
|
/**
|
|
17803
|
-
* The type of network interface. To create an Elastic Fabric Adapter (EFA), specify efa. For more information, see Elastic Fabric Adapter in the Amazon Elastic Compute Cloud User Guide.
|
|
17920
|
+
* The type of network interface. To create an Elastic Fabric Adapter (EFA), specify efa. For more information, see Elastic Fabric Adapter in the Amazon Elastic Compute Cloud User Guide. Valid values: interface | efa
|
|
17804
17921
|
*/
|
|
17805
17922
|
InterfaceType?: String;
|
|
17806
17923
|
/**
|
|
@@ -17973,7 +18090,7 @@ declare namespace EC2 {
|
|
|
17973
18090
|
*/
|
|
17974
18091
|
IncludeAllTagsOfInstance?: Boolean;
|
|
17975
18092
|
}
|
|
17976
|
-
export type InstanceType = "t1.micro"|"t2.nano"|"t2.micro"|"t2.small"|"t2.medium"|"t2.large"|"t2.xlarge"|"t2.2xlarge"|"t3.nano"|"t3.micro"|"t3.small"|"t3.medium"|"t3.large"|"t3.xlarge"|"t3.2xlarge"|"t3a.nano"|"t3a.micro"|"t3a.small"|"t3a.medium"|"t3a.large"|"t3a.xlarge"|"t3a.2xlarge"|"t4g.nano"|"t4g.micro"|"t4g.small"|"t4g.medium"|"t4g.large"|"t4g.xlarge"|"t4g.2xlarge"|"m1.small"|"m1.medium"|"m1.large"|"m1.xlarge"|"m3.medium"|"m3.large"|"m3.xlarge"|"m3.2xlarge"|"m4.large"|"m4.xlarge"|"m4.2xlarge"|"m4.4xlarge"|"m4.10xlarge"|"m4.16xlarge"|"m2.xlarge"|"m2.2xlarge"|"m2.4xlarge"|"cr1.8xlarge"|"r3.large"|"r3.xlarge"|"r3.2xlarge"|"r3.4xlarge"|"r3.8xlarge"|"r4.large"|"r4.xlarge"|"r4.2xlarge"|"r4.4xlarge"|"r4.8xlarge"|"r4.16xlarge"|"r5.large"|"r5.xlarge"|"r5.2xlarge"|"r5.4xlarge"|"r5.8xlarge"|"r5.12xlarge"|"r5.16xlarge"|"r5.24xlarge"|"r5.metal"|"r5a.large"|"r5a.xlarge"|"r5a.2xlarge"|"r5a.4xlarge"|"r5a.8xlarge"|"r5a.12xlarge"|"r5a.16xlarge"|"r5a.24xlarge"|"r5b.large"|"r5b.xlarge"|"r5b.2xlarge"|"r5b.4xlarge"|"r5b.8xlarge"|"r5b.12xlarge"|"r5b.16xlarge"|"r5b.24xlarge"|"r5b.metal"|"r5d.large"|"r5d.xlarge"|"r5d.2xlarge"|"r5d.4xlarge"|"r5d.8xlarge"|"r5d.12xlarge"|"r5d.16xlarge"|"r5d.24xlarge"|"r5d.metal"|"r5ad.large"|"r5ad.xlarge"|"r5ad.2xlarge"|"r5ad.4xlarge"|"r5ad.8xlarge"|"r5ad.12xlarge"|"r5ad.16xlarge"|"r5ad.24xlarge"|"r6g.metal"|"r6g.medium"|"r6g.large"|"r6g.xlarge"|"r6g.2xlarge"|"r6g.4xlarge"|"r6g.8xlarge"|"r6g.12xlarge"|"r6g.16xlarge"|"r6gd.metal"|"r6gd.medium"|"r6gd.large"|"r6gd.xlarge"|"r6gd.2xlarge"|"r6gd.4xlarge"|"r6gd.8xlarge"|"r6gd.12xlarge"|"r6gd.16xlarge"|"x1.16xlarge"|"x1.32xlarge"|"x1e.xlarge"|"x1e.2xlarge"|"x1e.4xlarge"|"x1e.8xlarge"|"x1e.16xlarge"|"x1e.32xlarge"|"i2.xlarge"|"i2.2xlarge"|"i2.4xlarge"|"i2.8xlarge"|"i3.large"|"i3.xlarge"|"i3.2xlarge"|"i3.4xlarge"|"i3.8xlarge"|"i3.16xlarge"|"i3.metal"|"i3en.large"|"i3en.xlarge"|"i3en.2xlarge"|"i3en.3xlarge"|"i3en.6xlarge"|"i3en.12xlarge"|"i3en.24xlarge"|"i3en.metal"|"hi1.4xlarge"|"hs1.8xlarge"|"c1.medium"|"c1.xlarge"|"c3.large"|"c3.xlarge"|"c3.2xlarge"|"c3.4xlarge"|"c3.8xlarge"|"c4.large"|"c4.xlarge"|"c4.2xlarge"|"c4.4xlarge"|"c4.8xlarge"|"c5.large"|"c5.xlarge"|"c5.2xlarge"|"c5.4xlarge"|"c5.9xlarge"|"c5.12xlarge"|"c5.18xlarge"|"c5.24xlarge"|"c5.metal"|"c5a.large"|"c5a.xlarge"|"c5a.2xlarge"|"c5a.4xlarge"|"c5a.8xlarge"|"c5a.12xlarge"|"c5a.16xlarge"|"c5a.24xlarge"|"c5ad.large"|"c5ad.xlarge"|"c5ad.2xlarge"|"c5ad.4xlarge"|"c5ad.8xlarge"|"c5ad.12xlarge"|"c5ad.16xlarge"|"c5ad.24xlarge"|"c5d.large"|"c5d.xlarge"|"c5d.2xlarge"|"c5d.4xlarge"|"c5d.9xlarge"|"c5d.12xlarge"|"c5d.18xlarge"|"c5d.24xlarge"|"c5d.metal"|"c5n.large"|"c5n.xlarge"|"c5n.2xlarge"|"c5n.4xlarge"|"c5n.9xlarge"|"c5n.18xlarge"|"c5n.metal"|"c6g.metal"|"c6g.medium"|"c6g.large"|"c6g.xlarge"|"c6g.2xlarge"|"c6g.4xlarge"|"c6g.8xlarge"|"c6g.12xlarge"|"c6g.16xlarge"|"c6gd.metal"|"c6gd.medium"|"c6gd.large"|"c6gd.xlarge"|"c6gd.2xlarge"|"c6gd.4xlarge"|"c6gd.8xlarge"|"c6gd.12xlarge"|"c6gd.16xlarge"|"c6gn.medium"|"c6gn.large"|"c6gn.xlarge"|"c6gn.2xlarge"|"c6gn.4xlarge"|"c6gn.8xlarge"|"c6gn.12xlarge"|"c6gn.16xlarge"|"cc1.4xlarge"|"cc2.8xlarge"|"g2.2xlarge"|"g2.8xlarge"|"g3.4xlarge"|"g3.8xlarge"|"g3.16xlarge"|"g3s.xlarge"|"g4ad.4xlarge"|"g4ad.8xlarge"|"g4ad.16xlarge"|"g4dn.xlarge"|"g4dn.2xlarge"|"g4dn.4xlarge"|"g4dn.8xlarge"|"g4dn.12xlarge"|"g4dn.16xlarge"|"g4dn.metal"|"cg1.4xlarge"|"p2.xlarge"|"p2.8xlarge"|"p2.16xlarge"|"p3.2xlarge"|"p3.8xlarge"|"p3.16xlarge"|"p3dn.24xlarge"|"p4d.24xlarge"|"d2.xlarge"|"d2.2xlarge"|"d2.4xlarge"|"d2.8xlarge"|"d3.xlarge"|"d3.2xlarge"|"d3.4xlarge"|"d3.8xlarge"|"d3en.xlarge"|"d3en.2xlarge"|"d3en.4xlarge"|"d3en.6xlarge"|"d3en.8xlarge"|"d3en.12xlarge"|"f1.2xlarge"|"f1.4xlarge"|"f1.16xlarge"|"m5.large"|"m5.xlarge"|"m5.2xlarge"|"m5.4xlarge"|"m5.8xlarge"|"m5.12xlarge"|"m5.16xlarge"|"m5.24xlarge"|"m5.metal"|"m5a.large"|"m5a.xlarge"|"m5a.2xlarge"|"m5a.4xlarge"|"m5a.8xlarge"|"m5a.12xlarge"|"m5a.16xlarge"|"m5a.24xlarge"|"m5d.large"|"m5d.xlarge"|"m5d.2xlarge"|"m5d.4xlarge"|"m5d.8xlarge"|"m5d.12xlarge"|"m5d.16xlarge"|"m5d.24xlarge"|"m5d.metal"|"m5ad.large"|"m5ad.xlarge"|"m5ad.2xlarge"|"m5ad.4xlarge"|"m5ad.8xlarge"|"m5ad.12xlarge"|"m5ad.16xlarge"|"m5ad.24xlarge"|"m5zn.large"|"m5zn.xlarge"|"m5zn.2xlarge"|"m5zn.3xlarge"|"m5zn.6xlarge"|"m5zn.12xlarge"|"m5zn.metal"|"h1.2xlarge"|"h1.4xlarge"|"h1.8xlarge"|"h1.16xlarge"|"z1d.large"|"z1d.xlarge"|"z1d.2xlarge"|"z1d.3xlarge"|"z1d.6xlarge"|"z1d.12xlarge"|"z1d.metal"|"u-6tb1.56xlarge"|"u-6tb1.112xlarge"|"u-9tb1.112xlarge"|"u-12tb1.112xlarge"|"u-6tb1.metal"|"u-9tb1.metal"|"u-12tb1.metal"|"u-18tb1.metal"|"u-24tb1.metal"|"a1.medium"|"a1.large"|"a1.xlarge"|"a1.2xlarge"|"a1.4xlarge"|"a1.metal"|"m5dn.large"|"m5dn.xlarge"|"m5dn.2xlarge"|"m5dn.4xlarge"|"m5dn.8xlarge"|"m5dn.12xlarge"|"m5dn.16xlarge"|"m5dn.24xlarge"|"m5n.large"|"m5n.xlarge"|"m5n.2xlarge"|"m5n.4xlarge"|"m5n.8xlarge"|"m5n.12xlarge"|"m5n.16xlarge"|"m5n.24xlarge"|"r5dn.large"|"r5dn.xlarge"|"r5dn.2xlarge"|"r5dn.4xlarge"|"r5dn.8xlarge"|"r5dn.12xlarge"|"r5dn.16xlarge"|"r5dn.24xlarge"|"r5n.large"|"r5n.xlarge"|"r5n.2xlarge"|"r5n.4xlarge"|"r5n.8xlarge"|"r5n.12xlarge"|"r5n.16xlarge"|"r5n.24xlarge"|"inf1.xlarge"|"inf1.2xlarge"|"inf1.6xlarge"|"inf1.24xlarge"|"m6g.metal"|"m6g.medium"|"m6g.large"|"m6g.xlarge"|"m6g.2xlarge"|"m6g.4xlarge"|"m6g.8xlarge"|"m6g.12xlarge"|"m6g.16xlarge"|"m6gd.metal"|"m6gd.medium"|"m6gd.large"|"m6gd.xlarge"|"m6gd.2xlarge"|"m6gd.4xlarge"|"m6gd.8xlarge"|"m6gd.12xlarge"|"m6gd.16xlarge"|"mac1.metal"|"x2gd.medium"|"x2gd.large"|"x2gd.xlarge"|"x2gd.2xlarge"|"x2gd.4xlarge"|"x2gd.8xlarge"|"x2gd.12xlarge"|"x2gd.16xlarge"|"x2gd.metal"|string;
|
|
18093
|
+
export type InstanceType = "t1.micro"|"t2.nano"|"t2.micro"|"t2.small"|"t2.medium"|"t2.large"|"t2.xlarge"|"t2.2xlarge"|"t3.nano"|"t3.micro"|"t3.small"|"t3.medium"|"t3.large"|"t3.xlarge"|"t3.2xlarge"|"t3a.nano"|"t3a.micro"|"t3a.small"|"t3a.medium"|"t3a.large"|"t3a.xlarge"|"t3a.2xlarge"|"t4g.nano"|"t4g.micro"|"t4g.small"|"t4g.medium"|"t4g.large"|"t4g.xlarge"|"t4g.2xlarge"|"m1.small"|"m1.medium"|"m1.large"|"m1.xlarge"|"m3.medium"|"m3.large"|"m3.xlarge"|"m3.2xlarge"|"m4.large"|"m4.xlarge"|"m4.2xlarge"|"m4.4xlarge"|"m4.10xlarge"|"m4.16xlarge"|"m2.xlarge"|"m2.2xlarge"|"m2.4xlarge"|"cr1.8xlarge"|"r3.large"|"r3.xlarge"|"r3.2xlarge"|"r3.4xlarge"|"r3.8xlarge"|"r4.large"|"r4.xlarge"|"r4.2xlarge"|"r4.4xlarge"|"r4.8xlarge"|"r4.16xlarge"|"r5.large"|"r5.xlarge"|"r5.2xlarge"|"r5.4xlarge"|"r5.8xlarge"|"r5.12xlarge"|"r5.16xlarge"|"r5.24xlarge"|"r5.metal"|"r5a.large"|"r5a.xlarge"|"r5a.2xlarge"|"r5a.4xlarge"|"r5a.8xlarge"|"r5a.12xlarge"|"r5a.16xlarge"|"r5a.24xlarge"|"r5b.large"|"r5b.xlarge"|"r5b.2xlarge"|"r5b.4xlarge"|"r5b.8xlarge"|"r5b.12xlarge"|"r5b.16xlarge"|"r5b.24xlarge"|"r5b.metal"|"r5d.large"|"r5d.xlarge"|"r5d.2xlarge"|"r5d.4xlarge"|"r5d.8xlarge"|"r5d.12xlarge"|"r5d.16xlarge"|"r5d.24xlarge"|"r5d.metal"|"r5ad.large"|"r5ad.xlarge"|"r5ad.2xlarge"|"r5ad.4xlarge"|"r5ad.8xlarge"|"r5ad.12xlarge"|"r5ad.16xlarge"|"r5ad.24xlarge"|"r6g.metal"|"r6g.medium"|"r6g.large"|"r6g.xlarge"|"r6g.2xlarge"|"r6g.4xlarge"|"r6g.8xlarge"|"r6g.12xlarge"|"r6g.16xlarge"|"r6gd.metal"|"r6gd.medium"|"r6gd.large"|"r6gd.xlarge"|"r6gd.2xlarge"|"r6gd.4xlarge"|"r6gd.8xlarge"|"r6gd.12xlarge"|"r6gd.16xlarge"|"x1.16xlarge"|"x1.32xlarge"|"x1e.xlarge"|"x1e.2xlarge"|"x1e.4xlarge"|"x1e.8xlarge"|"x1e.16xlarge"|"x1e.32xlarge"|"i2.xlarge"|"i2.2xlarge"|"i2.4xlarge"|"i2.8xlarge"|"i3.large"|"i3.xlarge"|"i3.2xlarge"|"i3.4xlarge"|"i3.8xlarge"|"i3.16xlarge"|"i3.metal"|"i3en.large"|"i3en.xlarge"|"i3en.2xlarge"|"i3en.3xlarge"|"i3en.6xlarge"|"i3en.12xlarge"|"i3en.24xlarge"|"i3en.metal"|"hi1.4xlarge"|"hs1.8xlarge"|"c1.medium"|"c1.xlarge"|"c3.large"|"c3.xlarge"|"c3.2xlarge"|"c3.4xlarge"|"c3.8xlarge"|"c4.large"|"c4.xlarge"|"c4.2xlarge"|"c4.4xlarge"|"c4.8xlarge"|"c5.large"|"c5.xlarge"|"c5.2xlarge"|"c5.4xlarge"|"c5.9xlarge"|"c5.12xlarge"|"c5.18xlarge"|"c5.24xlarge"|"c5.metal"|"c5a.large"|"c5a.xlarge"|"c5a.2xlarge"|"c5a.4xlarge"|"c5a.8xlarge"|"c5a.12xlarge"|"c5a.16xlarge"|"c5a.24xlarge"|"c5ad.large"|"c5ad.xlarge"|"c5ad.2xlarge"|"c5ad.4xlarge"|"c5ad.8xlarge"|"c5ad.12xlarge"|"c5ad.16xlarge"|"c5ad.24xlarge"|"c5d.large"|"c5d.xlarge"|"c5d.2xlarge"|"c5d.4xlarge"|"c5d.9xlarge"|"c5d.12xlarge"|"c5d.18xlarge"|"c5d.24xlarge"|"c5d.metal"|"c5n.large"|"c5n.xlarge"|"c5n.2xlarge"|"c5n.4xlarge"|"c5n.9xlarge"|"c5n.18xlarge"|"c5n.metal"|"c6g.metal"|"c6g.medium"|"c6g.large"|"c6g.xlarge"|"c6g.2xlarge"|"c6g.4xlarge"|"c6g.8xlarge"|"c6g.12xlarge"|"c6g.16xlarge"|"c6gd.metal"|"c6gd.medium"|"c6gd.large"|"c6gd.xlarge"|"c6gd.2xlarge"|"c6gd.4xlarge"|"c6gd.8xlarge"|"c6gd.12xlarge"|"c6gd.16xlarge"|"c6gn.medium"|"c6gn.large"|"c6gn.xlarge"|"c6gn.2xlarge"|"c6gn.4xlarge"|"c6gn.8xlarge"|"c6gn.12xlarge"|"c6gn.16xlarge"|"cc1.4xlarge"|"cc2.8xlarge"|"g2.2xlarge"|"g2.8xlarge"|"g3.4xlarge"|"g3.8xlarge"|"g3.16xlarge"|"g3s.xlarge"|"g4ad.4xlarge"|"g4ad.8xlarge"|"g4ad.16xlarge"|"g4dn.xlarge"|"g4dn.2xlarge"|"g4dn.4xlarge"|"g4dn.8xlarge"|"g4dn.12xlarge"|"g4dn.16xlarge"|"g4dn.metal"|"cg1.4xlarge"|"p2.xlarge"|"p2.8xlarge"|"p2.16xlarge"|"p3.2xlarge"|"p3.8xlarge"|"p3.16xlarge"|"p3dn.24xlarge"|"p4d.24xlarge"|"d2.xlarge"|"d2.2xlarge"|"d2.4xlarge"|"d2.8xlarge"|"d3.xlarge"|"d3.2xlarge"|"d3.4xlarge"|"d3.8xlarge"|"d3en.xlarge"|"d3en.2xlarge"|"d3en.4xlarge"|"d3en.6xlarge"|"d3en.8xlarge"|"d3en.12xlarge"|"f1.2xlarge"|"f1.4xlarge"|"f1.16xlarge"|"m5.large"|"m5.xlarge"|"m5.2xlarge"|"m5.4xlarge"|"m5.8xlarge"|"m5.12xlarge"|"m5.16xlarge"|"m5.24xlarge"|"m5.metal"|"m5a.large"|"m5a.xlarge"|"m5a.2xlarge"|"m5a.4xlarge"|"m5a.8xlarge"|"m5a.12xlarge"|"m5a.16xlarge"|"m5a.24xlarge"|"m5d.large"|"m5d.xlarge"|"m5d.2xlarge"|"m5d.4xlarge"|"m5d.8xlarge"|"m5d.12xlarge"|"m5d.16xlarge"|"m5d.24xlarge"|"m5d.metal"|"m5ad.large"|"m5ad.xlarge"|"m5ad.2xlarge"|"m5ad.4xlarge"|"m5ad.8xlarge"|"m5ad.12xlarge"|"m5ad.16xlarge"|"m5ad.24xlarge"|"m5zn.large"|"m5zn.xlarge"|"m5zn.2xlarge"|"m5zn.3xlarge"|"m5zn.6xlarge"|"m5zn.12xlarge"|"m5zn.metal"|"h1.2xlarge"|"h1.4xlarge"|"h1.8xlarge"|"h1.16xlarge"|"z1d.large"|"z1d.xlarge"|"z1d.2xlarge"|"z1d.3xlarge"|"z1d.6xlarge"|"z1d.12xlarge"|"z1d.metal"|"u-6tb1.56xlarge"|"u-6tb1.112xlarge"|"u-9tb1.112xlarge"|"u-12tb1.112xlarge"|"u-6tb1.metal"|"u-9tb1.metal"|"u-12tb1.metal"|"u-18tb1.metal"|"u-24tb1.metal"|"a1.medium"|"a1.large"|"a1.xlarge"|"a1.2xlarge"|"a1.4xlarge"|"a1.metal"|"m5dn.large"|"m5dn.xlarge"|"m5dn.2xlarge"|"m5dn.4xlarge"|"m5dn.8xlarge"|"m5dn.12xlarge"|"m5dn.16xlarge"|"m5dn.24xlarge"|"m5dn.metal"|"m5n.large"|"m5n.xlarge"|"m5n.2xlarge"|"m5n.4xlarge"|"m5n.8xlarge"|"m5n.12xlarge"|"m5n.16xlarge"|"m5n.24xlarge"|"m5n.metal"|"r5dn.large"|"r5dn.xlarge"|"r5dn.2xlarge"|"r5dn.4xlarge"|"r5dn.8xlarge"|"r5dn.12xlarge"|"r5dn.16xlarge"|"r5dn.24xlarge"|"r5dn.metal"|"r5n.large"|"r5n.xlarge"|"r5n.2xlarge"|"r5n.4xlarge"|"r5n.8xlarge"|"r5n.12xlarge"|"r5n.16xlarge"|"r5n.24xlarge"|"r5n.metal"|"inf1.xlarge"|"inf1.2xlarge"|"inf1.6xlarge"|"inf1.24xlarge"|"m6g.metal"|"m6g.medium"|"m6g.large"|"m6g.xlarge"|"m6g.2xlarge"|"m6g.4xlarge"|"m6g.8xlarge"|"m6g.12xlarge"|"m6g.16xlarge"|"m6gd.metal"|"m6gd.medium"|"m6gd.large"|"m6gd.xlarge"|"m6gd.2xlarge"|"m6gd.4xlarge"|"m6gd.8xlarge"|"m6gd.12xlarge"|"m6gd.16xlarge"|"mac1.metal"|"x2gd.medium"|"x2gd.large"|"x2gd.xlarge"|"x2gd.2xlarge"|"x2gd.4xlarge"|"x2gd.8xlarge"|"x2gd.12xlarge"|"x2gd.16xlarge"|"x2gd.metal"|string;
|
|
17977
18094
|
export type InstanceTypeHypervisor = "nitro"|"xen"|string;
|
|
17978
18095
|
export interface InstanceTypeInfo {
|
|
17979
18096
|
/**
|
|
@@ -18109,6 +18226,7 @@ declare namespace EC2 {
|
|
|
18109
18226
|
AthenaIntegrations?: AthenaIntegrationsSet;
|
|
18110
18227
|
}
|
|
18111
18228
|
export type InterfacePermissionType = "INSTANCE-ATTACH"|"EIP-ASSOCIATE"|string;
|
|
18229
|
+
export type InterfaceProtocolType = "VLAN"|"GRE"|string;
|
|
18112
18230
|
export interface InternetGateway {
|
|
18113
18231
|
/**
|
|
18114
18232
|
* Any VPCs attached to the internet gateway.
|
|
@@ -21242,7 +21360,7 @@ declare namespace EC2 {
|
|
|
21242
21360
|
*/
|
|
21243
21361
|
OutpostArn?: String;
|
|
21244
21362
|
/**
|
|
21245
|
-
* The
|
|
21363
|
+
* The account ID of the owner of the network interface.
|
|
21246
21364
|
*/
|
|
21247
21365
|
OwnerId?: String;
|
|
21248
21366
|
/**
|
|
@@ -21258,11 +21376,11 @@ declare namespace EC2 {
|
|
|
21258
21376
|
*/
|
|
21259
21377
|
PrivateIpAddresses?: NetworkInterfacePrivateIpAddressList;
|
|
21260
21378
|
/**
|
|
21261
|
-
* The alias or
|
|
21379
|
+
* The alias or account ID of the principal or service that created the network interface.
|
|
21262
21380
|
*/
|
|
21263
21381
|
RequesterId?: String;
|
|
21264
21382
|
/**
|
|
21265
|
-
* Indicates whether the network interface is being managed by
|
|
21383
|
+
* Indicates whether the network interface is being managed by Amazon Web Services.
|
|
21266
21384
|
*/
|
|
21267
21385
|
RequesterManaged?: Boolean;
|
|
21268
21386
|
/**
|
|
@@ -21342,7 +21460,7 @@ declare namespace EC2 {
|
|
|
21342
21460
|
*/
|
|
21343
21461
|
InstanceId?: String;
|
|
21344
21462
|
/**
|
|
21345
|
-
* The
|
|
21463
|
+
* The account ID of the owner of the instance.
|
|
21346
21464
|
*/
|
|
21347
21465
|
InstanceOwnerId?: String;
|
|
21348
21466
|
/**
|
|
@@ -21362,7 +21480,7 @@ declare namespace EC2 {
|
|
|
21362
21480
|
}
|
|
21363
21481
|
export type NetworkInterfaceAttachmentId = string;
|
|
21364
21482
|
export type NetworkInterfaceAttribute = "description"|"groupSet"|"sourceDestCheck"|"attachment"|string;
|
|
21365
|
-
export type NetworkInterfaceCreationType = "efa"|string;
|
|
21483
|
+
export type NetworkInterfaceCreationType = "efa"|"branch"|"trunk"|string;
|
|
21366
21484
|
export type NetworkInterfaceId = string;
|
|
21367
21485
|
export type NetworkInterfaceIdList = NetworkInterfaceId[];
|
|
21368
21486
|
export interface NetworkInterfaceIpv6Address {
|
|
@@ -21383,11 +21501,11 @@ declare namespace EC2 {
|
|
|
21383
21501
|
*/
|
|
21384
21502
|
NetworkInterfaceId?: String;
|
|
21385
21503
|
/**
|
|
21386
|
-
* The
|
|
21504
|
+
* The account ID.
|
|
21387
21505
|
*/
|
|
21388
21506
|
AwsAccountId?: String;
|
|
21389
21507
|
/**
|
|
21390
|
-
* The
|
|
21508
|
+
* The Amazon Web Service.
|
|
21391
21509
|
*/
|
|
21392
21510
|
AwsService?: String;
|
|
21393
21511
|
/**
|
|
@@ -21433,7 +21551,7 @@ declare namespace EC2 {
|
|
|
21433
21551
|
}
|
|
21434
21552
|
export type NetworkInterfacePrivateIpAddressList = NetworkInterfacePrivateIpAddress[];
|
|
21435
21553
|
export type NetworkInterfaceStatus = "available"|"associated"|"attaching"|"in-use"|"detaching"|string;
|
|
21436
|
-
export type NetworkInterfaceType = "interface"|"natGateway"|"efa"|string;
|
|
21554
|
+
export type NetworkInterfaceType = "interface"|"natGateway"|"efa"|"trunk"|string;
|
|
21437
21555
|
export type NetworkPerformance = string;
|
|
21438
21556
|
export interface NewDhcpConfiguration {
|
|
21439
21557
|
Key?: String;
|
|
@@ -21810,7 +21928,7 @@ declare namespace EC2 {
|
|
|
21810
21928
|
export type PortRangeList = PortRange[];
|
|
21811
21929
|
export interface PrefixList {
|
|
21812
21930
|
/**
|
|
21813
|
-
* The IP address range of the
|
|
21931
|
+
* The IP address range of the Amazon Web Service.
|
|
21814
21932
|
*/
|
|
21815
21933
|
Cidrs?: ValueStringList;
|
|
21816
21934
|
/**
|
|
@@ -22082,7 +22200,7 @@ declare namespace EC2 {
|
|
|
22082
22200
|
*/
|
|
22083
22201
|
TotalAvailableAddressCount?: Integer;
|
|
22084
22202
|
/**
|
|
22085
|
-
* The name of the location from which the address pool is advertised. A network border group is a unique set of Availability Zones or Local Zones from where
|
|
22203
|
+
* The name of the location from which the address pool is advertised. A network border group is a unique set of Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses.
|
|
22086
22204
|
*/
|
|
22087
22205
|
NetworkBorderGroup?: String;
|
|
22088
22206
|
/**
|
|
@@ -27085,6 +27203,39 @@ declare namespace EC2 {
|
|
|
27085
27203
|
ApplianceModeSupport?: ApplianceModeSupportValue;
|
|
27086
27204
|
}
|
|
27087
27205
|
export type TransportProtocol = "tcp"|"udp"|string;
|
|
27206
|
+
export interface TrunkInterfaceAssociation {
|
|
27207
|
+
/**
|
|
27208
|
+
* The ID of the association.
|
|
27209
|
+
*/
|
|
27210
|
+
AssociationId?: TrunkInterfaceAssociationId;
|
|
27211
|
+
/**
|
|
27212
|
+
* The ID of the branch network interface.
|
|
27213
|
+
*/
|
|
27214
|
+
BranchInterfaceId?: String;
|
|
27215
|
+
/**
|
|
27216
|
+
* The ID of the trunk network interface.
|
|
27217
|
+
*/
|
|
27218
|
+
TrunkInterfaceId?: String;
|
|
27219
|
+
/**
|
|
27220
|
+
* The interface protocol. Valid values are VLAN and GRE.
|
|
27221
|
+
*/
|
|
27222
|
+
InterfaceProtocol?: InterfaceProtocolType;
|
|
27223
|
+
/**
|
|
27224
|
+
* The ID of the VLAN when you use the VLAN protocol.
|
|
27225
|
+
*/
|
|
27226
|
+
VlanId?: Integer;
|
|
27227
|
+
/**
|
|
27228
|
+
* The application key when you use the GRE protocol.
|
|
27229
|
+
*/
|
|
27230
|
+
GreKey?: Integer;
|
|
27231
|
+
/**
|
|
27232
|
+
* The tags.
|
|
27233
|
+
*/
|
|
27234
|
+
Tags?: TagList;
|
|
27235
|
+
}
|
|
27236
|
+
export type TrunkInterfaceAssociationId = string;
|
|
27237
|
+
export type TrunkInterfaceAssociationIdList = TrunkInterfaceAssociationId[];
|
|
27238
|
+
export type TrunkInterfaceAssociationList = TrunkInterfaceAssociation[];
|
|
27088
27239
|
export type TunnelInsideIpVersion = "ipv4"|"ipv6"|string;
|
|
27089
27240
|
export interface TunnelOption {
|
|
27090
27241
|
/**
|