@aws-sdk/client-ec2 3.121.0 → 3.130.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 +30 -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/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 +1 -2
- 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 +1 -2
- 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/index.js +10 -0
- package/dist-cjs/models/models_0.js +35 -36
- package/dist-cjs/models/models_1.js +36 -24
- package/dist-cjs/models/models_2.js +111 -96
- package/dist-cjs/models/models_3.js +96 -114
- package/dist-cjs/models/models_4.js +150 -150
- package/dist-cjs/models/models_5.js +192 -198
- package/dist-cjs/models/models_6.js +195 -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 +1080 -21
- 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/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 -2
- 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 -2
- 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/index.js +10 -0
- package/dist-es/models/models_0.js +21 -26
- package/dist-es/models/models_1.js +26 -12
- package/dist-es/models/models_2.js +77 -60
- package/dist-es/models/models_3.js +60 -72
- package/dist-es/models/models_4.js +96 -96
- package/dist-es/models/models_5.js +124 -128
- package/dist-es/models/models_6.js +128 -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 +1387 -208
- package/dist-types/EC2.d.ts +73 -2
- package/dist-types/EC2Client.d.ts +12 -2
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +35 -0
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +3 -2
- 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/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 -2
- 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 -2
- 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 +1 -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 +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +86 -68
- package/dist-types/models/models_1.d.ts +69 -112
- package/dist-types/models/models_2.d.ts +352 -462
- package/dist-types/models/models_3.d.ts +6282 -6748
- package/dist-types/models/models_4.d.ts +6282 -5860
- package/dist-types/models/models_5.d.ts +4656 -4507
- package/dist-types/models/models_6.d.ts +678 -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/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 -2
- 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 -2
- 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/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 +42 -63
- package/dist-types/ts3.4/models/models_2.d.ts +211 -244
- package/dist-types/ts3.4/models/models_3.d.ts +244 -349
- package/dist-types/ts3.4/models/models_4.d.ts +431 -316
- package/dist-types/ts3.4/models/models_5.d.ts +412 -380
- package/dist-types/ts3.4/models/models_6.d.ts +380 -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 { 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,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 { 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 {
|
|
@@ -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 {
|
|
@@ -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
|
*/
|
|
@@ -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
|
*/
|
|
@@ -6545,69 +6629,3 @@ export declare enum FleetExcessCapacityTerminationPolicy {
|
|
|
6545
6629
|
NO_TERMINATION = "no-termination",
|
|
6546
6630
|
TERMINATION = "termination"
|
|
6547
6631
|
}
|
|
6548
|
-
/**
|
|
6549
|
-
* <p>Describes the Amazon EC2 launch template and the launch template version that can be used by
|
|
6550
|
-
* 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
|
|
6551
|
-
* an instance from a launch template</a> in the
|
|
6552
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
6553
|
-
*/
|
|
6554
|
-
export interface FleetLaunchTemplateSpecificationRequest {
|
|
6555
|
-
/**
|
|
6556
|
-
* <p>The ID of the launch template. If you specify the template ID, you can't specify the template name.</p>
|
|
6557
|
-
*/
|
|
6558
|
-
LaunchTemplateId?: string;
|
|
6559
|
-
/**
|
|
6560
|
-
* <p>The name of the launch template. If you specify the template name, you can't specify the template ID.</p>
|
|
6561
|
-
*/
|
|
6562
|
-
LaunchTemplateName?: string;
|
|
6563
|
-
/**
|
|
6564
|
-
* <p>The launch template version number, <code>$Latest</code>, or <code>$Default</code>. You must specify a value, otherwise the request fails.</p>
|
|
6565
|
-
* <p>If the value is <code>$Latest</code>, Amazon EC2 uses the latest version of the launch template.</p>
|
|
6566
|
-
* <p>If the value is <code>$Default</code>, Amazon EC2 uses the default version of the launch template.</p>
|
|
6567
|
-
*/
|
|
6568
|
-
Version?: string;
|
|
6569
|
-
}
|
|
6570
|
-
export declare namespace FleetLaunchTemplateSpecificationRequest {
|
|
6571
|
-
/**
|
|
6572
|
-
* @internal
|
|
6573
|
-
*/
|
|
6574
|
-
const filterSensitiveLog: (obj: FleetLaunchTemplateSpecificationRequest) => any;
|
|
6575
|
-
}
|
|
6576
|
-
export declare enum BareMetal {
|
|
6577
|
-
EXCLUDED = "excluded",
|
|
6578
|
-
INCLUDED = "included",
|
|
6579
|
-
REQUIRED = "required"
|
|
6580
|
-
}
|
|
6581
|
-
/**
|
|
6582
|
-
* <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
|
|
6583
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon
|
|
6584
|
-
* EBS–optimized instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
6585
|
-
*/
|
|
6586
|
-
export interface BaselineEbsBandwidthMbpsRequest {
|
|
6587
|
-
/**
|
|
6588
|
-
* <p>The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit
|
|
6589
|
-
* this parameter.</p>
|
|
6590
|
-
*/
|
|
6591
|
-
Min?: number;
|
|
6592
|
-
/**
|
|
6593
|
-
* <p>The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit
|
|
6594
|
-
* this parameter.</p>
|
|
6595
|
-
*/
|
|
6596
|
-
Max?: number;
|
|
6597
|
-
}
|
|
6598
|
-
export declare namespace BaselineEbsBandwidthMbpsRequest {
|
|
6599
|
-
/**
|
|
6600
|
-
* @internal
|
|
6601
|
-
*/
|
|
6602
|
-
const filterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
|
|
6603
|
-
}
|
|
6604
|
-
export declare enum BurstablePerformance {
|
|
6605
|
-
EXCLUDED = "excluded",
|
|
6606
|
-
INCLUDED = "included",
|
|
6607
|
-
REQUIRED = "required"
|
|
6608
|
-
}
|
|
6609
|
-
export declare enum CpuManufacturer {
|
|
6610
|
-
AMAZON_WEB_SERVICES = "amazon-web-services",
|
|
6611
|
-
AMD = "amd",
|
|
6612
|
-
INTEL = "intel"
|
|
6613
|
-
}
|
|
@@ -1,4 +1,70 @@
|
|
|
1
|
-
import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus,
|
|
1
|
+
import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CurrencyCodeValues, DnsSupportValue, FleetExcessCapacityTerminationPolicy, HostnameType, InstanceEventWindow, InternetGatewayAttachment, Ipv4PrefixSpecification, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, Subnet, Tag, TagSpecification, Tenancy, UnsuccessfulItem, WeekDay } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* <p>Describes the Amazon EC2 launch template and the launch template version that can be used by
|
|
4
|
+
* 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
|
|
5
|
+
* an instance from a launch template</a> in the
|
|
6
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
7
|
+
*/
|
|
8
|
+
export interface FleetLaunchTemplateSpecificationRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the launch template. If you specify the template ID, you can't specify the template name.</p>
|
|
11
|
+
*/
|
|
12
|
+
LaunchTemplateId?: string;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The name of the launch template. If you specify the template name, you can't specify the template ID.</p>
|
|
15
|
+
*/
|
|
16
|
+
LaunchTemplateName?: string;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The launch template version number, <code>$Latest</code>, or <code>$Default</code>. You must specify a value, otherwise the request fails.</p>
|
|
19
|
+
* <p>If the value is <code>$Latest</code>, Amazon EC2 uses the latest version of the launch template.</p>
|
|
20
|
+
* <p>If the value is <code>$Default</code>, Amazon EC2 uses the default version of the launch template.</p>
|
|
21
|
+
*/
|
|
22
|
+
Version?: string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace FleetLaunchTemplateSpecificationRequest {
|
|
25
|
+
/**
|
|
26
|
+
* @internal
|
|
27
|
+
*/
|
|
28
|
+
const filterSensitiveLog: (obj: FleetLaunchTemplateSpecificationRequest) => any;
|
|
29
|
+
}
|
|
30
|
+
export declare enum BareMetal {
|
|
31
|
+
EXCLUDED = "excluded",
|
|
32
|
+
INCLUDED = "included",
|
|
33
|
+
REQUIRED = "required"
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
|
|
37
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon
|
|
38
|
+
* EBS–optimized instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
39
|
+
*/
|
|
40
|
+
export interface BaselineEbsBandwidthMbpsRequest {
|
|
41
|
+
/**
|
|
42
|
+
* <p>The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit
|
|
43
|
+
* this parameter.</p>
|
|
44
|
+
*/
|
|
45
|
+
Min?: number;
|
|
46
|
+
/**
|
|
47
|
+
* <p>The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit
|
|
48
|
+
* this parameter.</p>
|
|
49
|
+
*/
|
|
50
|
+
Max?: number;
|
|
51
|
+
}
|
|
52
|
+
export declare namespace BaselineEbsBandwidthMbpsRequest {
|
|
53
|
+
/**
|
|
54
|
+
* @internal
|
|
55
|
+
*/
|
|
56
|
+
const filterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
|
|
57
|
+
}
|
|
58
|
+
export declare enum BurstablePerformance {
|
|
59
|
+
EXCLUDED = "excluded",
|
|
60
|
+
INCLUDED = "included",
|
|
61
|
+
REQUIRED = "required"
|
|
62
|
+
}
|
|
63
|
+
export declare enum CpuManufacturer {
|
|
64
|
+
AMAZON_WEB_SERVICES = "amazon-web-services",
|
|
65
|
+
AMD = "amd",
|
|
66
|
+
INTEL = "intel"
|
|
67
|
+
}
|
|
2
68
|
export declare enum InstanceGeneration {
|
|
3
69
|
CURRENT = "current",
|
|
4
70
|
PREVIOUS = "previous"
|
|
@@ -1618,7 +1684,7 @@ export declare namespace DestinationOptionsRequest {
|
|
|
1618
1684
|
const filterSensitiveLog: (obj: DestinationOptionsRequest) => any;
|
|
1619
1685
|
}
|
|
1620
1686
|
export declare type LogDestinationType = "cloud-watch-logs" | "s3";
|
|
1621
|
-
export declare type FlowLogsResourceType = "NetworkInterface" | "Subnet" | "VPC";
|
|
1687
|
+
export declare type FlowLogsResourceType = "NetworkInterface" | "Subnet" | "TransitGateway" | "TransitGatewayAttachment" | "VPC";
|
|
1622
1688
|
export declare type TrafficType = "ACCEPT" | "ALL" | "REJECT";
|
|
1623
1689
|
export interface CreateFlowLogsRequest {
|
|
1624
1690
|
/**
|
|
@@ -1659,7 +1725,7 @@ export interface CreateFlowLogsRequest {
|
|
|
1659
1725
|
/**
|
|
1660
1726
|
* <p>The type of traffic to log. You can log traffic that the resource accepts or rejects, or all traffic.</p>
|
|
1661
1727
|
*/
|
|
1662
|
-
TrafficType
|
|
1728
|
+
TrafficType?: TrafficType | string;
|
|
1663
1729
|
/**
|
|
1664
1730
|
* <p>The type of destination to which the flow log data is to be published. Flow log data can be
|
|
1665
1731
|
* published to CloudWatch Logs or Amazon S3. To publish flow log data to CloudWatch Logs, specify <code>cloud-watch-logs</code>. To
|
|
@@ -8364,112 +8430,3 @@ export declare namespace CreateTransitGatewayRequest {
|
|
|
8364
8430
|
*/
|
|
8365
8431
|
const filterSensitiveLog: (obj: CreateTransitGatewayRequest) => any;
|
|
8366
8432
|
}
|
|
8367
|
-
/**
|
|
8368
|
-
* <p>Describes the options for a transit gateway.</p>
|
|
8369
|
-
*/
|
|
8370
|
-
export interface TransitGatewayOptions {
|
|
8371
|
-
/**
|
|
8372
|
-
* <p>A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
|
|
8373
|
-
* The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.</p>
|
|
8374
|
-
*/
|
|
8375
|
-
AmazonSideAsn?: number;
|
|
8376
|
-
/**
|
|
8377
|
-
* <p>The transit gateway CIDR blocks.</p>
|
|
8378
|
-
*/
|
|
8379
|
-
TransitGatewayCidrBlocks?: string[];
|
|
8380
|
-
/**
|
|
8381
|
-
* <p>Indicates whether attachment requests are automatically accepted.</p>
|
|
8382
|
-
*/
|
|
8383
|
-
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
|
|
8384
|
-
/**
|
|
8385
|
-
* <p>Indicates whether resource attachments are automatically associated with the default association route table.</p>
|
|
8386
|
-
*/
|
|
8387
|
-
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
|
|
8388
|
-
/**
|
|
8389
|
-
* <p>The ID of the default association route table.</p>
|
|
8390
|
-
*/
|
|
8391
|
-
AssociationDefaultRouteTableId?: string;
|
|
8392
|
-
/**
|
|
8393
|
-
* <p>Indicates whether resource attachments automatically propagate routes to the default propagation route table.</p>
|
|
8394
|
-
*/
|
|
8395
|
-
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
|
|
8396
|
-
/**
|
|
8397
|
-
* <p>The ID of the default propagation route table.</p>
|
|
8398
|
-
*/
|
|
8399
|
-
PropagationDefaultRouteTableId?: string;
|
|
8400
|
-
/**
|
|
8401
|
-
* <p>Indicates whether Equal Cost Multipath Protocol support is enabled.</p>
|
|
8402
|
-
*/
|
|
8403
|
-
VpnEcmpSupport?: VpnEcmpSupportValue | string;
|
|
8404
|
-
/**
|
|
8405
|
-
* <p>Indicates whether DNS support is enabled.</p>
|
|
8406
|
-
*/
|
|
8407
|
-
DnsSupport?: DnsSupportValue | string;
|
|
8408
|
-
/**
|
|
8409
|
-
* <p>Indicates whether multicast is enabled on the transit gateway</p>
|
|
8410
|
-
*/
|
|
8411
|
-
MulticastSupport?: MulticastSupportValue | string;
|
|
8412
|
-
}
|
|
8413
|
-
export declare namespace TransitGatewayOptions {
|
|
8414
|
-
/**
|
|
8415
|
-
* @internal
|
|
8416
|
-
*/
|
|
8417
|
-
const filterSensitiveLog: (obj: TransitGatewayOptions) => any;
|
|
8418
|
-
}
|
|
8419
|
-
export declare type TransitGatewayState = "available" | "deleted" | "deleting" | "modifying" | "pending";
|
|
8420
|
-
/**
|
|
8421
|
-
* <p>Describes a transit gateway.</p>
|
|
8422
|
-
*/
|
|
8423
|
-
export interface TransitGateway {
|
|
8424
|
-
/**
|
|
8425
|
-
* <p>The ID of the transit gateway.</p>
|
|
8426
|
-
*/
|
|
8427
|
-
TransitGatewayId?: string;
|
|
8428
|
-
/**
|
|
8429
|
-
* <p>The Amazon Resource Name (ARN) of the transit gateway.</p>
|
|
8430
|
-
*/
|
|
8431
|
-
TransitGatewayArn?: string;
|
|
8432
|
-
/**
|
|
8433
|
-
* <p>The state of the transit gateway.</p>
|
|
8434
|
-
*/
|
|
8435
|
-
State?: TransitGatewayState | string;
|
|
8436
|
-
/**
|
|
8437
|
-
* <p>The ID of the Amazon Web Services account that owns the transit gateway.</p>
|
|
8438
|
-
*/
|
|
8439
|
-
OwnerId?: string;
|
|
8440
|
-
/**
|
|
8441
|
-
* <p>The description of the transit gateway.</p>
|
|
8442
|
-
*/
|
|
8443
|
-
Description?: string;
|
|
8444
|
-
/**
|
|
8445
|
-
* <p>The creation time.</p>
|
|
8446
|
-
*/
|
|
8447
|
-
CreationTime?: Date;
|
|
8448
|
-
/**
|
|
8449
|
-
* <p>The transit gateway options.</p>
|
|
8450
|
-
*/
|
|
8451
|
-
Options?: TransitGatewayOptions;
|
|
8452
|
-
/**
|
|
8453
|
-
* <p>The tags for the transit gateway.</p>
|
|
8454
|
-
*/
|
|
8455
|
-
Tags?: Tag[];
|
|
8456
|
-
}
|
|
8457
|
-
export declare namespace TransitGateway {
|
|
8458
|
-
/**
|
|
8459
|
-
* @internal
|
|
8460
|
-
*/
|
|
8461
|
-
const filterSensitiveLog: (obj: TransitGateway) => any;
|
|
8462
|
-
}
|
|
8463
|
-
export interface CreateTransitGatewayResult {
|
|
8464
|
-
/**
|
|
8465
|
-
* <p>Information about the transit gateway.</p>
|
|
8466
|
-
*/
|
|
8467
|
-
TransitGateway?: TransitGateway;
|
|
8468
|
-
}
|
|
8469
|
-
export declare namespace CreateTransitGatewayResult {
|
|
8470
|
-
/**
|
|
8471
|
-
* @internal
|
|
8472
|
-
*/
|
|
8473
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayResult) => any;
|
|
8474
|
-
}
|
|
8475
|
-
export declare type ProtocolValue = "gre";
|