@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,8 +1,318 @@
|
|
|
1
|
-
import { _InstanceType, AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AttributeValue, AutoPlacement, ByoipCidr, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EndDateType, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery,
|
|
2
|
-
import { AutoAcceptSharedAttachmentsValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DiskImageFormat, FleetLaunchTemplateConfigRequest,
|
|
3
|
-
import { DnsOptionsSpecification, Filter, IKEVersionsRequestListValue,
|
|
4
|
-
import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, Monitoring, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues, VirtualizationType } from "./models_3";
|
|
5
|
-
import { CreateVolumePermission, ExcessCapacityTerminationPolicy,
|
|
1
|
+
import { _InstanceType, AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AttributeValue, AutoPlacement, ByoipCidr, CapacityReservationState, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EndDateType, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, InstanceEventWindow, IpamPoolAllocation, Ipv6SupportValue, SelfServicePortal, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
|
+
import { AutoAcceptSharedAttachmentsValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DiskImageFormat, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, IpamScope, LaunchTemplate, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, ShutdownBehavior, SubnetCidrReservation, TargetCapacitySpecificationRequest, TargetCapacityUnitType, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, VolumeType, VpnEcmpSupportValue } from "./models_1";
|
|
3
|
+
import { DnsOptionsSpecification, Filter, IKEVersionsRequestListValue, IpAddressType, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TransitGateway, TransitGatewayPrefixListReference, VpnConnection } from "./models_2";
|
|
4
|
+
import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, ExportTaskS3Location, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, Monitoring, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues, VirtualizationType } from "./models_3";
|
|
5
|
+
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, ExportTaskS3LocationRequest, LaunchTemplateConfig, PublicIpv4PoolRange, ReservedInstancesConfiguration, ScheduledInstance, SnapshotAttributeName, TransitGatewayPropagationState, VolumeModification } from "./models_4";
|
|
6
|
+
export interface ExportImageRequest {
|
|
7
|
+
|
|
8
|
+
ClientToken?: string;
|
|
9
|
+
|
|
10
|
+
Description?: string;
|
|
11
|
+
|
|
12
|
+
DiskImageFormat: DiskImageFormat | string | undefined;
|
|
13
|
+
|
|
14
|
+
DryRun?: boolean;
|
|
15
|
+
|
|
16
|
+
ImageId: string | undefined;
|
|
17
|
+
|
|
18
|
+
S3ExportLocation: ExportTaskS3LocationRequest | undefined;
|
|
19
|
+
|
|
20
|
+
RoleName?: string;
|
|
21
|
+
|
|
22
|
+
TagSpecifications?: TagSpecification[];
|
|
23
|
+
}
|
|
24
|
+
export declare namespace ExportImageRequest {
|
|
25
|
+
|
|
26
|
+
const filterSensitiveLog: (obj: ExportImageRequest) => any;
|
|
27
|
+
}
|
|
28
|
+
export interface ExportImageResult {
|
|
29
|
+
|
|
30
|
+
Description?: string;
|
|
31
|
+
|
|
32
|
+
DiskImageFormat?: DiskImageFormat | string;
|
|
33
|
+
|
|
34
|
+
ExportImageTaskId?: string;
|
|
35
|
+
|
|
36
|
+
ImageId?: string;
|
|
37
|
+
|
|
38
|
+
RoleName?: string;
|
|
39
|
+
|
|
40
|
+
Progress?: string;
|
|
41
|
+
|
|
42
|
+
S3ExportLocation?: ExportTaskS3Location;
|
|
43
|
+
|
|
44
|
+
Status?: string;
|
|
45
|
+
|
|
46
|
+
StatusMessage?: string;
|
|
47
|
+
|
|
48
|
+
Tags?: Tag[];
|
|
49
|
+
}
|
|
50
|
+
export declare namespace ExportImageResult {
|
|
51
|
+
|
|
52
|
+
const filterSensitiveLog: (obj: ExportImageResult) => any;
|
|
53
|
+
}
|
|
54
|
+
export interface ExportTransitGatewayRoutesRequest {
|
|
55
|
+
|
|
56
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
57
|
+
|
|
58
|
+
Filters?: Filter[];
|
|
59
|
+
|
|
60
|
+
S3Bucket: string | undefined;
|
|
61
|
+
|
|
62
|
+
DryRun?: boolean;
|
|
63
|
+
}
|
|
64
|
+
export declare namespace ExportTransitGatewayRoutesRequest {
|
|
65
|
+
|
|
66
|
+
const filterSensitiveLog: (obj: ExportTransitGatewayRoutesRequest) => any;
|
|
67
|
+
}
|
|
68
|
+
export interface ExportTransitGatewayRoutesResult {
|
|
69
|
+
|
|
70
|
+
S3Location?: string;
|
|
71
|
+
}
|
|
72
|
+
export declare namespace ExportTransitGatewayRoutesResult {
|
|
73
|
+
|
|
74
|
+
const filterSensitiveLog: (obj: ExportTransitGatewayRoutesResult) => any;
|
|
75
|
+
}
|
|
76
|
+
export interface GetAssociatedEnclaveCertificateIamRolesRequest {
|
|
77
|
+
|
|
78
|
+
CertificateArn?: string;
|
|
79
|
+
|
|
80
|
+
DryRun?: boolean;
|
|
81
|
+
}
|
|
82
|
+
export declare namespace GetAssociatedEnclaveCertificateIamRolesRequest {
|
|
83
|
+
|
|
84
|
+
const filterSensitiveLog: (obj: GetAssociatedEnclaveCertificateIamRolesRequest) => any;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export interface AssociatedRole {
|
|
88
|
+
|
|
89
|
+
AssociatedRoleArn?: string;
|
|
90
|
+
|
|
91
|
+
CertificateS3BucketName?: string;
|
|
92
|
+
|
|
93
|
+
CertificateS3ObjectKey?: string;
|
|
94
|
+
|
|
95
|
+
EncryptionKmsKeyId?: string;
|
|
96
|
+
}
|
|
97
|
+
export declare namespace AssociatedRole {
|
|
98
|
+
|
|
99
|
+
const filterSensitiveLog: (obj: AssociatedRole) => any;
|
|
100
|
+
}
|
|
101
|
+
export interface GetAssociatedEnclaveCertificateIamRolesResult {
|
|
102
|
+
|
|
103
|
+
AssociatedRoles?: AssociatedRole[];
|
|
104
|
+
}
|
|
105
|
+
export declare namespace GetAssociatedEnclaveCertificateIamRolesResult {
|
|
106
|
+
|
|
107
|
+
const filterSensitiveLog: (obj: GetAssociatedEnclaveCertificateIamRolesResult) => any;
|
|
108
|
+
}
|
|
109
|
+
export interface GetAssociatedIpv6PoolCidrsRequest {
|
|
110
|
+
|
|
111
|
+
PoolId: string | undefined;
|
|
112
|
+
|
|
113
|
+
NextToken?: string;
|
|
114
|
+
|
|
115
|
+
MaxResults?: number;
|
|
116
|
+
|
|
117
|
+
DryRun?: boolean;
|
|
118
|
+
}
|
|
119
|
+
export declare namespace GetAssociatedIpv6PoolCidrsRequest {
|
|
120
|
+
|
|
121
|
+
const filterSensitiveLog: (obj: GetAssociatedIpv6PoolCidrsRequest) => any;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export interface Ipv6CidrAssociation {
|
|
125
|
+
|
|
126
|
+
Ipv6Cidr?: string;
|
|
127
|
+
|
|
128
|
+
AssociatedResource?: string;
|
|
129
|
+
}
|
|
130
|
+
export declare namespace Ipv6CidrAssociation {
|
|
131
|
+
|
|
132
|
+
const filterSensitiveLog: (obj: Ipv6CidrAssociation) => any;
|
|
133
|
+
}
|
|
134
|
+
export interface GetAssociatedIpv6PoolCidrsResult {
|
|
135
|
+
|
|
136
|
+
Ipv6CidrAssociations?: Ipv6CidrAssociation[];
|
|
137
|
+
|
|
138
|
+
NextToken?: string;
|
|
139
|
+
}
|
|
140
|
+
export declare namespace GetAssociatedIpv6PoolCidrsResult {
|
|
141
|
+
|
|
142
|
+
const filterSensitiveLog: (obj: GetAssociatedIpv6PoolCidrsResult) => any;
|
|
143
|
+
}
|
|
144
|
+
export interface GetCapacityReservationUsageRequest {
|
|
145
|
+
|
|
146
|
+
CapacityReservationId: string | undefined;
|
|
147
|
+
|
|
148
|
+
NextToken?: string;
|
|
149
|
+
|
|
150
|
+
MaxResults?: number;
|
|
151
|
+
|
|
152
|
+
DryRun?: boolean;
|
|
153
|
+
}
|
|
154
|
+
export declare namespace GetCapacityReservationUsageRequest {
|
|
155
|
+
|
|
156
|
+
const filterSensitiveLog: (obj: GetCapacityReservationUsageRequest) => any;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export interface InstanceUsage {
|
|
160
|
+
|
|
161
|
+
AccountId?: string;
|
|
162
|
+
|
|
163
|
+
UsedInstanceCount?: number;
|
|
164
|
+
}
|
|
165
|
+
export declare namespace InstanceUsage {
|
|
166
|
+
|
|
167
|
+
const filterSensitiveLog: (obj: InstanceUsage) => any;
|
|
168
|
+
}
|
|
169
|
+
export interface GetCapacityReservationUsageResult {
|
|
170
|
+
|
|
171
|
+
NextToken?: string;
|
|
172
|
+
|
|
173
|
+
CapacityReservationId?: string;
|
|
174
|
+
|
|
175
|
+
InstanceType?: string;
|
|
176
|
+
|
|
177
|
+
TotalInstanceCount?: number;
|
|
178
|
+
|
|
179
|
+
AvailableInstanceCount?: number;
|
|
180
|
+
|
|
181
|
+
State?: CapacityReservationState | string;
|
|
182
|
+
|
|
183
|
+
InstanceUsages?: InstanceUsage[];
|
|
184
|
+
}
|
|
185
|
+
export declare namespace GetCapacityReservationUsageResult {
|
|
186
|
+
|
|
187
|
+
const filterSensitiveLog: (obj: GetCapacityReservationUsageResult) => any;
|
|
188
|
+
}
|
|
189
|
+
export interface GetCoipPoolUsageRequest {
|
|
190
|
+
|
|
191
|
+
PoolId: string | undefined;
|
|
192
|
+
|
|
193
|
+
Filters?: Filter[];
|
|
194
|
+
|
|
195
|
+
MaxResults?: number;
|
|
196
|
+
|
|
197
|
+
NextToken?: string;
|
|
198
|
+
|
|
199
|
+
DryRun?: boolean;
|
|
200
|
+
}
|
|
201
|
+
export declare namespace GetCoipPoolUsageRequest {
|
|
202
|
+
|
|
203
|
+
const filterSensitiveLog: (obj: GetCoipPoolUsageRequest) => any;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export interface CoipAddressUsage {
|
|
207
|
+
|
|
208
|
+
AllocationId?: string;
|
|
209
|
+
|
|
210
|
+
AwsAccountId?: string;
|
|
211
|
+
|
|
212
|
+
AwsService?: string;
|
|
213
|
+
|
|
214
|
+
CoIp?: string;
|
|
215
|
+
}
|
|
216
|
+
export declare namespace CoipAddressUsage {
|
|
217
|
+
|
|
218
|
+
const filterSensitiveLog: (obj: CoipAddressUsage) => any;
|
|
219
|
+
}
|
|
220
|
+
export interface GetCoipPoolUsageResult {
|
|
221
|
+
|
|
222
|
+
CoipPoolId?: string;
|
|
223
|
+
|
|
224
|
+
CoipAddressUsages?: CoipAddressUsage[];
|
|
225
|
+
|
|
226
|
+
LocalGatewayRouteTableId?: string;
|
|
227
|
+
}
|
|
228
|
+
export declare namespace GetCoipPoolUsageResult {
|
|
229
|
+
|
|
230
|
+
const filterSensitiveLog: (obj: GetCoipPoolUsageResult) => any;
|
|
231
|
+
}
|
|
232
|
+
export interface GetConsoleOutputRequest {
|
|
233
|
+
|
|
234
|
+
InstanceId: string | undefined;
|
|
235
|
+
|
|
236
|
+
DryRun?: boolean;
|
|
237
|
+
|
|
238
|
+
Latest?: boolean;
|
|
239
|
+
}
|
|
240
|
+
export declare namespace GetConsoleOutputRequest {
|
|
241
|
+
|
|
242
|
+
const filterSensitiveLog: (obj: GetConsoleOutputRequest) => any;
|
|
243
|
+
}
|
|
244
|
+
export interface GetConsoleOutputResult {
|
|
245
|
+
|
|
246
|
+
InstanceId?: string;
|
|
247
|
+
|
|
248
|
+
Output?: string;
|
|
249
|
+
|
|
250
|
+
Timestamp?: Date;
|
|
251
|
+
}
|
|
252
|
+
export declare namespace GetConsoleOutputResult {
|
|
253
|
+
|
|
254
|
+
const filterSensitiveLog: (obj: GetConsoleOutputResult) => any;
|
|
255
|
+
}
|
|
256
|
+
export interface GetConsoleScreenshotRequest {
|
|
257
|
+
|
|
258
|
+
DryRun?: boolean;
|
|
259
|
+
|
|
260
|
+
InstanceId: string | undefined;
|
|
261
|
+
|
|
262
|
+
WakeUp?: boolean;
|
|
263
|
+
}
|
|
264
|
+
export declare namespace GetConsoleScreenshotRequest {
|
|
265
|
+
|
|
266
|
+
const filterSensitiveLog: (obj: GetConsoleScreenshotRequest) => any;
|
|
267
|
+
}
|
|
268
|
+
export interface GetConsoleScreenshotResult {
|
|
269
|
+
|
|
270
|
+
ImageData?: string;
|
|
271
|
+
|
|
272
|
+
InstanceId?: string;
|
|
273
|
+
}
|
|
274
|
+
export declare namespace GetConsoleScreenshotResult {
|
|
275
|
+
|
|
276
|
+
const filterSensitiveLog: (obj: GetConsoleScreenshotResult) => any;
|
|
277
|
+
}
|
|
278
|
+
export declare type UnlimitedSupportedInstanceFamily = "t2" | "t3" | "t3a" | "t4g";
|
|
279
|
+
export interface GetDefaultCreditSpecificationRequest {
|
|
280
|
+
|
|
281
|
+
DryRun?: boolean;
|
|
282
|
+
|
|
283
|
+
InstanceFamily: UnlimitedSupportedInstanceFamily | string | undefined;
|
|
284
|
+
}
|
|
285
|
+
export declare namespace GetDefaultCreditSpecificationRequest {
|
|
286
|
+
|
|
287
|
+
const filterSensitiveLog: (obj: GetDefaultCreditSpecificationRequest) => any;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
export interface InstanceFamilyCreditSpecification {
|
|
291
|
+
|
|
292
|
+
InstanceFamily?: UnlimitedSupportedInstanceFamily | string;
|
|
293
|
+
|
|
294
|
+
CpuCredits?: string;
|
|
295
|
+
}
|
|
296
|
+
export declare namespace InstanceFamilyCreditSpecification {
|
|
297
|
+
|
|
298
|
+
const filterSensitiveLog: (obj: InstanceFamilyCreditSpecification) => any;
|
|
299
|
+
}
|
|
300
|
+
export interface GetDefaultCreditSpecificationResult {
|
|
301
|
+
|
|
302
|
+
InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification;
|
|
303
|
+
}
|
|
304
|
+
export declare namespace GetDefaultCreditSpecificationResult {
|
|
305
|
+
|
|
306
|
+
const filterSensitiveLog: (obj: GetDefaultCreditSpecificationResult) => any;
|
|
307
|
+
}
|
|
308
|
+
export interface GetEbsDefaultKmsKeyIdRequest {
|
|
309
|
+
|
|
310
|
+
DryRun?: boolean;
|
|
311
|
+
}
|
|
312
|
+
export declare namespace GetEbsDefaultKmsKeyIdRequest {
|
|
313
|
+
|
|
314
|
+
const filterSensitiveLog: (obj: GetEbsDefaultKmsKeyIdRequest) => any;
|
|
315
|
+
}
|
|
6
316
|
export interface GetEbsDefaultKmsKeyIdResult {
|
|
7
317
|
|
|
8
318
|
KmsKeyId?: string;
|
|
@@ -862,6 +1172,99 @@ export declare namespace GetTransitGatewayMulticastDomainAssociationsResult {
|
|
|
862
1172
|
|
|
863
1173
|
const filterSensitiveLog: (obj: GetTransitGatewayMulticastDomainAssociationsResult) => any;
|
|
864
1174
|
}
|
|
1175
|
+
export interface GetTransitGatewayPolicyTableAssociationsRequest {
|
|
1176
|
+
|
|
1177
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
1178
|
+
|
|
1179
|
+
Filters?: Filter[];
|
|
1180
|
+
|
|
1181
|
+
MaxResults?: number;
|
|
1182
|
+
|
|
1183
|
+
NextToken?: string;
|
|
1184
|
+
|
|
1185
|
+
DryRun?: boolean;
|
|
1186
|
+
}
|
|
1187
|
+
export declare namespace GetTransitGatewayPolicyTableAssociationsRequest {
|
|
1188
|
+
|
|
1189
|
+
const filterSensitiveLog: (obj: GetTransitGatewayPolicyTableAssociationsRequest) => any;
|
|
1190
|
+
}
|
|
1191
|
+
export interface GetTransitGatewayPolicyTableAssociationsResult {
|
|
1192
|
+
|
|
1193
|
+
Associations?: TransitGatewayPolicyTableAssociation[];
|
|
1194
|
+
|
|
1195
|
+
NextToken?: string;
|
|
1196
|
+
}
|
|
1197
|
+
export declare namespace GetTransitGatewayPolicyTableAssociationsResult {
|
|
1198
|
+
|
|
1199
|
+
const filterSensitiveLog: (obj: GetTransitGatewayPolicyTableAssociationsResult) => any;
|
|
1200
|
+
}
|
|
1201
|
+
export interface GetTransitGatewayPolicyTableEntriesRequest {
|
|
1202
|
+
|
|
1203
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
1204
|
+
|
|
1205
|
+
Filters?: Filter[];
|
|
1206
|
+
|
|
1207
|
+
MaxResults?: number;
|
|
1208
|
+
|
|
1209
|
+
NextToken?: string;
|
|
1210
|
+
|
|
1211
|
+
DryRun?: boolean;
|
|
1212
|
+
}
|
|
1213
|
+
export declare namespace GetTransitGatewayPolicyTableEntriesRequest {
|
|
1214
|
+
|
|
1215
|
+
const filterSensitiveLog: (obj: GetTransitGatewayPolicyTableEntriesRequest) => any;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
export interface TransitGatewayPolicyRuleMetaData {
|
|
1219
|
+
|
|
1220
|
+
MetaDataKey?: string;
|
|
1221
|
+
|
|
1222
|
+
MetaDataValue?: string;
|
|
1223
|
+
}
|
|
1224
|
+
export declare namespace TransitGatewayPolicyRuleMetaData {
|
|
1225
|
+
|
|
1226
|
+
const filterSensitiveLog: (obj: TransitGatewayPolicyRuleMetaData) => any;
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
export interface TransitGatewayPolicyRule {
|
|
1230
|
+
|
|
1231
|
+
SourceCidrBlock?: string;
|
|
1232
|
+
|
|
1233
|
+
SourcePortRange?: string;
|
|
1234
|
+
|
|
1235
|
+
DestinationCidrBlock?: string;
|
|
1236
|
+
|
|
1237
|
+
DestinationPortRange?: string;
|
|
1238
|
+
|
|
1239
|
+
Protocol?: string;
|
|
1240
|
+
|
|
1241
|
+
MetaData?: TransitGatewayPolicyRuleMetaData;
|
|
1242
|
+
}
|
|
1243
|
+
export declare namespace TransitGatewayPolicyRule {
|
|
1244
|
+
|
|
1245
|
+
const filterSensitiveLog: (obj: TransitGatewayPolicyRule) => any;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
export interface TransitGatewayPolicyTableEntry {
|
|
1249
|
+
|
|
1250
|
+
PolicyRuleNumber?: string;
|
|
1251
|
+
|
|
1252
|
+
PolicyRule?: TransitGatewayPolicyRule;
|
|
1253
|
+
|
|
1254
|
+
TargetRouteTableId?: string;
|
|
1255
|
+
}
|
|
1256
|
+
export declare namespace TransitGatewayPolicyTableEntry {
|
|
1257
|
+
|
|
1258
|
+
const filterSensitiveLog: (obj: TransitGatewayPolicyTableEntry) => any;
|
|
1259
|
+
}
|
|
1260
|
+
export interface GetTransitGatewayPolicyTableEntriesResult {
|
|
1261
|
+
|
|
1262
|
+
TransitGatewayPolicyTableEntries?: TransitGatewayPolicyTableEntry[];
|
|
1263
|
+
}
|
|
1264
|
+
export declare namespace GetTransitGatewayPolicyTableEntriesResult {
|
|
1265
|
+
|
|
1266
|
+
const filterSensitiveLog: (obj: GetTransitGatewayPolicyTableEntriesResult) => any;
|
|
1267
|
+
}
|
|
865
1268
|
export interface GetTransitGatewayPrefixListReferencesRequest {
|
|
866
1269
|
|
|
867
1270
|
TransitGatewayRouteTableId: string | undefined;
|
|
@@ -955,6 +1358,8 @@ export interface TransitGatewayRouteTablePropagation {
|
|
|
955
1358
|
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
956
1359
|
|
|
957
1360
|
State?: TransitGatewayPropagationState | string;
|
|
1361
|
+
|
|
1362
|
+
TransitGatewayRouteTableAnnouncementId?: string;
|
|
958
1363
|
}
|
|
959
1364
|
export declare namespace TransitGatewayRouteTablePropagation {
|
|
960
1365
|
|
|
@@ -2653,6 +3058,8 @@ export interface ModifyTransitGatewayOptions {
|
|
|
2653
3058
|
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
|
|
2654
3059
|
|
|
2655
3060
|
PropagationDefaultRouteTableId?: string;
|
|
3061
|
+
|
|
3062
|
+
AmazonSideAsn?: number;
|
|
2656
3063
|
}
|
|
2657
3064
|
export declare namespace ModifyTransitGatewayOptions {
|
|
2658
3065
|
|
|
@@ -3474,378 +3881,3 @@ export declare namespace RegisterImageResult {
|
|
|
3474
3881
|
|
|
3475
3882
|
const filterSensitiveLog: (obj: RegisterImageResult) => any;
|
|
3476
3883
|
}
|
|
3477
|
-
|
|
3478
|
-
export interface RegisterInstanceTagAttributeRequest {
|
|
3479
|
-
|
|
3480
|
-
IncludeAllTagsOfInstance?: boolean;
|
|
3481
|
-
|
|
3482
|
-
InstanceTagKeys?: string[];
|
|
3483
|
-
}
|
|
3484
|
-
export declare namespace RegisterInstanceTagAttributeRequest {
|
|
3485
|
-
|
|
3486
|
-
const filterSensitiveLog: (obj: RegisterInstanceTagAttributeRequest) => any;
|
|
3487
|
-
}
|
|
3488
|
-
export interface RegisterInstanceEventNotificationAttributesRequest {
|
|
3489
|
-
|
|
3490
|
-
DryRun?: boolean;
|
|
3491
|
-
|
|
3492
|
-
InstanceTagAttribute?: RegisterInstanceTagAttributeRequest;
|
|
3493
|
-
}
|
|
3494
|
-
export declare namespace RegisterInstanceEventNotificationAttributesRequest {
|
|
3495
|
-
|
|
3496
|
-
const filterSensitiveLog: (obj: RegisterInstanceEventNotificationAttributesRequest) => any;
|
|
3497
|
-
}
|
|
3498
|
-
export interface RegisterInstanceEventNotificationAttributesResult {
|
|
3499
|
-
|
|
3500
|
-
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
3501
|
-
}
|
|
3502
|
-
export declare namespace RegisterInstanceEventNotificationAttributesResult {
|
|
3503
|
-
|
|
3504
|
-
const filterSensitiveLog: (obj: RegisterInstanceEventNotificationAttributesResult) => any;
|
|
3505
|
-
}
|
|
3506
|
-
export interface RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
3507
|
-
|
|
3508
|
-
TransitGatewayMulticastDomainId?: string;
|
|
3509
|
-
|
|
3510
|
-
GroupIpAddress?: string;
|
|
3511
|
-
|
|
3512
|
-
NetworkInterfaceIds?: string[];
|
|
3513
|
-
|
|
3514
|
-
DryRun?: boolean;
|
|
3515
|
-
}
|
|
3516
|
-
export declare namespace RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
3517
|
-
|
|
3518
|
-
const filterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupMembersRequest) => any;
|
|
3519
|
-
}
|
|
3520
|
-
|
|
3521
|
-
export interface TransitGatewayMulticastRegisteredGroupMembers {
|
|
3522
|
-
|
|
3523
|
-
TransitGatewayMulticastDomainId?: string;
|
|
3524
|
-
|
|
3525
|
-
RegisteredNetworkInterfaceIds?: string[];
|
|
3526
|
-
|
|
3527
|
-
GroupIpAddress?: string;
|
|
3528
|
-
}
|
|
3529
|
-
export declare namespace TransitGatewayMulticastRegisteredGroupMembers {
|
|
3530
|
-
|
|
3531
|
-
const filterSensitiveLog: (obj: TransitGatewayMulticastRegisteredGroupMembers) => any;
|
|
3532
|
-
}
|
|
3533
|
-
export interface RegisterTransitGatewayMulticastGroupMembersResult {
|
|
3534
|
-
|
|
3535
|
-
RegisteredMulticastGroupMembers?: TransitGatewayMulticastRegisteredGroupMembers;
|
|
3536
|
-
}
|
|
3537
|
-
export declare namespace RegisterTransitGatewayMulticastGroupMembersResult {
|
|
3538
|
-
|
|
3539
|
-
const filterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupMembersResult) => any;
|
|
3540
|
-
}
|
|
3541
|
-
export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
|
|
3542
|
-
|
|
3543
|
-
TransitGatewayMulticastDomainId?: string;
|
|
3544
|
-
|
|
3545
|
-
GroupIpAddress?: string;
|
|
3546
|
-
|
|
3547
|
-
NetworkInterfaceIds?: string[];
|
|
3548
|
-
|
|
3549
|
-
DryRun?: boolean;
|
|
3550
|
-
}
|
|
3551
|
-
export declare namespace RegisterTransitGatewayMulticastGroupSourcesRequest {
|
|
3552
|
-
|
|
3553
|
-
const filterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupSourcesRequest) => any;
|
|
3554
|
-
}
|
|
3555
|
-
|
|
3556
|
-
export interface TransitGatewayMulticastRegisteredGroupSources {
|
|
3557
|
-
|
|
3558
|
-
TransitGatewayMulticastDomainId?: string;
|
|
3559
|
-
|
|
3560
|
-
RegisteredNetworkInterfaceIds?: string[];
|
|
3561
|
-
|
|
3562
|
-
GroupIpAddress?: string;
|
|
3563
|
-
}
|
|
3564
|
-
export declare namespace TransitGatewayMulticastRegisteredGroupSources {
|
|
3565
|
-
|
|
3566
|
-
const filterSensitiveLog: (obj: TransitGatewayMulticastRegisteredGroupSources) => any;
|
|
3567
|
-
}
|
|
3568
|
-
export interface RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
3569
|
-
|
|
3570
|
-
RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources;
|
|
3571
|
-
}
|
|
3572
|
-
export declare namespace RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
3573
|
-
|
|
3574
|
-
const filterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupSourcesResult) => any;
|
|
3575
|
-
}
|
|
3576
|
-
export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
3577
|
-
|
|
3578
|
-
TransitGatewayMulticastDomainId?: string;
|
|
3579
|
-
|
|
3580
|
-
TransitGatewayAttachmentId?: string;
|
|
3581
|
-
|
|
3582
|
-
SubnetIds?: string[];
|
|
3583
|
-
|
|
3584
|
-
DryRun?: boolean;
|
|
3585
|
-
}
|
|
3586
|
-
export declare namespace RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
3587
|
-
|
|
3588
|
-
const filterSensitiveLog: (obj: RejectTransitGatewayMulticastDomainAssociationsRequest) => any;
|
|
3589
|
-
}
|
|
3590
|
-
export interface RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
3591
|
-
|
|
3592
|
-
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
3593
|
-
}
|
|
3594
|
-
export declare namespace RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
3595
|
-
|
|
3596
|
-
const filterSensitiveLog: (obj: RejectTransitGatewayMulticastDomainAssociationsResult) => any;
|
|
3597
|
-
}
|
|
3598
|
-
export interface RejectTransitGatewayPeeringAttachmentRequest {
|
|
3599
|
-
|
|
3600
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
3601
|
-
|
|
3602
|
-
DryRun?: boolean;
|
|
3603
|
-
}
|
|
3604
|
-
export declare namespace RejectTransitGatewayPeeringAttachmentRequest {
|
|
3605
|
-
|
|
3606
|
-
const filterSensitiveLog: (obj: RejectTransitGatewayPeeringAttachmentRequest) => any;
|
|
3607
|
-
}
|
|
3608
|
-
export interface RejectTransitGatewayPeeringAttachmentResult {
|
|
3609
|
-
|
|
3610
|
-
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
3611
|
-
}
|
|
3612
|
-
export declare namespace RejectTransitGatewayPeeringAttachmentResult {
|
|
3613
|
-
|
|
3614
|
-
const filterSensitiveLog: (obj: RejectTransitGatewayPeeringAttachmentResult) => any;
|
|
3615
|
-
}
|
|
3616
|
-
export interface RejectTransitGatewayVpcAttachmentRequest {
|
|
3617
|
-
|
|
3618
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
3619
|
-
|
|
3620
|
-
DryRun?: boolean;
|
|
3621
|
-
}
|
|
3622
|
-
export declare namespace RejectTransitGatewayVpcAttachmentRequest {
|
|
3623
|
-
|
|
3624
|
-
const filterSensitiveLog: (obj: RejectTransitGatewayVpcAttachmentRequest) => any;
|
|
3625
|
-
}
|
|
3626
|
-
export interface RejectTransitGatewayVpcAttachmentResult {
|
|
3627
|
-
|
|
3628
|
-
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
3629
|
-
}
|
|
3630
|
-
export declare namespace RejectTransitGatewayVpcAttachmentResult {
|
|
3631
|
-
|
|
3632
|
-
const filterSensitiveLog: (obj: RejectTransitGatewayVpcAttachmentResult) => any;
|
|
3633
|
-
}
|
|
3634
|
-
export interface RejectVpcEndpointConnectionsRequest {
|
|
3635
|
-
|
|
3636
|
-
DryRun?: boolean;
|
|
3637
|
-
|
|
3638
|
-
ServiceId: string | undefined;
|
|
3639
|
-
|
|
3640
|
-
VpcEndpointIds: string[] | undefined;
|
|
3641
|
-
}
|
|
3642
|
-
export declare namespace RejectVpcEndpointConnectionsRequest {
|
|
3643
|
-
|
|
3644
|
-
const filterSensitiveLog: (obj: RejectVpcEndpointConnectionsRequest) => any;
|
|
3645
|
-
}
|
|
3646
|
-
export interface RejectVpcEndpointConnectionsResult {
|
|
3647
|
-
|
|
3648
|
-
Unsuccessful?: UnsuccessfulItem[];
|
|
3649
|
-
}
|
|
3650
|
-
export declare namespace RejectVpcEndpointConnectionsResult {
|
|
3651
|
-
|
|
3652
|
-
const filterSensitiveLog: (obj: RejectVpcEndpointConnectionsResult) => any;
|
|
3653
|
-
}
|
|
3654
|
-
export interface RejectVpcPeeringConnectionRequest {
|
|
3655
|
-
|
|
3656
|
-
DryRun?: boolean;
|
|
3657
|
-
|
|
3658
|
-
VpcPeeringConnectionId: string | undefined;
|
|
3659
|
-
}
|
|
3660
|
-
export declare namespace RejectVpcPeeringConnectionRequest {
|
|
3661
|
-
|
|
3662
|
-
const filterSensitiveLog: (obj: RejectVpcPeeringConnectionRequest) => any;
|
|
3663
|
-
}
|
|
3664
|
-
export interface RejectVpcPeeringConnectionResult {
|
|
3665
|
-
|
|
3666
|
-
Return?: boolean;
|
|
3667
|
-
}
|
|
3668
|
-
export declare namespace RejectVpcPeeringConnectionResult {
|
|
3669
|
-
|
|
3670
|
-
const filterSensitiveLog: (obj: RejectVpcPeeringConnectionResult) => any;
|
|
3671
|
-
}
|
|
3672
|
-
export interface ReleaseAddressRequest {
|
|
3673
|
-
|
|
3674
|
-
AllocationId?: string;
|
|
3675
|
-
|
|
3676
|
-
PublicIp?: string;
|
|
3677
|
-
|
|
3678
|
-
NetworkBorderGroup?: string;
|
|
3679
|
-
|
|
3680
|
-
DryRun?: boolean;
|
|
3681
|
-
}
|
|
3682
|
-
export declare namespace ReleaseAddressRequest {
|
|
3683
|
-
|
|
3684
|
-
const filterSensitiveLog: (obj: ReleaseAddressRequest) => any;
|
|
3685
|
-
}
|
|
3686
|
-
export interface ReleaseHostsRequest {
|
|
3687
|
-
|
|
3688
|
-
HostIds: string[] | undefined;
|
|
3689
|
-
}
|
|
3690
|
-
export declare namespace ReleaseHostsRequest {
|
|
3691
|
-
|
|
3692
|
-
const filterSensitiveLog: (obj: ReleaseHostsRequest) => any;
|
|
3693
|
-
}
|
|
3694
|
-
export interface ReleaseHostsResult {
|
|
3695
|
-
|
|
3696
|
-
Successful?: string[];
|
|
3697
|
-
|
|
3698
|
-
Unsuccessful?: UnsuccessfulItem[];
|
|
3699
|
-
}
|
|
3700
|
-
export declare namespace ReleaseHostsResult {
|
|
3701
|
-
|
|
3702
|
-
const filterSensitiveLog: (obj: ReleaseHostsResult) => any;
|
|
3703
|
-
}
|
|
3704
|
-
export interface ReleaseIpamPoolAllocationRequest {
|
|
3705
|
-
|
|
3706
|
-
DryRun?: boolean;
|
|
3707
|
-
|
|
3708
|
-
IpamPoolId: string | undefined;
|
|
3709
|
-
|
|
3710
|
-
Cidr: string | undefined;
|
|
3711
|
-
|
|
3712
|
-
IpamPoolAllocationId: string | undefined;
|
|
3713
|
-
}
|
|
3714
|
-
export declare namespace ReleaseIpamPoolAllocationRequest {
|
|
3715
|
-
|
|
3716
|
-
const filterSensitiveLog: (obj: ReleaseIpamPoolAllocationRequest) => any;
|
|
3717
|
-
}
|
|
3718
|
-
export interface ReleaseIpamPoolAllocationResult {
|
|
3719
|
-
|
|
3720
|
-
Success?: boolean;
|
|
3721
|
-
}
|
|
3722
|
-
export declare namespace ReleaseIpamPoolAllocationResult {
|
|
3723
|
-
|
|
3724
|
-
const filterSensitiveLog: (obj: ReleaseIpamPoolAllocationResult) => any;
|
|
3725
|
-
}
|
|
3726
|
-
export interface ReplaceIamInstanceProfileAssociationRequest {
|
|
3727
|
-
|
|
3728
|
-
IamInstanceProfile: IamInstanceProfileSpecification | undefined;
|
|
3729
|
-
|
|
3730
|
-
AssociationId: string | undefined;
|
|
3731
|
-
}
|
|
3732
|
-
export declare namespace ReplaceIamInstanceProfileAssociationRequest {
|
|
3733
|
-
|
|
3734
|
-
const filterSensitiveLog: (obj: ReplaceIamInstanceProfileAssociationRequest) => any;
|
|
3735
|
-
}
|
|
3736
|
-
export interface ReplaceIamInstanceProfileAssociationResult {
|
|
3737
|
-
|
|
3738
|
-
IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
|
|
3739
|
-
}
|
|
3740
|
-
export declare namespace ReplaceIamInstanceProfileAssociationResult {
|
|
3741
|
-
|
|
3742
|
-
const filterSensitiveLog: (obj: ReplaceIamInstanceProfileAssociationResult) => any;
|
|
3743
|
-
}
|
|
3744
|
-
export interface ReplaceNetworkAclAssociationRequest {
|
|
3745
|
-
|
|
3746
|
-
AssociationId: string | undefined;
|
|
3747
|
-
|
|
3748
|
-
DryRun?: boolean;
|
|
3749
|
-
|
|
3750
|
-
NetworkAclId: string | undefined;
|
|
3751
|
-
}
|
|
3752
|
-
export declare namespace ReplaceNetworkAclAssociationRequest {
|
|
3753
|
-
|
|
3754
|
-
const filterSensitiveLog: (obj: ReplaceNetworkAclAssociationRequest) => any;
|
|
3755
|
-
}
|
|
3756
|
-
export interface ReplaceNetworkAclAssociationResult {
|
|
3757
|
-
|
|
3758
|
-
NewAssociationId?: string;
|
|
3759
|
-
}
|
|
3760
|
-
export declare namespace ReplaceNetworkAclAssociationResult {
|
|
3761
|
-
|
|
3762
|
-
const filterSensitiveLog: (obj: ReplaceNetworkAclAssociationResult) => any;
|
|
3763
|
-
}
|
|
3764
|
-
export interface ReplaceNetworkAclEntryRequest {
|
|
3765
|
-
|
|
3766
|
-
CidrBlock?: string;
|
|
3767
|
-
|
|
3768
|
-
DryRun?: boolean;
|
|
3769
|
-
|
|
3770
|
-
Egress: boolean | undefined;
|
|
3771
|
-
|
|
3772
|
-
IcmpTypeCode?: IcmpTypeCode;
|
|
3773
|
-
|
|
3774
|
-
Ipv6CidrBlock?: string;
|
|
3775
|
-
|
|
3776
|
-
NetworkAclId: string | undefined;
|
|
3777
|
-
|
|
3778
|
-
PortRange?: PortRange;
|
|
3779
|
-
|
|
3780
|
-
Protocol: string | undefined;
|
|
3781
|
-
|
|
3782
|
-
RuleAction: RuleAction | string | undefined;
|
|
3783
|
-
|
|
3784
|
-
RuleNumber: number | undefined;
|
|
3785
|
-
}
|
|
3786
|
-
export declare namespace ReplaceNetworkAclEntryRequest {
|
|
3787
|
-
|
|
3788
|
-
const filterSensitiveLog: (obj: ReplaceNetworkAclEntryRequest) => any;
|
|
3789
|
-
}
|
|
3790
|
-
export interface ReplaceRouteRequest {
|
|
3791
|
-
|
|
3792
|
-
DestinationCidrBlock?: string;
|
|
3793
|
-
|
|
3794
|
-
DestinationIpv6CidrBlock?: string;
|
|
3795
|
-
|
|
3796
|
-
DestinationPrefixListId?: string;
|
|
3797
|
-
|
|
3798
|
-
DryRun?: boolean;
|
|
3799
|
-
|
|
3800
|
-
VpcEndpointId?: string;
|
|
3801
|
-
|
|
3802
|
-
EgressOnlyInternetGatewayId?: string;
|
|
3803
|
-
|
|
3804
|
-
GatewayId?: string;
|
|
3805
|
-
|
|
3806
|
-
InstanceId?: string;
|
|
3807
|
-
|
|
3808
|
-
LocalTarget?: boolean;
|
|
3809
|
-
|
|
3810
|
-
NatGatewayId?: string;
|
|
3811
|
-
|
|
3812
|
-
TransitGatewayId?: string;
|
|
3813
|
-
|
|
3814
|
-
LocalGatewayId?: string;
|
|
3815
|
-
|
|
3816
|
-
CarrierGatewayId?: string;
|
|
3817
|
-
|
|
3818
|
-
NetworkInterfaceId?: string;
|
|
3819
|
-
|
|
3820
|
-
RouteTableId: string | undefined;
|
|
3821
|
-
|
|
3822
|
-
VpcPeeringConnectionId?: string;
|
|
3823
|
-
|
|
3824
|
-
CoreNetworkArn?: string;
|
|
3825
|
-
}
|
|
3826
|
-
export declare namespace ReplaceRouteRequest {
|
|
3827
|
-
|
|
3828
|
-
const filterSensitiveLog: (obj: ReplaceRouteRequest) => any;
|
|
3829
|
-
}
|
|
3830
|
-
export interface ReplaceRouteTableAssociationRequest {
|
|
3831
|
-
|
|
3832
|
-
AssociationId: string | undefined;
|
|
3833
|
-
|
|
3834
|
-
DryRun?: boolean;
|
|
3835
|
-
|
|
3836
|
-
RouteTableId: string | undefined;
|
|
3837
|
-
}
|
|
3838
|
-
export declare namespace ReplaceRouteTableAssociationRequest {
|
|
3839
|
-
|
|
3840
|
-
const filterSensitiveLog: (obj: ReplaceRouteTableAssociationRequest) => any;
|
|
3841
|
-
}
|
|
3842
|
-
export interface ReplaceRouteTableAssociationResult {
|
|
3843
|
-
|
|
3844
|
-
NewAssociationId?: string;
|
|
3845
|
-
|
|
3846
|
-
AssociationState?: RouteTableAssociationState;
|
|
3847
|
-
}
|
|
3848
|
-
export declare namespace ReplaceRouteTableAssociationResult {
|
|
3849
|
-
|
|
3850
|
-
const filterSensitiveLog: (obj: ReplaceRouteTableAssociationResult) => any;
|
|
3851
|
-
}
|