@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,9 +1,682 @@
|
|
|
1
|
-
import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, HostnameType, IamInstanceProfileSpecification, IpPermission, TagSpecification, TransitGatewayAttachmentResourceType } from "./models_0";
|
|
2
|
-
import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, ShutdownBehavior, SnapshotState, SpotInstanceType } from "./models_1";
|
|
3
|
-
import {
|
|
4
|
-
import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, NetworkInsightsAccessScopeAnalysis
|
|
5
|
-
import { InstanceNetworkInterfaceSpecification, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
1
|
+
import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, HostnameType, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
|
+
import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RuleAction, ShutdownBehavior, SnapshotState, SpotInstanceType } from "./models_1";
|
|
3
|
+
import { Filter, InstanceTagNotificationAttribute, TransitGatewayRoute } from "./models_2";
|
|
4
|
+
import { ClientVpnConnectionStatus, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, NetworkInsightsAccessScopeAnalysis } from "./models_3";
|
|
5
|
+
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
6
6
|
import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_5";
|
|
7
|
+
/**
|
|
8
|
+
* <p>Information about the tag keys to register for the current Region. You can either specify
|
|
9
|
+
* individual tag keys or register all tag keys in the current Region. You must specify either
|
|
10
|
+
* <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the request</p>
|
|
11
|
+
*/
|
|
12
|
+
export interface RegisterInstanceTagAttributeRequest {
|
|
13
|
+
/**
|
|
14
|
+
* <p>Indicates whether to register all tag keys in the current Region. Specify <code>true</code>
|
|
15
|
+
* to register all tag keys.</p>
|
|
16
|
+
*/
|
|
17
|
+
IncludeAllTagsOfInstance?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The tag keys to register.</p>
|
|
20
|
+
*/
|
|
21
|
+
InstanceTagKeys?: string[];
|
|
22
|
+
}
|
|
23
|
+
export declare namespace RegisterInstanceTagAttributeRequest {
|
|
24
|
+
/**
|
|
25
|
+
* @internal
|
|
26
|
+
*/
|
|
27
|
+
const filterSensitiveLog: (obj: RegisterInstanceTagAttributeRequest) => any;
|
|
28
|
+
}
|
|
29
|
+
export interface RegisterInstanceEventNotificationAttributesRequest {
|
|
30
|
+
/**
|
|
31
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
32
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
33
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
34
|
+
*/
|
|
35
|
+
DryRun?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* <p>Information about the tag keys to register.</p>
|
|
38
|
+
*/
|
|
39
|
+
InstanceTagAttribute?: RegisterInstanceTagAttributeRequest;
|
|
40
|
+
}
|
|
41
|
+
export declare namespace RegisterInstanceEventNotificationAttributesRequest {
|
|
42
|
+
/**
|
|
43
|
+
* @internal
|
|
44
|
+
*/
|
|
45
|
+
const filterSensitiveLog: (obj: RegisterInstanceEventNotificationAttributesRequest) => any;
|
|
46
|
+
}
|
|
47
|
+
export interface RegisterInstanceEventNotificationAttributesResult {
|
|
48
|
+
/**
|
|
49
|
+
* <p>The resulting set of tag keys.</p>
|
|
50
|
+
*/
|
|
51
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
52
|
+
}
|
|
53
|
+
export declare namespace RegisterInstanceEventNotificationAttributesResult {
|
|
54
|
+
/**
|
|
55
|
+
* @internal
|
|
56
|
+
*/
|
|
57
|
+
const filterSensitiveLog: (obj: RegisterInstanceEventNotificationAttributesResult) => any;
|
|
58
|
+
}
|
|
59
|
+
export interface RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
60
|
+
/**
|
|
61
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
62
|
+
*/
|
|
63
|
+
TransitGatewayMulticastDomainId?: string;
|
|
64
|
+
/**
|
|
65
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
66
|
+
*/
|
|
67
|
+
GroupIpAddress?: string;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The group members' network interface IDs to register with the transit gateway multicast group.</p>
|
|
70
|
+
*/
|
|
71
|
+
NetworkInterfaceIds?: string[];
|
|
72
|
+
/**
|
|
73
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
74
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
75
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
76
|
+
*/
|
|
77
|
+
DryRun?: boolean;
|
|
78
|
+
}
|
|
79
|
+
export declare namespace RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
83
|
+
const filterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupMembersRequest) => any;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* <p>Describes the registered transit gateway multicast group members.</p>
|
|
87
|
+
*/
|
|
88
|
+
export interface TransitGatewayMulticastRegisteredGroupMembers {
|
|
89
|
+
/**
|
|
90
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
91
|
+
*/
|
|
92
|
+
TransitGatewayMulticastDomainId?: string;
|
|
93
|
+
/**
|
|
94
|
+
* <p>The ID of the registered network interfaces.</p>
|
|
95
|
+
*/
|
|
96
|
+
RegisteredNetworkInterfaceIds?: string[];
|
|
97
|
+
/**
|
|
98
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
99
|
+
*/
|
|
100
|
+
GroupIpAddress?: string;
|
|
101
|
+
}
|
|
102
|
+
export declare namespace TransitGatewayMulticastRegisteredGroupMembers {
|
|
103
|
+
/**
|
|
104
|
+
* @internal
|
|
105
|
+
*/
|
|
106
|
+
const filterSensitiveLog: (obj: TransitGatewayMulticastRegisteredGroupMembers) => any;
|
|
107
|
+
}
|
|
108
|
+
export interface RegisterTransitGatewayMulticastGroupMembersResult {
|
|
109
|
+
/**
|
|
110
|
+
* <p>Information about the registered transit gateway multicast group members.</p>
|
|
111
|
+
*/
|
|
112
|
+
RegisteredMulticastGroupMembers?: TransitGatewayMulticastRegisteredGroupMembers;
|
|
113
|
+
}
|
|
114
|
+
export declare namespace RegisterTransitGatewayMulticastGroupMembersResult {
|
|
115
|
+
/**
|
|
116
|
+
* @internal
|
|
117
|
+
*/
|
|
118
|
+
const filterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupMembersResult) => any;
|
|
119
|
+
}
|
|
120
|
+
export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
|
|
121
|
+
/**
|
|
122
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
123
|
+
*/
|
|
124
|
+
TransitGatewayMulticastDomainId?: string;
|
|
125
|
+
/**
|
|
126
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
127
|
+
*/
|
|
128
|
+
GroupIpAddress?: string;
|
|
129
|
+
/**
|
|
130
|
+
* <p>The group sources' network interface IDs to register with the transit gateway multicast group.</p>
|
|
131
|
+
*/
|
|
132
|
+
NetworkInterfaceIds?: string[];
|
|
133
|
+
/**
|
|
134
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
135
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
136
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
137
|
+
*/
|
|
138
|
+
DryRun?: boolean;
|
|
139
|
+
}
|
|
140
|
+
export declare namespace RegisterTransitGatewayMulticastGroupSourcesRequest {
|
|
141
|
+
/**
|
|
142
|
+
* @internal
|
|
143
|
+
*/
|
|
144
|
+
const filterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupSourcesRequest) => any;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* <p>Describes the members registered with the transit gateway multicast group.</p>
|
|
148
|
+
*/
|
|
149
|
+
export interface TransitGatewayMulticastRegisteredGroupSources {
|
|
150
|
+
/**
|
|
151
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
152
|
+
*/
|
|
153
|
+
TransitGatewayMulticastDomainId?: string;
|
|
154
|
+
/**
|
|
155
|
+
* <p>The IDs of the network interfaces members registered with the transit gateway multicast group.</p>
|
|
156
|
+
*/
|
|
157
|
+
RegisteredNetworkInterfaceIds?: string[];
|
|
158
|
+
/**
|
|
159
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
160
|
+
*/
|
|
161
|
+
GroupIpAddress?: string;
|
|
162
|
+
}
|
|
163
|
+
export declare namespace TransitGatewayMulticastRegisteredGroupSources {
|
|
164
|
+
/**
|
|
165
|
+
* @internal
|
|
166
|
+
*/
|
|
167
|
+
const filterSensitiveLog: (obj: TransitGatewayMulticastRegisteredGroupSources) => any;
|
|
168
|
+
}
|
|
169
|
+
export interface RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
170
|
+
/**
|
|
171
|
+
* <p>Information about the transit gateway multicast group sources.</p>
|
|
172
|
+
*/
|
|
173
|
+
RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources;
|
|
174
|
+
}
|
|
175
|
+
export declare namespace RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
176
|
+
/**
|
|
177
|
+
* @internal
|
|
178
|
+
*/
|
|
179
|
+
const filterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupSourcesResult) => any;
|
|
180
|
+
}
|
|
181
|
+
export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
182
|
+
/**
|
|
183
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
184
|
+
*/
|
|
185
|
+
TransitGatewayMulticastDomainId?: string;
|
|
186
|
+
/**
|
|
187
|
+
* <p>The ID of the transit gateway attachment.</p>
|
|
188
|
+
*/
|
|
189
|
+
TransitGatewayAttachmentId?: string;
|
|
190
|
+
/**
|
|
191
|
+
* <p>The IDs of the subnets to associate with the transit gateway multicast domain.</p>
|
|
192
|
+
*/
|
|
193
|
+
SubnetIds?: string[];
|
|
194
|
+
/**
|
|
195
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
196
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
197
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
198
|
+
*/
|
|
199
|
+
DryRun?: boolean;
|
|
200
|
+
}
|
|
201
|
+
export declare namespace RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
202
|
+
/**
|
|
203
|
+
* @internal
|
|
204
|
+
*/
|
|
205
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayMulticastDomainAssociationsRequest) => any;
|
|
206
|
+
}
|
|
207
|
+
export interface RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
208
|
+
/**
|
|
209
|
+
* <p>Describes the multicast domain associations.</p>
|
|
210
|
+
*/
|
|
211
|
+
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
212
|
+
}
|
|
213
|
+
export declare namespace RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
214
|
+
/**
|
|
215
|
+
* @internal
|
|
216
|
+
*/
|
|
217
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayMulticastDomainAssociationsResult) => any;
|
|
218
|
+
}
|
|
219
|
+
export interface RejectTransitGatewayPeeringAttachmentRequest {
|
|
220
|
+
/**
|
|
221
|
+
* <p>The ID of the transit gateway peering attachment.</p>
|
|
222
|
+
*/
|
|
223
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
224
|
+
/**
|
|
225
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
226
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
227
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
228
|
+
*/
|
|
229
|
+
DryRun?: boolean;
|
|
230
|
+
}
|
|
231
|
+
export declare namespace RejectTransitGatewayPeeringAttachmentRequest {
|
|
232
|
+
/**
|
|
233
|
+
* @internal
|
|
234
|
+
*/
|
|
235
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayPeeringAttachmentRequest) => any;
|
|
236
|
+
}
|
|
237
|
+
export interface RejectTransitGatewayPeeringAttachmentResult {
|
|
238
|
+
/**
|
|
239
|
+
* <p>The transit gateway peering attachment.</p>
|
|
240
|
+
*/
|
|
241
|
+
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
242
|
+
}
|
|
243
|
+
export declare namespace RejectTransitGatewayPeeringAttachmentResult {
|
|
244
|
+
/**
|
|
245
|
+
* @internal
|
|
246
|
+
*/
|
|
247
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayPeeringAttachmentResult) => any;
|
|
248
|
+
}
|
|
249
|
+
export interface RejectTransitGatewayVpcAttachmentRequest {
|
|
250
|
+
/**
|
|
251
|
+
* <p>The ID of the attachment.</p>
|
|
252
|
+
*/
|
|
253
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
254
|
+
/**
|
|
255
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
256
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
257
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
258
|
+
*/
|
|
259
|
+
DryRun?: boolean;
|
|
260
|
+
}
|
|
261
|
+
export declare namespace RejectTransitGatewayVpcAttachmentRequest {
|
|
262
|
+
/**
|
|
263
|
+
* @internal
|
|
264
|
+
*/
|
|
265
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayVpcAttachmentRequest) => any;
|
|
266
|
+
}
|
|
267
|
+
export interface RejectTransitGatewayVpcAttachmentResult {
|
|
268
|
+
/**
|
|
269
|
+
* <p>Information about the attachment.</p>
|
|
270
|
+
*/
|
|
271
|
+
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
272
|
+
}
|
|
273
|
+
export declare namespace RejectTransitGatewayVpcAttachmentResult {
|
|
274
|
+
/**
|
|
275
|
+
* @internal
|
|
276
|
+
*/
|
|
277
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayVpcAttachmentResult) => any;
|
|
278
|
+
}
|
|
279
|
+
export interface RejectVpcEndpointConnectionsRequest {
|
|
280
|
+
/**
|
|
281
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
282
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
283
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
284
|
+
*/
|
|
285
|
+
DryRun?: boolean;
|
|
286
|
+
/**
|
|
287
|
+
* <p>The ID of the service.</p>
|
|
288
|
+
*/
|
|
289
|
+
ServiceId: string | undefined;
|
|
290
|
+
/**
|
|
291
|
+
* <p>The IDs of one or more VPC endpoints.</p>
|
|
292
|
+
*/
|
|
293
|
+
VpcEndpointIds: string[] | undefined;
|
|
294
|
+
}
|
|
295
|
+
export declare namespace RejectVpcEndpointConnectionsRequest {
|
|
296
|
+
/**
|
|
297
|
+
* @internal
|
|
298
|
+
*/
|
|
299
|
+
const filterSensitiveLog: (obj: RejectVpcEndpointConnectionsRequest) => any;
|
|
300
|
+
}
|
|
301
|
+
export interface RejectVpcEndpointConnectionsResult {
|
|
302
|
+
/**
|
|
303
|
+
* <p>Information about the endpoints that were not rejected, if applicable.</p>
|
|
304
|
+
*/
|
|
305
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
306
|
+
}
|
|
307
|
+
export declare namespace RejectVpcEndpointConnectionsResult {
|
|
308
|
+
/**
|
|
309
|
+
* @internal
|
|
310
|
+
*/
|
|
311
|
+
const filterSensitiveLog: (obj: RejectVpcEndpointConnectionsResult) => any;
|
|
312
|
+
}
|
|
313
|
+
export interface RejectVpcPeeringConnectionRequest {
|
|
314
|
+
/**
|
|
315
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
316
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
317
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
318
|
+
*/
|
|
319
|
+
DryRun?: boolean;
|
|
320
|
+
/**
|
|
321
|
+
* <p>The ID of the VPC peering connection.</p>
|
|
322
|
+
*/
|
|
323
|
+
VpcPeeringConnectionId: string | undefined;
|
|
324
|
+
}
|
|
325
|
+
export declare namespace RejectVpcPeeringConnectionRequest {
|
|
326
|
+
/**
|
|
327
|
+
* @internal
|
|
328
|
+
*/
|
|
329
|
+
const filterSensitiveLog: (obj: RejectVpcPeeringConnectionRequest) => any;
|
|
330
|
+
}
|
|
331
|
+
export interface RejectVpcPeeringConnectionResult {
|
|
332
|
+
/**
|
|
333
|
+
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
334
|
+
*/
|
|
335
|
+
Return?: boolean;
|
|
336
|
+
}
|
|
337
|
+
export declare namespace RejectVpcPeeringConnectionResult {
|
|
338
|
+
/**
|
|
339
|
+
* @internal
|
|
340
|
+
*/
|
|
341
|
+
const filterSensitiveLog: (obj: RejectVpcPeeringConnectionResult) => any;
|
|
342
|
+
}
|
|
343
|
+
export interface ReleaseAddressRequest {
|
|
344
|
+
/**
|
|
345
|
+
* <p>[EC2-VPC] The allocation ID. Required for EC2-VPC.</p>
|
|
346
|
+
*/
|
|
347
|
+
AllocationId?: string;
|
|
348
|
+
/**
|
|
349
|
+
* <p>[EC2-Classic] The Elastic IP address. Required for EC2-Classic.</p>
|
|
350
|
+
*/
|
|
351
|
+
PublicIp?: string;
|
|
352
|
+
/**
|
|
353
|
+
* <p>The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises
|
|
354
|
+
* IP addresses.</p>
|
|
355
|
+
* <p>If you provide an incorrect network border group, you receive an <code>InvalidAddress.NotFound</code> error.</p>
|
|
356
|
+
* <p>You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you
|
|
357
|
+
* receive an <code>InvalidParameterCombination</code> error.</p>
|
|
358
|
+
*/
|
|
359
|
+
NetworkBorderGroup?: string;
|
|
360
|
+
/**
|
|
361
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
362
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
363
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
364
|
+
*/
|
|
365
|
+
DryRun?: boolean;
|
|
366
|
+
}
|
|
367
|
+
export declare namespace ReleaseAddressRequest {
|
|
368
|
+
/**
|
|
369
|
+
* @internal
|
|
370
|
+
*/
|
|
371
|
+
const filterSensitiveLog: (obj: ReleaseAddressRequest) => any;
|
|
372
|
+
}
|
|
373
|
+
export interface ReleaseHostsRequest {
|
|
374
|
+
/**
|
|
375
|
+
* <p>The IDs of the Dedicated Hosts to release.</p>
|
|
376
|
+
*/
|
|
377
|
+
HostIds: string[] | undefined;
|
|
378
|
+
}
|
|
379
|
+
export declare namespace ReleaseHostsRequest {
|
|
380
|
+
/**
|
|
381
|
+
* @internal
|
|
382
|
+
*/
|
|
383
|
+
const filterSensitiveLog: (obj: ReleaseHostsRequest) => any;
|
|
384
|
+
}
|
|
385
|
+
export interface ReleaseHostsResult {
|
|
386
|
+
/**
|
|
387
|
+
* <p>The IDs of the Dedicated Hosts that were successfully released.</p>
|
|
388
|
+
*/
|
|
389
|
+
Successful?: string[];
|
|
390
|
+
/**
|
|
391
|
+
* <p>The IDs of the Dedicated Hosts that could not be released, including an error
|
|
392
|
+
* message.</p>
|
|
393
|
+
*/
|
|
394
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
395
|
+
}
|
|
396
|
+
export declare namespace ReleaseHostsResult {
|
|
397
|
+
/**
|
|
398
|
+
* @internal
|
|
399
|
+
*/
|
|
400
|
+
const filterSensitiveLog: (obj: ReleaseHostsResult) => any;
|
|
401
|
+
}
|
|
402
|
+
export interface ReleaseIpamPoolAllocationRequest {
|
|
403
|
+
/**
|
|
404
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
405
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
406
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
407
|
+
*/
|
|
408
|
+
DryRun?: boolean;
|
|
409
|
+
/**
|
|
410
|
+
* <p>The ID of the IPAM pool which contains the allocation you want to release.</p>
|
|
411
|
+
*/
|
|
412
|
+
IpamPoolId: string | undefined;
|
|
413
|
+
/**
|
|
414
|
+
* <p>The CIDR of the allocation you want to release.</p>
|
|
415
|
+
*/
|
|
416
|
+
Cidr: string | undefined;
|
|
417
|
+
/**
|
|
418
|
+
* <p>The ID of the allocation.</p>
|
|
419
|
+
*/
|
|
420
|
+
IpamPoolAllocationId: string | undefined;
|
|
421
|
+
}
|
|
422
|
+
export declare namespace ReleaseIpamPoolAllocationRequest {
|
|
423
|
+
/**
|
|
424
|
+
* @internal
|
|
425
|
+
*/
|
|
426
|
+
const filterSensitiveLog: (obj: ReleaseIpamPoolAllocationRequest) => any;
|
|
427
|
+
}
|
|
428
|
+
export interface ReleaseIpamPoolAllocationResult {
|
|
429
|
+
/**
|
|
430
|
+
* <p>Indicates if the release was successful.</p>
|
|
431
|
+
*/
|
|
432
|
+
Success?: boolean;
|
|
433
|
+
}
|
|
434
|
+
export declare namespace ReleaseIpamPoolAllocationResult {
|
|
435
|
+
/**
|
|
436
|
+
* @internal
|
|
437
|
+
*/
|
|
438
|
+
const filterSensitiveLog: (obj: ReleaseIpamPoolAllocationResult) => any;
|
|
439
|
+
}
|
|
440
|
+
export interface ReplaceIamInstanceProfileAssociationRequest {
|
|
441
|
+
/**
|
|
442
|
+
* <p>The IAM instance profile.</p>
|
|
443
|
+
*/
|
|
444
|
+
IamInstanceProfile: IamInstanceProfileSpecification | undefined;
|
|
445
|
+
/**
|
|
446
|
+
* <p>The ID of the existing IAM instance profile association.</p>
|
|
447
|
+
*/
|
|
448
|
+
AssociationId: string | undefined;
|
|
449
|
+
}
|
|
450
|
+
export declare namespace ReplaceIamInstanceProfileAssociationRequest {
|
|
451
|
+
/**
|
|
452
|
+
* @internal
|
|
453
|
+
*/
|
|
454
|
+
const filterSensitiveLog: (obj: ReplaceIamInstanceProfileAssociationRequest) => any;
|
|
455
|
+
}
|
|
456
|
+
export interface ReplaceIamInstanceProfileAssociationResult {
|
|
457
|
+
/**
|
|
458
|
+
* <p>Information about the IAM instance profile association.</p>
|
|
459
|
+
*/
|
|
460
|
+
IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
|
|
461
|
+
}
|
|
462
|
+
export declare namespace ReplaceIamInstanceProfileAssociationResult {
|
|
463
|
+
/**
|
|
464
|
+
* @internal
|
|
465
|
+
*/
|
|
466
|
+
const filterSensitiveLog: (obj: ReplaceIamInstanceProfileAssociationResult) => any;
|
|
467
|
+
}
|
|
468
|
+
export interface ReplaceNetworkAclAssociationRequest {
|
|
469
|
+
/**
|
|
470
|
+
* <p>The ID of the current association between the original network ACL and the subnet.</p>
|
|
471
|
+
*/
|
|
472
|
+
AssociationId: string | undefined;
|
|
473
|
+
/**
|
|
474
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
475
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
476
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
477
|
+
*/
|
|
478
|
+
DryRun?: boolean;
|
|
479
|
+
/**
|
|
480
|
+
* <p>The ID of the new network ACL to associate with the subnet.</p>
|
|
481
|
+
*/
|
|
482
|
+
NetworkAclId: string | undefined;
|
|
483
|
+
}
|
|
484
|
+
export declare namespace ReplaceNetworkAclAssociationRequest {
|
|
485
|
+
/**
|
|
486
|
+
* @internal
|
|
487
|
+
*/
|
|
488
|
+
const filterSensitiveLog: (obj: ReplaceNetworkAclAssociationRequest) => any;
|
|
489
|
+
}
|
|
490
|
+
export interface ReplaceNetworkAclAssociationResult {
|
|
491
|
+
/**
|
|
492
|
+
* <p>The ID of the new association.</p>
|
|
493
|
+
*/
|
|
494
|
+
NewAssociationId?: string;
|
|
495
|
+
}
|
|
496
|
+
export declare namespace ReplaceNetworkAclAssociationResult {
|
|
497
|
+
/**
|
|
498
|
+
* @internal
|
|
499
|
+
*/
|
|
500
|
+
const filterSensitiveLog: (obj: ReplaceNetworkAclAssociationResult) => any;
|
|
501
|
+
}
|
|
502
|
+
export interface ReplaceNetworkAclEntryRequest {
|
|
503
|
+
/**
|
|
504
|
+
* <p>The IPv4 network range to allow or deny, in CIDR notation (for example
|
|
505
|
+
* <code>172.16.0.0/24</code>).</p>
|
|
506
|
+
*/
|
|
507
|
+
CidrBlock?: string;
|
|
508
|
+
/**
|
|
509
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
510
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
511
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
512
|
+
*/
|
|
513
|
+
DryRun?: boolean;
|
|
514
|
+
/**
|
|
515
|
+
* <p>Indicates whether to replace the egress rule.</p>
|
|
516
|
+
* <p>Default: If no value is specified, we replace the ingress rule.</p>
|
|
517
|
+
*/
|
|
518
|
+
Egress: boolean | undefined;
|
|
519
|
+
/**
|
|
520
|
+
* <p>ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol
|
|
521
|
+
* 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.</p>
|
|
522
|
+
*/
|
|
523
|
+
IcmpTypeCode?: IcmpTypeCode;
|
|
524
|
+
/**
|
|
525
|
+
* <p>The IPv6 network range to allow or deny, in CIDR notation (for example
|
|
526
|
+
* <code>2001:bd8:1234:1a00::/64</code>).</p>
|
|
527
|
+
*/
|
|
528
|
+
Ipv6CidrBlock?: string;
|
|
529
|
+
/**
|
|
530
|
+
* <p>The ID of the ACL.</p>
|
|
531
|
+
*/
|
|
532
|
+
NetworkAclId: string | undefined;
|
|
533
|
+
/**
|
|
534
|
+
* <p>TCP or UDP protocols: The range of ports the rule applies to.
|
|
535
|
+
* Required if specifying protocol 6 (TCP) or 17 (UDP).</p>
|
|
536
|
+
*/
|
|
537
|
+
PortRange?: PortRange;
|
|
538
|
+
/**
|
|
539
|
+
* <p>The protocol number. A value of "-1" means all protocols. If you specify "-1" or a
|
|
540
|
+
* protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is
|
|
541
|
+
* allowed, regardless of any ports or ICMP types or codes that you specify. If you specify
|
|
542
|
+
* protocol "58" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and
|
|
543
|
+
* codes allowed, regardless of any that you specify. If you specify protocol "58" (ICMPv6)
|
|
544
|
+
* and specify an IPv6 CIDR block, you must specify an ICMP type and code.</p>
|
|
545
|
+
*/
|
|
546
|
+
Protocol: string | undefined;
|
|
547
|
+
/**
|
|
548
|
+
* <p>Indicates whether to allow or deny the traffic that matches the rule.</p>
|
|
549
|
+
*/
|
|
550
|
+
RuleAction: RuleAction | string | undefined;
|
|
551
|
+
/**
|
|
552
|
+
* <p>The rule number of the entry to replace.</p>
|
|
553
|
+
*/
|
|
554
|
+
RuleNumber: number | undefined;
|
|
555
|
+
}
|
|
556
|
+
export declare namespace ReplaceNetworkAclEntryRequest {
|
|
557
|
+
/**
|
|
558
|
+
* @internal
|
|
559
|
+
*/
|
|
560
|
+
const filterSensitiveLog: (obj: ReplaceNetworkAclEntryRequest) => any;
|
|
561
|
+
}
|
|
562
|
+
export interface ReplaceRouteRequest {
|
|
563
|
+
/**
|
|
564
|
+
* <p>The IPv4 CIDR address block used for the destination match. The value that you
|
|
565
|
+
* provide must match the CIDR of an existing route in the table.</p>
|
|
566
|
+
*/
|
|
567
|
+
DestinationCidrBlock?: string;
|
|
568
|
+
/**
|
|
569
|
+
* <p>The IPv6 CIDR address block used for the destination match. The value that you
|
|
570
|
+
* provide must match the CIDR of an existing route in the table.</p>
|
|
571
|
+
*/
|
|
572
|
+
DestinationIpv6CidrBlock?: string;
|
|
573
|
+
/**
|
|
574
|
+
* <p>The ID of the prefix list for the route.</p>
|
|
575
|
+
*/
|
|
576
|
+
DestinationPrefixListId?: string;
|
|
577
|
+
/**
|
|
578
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
579
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
580
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
581
|
+
*/
|
|
582
|
+
DryRun?: boolean;
|
|
583
|
+
/**
|
|
584
|
+
* <p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>
|
|
585
|
+
*/
|
|
586
|
+
VpcEndpointId?: string;
|
|
587
|
+
/**
|
|
588
|
+
* <p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>
|
|
589
|
+
*/
|
|
590
|
+
EgressOnlyInternetGatewayId?: string;
|
|
591
|
+
/**
|
|
592
|
+
* <p>The ID of an internet gateway or virtual private gateway.</p>
|
|
593
|
+
*/
|
|
594
|
+
GatewayId?: string;
|
|
595
|
+
/**
|
|
596
|
+
* <p>The ID of a NAT instance in your VPC.</p>
|
|
597
|
+
*/
|
|
598
|
+
InstanceId?: string;
|
|
599
|
+
/**
|
|
600
|
+
* <p>Specifies whether to reset the local route to its default target (<code>local</code>).</p>
|
|
601
|
+
*/
|
|
602
|
+
LocalTarget?: boolean;
|
|
603
|
+
/**
|
|
604
|
+
* <p>[IPv4 traffic only] The ID of a NAT gateway.</p>
|
|
605
|
+
*/
|
|
606
|
+
NatGatewayId?: string;
|
|
607
|
+
/**
|
|
608
|
+
* <p>The ID of a transit gateway.</p>
|
|
609
|
+
*/
|
|
610
|
+
TransitGatewayId?: string;
|
|
611
|
+
/**
|
|
612
|
+
* <p>The ID of the local gateway.</p>
|
|
613
|
+
*/
|
|
614
|
+
LocalGatewayId?: string;
|
|
615
|
+
/**
|
|
616
|
+
* <p>[IPv4 traffic only] The ID of a carrier gateway.</p>
|
|
617
|
+
*/
|
|
618
|
+
CarrierGatewayId?: string;
|
|
619
|
+
/**
|
|
620
|
+
* <p>The ID of a network interface.</p>
|
|
621
|
+
*/
|
|
622
|
+
NetworkInterfaceId?: string;
|
|
623
|
+
/**
|
|
624
|
+
* <p>The ID of the route table.</p>
|
|
625
|
+
*/
|
|
626
|
+
RouteTableId: string | undefined;
|
|
627
|
+
/**
|
|
628
|
+
* <p>The ID of a VPC peering connection.</p>
|
|
629
|
+
*/
|
|
630
|
+
VpcPeeringConnectionId?: string;
|
|
631
|
+
/**
|
|
632
|
+
* <p>The Amazon Resource Name (ARN) of the core network.</p>
|
|
633
|
+
*/
|
|
634
|
+
CoreNetworkArn?: string;
|
|
635
|
+
}
|
|
636
|
+
export declare namespace ReplaceRouteRequest {
|
|
637
|
+
/**
|
|
638
|
+
* @internal
|
|
639
|
+
*/
|
|
640
|
+
const filterSensitiveLog: (obj: ReplaceRouteRequest) => any;
|
|
641
|
+
}
|
|
642
|
+
export interface ReplaceRouteTableAssociationRequest {
|
|
643
|
+
/**
|
|
644
|
+
* <p>The association ID.</p>
|
|
645
|
+
*/
|
|
646
|
+
AssociationId: string | undefined;
|
|
647
|
+
/**
|
|
648
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
649
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
650
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
651
|
+
*/
|
|
652
|
+
DryRun?: boolean;
|
|
653
|
+
/**
|
|
654
|
+
* <p>The ID of the new route table to associate with the subnet.</p>
|
|
655
|
+
*/
|
|
656
|
+
RouteTableId: string | undefined;
|
|
657
|
+
}
|
|
658
|
+
export declare namespace ReplaceRouteTableAssociationRequest {
|
|
659
|
+
/**
|
|
660
|
+
* @internal
|
|
661
|
+
*/
|
|
662
|
+
const filterSensitiveLog: (obj: ReplaceRouteTableAssociationRequest) => any;
|
|
663
|
+
}
|
|
664
|
+
export interface ReplaceRouteTableAssociationResult {
|
|
665
|
+
/**
|
|
666
|
+
* <p>The ID of the new association.</p>
|
|
667
|
+
*/
|
|
668
|
+
NewAssociationId?: string;
|
|
669
|
+
/**
|
|
670
|
+
* <p>The state of the association.</p>
|
|
671
|
+
*/
|
|
672
|
+
AssociationState?: RouteTableAssociationState;
|
|
673
|
+
}
|
|
674
|
+
export declare namespace ReplaceRouteTableAssociationResult {
|
|
675
|
+
/**
|
|
676
|
+
* @internal
|
|
677
|
+
*/
|
|
678
|
+
const filterSensitiveLog: (obj: ReplaceRouteTableAssociationResult) => any;
|
|
679
|
+
}
|
|
7
680
|
export interface ReplaceTransitGatewayRouteRequest {
|
|
8
681
|
/**
|
|
9
682
|
* <p>The CIDR range used for the destination match. Routing decisions are based on the most specific match.</p>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeTransitGatewayPolicyTablesCommandInput, DescribeTransitGatewayPolicyTablesCommandOutput } from "../commands/DescribeTransitGatewayPolicyTablesCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeTransitGatewayPolicyTables(config: EC2PaginationConfiguration, input: DescribeTransitGatewayPolicyTablesCommandInput, ...additionalArguments: any): Paginator<DescribeTransitGatewayPolicyTablesCommandOutput>;
|