@aws-sdk/client-ec2 3.985.0 → 3.986.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/README.md +49 -0
- package/dist-cjs/index.js +973 -115
- package/dist-es/EC2.js +28 -0
- package/dist-es/commands/CreateSecondaryNetworkCommand.js +16 -0
- package/dist-es/commands/CreateSecondarySubnetCommand.js +16 -0
- package/dist-es/commands/DeleteSecondaryNetworkCommand.js +16 -0
- package/dist-es/commands/DeleteSecondarySubnetCommand.js +16 -0
- package/dist-es/commands/DescribeSecondaryInterfacesCommand.js +16 -0
- package/dist-es/commands/DescribeSecondaryNetworksCommand.js +16 -0
- package/dist-es/commands/DescribeSecondarySubnetsCommand.js +16 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/enums.js +45 -0
- package/dist-es/pagination/DescribeSecondaryInterfacesPaginator.js +4 -0
- package/dist-es/pagination/DescribeSecondaryNetworksPaginator.js +4 -0
- package/dist-es/pagination/DescribeSecondarySubnetsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +482 -53
- package/dist-es/waiters/index.js +4 -0
- package/dist-es/waiters/waitForSecondaryNetworkCreateComplete.js +57 -0
- package/dist-es/waiters/waitForSecondaryNetworkDeleteComplete.js +54 -0
- package/dist-es/waiters/waitForSecondarySubnetCreateComplete.js +57 -0
- package/dist-es/waiters/waitForSecondarySubnetDeleteComplete.js +54 -0
- package/dist-types/EC2.d.ts +97 -0
- package/dist-types/EC2Client.d.ts +9 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +17 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +32 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +159 -0
- package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +178 -0
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecondaryNetworkCommand.d.ts +134 -0
- package/dist-types/commands/DeleteSecondarySubnetCommand.d.ts +140 -0
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +26 -2
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +16 -1
- package/dist-types/commands/DescribeSecondaryInterfacesCommand.d.ts +233 -0
- package/dist-types/commands/DescribeSecondaryNetworksCommand.d.ts +221 -0
- package/dist-types/commands/DescribeSecondarySubnetsCommand.d.ts +179 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -2
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetEnabledIpamPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +16 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +41 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/enums.d.ts +101 -0
- package/dist-types/models/models_1.d.ts +187 -391
- package/dist-types/models/models_2.d.ts +655 -223
- package/dist-types/models/models_3.d.ts +225 -1176
- package/dist-types/models/models_4.d.ts +3939 -3103
- package/dist-types/models/models_5.d.ts +4263 -4009
- package/dist-types/models/models_6.d.ts +4721 -4755
- package/dist-types/models/models_7.d.ts +730 -9
- package/dist-types/pagination/DescribeSecondaryInterfacesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeSecondaryNetworksPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeSecondarySubnetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +37 -0
- package/dist-types/ts3.4/EC2.d.ts +179 -0
- package/dist-types/ts3.4/EC2Client.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateSecondaryNetworkCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSecondarySubnetCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteSecondaryNetworkCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteSecondarySubnetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSecondaryInterfacesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecondaryNetworksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecondarySubnetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnabledIpamPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/enums.d.ts +59 -0
- package/dist-types/ts3.4/models/models_1.d.ts +73 -81
- package/dist-types/ts3.4/models/models_2.d.ts +133 -60
- package/dist-types/ts3.4/models/models_3.d.ts +66 -92
- package/dist-types/ts3.4/models/models_4.d.ts +190 -190
- package/dist-types/ts3.4/models/models_5.d.ts +176 -151
- package/dist-types/ts3.4/models/models_6.d.ts +142 -173
- package/dist-types/ts3.4/models/models_7.d.ts +193 -7
- package/dist-types/ts3.4/pagination/DescribeSecondaryInterfacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSecondaryNetworksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSecondarySubnetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +37 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/dist-types/ts3.4/waiters/waitForSecondaryNetworkCreateComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondaryNetworkDeleteComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondarySubnetCreateComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondarySubnetDeleteComplete.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +4 -0
- package/dist-types/waiters/waitForSecondaryNetworkCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondaryNetworkDeleteComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondarySubnetCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondarySubnetDeleteComplete.d.ts +14 -0
- package/package.json +2 -2
|
@@ -1,6 +1,589 @@
|
|
|
1
|
-
import { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, DatafeedSubscriptionState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeleteQueuedReservedInstancesErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, ProtocolValue, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, State, StaticSourcesSupportValue, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
|
|
1
|
+
import { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, CopyTagsFromSource, DatafeedSubscriptionState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeleteQueuedReservedInstancesErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, ProtocolValue, SecondaryNetworkType, SecondarySubnetState, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, SnapshotLocationEnum, SnapshotState, SSEType, State, StaticSourcesSupportValue, StorageTier, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransferType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
|
|
2
2
|
import { type CarrierGateway, type ClientVpnEndpointStatus, type ClientVpnRouteStatus, type CoipCidr, type CoipPool, type Subnet, type TransitGatewayPeeringAttachment, type TransitGatewayVpcAttachment, type VerifiedAccessInstance, type VerifiedAccessSseSpecificationResponse, type VerifiedAccessTrustProvider, type Vpc, type VpcEncryptionControl, type VpcPeeringConnection, Tag, TagSpecification, UnsuccessfulItem, VpcAttachment } from "./models_0";
|
|
3
|
-
import type
|
|
3
|
+
import { type Ec2InstanceConnectEndpoint, type Ipam, type IpamExternalResourceVerificationToken, type IpamPolicy, type IpamPool, type IpamPrefixListResolver, type IpamPrefixListResolverTarget, type IpamResourceDiscovery, type IpamScope, type LaunchTemplate, type LocalGatewayRoute, type LocalGatewayRouteTable, type LocalGatewayRouteTableVirtualInterfaceGroupAssociation, type LocalGatewayRouteTableVpcAssociation, type LocalGatewayVirtualInterface, type LocalGatewayVirtualInterfaceGroup, type ManagedPrefixList, type OperatorRequest, type RouteServer, type RouteServerEndpoint, type RouteServerPeer, type SecondaryNetwork, SecondarySubnetIpv4CidrBlockAssociation } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Describes a secondary subnet.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface SecondarySubnet {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the secondary subnet.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
SecondarySubnetId?: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The Amazon Resource Name (ARN) of the secondary subnet.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
SecondarySubnetArn?: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The ID of the secondary network.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
SecondaryNetworkId?: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The type of the secondary network.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
SecondaryNetworkType?: SecondaryNetworkType | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The ID of the Amazon Web Services account that owns the secondary subnet.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
OwnerId?: string | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The ID of the Availability Zone of the secondary subnet.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
AvailabilityZoneId?: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The Availability Zone of the secondary subnet.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
AvailabilityZone?: string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>Information about the IPv4 CIDR blocks associated with the secondary subnet.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
Ipv4CidrBlockAssociations?: SecondarySubnetIpv4CidrBlockAssociation[] | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* <p>The state of the secondary subnet.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
State?: SecondarySubnetState | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>The reason for the current state of the secondary subnet.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
StateReason?: string | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>The tags assigned to the secondary subnet.</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
Tags?: Tag[] | undefined;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
export interface CreateSecondarySubnetResult {
|
|
69
|
+
/**
|
|
70
|
+
* <p>Information about the secondary subnet.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
SecondarySubnet?: SecondarySubnet | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* <p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
ClientToken?: string | undefined;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
export interface CreateSecurityGroupRequest {
|
|
84
|
+
/**
|
|
85
|
+
* <p>A description for the security group.</p>
|
|
86
|
+
* <p>Constraints: Up to 255 characters in length</p>
|
|
87
|
+
* <p>Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;\{\}!$*</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
Description: string | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* <p>The name of the security group. Names are case-insensitive and must be unique within the VPC.</p>
|
|
93
|
+
* <p>Constraints: Up to 255 characters in length. Can't start with <code>sg-</code>.</p>
|
|
94
|
+
* <p>Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;\{\}!$*</p>
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
GroupName: string | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* <p>The ID of the VPC. Required for a nondefault VPC.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
VpcId?: string | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* <p>The tags to assign to the security group.</p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
108
|
+
/**
|
|
109
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
110
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
111
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
DryRun?: boolean | undefined;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
export interface CreateSecurityGroupResult {
|
|
120
|
+
/**
|
|
121
|
+
* <p>The ID of the security group.</p>
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
GroupId?: string | undefined;
|
|
125
|
+
/**
|
|
126
|
+
* <p>The tags assigned to the security group.</p>
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
Tags?: Tag[] | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* <p>The security group ARN.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
SecurityGroupArn?: string | undefined;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
export interface CreateSnapshotRequest {
|
|
140
|
+
/**
|
|
141
|
+
* <p>A description for the snapshot.</p>
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
Description?: string | undefined;
|
|
145
|
+
/**
|
|
146
|
+
* <note>
|
|
147
|
+
* <p>Only supported for volumes on Outposts. If the source volume is not on an Outpost,
|
|
148
|
+
* omit this parameter.</p>
|
|
149
|
+
* </note>
|
|
150
|
+
* <ul>
|
|
151
|
+
* <li>
|
|
152
|
+
* <p>To create the snapshot on the same Outpost as the source volume, specify the
|
|
153
|
+
* ARN of that Outpost. The snapshot must be created on the same Outpost as the volume.</p>
|
|
154
|
+
* </li>
|
|
155
|
+
* <li>
|
|
156
|
+
* <p>To create the snapshot in the parent Region of the Outpost, omit this parameter.</p>
|
|
157
|
+
* </li>
|
|
158
|
+
* </ul>
|
|
159
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#create-snapshot">Create local snapshots from volumes on an Outpost</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
OutpostArn?: string | undefined;
|
|
163
|
+
/**
|
|
164
|
+
* <p>The ID of the Amazon EBS volume.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
VolumeId: string | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* <p>The tags to apply to the snapshot during creation.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* <note>
|
|
175
|
+
* <p>Only supported for volumes in Local Zones. If the source volume is not in a Local Zone,
|
|
176
|
+
* omit this parameter.</p>
|
|
177
|
+
* </note>
|
|
178
|
+
* <ul>
|
|
179
|
+
* <li>
|
|
180
|
+
* <p>To create a local snapshot in the same Local Zone as the source volume, specify
|
|
181
|
+
* <code>local</code>.</p>
|
|
182
|
+
* </li>
|
|
183
|
+
* <li>
|
|
184
|
+
* <p>To create a regional snapshot in the parent Region of the Local Zone, specify
|
|
185
|
+
* <code>regional</code> or omit this parameter.</p>
|
|
186
|
+
* </li>
|
|
187
|
+
* </ul>
|
|
188
|
+
* <p>Default value: <code>regional</code>
|
|
189
|
+
* </p>
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
Location?: SnapshotLocationEnum | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
195
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
196
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
DryRun?: boolean | undefined;
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* <p>Describes a snapshot.</p>
|
|
203
|
+
* @public
|
|
204
|
+
*/
|
|
205
|
+
export interface Snapshot {
|
|
206
|
+
/**
|
|
207
|
+
* <p>The Amazon Web Services owner alias, from an Amazon-maintained list (<code>amazon</code>). This is not
|
|
208
|
+
* the user-configured Amazon Web Services account alias set using the IAM console.</p>
|
|
209
|
+
* @public
|
|
210
|
+
*/
|
|
211
|
+
OwnerAlias?: string | undefined;
|
|
212
|
+
/**
|
|
213
|
+
* <p>The ARN of the Outpost on which the snapshot is stored. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html">Amazon EBS local snapshots on Outposts</a> in the
|
|
214
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
OutpostArn?: string | undefined;
|
|
218
|
+
/**
|
|
219
|
+
* <p>Any tags assigned to the snapshot.</p>
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
222
|
+
Tags?: Tag[] | undefined;
|
|
223
|
+
/**
|
|
224
|
+
* <p>The storage tier in which the snapshot is stored. <code>standard</code> indicates
|
|
225
|
+
* that the snapshot is stored in the standard snapshot storage tier and that it is ready
|
|
226
|
+
* for use. <code>archive</code> indicates that the snapshot is currently archived and that
|
|
227
|
+
* it must be restored before it can be used.</p>
|
|
228
|
+
* @public
|
|
229
|
+
*/
|
|
230
|
+
StorageTier?: StorageTier | undefined;
|
|
231
|
+
/**
|
|
232
|
+
* <p>Only for archived snapshots that are temporarily restored. Indicates the date and
|
|
233
|
+
* time when a temporarily restored snapshot will be automatically re-archived.</p>
|
|
234
|
+
* @public
|
|
235
|
+
*/
|
|
236
|
+
RestoreExpiryTime?: Date | undefined;
|
|
237
|
+
/**
|
|
238
|
+
* <p>Reserved for future use.</p>
|
|
239
|
+
* @public
|
|
240
|
+
*/
|
|
241
|
+
SseType?: SSEType | undefined;
|
|
242
|
+
/**
|
|
243
|
+
* <p>The Availability Zone or Local Zone of the snapshot. For example, <code>us-west-1a</code>
|
|
244
|
+
* (Availability Zone) or <code>us-west-2-lax-1a</code> (Local Zone).</p>
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
AvailabilityZone?: string | undefined;
|
|
248
|
+
/**
|
|
249
|
+
* <note>
|
|
250
|
+
* <p>Only for snapshot copies.</p>
|
|
251
|
+
* </note>
|
|
252
|
+
* <p>Indicates whether the snapshot copy was created with a standard or time-based
|
|
253
|
+
* snapshot copy operation. Time-based snapshot copy operations complete within the
|
|
254
|
+
* completion duration specified in the request. Standard snapshot copy operations
|
|
255
|
+
* are completed on a best-effort basis.</p>
|
|
256
|
+
* <ul>
|
|
257
|
+
* <li>
|
|
258
|
+
* <p>
|
|
259
|
+
* <code>standard</code> - The snapshot copy was created with a standard
|
|
260
|
+
* snapshot copy operation.</p>
|
|
261
|
+
* </li>
|
|
262
|
+
* <li>
|
|
263
|
+
* <p>
|
|
264
|
+
* <code>time-based</code> - The snapshot copy was created with a time-based
|
|
265
|
+
* snapshot copy operation.</p>
|
|
266
|
+
* </li>
|
|
267
|
+
* </ul>
|
|
268
|
+
* @public
|
|
269
|
+
*/
|
|
270
|
+
TransferType?: TransferType | undefined;
|
|
271
|
+
/**
|
|
272
|
+
* <note>
|
|
273
|
+
* <p>Only for snapshot copies created with time-based snapshot copy operations.</p>
|
|
274
|
+
* </note>
|
|
275
|
+
* <p>The completion duration requested for the time-based snapshot copy operation.</p>
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
CompletionDurationMinutes?: number | undefined;
|
|
279
|
+
/**
|
|
280
|
+
* <p>The time stamp when the snapshot was completed.</p>
|
|
281
|
+
* @public
|
|
282
|
+
*/
|
|
283
|
+
CompletionTime?: Date | undefined;
|
|
284
|
+
/**
|
|
285
|
+
* <p>The full size of the snapshot, in bytes.</p>
|
|
286
|
+
* <important>
|
|
287
|
+
* <p>This is <b>not</b> the incremental size of the snapshot.
|
|
288
|
+
* This is the full snapshot size and represents the size of all the blocks that were
|
|
289
|
+
* written to the source volume at the time the snapshot was created.</p>
|
|
290
|
+
* </important>
|
|
291
|
+
* @public
|
|
292
|
+
*/
|
|
293
|
+
FullSnapshotSizeInBytes?: number | undefined;
|
|
294
|
+
/**
|
|
295
|
+
* <p>The ID of the snapshot. Each snapshot receives a unique identifier when it is
|
|
296
|
+
* created.</p>
|
|
297
|
+
* @public
|
|
298
|
+
*/
|
|
299
|
+
SnapshotId?: string | undefined;
|
|
300
|
+
/**
|
|
301
|
+
* <p>The ID of the volume that was used to create the snapshot. Snapshots created by a copy
|
|
302
|
+
* snapshot operation have an arbitrary volume ID that you should not use for any purpose.</p>
|
|
303
|
+
* @public
|
|
304
|
+
*/
|
|
305
|
+
VolumeId?: string | undefined;
|
|
306
|
+
/**
|
|
307
|
+
* <p>The snapshot state.</p>
|
|
308
|
+
* @public
|
|
309
|
+
*/
|
|
310
|
+
State?: SnapshotState | undefined;
|
|
311
|
+
/**
|
|
312
|
+
* <p>Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails
|
|
313
|
+
* (for example, if the proper KMS permissions are not obtained) this field displays error
|
|
314
|
+
* state details to help you diagnose why the error occurred. This parameter is only returned by
|
|
315
|
+
* <a>DescribeSnapshots</a>.</p>
|
|
316
|
+
* @public
|
|
317
|
+
*/
|
|
318
|
+
StateMessage?: string | undefined;
|
|
319
|
+
/**
|
|
320
|
+
* <p>The time stamp when the snapshot was initiated.</p>
|
|
321
|
+
* @public
|
|
322
|
+
*/
|
|
323
|
+
StartTime?: Date | undefined;
|
|
324
|
+
/**
|
|
325
|
+
* <p>The progress of the snapshot, as a percentage.</p>
|
|
326
|
+
* @public
|
|
327
|
+
*/
|
|
328
|
+
Progress?: string | undefined;
|
|
329
|
+
/**
|
|
330
|
+
* <p>The ID of the Amazon Web Services account that owns the EBS snapshot.</p>
|
|
331
|
+
* @public
|
|
332
|
+
*/
|
|
333
|
+
OwnerId?: string | undefined;
|
|
334
|
+
/**
|
|
335
|
+
* <p>The description for the snapshot.</p>
|
|
336
|
+
* @public
|
|
337
|
+
*/
|
|
338
|
+
Description?: string | undefined;
|
|
339
|
+
/**
|
|
340
|
+
* <p>The size of the volume, in GiB.</p>
|
|
341
|
+
* @public
|
|
342
|
+
*/
|
|
343
|
+
VolumeSize?: number | undefined;
|
|
344
|
+
/**
|
|
345
|
+
* <p>Indicates whether the snapshot is encrypted.</p>
|
|
346
|
+
* @public
|
|
347
|
+
*/
|
|
348
|
+
Encrypted?: boolean | undefined;
|
|
349
|
+
/**
|
|
350
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key that was used to protect the
|
|
351
|
+
* volume encryption key for the parent volume.</p>
|
|
352
|
+
* @public
|
|
353
|
+
*/
|
|
354
|
+
KmsKeyId?: string | undefined;
|
|
355
|
+
/**
|
|
356
|
+
* <p>The data encryption key identifier for the snapshot. This value is a unique identifier
|
|
357
|
+
* that corresponds to the data encryption key that was used to encrypt the original volume or
|
|
358
|
+
* snapshot copy. Because data encryption keys are inherited by volumes created from snapshots,
|
|
359
|
+
* and vice versa, if snapshots share the same data encryption key identifier, then they belong
|
|
360
|
+
* to the same volume/snapshot lineage. This parameter is only returned by <a>DescribeSnapshots</a>.</p>
|
|
361
|
+
* @public
|
|
362
|
+
*/
|
|
363
|
+
DataEncryptionKeyId?: string | undefined;
|
|
364
|
+
}
|
|
365
|
+
/**
|
|
366
|
+
* <p>The instance details to specify which volumes should be snapshotted.</p>
|
|
367
|
+
* @public
|
|
368
|
+
*/
|
|
369
|
+
export interface InstanceSpecification {
|
|
370
|
+
/**
|
|
371
|
+
* <p>The instance to specify which volumes should be snapshotted.</p>
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
374
|
+
InstanceId: string | undefined;
|
|
375
|
+
/**
|
|
376
|
+
* <p>Excludes the root volume from being snapshotted.</p>
|
|
377
|
+
* @public
|
|
378
|
+
*/
|
|
379
|
+
ExcludeBootVolume?: boolean | undefined;
|
|
380
|
+
/**
|
|
381
|
+
* <p>The IDs of the data (non-root) volumes to exclude from the multi-volume snapshot set.
|
|
382
|
+
* If you specify the ID of the root volume, the request fails. To exclude the root volume,
|
|
383
|
+
* use <b>ExcludeBootVolume</b>.</p>
|
|
384
|
+
* <p>You can specify up to 40 volume IDs per request.</p>
|
|
385
|
+
* @public
|
|
386
|
+
*/
|
|
387
|
+
ExcludeDataVolumeIds?: string[] | undefined;
|
|
388
|
+
}
|
|
389
|
+
/**
|
|
390
|
+
* @public
|
|
391
|
+
*/
|
|
392
|
+
export interface CreateSnapshotsRequest {
|
|
393
|
+
/**
|
|
394
|
+
* <p> A description propagated to every snapshot specified by the instance.</p>
|
|
395
|
+
* @public
|
|
396
|
+
*/
|
|
397
|
+
Description?: string | undefined;
|
|
398
|
+
/**
|
|
399
|
+
* <p>The instance to specify which volumes should be included in the snapshots.</p>
|
|
400
|
+
* @public
|
|
401
|
+
*/
|
|
402
|
+
InstanceSpecification: InstanceSpecification | undefined;
|
|
403
|
+
/**
|
|
404
|
+
* <note>
|
|
405
|
+
* <p>Only supported for instances on Outposts. If the source instance is not on an Outpost,
|
|
406
|
+
* omit this parameter.</p>
|
|
407
|
+
* </note>
|
|
408
|
+
* <ul>
|
|
409
|
+
* <li>
|
|
410
|
+
* <p>To create the snapshots on the same Outpost as the source instance, specify the
|
|
411
|
+
* ARN of that Outpost. The snapshots must be created on the same Outpost as the instance.</p>
|
|
412
|
+
* </li>
|
|
413
|
+
* <li>
|
|
414
|
+
* <p>To create the snapshots in the parent Region of the Outpost, omit this parameter.</p>
|
|
415
|
+
* </li>
|
|
416
|
+
* </ul>
|
|
417
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#create-snapshot">
|
|
418
|
+
* Create local snapshots from volumes on an Outpost</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
419
|
+
* @public
|
|
420
|
+
*/
|
|
421
|
+
OutpostArn?: string | undefined;
|
|
422
|
+
/**
|
|
423
|
+
* <p>Tags to apply to every snapshot specified by the instance.</p>
|
|
424
|
+
* @public
|
|
425
|
+
*/
|
|
426
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
427
|
+
/**
|
|
428
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
429
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
430
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
431
|
+
* @public
|
|
432
|
+
*/
|
|
433
|
+
DryRun?: boolean | undefined;
|
|
434
|
+
/**
|
|
435
|
+
* <p>Copies the tags from the specified volume to corresponding snapshot.</p>
|
|
436
|
+
* @public
|
|
437
|
+
*/
|
|
438
|
+
CopyTagsFromSource?: CopyTagsFromSource | undefined;
|
|
439
|
+
/**
|
|
440
|
+
* <note>
|
|
441
|
+
* <p>Only supported for instances in Local Zones. If the source instance is not in a Local Zone,
|
|
442
|
+
* omit this parameter.</p>
|
|
443
|
+
* </note>
|
|
444
|
+
* <ul>
|
|
445
|
+
* <li>
|
|
446
|
+
* <p>To create local snapshots in the same Local Zone as the source instance, specify
|
|
447
|
+
* <code>local</code>.</p>
|
|
448
|
+
* </li>
|
|
449
|
+
* <li>
|
|
450
|
+
* <p>To create regional snapshots in the parent Region of the Local Zone, specify
|
|
451
|
+
* <code>regional</code> or omit this parameter.</p>
|
|
452
|
+
* </li>
|
|
453
|
+
* </ul>
|
|
454
|
+
* <p>Default value: <code>regional</code>
|
|
455
|
+
* </p>
|
|
456
|
+
* @public
|
|
457
|
+
*/
|
|
458
|
+
Location?: SnapshotLocationEnum | undefined;
|
|
459
|
+
}
|
|
460
|
+
/**
|
|
461
|
+
* <p>Information about a snapshot.</p>
|
|
462
|
+
* @public
|
|
463
|
+
*/
|
|
464
|
+
export interface SnapshotInfo {
|
|
465
|
+
/**
|
|
466
|
+
* <p>Description specified by the CreateSnapshotRequest that has been applied to all
|
|
467
|
+
* snapshots.</p>
|
|
468
|
+
* @public
|
|
469
|
+
*/
|
|
470
|
+
Description?: string | undefined;
|
|
471
|
+
/**
|
|
472
|
+
* <p>Tags associated with this snapshot.</p>
|
|
473
|
+
* @public
|
|
474
|
+
*/
|
|
475
|
+
Tags?: Tag[] | undefined;
|
|
476
|
+
/**
|
|
477
|
+
* <p>Indicates whether the snapshot is encrypted.</p>
|
|
478
|
+
* @public
|
|
479
|
+
*/
|
|
480
|
+
Encrypted?: boolean | undefined;
|
|
481
|
+
/**
|
|
482
|
+
* <p>Source volume from which this snapshot was created.</p>
|
|
483
|
+
* @public
|
|
484
|
+
*/
|
|
485
|
+
VolumeId?: string | undefined;
|
|
486
|
+
/**
|
|
487
|
+
* <p>Current state of the snapshot.</p>
|
|
488
|
+
* @public
|
|
489
|
+
*/
|
|
490
|
+
State?: SnapshotState | undefined;
|
|
491
|
+
/**
|
|
492
|
+
* <p>Size of the volume from which this snapshot was created.</p>
|
|
493
|
+
* @public
|
|
494
|
+
*/
|
|
495
|
+
VolumeSize?: number | undefined;
|
|
496
|
+
/**
|
|
497
|
+
* <p>Time this snapshot was started. This is the same for all snapshots initiated by the
|
|
498
|
+
* same request.</p>
|
|
499
|
+
* @public
|
|
500
|
+
*/
|
|
501
|
+
StartTime?: Date | undefined;
|
|
502
|
+
/**
|
|
503
|
+
* <p>Progress this snapshot has made towards completing.</p>
|
|
504
|
+
* @public
|
|
505
|
+
*/
|
|
506
|
+
Progress?: string | undefined;
|
|
507
|
+
/**
|
|
508
|
+
* <p>Account id used when creating this snapshot.</p>
|
|
509
|
+
* @public
|
|
510
|
+
*/
|
|
511
|
+
OwnerId?: string | undefined;
|
|
512
|
+
/**
|
|
513
|
+
* <p>Snapshot id that can be used to describe this snapshot.</p>
|
|
514
|
+
* @public
|
|
515
|
+
*/
|
|
516
|
+
SnapshotId?: string | undefined;
|
|
517
|
+
/**
|
|
518
|
+
* <p>The ARN of the Outpost on which the snapshot is stored. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html">Amazon EBS local snapshots on Outposts</a> in the
|
|
519
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
520
|
+
* @public
|
|
521
|
+
*/
|
|
522
|
+
OutpostArn?: string | undefined;
|
|
523
|
+
/**
|
|
524
|
+
* <p>Reserved for future use.</p>
|
|
525
|
+
* @public
|
|
526
|
+
*/
|
|
527
|
+
SseType?: SSEType | undefined;
|
|
528
|
+
/**
|
|
529
|
+
* <p>The Availability Zone or Local Zone of the snapshots. For example, <code>us-west-1a</code>
|
|
530
|
+
* (Availability Zone) or <code>us-west-2-lax-1a</code> (Local Zone).</p>
|
|
531
|
+
* @public
|
|
532
|
+
*/
|
|
533
|
+
AvailabilityZone?: string | undefined;
|
|
534
|
+
}
|
|
535
|
+
/**
|
|
536
|
+
* @public
|
|
537
|
+
*/
|
|
538
|
+
export interface CreateSnapshotsResult {
|
|
539
|
+
/**
|
|
540
|
+
* <p>List of snapshots.</p>
|
|
541
|
+
* @public
|
|
542
|
+
*/
|
|
543
|
+
Snapshots?: SnapshotInfo[] | undefined;
|
|
544
|
+
}
|
|
545
|
+
/**
|
|
546
|
+
* <p>Contains the parameters for CreateSpotDatafeedSubscription.</p>
|
|
547
|
+
* @public
|
|
548
|
+
*/
|
|
549
|
+
export interface CreateSpotDatafeedSubscriptionRequest {
|
|
550
|
+
/**
|
|
551
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
552
|
+
* making the request, and provides an error response. If you have the required
|
|
553
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
554
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
555
|
+
* @public
|
|
556
|
+
*/
|
|
557
|
+
DryRun?: boolean | undefined;
|
|
558
|
+
/**
|
|
559
|
+
* <p>The name of the Amazon S3 bucket in which to store the Spot Instance data feed. For
|
|
560
|
+
* more information about bucket names, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html">Bucket naming rules</a>
|
|
561
|
+
* in the <i>Amazon S3 User Guide</i>.</p>
|
|
562
|
+
* @public
|
|
563
|
+
*/
|
|
564
|
+
Bucket: string | undefined;
|
|
565
|
+
/**
|
|
566
|
+
* <p>The prefix for the data feed file names.</p>
|
|
567
|
+
* @public
|
|
568
|
+
*/
|
|
569
|
+
Prefix?: string | undefined;
|
|
570
|
+
}
|
|
571
|
+
/**
|
|
572
|
+
* <p>Describes a Spot Instance state change.</p>
|
|
573
|
+
* @public
|
|
574
|
+
*/
|
|
575
|
+
export interface SpotInstanceStateFault {
|
|
576
|
+
/**
|
|
577
|
+
* <p>The reason code for the Spot Instance state change.</p>
|
|
578
|
+
* @public
|
|
579
|
+
*/
|
|
580
|
+
Code?: string | undefined;
|
|
581
|
+
/**
|
|
582
|
+
* <p>The message for the Spot Instance state change.</p>
|
|
583
|
+
* @public
|
|
584
|
+
*/
|
|
585
|
+
Message?: string | undefined;
|
|
586
|
+
}
|
|
4
587
|
/**
|
|
5
588
|
* <p>Describes the data feed for a Spot Instance.</p>
|
|
6
589
|
* @public
|
|
@@ -7331,6 +7914,76 @@ export interface DeleteRouteTableRequest {
|
|
|
7331
7914
|
*/
|
|
7332
7915
|
RouteTableId: string | undefined;
|
|
7333
7916
|
}
|
|
7917
|
+
/**
|
|
7918
|
+
* @public
|
|
7919
|
+
*/
|
|
7920
|
+
export interface DeleteSecondaryNetworkRequest {
|
|
7921
|
+
/**
|
|
7922
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensure Idempotency</a>.</p>
|
|
7923
|
+
* @public
|
|
7924
|
+
*/
|
|
7925
|
+
ClientToken?: string | undefined;
|
|
7926
|
+
/**
|
|
7927
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7928
|
+
* @public
|
|
7929
|
+
*/
|
|
7930
|
+
DryRun?: boolean | undefined;
|
|
7931
|
+
/**
|
|
7932
|
+
* <p>The ID of the secondary network.</p>
|
|
7933
|
+
* @public
|
|
7934
|
+
*/
|
|
7935
|
+
SecondaryNetworkId: string | undefined;
|
|
7936
|
+
}
|
|
7937
|
+
/**
|
|
7938
|
+
* @public
|
|
7939
|
+
*/
|
|
7940
|
+
export interface DeleteSecondaryNetworkResult {
|
|
7941
|
+
/**
|
|
7942
|
+
* <p>Information about the secondary network.</p>
|
|
7943
|
+
* @public
|
|
7944
|
+
*/
|
|
7945
|
+
SecondaryNetwork?: SecondaryNetwork | undefined;
|
|
7946
|
+
/**
|
|
7947
|
+
* <p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>
|
|
7948
|
+
* @public
|
|
7949
|
+
*/
|
|
7950
|
+
ClientToken?: string | undefined;
|
|
7951
|
+
}
|
|
7952
|
+
/**
|
|
7953
|
+
* @public
|
|
7954
|
+
*/
|
|
7955
|
+
export interface DeleteSecondarySubnetRequest {
|
|
7956
|
+
/**
|
|
7957
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensure Idempotency</a>.</p>
|
|
7958
|
+
* @public
|
|
7959
|
+
*/
|
|
7960
|
+
ClientToken?: string | undefined;
|
|
7961
|
+
/**
|
|
7962
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7963
|
+
* @public
|
|
7964
|
+
*/
|
|
7965
|
+
DryRun?: boolean | undefined;
|
|
7966
|
+
/**
|
|
7967
|
+
* <p>The ID of the secondary subnet to delete.</p>
|
|
7968
|
+
* @public
|
|
7969
|
+
*/
|
|
7970
|
+
SecondarySubnetId: string | undefined;
|
|
7971
|
+
}
|
|
7972
|
+
/**
|
|
7973
|
+
* @public
|
|
7974
|
+
*/
|
|
7975
|
+
export interface DeleteSecondarySubnetResult {
|
|
7976
|
+
/**
|
|
7977
|
+
* <p>Information about the secondary subnet being deleted.</p>
|
|
7978
|
+
* @public
|
|
7979
|
+
*/
|
|
7980
|
+
SecondarySubnet?: SecondarySubnet | undefined;
|
|
7981
|
+
/**
|
|
7982
|
+
* <p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>
|
|
7983
|
+
* @public
|
|
7984
|
+
*/
|
|
7985
|
+
ClientToken?: string | undefined;
|
|
7986
|
+
}
|
|
7334
7987
|
/**
|
|
7335
7988
|
* @public
|
|
7336
7989
|
*/
|
|
@@ -7573,224 +8226,3 @@ export interface DeleteTrafficMirrorTargetRequest {
|
|
|
7573
8226
|
*/
|
|
7574
8227
|
DryRun?: boolean | undefined;
|
|
7575
8228
|
}
|
|
7576
|
-
/**
|
|
7577
|
-
* @public
|
|
7578
|
-
*/
|
|
7579
|
-
export interface DeleteTrafficMirrorTargetResult {
|
|
7580
|
-
/**
|
|
7581
|
-
* <p>The ID of the deleted Traffic Mirror target.</p>
|
|
7582
|
-
* @public
|
|
7583
|
-
*/
|
|
7584
|
-
TrafficMirrorTargetId?: string | undefined;
|
|
7585
|
-
}
|
|
7586
|
-
/**
|
|
7587
|
-
* @public
|
|
7588
|
-
*/
|
|
7589
|
-
export interface DeleteTransitGatewayRequest {
|
|
7590
|
-
/**
|
|
7591
|
-
* <p>The ID of the transit gateway.</p>
|
|
7592
|
-
* @public
|
|
7593
|
-
*/
|
|
7594
|
-
TransitGatewayId: string | undefined;
|
|
7595
|
-
/**
|
|
7596
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7597
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7598
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7599
|
-
* @public
|
|
7600
|
-
*/
|
|
7601
|
-
DryRun?: boolean | undefined;
|
|
7602
|
-
}
|
|
7603
|
-
/**
|
|
7604
|
-
* @public
|
|
7605
|
-
*/
|
|
7606
|
-
export interface DeleteTransitGatewayResult {
|
|
7607
|
-
/**
|
|
7608
|
-
* <p>Information about the deleted transit gateway.</p>
|
|
7609
|
-
* @public
|
|
7610
|
-
*/
|
|
7611
|
-
TransitGateway?: TransitGateway | undefined;
|
|
7612
|
-
}
|
|
7613
|
-
/**
|
|
7614
|
-
* @public
|
|
7615
|
-
*/
|
|
7616
|
-
export interface DeleteTransitGatewayConnectRequest {
|
|
7617
|
-
/**
|
|
7618
|
-
* <p>The ID of the Connect attachment.</p>
|
|
7619
|
-
* @public
|
|
7620
|
-
*/
|
|
7621
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
7622
|
-
/**
|
|
7623
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7624
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7625
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7626
|
-
* @public
|
|
7627
|
-
*/
|
|
7628
|
-
DryRun?: boolean | undefined;
|
|
7629
|
-
}
|
|
7630
|
-
/**
|
|
7631
|
-
* @public
|
|
7632
|
-
*/
|
|
7633
|
-
export interface DeleteTransitGatewayConnectResult {
|
|
7634
|
-
/**
|
|
7635
|
-
* <p>Information about the deleted Connect attachment.</p>
|
|
7636
|
-
* @public
|
|
7637
|
-
*/
|
|
7638
|
-
TransitGatewayConnect?: TransitGatewayConnect | undefined;
|
|
7639
|
-
}
|
|
7640
|
-
/**
|
|
7641
|
-
* @public
|
|
7642
|
-
*/
|
|
7643
|
-
export interface DeleteTransitGatewayConnectPeerRequest {
|
|
7644
|
-
/**
|
|
7645
|
-
* <p>The ID of the Connect peer.</p>
|
|
7646
|
-
* @public
|
|
7647
|
-
*/
|
|
7648
|
-
TransitGatewayConnectPeerId: string | undefined;
|
|
7649
|
-
/**
|
|
7650
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7651
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7652
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7653
|
-
* @public
|
|
7654
|
-
*/
|
|
7655
|
-
DryRun?: boolean | undefined;
|
|
7656
|
-
}
|
|
7657
|
-
/**
|
|
7658
|
-
* @public
|
|
7659
|
-
*/
|
|
7660
|
-
export interface DeleteTransitGatewayConnectPeerResult {
|
|
7661
|
-
/**
|
|
7662
|
-
* <p>Information about the deleted Connect peer.</p>
|
|
7663
|
-
* @public
|
|
7664
|
-
*/
|
|
7665
|
-
TransitGatewayConnectPeer?: TransitGatewayConnectPeer | undefined;
|
|
7666
|
-
}
|
|
7667
|
-
/**
|
|
7668
|
-
* @public
|
|
7669
|
-
*/
|
|
7670
|
-
export interface DeleteTransitGatewayMeteringPolicyRequest {
|
|
7671
|
-
/**
|
|
7672
|
-
* <p>The ID of the transit gateway metering policy to delete.</p>
|
|
7673
|
-
* @public
|
|
7674
|
-
*/
|
|
7675
|
-
TransitGatewayMeteringPolicyId: string | undefined;
|
|
7676
|
-
/**
|
|
7677
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7678
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7679
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7680
|
-
* @public
|
|
7681
|
-
*/
|
|
7682
|
-
DryRun?: boolean | undefined;
|
|
7683
|
-
}
|
|
7684
|
-
/**
|
|
7685
|
-
* @public
|
|
7686
|
-
*/
|
|
7687
|
-
export interface DeleteTransitGatewayMeteringPolicyResult {
|
|
7688
|
-
/**
|
|
7689
|
-
* <p>Information about the deleted transit gateway metering policy.</p>
|
|
7690
|
-
* @public
|
|
7691
|
-
*/
|
|
7692
|
-
TransitGatewayMeteringPolicy?: TransitGatewayMeteringPolicy | undefined;
|
|
7693
|
-
}
|
|
7694
|
-
/**
|
|
7695
|
-
* @public
|
|
7696
|
-
*/
|
|
7697
|
-
export interface DeleteTransitGatewayMeteringPolicyEntryRequest {
|
|
7698
|
-
/**
|
|
7699
|
-
* <p>The ID of the transit gateway metering policy containing the entry to delete.</p>
|
|
7700
|
-
* @public
|
|
7701
|
-
*/
|
|
7702
|
-
TransitGatewayMeteringPolicyId: string | undefined;
|
|
7703
|
-
/**
|
|
7704
|
-
* <p>The rule number of the metering policy entry to delete.</p>
|
|
7705
|
-
* @public
|
|
7706
|
-
*/
|
|
7707
|
-
PolicyRuleNumber: number | undefined;
|
|
7708
|
-
/**
|
|
7709
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7710
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7711
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7712
|
-
* @public
|
|
7713
|
-
*/
|
|
7714
|
-
DryRun?: boolean | undefined;
|
|
7715
|
-
}
|
|
7716
|
-
/**
|
|
7717
|
-
* @public
|
|
7718
|
-
*/
|
|
7719
|
-
export interface DeleteTransitGatewayMeteringPolicyEntryResult {
|
|
7720
|
-
/**
|
|
7721
|
-
* <p>Information about the deleted transit gateway metering policy entry.</p>
|
|
7722
|
-
* @public
|
|
7723
|
-
*/
|
|
7724
|
-
TransitGatewayMeteringPolicyEntry?: TransitGatewayMeteringPolicyEntry | undefined;
|
|
7725
|
-
}
|
|
7726
|
-
/**
|
|
7727
|
-
* @public
|
|
7728
|
-
*/
|
|
7729
|
-
export interface DeleteTransitGatewayMulticastDomainRequest {
|
|
7730
|
-
/**
|
|
7731
|
-
* <p>The ID of the transit gateway multicast domain.</p>
|
|
7732
|
-
* @public
|
|
7733
|
-
*/
|
|
7734
|
-
TransitGatewayMulticastDomainId: string | undefined;
|
|
7735
|
-
/**
|
|
7736
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7737
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7738
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7739
|
-
* @public
|
|
7740
|
-
*/
|
|
7741
|
-
DryRun?: boolean | undefined;
|
|
7742
|
-
}
|
|
7743
|
-
/**
|
|
7744
|
-
* @public
|
|
7745
|
-
*/
|
|
7746
|
-
export interface DeleteTransitGatewayMulticastDomainResult {
|
|
7747
|
-
/**
|
|
7748
|
-
* <p>Information about the deleted transit gateway multicast domain.</p>
|
|
7749
|
-
* @public
|
|
7750
|
-
*/
|
|
7751
|
-
TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain | undefined;
|
|
7752
|
-
}
|
|
7753
|
-
/**
|
|
7754
|
-
* @public
|
|
7755
|
-
*/
|
|
7756
|
-
export interface DeleteTransitGatewayPeeringAttachmentRequest {
|
|
7757
|
-
/**
|
|
7758
|
-
* <p>The ID of the transit gateway peering attachment.</p>
|
|
7759
|
-
* @public
|
|
7760
|
-
*/
|
|
7761
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
7762
|
-
/**
|
|
7763
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7764
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7765
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7766
|
-
* @public
|
|
7767
|
-
*/
|
|
7768
|
-
DryRun?: boolean | undefined;
|
|
7769
|
-
}
|
|
7770
|
-
/**
|
|
7771
|
-
* @public
|
|
7772
|
-
*/
|
|
7773
|
-
export interface DeleteTransitGatewayPeeringAttachmentResult {
|
|
7774
|
-
/**
|
|
7775
|
-
* <p>The transit gateway peering attachment.</p>
|
|
7776
|
-
* @public
|
|
7777
|
-
*/
|
|
7778
|
-
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
|
|
7779
|
-
}
|
|
7780
|
-
/**
|
|
7781
|
-
* @public
|
|
7782
|
-
*/
|
|
7783
|
-
export interface DeleteTransitGatewayPolicyTableRequest {
|
|
7784
|
-
/**
|
|
7785
|
-
* <p>The transit gateway policy table to delete.</p>
|
|
7786
|
-
* @public
|
|
7787
|
-
*/
|
|
7788
|
-
TransitGatewayPolicyTableId: string | undefined;
|
|
7789
|
-
/**
|
|
7790
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7791
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7792
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7793
|
-
* @public
|
|
7794
|
-
*/
|
|
7795
|
-
DryRun?: boolean | undefined;
|
|
7796
|
-
}
|