@aws-sdk/client-ec2 3.920.0 → 3.922.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 +2417 -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 +54 -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 +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/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 +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/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 +3 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -4
- 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/DescribeIpamPrefixListResolverTargetsCommand.d.ts +109 -0
- package/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +107 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.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 +1 -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/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/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 +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -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/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 +1260 -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 +139 -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 +35 -35
|
@@ -1,7 +1,752 @@
|
|
|
1
|
-
import { ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, HostMaintenance, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag } from "./models_0";
|
|
1
|
+
import { ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, HostMaintenance, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag } from "./models_0";
|
|
2
2
|
import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationPreference, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, EndpointIpAddressType, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, OperatorResponse, OutputFormat, Placement, PlatformValues, Schedule, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficIpAddressType, TrafficType, TransportProtocol } from "./models_1";
|
|
3
3
|
import { CapacityReservationTargetResponse, GroupIdentifier, InstanceIpv6Address, NetworkInterfaceStatus, StateReason } from "./models_2";
|
|
4
|
-
import {
|
|
4
|
+
import { Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute, Subscription } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface DescribeAwsNetworkPerformanceMetricSubscriptionsResult {
|
|
9
|
+
/**
|
|
10
|
+
* <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>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
NextToken?: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>Describes the current Infrastructure Performance subscriptions.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
Subscriptions?: Subscription[] | undefined;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
export interface DescribeBundleTasksRequest {
|
|
24
|
+
/**
|
|
25
|
+
* <p>The bundle task IDs.</p>
|
|
26
|
+
* <p>Default: Describes all your bundle tasks.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
BundleIds?: string[] | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
32
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
33
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
DryRun?: boolean | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* <p>The filters.</p>
|
|
39
|
+
* <ul>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>
|
|
42
|
+
* <code>bundle-id</code> - The ID of the bundle task.</p>
|
|
43
|
+
* </li>
|
|
44
|
+
* <li>
|
|
45
|
+
* <p>
|
|
46
|
+
* <code>error-code</code> - If the task failed, the error code returned.</p>
|
|
47
|
+
* </li>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>
|
|
50
|
+
* <code>error-message</code> - If the task failed, the error message returned.</p>
|
|
51
|
+
* </li>
|
|
52
|
+
* <li>
|
|
53
|
+
* <p>
|
|
54
|
+
* <code>instance-id</code> - The ID of the instance.</p>
|
|
55
|
+
* </li>
|
|
56
|
+
* <li>
|
|
57
|
+
* <p>
|
|
58
|
+
* <code>progress</code> - The level of task completion, as a percentage (for example,
|
|
59
|
+
* 20%).</p>
|
|
60
|
+
* </li>
|
|
61
|
+
* <li>
|
|
62
|
+
* <p>
|
|
63
|
+
* <code>s3-bucket</code> - The Amazon S3 bucket to store the AMI.</p>
|
|
64
|
+
* </li>
|
|
65
|
+
* <li>
|
|
66
|
+
* <p>
|
|
67
|
+
* <code>s3-prefix</code> - The beginning of the AMI name.</p>
|
|
68
|
+
* </li>
|
|
69
|
+
* <li>
|
|
70
|
+
* <p>
|
|
71
|
+
* <code>start-time</code> - The time the task started (for example,
|
|
72
|
+
* 2013-09-15T17:15:20.000Z).</p>
|
|
73
|
+
* </li>
|
|
74
|
+
* <li>
|
|
75
|
+
* <p>
|
|
76
|
+
* <code>state</code> - The state of the task (<code>pending</code> |
|
|
77
|
+
* <code>waiting-for-shutdown</code> | <code>bundling</code> | <code>storing</code> |
|
|
78
|
+
* <code>cancelling</code> | <code>complete</code> | <code>failed</code>).</p>
|
|
79
|
+
* </li>
|
|
80
|
+
* <li>
|
|
81
|
+
* <p>
|
|
82
|
+
* <code>update-time</code> - The time of the most recent update for the task.</p>
|
|
83
|
+
* </li>
|
|
84
|
+
* </ul>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
Filters?: Filter[] | undefined;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export interface DescribeBundleTasksResult {
|
|
93
|
+
/**
|
|
94
|
+
* <p>Information about the bundle tasks.</p>
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
BundleTasks?: BundleTask[] | undefined;
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
export interface DescribeByoipCidrsRequest {
|
|
103
|
+
/**
|
|
104
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
105
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
106
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
DryRun?: boolean | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* <p>The maximum number of results to return with a single call.
|
|
112
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
MaxResults: number | undefined;
|
|
116
|
+
/**
|
|
117
|
+
* <p>The token for the next page of results.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
NextToken?: string | undefined;
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
export interface DescribeByoipCidrsResult {
|
|
126
|
+
/**
|
|
127
|
+
* <p>Information about your address ranges.</p>
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
ByoipCidrs?: ByoipCidr[] | undefined;
|
|
131
|
+
/**
|
|
132
|
+
* <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>
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
NextToken?: string | undefined;
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
export interface DescribeCapacityBlockExtensionHistoryRequest {
|
|
141
|
+
/**
|
|
142
|
+
* <p>The IDs of Capacity Block reservations that you want to display the history
|
|
143
|
+
* for.</p>
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
146
|
+
CapacityReservationIds?: string[] | undefined;
|
|
147
|
+
/**
|
|
148
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
NextToken?: string | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* <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,
|
|
154
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
MaxResults?: number | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* <p>One or more filters</p>
|
|
160
|
+
* <ul>
|
|
161
|
+
* <li>
|
|
162
|
+
* <p>
|
|
163
|
+
* <code>availability-zone</code> - The Availability Zone of the
|
|
164
|
+
* extension.</p>
|
|
165
|
+
* </li>
|
|
166
|
+
* <li>
|
|
167
|
+
* <p>
|
|
168
|
+
* <code>availability-zone-id</code> - The Availability Zone ID of the
|
|
169
|
+
* extension.</p>
|
|
170
|
+
* </li>
|
|
171
|
+
* <li>
|
|
172
|
+
* <p>
|
|
173
|
+
* <code>capacity-block-extension-offering-id</code> - The ID of the extension
|
|
174
|
+
* offering.</p>
|
|
175
|
+
* </li>
|
|
176
|
+
* <li>
|
|
177
|
+
* <p>
|
|
178
|
+
* <code>capacity-block-extension-status</code> - The status of the extension
|
|
179
|
+
* (<code>payment-pending</code> | <code>payment-failed</code> |
|
|
180
|
+
* <code>payment-succeeded</code>).</p>
|
|
181
|
+
* </li>
|
|
182
|
+
* <li>
|
|
183
|
+
* <p>
|
|
184
|
+
* <code>capacity-reservation-id</code> - The reservation ID of the
|
|
185
|
+
* extension.</p>
|
|
186
|
+
* </li>
|
|
187
|
+
* <li>
|
|
188
|
+
* <p>
|
|
189
|
+
* <code>instance-type</code> - The instance type of the extension.</p>
|
|
190
|
+
* </li>
|
|
191
|
+
* </ul>
|
|
192
|
+
* @public
|
|
193
|
+
*/
|
|
194
|
+
Filters?: Filter[] | undefined;
|
|
195
|
+
/**
|
|
196
|
+
* <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>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
DryRun?: boolean | undefined;
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* @public
|
|
203
|
+
* @enum
|
|
204
|
+
*/
|
|
205
|
+
export declare const CapacityBlockExtensionStatus: {
|
|
206
|
+
readonly PAYMENT_FAILED: "payment-failed";
|
|
207
|
+
readonly PAYMENT_PENDING: "payment-pending";
|
|
208
|
+
readonly PAYMENT_SUCCEEDED: "payment-succeeded";
|
|
209
|
+
};
|
|
210
|
+
/**
|
|
211
|
+
* @public
|
|
212
|
+
*/
|
|
213
|
+
export type CapacityBlockExtensionStatus = (typeof CapacityBlockExtensionStatus)[keyof typeof CapacityBlockExtensionStatus];
|
|
214
|
+
/**
|
|
215
|
+
* <p>Describes a Capacity Block extension. With an extension, you can extend the duration
|
|
216
|
+
* of time for an existing Capacity Block.</p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
export interface CapacityBlockExtension {
|
|
220
|
+
/**
|
|
221
|
+
* <p>The reservation ID of the Capacity Block extension.</p>
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
CapacityReservationId?: string | undefined;
|
|
225
|
+
/**
|
|
226
|
+
* <p>The instance type of the Capacity Block extension.</p>
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
InstanceType?: string | undefined;
|
|
230
|
+
/**
|
|
231
|
+
* <p>The number of instances in the Capacity Block extension.</p>
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
234
|
+
InstanceCount?: number | undefined;
|
|
235
|
+
/**
|
|
236
|
+
* <p>The Availability Zone of the Capacity Block extension.</p>
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
239
|
+
AvailabilityZone?: string | undefined;
|
|
240
|
+
/**
|
|
241
|
+
* <p>The Availability Zone ID of the Capacity Block extension.</p>
|
|
242
|
+
* @public
|
|
243
|
+
*/
|
|
244
|
+
AvailabilityZoneId?: string | undefined;
|
|
245
|
+
/**
|
|
246
|
+
* <p>The ID of the Capacity Block extension offering.</p>
|
|
247
|
+
* @public
|
|
248
|
+
*/
|
|
249
|
+
CapacityBlockExtensionOfferingId?: string | undefined;
|
|
250
|
+
/**
|
|
251
|
+
* <p>The duration of the Capacity Block extension in hours.</p>
|
|
252
|
+
* @public
|
|
253
|
+
*/
|
|
254
|
+
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
255
|
+
/**
|
|
256
|
+
* <p>The status of the Capacity Block extension. A Capacity Block extension can have one of
|
|
257
|
+
* the following statuses:</p>
|
|
258
|
+
* <ul>
|
|
259
|
+
* <li>
|
|
260
|
+
* <p>
|
|
261
|
+
* <code>payment-pending</code> - The Capacity Block extension payment is
|
|
262
|
+
* processing. If your payment can't be processed within 12 hours, the Capacity
|
|
263
|
+
* Block extension is failed.</p>
|
|
264
|
+
* </li>
|
|
265
|
+
* <li>
|
|
266
|
+
* <p>
|
|
267
|
+
* <code>payment-failed</code> - Payment for the Capacity Block extension request
|
|
268
|
+
* was not successful.</p>
|
|
269
|
+
* </li>
|
|
270
|
+
* <li>
|
|
271
|
+
* <p>
|
|
272
|
+
* <code>payment-succeeded</code> - Payment for the Capacity Block extension
|
|
273
|
+
* request was successful. You receive an invoice that reflects the one-time
|
|
274
|
+
* upfront payment. In the invoice, you can associate the paid amount with the
|
|
275
|
+
* Capacity Block reservation ID.</p>
|
|
276
|
+
* </li>
|
|
277
|
+
* </ul>
|
|
278
|
+
* @public
|
|
279
|
+
*/
|
|
280
|
+
CapacityBlockExtensionStatus?: CapacityBlockExtensionStatus | undefined;
|
|
281
|
+
/**
|
|
282
|
+
* <p>The date when the Capacity Block extension was purchased.</p>
|
|
283
|
+
* @public
|
|
284
|
+
*/
|
|
285
|
+
CapacityBlockExtensionPurchaseDate?: Date | undefined;
|
|
286
|
+
/**
|
|
287
|
+
* <p>The start date of the Capacity Block extension.</p>
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
291
|
+
/**
|
|
292
|
+
* <p>The end date of the Capacity Block extension.</p>
|
|
293
|
+
* @public
|
|
294
|
+
*/
|
|
295
|
+
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
296
|
+
/**
|
|
297
|
+
* <p>The total price to be paid up front.</p>
|
|
298
|
+
* @public
|
|
299
|
+
*/
|
|
300
|
+
UpfrontFee?: string | undefined;
|
|
301
|
+
/**
|
|
302
|
+
* <p>The currency of the payment for the Capacity Block extension.</p>
|
|
303
|
+
* @public
|
|
304
|
+
*/
|
|
305
|
+
CurrencyCode?: string | undefined;
|
|
306
|
+
}
|
|
307
|
+
/**
|
|
308
|
+
* @public
|
|
309
|
+
*/
|
|
310
|
+
export interface DescribeCapacityBlockExtensionHistoryResult {
|
|
311
|
+
/**
|
|
312
|
+
* <p>Describes one or more of your Capacity Block extensions. The results describe only the
|
|
313
|
+
* Capacity Block extensions in the Amazon Web Services Region that you're currently using.</p>
|
|
314
|
+
* @public
|
|
315
|
+
*/
|
|
316
|
+
CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
|
|
317
|
+
/**
|
|
318
|
+
* <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>
|
|
319
|
+
* @public
|
|
320
|
+
*/
|
|
321
|
+
NextToken?: string | undefined;
|
|
322
|
+
}
|
|
323
|
+
/**
|
|
324
|
+
* @public
|
|
325
|
+
*/
|
|
326
|
+
export interface DescribeCapacityBlockExtensionOfferingsRequest {
|
|
327
|
+
/**
|
|
328
|
+
* <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>
|
|
329
|
+
* @public
|
|
330
|
+
*/
|
|
331
|
+
DryRun?: boolean | undefined;
|
|
332
|
+
/**
|
|
333
|
+
* <p>The duration of the Capacity Block extension offering in hours.</p>
|
|
334
|
+
* @public
|
|
335
|
+
*/
|
|
336
|
+
CapacityBlockExtensionDurationHours: number | undefined;
|
|
337
|
+
/**
|
|
338
|
+
* <p>The ID of the Capacity reservation to be extended.</p>
|
|
339
|
+
* @public
|
|
340
|
+
*/
|
|
341
|
+
CapacityReservationId: string | undefined;
|
|
342
|
+
/**
|
|
343
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
344
|
+
* @public
|
|
345
|
+
*/
|
|
346
|
+
NextToken?: string | undefined;
|
|
347
|
+
/**
|
|
348
|
+
* <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,
|
|
349
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
350
|
+
* @public
|
|
351
|
+
*/
|
|
352
|
+
MaxResults?: number | undefined;
|
|
353
|
+
}
|
|
354
|
+
/**
|
|
355
|
+
* <p>The recommended Capacity Block extension that fits your search requirements.</p>
|
|
356
|
+
* @public
|
|
357
|
+
*/
|
|
358
|
+
export interface CapacityBlockExtensionOffering {
|
|
359
|
+
/**
|
|
360
|
+
* <p>The ID of the Capacity Block extension offering.</p>
|
|
361
|
+
* @public
|
|
362
|
+
*/
|
|
363
|
+
CapacityBlockExtensionOfferingId?: string | undefined;
|
|
364
|
+
/**
|
|
365
|
+
* <p>The instance type of the Capacity Block that will be extended.</p>
|
|
366
|
+
* @public
|
|
367
|
+
*/
|
|
368
|
+
InstanceType?: string | undefined;
|
|
369
|
+
/**
|
|
370
|
+
* <p>The number of instances in the Capacity Block extension offering.</p>
|
|
371
|
+
* @public
|
|
372
|
+
*/
|
|
373
|
+
InstanceCount?: number | undefined;
|
|
374
|
+
/**
|
|
375
|
+
* <p>The Availability Zone of the Capacity Block that will be extended.</p>
|
|
376
|
+
* @public
|
|
377
|
+
*/
|
|
378
|
+
AvailabilityZone?: string | undefined;
|
|
379
|
+
/**
|
|
380
|
+
* <p>The Availability Zone ID of the Capacity Block that will be extended.</p>
|
|
381
|
+
* @public
|
|
382
|
+
*/
|
|
383
|
+
AvailabilityZoneId?: string | undefined;
|
|
384
|
+
/**
|
|
385
|
+
* <p>The start date of the Capacity Block that will be extended.</p>
|
|
386
|
+
* @public
|
|
387
|
+
*/
|
|
388
|
+
StartDate?: Date | undefined;
|
|
389
|
+
/**
|
|
390
|
+
* <p>The date and time at which the Capacity Block extension will start. This date is also
|
|
391
|
+
* the same as the end date of the Capacity Block that will be extended.</p>
|
|
392
|
+
* @public
|
|
393
|
+
*/
|
|
394
|
+
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
395
|
+
/**
|
|
396
|
+
* <p>The date and time at which the Capacity Block extension expires. When a Capacity Block
|
|
397
|
+
* expires, the reserved capacity is released and you can no longer launch instances into
|
|
398
|
+
* it. The Capacity Block's state changes to <code>expired</code> when it reaches its end
|
|
399
|
+
* date</p>
|
|
400
|
+
* @public
|
|
401
|
+
*/
|
|
402
|
+
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
403
|
+
/**
|
|
404
|
+
* <p>The amount of time of the Capacity Block extension offering in hours.</p>
|
|
405
|
+
* @public
|
|
406
|
+
*/
|
|
407
|
+
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
408
|
+
/**
|
|
409
|
+
* <p>The total price of the Capacity Block extension offering, to be paid up front.</p>
|
|
410
|
+
* @public
|
|
411
|
+
*/
|
|
412
|
+
UpfrontFee?: string | undefined;
|
|
413
|
+
/**
|
|
414
|
+
* <p>The currency of the payment for the Capacity Block extension offering.</p>
|
|
415
|
+
* @public
|
|
416
|
+
*/
|
|
417
|
+
CurrencyCode?: string | undefined;
|
|
418
|
+
/**
|
|
419
|
+
* <p>Indicates the tenancy of the Capacity Block extension offering. A Capacity Block can
|
|
420
|
+
* have one of the following tenancy settings:</p>
|
|
421
|
+
* <ul>
|
|
422
|
+
* <li>
|
|
423
|
+
* <p>
|
|
424
|
+
* <code>default</code> - The Capacity Block is created on hardware that is
|
|
425
|
+
* shared with other Amazon Web Services accounts.</p>
|
|
426
|
+
* </li>
|
|
427
|
+
* <li>
|
|
428
|
+
* <p>
|
|
429
|
+
* <code>dedicated</code> - The Capacity Block is created on single-tenant
|
|
430
|
+
* hardware that is dedicated to a single Amazon Web Services account.</p>
|
|
431
|
+
* </li>
|
|
432
|
+
* </ul>
|
|
433
|
+
* @public
|
|
434
|
+
*/
|
|
435
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
436
|
+
}
|
|
437
|
+
/**
|
|
438
|
+
* @public
|
|
439
|
+
*/
|
|
440
|
+
export interface DescribeCapacityBlockExtensionOfferingsResult {
|
|
441
|
+
/**
|
|
442
|
+
* <p>The recommended Capacity Block extension offerings for the dates specified.</p>
|
|
443
|
+
* @public
|
|
444
|
+
*/
|
|
445
|
+
CapacityBlockExtensionOfferings?: CapacityBlockExtensionOffering[] | undefined;
|
|
446
|
+
/**
|
|
447
|
+
* <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>
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
450
|
+
NextToken?: string | undefined;
|
|
451
|
+
}
|
|
452
|
+
/**
|
|
453
|
+
* @public
|
|
454
|
+
*/
|
|
455
|
+
export interface DescribeCapacityBlockOfferingsRequest {
|
|
456
|
+
/**
|
|
457
|
+
* <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>
|
|
458
|
+
* @public
|
|
459
|
+
*/
|
|
460
|
+
DryRun?: boolean | undefined;
|
|
461
|
+
/**
|
|
462
|
+
* <p>The type of instance for which the Capacity Block offering reserves capacity.</p>
|
|
463
|
+
* @public
|
|
464
|
+
*/
|
|
465
|
+
InstanceType?: string | undefined;
|
|
466
|
+
/**
|
|
467
|
+
* <p>The number of instances for which to reserve capacity. Each Capacity Block can have up
|
|
468
|
+
* to 64 instances, and you can have up to 256 instances across Capacity Blocks.</p>
|
|
469
|
+
* @public
|
|
470
|
+
*/
|
|
471
|
+
InstanceCount?: number | undefined;
|
|
472
|
+
/**
|
|
473
|
+
* <p>The earliest start date for the Capacity Block offering.</p>
|
|
474
|
+
* @public
|
|
475
|
+
*/
|
|
476
|
+
StartDateRange?: Date | undefined;
|
|
477
|
+
/**
|
|
478
|
+
* <p>The latest end date for the Capacity Block offering.</p>
|
|
479
|
+
* @public
|
|
480
|
+
*/
|
|
481
|
+
EndDateRange?: Date | undefined;
|
|
482
|
+
/**
|
|
483
|
+
* <p>The reservation duration for the Capacity Block, in hours. You must specify the
|
|
484
|
+
* duration in 1-day increments up 14 days, and in 7-day increments up to 182 days.</p>
|
|
485
|
+
* @public
|
|
486
|
+
*/
|
|
487
|
+
CapacityDurationHours: number | undefined;
|
|
488
|
+
/**
|
|
489
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
490
|
+
* @public
|
|
491
|
+
*/
|
|
492
|
+
NextToken?: string | undefined;
|
|
493
|
+
/**
|
|
494
|
+
* <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,
|
|
495
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
496
|
+
* @public
|
|
497
|
+
*/
|
|
498
|
+
MaxResults?: number | undefined;
|
|
499
|
+
/**
|
|
500
|
+
* <p>The EC2 UltraServer type of the Capacity Block offerings.</p>
|
|
501
|
+
* @public
|
|
502
|
+
*/
|
|
503
|
+
UltraserverType?: string | undefined;
|
|
504
|
+
/**
|
|
505
|
+
* <p>The number of EC2 UltraServers in the offerings.</p>
|
|
506
|
+
* @public
|
|
507
|
+
*/
|
|
508
|
+
UltraserverCount?: number | undefined;
|
|
509
|
+
}
|
|
510
|
+
/**
|
|
511
|
+
* <p>The recommended Capacity Block that fits your search requirements.</p>
|
|
512
|
+
* @public
|
|
513
|
+
*/
|
|
514
|
+
export interface CapacityBlockOffering {
|
|
515
|
+
/**
|
|
516
|
+
* <p>The ID of the Capacity Block offering.</p>
|
|
517
|
+
* @public
|
|
518
|
+
*/
|
|
519
|
+
CapacityBlockOfferingId?: string | undefined;
|
|
520
|
+
/**
|
|
521
|
+
* <p>The instance type of the Capacity Block offering.</p>
|
|
522
|
+
* @public
|
|
523
|
+
*/
|
|
524
|
+
InstanceType?: string | undefined;
|
|
525
|
+
/**
|
|
526
|
+
* <p>The Availability Zone of the Capacity Block offering.</p>
|
|
527
|
+
* @public
|
|
528
|
+
*/
|
|
529
|
+
AvailabilityZone?: string | undefined;
|
|
530
|
+
/**
|
|
531
|
+
* <p>The number of instances in the Capacity Block offering.</p>
|
|
532
|
+
* @public
|
|
533
|
+
*/
|
|
534
|
+
InstanceCount?: number | undefined;
|
|
535
|
+
/**
|
|
536
|
+
* <p>The start date of the Capacity Block offering.</p>
|
|
537
|
+
* @public
|
|
538
|
+
*/
|
|
539
|
+
StartDate?: Date | undefined;
|
|
540
|
+
/**
|
|
541
|
+
* <p>The end date of the Capacity Block offering.</p>
|
|
542
|
+
* @public
|
|
543
|
+
*/
|
|
544
|
+
EndDate?: Date | undefined;
|
|
545
|
+
/**
|
|
546
|
+
* <p>The number of hours (in addition to <code>capacityBlockDurationMinutes</code>) for the
|
|
547
|
+
* duration of the Capacity Block reservation. For example, if a Capacity Block starts at
|
|
548
|
+
* <b>04:55</b> and ends at <b>11:30</b>, the hours field would be <b>6</b>.</p>
|
|
549
|
+
* @public
|
|
550
|
+
*/
|
|
551
|
+
CapacityBlockDurationHours?: number | undefined;
|
|
552
|
+
/**
|
|
553
|
+
* <p>The total price to be paid up front.</p>
|
|
554
|
+
* @public
|
|
555
|
+
*/
|
|
556
|
+
UpfrontFee?: string | undefined;
|
|
557
|
+
/**
|
|
558
|
+
* <p>The currency of the payment for the Capacity Block.</p>
|
|
559
|
+
* @public
|
|
560
|
+
*/
|
|
561
|
+
CurrencyCode?: string | undefined;
|
|
562
|
+
/**
|
|
563
|
+
* <p>The tenancy of the Capacity Block.</p>
|
|
564
|
+
* @public
|
|
565
|
+
*/
|
|
566
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
567
|
+
/**
|
|
568
|
+
* <p>The EC2 UltraServer type of the Capacity Block offering.</p>
|
|
569
|
+
* @public
|
|
570
|
+
*/
|
|
571
|
+
UltraserverType?: string | undefined;
|
|
572
|
+
/**
|
|
573
|
+
* <p>The number of EC2 UltraServers in the offering.</p>
|
|
574
|
+
* @public
|
|
575
|
+
*/
|
|
576
|
+
UltraserverCount?: number | undefined;
|
|
577
|
+
/**
|
|
578
|
+
* <p>The number of minutes (in addition to <code>capacityBlockDurationHours</code>) for the
|
|
579
|
+
* duration of the Capacity Block reservation. For example, if a Capacity Block starts at
|
|
580
|
+
* <b>08:55</b> and ends at <b>11:30</b>, the minutes field would be <b>35</b>.</p>
|
|
581
|
+
* @public
|
|
582
|
+
*/
|
|
583
|
+
CapacityBlockDurationMinutes?: number | undefined;
|
|
584
|
+
}
|
|
585
|
+
/**
|
|
586
|
+
* @public
|
|
587
|
+
*/
|
|
588
|
+
export interface DescribeCapacityBlockOfferingsResult {
|
|
589
|
+
/**
|
|
590
|
+
* <p>The recommended Capacity Block offering for the dates specified.</p>
|
|
591
|
+
* @public
|
|
592
|
+
*/
|
|
593
|
+
CapacityBlockOfferings?: CapacityBlockOffering[] | undefined;
|
|
594
|
+
/**
|
|
595
|
+
* <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>
|
|
596
|
+
* @public
|
|
597
|
+
*/
|
|
598
|
+
NextToken?: string | undefined;
|
|
599
|
+
}
|
|
600
|
+
/**
|
|
601
|
+
* @public
|
|
602
|
+
*/
|
|
603
|
+
export interface DescribeCapacityBlocksRequest {
|
|
604
|
+
/**
|
|
605
|
+
* <p>The IDs of the Capacity Blocks.</p>
|
|
606
|
+
* @public
|
|
607
|
+
*/
|
|
608
|
+
CapacityBlockIds?: string[] | undefined;
|
|
609
|
+
/**
|
|
610
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
611
|
+
* @public
|
|
612
|
+
*/
|
|
613
|
+
NextToken?: string | undefined;
|
|
614
|
+
/**
|
|
615
|
+
* <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,
|
|
616
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
617
|
+
* @public
|
|
618
|
+
*/
|
|
619
|
+
MaxResults?: number | undefined;
|
|
620
|
+
/**
|
|
621
|
+
* <p> One or more filters. </p>
|
|
622
|
+
* <ul>
|
|
623
|
+
* <li>
|
|
624
|
+
* <p>
|
|
625
|
+
* <code>capacity-block-id</code> - The ID of the Capacity Block.</p>
|
|
626
|
+
* </li>
|
|
627
|
+
* <li>
|
|
628
|
+
* <p>
|
|
629
|
+
* <code>ultraserver-type</code> - The Capacity Block type. The type can be
|
|
630
|
+
* <code>instances</code> or <code>ultraservers</code>.</p>
|
|
631
|
+
* </li>
|
|
632
|
+
* <li>
|
|
633
|
+
* <p>
|
|
634
|
+
* <code>availability-zone</code> - The Availability Zone of the Capacity
|
|
635
|
+
* Block.</p>
|
|
636
|
+
* </li>
|
|
637
|
+
* <li>
|
|
638
|
+
* <p>
|
|
639
|
+
* <code>start-date</code> - The date and time at which the Capacity Block was
|
|
640
|
+
* started.</p>
|
|
641
|
+
* </li>
|
|
642
|
+
* <li>
|
|
643
|
+
* <p>
|
|
644
|
+
* <code>end-date</code> - The date and time at which the Capacity Block expires.
|
|
645
|
+
* When a Capacity Block expires, all instances in the Capacity Block are
|
|
646
|
+
* terminated.</p>
|
|
647
|
+
* </li>
|
|
648
|
+
* <li>
|
|
649
|
+
* <p>
|
|
650
|
+
* <code>create-date</code> - The date and time at which the Capacity Block was
|
|
651
|
+
* created.</p>
|
|
652
|
+
* </li>
|
|
653
|
+
* <li>
|
|
654
|
+
* <p>
|
|
655
|
+
* <code>state</code> - The state of the Capacity Block (<code>active</code> |
|
|
656
|
+
* <code>expired</code> | <code>unavailable</code> | <code>cancelled</code> |
|
|
657
|
+
* <code>failed</code> | <code>scheduled</code> | <code>payment-pending</code> |
|
|
658
|
+
* <code>payment-failed</code>).</p>
|
|
659
|
+
* </li>
|
|
660
|
+
* <li>
|
|
661
|
+
* <p>
|
|
662
|
+
* <code>tags</code> - The tags assigned to the Capacity Block.</p>
|
|
663
|
+
* </li>
|
|
664
|
+
* </ul>
|
|
665
|
+
* @public
|
|
666
|
+
*/
|
|
667
|
+
Filters?: Filter[] | undefined;
|
|
668
|
+
/**
|
|
669
|
+
* <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>
|
|
670
|
+
* @public
|
|
671
|
+
*/
|
|
672
|
+
DryRun?: boolean | undefined;
|
|
673
|
+
}
|
|
674
|
+
/**
|
|
675
|
+
* @public
|
|
676
|
+
* @enum
|
|
677
|
+
*/
|
|
678
|
+
export declare const CapacityBlockResourceState: {
|
|
679
|
+
readonly active: "active";
|
|
680
|
+
readonly cancelled: "cancelled";
|
|
681
|
+
readonly expired: "expired";
|
|
682
|
+
readonly failed: "failed";
|
|
683
|
+
readonly payment_failed: "payment-failed";
|
|
684
|
+
readonly payment_pending: "payment-pending";
|
|
685
|
+
readonly scheduled: "scheduled";
|
|
686
|
+
readonly unavailable: "unavailable";
|
|
687
|
+
};
|
|
688
|
+
/**
|
|
689
|
+
* @public
|
|
690
|
+
*/
|
|
691
|
+
export type CapacityBlockResourceState = (typeof CapacityBlockResourceState)[keyof typeof CapacityBlockResourceState];
|
|
692
|
+
/**
|
|
693
|
+
* <p>Reserve powerful GPU instances on a future date to support your short duration machine learning (ML) workloads. Instances that run inside a Capacity Block are automatically placed close together inside <a href="http://aws.amazon.com/ec2/ultraclusters/">Amazon EC2 UltraClusters</a>, for low-latency, petabit-scale, non-blocking networking.</p>
|
|
694
|
+
* <p>You can also reserve Amazon EC2 UltraServers. UltraServers connect multiple EC2 instances using a low-latency, high-bandwidth accelerator interconnect (NeuronLink). They are built to tackle very large-scale AI/ML workloads that require significant processing power. For more information, see Amazon EC2 UltraServers.</p>
|
|
695
|
+
* @public
|
|
696
|
+
*/
|
|
697
|
+
export interface CapacityBlock {
|
|
698
|
+
/**
|
|
699
|
+
* <p>The ID of the Capacity Block.</p>
|
|
700
|
+
* @public
|
|
701
|
+
*/
|
|
702
|
+
CapacityBlockId?: string | undefined;
|
|
703
|
+
/**
|
|
704
|
+
* <p>The EC2 UltraServer type of the Capacity Block.</p>
|
|
705
|
+
* @public
|
|
706
|
+
*/
|
|
707
|
+
UltraserverType?: string | undefined;
|
|
708
|
+
/**
|
|
709
|
+
* <p>The Availability Zone of the Capacity Block.</p>
|
|
710
|
+
* @public
|
|
711
|
+
*/
|
|
712
|
+
AvailabilityZone?: string | undefined;
|
|
713
|
+
/**
|
|
714
|
+
* <p>The Availability Zone ID of the Capacity Block.</p>
|
|
715
|
+
* @public
|
|
716
|
+
*/
|
|
717
|
+
AvailabilityZoneId?: string | undefined;
|
|
718
|
+
/**
|
|
719
|
+
* <p>The ID of the Capacity Reservation.</p>
|
|
720
|
+
* @public
|
|
721
|
+
*/
|
|
722
|
+
CapacityReservationIds?: string[] | undefined;
|
|
723
|
+
/**
|
|
724
|
+
* <p>The date and time at which the Capacity Block was started.</p>
|
|
725
|
+
* @public
|
|
726
|
+
*/
|
|
727
|
+
StartDate?: Date | undefined;
|
|
728
|
+
/**
|
|
729
|
+
* <p>The date and time at which the Capacity Block expires. When a Capacity Block expires,
|
|
730
|
+
* all instances in the Capacity Block are terminated.</p>
|
|
731
|
+
* @public
|
|
732
|
+
*/
|
|
733
|
+
EndDate?: Date | undefined;
|
|
734
|
+
/**
|
|
735
|
+
* <p>The date and time at which the Capacity Block was created.</p>
|
|
736
|
+
* @public
|
|
737
|
+
*/
|
|
738
|
+
CreateDate?: Date | undefined;
|
|
739
|
+
/**
|
|
740
|
+
* <p>The state of the Capacity Block.</p>
|
|
741
|
+
* @public
|
|
742
|
+
*/
|
|
743
|
+
State?: CapacityBlockResourceState | undefined;
|
|
744
|
+
/**
|
|
745
|
+
* <p>The tags assigned to the Capacity Block.</p>
|
|
746
|
+
* @public
|
|
747
|
+
*/
|
|
748
|
+
Tags?: Tag[] | undefined;
|
|
749
|
+
}
|
|
5
750
|
/**
|
|
6
751
|
* @public
|
|
7
752
|
*/
|
|
@@ -6766,6 +7511,15 @@ export interface DescribeImageUsageReportsRequest {
|
|
|
6766
7511
|
* <code>state</code> - The state of the report (<code>available</code> |
|
|
6767
7512
|
* <code>pending</code> | <code>error</code>).</p>
|
|
6768
7513
|
* </li>
|
|
7514
|
+
* <li>
|
|
7515
|
+
* <p>
|
|
7516
|
+
* <code>tag:<key></code> - 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.
|
|
7517
|
+
* 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>
|
|
7518
|
+
* </li>
|
|
7519
|
+
* <li>
|
|
7520
|
+
* <p>
|
|
7521
|
+
* <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>
|
|
7522
|
+
* </li>
|
|
6769
7523
|
* </ul>
|
|
6770
7524
|
* @public
|
|
6771
7525
|
*/
|
|
@@ -11011,336 +11765,9 @@ export declare const EbsOptimizedSupport: {
|
|
|
11011
11765
|
*/
|
|
11012
11766
|
export type EbsOptimizedSupport = (typeof EbsOptimizedSupport)[keyof typeof EbsOptimizedSupport];
|
|
11013
11767
|
/**
|
|
11014
|
-
* @
|
|
11015
|
-
* @enum
|
|
11016
|
-
*/
|
|
11017
|
-
export declare const EbsEncryptionSupport: {
|
|
11018
|
-
readonly supported: "supported";
|
|
11019
|
-
readonly unsupported: "unsupported";
|
|
11020
|
-
};
|
|
11021
|
-
/**
|
|
11022
|
-
* @public
|
|
11023
|
-
*/
|
|
11024
|
-
export type EbsEncryptionSupport = (typeof EbsEncryptionSupport)[keyof typeof EbsEncryptionSupport];
|
|
11025
|
-
/**
|
|
11026
|
-
* @public
|
|
11027
|
-
* @enum
|
|
11028
|
-
*/
|
|
11029
|
-
export declare const EbsNvmeSupport: {
|
|
11030
|
-
readonly REQUIRED: "required";
|
|
11031
|
-
readonly SUPPORTED: "supported";
|
|
11032
|
-
readonly UNSUPPORTED: "unsupported";
|
|
11033
|
-
};
|
|
11034
|
-
/**
|
|
11035
|
-
* @public
|
|
11036
|
-
*/
|
|
11037
|
-
export type EbsNvmeSupport = (typeof EbsNvmeSupport)[keyof typeof EbsNvmeSupport];
|
|
11038
|
-
/**
|
|
11039
|
-
* <p>Describes the Amazon EBS features supported by the instance type.</p>
|
|
11040
|
-
* @public
|
|
11041
|
-
*/
|
|
11042
|
-
export interface EbsInfo {
|
|
11043
|
-
/**
|
|
11044
|
-
* <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
|
|
11045
|
-
* instances</a> in <i>Amazon EC2 User Guide</i>.</p>
|
|
11046
|
-
* @public
|
|
11047
|
-
*/
|
|
11048
|
-
EbsOptimizedSupport?: EbsOptimizedSupport | undefined;
|
|
11049
|
-
/**
|
|
11050
|
-
* <p>Indicates whether Amazon EBS encryption is supported.</p>
|
|
11051
|
-
* @public
|
|
11052
|
-
*/
|
|
11053
|
-
EncryptionSupport?: EbsEncryptionSupport | undefined;
|
|
11054
|
-
/**
|
|
11055
|
-
* <p>Describes the optimized EBS performance for the instance type.</p>
|
|
11056
|
-
* @public
|
|
11057
|
-
*/
|
|
11058
|
-
EbsOptimizedInfo?: EbsOptimizedInfo | undefined;
|
|
11059
|
-
/**
|
|
11060
|
-
* <p>Indicates whether non-volatile memory express (NVMe) is supported.</p>
|
|
11061
|
-
* @public
|
|
11062
|
-
*/
|
|
11063
|
-
NvmeSupport?: EbsNvmeSupport | undefined;
|
|
11064
|
-
/**
|
|
11065
|
-
* <p>Indicates the maximum number of Amazon EBS volumes that can be attached to
|
|
11066
|
-
* 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
|
|
11067
|
-
* Amazon EC2 instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
11068
|
-
* @public
|
|
11069
|
-
*/
|
|
11070
|
-
MaximumEbsAttachments?: number | undefined;
|
|
11071
|
-
/**
|
|
11072
|
-
* <p>Indicates whether the instance type features a shared or dedicated Amazon EBS
|
|
11073
|
-
* 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
|
|
11074
|
-
* Amazon EC2 instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
11075
|
-
* @public
|
|
11076
|
-
*/
|
|
11077
|
-
AttachmentLimitType?: AttachmentLimitType | undefined;
|
|
11078
|
-
}
|
|
11079
|
-
/**
|
|
11080
|
-
* <p>Describes the memory for the FPGA accelerator for the instance type.</p>
|
|
11081
|
-
* @public
|
|
11082
|
-
*/
|
|
11083
|
-
export interface FpgaDeviceMemoryInfo {
|
|
11084
|
-
/**
|
|
11085
|
-
* <p>The size of the memory available to the FPGA accelerator, in MiB.</p>
|
|
11086
|
-
* @public
|
|
11087
|
-
*/
|
|
11088
|
-
SizeInMiB?: number | undefined;
|
|
11089
|
-
}
|
|
11090
|
-
/**
|
|
11091
|
-
* <p>Describes the FPGA accelerator for the instance type.</p>
|
|
11092
|
-
* @public
|
|
11093
|
-
*/
|
|
11094
|
-
export interface FpgaDeviceInfo {
|
|
11095
|
-
/**
|
|
11096
|
-
* <p>The name of the FPGA accelerator.</p>
|
|
11097
|
-
* @public
|
|
11098
|
-
*/
|
|
11099
|
-
Name?: string | undefined;
|
|
11100
|
-
/**
|
|
11101
|
-
* <p>The manufacturer of the FPGA accelerator.</p>
|
|
11102
|
-
* @public
|
|
11103
|
-
*/
|
|
11104
|
-
Manufacturer?: string | undefined;
|
|
11105
|
-
/**
|
|
11106
|
-
* <p>The count of FPGA accelerators for the instance type.</p>
|
|
11107
|
-
* @public
|
|
11108
|
-
*/
|
|
11109
|
-
Count?: number | undefined;
|
|
11110
|
-
/**
|
|
11111
|
-
* <p>Describes the memory for the FPGA accelerator for the instance type.</p>
|
|
11112
|
-
* @public
|
|
11113
|
-
*/
|
|
11114
|
-
MemoryInfo?: FpgaDeviceMemoryInfo | undefined;
|
|
11115
|
-
}
|
|
11116
|
-
/**
|
|
11117
|
-
* <p>Describes the FPGAs for the instance type.</p>
|
|
11118
|
-
* @public
|
|
11119
|
-
*/
|
|
11120
|
-
export interface FpgaInfo {
|
|
11121
|
-
/**
|
|
11122
|
-
* <p>Describes the FPGAs for the instance type.</p>
|
|
11123
|
-
* @public
|
|
11124
|
-
*/
|
|
11125
|
-
Fpgas?: FpgaDeviceInfo[] | undefined;
|
|
11126
|
-
/**
|
|
11127
|
-
* <p>The total memory of all FPGA accelerators for the instance type.</p>
|
|
11128
|
-
* @public
|
|
11129
|
-
*/
|
|
11130
|
-
TotalFpgaMemoryInMiB?: number | undefined;
|
|
11131
|
-
}
|
|
11132
|
-
/**
|
|
11133
|
-
* <p>Describes the memory available to the GPU accelerator.</p>
|
|
11134
|
-
* @public
|
|
11135
|
-
*/
|
|
11136
|
-
export interface GpuDeviceMemoryInfo {
|
|
11137
|
-
/**
|
|
11138
|
-
* <p>The size of the memory available to the GPU accelerator, in MiB.</p>
|
|
11139
|
-
* @public
|
|
11140
|
-
*/
|
|
11141
|
-
SizeInMiB?: number | undefined;
|
|
11142
|
-
}
|
|
11143
|
-
/**
|
|
11144
|
-
* <p>Describes the GPU accelerators for the instance type.</p>
|
|
11145
|
-
* @public
|
|
11146
|
-
*/
|
|
11147
|
-
export interface GpuDeviceInfo {
|
|
11148
|
-
/**
|
|
11149
|
-
* <p>The name of the GPU accelerator.</p>
|
|
11150
|
-
* @public
|
|
11151
|
-
*/
|
|
11152
|
-
Name?: string | undefined;
|
|
11153
|
-
/**
|
|
11154
|
-
* <p>The manufacturer of the GPU accelerator.</p>
|
|
11155
|
-
* @public
|
|
11156
|
-
*/
|
|
11157
|
-
Manufacturer?: string | undefined;
|
|
11158
|
-
/**
|
|
11159
|
-
* <p>The number of GPUs for the instance type.</p>
|
|
11160
|
-
* @public
|
|
11161
|
-
*/
|
|
11162
|
-
Count?: number | undefined;
|
|
11163
|
-
/**
|
|
11164
|
-
* <p>Describes the memory available to the GPU accelerator.</p>
|
|
11165
|
-
* @public
|
|
11166
|
-
*/
|
|
11167
|
-
MemoryInfo?: GpuDeviceMemoryInfo | undefined;
|
|
11168
|
-
}
|
|
11169
|
-
/**
|
|
11170
|
-
* <p>Describes the GPU accelerators for the instance type.</p>
|
|
11171
|
-
* @public
|
|
11172
|
-
*/
|
|
11173
|
-
export interface GpuInfo {
|
|
11174
|
-
/**
|
|
11175
|
-
* <p>Describes the GPU accelerators for the instance type.</p>
|
|
11176
|
-
* @public
|
|
11177
|
-
*/
|
|
11178
|
-
Gpus?: GpuDeviceInfo[] | undefined;
|
|
11179
|
-
/**
|
|
11180
|
-
* <p>The total size of the memory for the GPU accelerators for the instance type, in MiB.</p>
|
|
11181
|
-
* @public
|
|
11182
|
-
*/
|
|
11183
|
-
TotalGpuMemoryInMiB?: number | undefined;
|
|
11184
|
-
}
|
|
11185
|
-
/**
|
|
11186
|
-
* @public
|
|
11187
|
-
* @enum
|
|
11188
|
-
*/
|
|
11189
|
-
export declare const InstanceTypeHypervisor: {
|
|
11190
|
-
readonly NITRO: "nitro";
|
|
11191
|
-
readonly XEN: "xen";
|
|
11192
|
-
};
|
|
11193
|
-
/**
|
|
11194
|
-
* @public
|
|
11195
|
-
*/
|
|
11196
|
-
export type InstanceTypeHypervisor = (typeof InstanceTypeHypervisor)[keyof typeof InstanceTypeHypervisor];
|
|
11197
|
-
/**
|
|
11198
|
-
* <note>
|
|
11199
|
-
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
11200
|
-
* </note>
|
|
11201
|
-
* <p>Describes the memory available to the inference accelerator.</p>
|
|
11202
|
-
* @public
|
|
11203
|
-
*/
|
|
11204
|
-
export interface InferenceDeviceMemoryInfo {
|
|
11205
|
-
/**
|
|
11206
|
-
* <p>The size of the memory available to the inference accelerator, in MiB.</p>
|
|
11207
|
-
* @public
|
|
11208
|
-
*/
|
|
11209
|
-
SizeInMiB?: number | undefined;
|
|
11210
|
-
}
|
|
11211
|
-
/**
|
|
11212
|
-
* <note>
|
|
11213
|
-
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
11214
|
-
* </note>
|
|
11215
|
-
* <p>Describes the Inference accelerators for the instance type.</p>
|
|
11216
|
-
* @public
|
|
11217
|
-
*/
|
|
11218
|
-
export interface InferenceDeviceInfo {
|
|
11219
|
-
/**
|
|
11220
|
-
* <p>The number of Inference accelerators for the instance type.</p>
|
|
11221
|
-
* @public
|
|
11222
|
-
*/
|
|
11223
|
-
Count?: number | undefined;
|
|
11224
|
-
/**
|
|
11225
|
-
* <p>The name of the Inference accelerator.</p>
|
|
11226
|
-
* @public
|
|
11227
|
-
*/
|
|
11228
|
-
Name?: string | undefined;
|
|
11229
|
-
/**
|
|
11230
|
-
* <p>The manufacturer of the Inference accelerator.</p>
|
|
11231
|
-
* @public
|
|
11232
|
-
*/
|
|
11233
|
-
Manufacturer?: string | undefined;
|
|
11234
|
-
/**
|
|
11235
|
-
* <p>Describes the memory available to the inference accelerator.</p>
|
|
11236
|
-
* @public
|
|
11237
|
-
*/
|
|
11238
|
-
MemoryInfo?: InferenceDeviceMemoryInfo | undefined;
|
|
11239
|
-
}
|
|
11240
|
-
/**
|
|
11241
|
-
* <note>
|
|
11242
|
-
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
11243
|
-
* </note>
|
|
11244
|
-
* <p>Describes the Inference accelerators for the instance type.</p>
|
|
11245
|
-
* @public
|
|
11246
|
-
*/
|
|
11247
|
-
export interface InferenceAcceleratorInfo {
|
|
11248
|
-
/**
|
|
11249
|
-
* <p>Describes the Inference accelerators for the instance type.</p>
|
|
11250
|
-
* @public
|
|
11251
|
-
*/
|
|
11252
|
-
Accelerators?: InferenceDeviceInfo[] | undefined;
|
|
11253
|
-
/**
|
|
11254
|
-
* <p>The total size of the memory for the inference accelerators for the instance type, in
|
|
11255
|
-
* MiB.</p>
|
|
11256
|
-
* @public
|
|
11257
|
-
*/
|
|
11258
|
-
TotalInferenceMemoryInMiB?: number | undefined;
|
|
11259
|
-
}
|
|
11260
|
-
/**
|
|
11261
|
-
* @public
|
|
11262
|
-
* @enum
|
|
11263
|
-
*/
|
|
11264
|
-
export declare const DiskType: {
|
|
11265
|
-
readonly hdd: "hdd";
|
|
11266
|
-
readonly ssd: "ssd";
|
|
11267
|
-
};
|
|
11268
|
-
/**
|
|
11269
|
-
* @public
|
|
11270
|
-
*/
|
|
11271
|
-
export type DiskType = (typeof DiskType)[keyof typeof DiskType];
|
|
11272
|
-
/**
|
|
11273
|
-
* <p>Describes a disk.</p>
|
|
11274
|
-
* @public
|
|
11275
|
-
*/
|
|
11276
|
-
export interface DiskInfo {
|
|
11277
|
-
/**
|
|
11278
|
-
* <p>The size of the disk in GB.</p>
|
|
11279
|
-
* @public
|
|
11280
|
-
*/
|
|
11281
|
-
SizeInGB?: number | undefined;
|
|
11282
|
-
/**
|
|
11283
|
-
* <p>The number of disks with this configuration.</p>
|
|
11284
|
-
* @public
|
|
11285
|
-
*/
|
|
11286
|
-
Count?: number | undefined;
|
|
11287
|
-
/**
|
|
11288
|
-
* <p>The type of disk.</p>
|
|
11289
|
-
* @public
|
|
11290
|
-
*/
|
|
11291
|
-
Type?: DiskType | undefined;
|
|
11292
|
-
}
|
|
11293
|
-
/**
|
|
11294
|
-
* @public
|
|
11295
|
-
* @enum
|
|
11296
|
-
*/
|
|
11297
|
-
export declare const InstanceStorageEncryptionSupport: {
|
|
11298
|
-
readonly required: "required";
|
|
11299
|
-
readonly unsupported: "unsupported";
|
|
11300
|
-
};
|
|
11301
|
-
/**
|
|
11302
|
-
* @public
|
|
11303
|
-
*/
|
|
11304
|
-
export type InstanceStorageEncryptionSupport = (typeof InstanceStorageEncryptionSupport)[keyof typeof InstanceStorageEncryptionSupport];
|
|
11305
|
-
/**
|
|
11306
|
-
* @public
|
|
11307
|
-
* @enum
|
|
11308
|
-
*/
|
|
11309
|
-
export declare const EphemeralNvmeSupport: {
|
|
11310
|
-
readonly REQUIRED: "required";
|
|
11311
|
-
readonly SUPPORTED: "supported";
|
|
11312
|
-
readonly UNSUPPORTED: "unsupported";
|
|
11313
|
-
};
|
|
11314
|
-
/**
|
|
11315
|
-
* @public
|
|
11316
|
-
*/
|
|
11317
|
-
export type EphemeralNvmeSupport = (typeof EphemeralNvmeSupport)[keyof typeof EphemeralNvmeSupport];
|
|
11318
|
-
/**
|
|
11319
|
-
* <p>Describes the instance store features that are supported by the instance type.</p>
|
|
11320
|
-
* @public
|
|
11768
|
+
* @internal
|
|
11321
11769
|
*/
|
|
11322
|
-
export
|
|
11323
|
-
/**
|
|
11324
|
-
* <p>The total size of the disks, in GB.</p>
|
|
11325
|
-
* @public
|
|
11326
|
-
*/
|
|
11327
|
-
TotalSizeInGB?: number | undefined;
|
|
11328
|
-
/**
|
|
11329
|
-
* <p>Describes the disks that are available for the instance type.</p>
|
|
11330
|
-
* @public
|
|
11331
|
-
*/
|
|
11332
|
-
Disks?: DiskInfo[] | undefined;
|
|
11333
|
-
/**
|
|
11334
|
-
* <p>Indicates whether non-volatile memory express (NVMe) is supported.</p>
|
|
11335
|
-
* @public
|
|
11336
|
-
*/
|
|
11337
|
-
NvmeSupport?: EphemeralNvmeSupport | undefined;
|
|
11338
|
-
/**
|
|
11339
|
-
* <p>Indicates whether data is encrypted at rest.</p>
|
|
11340
|
-
* @public
|
|
11341
|
-
*/
|
|
11342
|
-
EncryptionSupport?: InstanceStorageEncryptionSupport | undefined;
|
|
11343
|
-
}
|
|
11770
|
+
export declare const DescribeBundleTasksResultFilterSensitiveLog: (obj: DescribeBundleTasksResult) => any;
|
|
11344
11771
|
/**
|
|
11345
11772
|
* @internal
|
|
11346
11773
|
*/
|