@aws-sdk/client-ec2 3.921.0 → 3.923.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 +88 -0
- package/dist-cjs/index.js +2418 -1157
- package/dist-es/EC2.js +22 -0
- package/dist-es/commands/CreateIpamPrefixListResolverCommand.js +22 -0
- package/dist-es/commands/CreateIpamPrefixListResolverTargetCommand.js +22 -0
- package/dist-es/commands/CreateLaunchTemplateCommand.js +1 -1
- package/dist-es/commands/CreateLaunchTemplateVersionCommand.js +1 -2
- package/dist-es/commands/CreateVerifiedAccessTrustProviderCommand.js +1 -1
- package/dist-es/commands/DeleteIpamPrefixListResolverCommand.js +22 -0
- package/dist-es/commands/DeleteIpamPrefixListResolverTargetCommand.js +22 -0
- package/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
- package/dist-es/commands/DescribeIpamPrefixListResolverTargetsCommand.js +22 -0
- package/dist-es/commands/DescribeIpamPrefixListResolversCommand.js +22 -0
- package/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
- package/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
- package/dist-es/commands/GetIpamPrefixListResolverRulesCommand.js +22 -0
- package/dist-es/commands/GetIpamPrefixListResolverVersionEntriesCommand.js +22 -0
- package/dist-es/commands/GetIpamPrefixListResolverVersionsCommand.js +22 -0
- package/dist-es/commands/ModifyIpamPrefixListResolverCommand.js +22 -0
- package/dist-es/commands/ModifyIpamPrefixListResolverTargetCommand.js +22 -0
- package/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +1 -1
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/models/models_1.js +55 -16
- package/dist-es/models/models_2.js +16 -40
- package/dist-es/models/models_3.js +40 -20
- package/dist-es/models/models_4.js +20 -26
- package/dist-es/models/models_5.js +26 -21
- package/dist-es/models/models_6.js +20 -30
- package/dist-es/models/models_7.js +30 -32
- package/dist-es/models/models_8.js +24 -0
- package/dist-es/pagination/DescribeIpamPrefixListResolverTargetsPaginator.js +4 -0
- package/dist-es/pagination/DescribeIpamPrefixListResolversPaginator.js +4 -0
- package/dist-es/pagination/GetIpamPrefixListResolverRulesPaginator.js +4 -0
- package/dist-es/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.js +4 -0
- package/dist-es/pagination/GetIpamPrefixListResolverVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_ec2.js +989 -6
- package/dist-types/EC2.d.ts +79 -0
- package/dist-types/EC2Client.d.ts +13 -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/CancelSpotFleetRequestsCommand.d.ts +12 -0
- 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 +3 -3
- 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/CreateDefaultVpcCommand.d.ts +3 -0
- 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 +5 -5
- 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/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +3 -2
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +130 -0
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +111 -0
- 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 +4 -4
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +5 -6
- 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 +3 -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/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- 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/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 +3 -2
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -3
- package/dist-types/commands/CreateVpcCommand.d.ts +15 -11
- 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/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +12 -0
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +92 -0
- package/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +94 -0
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +109 -0
- package/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +107 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.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 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
- package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +107 -0
- package/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +83 -0
- package/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +125 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.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/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +115 -0
- package/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +96 -0
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +3 -0
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.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/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -2
- 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 +4 -4
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
- 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/TerminateInstancesCommand.d.ts +13 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +4 -2
- package/dist-types/models/models_1.d.ts +1261 -1479
- package/dist-types/models/models_2.d.ts +5322 -5156
- package/dist-types/models/models_3.d.ts +3330 -3373
- package/dist-types/models/models_4.d.ts +758 -331
- package/dist-types/models/models_5.d.ts +472 -704
- package/dist-types/models/models_6.d.ts +3471 -3345
- package/dist-types/models/models_7.d.ts +4767 -4822
- package/dist-types/models/models_8.d.ts +1013 -7
- package/dist-types/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +7 -0
- package/dist-types/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +7 -0
- package/dist-types/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +7 -0
- package/dist-types/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_ec2.d.ts +99 -0
- package/dist-types/ts3.4/EC2.d.ts +225 -0
- package/dist-types/ts3.4/EC2Client.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateIpamPrefixListResolverCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.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 +1 -1
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +51 -0
- 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/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +140 -147
- package/dist-types/ts3.4/models/models_2.d.ts +164 -139
- package/dist-types/ts3.4/models/models_3.d.ts +155 -151
- package/dist-types/ts3.4/models/models_4.d.ts +149 -96
- package/dist-types/ts3.4/models/models_5.d.ts +124 -143
- package/dist-types/ts3.4/models/models_6.d.ts +135 -137
- package/dist-types/ts3.4/models/models_7.d.ts +216 -258
- package/dist-types/ts3.4/models/models_8.d.ts +254 -5
- package/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
- package/package.json +13 -13
|
@@ -1,8 +1,339 @@
|
|
|
1
|
-
import { ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair
|
|
2
|
-
import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType,
|
|
3
|
-
import { GroupIdentifier, InstanceIpv6Address, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint
|
|
1
|
+
import { ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair } from "./models_0";
|
|
2
|
+
import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, MacModificationTask, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy } from "./models_1";
|
|
3
|
+
import { GroupIdentifier, InstanceIpv6Address, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint } from "./models_2";
|
|
4
4
|
import { Byoasn, Filter, IdFormat } from "./models_3";
|
|
5
|
-
import {
|
|
5
|
+
import { AttachmentLimitType, AttributeBooleanValue, EbsOptimizedInfo, EbsOptimizedSupport, EventInformation, PermissionGroup, ProductCode, VirtualizationType } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
* @enum
|
|
9
|
+
*/
|
|
10
|
+
export declare const EbsEncryptionSupport: {
|
|
11
|
+
readonly supported: "supported";
|
|
12
|
+
readonly unsupported: "unsupported";
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export type EbsEncryptionSupport = (typeof EbsEncryptionSupport)[keyof typeof EbsEncryptionSupport];
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
* @enum
|
|
21
|
+
*/
|
|
22
|
+
export declare const EbsNvmeSupport: {
|
|
23
|
+
readonly REQUIRED: "required";
|
|
24
|
+
readonly SUPPORTED: "supported";
|
|
25
|
+
readonly UNSUPPORTED: "unsupported";
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
export type EbsNvmeSupport = (typeof EbsNvmeSupport)[keyof typeof EbsNvmeSupport];
|
|
31
|
+
/**
|
|
32
|
+
* <p>Describes the Amazon EBS features supported by the instance type.</p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
export interface EbsInfo {
|
|
36
|
+
/**
|
|
37
|
+
* <p>Indicates whether the instance type is Amazon EBS-optimized. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html">Amazon EBS-optimized
|
|
38
|
+
* instances</a> in <i>Amazon EC2 User Guide</i>.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
EbsOptimizedSupport?: EbsOptimizedSupport | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>Indicates whether Amazon EBS encryption is supported.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
EncryptionSupport?: EbsEncryptionSupport | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>Describes the optimized EBS performance for the instance type.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
EbsOptimizedInfo?: EbsOptimizedInfo | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>Indicates whether non-volatile memory express (NVMe) is supported.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
NvmeSupport?: EbsNvmeSupport | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* <p>Indicates the maximum number of Amazon EBS volumes that can be attached to
|
|
59
|
+
* the instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/volume_limits.html">Amazon EBS volume limits for
|
|
60
|
+
* Amazon EC2 instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
MaximumEbsAttachments?: number | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* <p>Indicates whether the instance type features a shared or dedicated Amazon EBS
|
|
66
|
+
* volume attachment limit. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/volume_limits.html">Amazon EBS volume limits for
|
|
67
|
+
* Amazon EC2 instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
AttachmentLimitType?: AttachmentLimitType | undefined;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* <p>Describes the memory for the FPGA accelerator for the instance type.</p>
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
export interface FpgaDeviceMemoryInfo {
|
|
77
|
+
/**
|
|
78
|
+
* <p>The size of the memory available to the FPGA accelerator, in MiB.</p>
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
SizeInMiB?: number | undefined;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* <p>Describes the FPGA accelerator for the instance type.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
export interface FpgaDeviceInfo {
|
|
88
|
+
/**
|
|
89
|
+
* <p>The name of the FPGA accelerator.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
Name?: string | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* <p>The manufacturer of the FPGA accelerator.</p>
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
Manufacturer?: string | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* <p>The count of FPGA accelerators for the instance type.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
Count?: number | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* <p>Describes the memory for the FPGA accelerator for the instance type.</p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
MemoryInfo?: FpgaDeviceMemoryInfo | undefined;
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* <p>Describes the FPGAs for the instance type.</p>
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
export interface FpgaInfo {
|
|
114
|
+
/**
|
|
115
|
+
* <p>Describes the FPGAs for the instance type.</p>
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
Fpgas?: FpgaDeviceInfo[] | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* <p>The total memory of all FPGA accelerators for the instance type.</p>
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
TotalFpgaMemoryInMiB?: number | undefined;
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* <p>Describes the memory available to the GPU accelerator.</p>
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
export interface GpuDeviceMemoryInfo {
|
|
130
|
+
/**
|
|
131
|
+
* <p>The size of the memory available to the GPU accelerator, in MiB.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
SizeInMiB?: number | undefined;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* <p>Describes the GPU accelerators for the instance type.</p>
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
export interface GpuDeviceInfo {
|
|
141
|
+
/**
|
|
142
|
+
* <p>The name of the GPU accelerator.</p>
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
Name?: string | undefined;
|
|
146
|
+
/**
|
|
147
|
+
* <p>The manufacturer of the GPU accelerator.</p>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
Manufacturer?: string | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* <p>The number of GPUs for the instance type.</p>
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
Count?: number | undefined;
|
|
156
|
+
/**
|
|
157
|
+
* <p>Describes the memory available to the GPU accelerator.</p>
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
160
|
+
MemoryInfo?: GpuDeviceMemoryInfo | undefined;
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* <p>Describes the GPU accelerators for the instance type.</p>
|
|
164
|
+
* @public
|
|
165
|
+
*/
|
|
166
|
+
export interface GpuInfo {
|
|
167
|
+
/**
|
|
168
|
+
* <p>Describes the GPU accelerators for the instance type.</p>
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
171
|
+
Gpus?: GpuDeviceInfo[] | undefined;
|
|
172
|
+
/**
|
|
173
|
+
* <p>The total size of the memory for the GPU accelerators for the instance type, in MiB.</p>
|
|
174
|
+
* @public
|
|
175
|
+
*/
|
|
176
|
+
TotalGpuMemoryInMiB?: number | undefined;
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* @public
|
|
180
|
+
* @enum
|
|
181
|
+
*/
|
|
182
|
+
export declare const InstanceTypeHypervisor: {
|
|
183
|
+
readonly NITRO: "nitro";
|
|
184
|
+
readonly XEN: "xen";
|
|
185
|
+
};
|
|
186
|
+
/**
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
189
|
+
export type InstanceTypeHypervisor = (typeof InstanceTypeHypervisor)[keyof typeof InstanceTypeHypervisor];
|
|
190
|
+
/**
|
|
191
|
+
* <note>
|
|
192
|
+
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
193
|
+
* </note>
|
|
194
|
+
* <p>Describes the memory available to the inference accelerator.</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
export interface InferenceDeviceMemoryInfo {
|
|
198
|
+
/**
|
|
199
|
+
* <p>The size of the memory available to the inference accelerator, in MiB.</p>
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
SizeInMiB?: number | undefined;
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* <note>
|
|
206
|
+
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
207
|
+
* </note>
|
|
208
|
+
* <p>Describes the Inference accelerators for the instance type.</p>
|
|
209
|
+
* @public
|
|
210
|
+
*/
|
|
211
|
+
export interface InferenceDeviceInfo {
|
|
212
|
+
/**
|
|
213
|
+
* <p>The number of Inference accelerators for the instance type.</p>
|
|
214
|
+
* @public
|
|
215
|
+
*/
|
|
216
|
+
Count?: number | undefined;
|
|
217
|
+
/**
|
|
218
|
+
* <p>The name of the Inference accelerator.</p>
|
|
219
|
+
* @public
|
|
220
|
+
*/
|
|
221
|
+
Name?: string | undefined;
|
|
222
|
+
/**
|
|
223
|
+
* <p>The manufacturer of the Inference accelerator.</p>
|
|
224
|
+
* @public
|
|
225
|
+
*/
|
|
226
|
+
Manufacturer?: string | undefined;
|
|
227
|
+
/**
|
|
228
|
+
* <p>Describes the memory available to the inference accelerator.</p>
|
|
229
|
+
* @public
|
|
230
|
+
*/
|
|
231
|
+
MemoryInfo?: InferenceDeviceMemoryInfo | undefined;
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* <note>
|
|
235
|
+
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
236
|
+
* </note>
|
|
237
|
+
* <p>Describes the Inference accelerators for the instance type.</p>
|
|
238
|
+
* @public
|
|
239
|
+
*/
|
|
240
|
+
export interface InferenceAcceleratorInfo {
|
|
241
|
+
/**
|
|
242
|
+
* <p>Describes the Inference accelerators for the instance type.</p>
|
|
243
|
+
* @public
|
|
244
|
+
*/
|
|
245
|
+
Accelerators?: InferenceDeviceInfo[] | undefined;
|
|
246
|
+
/**
|
|
247
|
+
* <p>The total size of the memory for the inference accelerators for the instance type, in
|
|
248
|
+
* MiB.</p>
|
|
249
|
+
* @public
|
|
250
|
+
*/
|
|
251
|
+
TotalInferenceMemoryInMiB?: number | undefined;
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* @public
|
|
255
|
+
* @enum
|
|
256
|
+
*/
|
|
257
|
+
export declare const DiskType: {
|
|
258
|
+
readonly hdd: "hdd";
|
|
259
|
+
readonly ssd: "ssd";
|
|
260
|
+
};
|
|
261
|
+
/**
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
export type DiskType = (typeof DiskType)[keyof typeof DiskType];
|
|
265
|
+
/**
|
|
266
|
+
* <p>Describes a disk.</p>
|
|
267
|
+
* @public
|
|
268
|
+
*/
|
|
269
|
+
export interface DiskInfo {
|
|
270
|
+
/**
|
|
271
|
+
* <p>The size of the disk in GB.</p>
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
274
|
+
SizeInGB?: number | undefined;
|
|
275
|
+
/**
|
|
276
|
+
* <p>The number of disks with this configuration.</p>
|
|
277
|
+
* @public
|
|
278
|
+
*/
|
|
279
|
+
Count?: number | undefined;
|
|
280
|
+
/**
|
|
281
|
+
* <p>The type of disk.</p>
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
Type?: DiskType | undefined;
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* @public
|
|
288
|
+
* @enum
|
|
289
|
+
*/
|
|
290
|
+
export declare const InstanceStorageEncryptionSupport: {
|
|
291
|
+
readonly required: "required";
|
|
292
|
+
readonly unsupported: "unsupported";
|
|
293
|
+
};
|
|
294
|
+
/**
|
|
295
|
+
* @public
|
|
296
|
+
*/
|
|
297
|
+
export type InstanceStorageEncryptionSupport = (typeof InstanceStorageEncryptionSupport)[keyof typeof InstanceStorageEncryptionSupport];
|
|
298
|
+
/**
|
|
299
|
+
* @public
|
|
300
|
+
* @enum
|
|
301
|
+
*/
|
|
302
|
+
export declare const EphemeralNvmeSupport: {
|
|
303
|
+
readonly REQUIRED: "required";
|
|
304
|
+
readonly SUPPORTED: "supported";
|
|
305
|
+
readonly UNSUPPORTED: "unsupported";
|
|
306
|
+
};
|
|
307
|
+
/**
|
|
308
|
+
* @public
|
|
309
|
+
*/
|
|
310
|
+
export type EphemeralNvmeSupport = (typeof EphemeralNvmeSupport)[keyof typeof EphemeralNvmeSupport];
|
|
311
|
+
/**
|
|
312
|
+
* <p>Describes the instance store features that are supported by the instance type.</p>
|
|
313
|
+
* @public
|
|
314
|
+
*/
|
|
315
|
+
export interface InstanceStorageInfo {
|
|
316
|
+
/**
|
|
317
|
+
* <p>The total size of the disks, in GB.</p>
|
|
318
|
+
* @public
|
|
319
|
+
*/
|
|
320
|
+
TotalSizeInGB?: number | undefined;
|
|
321
|
+
/**
|
|
322
|
+
* <p>Describes the disks that are available for the instance type.</p>
|
|
323
|
+
* @public
|
|
324
|
+
*/
|
|
325
|
+
Disks?: DiskInfo[] | undefined;
|
|
326
|
+
/**
|
|
327
|
+
* <p>Indicates whether non-volatile memory express (NVMe) is supported.</p>
|
|
328
|
+
* @public
|
|
329
|
+
*/
|
|
330
|
+
NvmeSupport?: EphemeralNvmeSupport | undefined;
|
|
331
|
+
/**
|
|
332
|
+
* <p>Indicates whether data is encrypted at rest.</p>
|
|
333
|
+
* @public
|
|
334
|
+
*/
|
|
335
|
+
EncryptionSupport?: InstanceStorageEncryptionSupport | undefined;
|
|
336
|
+
}
|
|
6
337
|
/**
|
|
7
338
|
* <p>Describes the memory available to the media accelerator.</p>
|
|
8
339
|
* @public
|
|
@@ -970,7 +1301,7 @@ export interface DescribeIpamPoolsResult {
|
|
|
970
1301
|
/**
|
|
971
1302
|
* @public
|
|
972
1303
|
*/
|
|
973
|
-
export interface
|
|
1304
|
+
export interface DescribeIpamPrefixListResolversRequest {
|
|
974
1305
|
/**
|
|
975
1306
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
976
1307
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -979,45 +1310,45 @@ export interface DescribeIpamResourceDiscoveriesRequest {
|
|
|
979
1310
|
*/
|
|
980
1311
|
DryRun?: boolean | undefined;
|
|
981
1312
|
/**
|
|
982
|
-
* <p>
|
|
1313
|
+
* <p>One or more filters to limit the results.</p>
|
|
983
1314
|
* @public
|
|
984
1315
|
*/
|
|
985
|
-
|
|
1316
|
+
Filters?: Filter[] | undefined;
|
|
986
1317
|
/**
|
|
987
|
-
* <p>
|
|
1318
|
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
988
1319
|
* @public
|
|
989
1320
|
*/
|
|
990
|
-
|
|
1321
|
+
MaxResults?: number | undefined;
|
|
991
1322
|
/**
|
|
992
|
-
* <p>The
|
|
1323
|
+
* <p>The token for the next page of results.</p>
|
|
993
1324
|
* @public
|
|
994
1325
|
*/
|
|
995
|
-
|
|
1326
|
+
NextToken?: string | undefined;
|
|
996
1327
|
/**
|
|
997
|
-
* <p>The
|
|
1328
|
+
* <p>The IDs of the IPAM prefix list resolvers to describe. If not specified, all resolvers in your account are described.</p>
|
|
998
1329
|
* @public
|
|
999
1330
|
*/
|
|
1000
|
-
|
|
1331
|
+
IpamPrefixListResolverIds?: string[] | undefined;
|
|
1001
1332
|
}
|
|
1002
1333
|
/**
|
|
1003
1334
|
* @public
|
|
1004
1335
|
*/
|
|
1005
|
-
export interface
|
|
1336
|
+
export interface DescribeIpamPrefixListResolversResult {
|
|
1006
1337
|
/**
|
|
1007
|
-
* <p>The
|
|
1338
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
1008
1339
|
* @public
|
|
1009
1340
|
*/
|
|
1010
|
-
|
|
1341
|
+
NextToken?: string | undefined;
|
|
1011
1342
|
/**
|
|
1012
|
-
* <p>
|
|
1343
|
+
* <p>Information about the IPAM prefix list resolvers.</p>
|
|
1013
1344
|
* @public
|
|
1014
1345
|
*/
|
|
1015
|
-
|
|
1346
|
+
IpamPrefixListResolvers?: IpamPrefixListResolver[] | undefined;
|
|
1016
1347
|
}
|
|
1017
1348
|
/**
|
|
1018
1349
|
* @public
|
|
1019
1350
|
*/
|
|
1020
|
-
export interface
|
|
1351
|
+
export interface DescribeIpamPrefixListResolverTargetsRequest {
|
|
1021
1352
|
/**
|
|
1022
1353
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
1023
1354
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -1026,20 +1357,119 @@ export interface DescribeIpamResourceDiscoveryAssociationsRequest {
|
|
|
1026
1357
|
*/
|
|
1027
1358
|
DryRun?: boolean | undefined;
|
|
1028
1359
|
/**
|
|
1029
|
-
* <p>
|
|
1360
|
+
* <p>One or more filters to limit the results.</p>
|
|
1030
1361
|
* @public
|
|
1031
1362
|
*/
|
|
1032
|
-
|
|
1363
|
+
Filters?: Filter[] | undefined;
|
|
1033
1364
|
/**
|
|
1034
|
-
* <p>
|
|
1365
|
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
1035
1366
|
* @public
|
|
1036
1367
|
*/
|
|
1037
|
-
|
|
1368
|
+
MaxResults?: number | undefined;
|
|
1038
1369
|
/**
|
|
1039
|
-
* <p>The
|
|
1370
|
+
* <p>The token for the next page of results.</p>
|
|
1040
1371
|
* @public
|
|
1041
1372
|
*/
|
|
1042
|
-
|
|
1373
|
+
NextToken?: string | undefined;
|
|
1374
|
+
/**
|
|
1375
|
+
* <p>The IDs of the IPAM prefix list resolver Targets to describe. If not specified, all targets in your account are described.</p>
|
|
1376
|
+
* @public
|
|
1377
|
+
*/
|
|
1378
|
+
IpamPrefixListResolverTargetIds?: string[] | undefined;
|
|
1379
|
+
/**
|
|
1380
|
+
* <p>The ID of the IPAM prefix list resolver to filter targets by. Only targets associated with this resolver will be returned.</p>
|
|
1381
|
+
* @public
|
|
1382
|
+
*/
|
|
1383
|
+
IpamPrefixListResolverId?: string | undefined;
|
|
1384
|
+
}
|
|
1385
|
+
/**
|
|
1386
|
+
* @public
|
|
1387
|
+
*/
|
|
1388
|
+
export interface DescribeIpamPrefixListResolverTargetsResult {
|
|
1389
|
+
/**
|
|
1390
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
1391
|
+
* @public
|
|
1392
|
+
*/
|
|
1393
|
+
NextToken?: string | undefined;
|
|
1394
|
+
/**
|
|
1395
|
+
* <p>Information about the IPAM prefix list resolver Targets.</p>
|
|
1396
|
+
* @public
|
|
1397
|
+
*/
|
|
1398
|
+
IpamPrefixListResolverTargets?: IpamPrefixListResolverTarget[] | undefined;
|
|
1399
|
+
}
|
|
1400
|
+
/**
|
|
1401
|
+
* @public
|
|
1402
|
+
*/
|
|
1403
|
+
export interface DescribeIpamResourceDiscoveriesRequest {
|
|
1404
|
+
/**
|
|
1405
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
1406
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1407
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1408
|
+
* @public
|
|
1409
|
+
*/
|
|
1410
|
+
DryRun?: boolean | undefined;
|
|
1411
|
+
/**
|
|
1412
|
+
* <p>The IPAM resource discovery IDs.</p>
|
|
1413
|
+
* @public
|
|
1414
|
+
*/
|
|
1415
|
+
IpamResourceDiscoveryIds?: string[] | undefined;
|
|
1416
|
+
/**
|
|
1417
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
1418
|
+
* @public
|
|
1419
|
+
*/
|
|
1420
|
+
NextToken?: string | undefined;
|
|
1421
|
+
/**
|
|
1422
|
+
* <p>The maximum number of resource discoveries to return in one page of results.</p>
|
|
1423
|
+
* @public
|
|
1424
|
+
*/
|
|
1425
|
+
MaxResults?: number | undefined;
|
|
1426
|
+
/**
|
|
1427
|
+
* <p>The resource discovery filters.</p>
|
|
1428
|
+
* @public
|
|
1429
|
+
*/
|
|
1430
|
+
Filters?: Filter[] | undefined;
|
|
1431
|
+
}
|
|
1432
|
+
/**
|
|
1433
|
+
* @public
|
|
1434
|
+
*/
|
|
1435
|
+
export interface DescribeIpamResourceDiscoveriesResult {
|
|
1436
|
+
/**
|
|
1437
|
+
* <p>The resource discoveries.</p>
|
|
1438
|
+
* @public
|
|
1439
|
+
*/
|
|
1440
|
+
IpamResourceDiscoveries?: IpamResourceDiscovery[] | undefined;
|
|
1441
|
+
/**
|
|
1442
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
1443
|
+
* @public
|
|
1444
|
+
*/
|
|
1445
|
+
NextToken?: string | undefined;
|
|
1446
|
+
}
|
|
1447
|
+
/**
|
|
1448
|
+
* @public
|
|
1449
|
+
*/
|
|
1450
|
+
export interface DescribeIpamResourceDiscoveryAssociationsRequest {
|
|
1451
|
+
/**
|
|
1452
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
1453
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1454
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1455
|
+
* @public
|
|
1456
|
+
*/
|
|
1457
|
+
DryRun?: boolean | undefined;
|
|
1458
|
+
/**
|
|
1459
|
+
* <p>The resource discovery association IDs.</p>
|
|
1460
|
+
* @public
|
|
1461
|
+
*/
|
|
1462
|
+
IpamResourceDiscoveryAssociationIds?: string[] | undefined;
|
|
1463
|
+
/**
|
|
1464
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
1465
|
+
* @public
|
|
1466
|
+
*/
|
|
1467
|
+
NextToken?: string | undefined;
|
|
1468
|
+
/**
|
|
1469
|
+
* <p>The maximum number of resource discovery associations to return in one page of results.</p>
|
|
1470
|
+
* @public
|
|
1471
|
+
*/
|
|
1472
|
+
MaxResults?: number | undefined;
|
|
1043
1473
|
/**
|
|
1044
1474
|
* <p>The resource discovery association filters.</p>
|
|
1045
1475
|
* @public
|
|
@@ -6204,27 +6634,15 @@ export interface DescribeSecurityGroupVpcAssociationsRequest {
|
|
|
6204
6634
|
* </li>
|
|
6205
6635
|
* <li>
|
|
6206
6636
|
* <p>
|
|
6207
|
-
* <code>vpc-id</code>: The ID of the associated VPC.</p>
|
|
6208
|
-
* </li>
|
|
6209
|
-
* <li>
|
|
6210
|
-
* <p>
|
|
6211
|
-
* <code>vpc-owner-id</code>: The account ID of the VPC owner.</p>
|
|
6212
|
-
* </li>
|
|
6213
|
-
* <li>
|
|
6214
|
-
* <p>
|
|
6215
6637
|
* <code>state</code>: The state of the association.</p>
|
|
6216
6638
|
* </li>
|
|
6217
6639
|
* <li>
|
|
6218
6640
|
* <p>
|
|
6219
|
-
* <code>
|
|
6220
|
-
* the tag key in the filter name and the tag value as the filter value. For
|
|
6221
|
-
* example, to find all resources that have a tag with the key <code>Owner</code>
|
|
6222
|
-
* and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter
|
|
6223
|
-
* name and <code>TeamA</code> for the filter value.</p>
|
|
6641
|
+
* <code>vpc-id</code>: The ID of the associated VPC.</p>
|
|
6224
6642
|
* </li>
|
|
6225
6643
|
* <li>
|
|
6226
6644
|
* <p>
|
|
6227
|
-
* <code>
|
|
6645
|
+
* <code>vpc-owner-id</code>: The account ID of the VPC owner.</p>
|
|
6228
6646
|
* </li>
|
|
6229
6647
|
* </ul>
|
|
6230
6648
|
* @public
|
|
@@ -10421,684 +10839,34 @@ export interface DescribeVerifiedAccessEndpointsResult {
|
|
|
10421
10839
|
NextToken?: string | undefined;
|
|
10422
10840
|
}
|
|
10423
10841
|
/**
|
|
10424
|
-
* @
|
|
10425
|
-
*/
|
|
10426
|
-
export interface DescribeVerifiedAccessGroupsRequest {
|
|
10427
|
-
/**
|
|
10428
|
-
* <p>The ID of the Verified Access groups.</p>
|
|
10429
|
-
* @public
|
|
10430
|
-
*/
|
|
10431
|
-
VerifiedAccessGroupIds?: string[] | undefined;
|
|
10432
|
-
/**
|
|
10433
|
-
* <p>The ID of the Verified Access instance.</p>
|
|
10434
|
-
* @public
|
|
10435
|
-
*/
|
|
10436
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
10437
|
-
/**
|
|
10438
|
-
* <p>The maximum number of results to return with a single call.
|
|
10439
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
10440
|
-
* @public
|
|
10441
|
-
*/
|
|
10442
|
-
MaxResults?: number | undefined;
|
|
10443
|
-
/**
|
|
10444
|
-
* <p>The token for the next page of results.</p>
|
|
10445
|
-
* @public
|
|
10446
|
-
*/
|
|
10447
|
-
NextToken?: string | undefined;
|
|
10448
|
-
/**
|
|
10449
|
-
* <p>One or more filters. Filter names and values are case-sensitive.</p>
|
|
10450
|
-
* @public
|
|
10451
|
-
*/
|
|
10452
|
-
Filters?: Filter[] | undefined;
|
|
10453
|
-
/**
|
|
10454
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10455
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10456
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10457
|
-
* @public
|
|
10458
|
-
*/
|
|
10459
|
-
DryRun?: boolean | undefined;
|
|
10460
|
-
}
|
|
10461
|
-
/**
|
|
10462
|
-
* @public
|
|
10463
|
-
*/
|
|
10464
|
-
export interface DescribeVerifiedAccessGroupsResult {
|
|
10465
|
-
/**
|
|
10466
|
-
* <p>Details about the Verified Access groups.</p>
|
|
10467
|
-
* @public
|
|
10468
|
-
*/
|
|
10469
|
-
VerifiedAccessGroups?: VerifiedAccessGroup[] | undefined;
|
|
10470
|
-
/**
|
|
10471
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
10472
|
-
* @public
|
|
10473
|
-
*/
|
|
10474
|
-
NextToken?: string | undefined;
|
|
10475
|
-
}
|
|
10476
|
-
/**
|
|
10477
|
-
* @public
|
|
10842
|
+
* @internal
|
|
10478
10843
|
*/
|
|
10479
|
-
export
|
|
10480
|
-
/**
|
|
10481
|
-
* <p>The IDs of the Verified Access instances.</p>
|
|
10482
|
-
* @public
|
|
10483
|
-
*/
|
|
10484
|
-
VerifiedAccessInstanceIds?: string[] | undefined;
|
|
10485
|
-
/**
|
|
10486
|
-
* <p>The maximum number of results to return with a single call.
|
|
10487
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
10488
|
-
* @public
|
|
10489
|
-
*/
|
|
10490
|
-
MaxResults?: number | undefined;
|
|
10491
|
-
/**
|
|
10492
|
-
* <p>The token for the next page of results.</p>
|
|
10493
|
-
* @public
|
|
10494
|
-
*/
|
|
10495
|
-
NextToken?: string | undefined;
|
|
10496
|
-
/**
|
|
10497
|
-
* <p>One or more filters. Filter names and values are case-sensitive.</p>
|
|
10498
|
-
* @public
|
|
10499
|
-
*/
|
|
10500
|
-
Filters?: Filter[] | undefined;
|
|
10501
|
-
/**
|
|
10502
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10503
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10504
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10505
|
-
* @public
|
|
10506
|
-
*/
|
|
10507
|
-
DryRun?: boolean | undefined;
|
|
10508
|
-
}
|
|
10844
|
+
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (obj: DescribeLaunchTemplateVersionsResult) => any;
|
|
10509
10845
|
/**
|
|
10510
|
-
* @
|
|
10511
|
-
* @enum
|
|
10846
|
+
* @internal
|
|
10512
10847
|
*/
|
|
10513
|
-
export declare const
|
|
10514
|
-
readonly FAILED: "failed";
|
|
10515
|
-
readonly SUCCESS: "success";
|
|
10516
|
-
};
|
|
10848
|
+
export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (obj: SpotFleetLaunchSpecification) => any;
|
|
10517
10849
|
/**
|
|
10518
|
-
* @
|
|
10850
|
+
* @internal
|
|
10519
10851
|
*/
|
|
10520
|
-
export
|
|
10852
|
+
export declare const SpotFleetRequestConfigDataFilterSensitiveLog: (obj: SpotFleetRequestConfigData) => any;
|
|
10521
10853
|
/**
|
|
10522
|
-
*
|
|
10523
|
-
* @public
|
|
10854
|
+
* @internal
|
|
10524
10855
|
*/
|
|
10525
|
-
export
|
|
10526
|
-
/**
|
|
10527
|
-
* <p>The status code.</p>
|
|
10528
|
-
* @public
|
|
10529
|
-
*/
|
|
10530
|
-
Code?: VerifiedAccessLogDeliveryStatusCode | undefined;
|
|
10531
|
-
/**
|
|
10532
|
-
* <p>The status message.</p>
|
|
10533
|
-
* @public
|
|
10534
|
-
*/
|
|
10535
|
-
Message?: string | undefined;
|
|
10536
|
-
}
|
|
10856
|
+
export declare const SpotFleetRequestConfigFilterSensitiveLog: (obj: SpotFleetRequestConfig) => any;
|
|
10537
10857
|
/**
|
|
10538
|
-
*
|
|
10539
|
-
* @public
|
|
10858
|
+
* @internal
|
|
10540
10859
|
*/
|
|
10541
|
-
export
|
|
10542
|
-
/**
|
|
10543
|
-
* <p>Indicates whether logging is enabled.</p>
|
|
10544
|
-
* @public
|
|
10545
|
-
*/
|
|
10546
|
-
Enabled?: boolean | undefined;
|
|
10547
|
-
/**
|
|
10548
|
-
* <p>The delivery status for access logs.</p>
|
|
10549
|
-
* @public
|
|
10550
|
-
*/
|
|
10551
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
10552
|
-
/**
|
|
10553
|
-
* <p>The ID of the CloudWatch Logs log group.</p>
|
|
10554
|
-
* @public
|
|
10555
|
-
*/
|
|
10556
|
-
LogGroup?: string | undefined;
|
|
10557
|
-
}
|
|
10860
|
+
export declare const DescribeSpotFleetRequestsResponseFilterSensitiveLog: (obj: DescribeSpotFleetRequestsResponse) => any;
|
|
10558
10861
|
/**
|
|
10559
|
-
*
|
|
10560
|
-
* @public
|
|
10862
|
+
* @internal
|
|
10561
10863
|
*/
|
|
10562
|
-
export
|
|
10563
|
-
/**
|
|
10564
|
-
* <p>Indicates whether logging is enabled.</p>
|
|
10565
|
-
* @public
|
|
10566
|
-
*/
|
|
10567
|
-
Enabled?: boolean | undefined;
|
|
10568
|
-
/**
|
|
10569
|
-
* <p>The delivery status.</p>
|
|
10570
|
-
* @public
|
|
10571
|
-
*/
|
|
10572
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
10573
|
-
/**
|
|
10574
|
-
* <p>The ID of the delivery stream.</p>
|
|
10575
|
-
* @public
|
|
10576
|
-
*/
|
|
10577
|
-
DeliveryStream?: string | undefined;
|
|
10578
|
-
}
|
|
10864
|
+
export declare const LaunchSpecificationFilterSensitiveLog: (obj: LaunchSpecification) => any;
|
|
10579
10865
|
/**
|
|
10580
|
-
*
|
|
10581
|
-
* @public
|
|
10866
|
+
* @internal
|
|
10582
10867
|
*/
|
|
10583
|
-
export
|
|
10584
|
-
/**
|
|
10585
|
-
* <p>Indicates whether logging is enabled.</p>
|
|
10586
|
-
* @public
|
|
10587
|
-
*/
|
|
10588
|
-
Enabled?: boolean | undefined;
|
|
10589
|
-
/**
|
|
10590
|
-
* <p>The delivery status.</p>
|
|
10591
|
-
* @public
|
|
10592
|
-
*/
|
|
10593
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
10594
|
-
/**
|
|
10595
|
-
* <p>The bucket name.</p>
|
|
10596
|
-
* @public
|
|
10597
|
-
*/
|
|
10598
|
-
BucketName?: string | undefined;
|
|
10599
|
-
/**
|
|
10600
|
-
* <p>The bucket prefix.</p>
|
|
10601
|
-
* @public
|
|
10602
|
-
*/
|
|
10603
|
-
Prefix?: string | undefined;
|
|
10604
|
-
/**
|
|
10605
|
-
* <p>The Amazon Web Services account number that owns the bucket.</p>
|
|
10606
|
-
* @public
|
|
10607
|
-
*/
|
|
10608
|
-
BucketOwner?: string | undefined;
|
|
10609
|
-
}
|
|
10868
|
+
export declare const SpotInstanceRequestFilterSensitiveLog: (obj: SpotInstanceRequest) => any;
|
|
10610
10869
|
/**
|
|
10611
|
-
*
|
|
10612
|
-
* @public
|
|
10613
|
-
*/
|
|
10614
|
-
export interface VerifiedAccessLogs {
|
|
10615
|
-
/**
|
|
10616
|
-
* <p>Amazon S3 logging options.</p>
|
|
10617
|
-
* @public
|
|
10618
|
-
*/
|
|
10619
|
-
S3?: VerifiedAccessLogS3Destination | undefined;
|
|
10620
|
-
/**
|
|
10621
|
-
* <p>CloudWatch Logs logging destination.</p>
|
|
10622
|
-
* @public
|
|
10623
|
-
*/
|
|
10624
|
-
CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestination | undefined;
|
|
10625
|
-
/**
|
|
10626
|
-
* <p>Kinesis logging destination.</p>
|
|
10627
|
-
* @public
|
|
10628
|
-
*/
|
|
10629
|
-
KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestination | undefined;
|
|
10630
|
-
/**
|
|
10631
|
-
* <p>The log version.</p>
|
|
10632
|
-
* @public
|
|
10633
|
-
*/
|
|
10634
|
-
LogVersion?: string | undefined;
|
|
10635
|
-
/**
|
|
10636
|
-
* <p>Indicates whether trust data is included in the logs.</p>
|
|
10637
|
-
* @public
|
|
10638
|
-
*/
|
|
10639
|
-
IncludeTrustContext?: boolean | undefined;
|
|
10640
|
-
}
|
|
10641
|
-
/**
|
|
10642
|
-
* <p>Describes logging options for an Amazon Web Services Verified Access instance.</p>
|
|
10643
|
-
* @public
|
|
10644
|
-
*/
|
|
10645
|
-
export interface VerifiedAccessInstanceLoggingConfiguration {
|
|
10646
|
-
/**
|
|
10647
|
-
* <p>The ID of the Amazon Web Services Verified Access instance.</p>
|
|
10648
|
-
* @public
|
|
10649
|
-
*/
|
|
10650
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
10651
|
-
/**
|
|
10652
|
-
* <p>Details about the logging options.</p>
|
|
10653
|
-
* @public
|
|
10654
|
-
*/
|
|
10655
|
-
AccessLogs?: VerifiedAccessLogs | undefined;
|
|
10656
|
-
}
|
|
10657
|
-
/**
|
|
10658
|
-
* @public
|
|
10659
|
-
*/
|
|
10660
|
-
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
|
|
10661
|
-
/**
|
|
10662
|
-
* <p>The logging configuration for the Verified Access instances.</p>
|
|
10663
|
-
* @public
|
|
10664
|
-
*/
|
|
10665
|
-
LoggingConfigurations?: VerifiedAccessInstanceLoggingConfiguration[] | undefined;
|
|
10666
|
-
/**
|
|
10667
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
10668
|
-
* @public
|
|
10669
|
-
*/
|
|
10670
|
-
NextToken?: string | undefined;
|
|
10671
|
-
}
|
|
10672
|
-
/**
|
|
10673
|
-
* @public
|
|
10674
|
-
*/
|
|
10675
|
-
export interface DescribeVerifiedAccessInstancesRequest {
|
|
10676
|
-
/**
|
|
10677
|
-
* <p>The IDs of the Verified Access instances.</p>
|
|
10678
|
-
* @public
|
|
10679
|
-
*/
|
|
10680
|
-
VerifiedAccessInstanceIds?: string[] | undefined;
|
|
10681
|
-
/**
|
|
10682
|
-
* <p>The maximum number of results to return with a single call.
|
|
10683
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
10684
|
-
* @public
|
|
10685
|
-
*/
|
|
10686
|
-
MaxResults?: number | undefined;
|
|
10687
|
-
/**
|
|
10688
|
-
* <p>The token for the next page of results.</p>
|
|
10689
|
-
* @public
|
|
10690
|
-
*/
|
|
10691
|
-
NextToken?: string | undefined;
|
|
10692
|
-
/**
|
|
10693
|
-
* <p>One or more filters. Filter names and values are case-sensitive.</p>
|
|
10694
|
-
* @public
|
|
10695
|
-
*/
|
|
10696
|
-
Filters?: Filter[] | undefined;
|
|
10697
|
-
/**
|
|
10698
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10699
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10700
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10701
|
-
* @public
|
|
10702
|
-
*/
|
|
10703
|
-
DryRun?: boolean | undefined;
|
|
10704
|
-
}
|
|
10705
|
-
/**
|
|
10706
|
-
* @public
|
|
10707
|
-
*/
|
|
10708
|
-
export interface DescribeVerifiedAccessInstancesResult {
|
|
10709
|
-
/**
|
|
10710
|
-
* <p>Details about the Verified Access instances.</p>
|
|
10711
|
-
* @public
|
|
10712
|
-
*/
|
|
10713
|
-
VerifiedAccessInstances?: VerifiedAccessInstance[] | undefined;
|
|
10714
|
-
/**
|
|
10715
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
10716
|
-
* @public
|
|
10717
|
-
*/
|
|
10718
|
-
NextToken?: string | undefined;
|
|
10719
|
-
}
|
|
10720
|
-
/**
|
|
10721
|
-
* @public
|
|
10722
|
-
*/
|
|
10723
|
-
export interface DescribeVerifiedAccessTrustProvidersRequest {
|
|
10724
|
-
/**
|
|
10725
|
-
* <p>The IDs of the Verified Access trust providers.</p>
|
|
10726
|
-
* @public
|
|
10727
|
-
*/
|
|
10728
|
-
VerifiedAccessTrustProviderIds?: string[] | undefined;
|
|
10729
|
-
/**
|
|
10730
|
-
* <p>The maximum number of results to return with a single call.
|
|
10731
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
10732
|
-
* @public
|
|
10733
|
-
*/
|
|
10734
|
-
MaxResults?: number | undefined;
|
|
10735
|
-
/**
|
|
10736
|
-
* <p>The token for the next page of results.</p>
|
|
10737
|
-
* @public
|
|
10738
|
-
*/
|
|
10739
|
-
NextToken?: string | undefined;
|
|
10740
|
-
/**
|
|
10741
|
-
* <p>One or more filters. Filter names and values are case-sensitive.</p>
|
|
10742
|
-
* @public
|
|
10743
|
-
*/
|
|
10744
|
-
Filters?: Filter[] | undefined;
|
|
10745
|
-
/**
|
|
10746
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10747
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10748
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10749
|
-
* @public
|
|
10750
|
-
*/
|
|
10751
|
-
DryRun?: boolean | undefined;
|
|
10752
|
-
}
|
|
10753
|
-
/**
|
|
10754
|
-
* @public
|
|
10755
|
-
*/
|
|
10756
|
-
export interface DescribeVerifiedAccessTrustProvidersResult {
|
|
10757
|
-
/**
|
|
10758
|
-
* <p>Details about the Verified Access trust providers.</p>
|
|
10759
|
-
* @public
|
|
10760
|
-
*/
|
|
10761
|
-
VerifiedAccessTrustProviders?: VerifiedAccessTrustProvider[] | undefined;
|
|
10762
|
-
/**
|
|
10763
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
10764
|
-
* @public
|
|
10765
|
-
*/
|
|
10766
|
-
NextToken?: string | undefined;
|
|
10767
|
-
}
|
|
10768
|
-
/**
|
|
10769
|
-
* @public
|
|
10770
|
-
* @enum
|
|
10771
|
-
*/
|
|
10772
|
-
export declare const VolumeAttributeName: {
|
|
10773
|
-
readonly autoEnableIO: "autoEnableIO";
|
|
10774
|
-
readonly productCodes: "productCodes";
|
|
10775
|
-
};
|
|
10776
|
-
/**
|
|
10777
|
-
* @public
|
|
10778
|
-
*/
|
|
10779
|
-
export type VolumeAttributeName = (typeof VolumeAttributeName)[keyof typeof VolumeAttributeName];
|
|
10780
|
-
/**
|
|
10781
|
-
* @public
|
|
10782
|
-
*/
|
|
10783
|
-
export interface DescribeVolumeAttributeRequest {
|
|
10784
|
-
/**
|
|
10785
|
-
* <p>The attribute of the volume. This parameter is required.</p>
|
|
10786
|
-
* @public
|
|
10787
|
-
*/
|
|
10788
|
-
Attribute: VolumeAttributeName | undefined;
|
|
10789
|
-
/**
|
|
10790
|
-
* <p>The ID of the volume.</p>
|
|
10791
|
-
* @public
|
|
10792
|
-
*/
|
|
10793
|
-
VolumeId: string | undefined;
|
|
10794
|
-
/**
|
|
10795
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10796
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10797
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10798
|
-
* @public
|
|
10799
|
-
*/
|
|
10800
|
-
DryRun?: boolean | undefined;
|
|
10801
|
-
}
|
|
10802
|
-
/**
|
|
10803
|
-
* @public
|
|
10804
|
-
*/
|
|
10805
|
-
export interface DescribeVolumeAttributeResult {
|
|
10806
|
-
/**
|
|
10807
|
-
* <p>The state of <code>autoEnableIO</code> attribute.</p>
|
|
10808
|
-
* @public
|
|
10809
|
-
*/
|
|
10810
|
-
AutoEnableIO?: AttributeBooleanValue | undefined;
|
|
10811
|
-
/**
|
|
10812
|
-
* <p>A list of product codes.</p>
|
|
10813
|
-
* @public
|
|
10814
|
-
*/
|
|
10815
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
10816
|
-
/**
|
|
10817
|
-
* <p>The ID of the volume.</p>
|
|
10818
|
-
* @public
|
|
10819
|
-
*/
|
|
10820
|
-
VolumeId?: string | undefined;
|
|
10821
|
-
}
|
|
10822
|
-
/**
|
|
10823
|
-
* @public
|
|
10824
|
-
*/
|
|
10825
|
-
export interface DescribeVolumesRequest {
|
|
10826
|
-
/**
|
|
10827
|
-
* <p>The volume IDs. If not specified, then all volumes are included in the response.</p>
|
|
10828
|
-
* @public
|
|
10829
|
-
*/
|
|
10830
|
-
VolumeIds?: string[] | undefined;
|
|
10831
|
-
/**
|
|
10832
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10833
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10834
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10835
|
-
* @public
|
|
10836
|
-
*/
|
|
10837
|
-
DryRun?: boolean | undefined;
|
|
10838
|
-
/**
|
|
10839
|
-
* <p>The filters.</p>
|
|
10840
|
-
* <ul>
|
|
10841
|
-
* <li>
|
|
10842
|
-
* <p>
|
|
10843
|
-
* <code>attachment.attach-time</code> - The time stamp when the attachment
|
|
10844
|
-
* initiated.</p>
|
|
10845
|
-
* </li>
|
|
10846
|
-
* <li>
|
|
10847
|
-
* <p>
|
|
10848
|
-
* <code>attachment.delete-on-termination</code> - Whether the volume is deleted on
|
|
10849
|
-
* instance termination.</p>
|
|
10850
|
-
* </li>
|
|
10851
|
-
* <li>
|
|
10852
|
-
* <p>
|
|
10853
|
-
* <code>attachment.device</code> - The device name specified in the block device mapping
|
|
10854
|
-
* (for example, <code>/dev/sda1</code>).</p>
|
|
10855
|
-
* </li>
|
|
10856
|
-
* <li>
|
|
10857
|
-
* <p>
|
|
10858
|
-
* <code>attachment.instance-id</code> - The ID of the instance the volume is attached
|
|
10859
|
-
* to.</p>
|
|
10860
|
-
* </li>
|
|
10861
|
-
* <li>
|
|
10862
|
-
* <p>
|
|
10863
|
-
* <code>attachment.status</code> - The attachment state (<code>attaching</code> |
|
|
10864
|
-
* <code>attached</code> | <code>detaching</code>).</p>
|
|
10865
|
-
* </li>
|
|
10866
|
-
* <li>
|
|
10867
|
-
* <p>
|
|
10868
|
-
* <code>availability-zone</code> - The Availability Zone in which the volume was
|
|
10869
|
-
* created.</p>
|
|
10870
|
-
* </li>
|
|
10871
|
-
* <li>
|
|
10872
|
-
* <p>
|
|
10873
|
-
* <code>availability-zone-id</code> - The ID of the Availability Zone in which the
|
|
10874
|
-
* volume was created.</p>
|
|
10875
|
-
* </li>
|
|
10876
|
-
* <li>
|
|
10877
|
-
* <p>
|
|
10878
|
-
* <code>create-time</code> - The time stamp when the volume was created.</p>
|
|
10879
|
-
* </li>
|
|
10880
|
-
* <li>
|
|
10881
|
-
* <p>
|
|
10882
|
-
* <code>encrypted</code> - Indicates whether the volume is encrypted (<code>true</code>
|
|
10883
|
-
* | <code>false</code>)</p>
|
|
10884
|
-
* </li>
|
|
10885
|
-
* <li>
|
|
10886
|
-
* <p>
|
|
10887
|
-
* <code>fast-restored</code> - Indicates whether the volume was created from a
|
|
10888
|
-
* snapshot that is enabled for fast snapshot restore (<code>true</code> |
|
|
10889
|
-
* <code>false</code>).</p>
|
|
10890
|
-
* </li>
|
|
10891
|
-
* <li>
|
|
10892
|
-
* <p>
|
|
10893
|
-
* <code>multi-attach-enabled</code> - Indicates whether the volume is enabled for Multi-Attach (<code>true</code>
|
|
10894
|
-
* | <code>false</code>)</p>
|
|
10895
|
-
* </li>
|
|
10896
|
-
* <li>
|
|
10897
|
-
* <p>
|
|
10898
|
-
* <code>operator.managed</code> - A Boolean that indicates whether this is a managed
|
|
10899
|
-
* volume.</p>
|
|
10900
|
-
* </li>
|
|
10901
|
-
* <li>
|
|
10902
|
-
* <p>
|
|
10903
|
-
* <code>operator.principal</code> - The principal that manages the volume. Only valid
|
|
10904
|
-
* for managed volumes, where <code>managed</code> is <code>true</code>.</p>
|
|
10905
|
-
* </li>
|
|
10906
|
-
* <li>
|
|
10907
|
-
* <p>
|
|
10908
|
-
* <code>size</code> - The size of the volume, in GiB.</p>
|
|
10909
|
-
* </li>
|
|
10910
|
-
* <li>
|
|
10911
|
-
* <p>
|
|
10912
|
-
* <code>snapshot-id</code> - The snapshot from which the volume was created.</p>
|
|
10913
|
-
* </li>
|
|
10914
|
-
* <li>
|
|
10915
|
-
* <p>
|
|
10916
|
-
* <code>status</code> - The state of the volume (<code>creating</code> |
|
|
10917
|
-
* <code>available</code> | <code>in-use</code> | <code>deleting</code> |
|
|
10918
|
-
* <code>deleted</code> | <code>error</code>).</p>
|
|
10919
|
-
* </li>
|
|
10920
|
-
* <li>
|
|
10921
|
-
* <p>
|
|
10922
|
-
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
10923
|
-
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
10924
|
-
* </li>
|
|
10925
|
-
* <li>
|
|
10926
|
-
* <p>
|
|
10927
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
10928
|
-
* </li>
|
|
10929
|
-
* <li>
|
|
10930
|
-
* <p>
|
|
10931
|
-
* <code>volume-id</code> - The volume ID.</p>
|
|
10932
|
-
* </li>
|
|
10933
|
-
* <li>
|
|
10934
|
-
* <p>
|
|
10935
|
-
* <code>volume-type</code> - The Amazon EBS volume type (<code>gp2</code> | <code>gp3</code> | <code>io1</code> | <code>io2</code> |
|
|
10936
|
-
* <code>st1</code> | <code>sc1</code>| <code>standard</code>)</p>
|
|
10937
|
-
* </li>
|
|
10938
|
-
* </ul>
|
|
10939
|
-
* @public
|
|
10940
|
-
*/
|
|
10941
|
-
Filters?: Filter[] | undefined;
|
|
10942
|
-
/**
|
|
10943
|
-
* <p>The token returned from a previous paginated request.
|
|
10944
|
-
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
10945
|
-
* @public
|
|
10946
|
-
*/
|
|
10947
|
-
NextToken?: string | undefined;
|
|
10948
|
-
/**
|
|
10949
|
-
* <p>The maximum number of items to return for this request.
|
|
10950
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
10951
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10952
|
-
* @public
|
|
10953
|
-
*/
|
|
10954
|
-
MaxResults?: number | undefined;
|
|
10955
|
-
}
|
|
10956
|
-
/**
|
|
10957
|
-
* @public
|
|
10958
|
-
*/
|
|
10959
|
-
export interface DescribeVolumesResult {
|
|
10960
|
-
/**
|
|
10961
|
-
* <p>The token to include in another request to get the next page of items.
|
|
10962
|
-
* This value is <code>null</code> when there are no more items to return.</p>
|
|
10963
|
-
* @public
|
|
10964
|
-
*/
|
|
10965
|
-
NextToken?: string | undefined;
|
|
10966
|
-
/**
|
|
10967
|
-
* <p>Information about the volumes.</p>
|
|
10968
|
-
* @public
|
|
10969
|
-
*/
|
|
10970
|
-
Volumes?: Volume[] | undefined;
|
|
10971
|
-
}
|
|
10972
|
-
/**
|
|
10973
|
-
* @public
|
|
10974
|
-
*/
|
|
10975
|
-
export interface DescribeVolumesModificationsRequest {
|
|
10976
|
-
/**
|
|
10977
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10978
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10979
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10980
|
-
* @public
|
|
10981
|
-
*/
|
|
10982
|
-
DryRun?: boolean | undefined;
|
|
10983
|
-
/**
|
|
10984
|
-
* <p>The IDs of the volumes.</p>
|
|
10985
|
-
* @public
|
|
10986
|
-
*/
|
|
10987
|
-
VolumeIds?: string[] | undefined;
|
|
10988
|
-
/**
|
|
10989
|
-
* <p>The filters.</p>
|
|
10990
|
-
* <ul>
|
|
10991
|
-
* <li>
|
|
10992
|
-
* <p>
|
|
10993
|
-
* <code>modification-state</code> - The current modification state (modifying |
|
|
10994
|
-
* optimizing | completed | failed).</p>
|
|
10995
|
-
* </li>
|
|
10996
|
-
* <li>
|
|
10997
|
-
* <p>
|
|
10998
|
-
* <code>original-iops</code> - The original IOPS rate of the volume.</p>
|
|
10999
|
-
* </li>
|
|
11000
|
-
* <li>
|
|
11001
|
-
* <p>
|
|
11002
|
-
* <code>original-size</code> - The original size of the volume, in GiB.</p>
|
|
11003
|
-
* </li>
|
|
11004
|
-
* <li>
|
|
11005
|
-
* <p>
|
|
11006
|
-
* <code>original-volume-type</code> - The original volume type of the volume (standard |
|
|
11007
|
-
* io1 | io2 | gp2 | sc1 | st1).</p>
|
|
11008
|
-
* </li>
|
|
11009
|
-
* <li>
|
|
11010
|
-
* <p>
|
|
11011
|
-
* <code>originalMultiAttachEnabled</code> - Indicates whether Multi-Attach support was enabled (true | false).</p>
|
|
11012
|
-
* </li>
|
|
11013
|
-
* <li>
|
|
11014
|
-
* <p>
|
|
11015
|
-
* <code>start-time</code> - The modification start time.</p>
|
|
11016
|
-
* </li>
|
|
11017
|
-
* <li>
|
|
11018
|
-
* <p>
|
|
11019
|
-
* <code>target-iops</code> - The target IOPS rate of the volume.</p>
|
|
11020
|
-
* </li>
|
|
11021
|
-
* <li>
|
|
11022
|
-
* <p>
|
|
11023
|
-
* <code>target-size</code> - The target size of the volume, in GiB.</p>
|
|
11024
|
-
* </li>
|
|
11025
|
-
* <li>
|
|
11026
|
-
* <p>
|
|
11027
|
-
* <code>target-volume-type</code> - The target volume type of the volume (standard |
|
|
11028
|
-
* io1 | io2 | gp2 | sc1 | st1).</p>
|
|
11029
|
-
* </li>
|
|
11030
|
-
* <li>
|
|
11031
|
-
* <p>
|
|
11032
|
-
* <code>targetMultiAttachEnabled</code> - Indicates whether Multi-Attach support is to be enabled (true | false).</p>
|
|
11033
|
-
* </li>
|
|
11034
|
-
* <li>
|
|
11035
|
-
* <p>
|
|
11036
|
-
* <code>volume-id</code> - The ID of the volume.</p>
|
|
11037
|
-
* </li>
|
|
11038
|
-
* </ul>
|
|
11039
|
-
* @public
|
|
11040
|
-
*/
|
|
11041
|
-
Filters?: Filter[] | undefined;
|
|
11042
|
-
/**
|
|
11043
|
-
* <p>The token returned from a previous paginated request.
|
|
11044
|
-
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
11045
|
-
* @public
|
|
11046
|
-
*/
|
|
11047
|
-
NextToken?: string | undefined;
|
|
11048
|
-
/**
|
|
11049
|
-
* <p>The maximum number of results (up to a limit of 500) to be returned in a paginated
|
|
11050
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
11051
|
-
* @public
|
|
11052
|
-
*/
|
|
11053
|
-
MaxResults?: number | undefined;
|
|
11054
|
-
}
|
|
11055
|
-
/**
|
|
11056
|
-
* @public
|
|
11057
|
-
* @enum
|
|
11058
|
-
*/
|
|
11059
|
-
export declare const VolumeModificationState: {
|
|
11060
|
-
readonly completed: "completed";
|
|
11061
|
-
readonly failed: "failed";
|
|
11062
|
-
readonly modifying: "modifying";
|
|
11063
|
-
readonly optimizing: "optimizing";
|
|
11064
|
-
};
|
|
11065
|
-
/**
|
|
11066
|
-
* @public
|
|
11067
|
-
*/
|
|
11068
|
-
export type VolumeModificationState = (typeof VolumeModificationState)[keyof typeof VolumeModificationState];
|
|
11069
|
-
/**
|
|
11070
|
-
* @internal
|
|
11071
|
-
*/
|
|
11072
|
-
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (obj: DescribeLaunchTemplateVersionsResult) => any;
|
|
11073
|
-
/**
|
|
11074
|
-
* @internal
|
|
11075
|
-
*/
|
|
11076
|
-
export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (obj: SpotFleetLaunchSpecification) => any;
|
|
11077
|
-
/**
|
|
11078
|
-
* @internal
|
|
11079
|
-
*/
|
|
11080
|
-
export declare const SpotFleetRequestConfigDataFilterSensitiveLog: (obj: SpotFleetRequestConfigData) => any;
|
|
11081
|
-
/**
|
|
11082
|
-
* @internal
|
|
11083
|
-
*/
|
|
11084
|
-
export declare const SpotFleetRequestConfigFilterSensitiveLog: (obj: SpotFleetRequestConfig) => any;
|
|
11085
|
-
/**
|
|
11086
|
-
* @internal
|
|
11087
|
-
*/
|
|
11088
|
-
export declare const DescribeSpotFleetRequestsResponseFilterSensitiveLog: (obj: DescribeSpotFleetRequestsResponse) => any;
|
|
11089
|
-
/**
|
|
11090
|
-
* @internal
|
|
11091
|
-
*/
|
|
11092
|
-
export declare const LaunchSpecificationFilterSensitiveLog: (obj: LaunchSpecification) => any;
|
|
11093
|
-
/**
|
|
11094
|
-
* @internal
|
|
11095
|
-
*/
|
|
11096
|
-
export declare const SpotInstanceRequestFilterSensitiveLog: (obj: SpotInstanceRequest) => any;
|
|
11097
|
-
/**
|
|
11098
|
-
* @internal
|
|
10870
|
+
* @internal
|
|
11099
10871
|
*/
|
|
11100
10872
|
export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (obj: DescribeSpotInstanceRequestsResult) => any;
|
|
11101
|
-
/**
|
|
11102
|
-
* @internal
|
|
11103
|
-
*/
|
|
11104
|
-
export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (obj: DescribeVerifiedAccessTrustProvidersResult) => any;
|