aws-sdk 2.1396.0 → 2.1397.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 +14 -1
- package/README.md +1 -1
- package/apis/cloudtrail-2013-11-01.min.json +33 -33
- package/apis/codeguru-security-2018-05-10.examples.json +5 -0
- package/apis/codeguru-security-2018-05-10.min.json +703 -0
- package/apis/codeguru-security-2018-05-10.paginators.json +22 -0
- package/apis/drs-2020-02-26.min.json +392 -97
- package/apis/drs-2020-02-26.paginators.json +6 -0
- package/apis/ec2-2016-11-15.min.json +1178 -1013
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/lightsail-2016-11-28.min.json +4 -2
- package/apis/metadata.json +7 -0
- package/apis/s3-2006-03-01.examples.json +121 -121
- package/apis/securityhub-2018-10-26.examples.json +276 -0
- package/apis/securityhub-2018-10-26.min.json +957 -559
- package/apis/verifiedpermissions-2021-12-01.examples.json +5 -0
- package/apis/verifiedpermissions-2021-12-01.min.json +1215 -0
- package/apis/verifiedpermissions-2021-12-01.paginators.json +28 -0
- package/apis/verifiedpermissions-2021-12-01.waiters2.json +5 -0
- package/apis/wafv2-2019-07-29.min.json +241 -169
- package/apis/wellarchitected-2020-03-31.min.json +655 -75
- package/apis/wellarchitected-2020-03-31.paginators.json +15 -0
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/cloudtrail.d.ts +28 -13
- package/clients/codegurusecurity.d.ts +761 -0
- package/clients/codegurusecurity.js +18 -0
- package/clients/drs.d.ts +354 -3
- package/clients/ec2.d.ts +225 -48
- package/clients/imagebuilder.d.ts +1 -1
- package/clients/lightsail.d.ts +12 -4
- package/clients/s3.d.ts +1 -1
- package/clients/securityhub.d.ts +470 -0
- package/clients/simspaceweaver.d.ts +2 -2
- package/clients/verifiedpermissions.d.ts +1392 -0
- package/clients/verifiedpermissions.js +19 -0
- package/clients/wafv2.d.ts +105 -27
- package/clients/wellarchitected.d.ts +533 -7
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +95 -14
- package/dist/aws-sdk.js +1227 -1049
- package/dist/aws-sdk.min.js +80 -80
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/ec2.d.ts
CHANGED
@@ -77,11 +77,11 @@ declare class EC2 extends Service {
|
|
77
77
|
*/
|
78
78
|
advertiseByoipCidr(callback?: (err: AWSError, data: EC2.Types.AdvertiseByoipCidrResult) => void): Request<EC2.Types.AdvertiseByoipCidrResult, AWSError>;
|
79
79
|
/**
|
80
|
-
* Allocates an Elastic IP address to your Amazon Web Services 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 Amazon Web Services 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.
|
80
|
+
* Allocates an Elastic IP address to your Amazon Web Services 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 Amazon Web Services 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. 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 Amazon Web Services account. To attempt to recover an Elastic IP address that you released, specify it in this operation. 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).
|
81
81
|
*/
|
82
82
|
allocateAddress(params: EC2.Types.AllocateAddressRequest, callback?: (err: AWSError, data: EC2.Types.AllocateAddressResult) => void): Request<EC2.Types.AllocateAddressResult, AWSError>;
|
83
83
|
/**
|
84
|
-
* Allocates an Elastic IP address to your Amazon Web Services 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 Amazon Web Services 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.
|
84
|
+
* Allocates an Elastic IP address to your Amazon Web Services 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 Amazon Web Services 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. 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 Amazon Web Services account. To attempt to recover an Elastic IP address that you released, specify it in this operation. 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).
|
85
85
|
*/
|
86
86
|
allocateAddress(callback?: (err: AWSError, data: EC2.Types.AllocateAddressResult) => void): Request<EC2.Types.AllocateAddressResult, AWSError>;
|
87
87
|
/**
|
@@ -93,11 +93,11 @@ declare class EC2 extends Service {
|
|
93
93
|
*/
|
94
94
|
allocateHosts(callback?: (err: AWSError, data: EC2.Types.AllocateHostsResult) => void): Request<EC2.Types.AllocateHostsResult, AWSError>;
|
95
95
|
/**
|
96
|
-
* Allocate a CIDR from an IPAM pool. In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource. For more information, see Allocate CIDRs in the Amazon VPC IPAM User Guide. This action creates an allocation with strong consistency. The returned CIDR will not overlap with any other allocations from the same pool.
|
96
|
+
* Allocate a CIDR from an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations. In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource. For more information, see Allocate CIDRs in the Amazon VPC IPAM User Guide. This action creates an allocation with strong consistency. The returned CIDR will not overlap with any other allocations from the same pool.
|
97
97
|
*/
|
98
98
|
allocateIpamPoolCidr(params: EC2.Types.AllocateIpamPoolCidrRequest, callback?: (err: AWSError, data: EC2.Types.AllocateIpamPoolCidrResult) => void): Request<EC2.Types.AllocateIpamPoolCidrResult, AWSError>;
|
99
99
|
/**
|
100
|
-
* Allocate a CIDR from an IPAM pool. In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource. For more information, see Allocate CIDRs in the Amazon VPC IPAM User Guide. This action creates an allocation with strong consistency. The returned CIDR will not overlap with any other allocations from the same pool.
|
100
|
+
* Allocate a CIDR from an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations. In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource. For more information, see Allocate CIDRs in the Amazon VPC IPAM User Guide. This action creates an allocation with strong consistency. The returned CIDR will not overlap with any other allocations from the same pool.
|
101
101
|
*/
|
102
102
|
allocateIpamPoolCidr(callback?: (err: AWSError, data: EC2.Types.AllocateIpamPoolCidrResult) => void): Request<EC2.Types.AllocateIpamPoolCidrResult, AWSError>;
|
103
103
|
/**
|
@@ -133,11 +133,11 @@ declare class EC2 extends Service {
|
|
133
133
|
*/
|
134
134
|
assignPrivateNatGatewayAddress(callback?: (err: AWSError, data: EC2.Types.AssignPrivateNatGatewayAddressResult) => void): Request<EC2.Types.AssignPrivateNatGatewayAddressResult, AWSError>;
|
135
135
|
/**
|
136
|
-
* Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface. Before you can use an Elastic IP address, you must allocate it to your account.
|
136
|
+
* Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface. Before you can use an Elastic IP address, you must allocate it to your account. If the Elastic IP address is already associated with a different instance, it is disassociated from that instance and associated with the specified instance. If you associate an Elastic IP address with an instance that has an existing Elastic IP address, the existing address is disassociated from the instance, but remains allocated to your account. [Subnets in Wavelength Zones] You can associate an IP address from the telecommunication carrier to the instance or network interface. You cannot associate an Elastic IP address with an interface in a different network border group. This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error, and you may be charged for each time the Elastic IP address is remapped to the same instance. For more information, see the Elastic IP Addresses section of Amazon EC2 Pricing.
|
137
137
|
*/
|
138
138
|
associateAddress(params: EC2.Types.AssociateAddressRequest, callback?: (err: AWSError, data: EC2.Types.AssociateAddressResult) => void): Request<EC2.Types.AssociateAddressResult, AWSError>;
|
139
139
|
/**
|
140
|
-
* Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface. Before you can use an Elastic IP address, you must allocate it to your account.
|
140
|
+
* Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface. Before you can use an Elastic IP address, you must allocate it to your account. If the Elastic IP address is already associated with a different instance, it is disassociated from that instance and associated with the specified instance. If you associate an Elastic IP address with an instance that has an existing Elastic IP address, the existing address is disassociated from the instance, but remains allocated to your account. [Subnets in Wavelength Zones] You can associate an IP address from the telecommunication carrier to the instance or network interface. You cannot associate an Elastic IP address with an interface in a different network border group. This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error, and you may be charged for each time the Elastic IP address is remapped to the same instance. For more information, see the Elastic IP Addresses section of Amazon EC2 Pricing.
|
141
141
|
*/
|
142
142
|
associateAddress(callback?: (err: AWSError, data: EC2.Types.AssociateAddressResult) => void): Request<EC2.Types.AssociateAddressResult, AWSError>;
|
143
143
|
/**
|
@@ -572,6 +572,14 @@ declare class EC2 extends Service {
|
|
572
572
|
* Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped. By default, when Amazon EC2 creates the new AMI, it reboots the instance so that it can take snapshots of the attached volumes while data is at rest, in order to ensure a consistent state. You can set the NoReboot parameter to true in the API request, or use the --no-reboot option in the CLI to prevent Amazon EC2 from shutting down and rebooting the instance. If you choose to bypass the shutdown and reboot process by setting the NoReboot parameter to true in the API request, or by using the --no-reboot option in the CLI, we can't guarantee the file system integrity of the created image. 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
|
+
/**
|
576
|
+
* Creates an EC2 Instance Connect Endpoint. An EC2 Instance Connect Endpoint allows you to connect to a resource, without requiring the resource to have a public IPv4 address. For more information, see Connect to your resources without requiring a public IPv4 address using EC2 Instance Connect Endpoint in the Amazon EC2 User Guide.
|
577
|
+
*/
|
578
|
+
createInstanceConnectEndpoint(params: EC2.Types.CreateInstanceConnectEndpointRequest, callback?: (err: AWSError, data: EC2.Types.CreateInstanceConnectEndpointResult) => void): Request<EC2.Types.CreateInstanceConnectEndpointResult, AWSError>;
|
579
|
+
/**
|
580
|
+
* Creates an EC2 Instance Connect Endpoint. An EC2 Instance Connect Endpoint allows you to connect to a resource, without requiring the resource to have a public IPv4 address. For more information, see Connect to your resources without requiring a public IPv4 address using EC2 Instance Connect Endpoint in the Amazon EC2 User Guide.
|
581
|
+
*/
|
582
|
+
createInstanceConnectEndpoint(callback?: (err: AWSError, data: EC2.Types.CreateInstanceConnectEndpointResult) => void): Request<EC2.Types.CreateInstanceConnectEndpointResult, AWSError>;
|
575
583
|
/**
|
576
584
|
* Creates an event window in which scheduled events for the associated Amazon EC2 instances can run. You can define either a set of time ranges or a cron expression when creating the event window, but not both. All event window times are in UTC. You can create up to 200 event windows per Amazon Web Services Region. When you create the event window, targets (instance IDs, Dedicated Host IDs, or tags) are not yet associated with it. To ensure that the event window can be used, you must associate one or more targets with it by using the AssociateInstanceEventWindow API. Event windows are applicable only for scheduled events that stop, reboot, or terminate instances. Event windows are not applicable for: Expedited scheduled events and network maintenance events. Unscheduled maintenance such as AutoRecovery and unplanned reboots. For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.
|
577
585
|
*/
|
@@ -1180,6 +1188,14 @@ declare class EC2 extends Service {
|
|
1180
1188
|
* Deletes the specified Amazon FPGA Image (AFI).
|
1181
1189
|
*/
|
1182
1190
|
deleteFpgaImage(callback?: (err: AWSError, data: EC2.Types.DeleteFpgaImageResult) => void): Request<EC2.Types.DeleteFpgaImageResult, AWSError>;
|
1191
|
+
/**
|
1192
|
+
* Deletes the specified EC2 Instance Connect Endpoint.
|
1193
|
+
*/
|
1194
|
+
deleteInstanceConnectEndpoint(params: EC2.Types.DeleteInstanceConnectEndpointRequest, callback?: (err: AWSError, data: EC2.Types.DeleteInstanceConnectEndpointResult) => void): Request<EC2.Types.DeleteInstanceConnectEndpointResult, AWSError>;
|
1195
|
+
/**
|
1196
|
+
* Deletes the specified EC2 Instance Connect Endpoint.
|
1197
|
+
*/
|
1198
|
+
deleteInstanceConnectEndpoint(callback?: (err: AWSError, data: EC2.Types.DeleteInstanceConnectEndpointResult) => void): Request<EC2.Types.DeleteInstanceConnectEndpointResult, AWSError>;
|
1183
1199
|
/**
|
1184
1200
|
* Deletes the specified event window. For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.
|
1185
1201
|
*/
|
@@ -1741,19 +1757,19 @@ declare class EC2 extends Service {
|
|
1741
1757
|
*/
|
1742
1758
|
describeAccountAttributes(callback?: (err: AWSError, data: EC2.Types.DescribeAccountAttributesResult) => void): Request<EC2.Types.DescribeAccountAttributesResult, AWSError>;
|
1743
1759
|
/**
|
1744
|
-
* Describes an Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.
|
1760
|
+
* Describes an Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide. When you transfer an Elastic IP address, there is a two-step handshake between the source and transfer Amazon Web Services accounts. When the source account starts the transfer, the transfer account has seven days to accept the Elastic IP address transfer. During those seven days, the source account can view the pending transfer by using this action. After seven days, the transfer expires and ownership of the Elastic IP address returns to the source account. Accepted transfers are visible to the source account for three days after the transfers have been accepted.
|
1745
1761
|
*/
|
1746
1762
|
describeAddressTransfers(params: EC2.Types.DescribeAddressTransfersRequest, callback?: (err: AWSError, data: EC2.Types.DescribeAddressTransfersResult) => void): Request<EC2.Types.DescribeAddressTransfersResult, AWSError>;
|
1747
1763
|
/**
|
1748
|
-
* Describes an Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.
|
1764
|
+
* Describes an Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide. When you transfer an Elastic IP address, there is a two-step handshake between the source and transfer Amazon Web Services accounts. When the source account starts the transfer, the transfer account has seven days to accept the Elastic IP address transfer. During those seven days, the source account can view the pending transfer by using this action. After seven days, the transfer expires and ownership of the Elastic IP address returns to the source account. Accepted transfers are visible to the source account for three days after the transfers have been accepted.
|
1749
1765
|
*/
|
1750
1766
|
describeAddressTransfers(callback?: (err: AWSError, data: EC2.Types.DescribeAddressTransfersResult) => void): Request<EC2.Types.DescribeAddressTransfersResult, AWSError>;
|
1751
1767
|
/**
|
1752
|
-
* Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
|
1768
|
+
* Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
|
1753
1769
|
*/
|
1754
1770
|
describeAddresses(params: EC2.Types.DescribeAddressesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeAddressesResult) => void): Request<EC2.Types.DescribeAddressesResult, AWSError>;
|
1755
1771
|
/**
|
1756
|
-
* Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
|
1772
|
+
* Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
|
1757
1773
|
*/
|
1758
1774
|
describeAddresses(callback?: (err: AWSError, data: EC2.Types.DescribeAddressesResult) => void): Request<EC2.Types.DescribeAddressesResult, AWSError>;
|
1759
1775
|
/**
|
@@ -2092,6 +2108,14 @@ declare class EC2 extends Service {
|
|
2092
2108
|
* Describes the specified attribute of the specified instance. You can specify only one attribute at a time. Valid attribute values are: instanceType | kernel | ramdisk | userData | disableApiTermination | instanceInitiatedShutdownBehavior | rootDeviceName | blockDeviceMapping | productCodes | sourceDestCheck | groupSet | ebsOptimized | sriovNetSupport
|
2093
2109
|
*/
|
2094
2110
|
describeInstanceAttribute(callback?: (err: AWSError, data: EC2.Types.InstanceAttribute) => void): Request<EC2.Types.InstanceAttribute, AWSError>;
|
2111
|
+
/**
|
2112
|
+
* Describes the specified EC2 Instance Connect Endpoints or all EC2 Instance Connect Endpoints.
|
2113
|
+
*/
|
2114
|
+
describeInstanceConnectEndpoints(params: EC2.Types.DescribeInstanceConnectEndpointsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeInstanceConnectEndpointsResult) => void): Request<EC2.Types.DescribeInstanceConnectEndpointsResult, AWSError>;
|
2115
|
+
/**
|
2116
|
+
* Describes the specified EC2 Instance Connect Endpoints or all EC2 Instance Connect Endpoints.
|
2117
|
+
*/
|
2118
|
+
describeInstanceConnectEndpoints(callback?: (err: AWSError, data: EC2.Types.DescribeInstanceConnectEndpointsResult) => void): Request<EC2.Types.DescribeInstanceConnectEndpointsResult, AWSError>;
|
2095
2119
|
/**
|
2096
2120
|
* Describes the credit option for CPU usage of the specified burstable performance instances. The credit options are standard and unlimited. If you do not specify an instance ID, Amazon EC2 returns burstable performance instances with the unlimited credit option, as well as instances that were previously configured as T2, T3, and T3a with the unlimited credit option. For example, if you resize a T2 instance, while it is configured as unlimited, to an M4 instance, Amazon EC2 returns the M4 instance. If you specify one or more instance IDs, Amazon EC2 returns the credit option (standard or unlimited) of those instances. If you specify an instance ID that is not valid, such as an instance that is not a burstable performance instance, an error is returned. Recently terminated instances might appear in the returned results. This interval is usually less than one hour. If an Availability Zone is experiencing a service disruption and you specify instance IDs in the affected zone, or do not specify any instance IDs at all, the call fails. If you specify only instance IDs in an unaffected zone, the call works normally. For more information, see Burstable performance instances in the Amazon EC2 User Guide.
|
2097
2121
|
*/
|
@@ -2285,11 +2309,11 @@ declare class EC2 extends Service {
|
|
2285
2309
|
*/
|
2286
2310
|
describeManagedPrefixLists(callback?: (err: AWSError, data: EC2.Types.DescribeManagedPrefixListsResult) => void): Request<EC2.Types.DescribeManagedPrefixListsResult, AWSError>;
|
2287
2311
|
/**
|
2288
|
-
* Describes your Elastic IP addresses that are being moved
|
2312
|
+
* This action is deprecated. Describes your Elastic IP addresses that are being moved from or being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.
|
2289
2313
|
*/
|
2290
2314
|
describeMovingAddresses(params: EC2.Types.DescribeMovingAddressesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeMovingAddressesResult) => void): Request<EC2.Types.DescribeMovingAddressesResult, AWSError>;
|
2291
2315
|
/**
|
2292
|
-
* Describes your Elastic IP addresses that are being moved
|
2316
|
+
* This action is deprecated. Describes your Elastic IP addresses that are being moved from or being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.
|
2293
2317
|
*/
|
2294
2318
|
describeMovingAddresses(callback?: (err: AWSError, data: EC2.Types.DescribeMovingAddressesResult) => void): Request<EC2.Types.DescribeMovingAddressesResult, AWSError>;
|
2295
2319
|
/**
|
@@ -3029,11 +3053,11 @@ declare class EC2 extends Service {
|
|
3029
3053
|
*/
|
3030
3054
|
disableVpcClassicLinkDnsSupport(callback?: (err: AWSError, data: EC2.Types.DisableVpcClassicLinkDnsSupportResult) => void): Request<EC2.Types.DisableVpcClassicLinkDnsSupportResult, AWSError>;
|
3031
3055
|
/**
|
3032
|
-
* Disassociates an Elastic IP address from the instance or network interface it's associated with.
|
3056
|
+
* Disassociates an Elastic IP address from the instance or network interface it's associated with. This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error.
|
3033
3057
|
*/
|
3034
3058
|
disassociateAddress(params: EC2.Types.DisassociateAddressRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
3035
3059
|
/**
|
3036
|
-
* Disassociates an Elastic IP address from the instance or network interface it's associated with.
|
3060
|
+
* Disassociates an Elastic IP address from the instance or network interface it's associated with. This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error.
|
3037
3061
|
*/
|
3038
3062
|
disassociateAddress(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
3039
3063
|
/**
|
@@ -3429,11 +3453,11 @@ declare class EC2 extends Service {
|
|
3429
3453
|
*/
|
3430
3454
|
getIpamDiscoveredResourceCidrs(callback?: (err: AWSError, data: EC2.Types.GetIpamDiscoveredResourceCidrsResult) => void): Request<EC2.Types.GetIpamDiscoveredResourceCidrsResult, AWSError>;
|
3431
3455
|
/**
|
3432
|
-
* Get a list of all the CIDR allocations in an IPAM pool. If you use this action after AllocateIpamPoolCidr or ReleaseIpamPoolAllocation, note that all EC2 API actions follow an eventual consistency model.
|
3456
|
+
* Get a list of all the CIDR allocations in an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations. If you use this action after AllocateIpamPoolCidr or ReleaseIpamPoolAllocation, note that all EC2 API actions follow an eventual consistency model.
|
3433
3457
|
*/
|
3434
3458
|
getIpamPoolAllocations(params: EC2.Types.GetIpamPoolAllocationsRequest, callback?: (err: AWSError, data: EC2.Types.GetIpamPoolAllocationsResult) => void): Request<EC2.Types.GetIpamPoolAllocationsResult, AWSError>;
|
3435
3459
|
/**
|
3436
|
-
* Get a list of all the CIDR allocations in an IPAM pool. If you use this action after AllocateIpamPoolCidr or ReleaseIpamPoolAllocation, note that all EC2 API actions follow an eventual consistency model.
|
3460
|
+
* Get a list of all the CIDR allocations in an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations. If you use this action after AllocateIpamPoolCidr or ReleaseIpamPoolAllocation, note that all EC2 API actions follow an eventual consistency model.
|
3437
3461
|
*/
|
3438
3462
|
getIpamPoolAllocations(callback?: (err: AWSError, data: EC2.Types.GetIpamPoolAllocationsResult) => void): Request<EC2.Types.GetIpamPoolAllocationsResult, AWSError>;
|
3439
3463
|
/**
|
@@ -4213,11 +4237,11 @@ declare class EC2 extends Service {
|
|
4213
4237
|
*/
|
4214
4238
|
monitorInstances(callback?: (err: AWSError, data: EC2.Types.MonitorInstancesResult) => void): Request<EC2.Types.MonitorInstancesResult, AWSError>;
|
4215
4239
|
/**
|
4216
|
-
* Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account for more than 24 hours, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the RestoreAddressToClassic request. You cannot move an Elastic IP address that was originally allocated for use in the EC2-VPC platform to the EC2-Classic platform.
|
4240
|
+
* This action is deprecated. Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account for more than 24 hours, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the RestoreAddressToClassic request. You cannot move an Elastic IP address that was originally allocated for use in the EC2-VPC platform to the EC2-Classic platform.
|
4217
4241
|
*/
|
4218
4242
|
moveAddressToVpc(params: EC2.Types.MoveAddressToVpcRequest, callback?: (err: AWSError, data: EC2.Types.MoveAddressToVpcResult) => void): Request<EC2.Types.MoveAddressToVpcResult, AWSError>;
|
4219
4243
|
/**
|
4220
|
-
* Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account for more than 24 hours, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the RestoreAddressToClassic request. You cannot move an Elastic IP address that was originally allocated for use in the EC2-VPC platform to the EC2-Classic platform.
|
4244
|
+
* This action is deprecated. Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account for more than 24 hours, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the RestoreAddressToClassic request. You cannot move an Elastic IP address that was originally allocated for use in the EC2-VPC platform to the EC2-Classic platform.
|
4221
4245
|
*/
|
4222
4246
|
moveAddressToVpc(callback?: (err: AWSError, data: EC2.Types.MoveAddressToVpcResult) => void): Request<EC2.Types.MoveAddressToVpcResult, AWSError>;
|
4223
4247
|
/**
|
@@ -4357,11 +4381,11 @@ declare class EC2 extends Service {
|
|
4357
4381
|
*/
|
4358
4382
|
rejectVpcPeeringConnection(callback?: (err: AWSError, data: EC2.Types.RejectVpcPeeringConnectionResult) => void): Request<EC2.Types.RejectVpcPeeringConnectionResult, AWSError>;
|
4359
4383
|
/**
|
4360
|
-
* Releases the specified Elastic IP address. [
|
4384
|
+
* Releases the specified Elastic IP address. [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 Amazon Web Services account. After you release an Elastic IP address, you might be able to recover it. For more information, see AllocateAddress.
|
4361
4385
|
*/
|
4362
4386
|
releaseAddress(params: EC2.Types.ReleaseAddressRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
4363
4387
|
/**
|
4364
|
-
* Releases the specified Elastic IP address. [
|
4388
|
+
* Releases the specified Elastic IP address. [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 Amazon Web Services account. After you release an Elastic IP address, you might be able to recover it. For more information, see AllocateAddress.
|
4365
4389
|
*/
|
4366
4390
|
releaseAddress(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
4367
4391
|
/**
|
@@ -4373,11 +4397,11 @@ declare class EC2 extends Service {
|
|
4373
4397
|
*/
|
4374
4398
|
releaseHosts(callback?: (err: AWSError, data: EC2.Types.ReleaseHostsResult) => void): Request<EC2.Types.ReleaseHostsResult, AWSError>;
|
4375
4399
|
/**
|
4376
|
-
* Release an allocation within an IPAM pool. You can only use this action to release manual allocations. To remove an allocation for a resource without deleting the resource, set its monitored state to false using ModifyIpamResourceCidr. For more information, see Release an allocation in the Amazon VPC IPAM User Guide. All EC2 API actions follow an eventual consistency model.
|
4400
|
+
* Release an allocation within an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations. You can only use this action to release manual allocations. To remove an allocation for a resource without deleting the resource, set its monitored state to false using ModifyIpamResourceCidr. For more information, see Release an allocation in the Amazon VPC IPAM User Guide. All EC2 API actions follow an eventual consistency model.
|
4377
4401
|
*/
|
4378
4402
|
releaseIpamPoolAllocation(params: EC2.Types.ReleaseIpamPoolAllocationRequest, callback?: (err: AWSError, data: EC2.Types.ReleaseIpamPoolAllocationResult) => void): Request<EC2.Types.ReleaseIpamPoolAllocationResult, AWSError>;
|
4379
4403
|
/**
|
4380
|
-
* Release an allocation within an IPAM pool. You can only use this action to release manual allocations. To remove an allocation for a resource without deleting the resource, set its monitored state to false using ModifyIpamResourceCidr. For more information, see Release an allocation in the Amazon VPC IPAM User Guide. All EC2 API actions follow an eventual consistency model.
|
4404
|
+
* Release an allocation within an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations. You can only use this action to release manual allocations. To remove an allocation for a resource without deleting the resource, set its monitored state to false using ModifyIpamResourceCidr. For more information, see Release an allocation in the Amazon VPC IPAM User Guide. All EC2 API actions follow an eventual consistency model.
|
4381
4405
|
*/
|
4382
4406
|
releaseIpamPoolAllocation(callback?: (err: AWSError, data: EC2.Types.ReleaseIpamPoolAllocationResult) => void): Request<EC2.Types.ReleaseIpamPoolAllocationResult, AWSError>;
|
4383
4407
|
/**
|
@@ -4517,11 +4541,11 @@ declare class EC2 extends Service {
|
|
4517
4541
|
*/
|
4518
4542
|
resetSnapshotAttribute(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
4519
4543
|
/**
|
4520
|
-
* Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface.
|
4544
|
+
* This action is deprecated. Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface.
|
4521
4545
|
*/
|
4522
4546
|
restoreAddressToClassic(params: EC2.Types.RestoreAddressToClassicRequest, callback?: (err: AWSError, data: EC2.Types.RestoreAddressToClassicResult) => void): Request<EC2.Types.RestoreAddressToClassicResult, AWSError>;
|
4523
4547
|
/**
|
4524
|
-
* Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface.
|
4548
|
+
* This action is deprecated. Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface.
|
4525
4549
|
*/
|
4526
4550
|
restoreAddressToClassic(callback?: (err: AWSError, data: EC2.Types.RestoreAddressToClassicResult) => void): Request<EC2.Types.RestoreAddressToClassicResult, AWSError>;
|
4527
4551
|
/**
|
@@ -5371,15 +5395,15 @@ declare namespace EC2 {
|
|
5371
5395
|
*/
|
5372
5396
|
PublicIp?: String;
|
5373
5397
|
/**
|
5374
|
-
* The ID representing the allocation of the address
|
5398
|
+
* The ID representing the allocation of the address.
|
5375
5399
|
*/
|
5376
5400
|
AllocationId?: String;
|
5377
5401
|
/**
|
5378
|
-
* The ID representing the association of the address with an instance
|
5402
|
+
* The ID representing the association of the address with an instance.
|
5379
5403
|
*/
|
5380
5404
|
AssociationId?: String;
|
5381
5405
|
/**
|
5382
|
-
*
|
5406
|
+
* The network (vpc).
|
5383
5407
|
*/
|
5384
5408
|
Domain?: DomainType;
|
5385
5409
|
/**
|
@@ -5489,11 +5513,11 @@ declare namespace EC2 {
|
|
5489
5513
|
export type Affinity = "default"|"host"|string;
|
5490
5514
|
export interface AllocateAddressRequest {
|
5491
5515
|
/**
|
5492
|
-
*
|
5516
|
+
* The network (vpc).
|
5493
5517
|
*/
|
5494
5518
|
Domain?: DomainType;
|
5495
5519
|
/**
|
5496
|
-
*
|
5520
|
+
* The Elastic IP address to recover or an IPv4 address from an address pool.
|
5497
5521
|
*/
|
5498
5522
|
Address?: PublicIpAddress;
|
5499
5523
|
/**
|
@@ -5523,7 +5547,7 @@ declare namespace EC2 {
|
|
5523
5547
|
*/
|
5524
5548
|
PublicIp?: String;
|
5525
5549
|
/**
|
5526
|
-
*
|
5550
|
+
* The ID that represents the allocation of the Elastic IP address.
|
5527
5551
|
*/
|
5528
5552
|
AllocationId?: String;
|
5529
5553
|
/**
|
@@ -5535,7 +5559,7 @@ declare namespace EC2 {
|
|
5535
5559
|
*/
|
5536
5560
|
NetworkBorderGroup?: String;
|
5537
5561
|
/**
|
5538
|
-
*
|
5562
|
+
* The network (vpc).
|
5539
5563
|
*/
|
5540
5564
|
Domain?: DomainType;
|
5541
5565
|
/**
|
@@ -5547,7 +5571,7 @@ declare namespace EC2 {
|
|
5547
5571
|
*/
|
5548
5572
|
CustomerOwnedIpv4Pool?: String;
|
5549
5573
|
/**
|
5550
|
-
* The carrier IP address. This option is only available for network interfaces
|
5574
|
+
* The carrier IP address. This option is only available for network interfaces that reside in a subnet in a Wavelength Zone.
|
5551
5575
|
*/
|
5552
5576
|
CarrierIp?: String;
|
5553
5577
|
}
|
@@ -6002,19 +6026,19 @@ declare namespace EC2 {
|
|
6002
6026
|
export type AssignedPrivateIpAddressList = AssignedPrivateIpAddress[];
|
6003
6027
|
export interface AssociateAddressRequest {
|
6004
6028
|
/**
|
6005
|
-
*
|
6029
|
+
* The allocation ID. This is required.
|
6006
6030
|
*/
|
6007
6031
|
AllocationId?: AllocationId;
|
6008
6032
|
/**
|
6009
|
-
* The ID of the instance. The instance must have exactly one attached network interface.
|
6033
|
+
* The ID of the instance. The instance must have exactly one attached network interface. You can specify either the instance ID or the network interface ID, but not both.
|
6010
6034
|
*/
|
6011
6035
|
InstanceId?: InstanceId;
|
6012
6036
|
/**
|
6013
|
-
*
|
6037
|
+
* Deprecated.
|
6014
6038
|
*/
|
6015
6039
|
PublicIp?: EipAllocationPublicIp;
|
6016
6040
|
/**
|
6017
|
-
*
|
6041
|
+
* Reassociation is automatic, but you can specify false to ensure the operation fails if the Elastic IP address is already associated with another resource.
|
6018
6042
|
*/
|
6019
6043
|
AllowReassociation?: Boolean;
|
6020
6044
|
/**
|
@@ -6022,17 +6046,17 @@ declare namespace EC2 {
|
|
6022
6046
|
*/
|
6023
6047
|
DryRun?: Boolean;
|
6024
6048
|
/**
|
6025
|
-
*
|
6049
|
+
* The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID. You can specify either the instance ID or the network interface ID, but not both.
|
6026
6050
|
*/
|
6027
6051
|
NetworkInterfaceId?: NetworkInterfaceId;
|
6028
6052
|
/**
|
6029
|
-
*
|
6053
|
+
* The primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address.
|
6030
6054
|
*/
|
6031
6055
|
PrivateIpAddress?: String;
|
6032
6056
|
}
|
6033
6057
|
export interface AssociateAddressResult {
|
6034
6058
|
/**
|
6035
|
-
*
|
6059
|
+
* The ID that represents the association of the Elastic IP address with an instance.
|
6036
6060
|
*/
|
6037
6061
|
AssociationId?: String;
|
6038
6062
|
}
|
@@ -9055,6 +9079,42 @@ declare namespace EC2 {
|
|
9055
9079
|
*/
|
9056
9080
|
ImageId?: String;
|
9057
9081
|
}
|
9082
|
+
export interface CreateInstanceConnectEndpointRequest {
|
9083
|
+
/**
|
9084
|
+
* 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.
|
9085
|
+
*/
|
9086
|
+
DryRun?: Boolean;
|
9087
|
+
/**
|
9088
|
+
* The ID of the subnet in which to create the EC2 Instance Connect Endpoint.
|
9089
|
+
*/
|
9090
|
+
SubnetId: SubnetId;
|
9091
|
+
/**
|
9092
|
+
* One or more security groups to associate with the endpoint. If you don't specify a security group, the default security group for your VPC will be associated with the endpoint.
|
9093
|
+
*/
|
9094
|
+
SecurityGroupIds?: SecurityGroupIdStringListRequest;
|
9095
|
+
/**
|
9096
|
+
* Indicates whether your client's IP address is preserved as the source. The value is true or false. If true, your client's IP address is used when you connect to a resource. If false, the elastic network interface IP address is used when you connect to a resource. Default: true
|
9097
|
+
*/
|
9098
|
+
PreserveClientIp?: Boolean;
|
9099
|
+
/**
|
9100
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
9101
|
+
*/
|
9102
|
+
ClientToken?: String;
|
9103
|
+
/**
|
9104
|
+
* The tags to apply to the EC2 Instance Connect Endpoint during creation.
|
9105
|
+
*/
|
9106
|
+
TagSpecifications?: TagSpecificationList;
|
9107
|
+
}
|
9108
|
+
export interface CreateInstanceConnectEndpointResult {
|
9109
|
+
/**
|
9110
|
+
* Information about the EC2 Instance Connect Endpoint.
|
9111
|
+
*/
|
9112
|
+
InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint;
|
9113
|
+
/**
|
9114
|
+
* Unique, case-sensitive idempotency token provided by the client in the the request.
|
9115
|
+
*/
|
9116
|
+
ClientToken?: String;
|
9117
|
+
}
|
9058
9118
|
export interface CreateInstanceEventWindowRequest {
|
9059
9119
|
/**
|
9060
9120
|
* 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.
|
@@ -9801,7 +9861,7 @@ declare namespace EC2 {
|
|
9801
9861
|
*/
|
9802
9862
|
Ipv6PrefixCount?: Integer;
|
9803
9863
|
/**
|
9804
|
-
* The type of network interface. The default is interface. The only supported values are efa and trunk.
|
9864
|
+
* The type of network interface. The default is interface. The only supported values are interface, efa, and trunk.
|
9805
9865
|
*/
|
9806
9866
|
InterfaceType?: NetworkInterfaceCreationType;
|
9807
9867
|
/**
|
@@ -11751,6 +11811,22 @@ declare namespace EC2 {
|
|
11751
11811
|
*/
|
11752
11812
|
Return?: Boolean;
|
11753
11813
|
}
|
11814
|
+
export interface DeleteInstanceConnectEndpointRequest {
|
11815
|
+
/**
|
11816
|
+
* 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.
|
11817
|
+
*/
|
11818
|
+
DryRun?: Boolean;
|
11819
|
+
/**
|
11820
|
+
* The ID of the EC2 Instance Connect Endpoint to delete.
|
11821
|
+
*/
|
11822
|
+
InstanceConnectEndpointId: InstanceConnectEndpointId;
|
11823
|
+
}
|
11824
|
+
export interface DeleteInstanceConnectEndpointResult {
|
11825
|
+
/**
|
11826
|
+
* Information about the EC2 Instance Connect Endpoint.
|
11827
|
+
*/
|
11828
|
+
InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint;
|
11829
|
+
}
|
11754
11830
|
export interface DeleteInstanceEventWindowRequest {
|
11755
11831
|
/**
|
11756
11832
|
* 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.
|
@@ -12997,7 +13073,7 @@ declare namespace EC2 {
|
|
12997
13073
|
}
|
12998
13074
|
export interface DescribeAddressesRequest {
|
12999
13075
|
/**
|
13000
|
-
* One or more filters. Filter names and values are case-sensitive. allocation-id -
|
13076
|
+
* One or more filters. Filter names and values are case-sensitive. allocation-id - The allocation ID for the address. association-id - The association ID for the address. 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 - The ID of the network interface that the address is associated with, if any. network-interface-owner-id - The Amazon Web Services account ID of the owner. private-ip-address - 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.
|
13001
13077
|
*/
|
13002
13078
|
Filters?: FilterList;
|
13003
13079
|
/**
|
@@ -13005,7 +13081,7 @@ declare namespace EC2 {
|
|
13005
13081
|
*/
|
13006
13082
|
PublicIps?: PublicIpStringList;
|
13007
13083
|
/**
|
13008
|
-
*
|
13084
|
+
* Information about the allocation IDs.
|
13009
13085
|
*/
|
13010
13086
|
AllocationIds?: AllocationIdList;
|
13011
13087
|
/**
|
@@ -14338,6 +14414,38 @@ declare namespace EC2 {
|
|
14338
14414
|
*/
|
14339
14415
|
InstanceId: InstanceId;
|
14340
14416
|
}
|
14417
|
+
export interface DescribeInstanceConnectEndpointsRequest {
|
14418
|
+
/**
|
14419
|
+
* 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.
|
14420
|
+
*/
|
14421
|
+
DryRun?: Boolean;
|
14422
|
+
/**
|
14423
|
+
* The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
|
14424
|
+
*/
|
14425
|
+
MaxResults?: InstanceConnectEndpointMaxResults;
|
14426
|
+
/**
|
14427
|
+
* The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
|
14428
|
+
*/
|
14429
|
+
NextToken?: NextToken;
|
14430
|
+
/**
|
14431
|
+
* One or more filters. instance-connect-endpoint-id - The ID of the EC2 Instance Connect Endpoint. state - The state of the EC2 Instance Connect Endpoint (create-in-progress | create-complete | create-failed | delete-in-progress | delete-complete | delete-failed). subnet-id - The ID of the subnet in which the EC2 Instance Connect Endpoint was created. 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. tag-value - The value of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific value, regardless of tag key. vpc-id - The ID of the VPC in which the EC2 Instance Connect Endpoint was created.
|
14432
|
+
*/
|
14433
|
+
Filters?: FilterList;
|
14434
|
+
/**
|
14435
|
+
* One or more EC2 Instance Connect Endpoint IDs.
|
14436
|
+
*/
|
14437
|
+
InstanceConnectEndpointIds?: ValueStringList;
|
14438
|
+
}
|
14439
|
+
export interface DescribeInstanceConnectEndpointsResult {
|
14440
|
+
/**
|
14441
|
+
* Information about the EC2 Instance Connect Endpoints.
|
14442
|
+
*/
|
14443
|
+
InstanceConnectEndpoints?: InstanceConnectEndpointSet;
|
14444
|
+
/**
|
14445
|
+
* The token to include in another request to get the next page of items. This value is null when there are no more items to return.
|
14446
|
+
*/
|
14447
|
+
NextToken?: NextToken;
|
14448
|
+
}
|
14341
14449
|
export type DescribeInstanceCreditSpecificationsMaxResults = number;
|
14342
14450
|
export interface DescribeInstanceCreditSpecificationsRequest {
|
14343
14451
|
/**
|
@@ -18042,11 +18150,11 @@ declare namespace EC2 {
|
|
18042
18150
|
}
|
18043
18151
|
export interface DisassociateAddressRequest {
|
18044
18152
|
/**
|
18045
|
-
*
|
18153
|
+
* The association ID. This parameter is required.
|
18046
18154
|
*/
|
18047
18155
|
AssociationId?: ElasticIpAssociationId;
|
18048
18156
|
/**
|
18049
|
-
*
|
18157
|
+
* Deprecated.
|
18050
18158
|
*/
|
18051
18159
|
PublicIp?: EipAllocationPublicIp;
|
18052
18160
|
/**
|
@@ -18546,6 +18654,69 @@ declare namespace EC2 {
|
|
18546
18654
|
MaximumIops?: MaximumIops;
|
18547
18655
|
}
|
18548
18656
|
export type EbsOptimizedSupport = "unsupported"|"supported"|"default"|string;
|
18657
|
+
export interface Ec2InstanceConnectEndpoint {
|
18658
|
+
/**
|
18659
|
+
* The ID of the Amazon Web Services account that created the EC2 Instance Connect Endpoint.
|
18660
|
+
*/
|
18661
|
+
OwnerId?: String;
|
18662
|
+
/**
|
18663
|
+
* The ID of the EC2 Instance Connect Endpoint.
|
18664
|
+
*/
|
18665
|
+
InstanceConnectEndpointId?: InstanceConnectEndpointId;
|
18666
|
+
/**
|
18667
|
+
* The Amazon Resource Name (ARN) of the EC2 Instance Connect Endpoint.
|
18668
|
+
*/
|
18669
|
+
InstanceConnectEndpointArn?: ResourceArn;
|
18670
|
+
/**
|
18671
|
+
* The current state of the EC2 Instance Connect Endpoint.
|
18672
|
+
*/
|
18673
|
+
State?: Ec2InstanceConnectEndpointState;
|
18674
|
+
/**
|
18675
|
+
* The message for the current state of the EC2 Instance Connect Endpoint. Can include a failure message.
|
18676
|
+
*/
|
18677
|
+
StateMessage?: String;
|
18678
|
+
/**
|
18679
|
+
* The DNS name of the EC2 Instance Connect Endpoint.
|
18680
|
+
*/
|
18681
|
+
DnsName?: String;
|
18682
|
+
/**
|
18683
|
+
*
|
18684
|
+
*/
|
18685
|
+
FipsDnsName?: String;
|
18686
|
+
/**
|
18687
|
+
* The ID of the elastic network interface that Amazon EC2 automatically created when creating the EC2 Instance Connect Endpoint.
|
18688
|
+
*/
|
18689
|
+
NetworkInterfaceIds?: NetworkInterfaceIdSet;
|
18690
|
+
/**
|
18691
|
+
* The ID of the VPC in which the EC2 Instance Connect Endpoint was created.
|
18692
|
+
*/
|
18693
|
+
VpcId?: VpcId;
|
18694
|
+
/**
|
18695
|
+
* The Availability Zone of the EC2 Instance Connect Endpoint.
|
18696
|
+
*/
|
18697
|
+
AvailabilityZone?: String;
|
18698
|
+
/**
|
18699
|
+
* The date and time that the EC2 Instance Connect Endpoint was created.
|
18700
|
+
*/
|
18701
|
+
CreatedAt?: MillisecondDateTime;
|
18702
|
+
/**
|
18703
|
+
* The ID of the subnet in which the EC2 Instance Connect Endpoint was created.
|
18704
|
+
*/
|
18705
|
+
SubnetId?: SubnetId;
|
18706
|
+
/**
|
18707
|
+
* Indicates whether your client's IP address is preserved as the source. The value is true or false. If true, your client's IP address is used when you connect to a resource. If false, the elastic network interface IP address is used when you connect to a resource. Default: true
|
18708
|
+
*/
|
18709
|
+
PreserveClientIp?: Boolean;
|
18710
|
+
/**
|
18711
|
+
* The security groups associated with the endpoint. If you didn't specify a security group, the default security group for your VPC is associated with the endpoint.
|
18712
|
+
*/
|
18713
|
+
SecurityGroupIds?: SecurityGroupIdSet;
|
18714
|
+
/**
|
18715
|
+
* The tags assigned to the EC2 Instance Connect Endpoint.
|
18716
|
+
*/
|
18717
|
+
Tags?: TagList;
|
18718
|
+
}
|
18719
|
+
export type Ec2InstanceConnectEndpointState = "create-in-progress"|"create-complete"|"create-failed"|"delete-in-progress"|"delete-complete"|"delete-failed"|string;
|
18549
18720
|
export interface EfaInfo {
|
18550
18721
|
/**
|
18551
18722
|
* The maximum number of Elastic Fabric Adapters for the instance type.
|
@@ -23088,6 +23259,9 @@ declare namespace EC2 {
|
|
23088
23259
|
*/
|
23089
23260
|
TotalCapacity?: Integer;
|
23090
23261
|
}
|
23262
|
+
export type InstanceConnectEndpointId = string;
|
23263
|
+
export type InstanceConnectEndpointMaxResults = number;
|
23264
|
+
export type InstanceConnectEndpointSet = Ec2InstanceConnectEndpoint[];
|
23091
23265
|
export interface InstanceCount {
|
23092
23266
|
/**
|
23093
23267
|
* The number of listed Reserved Instances in the state specified by the state.
|
@@ -28599,7 +28773,7 @@ declare namespace EC2 {
|
|
28599
28773
|
export type MoveStatus = "movingToVpc"|"restoringToClassic"|string;
|
28600
28774
|
export interface MovingAddressStatus {
|
28601
28775
|
/**
|
28602
|
-
* The status of the Elastic IP address that's being moved
|
28776
|
+
* The status of the Elastic IP address that's being moved or restored.
|
28603
28777
|
*/
|
28604
28778
|
MoveStatus?: MoveStatus;
|
28605
28779
|
/**
|
@@ -29303,6 +29477,7 @@ declare namespace EC2 {
|
|
29303
29477
|
export type NetworkInterfaceCreationType = "efa"|"branch"|"trunk"|string;
|
29304
29478
|
export type NetworkInterfaceId = string;
|
29305
29479
|
export type NetworkInterfaceIdList = NetworkInterfaceId[];
|
29480
|
+
export type NetworkInterfaceIdSet = String[];
|
29306
29481
|
export interface NetworkInterfaceIpv6Address {
|
29307
29482
|
/**
|
29308
29483
|
* The IPv6 address.
|
@@ -30818,11 +30993,11 @@ declare namespace EC2 {
|
|
30818
30993
|
}
|
30819
30994
|
export interface ReleaseAddressRequest {
|
30820
30995
|
/**
|
30821
|
-
*
|
30996
|
+
* The allocation ID. This parameter is required.
|
30822
30997
|
*/
|
30823
30998
|
AllocationId?: AllocationId;
|
30824
30999
|
/**
|
30825
|
-
*
|
31000
|
+
* Deprecated.
|
30826
31001
|
*/
|
30827
31002
|
PublicIp?: String;
|
30828
31003
|
/**
|
@@ -31974,7 +32149,7 @@ declare namespace EC2 {
|
|
31974
32149
|
*/
|
31975
32150
|
ResourceTypes?: ValueStringList;
|
31976
32151
|
}
|
31977
|
-
export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|string;
|
32152
|
+
export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|string;
|
31978
32153
|
export interface ResponseError {
|
31979
32154
|
/**
|
31980
32155
|
* The error code.
|
@@ -33299,7 +33474,9 @@ declare namespace EC2 {
|
|
33299
33474
|
}
|
33300
33475
|
export type SecurityGroupId = string;
|
33301
33476
|
export type SecurityGroupIdList = SecurityGroupId[];
|
33477
|
+
export type SecurityGroupIdSet = SecurityGroupId[];
|
33302
33478
|
export type SecurityGroupIdStringList = SecurityGroupId[];
|
33479
|
+
export type SecurityGroupIdStringListRequest = SecurityGroupId[];
|
33303
33480
|
export interface SecurityGroupIdentifier {
|
33304
33481
|
/**
|
33305
33482
|
* The ID of the security group.
|