@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,354 @@
|
|
|
1
|
-
import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AllowedPrincipal, AssociationStatus,
|
|
2
|
-
import { BlockDeviceMapping,
|
|
3
|
-
import { ConnectionNotification, DnsEntry, DnsNameState, Filter, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayRouteTable, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
-
import { AttributeBooleanValue, EventInformation,
|
|
1
|
+
import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AllowedPrincipal, AlternatePathHint, AnalysisAclRule, AnalysisComponent, AnalysisRouteTableRoute, AnalysisSecurityGroupRule, AssociationStatus, AttributeValue, BatchState, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, PathComponent, PortRange, ReservedInstancesListing, ResourceType, SecurityGroupRule, Subnet, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, Tenancy, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayRouteTableRoute, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, Vpc, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, TargetCapacityUnitType, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, VolumeType } from "./models_1";
|
|
3
|
+
import { ConnectionNotification, DnsEntry, DnsNameState, Filter, IdFormat, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
+
import { AnalysisLoadBalancerListener, AnalysisLoadBalancerTarget, AnalysisStatus, AttributeBooleanValue, EventInformation, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, PermissionGroup, ProductCode } from "./models_3";
|
|
5
|
+
|
|
6
|
+
export interface Explanation {
|
|
7
|
+
|
|
8
|
+
Acl?: AnalysisComponent;
|
|
9
|
+
|
|
10
|
+
AclRule?: AnalysisAclRule;
|
|
11
|
+
|
|
12
|
+
Address?: string;
|
|
13
|
+
|
|
14
|
+
Addresses?: string[];
|
|
15
|
+
|
|
16
|
+
AttachedTo?: AnalysisComponent;
|
|
17
|
+
|
|
18
|
+
AvailabilityZones?: string[];
|
|
19
|
+
|
|
20
|
+
Cidrs?: string[];
|
|
21
|
+
|
|
22
|
+
Component?: AnalysisComponent;
|
|
23
|
+
|
|
24
|
+
CustomerGateway?: AnalysisComponent;
|
|
25
|
+
|
|
26
|
+
Destination?: AnalysisComponent;
|
|
27
|
+
|
|
28
|
+
DestinationVpc?: AnalysisComponent;
|
|
29
|
+
|
|
30
|
+
Direction?: string;
|
|
31
|
+
|
|
32
|
+
ExplanationCode?: string;
|
|
33
|
+
|
|
34
|
+
IngressRouteTable?: AnalysisComponent;
|
|
35
|
+
|
|
36
|
+
InternetGateway?: AnalysisComponent;
|
|
37
|
+
|
|
38
|
+
LoadBalancerArn?: string;
|
|
39
|
+
|
|
40
|
+
ClassicLoadBalancerListener?: AnalysisLoadBalancerListener;
|
|
41
|
+
|
|
42
|
+
LoadBalancerListenerPort?: number;
|
|
43
|
+
|
|
44
|
+
LoadBalancerTarget?: AnalysisLoadBalancerTarget;
|
|
45
|
+
|
|
46
|
+
LoadBalancerTargetGroup?: AnalysisComponent;
|
|
47
|
+
|
|
48
|
+
LoadBalancerTargetGroups?: AnalysisComponent[];
|
|
49
|
+
|
|
50
|
+
LoadBalancerTargetPort?: number;
|
|
51
|
+
|
|
52
|
+
ElasticLoadBalancerListener?: AnalysisComponent;
|
|
53
|
+
|
|
54
|
+
MissingComponent?: string;
|
|
55
|
+
|
|
56
|
+
NatGateway?: AnalysisComponent;
|
|
57
|
+
|
|
58
|
+
NetworkInterface?: AnalysisComponent;
|
|
59
|
+
|
|
60
|
+
PacketField?: string;
|
|
61
|
+
|
|
62
|
+
VpcPeeringConnection?: AnalysisComponent;
|
|
63
|
+
|
|
64
|
+
Port?: number;
|
|
65
|
+
|
|
66
|
+
PortRanges?: PortRange[];
|
|
67
|
+
|
|
68
|
+
PrefixList?: AnalysisComponent;
|
|
69
|
+
|
|
70
|
+
Protocols?: string[];
|
|
71
|
+
|
|
72
|
+
RouteTableRoute?: AnalysisRouteTableRoute;
|
|
73
|
+
|
|
74
|
+
RouteTable?: AnalysisComponent;
|
|
75
|
+
|
|
76
|
+
SecurityGroup?: AnalysisComponent;
|
|
77
|
+
|
|
78
|
+
SecurityGroupRule?: AnalysisSecurityGroupRule;
|
|
79
|
+
|
|
80
|
+
SecurityGroups?: AnalysisComponent[];
|
|
81
|
+
|
|
82
|
+
SourceVpc?: AnalysisComponent;
|
|
83
|
+
|
|
84
|
+
State?: string;
|
|
85
|
+
|
|
86
|
+
Subnet?: AnalysisComponent;
|
|
87
|
+
|
|
88
|
+
SubnetRouteTable?: AnalysisComponent;
|
|
89
|
+
|
|
90
|
+
Vpc?: AnalysisComponent;
|
|
91
|
+
|
|
92
|
+
VpcEndpoint?: AnalysisComponent;
|
|
93
|
+
|
|
94
|
+
VpnConnection?: AnalysisComponent;
|
|
95
|
+
|
|
96
|
+
VpnGateway?: AnalysisComponent;
|
|
97
|
+
|
|
98
|
+
TransitGateway?: AnalysisComponent;
|
|
99
|
+
|
|
100
|
+
TransitGatewayRouteTable?: AnalysisComponent;
|
|
101
|
+
|
|
102
|
+
TransitGatewayRouteTableRoute?: TransitGatewayRouteTableRoute;
|
|
103
|
+
|
|
104
|
+
TransitGatewayAttachment?: AnalysisComponent;
|
|
105
|
+
}
|
|
106
|
+
export declare namespace Explanation {
|
|
107
|
+
|
|
108
|
+
const filterSensitiveLog: (obj: Explanation) => any;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export interface NetworkInsightsAnalysis {
|
|
112
|
+
|
|
113
|
+
NetworkInsightsAnalysisId?: string;
|
|
114
|
+
|
|
115
|
+
NetworkInsightsAnalysisArn?: string;
|
|
116
|
+
|
|
117
|
+
NetworkInsightsPathId?: string;
|
|
118
|
+
|
|
119
|
+
FilterInArns?: string[];
|
|
120
|
+
|
|
121
|
+
StartDate?: Date;
|
|
122
|
+
|
|
123
|
+
Status?: AnalysisStatus | string;
|
|
124
|
+
|
|
125
|
+
StatusMessage?: string;
|
|
126
|
+
|
|
127
|
+
WarningMessage?: string;
|
|
128
|
+
|
|
129
|
+
NetworkPathFound?: boolean;
|
|
130
|
+
|
|
131
|
+
ForwardPathComponents?: PathComponent[];
|
|
132
|
+
|
|
133
|
+
ReturnPathComponents?: PathComponent[];
|
|
134
|
+
|
|
135
|
+
Explanations?: Explanation[];
|
|
136
|
+
|
|
137
|
+
AlternatePathHints?: AlternatePathHint[];
|
|
138
|
+
|
|
139
|
+
Tags?: Tag[];
|
|
140
|
+
}
|
|
141
|
+
export declare namespace NetworkInsightsAnalysis {
|
|
142
|
+
|
|
143
|
+
const filterSensitiveLog: (obj: NetworkInsightsAnalysis) => any;
|
|
144
|
+
}
|
|
145
|
+
export interface DescribeNetworkInsightsAnalysesResult {
|
|
146
|
+
|
|
147
|
+
NetworkInsightsAnalyses?: NetworkInsightsAnalysis[];
|
|
148
|
+
|
|
149
|
+
NextToken?: string;
|
|
150
|
+
}
|
|
151
|
+
export declare namespace DescribeNetworkInsightsAnalysesResult {
|
|
152
|
+
|
|
153
|
+
const filterSensitiveLog: (obj: DescribeNetworkInsightsAnalysesResult) => any;
|
|
154
|
+
}
|
|
155
|
+
export interface DescribeNetworkInsightsPathsRequest {
|
|
156
|
+
|
|
157
|
+
NetworkInsightsPathIds?: string[];
|
|
158
|
+
|
|
159
|
+
Filters?: Filter[];
|
|
160
|
+
|
|
161
|
+
MaxResults?: number;
|
|
162
|
+
|
|
163
|
+
DryRun?: boolean;
|
|
164
|
+
|
|
165
|
+
NextToken?: string;
|
|
166
|
+
}
|
|
167
|
+
export declare namespace DescribeNetworkInsightsPathsRequest {
|
|
168
|
+
|
|
169
|
+
const filterSensitiveLog: (obj: DescribeNetworkInsightsPathsRequest) => any;
|
|
170
|
+
}
|
|
171
|
+
export interface DescribeNetworkInsightsPathsResult {
|
|
172
|
+
|
|
173
|
+
NetworkInsightsPaths?: NetworkInsightsPath[];
|
|
174
|
+
|
|
175
|
+
NextToken?: string;
|
|
176
|
+
}
|
|
177
|
+
export declare namespace DescribeNetworkInsightsPathsResult {
|
|
178
|
+
|
|
179
|
+
const filterSensitiveLog: (obj: DescribeNetworkInsightsPathsResult) => any;
|
|
180
|
+
}
|
|
181
|
+
export declare type NetworkInterfaceAttribute = "attachment" | "description" | "groupSet" | "sourceDestCheck";
|
|
182
|
+
|
|
183
|
+
export interface DescribeNetworkInterfaceAttributeRequest {
|
|
184
|
+
|
|
185
|
+
Attribute?: NetworkInterfaceAttribute | string;
|
|
186
|
+
|
|
187
|
+
DryRun?: boolean;
|
|
188
|
+
|
|
189
|
+
NetworkInterfaceId: string | undefined;
|
|
190
|
+
}
|
|
191
|
+
export declare namespace DescribeNetworkInterfaceAttributeRequest {
|
|
192
|
+
|
|
193
|
+
const filterSensitiveLog: (obj: DescribeNetworkInterfaceAttributeRequest) => any;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
export interface DescribeNetworkInterfaceAttributeResult {
|
|
197
|
+
|
|
198
|
+
Attachment?: NetworkInterfaceAttachment;
|
|
199
|
+
|
|
200
|
+
Description?: AttributeValue;
|
|
201
|
+
|
|
202
|
+
Groups?: GroupIdentifier[];
|
|
203
|
+
|
|
204
|
+
NetworkInterfaceId?: string;
|
|
205
|
+
|
|
206
|
+
SourceDestCheck?: AttributeBooleanValue;
|
|
207
|
+
}
|
|
208
|
+
export declare namespace DescribeNetworkInterfaceAttributeResult {
|
|
209
|
+
|
|
210
|
+
const filterSensitiveLog: (obj: DescribeNetworkInterfaceAttributeResult) => any;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
export interface DescribeNetworkInterfacePermissionsRequest {
|
|
214
|
+
|
|
215
|
+
NetworkInterfacePermissionIds?: string[];
|
|
216
|
+
|
|
217
|
+
Filters?: Filter[];
|
|
218
|
+
|
|
219
|
+
NextToken?: string;
|
|
220
|
+
|
|
221
|
+
MaxResults?: number;
|
|
222
|
+
}
|
|
223
|
+
export declare namespace DescribeNetworkInterfacePermissionsRequest {
|
|
224
|
+
|
|
225
|
+
const filterSensitiveLog: (obj: DescribeNetworkInterfacePermissionsRequest) => any;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
export interface DescribeNetworkInterfacePermissionsResult {
|
|
229
|
+
|
|
230
|
+
NetworkInterfacePermissions?: NetworkInterfacePermission[];
|
|
231
|
+
|
|
232
|
+
NextToken?: string;
|
|
233
|
+
}
|
|
234
|
+
export declare namespace DescribeNetworkInterfacePermissionsResult {
|
|
235
|
+
|
|
236
|
+
const filterSensitiveLog: (obj: DescribeNetworkInterfacePermissionsResult) => any;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
export interface DescribeNetworkInterfacesRequest {
|
|
240
|
+
|
|
241
|
+
Filters?: Filter[];
|
|
242
|
+
|
|
243
|
+
DryRun?: boolean;
|
|
244
|
+
|
|
245
|
+
NetworkInterfaceIds?: string[];
|
|
246
|
+
|
|
247
|
+
NextToken?: string;
|
|
248
|
+
|
|
249
|
+
MaxResults?: number;
|
|
250
|
+
}
|
|
251
|
+
export declare namespace DescribeNetworkInterfacesRequest {
|
|
252
|
+
|
|
253
|
+
const filterSensitiveLog: (obj: DescribeNetworkInterfacesRequest) => any;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export interface DescribeNetworkInterfacesResult {
|
|
257
|
+
|
|
258
|
+
NetworkInterfaces?: NetworkInterface[];
|
|
259
|
+
|
|
260
|
+
NextToken?: string;
|
|
261
|
+
}
|
|
262
|
+
export declare namespace DescribeNetworkInterfacesResult {
|
|
263
|
+
|
|
264
|
+
const filterSensitiveLog: (obj: DescribeNetworkInterfacesResult) => any;
|
|
265
|
+
}
|
|
266
|
+
export interface DescribePlacementGroupsRequest {
|
|
267
|
+
|
|
268
|
+
Filters?: Filter[];
|
|
269
|
+
|
|
270
|
+
DryRun?: boolean;
|
|
271
|
+
|
|
272
|
+
GroupNames?: string[];
|
|
273
|
+
|
|
274
|
+
GroupIds?: string[];
|
|
275
|
+
}
|
|
276
|
+
export declare namespace DescribePlacementGroupsRequest {
|
|
277
|
+
|
|
278
|
+
const filterSensitiveLog: (obj: DescribePlacementGroupsRequest) => any;
|
|
279
|
+
}
|
|
280
|
+
export interface DescribePlacementGroupsResult {
|
|
281
|
+
|
|
282
|
+
PlacementGroups?: PlacementGroup[];
|
|
283
|
+
}
|
|
284
|
+
export declare namespace DescribePlacementGroupsResult {
|
|
285
|
+
|
|
286
|
+
const filterSensitiveLog: (obj: DescribePlacementGroupsResult) => any;
|
|
287
|
+
}
|
|
288
|
+
export interface DescribePrefixListsRequest {
|
|
289
|
+
|
|
290
|
+
DryRun?: boolean;
|
|
291
|
+
|
|
292
|
+
Filters?: Filter[];
|
|
293
|
+
|
|
294
|
+
MaxResults?: number;
|
|
295
|
+
|
|
296
|
+
NextToken?: string;
|
|
297
|
+
|
|
298
|
+
PrefixListIds?: string[];
|
|
299
|
+
}
|
|
300
|
+
export declare namespace DescribePrefixListsRequest {
|
|
301
|
+
|
|
302
|
+
const filterSensitiveLog: (obj: DescribePrefixListsRequest) => any;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
export interface PrefixList {
|
|
306
|
+
|
|
307
|
+
Cidrs?: string[];
|
|
308
|
+
|
|
309
|
+
PrefixListId?: string;
|
|
310
|
+
|
|
311
|
+
PrefixListName?: string;
|
|
312
|
+
}
|
|
313
|
+
export declare namespace PrefixList {
|
|
314
|
+
|
|
315
|
+
const filterSensitiveLog: (obj: PrefixList) => any;
|
|
316
|
+
}
|
|
317
|
+
export interface DescribePrefixListsResult {
|
|
318
|
+
|
|
319
|
+
NextToken?: string;
|
|
320
|
+
|
|
321
|
+
PrefixLists?: PrefixList[];
|
|
322
|
+
}
|
|
323
|
+
export declare namespace DescribePrefixListsResult {
|
|
324
|
+
|
|
325
|
+
const filterSensitiveLog: (obj: DescribePrefixListsResult) => any;
|
|
326
|
+
}
|
|
327
|
+
export interface DescribePrincipalIdFormatRequest {
|
|
328
|
+
|
|
329
|
+
DryRun?: boolean;
|
|
330
|
+
|
|
331
|
+
Resources?: string[];
|
|
332
|
+
|
|
333
|
+
MaxResults?: number;
|
|
334
|
+
|
|
335
|
+
NextToken?: string;
|
|
336
|
+
}
|
|
337
|
+
export declare namespace DescribePrincipalIdFormatRequest {
|
|
338
|
+
|
|
339
|
+
const filterSensitiveLog: (obj: DescribePrincipalIdFormatRequest) => any;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
export interface PrincipalIdFormat {
|
|
343
|
+
|
|
344
|
+
Arn?: string;
|
|
345
|
+
|
|
346
|
+
Statuses?: IdFormat[];
|
|
347
|
+
}
|
|
348
|
+
export declare namespace PrincipalIdFormat {
|
|
349
|
+
|
|
350
|
+
const filterSensitiveLog: (obj: PrincipalIdFormat) => any;
|
|
351
|
+
}
|
|
5
352
|
export interface DescribePrincipalIdFormatResult {
|
|
6
353
|
|
|
7
354
|
Principals?: PrincipalIdFormat[];
|
|
@@ -1931,6 +2278,58 @@ export declare namespace DescribeTransitGatewayPeeringAttachmentsResult {
|
|
|
1931
2278
|
|
|
1932
2279
|
const filterSensitiveLog: (obj: DescribeTransitGatewayPeeringAttachmentsResult) => any;
|
|
1933
2280
|
}
|
|
2281
|
+
export interface DescribeTransitGatewayPolicyTablesRequest {
|
|
2282
|
+
|
|
2283
|
+
TransitGatewayPolicyTableIds?: string[];
|
|
2284
|
+
|
|
2285
|
+
Filters?: Filter[];
|
|
2286
|
+
|
|
2287
|
+
MaxResults?: number;
|
|
2288
|
+
|
|
2289
|
+
NextToken?: string;
|
|
2290
|
+
|
|
2291
|
+
DryRun?: boolean;
|
|
2292
|
+
}
|
|
2293
|
+
export declare namespace DescribeTransitGatewayPolicyTablesRequest {
|
|
2294
|
+
|
|
2295
|
+
const filterSensitiveLog: (obj: DescribeTransitGatewayPolicyTablesRequest) => any;
|
|
2296
|
+
}
|
|
2297
|
+
export interface DescribeTransitGatewayPolicyTablesResult {
|
|
2298
|
+
|
|
2299
|
+
TransitGatewayPolicyTables?: TransitGatewayPolicyTable[];
|
|
2300
|
+
|
|
2301
|
+
NextToken?: string;
|
|
2302
|
+
}
|
|
2303
|
+
export declare namespace DescribeTransitGatewayPolicyTablesResult {
|
|
2304
|
+
|
|
2305
|
+
const filterSensitiveLog: (obj: DescribeTransitGatewayPolicyTablesResult) => any;
|
|
2306
|
+
}
|
|
2307
|
+
export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
|
|
2308
|
+
|
|
2309
|
+
TransitGatewayRouteTableAnnouncementIds?: string[];
|
|
2310
|
+
|
|
2311
|
+
Filters?: Filter[];
|
|
2312
|
+
|
|
2313
|
+
MaxResults?: number;
|
|
2314
|
+
|
|
2315
|
+
NextToken?: string;
|
|
2316
|
+
|
|
2317
|
+
DryRun?: boolean;
|
|
2318
|
+
}
|
|
2319
|
+
export declare namespace DescribeTransitGatewayRouteTableAnnouncementsRequest {
|
|
2320
|
+
|
|
2321
|
+
const filterSensitiveLog: (obj: DescribeTransitGatewayRouteTableAnnouncementsRequest) => any;
|
|
2322
|
+
}
|
|
2323
|
+
export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
|
|
2324
|
+
|
|
2325
|
+
TransitGatewayRouteTableAnnouncements?: TransitGatewayRouteTableAnnouncement[];
|
|
2326
|
+
|
|
2327
|
+
NextToken?: string;
|
|
2328
|
+
}
|
|
2329
|
+
export declare namespace DescribeTransitGatewayRouteTableAnnouncementsResult {
|
|
2330
|
+
|
|
2331
|
+
const filterSensitiveLog: (obj: DescribeTransitGatewayRouteTableAnnouncementsResult) => any;
|
|
2332
|
+
}
|
|
1934
2333
|
export interface DescribeTransitGatewayRouteTablesRequest {
|
|
1935
2334
|
|
|
1936
2335
|
TransitGatewayRouteTableIds?: string[];
|
|
@@ -2952,9 +3351,11 @@ export interface DisableTransitGatewayRouteTablePropagationRequest {
|
|
|
2952
3351
|
|
|
2953
3352
|
TransitGatewayRouteTableId: string | undefined;
|
|
2954
3353
|
|
|
2955
|
-
TransitGatewayAttachmentId
|
|
3354
|
+
TransitGatewayAttachmentId?: string;
|
|
2956
3355
|
|
|
2957
3356
|
DryRun?: boolean;
|
|
3357
|
+
|
|
3358
|
+
TransitGatewayRouteTableAnnouncementId?: string;
|
|
2958
3359
|
}
|
|
2959
3360
|
export declare namespace DisableTransitGatewayRouteTablePropagationRequest {
|
|
2960
3361
|
|
|
@@ -2973,6 +3374,8 @@ export interface TransitGatewayPropagation {
|
|
|
2973
3374
|
TransitGatewayRouteTableId?: string;
|
|
2974
3375
|
|
|
2975
3376
|
State?: TransitGatewayPropagationState | string;
|
|
3377
|
+
|
|
3378
|
+
TransitGatewayRouteTableAnnouncementId?: string;
|
|
2976
3379
|
}
|
|
2977
3380
|
export declare namespace TransitGatewayPropagation {
|
|
2978
3381
|
|
|
@@ -3186,6 +3589,26 @@ export declare namespace DisassociateTransitGatewayMulticastDomainResult {
|
|
|
3186
3589
|
|
|
3187
3590
|
const filterSensitiveLog: (obj: DisassociateTransitGatewayMulticastDomainResult) => any;
|
|
3188
3591
|
}
|
|
3592
|
+
export interface DisassociateTransitGatewayPolicyTableRequest {
|
|
3593
|
+
|
|
3594
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
3595
|
+
|
|
3596
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
3597
|
+
|
|
3598
|
+
DryRun?: boolean;
|
|
3599
|
+
}
|
|
3600
|
+
export declare namespace DisassociateTransitGatewayPolicyTableRequest {
|
|
3601
|
+
|
|
3602
|
+
const filterSensitiveLog: (obj: DisassociateTransitGatewayPolicyTableRequest) => any;
|
|
3603
|
+
}
|
|
3604
|
+
export interface DisassociateTransitGatewayPolicyTableResult {
|
|
3605
|
+
|
|
3606
|
+
Association?: TransitGatewayPolicyTableAssociation;
|
|
3607
|
+
}
|
|
3608
|
+
export declare namespace DisassociateTransitGatewayPolicyTableResult {
|
|
3609
|
+
|
|
3610
|
+
const filterSensitiveLog: (obj: DisassociateTransitGatewayPolicyTableResult) => any;
|
|
3611
|
+
}
|
|
3189
3612
|
export interface DisassociateTransitGatewayRouteTableRequest {
|
|
3190
3613
|
|
|
3191
3614
|
TransitGatewayRouteTableId: string | undefined;
|
|
@@ -3470,9 +3893,11 @@ export interface EnableTransitGatewayRouteTablePropagationRequest {
|
|
|
3470
3893
|
|
|
3471
3894
|
TransitGatewayRouteTableId: string | undefined;
|
|
3472
3895
|
|
|
3473
|
-
TransitGatewayAttachmentId
|
|
3896
|
+
TransitGatewayAttachmentId?: string;
|
|
3474
3897
|
|
|
3475
3898
|
DryRun?: boolean;
|
|
3899
|
+
|
|
3900
|
+
TransitGatewayRouteTableAnnouncementId?: string;
|
|
3476
3901
|
}
|
|
3477
3902
|
export declare namespace EnableTransitGatewayRouteTablePropagationRequest {
|
|
3478
3903
|
|
|
@@ -3604,313 +4029,3 @@ export declare namespace ExportTaskS3LocationRequest {
|
|
|
3604
4029
|
|
|
3605
4030
|
const filterSensitiveLog: (obj: ExportTaskS3LocationRequest) => any;
|
|
3606
4031
|
}
|
|
3607
|
-
export interface ExportImageRequest {
|
|
3608
|
-
|
|
3609
|
-
ClientToken?: string;
|
|
3610
|
-
|
|
3611
|
-
Description?: string;
|
|
3612
|
-
|
|
3613
|
-
DiskImageFormat: DiskImageFormat | string | undefined;
|
|
3614
|
-
|
|
3615
|
-
DryRun?: boolean;
|
|
3616
|
-
|
|
3617
|
-
ImageId: string | undefined;
|
|
3618
|
-
|
|
3619
|
-
S3ExportLocation: ExportTaskS3LocationRequest | undefined;
|
|
3620
|
-
|
|
3621
|
-
RoleName?: string;
|
|
3622
|
-
|
|
3623
|
-
TagSpecifications?: TagSpecification[];
|
|
3624
|
-
}
|
|
3625
|
-
export declare namespace ExportImageRequest {
|
|
3626
|
-
|
|
3627
|
-
const filterSensitiveLog: (obj: ExportImageRequest) => any;
|
|
3628
|
-
}
|
|
3629
|
-
export interface ExportImageResult {
|
|
3630
|
-
|
|
3631
|
-
Description?: string;
|
|
3632
|
-
|
|
3633
|
-
DiskImageFormat?: DiskImageFormat | string;
|
|
3634
|
-
|
|
3635
|
-
ExportImageTaskId?: string;
|
|
3636
|
-
|
|
3637
|
-
ImageId?: string;
|
|
3638
|
-
|
|
3639
|
-
RoleName?: string;
|
|
3640
|
-
|
|
3641
|
-
Progress?: string;
|
|
3642
|
-
|
|
3643
|
-
S3ExportLocation?: ExportTaskS3Location;
|
|
3644
|
-
|
|
3645
|
-
Status?: string;
|
|
3646
|
-
|
|
3647
|
-
StatusMessage?: string;
|
|
3648
|
-
|
|
3649
|
-
Tags?: Tag[];
|
|
3650
|
-
}
|
|
3651
|
-
export declare namespace ExportImageResult {
|
|
3652
|
-
|
|
3653
|
-
const filterSensitiveLog: (obj: ExportImageResult) => any;
|
|
3654
|
-
}
|
|
3655
|
-
export interface ExportTransitGatewayRoutesRequest {
|
|
3656
|
-
|
|
3657
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
3658
|
-
|
|
3659
|
-
Filters?: Filter[];
|
|
3660
|
-
|
|
3661
|
-
S3Bucket: string | undefined;
|
|
3662
|
-
|
|
3663
|
-
DryRun?: boolean;
|
|
3664
|
-
}
|
|
3665
|
-
export declare namespace ExportTransitGatewayRoutesRequest {
|
|
3666
|
-
|
|
3667
|
-
const filterSensitiveLog: (obj: ExportTransitGatewayRoutesRequest) => any;
|
|
3668
|
-
}
|
|
3669
|
-
export interface ExportTransitGatewayRoutesResult {
|
|
3670
|
-
|
|
3671
|
-
S3Location?: string;
|
|
3672
|
-
}
|
|
3673
|
-
export declare namespace ExportTransitGatewayRoutesResult {
|
|
3674
|
-
|
|
3675
|
-
const filterSensitiveLog: (obj: ExportTransitGatewayRoutesResult) => any;
|
|
3676
|
-
}
|
|
3677
|
-
export interface GetAssociatedEnclaveCertificateIamRolesRequest {
|
|
3678
|
-
|
|
3679
|
-
CertificateArn?: string;
|
|
3680
|
-
|
|
3681
|
-
DryRun?: boolean;
|
|
3682
|
-
}
|
|
3683
|
-
export declare namespace GetAssociatedEnclaveCertificateIamRolesRequest {
|
|
3684
|
-
|
|
3685
|
-
const filterSensitiveLog: (obj: GetAssociatedEnclaveCertificateIamRolesRequest) => any;
|
|
3686
|
-
}
|
|
3687
|
-
|
|
3688
|
-
export interface AssociatedRole {
|
|
3689
|
-
|
|
3690
|
-
AssociatedRoleArn?: string;
|
|
3691
|
-
|
|
3692
|
-
CertificateS3BucketName?: string;
|
|
3693
|
-
|
|
3694
|
-
CertificateS3ObjectKey?: string;
|
|
3695
|
-
|
|
3696
|
-
EncryptionKmsKeyId?: string;
|
|
3697
|
-
}
|
|
3698
|
-
export declare namespace AssociatedRole {
|
|
3699
|
-
|
|
3700
|
-
const filterSensitiveLog: (obj: AssociatedRole) => any;
|
|
3701
|
-
}
|
|
3702
|
-
export interface GetAssociatedEnclaveCertificateIamRolesResult {
|
|
3703
|
-
|
|
3704
|
-
AssociatedRoles?: AssociatedRole[];
|
|
3705
|
-
}
|
|
3706
|
-
export declare namespace GetAssociatedEnclaveCertificateIamRolesResult {
|
|
3707
|
-
|
|
3708
|
-
const filterSensitiveLog: (obj: GetAssociatedEnclaveCertificateIamRolesResult) => any;
|
|
3709
|
-
}
|
|
3710
|
-
export interface GetAssociatedIpv6PoolCidrsRequest {
|
|
3711
|
-
|
|
3712
|
-
PoolId: string | undefined;
|
|
3713
|
-
|
|
3714
|
-
NextToken?: string;
|
|
3715
|
-
|
|
3716
|
-
MaxResults?: number;
|
|
3717
|
-
|
|
3718
|
-
DryRun?: boolean;
|
|
3719
|
-
}
|
|
3720
|
-
export declare namespace GetAssociatedIpv6PoolCidrsRequest {
|
|
3721
|
-
|
|
3722
|
-
const filterSensitiveLog: (obj: GetAssociatedIpv6PoolCidrsRequest) => any;
|
|
3723
|
-
}
|
|
3724
|
-
|
|
3725
|
-
export interface Ipv6CidrAssociation {
|
|
3726
|
-
|
|
3727
|
-
Ipv6Cidr?: string;
|
|
3728
|
-
|
|
3729
|
-
AssociatedResource?: string;
|
|
3730
|
-
}
|
|
3731
|
-
export declare namespace Ipv6CidrAssociation {
|
|
3732
|
-
|
|
3733
|
-
const filterSensitiveLog: (obj: Ipv6CidrAssociation) => any;
|
|
3734
|
-
}
|
|
3735
|
-
export interface GetAssociatedIpv6PoolCidrsResult {
|
|
3736
|
-
|
|
3737
|
-
Ipv6CidrAssociations?: Ipv6CidrAssociation[];
|
|
3738
|
-
|
|
3739
|
-
NextToken?: string;
|
|
3740
|
-
}
|
|
3741
|
-
export declare namespace GetAssociatedIpv6PoolCidrsResult {
|
|
3742
|
-
|
|
3743
|
-
const filterSensitiveLog: (obj: GetAssociatedIpv6PoolCidrsResult) => any;
|
|
3744
|
-
}
|
|
3745
|
-
export interface GetCapacityReservationUsageRequest {
|
|
3746
|
-
|
|
3747
|
-
CapacityReservationId: string | undefined;
|
|
3748
|
-
|
|
3749
|
-
NextToken?: string;
|
|
3750
|
-
|
|
3751
|
-
MaxResults?: number;
|
|
3752
|
-
|
|
3753
|
-
DryRun?: boolean;
|
|
3754
|
-
}
|
|
3755
|
-
export declare namespace GetCapacityReservationUsageRequest {
|
|
3756
|
-
|
|
3757
|
-
const filterSensitiveLog: (obj: GetCapacityReservationUsageRequest) => any;
|
|
3758
|
-
}
|
|
3759
|
-
|
|
3760
|
-
export interface InstanceUsage {
|
|
3761
|
-
|
|
3762
|
-
AccountId?: string;
|
|
3763
|
-
|
|
3764
|
-
UsedInstanceCount?: number;
|
|
3765
|
-
}
|
|
3766
|
-
export declare namespace InstanceUsage {
|
|
3767
|
-
|
|
3768
|
-
const filterSensitiveLog: (obj: InstanceUsage) => any;
|
|
3769
|
-
}
|
|
3770
|
-
export interface GetCapacityReservationUsageResult {
|
|
3771
|
-
|
|
3772
|
-
NextToken?: string;
|
|
3773
|
-
|
|
3774
|
-
CapacityReservationId?: string;
|
|
3775
|
-
|
|
3776
|
-
InstanceType?: string;
|
|
3777
|
-
|
|
3778
|
-
TotalInstanceCount?: number;
|
|
3779
|
-
|
|
3780
|
-
AvailableInstanceCount?: number;
|
|
3781
|
-
|
|
3782
|
-
State?: CapacityReservationState | string;
|
|
3783
|
-
|
|
3784
|
-
InstanceUsages?: InstanceUsage[];
|
|
3785
|
-
}
|
|
3786
|
-
export declare namespace GetCapacityReservationUsageResult {
|
|
3787
|
-
|
|
3788
|
-
const filterSensitiveLog: (obj: GetCapacityReservationUsageResult) => any;
|
|
3789
|
-
}
|
|
3790
|
-
export interface GetCoipPoolUsageRequest {
|
|
3791
|
-
|
|
3792
|
-
PoolId: string | undefined;
|
|
3793
|
-
|
|
3794
|
-
Filters?: Filter[];
|
|
3795
|
-
|
|
3796
|
-
MaxResults?: number;
|
|
3797
|
-
|
|
3798
|
-
NextToken?: string;
|
|
3799
|
-
|
|
3800
|
-
DryRun?: boolean;
|
|
3801
|
-
}
|
|
3802
|
-
export declare namespace GetCoipPoolUsageRequest {
|
|
3803
|
-
|
|
3804
|
-
const filterSensitiveLog: (obj: GetCoipPoolUsageRequest) => any;
|
|
3805
|
-
}
|
|
3806
|
-
|
|
3807
|
-
export interface CoipAddressUsage {
|
|
3808
|
-
|
|
3809
|
-
AllocationId?: string;
|
|
3810
|
-
|
|
3811
|
-
AwsAccountId?: string;
|
|
3812
|
-
|
|
3813
|
-
AwsService?: string;
|
|
3814
|
-
|
|
3815
|
-
CoIp?: string;
|
|
3816
|
-
}
|
|
3817
|
-
export declare namespace CoipAddressUsage {
|
|
3818
|
-
|
|
3819
|
-
const filterSensitiveLog: (obj: CoipAddressUsage) => any;
|
|
3820
|
-
}
|
|
3821
|
-
export interface GetCoipPoolUsageResult {
|
|
3822
|
-
|
|
3823
|
-
CoipPoolId?: string;
|
|
3824
|
-
|
|
3825
|
-
CoipAddressUsages?: CoipAddressUsage[];
|
|
3826
|
-
|
|
3827
|
-
LocalGatewayRouteTableId?: string;
|
|
3828
|
-
}
|
|
3829
|
-
export declare namespace GetCoipPoolUsageResult {
|
|
3830
|
-
|
|
3831
|
-
const filterSensitiveLog: (obj: GetCoipPoolUsageResult) => any;
|
|
3832
|
-
}
|
|
3833
|
-
export interface GetConsoleOutputRequest {
|
|
3834
|
-
|
|
3835
|
-
InstanceId: string | undefined;
|
|
3836
|
-
|
|
3837
|
-
DryRun?: boolean;
|
|
3838
|
-
|
|
3839
|
-
Latest?: boolean;
|
|
3840
|
-
}
|
|
3841
|
-
export declare namespace GetConsoleOutputRequest {
|
|
3842
|
-
|
|
3843
|
-
const filterSensitiveLog: (obj: GetConsoleOutputRequest) => any;
|
|
3844
|
-
}
|
|
3845
|
-
export interface GetConsoleOutputResult {
|
|
3846
|
-
|
|
3847
|
-
InstanceId?: string;
|
|
3848
|
-
|
|
3849
|
-
Output?: string;
|
|
3850
|
-
|
|
3851
|
-
Timestamp?: Date;
|
|
3852
|
-
}
|
|
3853
|
-
export declare namespace GetConsoleOutputResult {
|
|
3854
|
-
|
|
3855
|
-
const filterSensitiveLog: (obj: GetConsoleOutputResult) => any;
|
|
3856
|
-
}
|
|
3857
|
-
export interface GetConsoleScreenshotRequest {
|
|
3858
|
-
|
|
3859
|
-
DryRun?: boolean;
|
|
3860
|
-
|
|
3861
|
-
InstanceId: string | undefined;
|
|
3862
|
-
|
|
3863
|
-
WakeUp?: boolean;
|
|
3864
|
-
}
|
|
3865
|
-
export declare namespace GetConsoleScreenshotRequest {
|
|
3866
|
-
|
|
3867
|
-
const filterSensitiveLog: (obj: GetConsoleScreenshotRequest) => any;
|
|
3868
|
-
}
|
|
3869
|
-
export interface GetConsoleScreenshotResult {
|
|
3870
|
-
|
|
3871
|
-
ImageData?: string;
|
|
3872
|
-
|
|
3873
|
-
InstanceId?: string;
|
|
3874
|
-
}
|
|
3875
|
-
export declare namespace GetConsoleScreenshotResult {
|
|
3876
|
-
|
|
3877
|
-
const filterSensitiveLog: (obj: GetConsoleScreenshotResult) => any;
|
|
3878
|
-
}
|
|
3879
|
-
export declare type UnlimitedSupportedInstanceFamily = "t2" | "t3" | "t3a" | "t4g";
|
|
3880
|
-
export interface GetDefaultCreditSpecificationRequest {
|
|
3881
|
-
|
|
3882
|
-
DryRun?: boolean;
|
|
3883
|
-
|
|
3884
|
-
InstanceFamily: UnlimitedSupportedInstanceFamily | string | undefined;
|
|
3885
|
-
}
|
|
3886
|
-
export declare namespace GetDefaultCreditSpecificationRequest {
|
|
3887
|
-
|
|
3888
|
-
const filterSensitiveLog: (obj: GetDefaultCreditSpecificationRequest) => any;
|
|
3889
|
-
}
|
|
3890
|
-
|
|
3891
|
-
export interface InstanceFamilyCreditSpecification {
|
|
3892
|
-
|
|
3893
|
-
InstanceFamily?: UnlimitedSupportedInstanceFamily | string;
|
|
3894
|
-
|
|
3895
|
-
CpuCredits?: string;
|
|
3896
|
-
}
|
|
3897
|
-
export declare namespace InstanceFamilyCreditSpecification {
|
|
3898
|
-
|
|
3899
|
-
const filterSensitiveLog: (obj: InstanceFamilyCreditSpecification) => any;
|
|
3900
|
-
}
|
|
3901
|
-
export interface GetDefaultCreditSpecificationResult {
|
|
3902
|
-
|
|
3903
|
-
InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification;
|
|
3904
|
-
}
|
|
3905
|
-
export declare namespace GetDefaultCreditSpecificationResult {
|
|
3906
|
-
|
|
3907
|
-
const filterSensitiveLog: (obj: GetDefaultCreditSpecificationResult) => any;
|
|
3908
|
-
}
|
|
3909
|
-
export interface GetEbsDefaultKmsKeyIdRequest {
|
|
3910
|
-
|
|
3911
|
-
DryRun?: boolean;
|
|
3912
|
-
}
|
|
3913
|
-
export declare namespace GetEbsDefaultKmsKeyIdRequest {
|
|
3914
|
-
|
|
3915
|
-
const filterSensitiveLog: (obj: GetEbsDefaultKmsKeyIdRequest) => any;
|
|
3916
|
-
}
|