@aws-sdk/client-ec2 3.984.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 +14 -14
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _InstanceType, AcceleratorManufacturer, AcceleratorName, AcceleratorType, AddressFamily, AmdSevSnpSpecification, AttachmentStatus, AutoProvisionZonesState, AutoScalingIpsState, AvailabilityMode, BareMetal, BurstablePerformance, CapacityReservationPreference, ConnectivityType, ContainerFormat,
|
|
1
|
+
import { _InstanceType, AcceleratorManufacturer, AcceleratorName, AcceleratorType, AddressFamily, AmdSevSnpSpecification, AttachmentStatus, AutoProvisionZonesState, AutoScalingIpsState, AvailabilityMode, BareMetal, BurstablePerformance, CapacityReservationPreference, ConnectivityType, ContainerFormat, CpuManufacturer, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, Ec2InstanceConnectEndpointState, ExportEnvironment, ExportTaskState, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, FlowLogsResourceType, HostnameType, InstanceBandwidthWeighting, InstanceGeneration, InstanceInterruptionBehavior, InstanceLifecycle, InterfacePermissionType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, IpamExternalResourceVerificationTokenState, IpamMeteredAccount, IpamPolicyState, IpamPoolAwsService, IpamPoolPublicIpSource, IpamPoolSourceResourceType, IpamPoolState, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPrefixListResolverState, IpamPrefixListResolverTargetState, IpamPrefixListResolverVersionCreationStatus, IpamResourceDiscoveryState, IpamResourceType, IpamScopeExternalAuthorityType, IpamScopeState, IpamScopeType, IpamState, IpamTier, KeyFormat, KeyType, LaunchTemplateAutoRecoveryState, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataOptionsState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, LocalGatewayRouteState, LocalGatewayRouteTableMode, LocalGatewayRouteType, LocalGatewayVirtualInterfaceConfigurationState, LocalGatewayVirtualInterfaceGroupConfigurationState, LocalStorage, LocalStorageType, LogDestinationType, MacSystemIntegrityProtectionSettingStatus, MarketType, NatGatewayApplianceModifyState, NatGatewayApplianceState, NatGatewayApplianceType, NatGatewayState, NetworkInterfaceCreationType, NetworkInterfacePermissionStateCode, NetworkInterfaceStatus, NetworkInterfaceType, PlacementGroupState, PlacementStrategy, PlatformValues, PrefixListState, Protocol, ReplaceRootVolumeTaskState, ResourceType, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerEndpointState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteServerPersistRoutesAction, RouteServerPersistRoutesState, RouteServerState, RouteState, RuleAction, SecondaryInterfaceType, SecondaryNetworkCidrBlockAssociationState, SecondaryNetworkState, SecondaryNetworkType, SecondarySubnetCidrBlockAssociationState, ShutdownBehavior, SnapshotLocationEnum, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, SpotInstanceType, SpreadLevel, TargetCapacityUnitType, Tenancy, TokenState, TrafficType, VolumeType, WeekDay } from "./enums";
|
|
2
2
|
import { type AcceleratorCount, type AcceleratorCountRequest, type AcceleratorTotalMemoryMiB, type AcceleratorTotalMemoryMiBRequest, type InstanceEventWindow, type MacModificationTask, type OperatorResponse, type PortRange, type RouteTableAssociationState, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, Ipv4PrefixSpecification, NatGatewayAddress, NewDhcpConfiguration, ReservedInstancesListing, Tag, TagSpecification, UnsuccessfulItem } from "./models_0";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
@@ -6787,6 +6787,59 @@ export interface LaunchTemplatePrivateDnsNameOptionsRequest {
|
|
|
6787
6787
|
*/
|
|
6788
6788
|
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
6789
6789
|
}
|
|
6790
|
+
/**
|
|
6791
|
+
* <p>Describes a private IPv4 address specification for a secondary interface request.</p>
|
|
6792
|
+
* @public
|
|
6793
|
+
*/
|
|
6794
|
+
export interface SecondaryInterfacePrivateIpAddressSpecificationRequest {
|
|
6795
|
+
/**
|
|
6796
|
+
* <p>The private IPv4 address.</p>
|
|
6797
|
+
* @public
|
|
6798
|
+
*/
|
|
6799
|
+
PrivateIpAddress?: string | undefined;
|
|
6800
|
+
}
|
|
6801
|
+
/**
|
|
6802
|
+
* <p>Describes a secondary interface specification for a launch template request.</p>
|
|
6803
|
+
* @public
|
|
6804
|
+
*/
|
|
6805
|
+
export interface LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest {
|
|
6806
|
+
/**
|
|
6807
|
+
* <p>Indicates whether the secondary interface is deleted when the instance is terminated.</p>
|
|
6808
|
+
* <p>The only supported value for this field is <code>true</code>.</p>
|
|
6809
|
+
* @public
|
|
6810
|
+
*/
|
|
6811
|
+
DeleteOnTermination?: boolean | undefined;
|
|
6812
|
+
/**
|
|
6813
|
+
* <p>The device index for the secondary interface attachment.</p>
|
|
6814
|
+
* @public
|
|
6815
|
+
*/
|
|
6816
|
+
DeviceIndex?: number | undefined;
|
|
6817
|
+
/**
|
|
6818
|
+
* <p>The private IPv4 addresses to assign to the secondary interface.</p>
|
|
6819
|
+
* @public
|
|
6820
|
+
*/
|
|
6821
|
+
PrivateIpAddresses?: SecondaryInterfacePrivateIpAddressSpecificationRequest[] | undefined;
|
|
6822
|
+
/**
|
|
6823
|
+
* <p>The number of private IPv4 addresses to assign to the secondary interface.</p>
|
|
6824
|
+
* @public
|
|
6825
|
+
*/
|
|
6826
|
+
PrivateIpAddressCount?: number | undefined;
|
|
6827
|
+
/**
|
|
6828
|
+
* <p>The ID of the secondary subnet.</p>
|
|
6829
|
+
* @public
|
|
6830
|
+
*/
|
|
6831
|
+
SecondarySubnetId?: string | undefined;
|
|
6832
|
+
/**
|
|
6833
|
+
* <p>The type of secondary interface.</p>
|
|
6834
|
+
* @public
|
|
6835
|
+
*/
|
|
6836
|
+
InterfaceType?: SecondaryInterfaceType | undefined;
|
|
6837
|
+
/**
|
|
6838
|
+
* <p>The index of the network card.</p>
|
|
6839
|
+
* @public
|
|
6840
|
+
*/
|
|
6841
|
+
NetworkCardIndex?: number | undefined;
|
|
6842
|
+
}
|
|
6790
6843
|
/**
|
|
6791
6844
|
* <p>The tags specification for the resources that are created during instance
|
|
6792
6845
|
* launch.</p>
|
|
@@ -7155,6 +7208,11 @@ export interface RequestLaunchTemplateData {
|
|
|
7155
7208
|
* @public
|
|
7156
7209
|
*/
|
|
7157
7210
|
NetworkPerformanceOptions?: LaunchTemplateNetworkPerformanceOptionsRequest | undefined;
|
|
7211
|
+
/**
|
|
7212
|
+
* <p>The secondary interfaces to associate with instances launched from the template.</p>
|
|
7213
|
+
* @public
|
|
7214
|
+
*/
|
|
7215
|
+
SecondaryInterfaces?: LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest[] | undefined;
|
|
7158
7216
|
}
|
|
7159
7217
|
/**
|
|
7160
7218
|
* @public
|
|
@@ -8127,6 +8185,63 @@ export interface LaunchTemplatePrivateDnsNameOptions {
|
|
|
8127
8185
|
*/
|
|
8128
8186
|
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
8129
8187
|
}
|
|
8188
|
+
/**
|
|
8189
|
+
* <p>Describes a private IPv4 address specification for a secondary interface.</p>
|
|
8190
|
+
* @public
|
|
8191
|
+
*/
|
|
8192
|
+
export interface SecondaryInterfacePrivateIpAddressSpecification {
|
|
8193
|
+
/**
|
|
8194
|
+
* <p>The private IPv4 address.</p>
|
|
8195
|
+
* @public
|
|
8196
|
+
*/
|
|
8197
|
+
PrivateIpAddress?: string | undefined;
|
|
8198
|
+
}
|
|
8199
|
+
/**
|
|
8200
|
+
* <p>Describes a secondary interface specification in a launch template.</p>
|
|
8201
|
+
* @public
|
|
8202
|
+
*/
|
|
8203
|
+
export interface LaunchTemplateInstanceSecondaryInterfaceSpecification {
|
|
8204
|
+
/**
|
|
8205
|
+
* <p>Indicates whether the secondary interface is deleted when the instance is terminated.</p>
|
|
8206
|
+
* <p>The only supported value for this field is <code>true</code>.</p>
|
|
8207
|
+
* @public
|
|
8208
|
+
*/
|
|
8209
|
+
DeleteOnTermination?: boolean | undefined;
|
|
8210
|
+
/**
|
|
8211
|
+
* <p>The device index for the secondary interface attachment.</p>
|
|
8212
|
+
* @public
|
|
8213
|
+
*/
|
|
8214
|
+
DeviceIndex?: number | undefined;
|
|
8215
|
+
/**
|
|
8216
|
+
* <p>The private IPv4 addresses to assign to the secondary interface.</p>
|
|
8217
|
+
* <p>If you specify <code>privateIpAddresses</code> you cannot specify <code>privateIpAddressCount</code>
|
|
8218
|
+
* </p>
|
|
8219
|
+
* @public
|
|
8220
|
+
*/
|
|
8221
|
+
PrivateIpAddresses?: SecondaryInterfacePrivateIpAddressSpecification[] | undefined;
|
|
8222
|
+
/**
|
|
8223
|
+
* <p>The number of private IPv4 addresses to assign to the secondary interface.</p>
|
|
8224
|
+
* <p>If you specify <code>privateIpAddressCount</code> you cannot specify <code>privateIpAddresses</code>
|
|
8225
|
+
* </p>
|
|
8226
|
+
* @public
|
|
8227
|
+
*/
|
|
8228
|
+
PrivateIpAddressCount?: number | undefined;
|
|
8229
|
+
/**
|
|
8230
|
+
* <p>The ID of the secondary subnet.</p>
|
|
8231
|
+
* @public
|
|
8232
|
+
*/
|
|
8233
|
+
SecondarySubnetId?: string | undefined;
|
|
8234
|
+
/**
|
|
8235
|
+
* <p>The type of secondary interface.</p>
|
|
8236
|
+
* @public
|
|
8237
|
+
*/
|
|
8238
|
+
InterfaceType?: SecondaryInterfaceType | undefined;
|
|
8239
|
+
/**
|
|
8240
|
+
* <p>The index of the network card.</p>
|
|
8241
|
+
* @public
|
|
8242
|
+
*/
|
|
8243
|
+
NetworkCardIndex?: number | undefined;
|
|
8244
|
+
}
|
|
8130
8245
|
/**
|
|
8131
8246
|
* <p>The tags specification for the launch template.</p>
|
|
8132
8247
|
* @public
|
|
@@ -8357,6 +8472,11 @@ export interface ResponseLaunchTemplateData {
|
|
|
8357
8472
|
* @public
|
|
8358
8473
|
*/
|
|
8359
8474
|
NetworkPerformanceOptions?: LaunchTemplateNetworkPerformanceOptions | undefined;
|
|
8475
|
+
/**
|
|
8476
|
+
* <p>The secondary interfaces associated with the launch template.</p>
|
|
8477
|
+
* @public
|
|
8478
|
+
*/
|
|
8479
|
+
SecondaryInterfaces?: LaunchTemplateInstanceSecondaryInterfaceSpecification[] | undefined;
|
|
8360
8480
|
}
|
|
8361
8481
|
/**
|
|
8362
8482
|
* <p>Describes a launch template version.</p>
|
|
@@ -12249,507 +12369,183 @@ export interface CreateRouteTableResult {
|
|
|
12249
12369
|
/**
|
|
12250
12370
|
* @public
|
|
12251
12371
|
*/
|
|
12252
|
-
export interface
|
|
12253
|
-
/**
|
|
12254
|
-
* <p>A description for the security group.</p>
|
|
12255
|
-
* <p>Constraints: Up to 255 characters in length</p>
|
|
12256
|
-
* <p>Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;\{\}!$*</p>
|
|
12257
|
-
* @public
|
|
12258
|
-
*/
|
|
12259
|
-
Description: string | undefined;
|
|
12372
|
+
export interface CreateSecondaryNetworkRequest {
|
|
12260
12373
|
/**
|
|
12261
|
-
* <p>
|
|
12262
|
-
* <p>Constraints: Up to 255 characters in length. Can't start with <code>sg-</code>.</p>
|
|
12263
|
-
* <p>Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;\{\}!$*</p>
|
|
12374
|
+
* <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>
|
|
12264
12375
|
* @public
|
|
12265
12376
|
*/
|
|
12266
|
-
|
|
12267
|
-
/**
|
|
12268
|
-
* <p>The ID of the VPC. Required for a nondefault VPC.</p>
|
|
12269
|
-
* @public
|
|
12270
|
-
*/
|
|
12271
|
-
VpcId?: string | undefined;
|
|
12272
|
-
/**
|
|
12273
|
-
* <p>The tags to assign to the security group.</p>
|
|
12274
|
-
* @public
|
|
12275
|
-
*/
|
|
12276
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
12377
|
+
ClientToken?: string | undefined;
|
|
12277
12378
|
/**
|
|
12278
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
12279
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
12280
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
12379
|
+
* <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>
|
|
12281
12380
|
* @public
|
|
12282
12381
|
*/
|
|
12283
12382
|
DryRun?: boolean | undefined;
|
|
12284
|
-
}
|
|
12285
|
-
/**
|
|
12286
|
-
* @public
|
|
12287
|
-
*/
|
|
12288
|
-
export interface CreateSecurityGroupResult {
|
|
12289
12383
|
/**
|
|
12290
|
-
* <p>The
|
|
12384
|
+
* <p>The IPv4 CIDR block for the secondary network. The CIDR block size must be between /12 and /28.</p>
|
|
12291
12385
|
* @public
|
|
12292
12386
|
*/
|
|
12293
|
-
|
|
12387
|
+
Ipv4CidrBlock: string | undefined;
|
|
12294
12388
|
/**
|
|
12295
|
-
* <p>The
|
|
12389
|
+
* <p>The type of secondary network.</p>
|
|
12296
12390
|
* @public
|
|
12297
12391
|
*/
|
|
12298
|
-
|
|
12392
|
+
NetworkType: SecondaryNetworkType | undefined;
|
|
12299
12393
|
/**
|
|
12300
|
-
* <p>The
|
|
12394
|
+
* <p>The tags to assign to the secondary network.</p>
|
|
12301
12395
|
* @public
|
|
12302
12396
|
*/
|
|
12303
|
-
|
|
12397
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
12304
12398
|
}
|
|
12305
12399
|
/**
|
|
12400
|
+
* <p>Describes an IPv4 CIDR block associated with a secondary network.</p>
|
|
12306
12401
|
* @public
|
|
12307
12402
|
*/
|
|
12308
|
-
export interface
|
|
12403
|
+
export interface SecondaryNetworkIpv4CidrBlockAssociation {
|
|
12309
12404
|
/**
|
|
12310
|
-
* <p>
|
|
12311
|
-
* @public
|
|
12312
|
-
*/
|
|
12313
|
-
Description?: string | undefined;
|
|
12314
|
-
/**
|
|
12315
|
-
* <note>
|
|
12316
|
-
* <p>Only supported for volumes on Outposts. If the source volume is not on an Outpost,
|
|
12317
|
-
* omit this parameter.</p>
|
|
12318
|
-
* </note>
|
|
12319
|
-
* <ul>
|
|
12320
|
-
* <li>
|
|
12321
|
-
* <p>To create the snapshot on the same Outpost as the source volume, specify the
|
|
12322
|
-
* ARN of that Outpost. The snapshot must be created on the same Outpost as the volume.</p>
|
|
12323
|
-
* </li>
|
|
12324
|
-
* <li>
|
|
12325
|
-
* <p>To create the snapshot in the parent Region of the Outpost, omit this parameter.</p>
|
|
12326
|
-
* </li>
|
|
12327
|
-
* </ul>
|
|
12328
|
-
* <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>
|
|
12405
|
+
* <p>The association ID for the IPv4 CIDR block.</p>
|
|
12329
12406
|
* @public
|
|
12330
12407
|
*/
|
|
12331
|
-
|
|
12332
|
-
/**
|
|
12333
|
-
* <p>The ID of the Amazon EBS volume.</p>
|
|
12334
|
-
* @public
|
|
12335
|
-
*/
|
|
12336
|
-
VolumeId: string | undefined;
|
|
12408
|
+
AssociationId?: string | undefined;
|
|
12337
12409
|
/**
|
|
12338
|
-
* <p>The
|
|
12410
|
+
* <p>The IPv4 CIDR block.</p>
|
|
12339
12411
|
* @public
|
|
12340
12412
|
*/
|
|
12341
|
-
|
|
12413
|
+
CidrBlock?: string | undefined;
|
|
12342
12414
|
/**
|
|
12343
|
-
* <
|
|
12344
|
-
* <p>Only supported for volumes in Local Zones. If the source volume is not in a Local Zone,
|
|
12345
|
-
* omit this parameter.</p>
|
|
12346
|
-
* </note>
|
|
12347
|
-
* <ul>
|
|
12348
|
-
* <li>
|
|
12349
|
-
* <p>To create a local snapshot in the same Local Zone as the source volume, specify
|
|
12350
|
-
* <code>local</code>.</p>
|
|
12351
|
-
* </li>
|
|
12352
|
-
* <li>
|
|
12353
|
-
* <p>To create a regional snapshot in the parent Region of the Local Zone, specify
|
|
12354
|
-
* <code>regional</code> or omit this parameter.</p>
|
|
12355
|
-
* </li>
|
|
12356
|
-
* </ul>
|
|
12357
|
-
* <p>Default value: <code>regional</code>
|
|
12358
|
-
* </p>
|
|
12415
|
+
* <p>The state of the CIDR block association.</p>
|
|
12359
12416
|
* @public
|
|
12360
12417
|
*/
|
|
12361
|
-
|
|
12418
|
+
State?: SecondaryNetworkCidrBlockAssociationState | undefined;
|
|
12362
12419
|
/**
|
|
12363
|
-
* <p>
|
|
12364
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
12365
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
12420
|
+
* <p>The reason for the current state of the CIDR block association.</p>
|
|
12366
12421
|
* @public
|
|
12367
12422
|
*/
|
|
12368
|
-
|
|
12423
|
+
StateReason?: string | undefined;
|
|
12369
12424
|
}
|
|
12370
12425
|
/**
|
|
12371
|
-
* <p>Describes a
|
|
12426
|
+
* <p>Describes a secondary network.</p>
|
|
12372
12427
|
* @public
|
|
12373
12428
|
*/
|
|
12374
|
-
export interface
|
|
12375
|
-
/**
|
|
12376
|
-
* <p>The Amazon Web Services owner alias, from an Amazon-maintained list (<code>amazon</code>). This is not
|
|
12377
|
-
* the user-configured Amazon Web Services account alias set using the IAM console.</p>
|
|
12378
|
-
* @public
|
|
12379
|
-
*/
|
|
12380
|
-
OwnerAlias?: string | undefined;
|
|
12381
|
-
/**
|
|
12382
|
-
* <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
|
|
12383
|
-
* <i>Amazon EBS User Guide</i>.</p>
|
|
12384
|
-
* @public
|
|
12385
|
-
*/
|
|
12386
|
-
OutpostArn?: string | undefined;
|
|
12387
|
-
/**
|
|
12388
|
-
* <p>Any tags assigned to the snapshot.</p>
|
|
12389
|
-
* @public
|
|
12390
|
-
*/
|
|
12391
|
-
Tags?: Tag[] | undefined;
|
|
12392
|
-
/**
|
|
12393
|
-
* <p>The storage tier in which the snapshot is stored. <code>standard</code> indicates
|
|
12394
|
-
* that the snapshot is stored in the standard snapshot storage tier and that it is ready
|
|
12395
|
-
* for use. <code>archive</code> indicates that the snapshot is currently archived and that
|
|
12396
|
-
* it must be restored before it can be used.</p>
|
|
12397
|
-
* @public
|
|
12398
|
-
*/
|
|
12399
|
-
StorageTier?: StorageTier | undefined;
|
|
12400
|
-
/**
|
|
12401
|
-
* <p>Only for archived snapshots that are temporarily restored. Indicates the date and
|
|
12402
|
-
* time when a temporarily restored snapshot will be automatically re-archived.</p>
|
|
12403
|
-
* @public
|
|
12404
|
-
*/
|
|
12405
|
-
RestoreExpiryTime?: Date | undefined;
|
|
12406
|
-
/**
|
|
12407
|
-
* <p>Reserved for future use.</p>
|
|
12408
|
-
* @public
|
|
12409
|
-
*/
|
|
12410
|
-
SseType?: SSEType | undefined;
|
|
12429
|
+
export interface SecondaryNetwork {
|
|
12411
12430
|
/**
|
|
12412
|
-
* <p>The
|
|
12413
|
-
* (Availability Zone) or <code>us-west-2-lax-1a</code> (Local Zone).</p>
|
|
12431
|
+
* <p>The ID of the secondary network.</p>
|
|
12414
12432
|
* @public
|
|
12415
12433
|
*/
|
|
12416
|
-
|
|
12417
|
-
/**
|
|
12418
|
-
* <note>
|
|
12419
|
-
* <p>Only for snapshot copies.</p>
|
|
12420
|
-
* </note>
|
|
12421
|
-
* <p>Indicates whether the snapshot copy was created with a standard or time-based
|
|
12422
|
-
* snapshot copy operation. Time-based snapshot copy operations complete within the
|
|
12423
|
-
* completion duration specified in the request. Standard snapshot copy operations
|
|
12424
|
-
* are completed on a best-effort basis.</p>
|
|
12425
|
-
* <ul>
|
|
12426
|
-
* <li>
|
|
12427
|
-
* <p>
|
|
12428
|
-
* <code>standard</code> - The snapshot copy was created with a standard
|
|
12429
|
-
* snapshot copy operation.</p>
|
|
12430
|
-
* </li>
|
|
12431
|
-
* <li>
|
|
12432
|
-
* <p>
|
|
12433
|
-
* <code>time-based</code> - The snapshot copy was created with a time-based
|
|
12434
|
-
* snapshot copy operation.</p>
|
|
12435
|
-
* </li>
|
|
12436
|
-
* </ul>
|
|
12437
|
-
* @public
|
|
12438
|
-
*/
|
|
12439
|
-
TransferType?: TransferType | undefined;
|
|
12440
|
-
/**
|
|
12441
|
-
* <note>
|
|
12442
|
-
* <p>Only for snapshot copies created with time-based snapshot copy operations.</p>
|
|
12443
|
-
* </note>
|
|
12444
|
-
* <p>The completion duration requested for the time-based snapshot copy operation.</p>
|
|
12445
|
-
* @public
|
|
12446
|
-
*/
|
|
12447
|
-
CompletionDurationMinutes?: number | undefined;
|
|
12448
|
-
/**
|
|
12449
|
-
* <p>The time stamp when the snapshot was completed.</p>
|
|
12450
|
-
* @public
|
|
12451
|
-
*/
|
|
12452
|
-
CompletionTime?: Date | undefined;
|
|
12453
|
-
/**
|
|
12454
|
-
* <p>The full size of the snapshot, in bytes.</p>
|
|
12455
|
-
* <important>
|
|
12456
|
-
* <p>This is <b>not</b> the incremental size of the snapshot.
|
|
12457
|
-
* This is the full snapshot size and represents the size of all the blocks that were
|
|
12458
|
-
* written to the source volume at the time the snapshot was created.</p>
|
|
12459
|
-
* </important>
|
|
12460
|
-
* @public
|
|
12461
|
-
*/
|
|
12462
|
-
FullSnapshotSizeInBytes?: number | undefined;
|
|
12463
|
-
/**
|
|
12464
|
-
* <p>The ID of the snapshot. Each snapshot receives a unique identifier when it is
|
|
12465
|
-
* created.</p>
|
|
12466
|
-
* @public
|
|
12467
|
-
*/
|
|
12468
|
-
SnapshotId?: string | undefined;
|
|
12469
|
-
/**
|
|
12470
|
-
* <p>The ID of the volume that was used to create the snapshot. Snapshots created by a copy
|
|
12471
|
-
* snapshot operation have an arbitrary volume ID that you should not use for any purpose.</p>
|
|
12472
|
-
* @public
|
|
12473
|
-
*/
|
|
12474
|
-
VolumeId?: string | undefined;
|
|
12475
|
-
/**
|
|
12476
|
-
* <p>The snapshot state.</p>
|
|
12477
|
-
* @public
|
|
12478
|
-
*/
|
|
12479
|
-
State?: SnapshotState | undefined;
|
|
12480
|
-
/**
|
|
12481
|
-
* <p>Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails
|
|
12482
|
-
* (for example, if the proper KMS permissions are not obtained) this field displays error
|
|
12483
|
-
* state details to help you diagnose why the error occurred. This parameter is only returned by
|
|
12484
|
-
* <a>DescribeSnapshots</a>.</p>
|
|
12485
|
-
* @public
|
|
12486
|
-
*/
|
|
12487
|
-
StateMessage?: string | undefined;
|
|
12434
|
+
SecondaryNetworkId?: string | undefined;
|
|
12488
12435
|
/**
|
|
12489
|
-
* <p>The
|
|
12436
|
+
* <p>The Amazon Resource Name (ARN) of the secondary network.</p>
|
|
12490
12437
|
* @public
|
|
12491
12438
|
*/
|
|
12492
|
-
|
|
12439
|
+
SecondaryNetworkArn?: string | undefined;
|
|
12493
12440
|
/**
|
|
12494
|
-
* <p>The
|
|
12495
|
-
* @public
|
|
12496
|
-
*/
|
|
12497
|
-
Progress?: string | undefined;
|
|
12498
|
-
/**
|
|
12499
|
-
* <p>The ID of the Amazon Web Services account that owns the EBS snapshot.</p>
|
|
12441
|
+
* <p>The ID of the Amazon Web Services account that owns the secondary network.</p>
|
|
12500
12442
|
* @public
|
|
12501
12443
|
*/
|
|
12502
12444
|
OwnerId?: string | undefined;
|
|
12503
12445
|
/**
|
|
12504
|
-
* <p>The
|
|
12446
|
+
* <p>The type of the secondary network.</p>
|
|
12505
12447
|
* @public
|
|
12506
12448
|
*/
|
|
12507
|
-
|
|
12449
|
+
Type?: SecondaryNetworkType | undefined;
|
|
12508
12450
|
/**
|
|
12509
|
-
* <p>The
|
|
12451
|
+
* <p>The state of the secondary network.</p>
|
|
12510
12452
|
* @public
|
|
12511
12453
|
*/
|
|
12512
|
-
|
|
12454
|
+
State?: SecondaryNetworkState | undefined;
|
|
12513
12455
|
/**
|
|
12514
|
-
* <p>
|
|
12456
|
+
* <p>The reason for the current state of the secondary network.</p>
|
|
12515
12457
|
* @public
|
|
12516
12458
|
*/
|
|
12517
|
-
|
|
12459
|
+
StateReason?: string | undefined;
|
|
12518
12460
|
/**
|
|
12519
|
-
* <p>
|
|
12520
|
-
* volume encryption key for the parent volume.</p>
|
|
12461
|
+
* <p>Information about the IPv4 CIDR blocks associated with the secondary network.</p>
|
|
12521
12462
|
* @public
|
|
12522
12463
|
*/
|
|
12523
|
-
|
|
12464
|
+
Ipv4CidrBlockAssociations?: SecondaryNetworkIpv4CidrBlockAssociation[] | undefined;
|
|
12524
12465
|
/**
|
|
12525
|
-
* <p>The
|
|
12526
|
-
* that corresponds to the data encryption key that was used to encrypt the original volume or
|
|
12527
|
-
* snapshot copy. Because data encryption keys are inherited by volumes created from snapshots,
|
|
12528
|
-
* and vice versa, if snapshots share the same data encryption key identifier, then they belong
|
|
12529
|
-
* to the same volume/snapshot lineage. This parameter is only returned by <a>DescribeSnapshots</a>.</p>
|
|
12466
|
+
* <p>The tags assigned to the secondary network.</p>
|
|
12530
12467
|
* @public
|
|
12531
12468
|
*/
|
|
12532
|
-
|
|
12469
|
+
Tags?: Tag[] | undefined;
|
|
12533
12470
|
}
|
|
12534
12471
|
/**
|
|
12535
|
-
* <p>The instance details to specify which volumes should be snapshotted.</p>
|
|
12536
12472
|
* @public
|
|
12537
12473
|
*/
|
|
12538
|
-
export interface
|
|
12474
|
+
export interface CreateSecondaryNetworkResult {
|
|
12539
12475
|
/**
|
|
12540
|
-
* <p>
|
|
12476
|
+
* <p>Information about the secondary network.</p>
|
|
12541
12477
|
* @public
|
|
12542
12478
|
*/
|
|
12543
|
-
|
|
12479
|
+
SecondaryNetwork?: SecondaryNetwork | undefined;
|
|
12544
12480
|
/**
|
|
12545
|
-
* <p>
|
|
12546
|
-
* @public
|
|
12547
|
-
*/
|
|
12548
|
-
ExcludeBootVolume?: boolean | undefined;
|
|
12549
|
-
/**
|
|
12550
|
-
* <p>The IDs of the data (non-root) volumes to exclude from the multi-volume snapshot set.
|
|
12551
|
-
* If you specify the ID of the root volume, the request fails. To exclude the root volume,
|
|
12552
|
-
* use <b>ExcludeBootVolume</b>.</p>
|
|
12553
|
-
* <p>You can specify up to 40 volume IDs per request.</p>
|
|
12481
|
+
* <p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>
|
|
12554
12482
|
* @public
|
|
12555
12483
|
*/
|
|
12556
|
-
|
|
12484
|
+
ClientToken?: string | undefined;
|
|
12557
12485
|
}
|
|
12558
12486
|
/**
|
|
12559
12487
|
* @public
|
|
12560
12488
|
*/
|
|
12561
|
-
export interface
|
|
12489
|
+
export interface CreateSecondarySubnetRequest {
|
|
12562
12490
|
/**
|
|
12563
|
-
* <p>
|
|
12491
|
+
* <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>
|
|
12564
12492
|
* @public
|
|
12565
12493
|
*/
|
|
12566
|
-
|
|
12494
|
+
ClientToken?: string | undefined;
|
|
12567
12495
|
/**
|
|
12568
|
-
* <p>The
|
|
12496
|
+
* <p>The Availability Zone for the secondary subnet. You cannot specify both <code>AvailabilityZone</code> and <code>AvailabilityZoneId</code> in the same request.</p>
|
|
12569
12497
|
* @public
|
|
12570
12498
|
*/
|
|
12571
|
-
|
|
12572
|
-
/**
|
|
12573
|
-
* <note>
|
|
12574
|
-
* <p>Only supported for instances on Outposts. If the source instance is not on an Outpost,
|
|
12575
|
-
* omit this parameter.</p>
|
|
12576
|
-
* </note>
|
|
12577
|
-
* <ul>
|
|
12578
|
-
* <li>
|
|
12579
|
-
* <p>To create the snapshots on the same Outpost as the source instance, specify the
|
|
12580
|
-
* ARN of that Outpost. The snapshots must be created on the same Outpost as the instance.</p>
|
|
12581
|
-
* </li>
|
|
12582
|
-
* <li>
|
|
12583
|
-
* <p>To create the snapshots in the parent Region of the Outpost, omit this parameter.</p>
|
|
12584
|
-
* </li>
|
|
12585
|
-
* </ul>
|
|
12586
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#create-snapshot">
|
|
12587
|
-
* Create local snapshots from volumes on an Outpost</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
12588
|
-
* @public
|
|
12589
|
-
*/
|
|
12590
|
-
OutpostArn?: string | undefined;
|
|
12499
|
+
AvailabilityZone?: string | undefined;
|
|
12591
12500
|
/**
|
|
12592
|
-
* <p>
|
|
12501
|
+
* <p>The ID of the Availability Zone for the secondary subnet. This option is preferred over <code>AvailabilityZone</code> as it provides a consistent identifier across Amazon Web Services accounts. You cannot specify both <code>AvailabilityZone</code> and <code>AvailabilityZoneId</code> in the same request.</p>
|
|
12593
12502
|
* @public
|
|
12594
12503
|
*/
|
|
12595
|
-
|
|
12504
|
+
AvailabilityZoneId?: string | undefined;
|
|
12596
12505
|
/**
|
|
12597
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
12598
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
12599
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
12506
|
+
* <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>
|
|
12600
12507
|
* @public
|
|
12601
12508
|
*/
|
|
12602
12509
|
DryRun?: boolean | undefined;
|
|
12603
12510
|
/**
|
|
12604
|
-
* <p>
|
|
12511
|
+
* <p>The IPv4 CIDR block for the secondary subnet. The CIDR block size must be between /12 and /28.</p>
|
|
12605
12512
|
* @public
|
|
12606
12513
|
*/
|
|
12607
|
-
|
|
12514
|
+
Ipv4CidrBlock: string | undefined;
|
|
12608
12515
|
/**
|
|
12609
|
-
* <
|
|
12610
|
-
* <p>Only supported for instances in Local Zones. If the source instance is not in a Local Zone,
|
|
12611
|
-
* omit this parameter.</p>
|
|
12612
|
-
* </note>
|
|
12613
|
-
* <ul>
|
|
12614
|
-
* <li>
|
|
12615
|
-
* <p>To create local snapshots in the same Local Zone as the source instance, specify
|
|
12616
|
-
* <code>local</code>.</p>
|
|
12617
|
-
* </li>
|
|
12618
|
-
* <li>
|
|
12619
|
-
* <p>To create regional snapshots in the parent Region of the Local Zone, specify
|
|
12620
|
-
* <code>regional</code> or omit this parameter.</p>
|
|
12621
|
-
* </li>
|
|
12622
|
-
* </ul>
|
|
12623
|
-
* <p>Default value: <code>regional</code>
|
|
12624
|
-
* </p>
|
|
12516
|
+
* <p>The ID of the secondary network in which to create the secondary subnet.</p>
|
|
12625
12517
|
* @public
|
|
12626
12518
|
*/
|
|
12627
|
-
|
|
12628
|
-
}
|
|
12629
|
-
/**
|
|
12630
|
-
* <p>Information about a snapshot.</p>
|
|
12631
|
-
* @public
|
|
12632
|
-
*/
|
|
12633
|
-
export interface SnapshotInfo {
|
|
12634
|
-
/**
|
|
12635
|
-
* <p>Description specified by the CreateSnapshotRequest that has been applied to all
|
|
12636
|
-
* snapshots.</p>
|
|
12637
|
-
* @public
|
|
12638
|
-
*/
|
|
12639
|
-
Description?: string | undefined;
|
|
12519
|
+
SecondaryNetworkId: string | undefined;
|
|
12640
12520
|
/**
|
|
12641
|
-
* <p>
|
|
12521
|
+
* <p>The tags to assign to the secondary subnet.</p>
|
|
12642
12522
|
* @public
|
|
12643
12523
|
*/
|
|
12644
|
-
|
|
12645
|
-
/**
|
|
12646
|
-
* <p>Indicates whether the snapshot is encrypted.</p>
|
|
12647
|
-
* @public
|
|
12648
|
-
*/
|
|
12649
|
-
Encrypted?: boolean | undefined;
|
|
12650
|
-
/**
|
|
12651
|
-
* <p>Source volume from which this snapshot was created.</p>
|
|
12652
|
-
* @public
|
|
12653
|
-
*/
|
|
12654
|
-
VolumeId?: string | undefined;
|
|
12655
|
-
/**
|
|
12656
|
-
* <p>Current state of the snapshot.</p>
|
|
12657
|
-
* @public
|
|
12658
|
-
*/
|
|
12659
|
-
State?: SnapshotState | undefined;
|
|
12660
|
-
/**
|
|
12661
|
-
* <p>Size of the volume from which this snapshot was created.</p>
|
|
12662
|
-
* @public
|
|
12663
|
-
*/
|
|
12664
|
-
VolumeSize?: number | undefined;
|
|
12665
|
-
/**
|
|
12666
|
-
* <p>Time this snapshot was started. This is the same for all snapshots initiated by the
|
|
12667
|
-
* same request.</p>
|
|
12668
|
-
* @public
|
|
12669
|
-
*/
|
|
12670
|
-
StartTime?: Date | undefined;
|
|
12671
|
-
/**
|
|
12672
|
-
* <p>Progress this snapshot has made towards completing.</p>
|
|
12673
|
-
* @public
|
|
12674
|
-
*/
|
|
12675
|
-
Progress?: string | undefined;
|
|
12676
|
-
/**
|
|
12677
|
-
* <p>Account id used when creating this snapshot.</p>
|
|
12678
|
-
* @public
|
|
12679
|
-
*/
|
|
12680
|
-
OwnerId?: string | undefined;
|
|
12681
|
-
/**
|
|
12682
|
-
* <p>Snapshot id that can be used to describe this snapshot.</p>
|
|
12683
|
-
* @public
|
|
12684
|
-
*/
|
|
12685
|
-
SnapshotId?: string | undefined;
|
|
12686
|
-
/**
|
|
12687
|
-
* <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
|
|
12688
|
-
* <i>Amazon EBS User Guide</i>.</p>
|
|
12689
|
-
* @public
|
|
12690
|
-
*/
|
|
12691
|
-
OutpostArn?: string | undefined;
|
|
12692
|
-
/**
|
|
12693
|
-
* <p>Reserved for future use.</p>
|
|
12694
|
-
* @public
|
|
12695
|
-
*/
|
|
12696
|
-
SseType?: SSEType | undefined;
|
|
12697
|
-
/**
|
|
12698
|
-
* <p>The Availability Zone or Local Zone of the snapshots. For example, <code>us-west-1a</code>
|
|
12699
|
-
* (Availability Zone) or <code>us-west-2-lax-1a</code> (Local Zone).</p>
|
|
12700
|
-
* @public
|
|
12701
|
-
*/
|
|
12702
|
-
AvailabilityZone?: string | undefined;
|
|
12703
|
-
}
|
|
12704
|
-
/**
|
|
12705
|
-
* @public
|
|
12706
|
-
*/
|
|
12707
|
-
export interface CreateSnapshotsResult {
|
|
12708
|
-
/**
|
|
12709
|
-
* <p>List of snapshots.</p>
|
|
12710
|
-
* @public
|
|
12711
|
-
*/
|
|
12712
|
-
Snapshots?: SnapshotInfo[] | undefined;
|
|
12524
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
12713
12525
|
}
|
|
12714
12526
|
/**
|
|
12715
|
-
* <p>
|
|
12527
|
+
* <p>Describes an IPv4 CIDR block associated with a secondary subnet.</p>
|
|
12716
12528
|
* @public
|
|
12717
12529
|
*/
|
|
12718
|
-
export interface
|
|
12719
|
-
/**
|
|
12720
|
-
* <p>Checks whether you have the required permissions for the action, without actually
|
|
12721
|
-
* making the request, and provides an error response. If you have the required
|
|
12722
|
-
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
12723
|
-
* <code>UnauthorizedOperation</code>.</p>
|
|
12724
|
-
* @public
|
|
12725
|
-
*/
|
|
12726
|
-
DryRun?: boolean | undefined;
|
|
12530
|
+
export interface SecondarySubnetIpv4CidrBlockAssociation {
|
|
12727
12531
|
/**
|
|
12728
|
-
* <p>The
|
|
12729
|
-
* more information about bucket names, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html">Bucket naming rules</a>
|
|
12730
|
-
* in the <i>Amazon S3 User Guide</i>.</p>
|
|
12532
|
+
* <p>The association ID for the IPv4 CIDR block.</p>
|
|
12731
12533
|
* @public
|
|
12732
12534
|
*/
|
|
12733
|
-
|
|
12535
|
+
AssociationId?: string | undefined;
|
|
12734
12536
|
/**
|
|
12735
|
-
* <p>The
|
|
12537
|
+
* <p>The IPv4 CIDR block.</p>
|
|
12736
12538
|
* @public
|
|
12737
12539
|
*/
|
|
12738
|
-
|
|
12739
|
-
}
|
|
12740
|
-
/**
|
|
12741
|
-
* <p>Describes a Spot Instance state change.</p>
|
|
12742
|
-
* @public
|
|
12743
|
-
*/
|
|
12744
|
-
export interface SpotInstanceStateFault {
|
|
12540
|
+
CidrBlock?: string | undefined;
|
|
12745
12541
|
/**
|
|
12746
|
-
* <p>The
|
|
12542
|
+
* <p>The state of the CIDR block association.</p>
|
|
12747
12543
|
* @public
|
|
12748
12544
|
*/
|
|
12749
|
-
|
|
12545
|
+
State?: SecondarySubnetCidrBlockAssociationState | undefined;
|
|
12750
12546
|
/**
|
|
12751
|
-
* <p>The
|
|
12547
|
+
* <p>The reason for the current state of the CIDR block association.</p>
|
|
12752
12548
|
* @public
|
|
12753
12549
|
*/
|
|
12754
|
-
|
|
12550
|
+
StateReason?: string | undefined;
|
|
12755
12551
|
}
|