@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,6 +1,248 @@
|
|
|
1
|
-
import { _InstanceType, ActiveInstance, AllocationState, AllowsMultipleInstanceTypes,
|
|
2
|
-
import { BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, ExportTask, FleetCapacityReservationUsageStrategy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope,
|
|
1
|
+
import { _InstanceType, ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AnalysisComponent, AssociationStatus, AttachmentStatus, AttributeValue, AutoPlacement, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CurrencyCodeValues, CustomerGateway, DhcpOptions, EgressOnlyInternetGateway, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransportProtocol } from "./models_0";
|
|
2
|
+
import { BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, ExportTask, FleetCapacityReservationUsageStrategy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInterfaceStatus, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType } from "./models_1";
|
|
3
3
|
import { Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_2";
|
|
4
|
+
export declare type ClientVpnConnectionStatusCode = "active" | "failed-to-terminate" | "terminated" | "terminating";
|
|
5
|
+
|
|
6
|
+
export interface ClientVpnConnectionStatus {
|
|
7
|
+
|
|
8
|
+
Code?: ClientVpnConnectionStatusCode | string;
|
|
9
|
+
|
|
10
|
+
Message?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare namespace ClientVpnConnectionStatus {
|
|
13
|
+
|
|
14
|
+
const filterSensitiveLog: (obj: ClientVpnConnectionStatus) => any;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface ClientVpnConnection {
|
|
18
|
+
|
|
19
|
+
ClientVpnEndpointId?: string;
|
|
20
|
+
|
|
21
|
+
Timestamp?: string;
|
|
22
|
+
|
|
23
|
+
ConnectionId?: string;
|
|
24
|
+
|
|
25
|
+
Username?: string;
|
|
26
|
+
|
|
27
|
+
ConnectionEstablishedTime?: string;
|
|
28
|
+
|
|
29
|
+
IngressBytes?: string;
|
|
30
|
+
|
|
31
|
+
EgressBytes?: string;
|
|
32
|
+
|
|
33
|
+
IngressPackets?: string;
|
|
34
|
+
|
|
35
|
+
EgressPackets?: string;
|
|
36
|
+
|
|
37
|
+
ClientIp?: string;
|
|
38
|
+
|
|
39
|
+
CommonName?: string;
|
|
40
|
+
|
|
41
|
+
Status?: ClientVpnConnectionStatus;
|
|
42
|
+
|
|
43
|
+
ConnectionEndTime?: string;
|
|
44
|
+
|
|
45
|
+
PostureComplianceStatuses?: string[];
|
|
46
|
+
}
|
|
47
|
+
export declare namespace ClientVpnConnection {
|
|
48
|
+
|
|
49
|
+
const filterSensitiveLog: (obj: ClientVpnConnection) => any;
|
|
50
|
+
}
|
|
51
|
+
export interface DescribeClientVpnConnectionsResult {
|
|
52
|
+
|
|
53
|
+
Connections?: ClientVpnConnection[];
|
|
54
|
+
|
|
55
|
+
NextToken?: string;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace DescribeClientVpnConnectionsResult {
|
|
58
|
+
|
|
59
|
+
const filterSensitiveLog: (obj: DescribeClientVpnConnectionsResult) => any;
|
|
60
|
+
}
|
|
61
|
+
export interface DescribeClientVpnEndpointsRequest {
|
|
62
|
+
|
|
63
|
+
ClientVpnEndpointIds?: string[];
|
|
64
|
+
|
|
65
|
+
MaxResults?: number;
|
|
66
|
+
|
|
67
|
+
NextToken?: string;
|
|
68
|
+
|
|
69
|
+
Filters?: Filter[];
|
|
70
|
+
|
|
71
|
+
DryRun?: boolean;
|
|
72
|
+
}
|
|
73
|
+
export declare namespace DescribeClientVpnEndpointsRequest {
|
|
74
|
+
|
|
75
|
+
const filterSensitiveLog: (obj: DescribeClientVpnEndpointsRequest) => any;
|
|
76
|
+
}
|
|
77
|
+
export declare type AssociatedNetworkType = "vpc";
|
|
78
|
+
|
|
79
|
+
export interface AssociatedTargetNetwork {
|
|
80
|
+
|
|
81
|
+
NetworkId?: string;
|
|
82
|
+
|
|
83
|
+
NetworkType?: AssociatedNetworkType | string;
|
|
84
|
+
}
|
|
85
|
+
export declare namespace AssociatedTargetNetwork {
|
|
86
|
+
|
|
87
|
+
const filterSensitiveLog: (obj: AssociatedTargetNetwork) => any;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export interface DirectoryServiceAuthentication {
|
|
91
|
+
|
|
92
|
+
DirectoryId?: string;
|
|
93
|
+
}
|
|
94
|
+
export declare namespace DirectoryServiceAuthentication {
|
|
95
|
+
|
|
96
|
+
const filterSensitiveLog: (obj: DirectoryServiceAuthentication) => any;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export interface FederatedAuthentication {
|
|
100
|
+
|
|
101
|
+
SamlProviderArn?: string;
|
|
102
|
+
|
|
103
|
+
SelfServiceSamlProviderArn?: string;
|
|
104
|
+
}
|
|
105
|
+
export declare namespace FederatedAuthentication {
|
|
106
|
+
|
|
107
|
+
const filterSensitiveLog: (obj: FederatedAuthentication) => any;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
export interface CertificateAuthentication {
|
|
111
|
+
|
|
112
|
+
ClientRootCertificateChain?: string;
|
|
113
|
+
}
|
|
114
|
+
export declare namespace CertificateAuthentication {
|
|
115
|
+
|
|
116
|
+
const filterSensitiveLog: (obj: CertificateAuthentication) => any;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export interface ClientVpnAuthentication {
|
|
120
|
+
|
|
121
|
+
Type?: ClientVpnAuthenticationType | string;
|
|
122
|
+
|
|
123
|
+
ActiveDirectory?: DirectoryServiceAuthentication;
|
|
124
|
+
|
|
125
|
+
MutualAuthentication?: CertificateAuthentication;
|
|
126
|
+
|
|
127
|
+
FederatedAuthentication?: FederatedAuthentication;
|
|
128
|
+
}
|
|
129
|
+
export declare namespace ClientVpnAuthentication {
|
|
130
|
+
|
|
131
|
+
const filterSensitiveLog: (obj: ClientVpnAuthentication) => any;
|
|
132
|
+
}
|
|
133
|
+
export declare type ClientVpnEndpointAttributeStatusCode = "applied" | "applying";
|
|
134
|
+
|
|
135
|
+
export interface ClientVpnEndpointAttributeStatus {
|
|
136
|
+
|
|
137
|
+
Code?: ClientVpnEndpointAttributeStatusCode | string;
|
|
138
|
+
|
|
139
|
+
Message?: string;
|
|
140
|
+
}
|
|
141
|
+
export declare namespace ClientVpnEndpointAttributeStatus {
|
|
142
|
+
|
|
143
|
+
const filterSensitiveLog: (obj: ClientVpnEndpointAttributeStatus) => any;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export interface ClientConnectResponseOptions {
|
|
147
|
+
|
|
148
|
+
Enabled?: boolean;
|
|
149
|
+
|
|
150
|
+
LambdaFunctionArn?: string;
|
|
151
|
+
|
|
152
|
+
Status?: ClientVpnEndpointAttributeStatus;
|
|
153
|
+
}
|
|
154
|
+
export declare namespace ClientConnectResponseOptions {
|
|
155
|
+
|
|
156
|
+
const filterSensitiveLog: (obj: ClientConnectResponseOptions) => any;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export interface ClientLoginBannerResponseOptions {
|
|
160
|
+
|
|
161
|
+
Enabled?: boolean;
|
|
162
|
+
|
|
163
|
+
BannerText?: string;
|
|
164
|
+
}
|
|
165
|
+
export declare namespace ClientLoginBannerResponseOptions {
|
|
166
|
+
|
|
167
|
+
const filterSensitiveLog: (obj: ClientLoginBannerResponseOptions) => any;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
export interface ConnectionLogResponseOptions {
|
|
171
|
+
|
|
172
|
+
Enabled?: boolean;
|
|
173
|
+
|
|
174
|
+
CloudwatchLogGroup?: string;
|
|
175
|
+
|
|
176
|
+
CloudwatchLogStream?: string;
|
|
177
|
+
}
|
|
178
|
+
export declare namespace ConnectionLogResponseOptions {
|
|
179
|
+
|
|
180
|
+
const filterSensitiveLog: (obj: ConnectionLogResponseOptions) => any;
|
|
181
|
+
}
|
|
182
|
+
export declare type VpnProtocol = "openvpn";
|
|
183
|
+
|
|
184
|
+
export interface ClientVpnEndpoint {
|
|
185
|
+
|
|
186
|
+
ClientVpnEndpointId?: string;
|
|
187
|
+
|
|
188
|
+
Description?: string;
|
|
189
|
+
|
|
190
|
+
Status?: ClientVpnEndpointStatus;
|
|
191
|
+
|
|
192
|
+
CreationTime?: string;
|
|
193
|
+
|
|
194
|
+
DeletionTime?: string;
|
|
195
|
+
|
|
196
|
+
DnsName?: string;
|
|
197
|
+
|
|
198
|
+
ClientCidrBlock?: string;
|
|
199
|
+
|
|
200
|
+
DnsServers?: string[];
|
|
201
|
+
|
|
202
|
+
SplitTunnel?: boolean;
|
|
203
|
+
|
|
204
|
+
VpnProtocol?: VpnProtocol | string;
|
|
205
|
+
|
|
206
|
+
TransportProtocol?: TransportProtocol | string;
|
|
207
|
+
|
|
208
|
+
VpnPort?: number;
|
|
209
|
+
|
|
210
|
+
AssociatedTargetNetworks?: AssociatedTargetNetwork[];
|
|
211
|
+
|
|
212
|
+
ServerCertificateArn?: string;
|
|
213
|
+
|
|
214
|
+
AuthenticationOptions?: ClientVpnAuthentication[];
|
|
215
|
+
|
|
216
|
+
ConnectionLogOptions?: ConnectionLogResponseOptions;
|
|
217
|
+
|
|
218
|
+
Tags?: Tag[];
|
|
219
|
+
|
|
220
|
+
SecurityGroupIds?: string[];
|
|
221
|
+
|
|
222
|
+
VpcId?: string;
|
|
223
|
+
|
|
224
|
+
SelfServicePortalUrl?: string;
|
|
225
|
+
|
|
226
|
+
ClientConnectOptions?: ClientConnectResponseOptions;
|
|
227
|
+
|
|
228
|
+
SessionTimeoutHours?: number;
|
|
229
|
+
|
|
230
|
+
ClientLoginBannerOptions?: ClientLoginBannerResponseOptions;
|
|
231
|
+
}
|
|
232
|
+
export declare namespace ClientVpnEndpoint {
|
|
233
|
+
|
|
234
|
+
const filterSensitiveLog: (obj: ClientVpnEndpoint) => any;
|
|
235
|
+
}
|
|
236
|
+
export interface DescribeClientVpnEndpointsResult {
|
|
237
|
+
|
|
238
|
+
ClientVpnEndpoints?: ClientVpnEndpoint[];
|
|
239
|
+
|
|
240
|
+
NextToken?: string;
|
|
241
|
+
}
|
|
242
|
+
export declare namespace DescribeClientVpnEndpointsResult {
|
|
243
|
+
|
|
244
|
+
const filterSensitiveLog: (obj: DescribeClientVpnEndpointsResult) => any;
|
|
245
|
+
}
|
|
4
246
|
export interface DescribeClientVpnRoutesRequest {
|
|
5
247
|
|
|
6
248
|
ClientVpnEndpointId: string | undefined;
|
|
@@ -3679,350 +3921,3 @@ export declare namespace AnalysisLoadBalancerTarget {
|
|
|
3679
3921
|
|
|
3680
3922
|
const filterSensitiveLog: (obj: AnalysisLoadBalancerTarget) => any;
|
|
3681
3923
|
}
|
|
3682
|
-
|
|
3683
|
-
export interface Explanation {
|
|
3684
|
-
|
|
3685
|
-
Acl?: AnalysisComponent;
|
|
3686
|
-
|
|
3687
|
-
AclRule?: AnalysisAclRule;
|
|
3688
|
-
|
|
3689
|
-
Address?: string;
|
|
3690
|
-
|
|
3691
|
-
Addresses?: string[];
|
|
3692
|
-
|
|
3693
|
-
AttachedTo?: AnalysisComponent;
|
|
3694
|
-
|
|
3695
|
-
AvailabilityZones?: string[];
|
|
3696
|
-
|
|
3697
|
-
Cidrs?: string[];
|
|
3698
|
-
|
|
3699
|
-
Component?: AnalysisComponent;
|
|
3700
|
-
|
|
3701
|
-
CustomerGateway?: AnalysisComponent;
|
|
3702
|
-
|
|
3703
|
-
Destination?: AnalysisComponent;
|
|
3704
|
-
|
|
3705
|
-
DestinationVpc?: AnalysisComponent;
|
|
3706
|
-
|
|
3707
|
-
Direction?: string;
|
|
3708
|
-
|
|
3709
|
-
ExplanationCode?: string;
|
|
3710
|
-
|
|
3711
|
-
IngressRouteTable?: AnalysisComponent;
|
|
3712
|
-
|
|
3713
|
-
InternetGateway?: AnalysisComponent;
|
|
3714
|
-
|
|
3715
|
-
LoadBalancerArn?: string;
|
|
3716
|
-
|
|
3717
|
-
ClassicLoadBalancerListener?: AnalysisLoadBalancerListener;
|
|
3718
|
-
|
|
3719
|
-
LoadBalancerListenerPort?: number;
|
|
3720
|
-
|
|
3721
|
-
LoadBalancerTarget?: AnalysisLoadBalancerTarget;
|
|
3722
|
-
|
|
3723
|
-
LoadBalancerTargetGroup?: AnalysisComponent;
|
|
3724
|
-
|
|
3725
|
-
LoadBalancerTargetGroups?: AnalysisComponent[];
|
|
3726
|
-
|
|
3727
|
-
LoadBalancerTargetPort?: number;
|
|
3728
|
-
|
|
3729
|
-
ElasticLoadBalancerListener?: AnalysisComponent;
|
|
3730
|
-
|
|
3731
|
-
MissingComponent?: string;
|
|
3732
|
-
|
|
3733
|
-
NatGateway?: AnalysisComponent;
|
|
3734
|
-
|
|
3735
|
-
NetworkInterface?: AnalysisComponent;
|
|
3736
|
-
|
|
3737
|
-
PacketField?: string;
|
|
3738
|
-
|
|
3739
|
-
VpcPeeringConnection?: AnalysisComponent;
|
|
3740
|
-
|
|
3741
|
-
Port?: number;
|
|
3742
|
-
|
|
3743
|
-
PortRanges?: PortRange[];
|
|
3744
|
-
|
|
3745
|
-
PrefixList?: AnalysisComponent;
|
|
3746
|
-
|
|
3747
|
-
Protocols?: string[];
|
|
3748
|
-
|
|
3749
|
-
RouteTableRoute?: AnalysisRouteTableRoute;
|
|
3750
|
-
|
|
3751
|
-
RouteTable?: AnalysisComponent;
|
|
3752
|
-
|
|
3753
|
-
SecurityGroup?: AnalysisComponent;
|
|
3754
|
-
|
|
3755
|
-
SecurityGroupRule?: AnalysisSecurityGroupRule;
|
|
3756
|
-
|
|
3757
|
-
SecurityGroups?: AnalysisComponent[];
|
|
3758
|
-
|
|
3759
|
-
SourceVpc?: AnalysisComponent;
|
|
3760
|
-
|
|
3761
|
-
State?: string;
|
|
3762
|
-
|
|
3763
|
-
Subnet?: AnalysisComponent;
|
|
3764
|
-
|
|
3765
|
-
SubnetRouteTable?: AnalysisComponent;
|
|
3766
|
-
|
|
3767
|
-
Vpc?: AnalysisComponent;
|
|
3768
|
-
|
|
3769
|
-
VpcEndpoint?: AnalysisComponent;
|
|
3770
|
-
|
|
3771
|
-
VpnConnection?: AnalysisComponent;
|
|
3772
|
-
|
|
3773
|
-
VpnGateway?: AnalysisComponent;
|
|
3774
|
-
|
|
3775
|
-
TransitGateway?: AnalysisComponent;
|
|
3776
|
-
|
|
3777
|
-
TransitGatewayRouteTable?: AnalysisComponent;
|
|
3778
|
-
|
|
3779
|
-
TransitGatewayRouteTableRoute?: TransitGatewayRouteTableRoute;
|
|
3780
|
-
|
|
3781
|
-
TransitGatewayAttachment?: AnalysisComponent;
|
|
3782
|
-
}
|
|
3783
|
-
export declare namespace Explanation {
|
|
3784
|
-
|
|
3785
|
-
const filterSensitiveLog: (obj: Explanation) => any;
|
|
3786
|
-
}
|
|
3787
|
-
|
|
3788
|
-
export interface NetworkInsightsAnalysis {
|
|
3789
|
-
|
|
3790
|
-
NetworkInsightsAnalysisId?: string;
|
|
3791
|
-
|
|
3792
|
-
NetworkInsightsAnalysisArn?: string;
|
|
3793
|
-
|
|
3794
|
-
NetworkInsightsPathId?: string;
|
|
3795
|
-
|
|
3796
|
-
FilterInArns?: string[];
|
|
3797
|
-
|
|
3798
|
-
StartDate?: Date;
|
|
3799
|
-
|
|
3800
|
-
Status?: AnalysisStatus | string;
|
|
3801
|
-
|
|
3802
|
-
StatusMessage?: string;
|
|
3803
|
-
|
|
3804
|
-
WarningMessage?: string;
|
|
3805
|
-
|
|
3806
|
-
NetworkPathFound?: boolean;
|
|
3807
|
-
|
|
3808
|
-
ForwardPathComponents?: PathComponent[];
|
|
3809
|
-
|
|
3810
|
-
ReturnPathComponents?: PathComponent[];
|
|
3811
|
-
|
|
3812
|
-
Explanations?: Explanation[];
|
|
3813
|
-
|
|
3814
|
-
AlternatePathHints?: AlternatePathHint[];
|
|
3815
|
-
|
|
3816
|
-
Tags?: Tag[];
|
|
3817
|
-
}
|
|
3818
|
-
export declare namespace NetworkInsightsAnalysis {
|
|
3819
|
-
|
|
3820
|
-
const filterSensitiveLog: (obj: NetworkInsightsAnalysis) => any;
|
|
3821
|
-
}
|
|
3822
|
-
export interface DescribeNetworkInsightsAnalysesResult {
|
|
3823
|
-
|
|
3824
|
-
NetworkInsightsAnalyses?: NetworkInsightsAnalysis[];
|
|
3825
|
-
|
|
3826
|
-
NextToken?: string;
|
|
3827
|
-
}
|
|
3828
|
-
export declare namespace DescribeNetworkInsightsAnalysesResult {
|
|
3829
|
-
|
|
3830
|
-
const filterSensitiveLog: (obj: DescribeNetworkInsightsAnalysesResult) => any;
|
|
3831
|
-
}
|
|
3832
|
-
export interface DescribeNetworkInsightsPathsRequest {
|
|
3833
|
-
|
|
3834
|
-
NetworkInsightsPathIds?: string[];
|
|
3835
|
-
|
|
3836
|
-
Filters?: Filter[];
|
|
3837
|
-
|
|
3838
|
-
MaxResults?: number;
|
|
3839
|
-
|
|
3840
|
-
DryRun?: boolean;
|
|
3841
|
-
|
|
3842
|
-
NextToken?: string;
|
|
3843
|
-
}
|
|
3844
|
-
export declare namespace DescribeNetworkInsightsPathsRequest {
|
|
3845
|
-
|
|
3846
|
-
const filterSensitiveLog: (obj: DescribeNetworkInsightsPathsRequest) => any;
|
|
3847
|
-
}
|
|
3848
|
-
export interface DescribeNetworkInsightsPathsResult {
|
|
3849
|
-
|
|
3850
|
-
NetworkInsightsPaths?: NetworkInsightsPath[];
|
|
3851
|
-
|
|
3852
|
-
NextToken?: string;
|
|
3853
|
-
}
|
|
3854
|
-
export declare namespace DescribeNetworkInsightsPathsResult {
|
|
3855
|
-
|
|
3856
|
-
const filterSensitiveLog: (obj: DescribeNetworkInsightsPathsResult) => any;
|
|
3857
|
-
}
|
|
3858
|
-
export declare type NetworkInterfaceAttribute = "attachment" | "description" | "groupSet" | "sourceDestCheck";
|
|
3859
|
-
|
|
3860
|
-
export interface DescribeNetworkInterfaceAttributeRequest {
|
|
3861
|
-
|
|
3862
|
-
Attribute?: NetworkInterfaceAttribute | string;
|
|
3863
|
-
|
|
3864
|
-
DryRun?: boolean;
|
|
3865
|
-
|
|
3866
|
-
NetworkInterfaceId: string | undefined;
|
|
3867
|
-
}
|
|
3868
|
-
export declare namespace DescribeNetworkInterfaceAttributeRequest {
|
|
3869
|
-
|
|
3870
|
-
const filterSensitiveLog: (obj: DescribeNetworkInterfaceAttributeRequest) => any;
|
|
3871
|
-
}
|
|
3872
|
-
|
|
3873
|
-
export interface DescribeNetworkInterfaceAttributeResult {
|
|
3874
|
-
|
|
3875
|
-
Attachment?: NetworkInterfaceAttachment;
|
|
3876
|
-
|
|
3877
|
-
Description?: AttributeValue;
|
|
3878
|
-
|
|
3879
|
-
Groups?: GroupIdentifier[];
|
|
3880
|
-
|
|
3881
|
-
NetworkInterfaceId?: string;
|
|
3882
|
-
|
|
3883
|
-
SourceDestCheck?: AttributeBooleanValue;
|
|
3884
|
-
}
|
|
3885
|
-
export declare namespace DescribeNetworkInterfaceAttributeResult {
|
|
3886
|
-
|
|
3887
|
-
const filterSensitiveLog: (obj: DescribeNetworkInterfaceAttributeResult) => any;
|
|
3888
|
-
}
|
|
3889
|
-
|
|
3890
|
-
export interface DescribeNetworkInterfacePermissionsRequest {
|
|
3891
|
-
|
|
3892
|
-
NetworkInterfacePermissionIds?: string[];
|
|
3893
|
-
|
|
3894
|
-
Filters?: Filter[];
|
|
3895
|
-
|
|
3896
|
-
NextToken?: string;
|
|
3897
|
-
|
|
3898
|
-
MaxResults?: number;
|
|
3899
|
-
}
|
|
3900
|
-
export declare namespace DescribeNetworkInterfacePermissionsRequest {
|
|
3901
|
-
|
|
3902
|
-
const filterSensitiveLog: (obj: DescribeNetworkInterfacePermissionsRequest) => any;
|
|
3903
|
-
}
|
|
3904
|
-
|
|
3905
|
-
export interface DescribeNetworkInterfacePermissionsResult {
|
|
3906
|
-
|
|
3907
|
-
NetworkInterfacePermissions?: NetworkInterfacePermission[];
|
|
3908
|
-
|
|
3909
|
-
NextToken?: string;
|
|
3910
|
-
}
|
|
3911
|
-
export declare namespace DescribeNetworkInterfacePermissionsResult {
|
|
3912
|
-
|
|
3913
|
-
const filterSensitiveLog: (obj: DescribeNetworkInterfacePermissionsResult) => any;
|
|
3914
|
-
}
|
|
3915
|
-
|
|
3916
|
-
export interface DescribeNetworkInterfacesRequest {
|
|
3917
|
-
|
|
3918
|
-
Filters?: Filter[];
|
|
3919
|
-
|
|
3920
|
-
DryRun?: boolean;
|
|
3921
|
-
|
|
3922
|
-
NetworkInterfaceIds?: string[];
|
|
3923
|
-
|
|
3924
|
-
NextToken?: string;
|
|
3925
|
-
|
|
3926
|
-
MaxResults?: number;
|
|
3927
|
-
}
|
|
3928
|
-
export declare namespace DescribeNetworkInterfacesRequest {
|
|
3929
|
-
|
|
3930
|
-
const filterSensitiveLog: (obj: DescribeNetworkInterfacesRequest) => any;
|
|
3931
|
-
}
|
|
3932
|
-
|
|
3933
|
-
export interface DescribeNetworkInterfacesResult {
|
|
3934
|
-
|
|
3935
|
-
NetworkInterfaces?: NetworkInterface[];
|
|
3936
|
-
|
|
3937
|
-
NextToken?: string;
|
|
3938
|
-
}
|
|
3939
|
-
export declare namespace DescribeNetworkInterfacesResult {
|
|
3940
|
-
|
|
3941
|
-
const filterSensitiveLog: (obj: DescribeNetworkInterfacesResult) => any;
|
|
3942
|
-
}
|
|
3943
|
-
export interface DescribePlacementGroupsRequest {
|
|
3944
|
-
|
|
3945
|
-
Filters?: Filter[];
|
|
3946
|
-
|
|
3947
|
-
DryRun?: boolean;
|
|
3948
|
-
|
|
3949
|
-
GroupNames?: string[];
|
|
3950
|
-
|
|
3951
|
-
GroupIds?: string[];
|
|
3952
|
-
}
|
|
3953
|
-
export declare namespace DescribePlacementGroupsRequest {
|
|
3954
|
-
|
|
3955
|
-
const filterSensitiveLog: (obj: DescribePlacementGroupsRequest) => any;
|
|
3956
|
-
}
|
|
3957
|
-
export interface DescribePlacementGroupsResult {
|
|
3958
|
-
|
|
3959
|
-
PlacementGroups?: PlacementGroup[];
|
|
3960
|
-
}
|
|
3961
|
-
export declare namespace DescribePlacementGroupsResult {
|
|
3962
|
-
|
|
3963
|
-
const filterSensitiveLog: (obj: DescribePlacementGroupsResult) => any;
|
|
3964
|
-
}
|
|
3965
|
-
export interface DescribePrefixListsRequest {
|
|
3966
|
-
|
|
3967
|
-
DryRun?: boolean;
|
|
3968
|
-
|
|
3969
|
-
Filters?: Filter[];
|
|
3970
|
-
|
|
3971
|
-
MaxResults?: number;
|
|
3972
|
-
|
|
3973
|
-
NextToken?: string;
|
|
3974
|
-
|
|
3975
|
-
PrefixListIds?: string[];
|
|
3976
|
-
}
|
|
3977
|
-
export declare namespace DescribePrefixListsRequest {
|
|
3978
|
-
|
|
3979
|
-
const filterSensitiveLog: (obj: DescribePrefixListsRequest) => any;
|
|
3980
|
-
}
|
|
3981
|
-
|
|
3982
|
-
export interface PrefixList {
|
|
3983
|
-
|
|
3984
|
-
Cidrs?: string[];
|
|
3985
|
-
|
|
3986
|
-
PrefixListId?: string;
|
|
3987
|
-
|
|
3988
|
-
PrefixListName?: string;
|
|
3989
|
-
}
|
|
3990
|
-
export declare namespace PrefixList {
|
|
3991
|
-
|
|
3992
|
-
const filterSensitiveLog: (obj: PrefixList) => any;
|
|
3993
|
-
}
|
|
3994
|
-
export interface DescribePrefixListsResult {
|
|
3995
|
-
|
|
3996
|
-
NextToken?: string;
|
|
3997
|
-
|
|
3998
|
-
PrefixLists?: PrefixList[];
|
|
3999
|
-
}
|
|
4000
|
-
export declare namespace DescribePrefixListsResult {
|
|
4001
|
-
|
|
4002
|
-
const filterSensitiveLog: (obj: DescribePrefixListsResult) => any;
|
|
4003
|
-
}
|
|
4004
|
-
export interface DescribePrincipalIdFormatRequest {
|
|
4005
|
-
|
|
4006
|
-
DryRun?: boolean;
|
|
4007
|
-
|
|
4008
|
-
Resources?: string[];
|
|
4009
|
-
|
|
4010
|
-
MaxResults?: number;
|
|
4011
|
-
|
|
4012
|
-
NextToken?: string;
|
|
4013
|
-
}
|
|
4014
|
-
export declare namespace DescribePrincipalIdFormatRequest {
|
|
4015
|
-
|
|
4016
|
-
const filterSensitiveLog: (obj: DescribePrincipalIdFormatRequest) => any;
|
|
4017
|
-
}
|
|
4018
|
-
|
|
4019
|
-
export interface PrincipalIdFormat {
|
|
4020
|
-
|
|
4021
|
-
Arn?: string;
|
|
4022
|
-
|
|
4023
|
-
Statuses?: IdFormat[];
|
|
4024
|
-
}
|
|
4025
|
-
export declare namespace PrincipalIdFormat {
|
|
4026
|
-
|
|
4027
|
-
const filterSensitiveLog: (obj: PrincipalIdFormat) => any;
|
|
4028
|
-
}
|