@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 { GetCoipPoolUsageRequest, GetCoipPoolUsageResult } from "../models/
|
|
4
|
+
import { GetCoipPoolUsageRequest, GetCoipPoolUsageResult } from "../models/models_5";
|
|
5
5
|
export interface GetCoipPoolUsageCommandInput extends GetCoipPoolUsageRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetCoipPoolUsageCommandOutput extends GetCoipPoolUsageResult, __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 { GetConsoleOutputRequest, GetConsoleOutputResult } from "../models/
|
|
4
|
+
import { GetConsoleOutputRequest, GetConsoleOutputResult } from "../models/models_5";
|
|
5
5
|
export interface GetConsoleOutputCommandInput extends GetConsoleOutputRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetConsoleOutputCommandOutput extends GetConsoleOutputResult, __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 { GetConsoleScreenshotRequest, GetConsoleScreenshotResult } from "../models/
|
|
4
|
+
import { GetConsoleScreenshotRequest, GetConsoleScreenshotResult } from "../models/models_5";
|
|
5
5
|
export interface GetConsoleScreenshotCommandInput extends GetConsoleScreenshotRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetConsoleScreenshotCommandOutput extends GetConsoleScreenshotResult, __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 { GetDefaultCreditSpecificationRequest, GetDefaultCreditSpecificationResult } from "../models/
|
|
4
|
+
import { GetDefaultCreditSpecificationRequest, GetDefaultCreditSpecificationResult } from "../models/models_5";
|
|
5
5
|
export interface GetDefaultCreditSpecificationCommandInput extends GetDefaultCreditSpecificationRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetDefaultCreditSpecificationCommandOutput extends GetDefaultCreditSpecificationResult, __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 { GetEbsDefaultKmsKeyIdRequest } from "../models/
|
|
5
|
-
import { GetEbsDefaultKmsKeyIdResult } from "../models/models_5";
|
|
4
|
+
import { GetEbsDefaultKmsKeyIdRequest, GetEbsDefaultKmsKeyIdResult } from "../models/models_5";
|
|
6
5
|
export interface GetEbsDefaultKmsKeyIdCommandInput extends GetEbsDefaultKmsKeyIdRequest {
|
|
7
6
|
}
|
|
8
7
|
export interface GetEbsDefaultKmsKeyIdCommandOutput extends GetEbsDefaultKmsKeyIdResult, __MetadataBearer {
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
+
import { GetTransitGatewayPolicyTableAssociationsRequest, GetTransitGatewayPolicyTableAssociationsResult } from "../models/models_5";
|
|
5
|
+
export interface GetTransitGatewayPolicyTableAssociationsCommandInput extends GetTransitGatewayPolicyTableAssociationsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetTransitGatewayPolicyTableAssociationsCommandOutput extends GetTransitGatewayPolicyTableAssociationsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetTransitGatewayPolicyTableAssociationsCommand extends $Command<GetTransitGatewayPolicyTableAssociationsCommandInput, GetTransitGatewayPolicyTableAssociationsCommandOutput, EC2ClientResolvedConfig> {
|
|
11
|
+
readonly input: GetTransitGatewayPolicyTableAssociationsCommandInput;
|
|
12
|
+
constructor(input: GetTransitGatewayPolicyTableAssociationsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EC2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTransitGatewayPolicyTableAssociationsCommandInput, GetTransitGatewayPolicyTableAssociationsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
+
import { GetTransitGatewayPolicyTableEntriesRequest, GetTransitGatewayPolicyTableEntriesResult } from "../models/models_5";
|
|
5
|
+
export interface GetTransitGatewayPolicyTableEntriesCommandInput extends GetTransitGatewayPolicyTableEntriesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetTransitGatewayPolicyTableEntriesCommandOutput extends GetTransitGatewayPolicyTableEntriesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetTransitGatewayPolicyTableEntriesCommand extends $Command<GetTransitGatewayPolicyTableEntriesCommandInput, GetTransitGatewayPolicyTableEntriesCommandOutput, EC2ClientResolvedConfig> {
|
|
11
|
+
readonly input: GetTransitGatewayPolicyTableEntriesCommandInput;
|
|
12
|
+
constructor(input: GetTransitGatewayPolicyTableEntriesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EC2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTransitGatewayPolicyTableEntriesCommandInput, GetTransitGatewayPolicyTableEntriesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -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 { RegisterInstanceEventNotificationAttributesRequest, RegisterInstanceEventNotificationAttributesResult } from "../models/
|
|
4
|
+
import { RegisterInstanceEventNotificationAttributesRequest, RegisterInstanceEventNotificationAttributesResult } from "../models/models_6";
|
|
5
5
|
export interface RegisterInstanceEventNotificationAttributesCommandInput extends RegisterInstanceEventNotificationAttributesRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface RegisterInstanceEventNotificationAttributesCommandOutput extends RegisterInstanceEventNotificationAttributesResult, __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 { RegisterTransitGatewayMulticastGroupMembersRequest, RegisterTransitGatewayMulticastGroupMembersResult } from "../models/
|
|
4
|
+
import { RegisterTransitGatewayMulticastGroupMembersRequest, RegisterTransitGatewayMulticastGroupMembersResult } from "../models/models_6";
|
|
5
5
|
export interface RegisterTransitGatewayMulticastGroupMembersCommandInput extends RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface RegisterTransitGatewayMulticastGroupMembersCommandOutput extends RegisterTransitGatewayMulticastGroupMembersResult, __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 { RegisterTransitGatewayMulticastGroupSourcesRequest, RegisterTransitGatewayMulticastGroupSourcesResult } from "../models/
|
|
4
|
+
import { RegisterTransitGatewayMulticastGroupSourcesRequest, RegisterTransitGatewayMulticastGroupSourcesResult } from "../models/models_6";
|
|
5
5
|
export interface RegisterTransitGatewayMulticastGroupSourcesCommandInput extends RegisterTransitGatewayMulticastGroupSourcesRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface RegisterTransitGatewayMulticastGroupSourcesCommandOutput extends RegisterTransitGatewayMulticastGroupSourcesResult, __MetadataBearer {
|
package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts
CHANGED
|
@@ -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 { RejectTransitGatewayMulticastDomainAssociationsRequest, RejectTransitGatewayMulticastDomainAssociationsResult } from "../models/
|
|
4
|
+
import { RejectTransitGatewayMulticastDomainAssociationsRequest, RejectTransitGatewayMulticastDomainAssociationsResult } from "../models/models_6";
|
|
5
5
|
export interface RejectTransitGatewayMulticastDomainAssociationsCommandInput extends RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface RejectTransitGatewayMulticastDomainAssociationsCommandOutput extends RejectTransitGatewayMulticastDomainAssociationsResult, __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 { RejectTransitGatewayPeeringAttachmentRequest, RejectTransitGatewayPeeringAttachmentResult } from "../models/
|
|
4
|
+
import { RejectTransitGatewayPeeringAttachmentRequest, RejectTransitGatewayPeeringAttachmentResult } from "../models/models_6";
|
|
5
5
|
export interface RejectTransitGatewayPeeringAttachmentCommandInput extends RejectTransitGatewayPeeringAttachmentRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface RejectTransitGatewayPeeringAttachmentCommandOutput extends RejectTransitGatewayPeeringAttachmentResult, __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 { RejectTransitGatewayVpcAttachmentRequest, RejectTransitGatewayVpcAttachmentResult } from "../models/
|
|
4
|
+
import { RejectTransitGatewayVpcAttachmentRequest, RejectTransitGatewayVpcAttachmentResult } from "../models/models_6";
|
|
5
5
|
export interface RejectTransitGatewayVpcAttachmentCommandInput extends RejectTransitGatewayVpcAttachmentRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface RejectTransitGatewayVpcAttachmentCommandOutput extends RejectTransitGatewayVpcAttachmentResult, __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 { RejectVpcEndpointConnectionsRequest, RejectVpcEndpointConnectionsResult } from "../models/
|
|
4
|
+
import { RejectVpcEndpointConnectionsRequest, RejectVpcEndpointConnectionsResult } from "../models/models_6";
|
|
5
5
|
export interface RejectVpcEndpointConnectionsCommandInput extends RejectVpcEndpointConnectionsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface RejectVpcEndpointConnectionsCommandOutput extends RejectVpcEndpointConnectionsResult, __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 { RejectVpcPeeringConnectionRequest, RejectVpcPeeringConnectionResult } from "../models/
|
|
4
|
+
import { RejectVpcPeeringConnectionRequest, RejectVpcPeeringConnectionResult } from "../models/models_6";
|
|
5
5
|
export interface RejectVpcPeeringConnectionCommandInput extends RejectVpcPeeringConnectionRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface RejectVpcPeeringConnectionCommandOutput extends RejectVpcPeeringConnectionResult, __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 { 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 {
|
|
@@ -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,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";
|
|
@@ -163,6 +163,7 @@ export declare namespace AcceptTransitGatewayPeeringAttachmentRequest {
|
|
|
163
163
|
export interface PeeringTgwInfo {
|
|
164
164
|
|
|
165
165
|
TransitGatewayId?: string;
|
|
166
|
+
CoreNetworkId?: string;
|
|
166
167
|
|
|
167
168
|
OwnerId?: string;
|
|
168
169
|
|
|
@@ -172,6 +173,17 @@ export declare namespace PeeringTgwInfo {
|
|
|
172
173
|
|
|
173
174
|
const filterSensitiveLog: (obj: PeeringTgwInfo) => any;
|
|
174
175
|
}
|
|
176
|
+
export declare enum DynamicRoutingValue {
|
|
177
|
+
disable = "disable",
|
|
178
|
+
enable = "enable"
|
|
179
|
+
}
|
|
180
|
+
export interface TransitGatewayPeeringAttachmentOptions {
|
|
181
|
+
DynamicRouting?: DynamicRoutingValue | string;
|
|
182
|
+
}
|
|
183
|
+
export declare namespace TransitGatewayPeeringAttachmentOptions {
|
|
184
|
+
|
|
185
|
+
const filterSensitiveLog: (obj: TransitGatewayPeeringAttachmentOptions) => any;
|
|
186
|
+
}
|
|
175
187
|
export declare type TransitGatewayAttachmentState = "available" | "deleted" | "deleting" | "failed" | "failing" | "initiating" | "initiatingRequest" | "modifying" | "pending" | "pendingAcceptance" | "rejected" | "rejecting" | "rollingBack";
|
|
176
188
|
|
|
177
189
|
export interface PeeringAttachmentStatus {
|
|
@@ -200,9 +212,12 @@ export interface TransitGatewayPeeringAttachment {
|
|
|
200
212
|
|
|
201
213
|
TransitGatewayAttachmentId?: string;
|
|
202
214
|
|
|
215
|
+
AccepterTransitGatewayAttachmentId?: string;
|
|
216
|
+
|
|
203
217
|
RequesterTgwInfo?: PeeringTgwInfo;
|
|
204
218
|
|
|
205
219
|
AccepterTgwInfo?: PeeringTgwInfo;
|
|
220
|
+
Options?: TransitGatewayPeeringAttachmentOptions;
|
|
206
221
|
|
|
207
222
|
Status?: PeeringAttachmentStatus;
|
|
208
223
|
|
|
@@ -917,7 +932,7 @@ export declare namespace AdvertiseByoipCidrResult {
|
|
|
917
932
|
const filterSensitiveLog: (obj: AdvertiseByoipCidrResult) => any;
|
|
918
933
|
}
|
|
919
934
|
export declare type Affinity = "default" | "host";
|
|
920
|
-
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";
|
|
935
|
+
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";
|
|
921
936
|
|
|
922
937
|
export interface TagSpecification {
|
|
923
938
|
|
|
@@ -1563,6 +1578,44 @@ export declare namespace AssociateTransitGatewayMulticastDomainResult {
|
|
|
1563
1578
|
|
|
1564
1579
|
const filterSensitiveLog: (obj: AssociateTransitGatewayMulticastDomainResult) => any;
|
|
1565
1580
|
}
|
|
1581
|
+
export interface AssociateTransitGatewayPolicyTableRequest {
|
|
1582
|
+
|
|
1583
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
1584
|
+
|
|
1585
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
1586
|
+
|
|
1587
|
+
DryRun?: boolean;
|
|
1588
|
+
}
|
|
1589
|
+
export declare namespace AssociateTransitGatewayPolicyTableRequest {
|
|
1590
|
+
|
|
1591
|
+
const filterSensitiveLog: (obj: AssociateTransitGatewayPolicyTableRequest) => any;
|
|
1592
|
+
}
|
|
1593
|
+
export declare type TransitGatewayAssociationState = "associated" | "associating" | "disassociated" | "disassociating";
|
|
1594
|
+
|
|
1595
|
+
export interface TransitGatewayPolicyTableAssociation {
|
|
1596
|
+
|
|
1597
|
+
TransitGatewayPolicyTableId?: string;
|
|
1598
|
+
|
|
1599
|
+
TransitGatewayAttachmentId?: string;
|
|
1600
|
+
|
|
1601
|
+
ResourceId?: string;
|
|
1602
|
+
|
|
1603
|
+
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
1604
|
+
|
|
1605
|
+
State?: TransitGatewayAssociationState | string;
|
|
1606
|
+
}
|
|
1607
|
+
export declare namespace TransitGatewayPolicyTableAssociation {
|
|
1608
|
+
|
|
1609
|
+
const filterSensitiveLog: (obj: TransitGatewayPolicyTableAssociation) => any;
|
|
1610
|
+
}
|
|
1611
|
+
export interface AssociateTransitGatewayPolicyTableResult {
|
|
1612
|
+
|
|
1613
|
+
Association?: TransitGatewayPolicyTableAssociation;
|
|
1614
|
+
}
|
|
1615
|
+
export declare namespace AssociateTransitGatewayPolicyTableResult {
|
|
1616
|
+
|
|
1617
|
+
const filterSensitiveLog: (obj: AssociateTransitGatewayPolicyTableResult) => any;
|
|
1618
|
+
}
|
|
1566
1619
|
export interface AssociateTransitGatewayRouteTableRequest {
|
|
1567
1620
|
|
|
1568
1621
|
TransitGatewayRouteTableId: string | undefined;
|
|
@@ -1575,7 +1628,6 @@ export declare namespace AssociateTransitGatewayRouteTableRequest {
|
|
|
1575
1628
|
|
|
1576
1629
|
const filterSensitiveLog: (obj: AssociateTransitGatewayRouteTableRequest) => any;
|
|
1577
1630
|
}
|
|
1578
|
-
export declare type TransitGatewayAssociationState = "associated" | "associating" | "disassociated" | "disassociating";
|
|
1579
1631
|
|
|
1580
1632
|
export interface TransitGatewayAssociation {
|
|
1581
1633
|
|
|
@@ -3393,42 +3445,3 @@ export declare enum FleetExcessCapacityTerminationPolicy {
|
|
|
3393
3445
|
NO_TERMINATION = "no-termination",
|
|
3394
3446
|
TERMINATION = "termination"
|
|
3395
3447
|
}
|
|
3396
|
-
|
|
3397
|
-
export interface FleetLaunchTemplateSpecificationRequest {
|
|
3398
|
-
|
|
3399
|
-
LaunchTemplateId?: string;
|
|
3400
|
-
|
|
3401
|
-
LaunchTemplateName?: string;
|
|
3402
|
-
|
|
3403
|
-
Version?: string;
|
|
3404
|
-
}
|
|
3405
|
-
export declare namespace FleetLaunchTemplateSpecificationRequest {
|
|
3406
|
-
|
|
3407
|
-
const filterSensitiveLog: (obj: FleetLaunchTemplateSpecificationRequest) => any;
|
|
3408
|
-
}
|
|
3409
|
-
export declare enum BareMetal {
|
|
3410
|
-
EXCLUDED = "excluded",
|
|
3411
|
-
INCLUDED = "included",
|
|
3412
|
-
REQUIRED = "required"
|
|
3413
|
-
}
|
|
3414
|
-
|
|
3415
|
-
export interface BaselineEbsBandwidthMbpsRequest {
|
|
3416
|
-
|
|
3417
|
-
Min?: number;
|
|
3418
|
-
|
|
3419
|
-
Max?: number;
|
|
3420
|
-
}
|
|
3421
|
-
export declare namespace BaselineEbsBandwidthMbpsRequest {
|
|
3422
|
-
|
|
3423
|
-
const filterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
|
|
3424
|
-
}
|
|
3425
|
-
export declare enum BurstablePerformance {
|
|
3426
|
-
EXCLUDED = "excluded",
|
|
3427
|
-
INCLUDED = "included",
|
|
3428
|
-
REQUIRED = "required"
|
|
3429
|
-
}
|
|
3430
|
-
export declare enum CpuManufacturer {
|
|
3431
|
-
AMAZON_WEB_SERVICES = "amazon-web-services",
|
|
3432
|
-
AMD = "amd",
|
|
3433
|
-
INTEL = "intel"
|
|
3434
|
-
}
|
|
@@ -1,4 +1,43 @@
|
|
|
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
|
+
export interface FleetLaunchTemplateSpecificationRequest {
|
|
4
|
+
|
|
5
|
+
LaunchTemplateId?: string;
|
|
6
|
+
|
|
7
|
+
LaunchTemplateName?: string;
|
|
8
|
+
|
|
9
|
+
Version?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare namespace FleetLaunchTemplateSpecificationRequest {
|
|
12
|
+
|
|
13
|
+
const filterSensitiveLog: (obj: FleetLaunchTemplateSpecificationRequest) => any;
|
|
14
|
+
}
|
|
15
|
+
export declare enum BareMetal {
|
|
16
|
+
EXCLUDED = "excluded",
|
|
17
|
+
INCLUDED = "included",
|
|
18
|
+
REQUIRED = "required"
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export interface BaselineEbsBandwidthMbpsRequest {
|
|
22
|
+
|
|
23
|
+
Min?: number;
|
|
24
|
+
|
|
25
|
+
Max?: number;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace BaselineEbsBandwidthMbpsRequest {
|
|
28
|
+
|
|
29
|
+
const filterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
|
|
30
|
+
}
|
|
31
|
+
export declare enum BurstablePerformance {
|
|
32
|
+
EXCLUDED = "excluded",
|
|
33
|
+
INCLUDED = "included",
|
|
34
|
+
REQUIRED = "required"
|
|
35
|
+
}
|
|
36
|
+
export declare enum CpuManufacturer {
|
|
37
|
+
AMAZON_WEB_SERVICES = "amazon-web-services",
|
|
38
|
+
AMD = "amd",
|
|
39
|
+
INTEL = "intel"
|
|
40
|
+
}
|
|
2
41
|
export declare enum InstanceGeneration {
|
|
3
42
|
CURRENT = "current",
|
|
4
43
|
PREVIOUS = "previous"
|
|
@@ -565,7 +604,7 @@ export declare namespace DestinationOptionsRequest {
|
|
|
565
604
|
const filterSensitiveLog: (obj: DestinationOptionsRequest) => any;
|
|
566
605
|
}
|
|
567
606
|
export declare type LogDestinationType = "cloud-watch-logs" | "s3";
|
|
568
|
-
export declare type FlowLogsResourceType = "NetworkInterface" | "Subnet" | "VPC";
|
|
607
|
+
export declare type FlowLogsResourceType = "NetworkInterface" | "Subnet" | "TransitGateway" | "TransitGatewayAttachment" | "VPC";
|
|
569
608
|
export declare type TrafficType = "ACCEPT" | "ALL" | "REJECT";
|
|
570
609
|
export interface CreateFlowLogsRequest {
|
|
571
610
|
|
|
@@ -581,7 +620,7 @@ export interface CreateFlowLogsRequest {
|
|
|
581
620
|
|
|
582
621
|
ResourceType: FlowLogsResourceType | string | undefined;
|
|
583
622
|
|
|
584
|
-
TrafficType
|
|
623
|
+
TrafficType?: TrafficType | string;
|
|
585
624
|
|
|
586
625
|
LogDestinationType?: LogDestinationType | string;
|
|
587
626
|
|
|
@@ -3848,63 +3887,3 @@ export declare namespace CreateTransitGatewayRequest {
|
|
|
3848
3887
|
|
|
3849
3888
|
const filterSensitiveLog: (obj: CreateTransitGatewayRequest) => any;
|
|
3850
3889
|
}
|
|
3851
|
-
|
|
3852
|
-
export interface TransitGatewayOptions {
|
|
3853
|
-
|
|
3854
|
-
AmazonSideAsn?: number;
|
|
3855
|
-
|
|
3856
|
-
TransitGatewayCidrBlocks?: string[];
|
|
3857
|
-
|
|
3858
|
-
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
|
|
3859
|
-
|
|
3860
|
-
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
|
|
3861
|
-
|
|
3862
|
-
AssociationDefaultRouteTableId?: string;
|
|
3863
|
-
|
|
3864
|
-
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
|
|
3865
|
-
|
|
3866
|
-
PropagationDefaultRouteTableId?: string;
|
|
3867
|
-
|
|
3868
|
-
VpnEcmpSupport?: VpnEcmpSupportValue | string;
|
|
3869
|
-
|
|
3870
|
-
DnsSupport?: DnsSupportValue | string;
|
|
3871
|
-
|
|
3872
|
-
MulticastSupport?: MulticastSupportValue | string;
|
|
3873
|
-
}
|
|
3874
|
-
export declare namespace TransitGatewayOptions {
|
|
3875
|
-
|
|
3876
|
-
const filterSensitiveLog: (obj: TransitGatewayOptions) => any;
|
|
3877
|
-
}
|
|
3878
|
-
export declare type TransitGatewayState = "available" | "deleted" | "deleting" | "modifying" | "pending";
|
|
3879
|
-
|
|
3880
|
-
export interface TransitGateway {
|
|
3881
|
-
|
|
3882
|
-
TransitGatewayId?: string;
|
|
3883
|
-
|
|
3884
|
-
TransitGatewayArn?: string;
|
|
3885
|
-
|
|
3886
|
-
State?: TransitGatewayState | string;
|
|
3887
|
-
|
|
3888
|
-
OwnerId?: string;
|
|
3889
|
-
|
|
3890
|
-
Description?: string;
|
|
3891
|
-
|
|
3892
|
-
CreationTime?: Date;
|
|
3893
|
-
|
|
3894
|
-
Options?: TransitGatewayOptions;
|
|
3895
|
-
|
|
3896
|
-
Tags?: Tag[];
|
|
3897
|
-
}
|
|
3898
|
-
export declare namespace TransitGateway {
|
|
3899
|
-
|
|
3900
|
-
const filterSensitiveLog: (obj: TransitGateway) => any;
|
|
3901
|
-
}
|
|
3902
|
-
export interface CreateTransitGatewayResult {
|
|
3903
|
-
|
|
3904
|
-
TransitGateway?: TransitGateway;
|
|
3905
|
-
}
|
|
3906
|
-
export declare namespace CreateTransitGatewayResult {
|
|
3907
|
-
|
|
3908
|
-
const filterSensitiveLog: (obj: CreateTransitGatewayResult) => any;
|
|
3909
|
-
}
|
|
3910
|
-
export declare type ProtocolValue = "gre";
|