@aws-sdk/client-ec2 3.118.1 → 3.127.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 +33 -0
- package/dist-cjs/EC2.js +150 -0
- package/dist-cjs/commands/AssociateTransitGatewayPolicyTableCommand.js +36 -0
- package/dist-cjs/commands/CreateTransitGatewayCommand.js +2 -1
- package/dist-cjs/commands/CreateTransitGatewayPolicyTableCommand.js +36 -0
- package/dist-cjs/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +36 -0
- package/dist-cjs/commands/DeleteTransitGatewayPolicyTableCommand.js +36 -0
- package/dist-cjs/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +36 -0
- package/dist-cjs/commands/DescribeClientVpnConnectionsCommand.js +2 -1
- package/dist-cjs/commands/DescribeClientVpnEndpointsCommand.js +3 -3
- package/dist-cjs/commands/DescribeClientVpnRoutesCommand.js +1 -2
- package/dist-cjs/commands/DescribeNetworkInsightsAnalysesCommand.js +2 -1
- package/dist-cjs/commands/DescribeNetworkInsightsPathsCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInterfaceAttributeCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInterfacePermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInterfacesCommand.js +3 -3
- package/dist-cjs/commands/DescribePlacementGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribePrefixListsCommand.js +3 -3
- package/dist-cjs/commands/DescribePrincipalIdFormatCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayPolicyTablesCommand.js +36 -0
- package/dist-cjs/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +36 -0
- package/dist-cjs/commands/DisassociateTransitGatewayPolicyTableCommand.js +36 -0
- package/dist-cjs/commands/ExportImageCommand.js +3 -3
- package/dist-cjs/commands/ExportTransitGatewayRoutesCommand.js +3 -3
- package/dist-cjs/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +3 -3
- package/dist-cjs/commands/GetAssociatedIpv6PoolCidrsCommand.js +3 -3
- package/dist-cjs/commands/GetCapacityReservationUsageCommand.js +3 -3
- package/dist-cjs/commands/GetCoipPoolUsageCommand.js +3 -3
- package/dist-cjs/commands/GetConsoleOutputCommand.js +3 -3
- package/dist-cjs/commands/GetConsoleScreenshotCommand.js +3 -3
- package/dist-cjs/commands/GetDefaultCreditSpecificationCommand.js +3 -3
- package/dist-cjs/commands/GetEbsDefaultKmsKeyIdCommand.js +3 -3
- package/dist-cjs/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +36 -0
- package/dist-cjs/commands/GetTransitGatewayPolicyTableEntriesCommand.js +36 -0
- package/dist-cjs/commands/RegisterInstanceEventNotificationAttributesCommand.js +3 -3
- package/dist-cjs/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +3 -3
- package/dist-cjs/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +3 -3
- package/dist-cjs/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +3 -3
- package/dist-cjs/commands/RejectTransitGatewayPeeringAttachmentCommand.js +3 -3
- package/dist-cjs/commands/RejectTransitGatewayVpcAttachmentCommand.js +3 -3
- package/dist-cjs/commands/RejectVpcEndpointConnectionsCommand.js +3 -3
- package/dist-cjs/commands/RejectVpcPeeringConnectionCommand.js +3 -3
- package/dist-cjs/commands/ReleaseAddressCommand.js +2 -2
- package/dist-cjs/commands/ReleaseHostsCommand.js +3 -3
- package/dist-cjs/commands/ReleaseIpamPoolAllocationCommand.js +3 -3
- package/dist-cjs/commands/ReplaceIamInstanceProfileAssociationCommand.js +3 -3
- package/dist-cjs/commands/ReplaceNetworkAclAssociationCommand.js +3 -3
- package/dist-cjs/commands/ReplaceNetworkAclEntryCommand.js +2 -2
- package/dist-cjs/commands/ReplaceRouteCommand.js +2 -2
- package/dist-cjs/commands/ReplaceRouteTableAssociationCommand.js +3 -3
- package/dist-cjs/commands/ReplaceTransitGatewayRouteCommand.js +1 -2
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/models/models_0.js +35 -36
- package/dist-cjs/models/models_1.js +41 -30
- package/dist-cjs/models/models_2.js +117 -102
- package/dist-cjs/models/models_3.js +102 -120
- package/dist-cjs/models/models_4.js +156 -156
- package/dist-cjs/models/models_5.js +198 -204
- package/dist-cjs/models/models_6.js +201 -2
- package/dist-cjs/pagination/DescribeTransitGatewayPolicyTablesPaginator.js +36 -0
- package/dist-cjs/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.js +36 -0
- package/dist-cjs/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_ec2.js +3702 -2114
- package/dist-es/EC2.js +150 -0
- package/dist-es/commands/AssociateTransitGatewayPolicyTableCommand.js +39 -0
- package/dist-es/commands/CreateTransitGatewayCommand.js +2 -1
- package/dist-es/commands/CreateTransitGatewayPolicyTableCommand.js +39 -0
- package/dist-es/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +39 -0
- package/dist-es/commands/DeleteTransitGatewayPolicyTableCommand.js +39 -0
- package/dist-es/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +39 -0
- package/dist-es/commands/DescribeClientVpnConnectionsCommand.js +2 -1
- package/dist-es/commands/DescribeClientVpnEndpointsCommand.js +1 -1
- package/dist-es/commands/DescribeClientVpnRoutesCommand.js +1 -2
- package/dist-es/commands/DescribeNetworkInsightsAnalysesCommand.js +2 -1
- package/dist-es/commands/DescribeNetworkInsightsPathsCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInterfaceAttributeCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInterfacePermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInterfacesCommand.js +1 -1
- package/dist-es/commands/DescribePlacementGroupsCommand.js +1 -1
- package/dist-es/commands/DescribePrefixListsCommand.js +1 -1
- package/dist-es/commands/DescribePrincipalIdFormatCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayPolicyTablesCommand.js +39 -0
- package/dist-es/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +39 -0
- package/dist-es/commands/DisassociateTransitGatewayPolicyTableCommand.js +39 -0
- package/dist-es/commands/ExportImageCommand.js +1 -1
- package/dist-es/commands/ExportTransitGatewayRoutesCommand.js +1 -1
- package/dist-es/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +1 -1
- package/dist-es/commands/GetAssociatedIpv6PoolCidrsCommand.js +1 -1
- package/dist-es/commands/GetCapacityReservationUsageCommand.js +1 -1
- package/dist-es/commands/GetCoipPoolUsageCommand.js +1 -1
- package/dist-es/commands/GetConsoleOutputCommand.js +1 -1
- package/dist-es/commands/GetConsoleScreenshotCommand.js +1 -1
- package/dist-es/commands/GetDefaultCreditSpecificationCommand.js +1 -1
- package/dist-es/commands/GetEbsDefaultKmsKeyIdCommand.js +1 -1
- package/dist-es/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +39 -0
- package/dist-es/commands/GetTransitGatewayPolicyTableEntriesCommand.js +39 -0
- package/dist-es/commands/RegisterInstanceEventNotificationAttributesCommand.js +1 -1
- package/dist-es/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +1 -1
- package/dist-es/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +1 -1
- package/dist-es/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +1 -1
- package/dist-es/commands/RejectTransitGatewayPeeringAttachmentCommand.js +1 -1
- package/dist-es/commands/RejectTransitGatewayVpcAttachmentCommand.js +1 -1
- package/dist-es/commands/RejectVpcEndpointConnectionsCommand.js +1 -1
- package/dist-es/commands/RejectVpcPeeringConnectionCommand.js +1 -1
- package/dist-es/commands/ReleaseAddressCommand.js +1 -1
- package/dist-es/commands/ReleaseHostsCommand.js +1 -1
- package/dist-es/commands/ReleaseIpamPoolAllocationCommand.js +1 -1
- package/dist-es/commands/ReplaceIamInstanceProfileAssociationCommand.js +1 -1
- package/dist-es/commands/ReplaceNetworkAclAssociationCommand.js +1 -1
- package/dist-es/commands/ReplaceNetworkAclEntryCommand.js +1 -1
- package/dist-es/commands/ReplaceRouteCommand.js +1 -1
- package/dist-es/commands/ReplaceRouteTableAssociationCommand.js +1 -1
- package/dist-es/commands/ReplaceTransitGatewayRouteCommand.js +1 -2
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +21 -26
- package/dist-es/models/models_1.js +31 -16
- package/dist-es/models/models_2.js +81 -64
- package/dist-es/models/models_3.js +64 -76
- package/dist-es/models/models_4.js +100 -100
- package/dist-es/models/models_5.js +128 -132
- package/dist-es/models/models_6.js +132 -0
- package/dist-es/pagination/DescribeTransitGatewayPolicyTablesPaginator.js +75 -0
- package/dist-es/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.js +75 -0
- package/dist-es/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.js +75 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_ec2.js +4029 -2321
- package/dist-types/EC2.d.ts +80 -7
- package/dist-types/EC2Client.d.ts +12 -2
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +35 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +2 -2
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +35 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +35 -0
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +35 -0
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +35 -0
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +35 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +35 -0
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +4 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +6 -6
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +93 -73
- package/dist-types/models/models_1.d.ts +134 -143
- package/dist-types/models/models_2.d.ts +367 -504
- package/dist-types/models/models_3.d.ts +6185 -6615
- package/dist-types/models/models_4.d.ts +6273 -5847
- package/dist-types/models/models_5.d.ts +4669 -4540
- package/dist-types/models/models_6.d.ts +708 -5
- package/dist-types/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_ec2.d.ts +30 -0
- package/dist-types/ts3.4/EC2.d.ts +50 -0
- package/dist-types/ts3.4/EC2Client.d.ts +12 -2
- package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +54 -41
- package/dist-types/ts3.4/models/models_1.d.ts +48 -70
- package/dist-types/ts3.4/models/models_2.d.ts +220 -260
- package/dist-types/ts3.4/models/models_3.d.ts +260 -359
- package/dist-types/ts3.4/models/models_4.d.ts +441 -324
- package/dist-types/ts3.4/models/models_5.d.ts +420 -396
- package/dist-types/ts3.4/models/models_6.d.ts +396 -5
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +30 -0
- package/package.json +28 -28
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ReleaseAddressRequest } from "../models/
|
|
4
|
+
import { ReleaseAddressRequest } from "../models/models_6";
|
|
5
5
|
export interface ReleaseAddressCommandInput extends ReleaseAddressRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ReleaseAddressCommandOutput extends __MetadataBearer {
|
|
@@ -19,6 +19,9 @@ export interface ReleaseAddressCommandOutput extends __MetadataBearer {
|
|
|
19
19
|
* <code>AuthFailure</code> error if the address is already allocated to another Amazon Web Services account.</p>
|
|
20
20
|
* <p>[EC2-VPC] After you release an Elastic IP address for use in a VPC, you might be able to recover it.
|
|
21
21
|
* For more information, see <a>AllocateAddress</a>.</p>
|
|
22
|
+
* <p>For more
|
|
23
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP
|
|
24
|
+
* Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
22
25
|
* @example
|
|
23
26
|
* Use a bare-bones client and the command you need to make an API call.
|
|
24
27
|
* ```javascript
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ReleaseHostsRequest, ReleaseHostsResult } from "../models/
|
|
4
|
+
import { ReleaseHostsRequest, ReleaseHostsResult } from "../models/models_6";
|
|
5
5
|
export interface ReleaseHostsCommandInput extends ReleaseHostsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ReleaseHostsCommandOutput extends ReleaseHostsResult, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ReleaseIpamPoolAllocationRequest, ReleaseIpamPoolAllocationResult } from "../models/
|
|
4
|
+
import { ReleaseIpamPoolAllocationRequest, ReleaseIpamPoolAllocationResult } from "../models/models_6";
|
|
5
5
|
export interface ReleaseIpamPoolAllocationCommandInput extends ReleaseIpamPoolAllocationRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ReleaseIpamPoolAllocationCommandOutput extends ReleaseIpamPoolAllocationResult, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ReplaceIamInstanceProfileAssociationRequest, ReplaceIamInstanceProfileAssociationResult } from "../models/
|
|
4
|
+
import { ReplaceIamInstanceProfileAssociationRequest, ReplaceIamInstanceProfileAssociationResult } from "../models/models_6";
|
|
5
5
|
export interface ReplaceIamInstanceProfileAssociationCommandInput extends ReplaceIamInstanceProfileAssociationRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ReplaceIamInstanceProfileAssociationCommandOutput extends ReplaceIamInstanceProfileAssociationResult, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult } from "../models/
|
|
4
|
+
import { ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult } from "../models/models_6";
|
|
5
5
|
export interface ReplaceNetworkAclAssociationCommandInput extends ReplaceNetworkAclAssociationRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ReplaceNetworkAclAssociationCommandOutput extends ReplaceNetworkAclAssociationResult, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ReplaceNetworkAclEntryRequest } from "../models/
|
|
4
|
+
import { ReplaceNetworkAclEntryRequest } from "../models/models_6";
|
|
5
5
|
export interface ReplaceNetworkAclEntryCommandInput extends ReplaceNetworkAclEntryRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ReplaceNetworkAclEntryCommandOutput extends __MetadataBearer {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ReplaceRouteRequest } from "../models/
|
|
4
|
+
import { ReplaceRouteRequest } from "../models/models_6";
|
|
5
5
|
export interface ReplaceRouteCommandInput extends ReplaceRouteRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ReplaceRouteCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Replaces an existing route within a route table in a VPC
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
10
|
+
* <p>Replaces an existing route within a route table in a VPC.</p>
|
|
11
|
+
* <p>You must specify either a destination CIDR block or a prefix list ID. You must also specify
|
|
12
|
+
* exactly one of the resources from the parameter list, or reset the local route to its default
|
|
13
|
+
* target.</p>
|
|
14
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the
|
|
15
15
|
* <i>Amazon Virtual Private Cloud User Guide</i>.</p>
|
|
16
16
|
* @example
|
|
17
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ReplaceRouteTableAssociationRequest, ReplaceRouteTableAssociationResult } from "../models/
|
|
4
|
+
import { ReplaceRouteTableAssociationRequest, ReplaceRouteTableAssociationResult } from "../models/models_6";
|
|
5
5
|
export interface ReplaceRouteTableAssociationCommandInput extends ReplaceRouteTableAssociationRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ReplaceRouteTableAssociationCommandOutput extends ReplaceRouteTableAssociationResult, __MetadataBearer {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ReplaceTransitGatewayRouteRequest } from "../models/
|
|
5
|
-
import { ReplaceTransitGatewayRouteResult } from "../models/models_6";
|
|
4
|
+
import { ReplaceTransitGatewayRouteRequest, ReplaceTransitGatewayRouteResult } from "../models/models_6";
|
|
6
5
|
export interface ReplaceTransitGatewayRouteCommandInput extends ReplaceTransitGatewayRouteRequest {
|
|
7
6
|
}
|
|
8
7
|
export interface ReplaceTransitGatewayRouteCommandOutput extends ReplaceTransitGatewayRouteResult, __MetadataBearer {
|
|
@@ -20,6 +20,7 @@ export * from "./AssociateInstanceEventWindowCommand";
|
|
|
20
20
|
export * from "./AssociateRouteTableCommand";
|
|
21
21
|
export * from "./AssociateSubnetCidrBlockCommand";
|
|
22
22
|
export * from "./AssociateTransitGatewayMulticastDomainCommand";
|
|
23
|
+
export * from "./AssociateTransitGatewayPolicyTableCommand";
|
|
23
24
|
export * from "./AssociateTransitGatewayRouteTableCommand";
|
|
24
25
|
export * from "./AssociateTrunkInterfaceCommand";
|
|
25
26
|
export * from "./AssociateVpcCidrBlockCommand";
|
|
@@ -102,8 +103,10 @@ export * from "./CreateTransitGatewayConnectCommand";
|
|
|
102
103
|
export * from "./CreateTransitGatewayConnectPeerCommand";
|
|
103
104
|
export * from "./CreateTransitGatewayMulticastDomainCommand";
|
|
104
105
|
export * from "./CreateTransitGatewayPeeringAttachmentCommand";
|
|
106
|
+
export * from "./CreateTransitGatewayPolicyTableCommand";
|
|
105
107
|
export * from "./CreateTransitGatewayPrefixListReferenceCommand";
|
|
106
108
|
export * from "./CreateTransitGatewayRouteCommand";
|
|
109
|
+
export * from "./CreateTransitGatewayRouteTableAnnouncementCommand";
|
|
107
110
|
export * from "./CreateTransitGatewayRouteTableCommand";
|
|
108
111
|
export * from "./CreateTransitGatewayVpcAttachmentCommand";
|
|
109
112
|
export * from "./CreateVolumeCommand";
|
|
@@ -164,8 +167,10 @@ export * from "./DeleteTransitGatewayConnectCommand";
|
|
|
164
167
|
export * from "./DeleteTransitGatewayConnectPeerCommand";
|
|
165
168
|
export * from "./DeleteTransitGatewayMulticastDomainCommand";
|
|
166
169
|
export * from "./DeleteTransitGatewayPeeringAttachmentCommand";
|
|
170
|
+
export * from "./DeleteTransitGatewayPolicyTableCommand";
|
|
167
171
|
export * from "./DeleteTransitGatewayPrefixListReferenceCommand";
|
|
168
172
|
export * from "./DeleteTransitGatewayRouteCommand";
|
|
173
|
+
export * from "./DeleteTransitGatewayRouteTableAnnouncementCommand";
|
|
169
174
|
export * from "./DeleteTransitGatewayRouteTableCommand";
|
|
170
175
|
export * from "./DeleteTransitGatewayVpcAttachmentCommand";
|
|
171
176
|
export * from "./DeleteVolumeCommand";
|
|
@@ -296,6 +301,8 @@ export * from "./DescribeTransitGatewayConnectPeersCommand";
|
|
|
296
301
|
export * from "./DescribeTransitGatewayConnectsCommand";
|
|
297
302
|
export * from "./DescribeTransitGatewayMulticastDomainsCommand";
|
|
298
303
|
export * from "./DescribeTransitGatewayPeeringAttachmentsCommand";
|
|
304
|
+
export * from "./DescribeTransitGatewayPolicyTablesCommand";
|
|
305
|
+
export * from "./DescribeTransitGatewayRouteTableAnnouncementsCommand";
|
|
299
306
|
export * from "./DescribeTransitGatewayRouteTablesCommand";
|
|
300
307
|
export * from "./DescribeTransitGatewayVpcAttachmentsCommand";
|
|
301
308
|
export * from "./DescribeTransitGatewaysCommand";
|
|
@@ -340,6 +347,7 @@ export * from "./DisassociateInstanceEventWindowCommand";
|
|
|
340
347
|
export * from "./DisassociateRouteTableCommand";
|
|
341
348
|
export * from "./DisassociateSubnetCidrBlockCommand";
|
|
342
349
|
export * from "./DisassociateTransitGatewayMulticastDomainCommand";
|
|
350
|
+
export * from "./DisassociateTransitGatewayPolicyTableCommand";
|
|
343
351
|
export * from "./DisassociateTransitGatewayRouteTableCommand";
|
|
344
352
|
export * from "./DisassociateTrunkInterfaceCommand";
|
|
345
353
|
export * from "./DisassociateVpcCidrBlockCommand";
|
|
@@ -388,6 +396,8 @@ export * from "./GetSpotPlacementScoresCommand";
|
|
|
388
396
|
export * from "./GetSubnetCidrReservationsCommand";
|
|
389
397
|
export * from "./GetTransitGatewayAttachmentPropagationsCommand";
|
|
390
398
|
export * from "./GetTransitGatewayMulticastDomainAssociationsCommand";
|
|
399
|
+
export * from "./GetTransitGatewayPolicyTableAssociationsCommand";
|
|
400
|
+
export * from "./GetTransitGatewayPolicyTableEntriesCommand";
|
|
391
401
|
export * from "./GetTransitGatewayPrefixListReferencesCommand";
|
|
392
402
|
export * from "./GetTransitGatewayRouteTableAssociationsCommand";
|
|
393
403
|
export * from "./GetTransitGatewayRouteTablePropagationsCommand";
|
|
@@ -288,6 +288,7 @@ export interface PeeringTgwInfo {
|
|
|
288
288
|
* <p>The ID of the transit gateway.</p>
|
|
289
289
|
*/
|
|
290
290
|
TransitGatewayId?: string;
|
|
291
|
+
CoreNetworkId?: string;
|
|
291
292
|
/**
|
|
292
293
|
* <p>The ID of the Amazon Web Services account that owns the transit gateway.</p>
|
|
293
294
|
*/
|
|
@@ -303,6 +304,19 @@ export declare namespace PeeringTgwInfo {
|
|
|
303
304
|
*/
|
|
304
305
|
const filterSensitiveLog: (obj: PeeringTgwInfo) => any;
|
|
305
306
|
}
|
|
307
|
+
export declare enum DynamicRoutingValue {
|
|
308
|
+
disable = "disable",
|
|
309
|
+
enable = "enable"
|
|
310
|
+
}
|
|
311
|
+
export interface TransitGatewayPeeringAttachmentOptions {
|
|
312
|
+
DynamicRouting?: DynamicRoutingValue | string;
|
|
313
|
+
}
|
|
314
|
+
export declare namespace TransitGatewayPeeringAttachmentOptions {
|
|
315
|
+
/**
|
|
316
|
+
* @internal
|
|
317
|
+
*/
|
|
318
|
+
const filterSensitiveLog: (obj: TransitGatewayPeeringAttachmentOptions) => any;
|
|
319
|
+
}
|
|
306
320
|
export declare type TransitGatewayAttachmentState = "available" | "deleted" | "deleting" | "failed" | "failing" | "initiating" | "initiatingRequest" | "modifying" | "pending" | "pendingAcceptance" | "rejected" | "rejecting" | "rollingBack";
|
|
307
321
|
/**
|
|
308
322
|
* <p>The status of the transit gateway peering attachment.</p>
|
|
@@ -353,6 +367,10 @@ export interface TransitGatewayPeeringAttachment {
|
|
|
353
367
|
* <p>The ID of the transit gateway peering attachment.</p>
|
|
354
368
|
*/
|
|
355
369
|
TransitGatewayAttachmentId?: string;
|
|
370
|
+
/**
|
|
371
|
+
* <p>The ID of the accepter transit gateway attachment.</p>
|
|
372
|
+
*/
|
|
373
|
+
AccepterTransitGatewayAttachmentId?: string;
|
|
356
374
|
/**
|
|
357
375
|
* <p>Information about the requester transit gateway.</p>
|
|
358
376
|
*/
|
|
@@ -361,6 +379,7 @@ export interface TransitGatewayPeeringAttachment {
|
|
|
361
379
|
* <p>Information about the accepter transit gateway.</p>
|
|
362
380
|
*/
|
|
363
381
|
AccepterTgwInfo?: PeeringTgwInfo;
|
|
382
|
+
Options?: TransitGatewayPeeringAttachmentOptions;
|
|
364
383
|
/**
|
|
365
384
|
* <p>The status of the transit gateway peering attachment.</p>
|
|
366
385
|
*/
|
|
@@ -1087,7 +1106,7 @@ export interface PathComponent {
|
|
|
1087
1106
|
*/
|
|
1088
1107
|
AdditionalDetails?: AdditionalDetail[];
|
|
1089
1108
|
/**
|
|
1090
|
-
* <p>
|
|
1109
|
+
* <p>The transit gateway.</p>
|
|
1091
1110
|
*/
|
|
1092
1111
|
TransitGateway?: AnalysisComponent;
|
|
1093
1112
|
/**
|
|
@@ -1658,7 +1677,7 @@ export declare namespace AdvertiseByoipCidrResult {
|
|
|
1658
1677
|
const filterSensitiveLog: (obj: AdvertiseByoipCidrResult) => any;
|
|
1659
1678
|
}
|
|
1660
1679
|
export declare type Affinity = "default" | "host";
|
|
1661
|
-
export declare type ResourceType = "capacity-reservation" | "carrier-gateway" | "client-vpn-endpoint" | "customer-gateway" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-gpu" | "elastic-ip" | "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-route-table-virtual-interface-group-association" | "local-gateway-route-table-vpc-association" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "natgateway" | "network-acl" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "network-insights-analysis" | "network-insights-path" | "network-interface" | "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-route-table" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-service" | "vpc-flow-log" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway";
|
|
1680
|
+
export declare type ResourceType = "capacity-reservation" | "carrier-gateway" | "client-vpn-endpoint" | "customer-gateway" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-gpu" | "elastic-ip" | "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-route-table-virtual-interface-group-association" | "local-gateway-route-table-vpc-association" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "natgateway" | "network-acl" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "network-insights-analysis" | "network-insights-path" | "network-interface" | "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-service" | "vpc-flow-log" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway";
|
|
1662
1681
|
/**
|
|
1663
1682
|
* <p>The tags to apply to a resource when the resource is being created.</p>
|
|
1664
1683
|
*/
|
|
@@ -2837,6 +2856,72 @@ export declare namespace AssociateTransitGatewayMulticastDomainResult {
|
|
|
2837
2856
|
*/
|
|
2838
2857
|
const filterSensitiveLog: (obj: AssociateTransitGatewayMulticastDomainResult) => any;
|
|
2839
2858
|
}
|
|
2859
|
+
export interface AssociateTransitGatewayPolicyTableRequest {
|
|
2860
|
+
/**
|
|
2861
|
+
* <p>The ID of the transit gateway policy table to associate with the transit gateway attachment.</p>
|
|
2862
|
+
*/
|
|
2863
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
2864
|
+
/**
|
|
2865
|
+
* <p>The ID of the transit gateway attachment to associate with the policy table.</p>
|
|
2866
|
+
*/
|
|
2867
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
2868
|
+
/**
|
|
2869
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
2870
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
2871
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
2872
|
+
*/
|
|
2873
|
+
DryRun?: boolean;
|
|
2874
|
+
}
|
|
2875
|
+
export declare namespace AssociateTransitGatewayPolicyTableRequest {
|
|
2876
|
+
/**
|
|
2877
|
+
* @internal
|
|
2878
|
+
*/
|
|
2879
|
+
const filterSensitiveLog: (obj: AssociateTransitGatewayPolicyTableRequest) => any;
|
|
2880
|
+
}
|
|
2881
|
+
export declare type TransitGatewayAssociationState = "associated" | "associating" | "disassociated" | "disassociating";
|
|
2882
|
+
/**
|
|
2883
|
+
* <p>Describes a transit gateway policy table association.</p>
|
|
2884
|
+
*/
|
|
2885
|
+
export interface TransitGatewayPolicyTableAssociation {
|
|
2886
|
+
/**
|
|
2887
|
+
* <p>The ID of the transit gateway policy table.</p>
|
|
2888
|
+
*/
|
|
2889
|
+
TransitGatewayPolicyTableId?: string;
|
|
2890
|
+
/**
|
|
2891
|
+
* <p>The ID of the transit gateway attachment.</p>
|
|
2892
|
+
*/
|
|
2893
|
+
TransitGatewayAttachmentId?: string;
|
|
2894
|
+
/**
|
|
2895
|
+
* <p>The resource ID of the transit gateway attachment.</p>
|
|
2896
|
+
*/
|
|
2897
|
+
ResourceId?: string;
|
|
2898
|
+
/**
|
|
2899
|
+
* <p>The resource type for the transit gateway policy table association.</p>
|
|
2900
|
+
*/
|
|
2901
|
+
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
2902
|
+
/**
|
|
2903
|
+
* <p>The state of the transit gateway policy table association.</p>
|
|
2904
|
+
*/
|
|
2905
|
+
State?: TransitGatewayAssociationState | string;
|
|
2906
|
+
}
|
|
2907
|
+
export declare namespace TransitGatewayPolicyTableAssociation {
|
|
2908
|
+
/**
|
|
2909
|
+
* @internal
|
|
2910
|
+
*/
|
|
2911
|
+
const filterSensitiveLog: (obj: TransitGatewayPolicyTableAssociation) => any;
|
|
2912
|
+
}
|
|
2913
|
+
export interface AssociateTransitGatewayPolicyTableResult {
|
|
2914
|
+
/**
|
|
2915
|
+
* <p>Describes the association of a transit gateway and a transit gateway policy table.</p>
|
|
2916
|
+
*/
|
|
2917
|
+
Association?: TransitGatewayPolicyTableAssociation;
|
|
2918
|
+
}
|
|
2919
|
+
export declare namespace AssociateTransitGatewayPolicyTableResult {
|
|
2920
|
+
/**
|
|
2921
|
+
* @internal
|
|
2922
|
+
*/
|
|
2923
|
+
const filterSensitiveLog: (obj: AssociateTransitGatewayPolicyTableResult) => any;
|
|
2924
|
+
}
|
|
2840
2925
|
export interface AssociateTransitGatewayRouteTableRequest {
|
|
2841
2926
|
/**
|
|
2842
2927
|
* <p>The ID of the transit gateway route table.</p>
|
|
@@ -2859,7 +2944,6 @@ export declare namespace AssociateTransitGatewayRouteTableRequest {
|
|
|
2859
2944
|
*/
|
|
2860
2945
|
const filterSensitiveLog: (obj: AssociateTransitGatewayRouteTableRequest) => any;
|
|
2861
2946
|
}
|
|
2862
|
-
export declare type TransitGatewayAssociationState = "associated" | "associating" | "disassociated" | "disassociating";
|
|
2863
2947
|
/**
|
|
2864
2948
|
* <p>Describes an association between a resource attachment and a transit gateway route table.</p>
|
|
2865
2949
|
*/
|
|
@@ -4967,8 +5051,9 @@ export interface CreateCapacityReservationRequest {
|
|
|
4967
5051
|
*/
|
|
4968
5052
|
EbsOptimized?: boolean;
|
|
4969
5053
|
/**
|
|
4970
|
-
* <p>
|
|
4971
|
-
*
|
|
5054
|
+
* <p>
|
|
5055
|
+
* <i>Deprecated.</i>
|
|
5056
|
+
* </p>
|
|
4972
5057
|
*/
|
|
4973
5058
|
EphemeralStorage?: boolean;
|
|
4974
5059
|
/**
|
|
@@ -5113,8 +5198,9 @@ export interface CapacityReservation {
|
|
|
5113
5198
|
*/
|
|
5114
5199
|
EbsOptimized?: boolean;
|
|
5115
5200
|
/**
|
|
5116
|
-
* <p>
|
|
5117
|
-
*
|
|
5201
|
+
* <p>
|
|
5202
|
+
* <i>Deprecated.</i>
|
|
5203
|
+
* </p>
|
|
5118
5204
|
*/
|
|
5119
5205
|
EphemeralStorage?: boolean;
|
|
5120
5206
|
/**
|
|
@@ -6543,69 +6629,3 @@ export declare enum FleetExcessCapacityTerminationPolicy {
|
|
|
6543
6629
|
NO_TERMINATION = "no-termination",
|
|
6544
6630
|
TERMINATION = "termination"
|
|
6545
6631
|
}
|
|
6546
|
-
/**
|
|
6547
|
-
* <p>Describes the Amazon EC2 launch template and the launch template version that can be used by
|
|
6548
|
-
* an EC2 Fleet to configure Amazon EC2 instances. For information about launch templates, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html">Launching
|
|
6549
|
-
* an instance from a launch template</a> in the
|
|
6550
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
6551
|
-
*/
|
|
6552
|
-
export interface FleetLaunchTemplateSpecificationRequest {
|
|
6553
|
-
/**
|
|
6554
|
-
* <p>The ID of the launch template. If you specify the template ID, you can't specify the template name.</p>
|
|
6555
|
-
*/
|
|
6556
|
-
LaunchTemplateId?: string;
|
|
6557
|
-
/**
|
|
6558
|
-
* <p>The name of the launch template. If you specify the template name, you can't specify the template ID.</p>
|
|
6559
|
-
*/
|
|
6560
|
-
LaunchTemplateName?: string;
|
|
6561
|
-
/**
|
|
6562
|
-
* <p>The launch template version number, <code>$Latest</code>, or <code>$Default</code>. You must specify a value, otherwise the request fails.</p>
|
|
6563
|
-
* <p>If the value is <code>$Latest</code>, Amazon EC2 uses the latest version of the launch template.</p>
|
|
6564
|
-
* <p>If the value is <code>$Default</code>, Amazon EC2 uses the default version of the launch template.</p>
|
|
6565
|
-
*/
|
|
6566
|
-
Version?: string;
|
|
6567
|
-
}
|
|
6568
|
-
export declare namespace FleetLaunchTemplateSpecificationRequest {
|
|
6569
|
-
/**
|
|
6570
|
-
* @internal
|
|
6571
|
-
*/
|
|
6572
|
-
const filterSensitiveLog: (obj: FleetLaunchTemplateSpecificationRequest) => any;
|
|
6573
|
-
}
|
|
6574
|
-
export declare enum BareMetal {
|
|
6575
|
-
EXCLUDED = "excluded",
|
|
6576
|
-
INCLUDED = "included",
|
|
6577
|
-
REQUIRED = "required"
|
|
6578
|
-
}
|
|
6579
|
-
/**
|
|
6580
|
-
* <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
|
|
6581
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon
|
|
6582
|
-
* EBS–optimized instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
6583
|
-
*/
|
|
6584
|
-
export interface BaselineEbsBandwidthMbpsRequest {
|
|
6585
|
-
/**
|
|
6586
|
-
* <p>The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit
|
|
6587
|
-
* this parameter.</p>
|
|
6588
|
-
*/
|
|
6589
|
-
Min?: number;
|
|
6590
|
-
/**
|
|
6591
|
-
* <p>The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit
|
|
6592
|
-
* this parameter.</p>
|
|
6593
|
-
*/
|
|
6594
|
-
Max?: number;
|
|
6595
|
-
}
|
|
6596
|
-
export declare namespace BaselineEbsBandwidthMbpsRequest {
|
|
6597
|
-
/**
|
|
6598
|
-
* @internal
|
|
6599
|
-
*/
|
|
6600
|
-
const filterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
|
|
6601
|
-
}
|
|
6602
|
-
export declare enum BurstablePerformance {
|
|
6603
|
-
EXCLUDED = "excluded",
|
|
6604
|
-
INCLUDED = "included",
|
|
6605
|
-
REQUIRED = "required"
|
|
6606
|
-
}
|
|
6607
|
-
export declare enum CpuManufacturer {
|
|
6608
|
-
AMAZON_WEB_SERVICES = "amazon-web-services",
|
|
6609
|
-
AMD = "amd",
|
|
6610
|
-
INTEL = "intel"
|
|
6611
|
-
}
|