@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,4 +1,4 @@
|
|
|
1
|
-
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion, AddressFamily, AllocationType, AttachmentStatus, CapacityReservationFleetState, InstanceEventWindow,
|
|
1
|
+
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion, AddressFamily, AllocationType, AttachmentStatus, CapacityReservationFleetState, InstanceEventWindow, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VolumeAttachment, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -1136,7 +1136,7 @@ export interface CapacityReservation {
|
|
|
1136
1136
|
*/
|
|
1137
1137
|
CapacityReservationArn?: string | undefined;
|
|
1138
1138
|
/**
|
|
1139
|
-
* <p>The Availability Zone
|
|
1139
|
+
* <p>The ID of the Availability Zone in which the capacity is reserved.</p>
|
|
1140
1140
|
* @public
|
|
1141
1141
|
*/
|
|
1142
1142
|
AvailabilityZoneId?: string | undefined;
|
|
@@ -1269,12 +1269,12 @@ export interface CapacityReservation {
|
|
|
1269
1269
|
*/
|
|
1270
1270
|
State?: CapacityReservationState | undefined;
|
|
1271
1271
|
/**
|
|
1272
|
-
* <p>The date and time
|
|
1272
|
+
* <p>The date and time the Capacity Reservation was started.</p>
|
|
1273
1273
|
* @public
|
|
1274
1274
|
*/
|
|
1275
1275
|
StartDate?: Date | undefined;
|
|
1276
1276
|
/**
|
|
1277
|
-
* <p>The date and time
|
|
1277
|
+
* <p>The date and time the Capacity Reservation expires. When a Capacity
|
|
1278
1278
|
* Reservation expires, the reserved capacity is released and you can no longer launch
|
|
1279
1279
|
* instances into it. The Capacity Reservation's state changes to <code>expired</code> when
|
|
1280
1280
|
* it reaches its end date and time.</p>
|
|
@@ -1322,7 +1322,7 @@ export interface CapacityReservation {
|
|
|
1322
1322
|
*/
|
|
1323
1323
|
InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
|
|
1324
1324
|
/**
|
|
1325
|
-
* <p>The date and time
|
|
1325
|
+
* <p>The date and time the Capacity Reservation was created.</p>
|
|
1326
1326
|
* @public
|
|
1327
1327
|
*/
|
|
1328
1328
|
CreateDate?: Date | undefined;
|
|
@@ -4069,6 +4069,9 @@ export interface VpcEncryptionControlExclusions {
|
|
|
4069
4069
|
NatGateway?: VpcEncryptionControlExclusion | undefined;
|
|
4070
4070
|
VirtualPrivateGateway?: VpcEncryptionControlExclusion | undefined;
|
|
4071
4071
|
VpcPeering?: VpcEncryptionControlExclusion | undefined;
|
|
4072
|
+
Lambda?: VpcEncryptionControlExclusion | undefined;
|
|
4073
|
+
VpcLattice?: VpcEncryptionControlExclusion | undefined;
|
|
4074
|
+
ElasticFileSystem?: VpcEncryptionControlExclusion | undefined;
|
|
4072
4075
|
}
|
|
4073
4076
|
/**
|
|
4074
4077
|
* @public
|
|
@@ -9647,189 +9650,288 @@ export interface CreateIpamPoolResult {
|
|
|
9647
9650
|
}
|
|
9648
9651
|
/**
|
|
9649
9652
|
* @public
|
|
9653
|
+
* @enum
|
|
9650
9654
|
*/
|
|
9651
|
-
export
|
|
9655
|
+
export declare const IpamPrefixListResolverRuleConditionOperation: {
|
|
9656
|
+
readonly equals: "equals";
|
|
9657
|
+
readonly not_equals: "not-equals";
|
|
9658
|
+
readonly subnet_of: "subnet-of";
|
|
9659
|
+
};
|
|
9660
|
+
/**
|
|
9661
|
+
* @public
|
|
9662
|
+
*/
|
|
9663
|
+
export type IpamPrefixListResolverRuleConditionOperation = (typeof IpamPrefixListResolverRuleConditionOperation)[keyof typeof IpamPrefixListResolverRuleConditionOperation];
|
|
9664
|
+
/**
|
|
9665
|
+
* <p>Describes a condition used when creating or modifying resolver rules.</p>
|
|
9666
|
+
* <p>CIDR selection rules define the business logic for selecting CIDRs from IPAM. If a CIDR matches any of the rules, it will be included. If a rule has multiple conditions, the CIDR has to match every condition of that rule. You can create a prefix list resolver without any CIDR selection rules, but it will generate empty versions (containing no CIDRs) until you add rules.</p>
|
|
9667
|
+
* <p>There are three rule types:</p>
|
|
9668
|
+
* <ul>
|
|
9669
|
+
* <li>
|
|
9670
|
+
* <p>
|
|
9671
|
+
* <b>Static CIDR</b>: A fixed list of CIDRs that do not change (like a manual list replicated across Regions).</p>
|
|
9672
|
+
* </li>
|
|
9673
|
+
* <li>
|
|
9674
|
+
* <p>
|
|
9675
|
+
* <b>IPAM pool CIDR</b>: CIDRs from specific IPAM pools (like all CIDRs from your IPAM production pool).</p>
|
|
9676
|
+
* </li>
|
|
9677
|
+
* <li>
|
|
9678
|
+
* <p>
|
|
9679
|
+
* <b>Scope resource CIDR</b>: CIDRs for Amazon Web Services resources like VPCs, subnets, and EIPs within a specific IPAM scope.</p>
|
|
9680
|
+
* </li>
|
|
9681
|
+
* </ul>
|
|
9682
|
+
* <p>Condition availability by resource type:</p>
|
|
9683
|
+
* <ul>
|
|
9684
|
+
* <li>
|
|
9685
|
+
* <p>Only 2 of the 3 rule types support conditions - <b>IPAM pool CIDR</b> and <b>Scope resource CIDR</b>. <b>Static CIDR</b> rules cannot have conditions.</p>
|
|
9686
|
+
* <ul>
|
|
9687
|
+
* <li>
|
|
9688
|
+
* <p>Condition available for the <b>IPAM pool CIDR</b> resource type:</p>
|
|
9689
|
+
* <ul>
|
|
9690
|
+
* <li>
|
|
9691
|
+
* <p>Property:</p>
|
|
9692
|
+
* <ul>
|
|
9693
|
+
* <li>
|
|
9694
|
+
* <p>IPAM Pool ID</p>
|
|
9695
|
+
* </li>
|
|
9696
|
+
* <li>
|
|
9697
|
+
* <p>CIDR (like 10.24.34.0/23)</p>
|
|
9698
|
+
* </li>
|
|
9699
|
+
* </ul>
|
|
9700
|
+
* </li>
|
|
9701
|
+
* <li>
|
|
9702
|
+
* <p>Operation: Equals/Not equals</p>
|
|
9703
|
+
* </li>
|
|
9704
|
+
* <li>
|
|
9705
|
+
* <p>Value: The value on which to match the condition</p>
|
|
9706
|
+
* </li>
|
|
9707
|
+
* </ul>
|
|
9708
|
+
* </li>
|
|
9709
|
+
* <li>
|
|
9710
|
+
* <p>Conditions for the <b>Scope resource CIDR</b> resource type:</p>
|
|
9711
|
+
* <ul>
|
|
9712
|
+
* <li>
|
|
9713
|
+
* <p>Property:</p>
|
|
9714
|
+
* <ul>
|
|
9715
|
+
* <li>
|
|
9716
|
+
* <p>Resource ID: The unique ID of a resource (like vpc-1234567890abcdef0)</p>
|
|
9717
|
+
* </li>
|
|
9718
|
+
* <li>
|
|
9719
|
+
* <p>Resource type (like VPC or Subnet)</p>
|
|
9720
|
+
* </li>
|
|
9721
|
+
* <li>
|
|
9722
|
+
* <p>Resource owner (like 111122223333)</p>
|
|
9723
|
+
* </li>
|
|
9724
|
+
* <li>
|
|
9725
|
+
* <p>Resource region (like us-east-1)</p>
|
|
9726
|
+
* </li>
|
|
9727
|
+
* <li>
|
|
9728
|
+
* <p>Resource tag (like key: name, value: dev-vpc-1)</p>
|
|
9729
|
+
* </li>
|
|
9730
|
+
* <li>
|
|
9731
|
+
* <p>CIDR (like 10.24.34.0/23)</p>
|
|
9732
|
+
* </li>
|
|
9733
|
+
* </ul>
|
|
9734
|
+
* </li>
|
|
9735
|
+
* <li>
|
|
9736
|
+
* <p>Operation: Equals/Not equals</p>
|
|
9737
|
+
* </li>
|
|
9738
|
+
* <li>
|
|
9739
|
+
* <p>Value: The value on which to match the condition</p>
|
|
9740
|
+
* </li>
|
|
9741
|
+
* </ul>
|
|
9742
|
+
* </li>
|
|
9743
|
+
* <li>
|
|
9744
|
+
* <p>When setting conditions for a rule, one or more conditions is required.</p>
|
|
9745
|
+
* </li>
|
|
9746
|
+
* </ul>
|
|
9747
|
+
* </li>
|
|
9748
|
+
* </ul>
|
|
9749
|
+
* @public
|
|
9750
|
+
*/
|
|
9751
|
+
export interface IpamPrefixListResolverRuleConditionRequest {
|
|
9652
9752
|
/**
|
|
9653
|
-
* <p>
|
|
9654
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
9655
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9753
|
+
* <p>The operation to perform when evaluating this condition.</p>
|
|
9656
9754
|
* @public
|
|
9657
9755
|
*/
|
|
9658
|
-
|
|
9756
|
+
Operation: IpamPrefixListResolverRuleConditionOperation | undefined;
|
|
9659
9757
|
/**
|
|
9660
|
-
* <p>
|
|
9758
|
+
* <p>The ID of the IPAM pool to match against. This condition selects CIDRs that belong to the specified IPAM pool.</p>
|
|
9661
9759
|
* @public
|
|
9662
9760
|
*/
|
|
9663
|
-
|
|
9761
|
+
IpamPoolId?: string | undefined;
|
|
9664
9762
|
/**
|
|
9665
|
-
* <p>
|
|
9763
|
+
* <p>The ID of the Amazon Web Services resource to match against. This condition selects CIDRs associated with the specified resource.</p>
|
|
9666
9764
|
* @public
|
|
9667
9765
|
*/
|
|
9668
|
-
|
|
9766
|
+
ResourceId?: string | undefined;
|
|
9669
9767
|
/**
|
|
9670
|
-
* <p>
|
|
9768
|
+
* <p>The Amazon Web Services account ID that owns the resources to match against. This condition selects CIDRs from resources owned by the specified account.</p>
|
|
9671
9769
|
* @public
|
|
9672
9770
|
*/
|
|
9673
|
-
|
|
9771
|
+
ResourceOwner?: string | undefined;
|
|
9674
9772
|
/**
|
|
9675
|
-
* <p>
|
|
9773
|
+
* <p>The Amazon Web Services Region where the resources are located. This condition selects CIDRs from resources in the specified Region.</p>
|
|
9676
9774
|
* @public
|
|
9677
9775
|
*/
|
|
9678
|
-
|
|
9679
|
-
}
|
|
9680
|
-
/**
|
|
9681
|
-
* <p>If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion.</p>
|
|
9682
|
-
* @public
|
|
9683
|
-
*/
|
|
9684
|
-
export interface IpamOrganizationalUnitExclusion {
|
|
9776
|
+
ResourceRegion?: string | undefined;
|
|
9685
9777
|
/**
|
|
9686
|
-
* <p>
|
|
9778
|
+
* <p>A tag key-value pair to match against. This condition selects CIDRs from resources that have the specified tag.</p>
|
|
9687
9779
|
* @public
|
|
9688
9780
|
*/
|
|
9689
|
-
|
|
9781
|
+
ResourceTag?: RequestIpamResourceTag | undefined;
|
|
9782
|
+
/**
|
|
9783
|
+
* <p>A CIDR block to match against. This condition selects CIDRs that fall within or match the specified CIDR range.</p>
|
|
9784
|
+
* @public
|
|
9785
|
+
*/
|
|
9786
|
+
Cidr?: string | undefined;
|
|
9690
9787
|
}
|
|
9691
9788
|
/**
|
|
9692
9789
|
* @public
|
|
9693
9790
|
* @enum
|
|
9694
9791
|
*/
|
|
9695
|
-
export declare const
|
|
9696
|
-
readonly
|
|
9697
|
-
readonly
|
|
9698
|
-
readonly
|
|
9699
|
-
readonly
|
|
9700
|
-
readonly
|
|
9701
|
-
readonly
|
|
9702
|
-
readonly ISOLATE_COMPLETE: "isolate-complete";
|
|
9703
|
-
readonly ISOLATE_IN_PROGRESS: "isolate-in-progress";
|
|
9704
|
-
readonly MODIFY_COMPLETE: "modify-complete";
|
|
9705
|
-
readonly MODIFY_FAILED: "modify-failed";
|
|
9706
|
-
readonly MODIFY_IN_PROGRESS: "modify-in-progress";
|
|
9707
|
-
readonly RESTORE_IN_PROGRESS: "restore-in-progress";
|
|
9792
|
+
export declare const IpamResourceType: {
|
|
9793
|
+
readonly eip: "eip";
|
|
9794
|
+
readonly eni: "eni";
|
|
9795
|
+
readonly ipv6_pool: "ipv6-pool";
|
|
9796
|
+
readonly public_ipv4_pool: "public-ipv4-pool";
|
|
9797
|
+
readonly subnet: "subnet";
|
|
9798
|
+
readonly vpc: "vpc";
|
|
9708
9799
|
};
|
|
9709
9800
|
/**
|
|
9710
9801
|
* @public
|
|
9711
9802
|
*/
|
|
9712
|
-
export type
|
|
9803
|
+
export type IpamResourceType = (typeof IpamResourceType)[keyof typeof IpamResourceType];
|
|
9713
9804
|
/**
|
|
9714
|
-
* <p>A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.</p>
|
|
9715
9805
|
* @public
|
|
9806
|
+
* @enum
|
|
9716
9807
|
*/
|
|
9717
|
-
export
|
|
9718
|
-
|
|
9719
|
-
|
|
9720
|
-
|
|
9721
|
-
|
|
9722
|
-
|
|
9723
|
-
|
|
9724
|
-
|
|
9725
|
-
|
|
9726
|
-
|
|
9727
|
-
|
|
9728
|
-
|
|
9729
|
-
|
|
9730
|
-
|
|
9731
|
-
|
|
9732
|
-
|
|
9733
|
-
|
|
9734
|
-
|
|
9735
|
-
|
|
9736
|
-
|
|
9737
|
-
|
|
9738
|
-
|
|
9739
|
-
|
|
9740
|
-
|
|
9741
|
-
|
|
9742
|
-
|
|
9743
|
-
|
|
9744
|
-
|
|
9745
|
-
|
|
9746
|
-
|
|
9747
|
-
|
|
9808
|
+
export declare const IpamPrefixListResolverRuleType: {
|
|
9809
|
+
readonly ipam_pool_cidr: "ipam-pool-cidr";
|
|
9810
|
+
readonly ipam_resource_cidr: "ipam-resource-cidr";
|
|
9811
|
+
readonly static_cidr: "static-cidr";
|
|
9812
|
+
};
|
|
9813
|
+
/**
|
|
9814
|
+
* @public
|
|
9815
|
+
*/
|
|
9816
|
+
export type IpamPrefixListResolverRuleType = (typeof IpamPrefixListResolverRuleType)[keyof typeof IpamPrefixListResolverRuleType];
|
|
9817
|
+
/**
|
|
9818
|
+
* <p>Describes a CIDR selection rule to include in a request. This is used when creating or modifying resolver rules.</p>
|
|
9819
|
+
* <p>CIDR selection rules define the business logic for selecting CIDRs from IPAM. If a CIDR matches any of the rules, it will be included. If a rule has multiple conditions, the CIDR has to match every condition of that rule. You can create a prefix list resolver without any CIDR selection rules, but it will generate empty versions (containing no CIDRs) until you add rules.</p>
|
|
9820
|
+
* <p>There are three rule types:</p>
|
|
9821
|
+
* <ul>
|
|
9822
|
+
* <li>
|
|
9823
|
+
* <p>
|
|
9824
|
+
* <b>Static CIDR</b>: A fixed list of CIDRs that do not change (like a manual list replicated across Regions).</p>
|
|
9825
|
+
* </li>
|
|
9826
|
+
* <li>
|
|
9827
|
+
* <p>
|
|
9828
|
+
* <b>IPAM pool CIDR</b>: CIDRs from specific IPAM pools (like all CIDRs from your IPAM production pool).</p>
|
|
9829
|
+
* </li>
|
|
9830
|
+
* <li>
|
|
9831
|
+
* <p>
|
|
9832
|
+
* <b>Scope resource CIDR</b>: CIDRs for Amazon Web Services resources like VPCs, subnets, and EIPs within a specific IPAM scope.</p>
|
|
9833
|
+
* </li>
|
|
9834
|
+
* </ul>
|
|
9835
|
+
* <p>Condition availability by resource type:</p>
|
|
9836
|
+
* <ul>
|
|
9837
|
+
* <li>
|
|
9838
|
+
* <p>Only 2 of the 3 rule types support conditions - <b>IPAM pool CIDR</b> and <b>Scope resource CIDR</b>. <b>Static CIDR</b> rules cannot have conditions.</p>
|
|
9839
|
+
* <ul>
|
|
9840
|
+
* <li>
|
|
9841
|
+
* <p>Condition available for the <b>IPAM pool CIDR</b> resource type:</p>
|
|
9842
|
+
* <ul>
|
|
9843
|
+
* <li>
|
|
9844
|
+
* <p>Property:</p>
|
|
9845
|
+
* <ul>
|
|
9846
|
+
* <li>
|
|
9847
|
+
* <p>IPAM Pool ID</p>
|
|
9848
|
+
* </li>
|
|
9849
|
+
* <li>
|
|
9850
|
+
* <p>CIDR (like 10.24.34.0/23)</p>
|
|
9851
|
+
* </li>
|
|
9852
|
+
* </ul>
|
|
9853
|
+
* </li>
|
|
9854
|
+
* <li>
|
|
9855
|
+
* <p>Operation: Equals/Not equals</p>
|
|
9856
|
+
* </li>
|
|
9857
|
+
* <li>
|
|
9858
|
+
* <p>Value: The value on which to match the condition</p>
|
|
9859
|
+
* </li>
|
|
9860
|
+
* </ul>
|
|
9861
|
+
* </li>
|
|
9862
|
+
* <li>
|
|
9863
|
+
* <p>Conditions for the <b>Scope resource CIDR</b> resource type:</p>
|
|
9864
|
+
* <ul>
|
|
9865
|
+
* <li>
|
|
9866
|
+
* <p>Property:</p>
|
|
9867
|
+
* <ul>
|
|
9868
|
+
* <li>
|
|
9869
|
+
* <p>Resource ID: The unique ID of a resource (like vpc-1234567890abcdef0)</p>
|
|
9870
|
+
* </li>
|
|
9871
|
+
* <li>
|
|
9872
|
+
* <p>Resource type (like VPC or Subnet)</p>
|
|
9873
|
+
* </li>
|
|
9874
|
+
* <li>
|
|
9875
|
+
* <p>Resource owner (like 111122223333)</p>
|
|
9876
|
+
* </li>
|
|
9877
|
+
* <li>
|
|
9878
|
+
* <p>Resource region (like us-east-1)</p>
|
|
9879
|
+
* </li>
|
|
9880
|
+
* <li>
|
|
9881
|
+
* <p>Resource tag (like key: name, value: dev-vpc-1)</p>
|
|
9882
|
+
* </li>
|
|
9883
|
+
* <li>
|
|
9884
|
+
* <p>CIDR (like 10.24.34.0/23)</p>
|
|
9885
|
+
* </li>
|
|
9886
|
+
* </ul>
|
|
9887
|
+
* </li>
|
|
9888
|
+
* <li>
|
|
9889
|
+
* <p>Operation: Equals/Not equals</p>
|
|
9890
|
+
* </li>
|
|
9891
|
+
* <li>
|
|
9892
|
+
* <p>Value: The value on which to match the condition</p>
|
|
9893
|
+
* </li>
|
|
9894
|
+
* </ul>
|
|
9895
|
+
* </li>
|
|
9896
|
+
* <li>
|
|
9897
|
+
* <p>When setting conditions for a rule, one or more conditions is required.</p>
|
|
9898
|
+
* </li>
|
|
9899
|
+
* </ul>
|
|
9900
|
+
* </li>
|
|
9901
|
+
* </ul>
|
|
9902
|
+
* @public
|
|
9903
|
+
*/
|
|
9904
|
+
export interface IpamPrefixListResolverRuleRequest {
|
|
9748
9905
|
/**
|
|
9749
|
-
* <p>
|
|
9906
|
+
* <p>The type of CIDR selection rule. Valid values include <code>include</code> for selecting CIDRs that match the conditions, and <code>exclude</code> for excluding CIDRs that match the conditions.</p>
|
|
9750
9907
|
* @public
|
|
9751
9908
|
*/
|
|
9752
|
-
|
|
9909
|
+
RuleType: IpamPrefixListResolverRuleType | undefined;
|
|
9753
9910
|
/**
|
|
9754
|
-
* <p>
|
|
9755
|
-
* <ul>
|
|
9756
|
-
* <li>
|
|
9757
|
-
* <p>
|
|
9758
|
-
* <code>create-in-progress</code> - Resource discovery is being created.</p>
|
|
9759
|
-
* </li>
|
|
9760
|
-
* <li>
|
|
9761
|
-
* <p>
|
|
9762
|
-
* <code>create-complete</code> - Resource discovery creation is complete.</p>
|
|
9763
|
-
* </li>
|
|
9764
|
-
* <li>
|
|
9765
|
-
* <p>
|
|
9766
|
-
* <code>create-failed</code> - Resource discovery creation has failed.</p>
|
|
9767
|
-
* </li>
|
|
9768
|
-
* <li>
|
|
9769
|
-
* <p>
|
|
9770
|
-
* <code>modify-in-progress</code> - Resource discovery is being modified.</p>
|
|
9771
|
-
* </li>
|
|
9772
|
-
* <li>
|
|
9773
|
-
* <p>
|
|
9774
|
-
* <code>modify-complete</code> - Resource discovery modification is complete.</p>
|
|
9775
|
-
* </li>
|
|
9776
|
-
* <li>
|
|
9777
|
-
* <p>
|
|
9778
|
-
* <code>modify-failed</code> - Resource discovery modification has failed.</p>
|
|
9779
|
-
* </li>
|
|
9780
|
-
* <li>
|
|
9781
|
-
* <p>
|
|
9782
|
-
* <code>delete-in-progress</code> - Resource discovery is being deleted.</p>
|
|
9783
|
-
* </li>
|
|
9784
|
-
* <li>
|
|
9785
|
-
* <p>
|
|
9786
|
-
* <code>delete-complete</code> - Resource discovery deletion is complete.</p>
|
|
9787
|
-
* </li>
|
|
9788
|
-
* <li>
|
|
9789
|
-
* <p>
|
|
9790
|
-
* <code>delete-failed</code> - Resource discovery deletion has failed.</p>
|
|
9791
|
-
* </li>
|
|
9792
|
-
* <li>
|
|
9793
|
-
* <p>
|
|
9794
|
-
* <code>isolate-in-progress</code> - Amazon Web Services account that created the resource discovery has been removed and the resource discovery is being isolated.</p>
|
|
9795
|
-
* </li>
|
|
9796
|
-
* <li>
|
|
9797
|
-
* <p>
|
|
9798
|
-
* <code>isolate-complete</code> - Resource discovery isolation is complete.</p>
|
|
9799
|
-
* </li>
|
|
9800
|
-
* <li>
|
|
9801
|
-
* <p>
|
|
9802
|
-
* <code>restore-in-progress</code> - Amazon Web Services account that created the resource discovery and was isolated has been restored.</p>
|
|
9803
|
-
* </li>
|
|
9804
|
-
* </ul>
|
|
9911
|
+
* <p>A fixed list of CIDRs that do not change (like a manual list replicated across Regions).</p>
|
|
9805
9912
|
* @public
|
|
9806
9913
|
*/
|
|
9807
|
-
|
|
9914
|
+
StaticCidr?: string | undefined;
|
|
9808
9915
|
/**
|
|
9809
|
-
* <p>
|
|
9916
|
+
* <p>The ID of the IPAM scope from which to select CIDRs. This determines whether to select from public or private IP address space.</p>
|
|
9810
9917
|
* @public
|
|
9811
9918
|
*/
|
|
9812
|
-
|
|
9919
|
+
IpamScopeId?: string | undefined;
|
|
9813
9920
|
/**
|
|
9814
|
-
* <p>
|
|
9921
|
+
* <p>For rules of type <code>ipam-resource-cidr</code>, this is the resource type.</p>
|
|
9815
9922
|
* @public
|
|
9816
9923
|
*/
|
|
9817
|
-
|
|
9818
|
-
}
|
|
9819
|
-
/**
|
|
9820
|
-
* @public
|
|
9821
|
-
*/
|
|
9822
|
-
export interface CreateIpamResourceDiscoveryResult {
|
|
9924
|
+
ResourceType?: IpamResourceType | undefined;
|
|
9823
9925
|
/**
|
|
9824
|
-
* <p>
|
|
9926
|
+
* <p>The conditions that determine which CIDRs are selected by this rule. Conditions specify criteria such as resource type, tags, account IDs, and Regions.</p>
|
|
9825
9927
|
* @public
|
|
9826
9928
|
*/
|
|
9827
|
-
|
|
9929
|
+
Conditions?: IpamPrefixListResolverRuleConditionRequest[] | undefined;
|
|
9828
9930
|
}
|
|
9829
9931
|
/**
|
|
9830
9932
|
* @public
|
|
9831
9933
|
*/
|
|
9832
|
-
export interface
|
|
9934
|
+
export interface CreateIpamPrefixListResolverRequest {
|
|
9833
9935
|
/**
|
|
9834
9936
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
9835
9937
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -9838,18 +9940,28 @@ export interface CreateIpamScopeRequest {
|
|
|
9838
9940
|
*/
|
|
9839
9941
|
DryRun?: boolean | undefined;
|
|
9840
9942
|
/**
|
|
9841
|
-
* <p>The ID of the IPAM for
|
|
9943
|
+
* <p>The ID of the IPAM that will serve as the source of the IP address database for CIDR selection. The IPAM must be in the Advanced tier to use this feature.</p>
|
|
9842
9944
|
* @public
|
|
9843
9945
|
*/
|
|
9844
9946
|
IpamId: string | undefined;
|
|
9845
9947
|
/**
|
|
9846
|
-
* <p>A description for the
|
|
9948
|
+
* <p>A description for the IPAM prefix list resolver to help you identify its purpose and configuration.</p>
|
|
9847
9949
|
* @public
|
|
9848
9950
|
*/
|
|
9849
9951
|
Description?: string | undefined;
|
|
9850
9952
|
/**
|
|
9851
|
-
* <p>The
|
|
9852
|
-
*
|
|
9953
|
+
* <p>The address family for the IPAM prefix list resolver. Valid values are <code>ipv4</code> and <code>ipv6</code>. You must create separate resolvers for IPv4 and IPv6 CIDRs as they cannot be mixed in the same resolver.</p>
|
|
9954
|
+
* @public
|
|
9955
|
+
*/
|
|
9956
|
+
AddressFamily: AddressFamily | undefined;
|
|
9957
|
+
/**
|
|
9958
|
+
* <p>The CIDR selection rules for the resolver.</p>
|
|
9959
|
+
* <p>CIDR selection rules define the business logic for selecting CIDRs from IPAM. If a CIDR matches any of the rules, it will be included. If a rule has multiple conditions, the CIDR has to match every condition of that rule. You can create a prefix list resolver without any CIDR selection rules, but it will generate empty versions (containing no CIDRs) until you add rules.</p>
|
|
9960
|
+
* @public
|
|
9961
|
+
*/
|
|
9962
|
+
Rules?: IpamPrefixListResolverRuleRequest[] | undefined;
|
|
9963
|
+
/**
|
|
9964
|
+
* <p>The tags to apply to the IPAM prefix list resolver during creation. Tags help you organize and manage your Amazon Web Services resources.</p>
|
|
9853
9965
|
* @public
|
|
9854
9966
|
*/
|
|
9855
9967
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
@@ -9863,7 +9975,20 @@ export interface CreateIpamScopeRequest {
|
|
|
9863
9975
|
* @public
|
|
9864
9976
|
* @enum
|
|
9865
9977
|
*/
|
|
9866
|
-
export declare const
|
|
9978
|
+
export declare const IpamPrefixListResolverVersionCreationStatus: {
|
|
9979
|
+
readonly failure: "failure";
|
|
9980
|
+
readonly pending: "pending";
|
|
9981
|
+
readonly success: "success";
|
|
9982
|
+
};
|
|
9983
|
+
/**
|
|
9984
|
+
* @public
|
|
9985
|
+
*/
|
|
9986
|
+
export type IpamPrefixListResolverVersionCreationStatus = (typeof IpamPrefixListResolverVersionCreationStatus)[keyof typeof IpamPrefixListResolverVersionCreationStatus];
|
|
9987
|
+
/**
|
|
9988
|
+
* @public
|
|
9989
|
+
* @enum
|
|
9990
|
+
*/
|
|
9991
|
+
export declare const IpamPrefixListResolverState: {
|
|
9867
9992
|
readonly create_complete: "create-complete";
|
|
9868
9993
|
readonly create_failed: "create-failed";
|
|
9869
9994
|
readonly create_in_progress: "create-in-progress";
|
|
@@ -9880,1924 +10005,1580 @@ export declare const IpamScopeState: {
|
|
|
9880
10005
|
/**
|
|
9881
10006
|
* @public
|
|
9882
10007
|
*/
|
|
9883
|
-
export type
|
|
10008
|
+
export type IpamPrefixListResolverState = (typeof IpamPrefixListResolverState)[keyof typeof IpamPrefixListResolverState];
|
|
9884
10009
|
/**
|
|
9885
|
-
* <p>
|
|
9886
|
-
* <p>
|
|
10010
|
+
* <p>Describes an IPAM prefix list resolver.</p>
|
|
10011
|
+
* <p>An IPAM prefix list resolver is a component that manages the synchronization between IPAM's CIDR selection rules and customer-managed prefix lists. It automates connectivity configurations by selecting CIDRs from IPAM's database based on your business logic and synchronizing them with prefix lists used in resources such as VPC route tables and security groups.</p>
|
|
9887
10012
|
* @public
|
|
9888
10013
|
*/
|
|
9889
|
-
export interface
|
|
10014
|
+
export interface IpamPrefixListResolver {
|
|
9890
10015
|
/**
|
|
9891
|
-
* <p>The Amazon Web Services account
|
|
10016
|
+
* <p>The ID of the Amazon Web Services account that owns the IPAM prefix list resolver.</p>
|
|
9892
10017
|
* @public
|
|
9893
10018
|
*/
|
|
9894
10019
|
OwnerId?: string | undefined;
|
|
9895
10020
|
/**
|
|
9896
|
-
* <p>The ID of the
|
|
10021
|
+
* <p>The ID of the IPAM prefix list resolver.</p>
|
|
9897
10022
|
* @public
|
|
9898
10023
|
*/
|
|
9899
|
-
|
|
10024
|
+
IpamPrefixListResolverId?: string | undefined;
|
|
9900
10025
|
/**
|
|
9901
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
10026
|
+
* <p>The Amazon Resource Name (ARN) of the IPAM prefix list resolver.</p>
|
|
9902
10027
|
* @public
|
|
9903
10028
|
*/
|
|
9904
|
-
|
|
10029
|
+
IpamPrefixListResolverArn?: string | undefined;
|
|
9905
10030
|
/**
|
|
9906
|
-
* <p>The ARN of the IPAM.</p>
|
|
10031
|
+
* <p>The Amazon Resource Name (ARN) of the IPAM associated with this resolver.</p>
|
|
9907
10032
|
* @public
|
|
9908
10033
|
*/
|
|
9909
10034
|
IpamArn?: string | undefined;
|
|
9910
10035
|
/**
|
|
9911
|
-
* <p>The Amazon Web Services Region
|
|
10036
|
+
* <p>The Amazon Web Services Region where the associated IPAM is located.</p>
|
|
9912
10037
|
* @public
|
|
9913
10038
|
*/
|
|
9914
10039
|
IpamRegion?: string | undefined;
|
|
9915
10040
|
/**
|
|
9916
|
-
* <p>The
|
|
10041
|
+
* <p>The description of the IPAM prefix list resolver.</p>
|
|
9917
10042
|
* @public
|
|
9918
10043
|
*/
|
|
9919
|
-
|
|
10044
|
+
Description?: string | undefined;
|
|
9920
10045
|
/**
|
|
9921
|
-
* <p>
|
|
10046
|
+
* <p>The address family (IPv4 or IPv6) for the IPAM prefix list resolver.</p>
|
|
9922
10047
|
* @public
|
|
9923
10048
|
*/
|
|
9924
|
-
|
|
10049
|
+
AddressFamily?: AddressFamily | undefined;
|
|
9925
10050
|
/**
|
|
9926
|
-
* <p>The
|
|
10051
|
+
* <p>The current state of the IPAM prefix list resolver. Valid values include <code>create-in-progress</code>, <code>create-complete</code>, <code>create-failed</code>, <code>modify-in-progress</code>, <code>modify-complete</code>, <code>modify-failed</code>, <code>delete-in-progress</code>, <code>delete-complete</code>, and <code>delete-failed</code>.</p>
|
|
9927
10052
|
* @public
|
|
9928
10053
|
*/
|
|
9929
|
-
|
|
10054
|
+
State?: IpamPrefixListResolverState | undefined;
|
|
9930
10055
|
/**
|
|
9931
|
-
* <p>The
|
|
10056
|
+
* <p>The tags assigned to the IPAM prefix list resolver.</p>
|
|
9932
10057
|
* @public
|
|
9933
10058
|
*/
|
|
9934
|
-
|
|
10059
|
+
Tags?: Tag[] | undefined;
|
|
9935
10060
|
/**
|
|
9936
|
-
* <p>The
|
|
10061
|
+
* <p>The status for the last time a version was created.</p>
|
|
10062
|
+
* <p>Each version is a snapshot of what CIDRs matched your rules at that moment in time. The version number increments every time the CIDR list
|
|
10063
|
+
* changes due to infrastructure changes.</p>
|
|
9937
10064
|
* @public
|
|
9938
10065
|
*/
|
|
9939
|
-
|
|
10066
|
+
LastVersionCreationStatus?: IpamPrefixListResolverVersionCreationStatus | undefined;
|
|
9940
10067
|
/**
|
|
9941
|
-
* <p>The
|
|
9942
|
-
*
|
|
10068
|
+
* <p>The status message for the last time a version was created.</p>
|
|
10069
|
+
* <p>Each version is a snapshot of what CIDRs matched your rules at that moment in time. The version number increments every time the CIDR list
|
|
10070
|
+
* changes due to infrastructure changes.</p>
|
|
9943
10071
|
* @public
|
|
9944
10072
|
*/
|
|
9945
|
-
|
|
10073
|
+
LastVersionCreationStatusMessage?: string | undefined;
|
|
9946
10074
|
}
|
|
9947
10075
|
/**
|
|
9948
10076
|
* @public
|
|
9949
10077
|
*/
|
|
9950
|
-
export interface
|
|
10078
|
+
export interface CreateIpamPrefixListResolverResult {
|
|
9951
10079
|
/**
|
|
9952
|
-
* <p>Information about the created
|
|
10080
|
+
* <p>Information about the IPAM prefix list resolver that was created.</p>
|
|
9953
10081
|
* @public
|
|
9954
10082
|
*/
|
|
9955
|
-
|
|
10083
|
+
IpamPrefixListResolver?: IpamPrefixListResolver | undefined;
|
|
9956
10084
|
}
|
|
9957
10085
|
/**
|
|
9958
10086
|
* @public
|
|
9959
|
-
* @enum
|
|
9960
|
-
*/
|
|
9961
|
-
export declare const KeyFormat: {
|
|
9962
|
-
readonly pem: "pem";
|
|
9963
|
-
readonly ppk: "ppk";
|
|
9964
|
-
};
|
|
9965
|
-
/**
|
|
9966
|
-
* @public
|
|
9967
|
-
*/
|
|
9968
|
-
export type KeyFormat = (typeof KeyFormat)[keyof typeof KeyFormat];
|
|
9969
|
-
/**
|
|
9970
|
-
* @public
|
|
9971
|
-
* @enum
|
|
9972
10087
|
*/
|
|
9973
|
-
export
|
|
9974
|
-
readonly ed25519: "ed25519";
|
|
9975
|
-
readonly rsa: "rsa";
|
|
9976
|
-
};
|
|
9977
|
-
/**
|
|
9978
|
-
* @public
|
|
9979
|
-
*/
|
|
9980
|
-
export type KeyType = (typeof KeyType)[keyof typeof KeyType];
|
|
9981
|
-
/**
|
|
9982
|
-
* @public
|
|
9983
|
-
*/
|
|
9984
|
-
export interface CreateKeyPairRequest {
|
|
10088
|
+
export interface CreateIpamPrefixListResolverTargetRequest {
|
|
9985
10089
|
/**
|
|
9986
|
-
* <p>A
|
|
9987
|
-
*
|
|
10090
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
10091
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10092
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9988
10093
|
* @public
|
|
9989
10094
|
*/
|
|
9990
|
-
|
|
10095
|
+
DryRun?: boolean | undefined;
|
|
9991
10096
|
/**
|
|
9992
|
-
* <p>The
|
|
9993
|
-
* <p>Default: <code>rsa</code>
|
|
9994
|
-
* </p>
|
|
10097
|
+
* <p>The ID of the IPAM prefix list resolver that will manage the synchronization of CIDRs to the target prefix list.</p>
|
|
9995
10098
|
* @public
|
|
9996
10099
|
*/
|
|
9997
|
-
|
|
10100
|
+
IpamPrefixListResolverId: string | undefined;
|
|
9998
10101
|
/**
|
|
9999
|
-
* <p>The
|
|
10102
|
+
* <p>The ID of the managed prefix list that will be synchronized with CIDRs selected by the IPAM prefix list resolver. This prefix list becomes an IPAM managed prefix list.</p>
|
|
10103
|
+
* <p>An IPAM-managed prefix list is a customer-managed prefix list that has been associated with an IPAM prefix list resolver target. When a prefix list becomes IPAM managed, its CIDRs are automatically synchronized based on the IPAM prefix list resolver's CIDR selection rules, and direct CIDR modifications are restricted.</p>
|
|
10000
10104
|
* @public
|
|
10001
10105
|
*/
|
|
10002
|
-
|
|
10106
|
+
PrefixListId: string | undefined;
|
|
10003
10107
|
/**
|
|
10004
|
-
* <p>The
|
|
10005
|
-
* <p>Default: <code>pem</code>
|
|
10006
|
-
* </p>
|
|
10108
|
+
* <p>The Amazon Web Services Region where the prefix list is located. This is required when referencing a prefix list in a different Region.</p>
|
|
10007
10109
|
* @public
|
|
10008
10110
|
*/
|
|
10009
|
-
|
|
10111
|
+
PrefixListRegion: string | undefined;
|
|
10010
10112
|
/**
|
|
10011
|
-
* <p>
|
|
10012
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10013
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10113
|
+
* <p>The specific version of the prefix list to target. If not specified, the resolver will target the latest version.</p>
|
|
10014
10114
|
* @public
|
|
10015
10115
|
*/
|
|
10016
|
-
|
|
10116
|
+
DesiredVersion?: number | undefined;
|
|
10117
|
+
/**
|
|
10118
|
+
* <p>Indicates whether the resolver target should automatically track the latest version of the prefix list. When enabled, the target will always synchronize with the most current version of the prefix list.</p>
|
|
10119
|
+
* <p>Choose this for automatic updates when you want your prefix lists to stay current with infrastructure changes without manual intervention.</p>
|
|
10120
|
+
* @public
|
|
10121
|
+
*/
|
|
10122
|
+
TrackLatestVersion: boolean | undefined;
|
|
10123
|
+
/**
|
|
10124
|
+
* <p>The tags to apply to the IPAM prefix list resolver target during creation. Tags help you organize and manage your Amazon Web Services resources.</p>
|
|
10125
|
+
* @public
|
|
10126
|
+
*/
|
|
10127
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
10128
|
+
/**
|
|
10129
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
10130
|
+
* @public
|
|
10131
|
+
*/
|
|
10132
|
+
ClientToken?: string | undefined;
|
|
10017
10133
|
}
|
|
10018
10134
|
/**
|
|
10019
|
-
* <p>Describes a key pair.</p>
|
|
10020
10135
|
* @public
|
|
10136
|
+
* @enum
|
|
10021
10137
|
*/
|
|
10022
|
-
export
|
|
10023
|
-
|
|
10024
|
-
|
|
10025
|
-
|
|
10026
|
-
|
|
10027
|
-
|
|
10138
|
+
export declare const IpamPrefixListResolverTargetState: {
|
|
10139
|
+
readonly create_complete: "create-complete";
|
|
10140
|
+
readonly create_failed: "create-failed";
|
|
10141
|
+
readonly create_in_progress: "create-in-progress";
|
|
10142
|
+
readonly delete_complete: "delete-complete";
|
|
10143
|
+
readonly delete_failed: "delete-failed";
|
|
10144
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
10145
|
+
readonly isolate_complete: "isolate-complete";
|
|
10146
|
+
readonly isolate_in_progress: "isolate-in-progress";
|
|
10147
|
+
readonly modify_complete: "modify-complete";
|
|
10148
|
+
readonly modify_failed: "modify-failed";
|
|
10149
|
+
readonly modify_in_progress: "modify-in-progress";
|
|
10150
|
+
readonly restore_in_progress: "restore-in-progress";
|
|
10151
|
+
readonly sync_complete: "sync-complete";
|
|
10152
|
+
readonly sync_failed: "sync-failed";
|
|
10153
|
+
readonly sync_in_progress: "sync-in-progress";
|
|
10154
|
+
};
|
|
10155
|
+
/**
|
|
10156
|
+
* @public
|
|
10157
|
+
*/
|
|
10158
|
+
export type IpamPrefixListResolverTargetState = (typeof IpamPrefixListResolverTargetState)[keyof typeof IpamPrefixListResolverTargetState];
|
|
10159
|
+
/**
|
|
10160
|
+
* <p>Describes an IPAM prefix list resolver target.</p>
|
|
10161
|
+
* <p>An IPAM prefix list resolver target is an association between a specific customer-managed prefix list and an IPAM prefix list resolver. The target enables the resolver to synchronize CIDRs selected by its rules into the specified prefix list, which can then be referenced in Amazon Web Services resources.</p>
|
|
10162
|
+
* @public
|
|
10163
|
+
*/
|
|
10164
|
+
export interface IpamPrefixListResolverTarget {
|
|
10028
10165
|
/**
|
|
10029
|
-
* <p>
|
|
10166
|
+
* <p>The ID of the IPAM prefix list resolver target.</p>
|
|
10030
10167
|
* @public
|
|
10031
10168
|
*/
|
|
10032
|
-
|
|
10169
|
+
IpamPrefixListResolverTargetId?: string | undefined;
|
|
10033
10170
|
/**
|
|
10034
|
-
* <p>The
|
|
10171
|
+
* <p>The Amazon Resource Name (ARN) of the IPAM prefix list resolver target.</p>
|
|
10035
10172
|
* @public
|
|
10036
10173
|
*/
|
|
10037
|
-
|
|
10174
|
+
IpamPrefixListResolverTargetArn?: string | undefined;
|
|
10038
10175
|
/**
|
|
10039
|
-
* <
|
|
10040
|
-
* <li>
|
|
10041
|
-
* <p>For RSA key pairs, the key fingerprint is the SHA-1 digest of the DER encoded private key.</p>
|
|
10042
|
-
* </li>
|
|
10043
|
-
* <li>
|
|
10044
|
-
* <p>For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which is the default for OpenSSH, starting with OpenSSH 6.8.</p>
|
|
10045
|
-
* </li>
|
|
10046
|
-
* </ul>
|
|
10176
|
+
* <p>The ID of the IPAM prefix list resolver associated with this target.</p>
|
|
10047
10177
|
* @public
|
|
10048
10178
|
*/
|
|
10049
|
-
|
|
10179
|
+
IpamPrefixListResolverId?: string | undefined;
|
|
10050
10180
|
/**
|
|
10051
|
-
* <p>
|
|
10181
|
+
* <p>The ID of the Amazon Web Services account that owns the IPAM prefix list resolver target.</p>
|
|
10052
10182
|
* @public
|
|
10053
10183
|
*/
|
|
10054
|
-
|
|
10055
|
-
}
|
|
10056
|
-
/**
|
|
10057
|
-
* <p>The parameters for a block device for an EBS volume.</p>
|
|
10058
|
-
* @public
|
|
10059
|
-
*/
|
|
10060
|
-
export interface LaunchTemplateEbsBlockDeviceRequest {
|
|
10184
|
+
OwnerId?: string | undefined;
|
|
10061
10185
|
/**
|
|
10062
|
-
* <p>
|
|
10063
|
-
* to instances that support Amazon EBS encryption. If you are creating a volume from a
|
|
10064
|
-
* snapshot, you can't specify an encryption value.</p>
|
|
10186
|
+
* <p>The ID of the managed prefix list associated with this target.</p>
|
|
10065
10187
|
* @public
|
|
10066
10188
|
*/
|
|
10067
|
-
|
|
10189
|
+
PrefixListId?: string | undefined;
|
|
10068
10190
|
/**
|
|
10069
|
-
* <p>
|
|
10191
|
+
* <p>The Amazon Web Services Region where the prefix list associated with this target is located.</p>
|
|
10070
10192
|
* @public
|
|
10071
10193
|
*/
|
|
10072
|
-
|
|
10194
|
+
PrefixListRegion?: string | undefined;
|
|
10073
10195
|
/**
|
|
10074
|
-
* <p>The
|
|
10075
|
-
* <code>io1</code>, and <code>io2</code> volumes, this represents the number of IOPS that
|
|
10076
|
-
* are provisioned for the volume. For <code>gp2</code> volumes, this represents the
|
|
10077
|
-
* baseline performance of the volume and the rate at which the volume accumulates I/O
|
|
10078
|
-
* credits for bursting.</p>
|
|
10079
|
-
* <p>The following are the supported values for each volume type:</p>
|
|
10080
|
-
* <ul>
|
|
10081
|
-
* <li>
|
|
10082
|
-
* <p>
|
|
10083
|
-
* <code>gp3</code>: 3,000 - 80,000 IOPS</p>
|
|
10084
|
-
* </li>
|
|
10085
|
-
* <li>
|
|
10086
|
-
* <p>
|
|
10087
|
-
* <code>io1</code>: 100 - 64,000 IOPS</p>
|
|
10088
|
-
* </li>
|
|
10089
|
-
* <li>
|
|
10090
|
-
* <p>
|
|
10091
|
-
* <code>io2</code>: 100 - 256,000 IOPS</p>
|
|
10092
|
-
* </li>
|
|
10093
|
-
* </ul>
|
|
10094
|
-
* <p>For <code>io2</code> volumes, you can achieve up to 256,000 IOPS on
|
|
10095
|
-
* <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">instances
|
|
10096
|
-
* built on the Nitro System</a>. On other instances, you can achieve performance up to 32,000 IOPS.</p>
|
|
10097
|
-
* <p>This parameter is supported for <code>io1</code>, <code>io2</code>, and <code>gp3</code> volumes only.</p>
|
|
10196
|
+
* <p>The desired version of the prefix list that this target should synchronize with.</p>
|
|
10098
10197
|
* @public
|
|
10099
10198
|
*/
|
|
10100
|
-
|
|
10199
|
+
DesiredVersion?: number | undefined;
|
|
10101
10200
|
/**
|
|
10102
|
-
* <p>
|
|
10201
|
+
* <p>The version of the prefix list that was last successfully synchronized by this target.</p>
|
|
10103
10202
|
* @public
|
|
10104
10203
|
*/
|
|
10105
|
-
|
|
10204
|
+
LastSyncedVersion?: number | undefined;
|
|
10106
10205
|
/**
|
|
10107
|
-
* <p>
|
|
10206
|
+
* <p>Indicates whether this target automatically tracks the latest version of the prefix list.</p>
|
|
10108
10207
|
* @public
|
|
10109
10208
|
*/
|
|
10110
|
-
|
|
10209
|
+
TrackLatestVersion?: boolean | undefined;
|
|
10111
10210
|
/**
|
|
10112
|
-
* <p>
|
|
10113
|
-
* size. The following are the supported volumes sizes for each volume type:</p>
|
|
10114
|
-
* <ul>
|
|
10115
|
-
* <li>
|
|
10116
|
-
* <p>
|
|
10117
|
-
* <code>gp2</code>: 1 - 16,384 GiB</p>
|
|
10118
|
-
* </li>
|
|
10119
|
-
* <li>
|
|
10120
|
-
* <p>
|
|
10121
|
-
* <code>gp3</code>: 1 - 65,536 GiB</p>
|
|
10122
|
-
* </li>
|
|
10123
|
-
* <li>
|
|
10124
|
-
* <p>
|
|
10125
|
-
* <code>io1</code>: 4 - 16,384 GiB</p>
|
|
10126
|
-
* </li>
|
|
10127
|
-
* <li>
|
|
10128
|
-
* <p>
|
|
10129
|
-
* <code>io2</code>: 4 - 65,536 GiB</p>
|
|
10130
|
-
* </li>
|
|
10131
|
-
* <li>
|
|
10132
|
-
* <p>
|
|
10133
|
-
* <code>st1</code> and <code>sc1</code>: 125 - 16,384 GiB</p>
|
|
10134
|
-
* </li>
|
|
10135
|
-
* <li>
|
|
10136
|
-
* <p>
|
|
10137
|
-
* <code>standard</code>: 1 - 1024 GiB</p>
|
|
10138
|
-
* </li>
|
|
10139
|
-
* </ul>
|
|
10211
|
+
* <p>A message describing the current state of the IPAM prefix list resolver target, including any error information.</p>
|
|
10140
10212
|
* @public
|
|
10141
10213
|
*/
|
|
10142
|
-
|
|
10214
|
+
StateMessage?: string | undefined;
|
|
10143
10215
|
/**
|
|
10144
|
-
* <p>The
|
|
10145
|
-
* <i>Amazon EBS User Guide</i>.</p>
|
|
10216
|
+
* <p>The current state of the IPAM prefix list resolver target. Valid values include <code>create-in-progress</code>, <code>create-complete</code>, <code>create-failed</code>, <code>modify-in-progress</code>, <code>modify-complete</code>, <code>modify-failed</code>, <code>delete-in-progress</code>, <code>delete-complete</code>, and <code>delete-failed</code>.</p>
|
|
10146
10217
|
* @public
|
|
10147
10218
|
*/
|
|
10148
|
-
|
|
10219
|
+
State?: IpamPrefixListResolverTargetState | undefined;
|
|
10149
10220
|
/**
|
|
10150
|
-
* <p>The
|
|
10151
|
-
* MiB/s.</p>
|
|
10152
|
-
* <p>Valid Range: Minimum value of 125. Maximum value of 2,000.</p>
|
|
10221
|
+
* <p>The tags assigned to the IPAM prefix list resolver target.</p>
|
|
10153
10222
|
* @public
|
|
10154
10223
|
*/
|
|
10155
|
-
|
|
10224
|
+
Tags?: Tag[] | undefined;
|
|
10225
|
+
}
|
|
10226
|
+
/**
|
|
10227
|
+
* @public
|
|
10228
|
+
*/
|
|
10229
|
+
export interface CreateIpamPrefixListResolverTargetResult {
|
|
10156
10230
|
/**
|
|
10157
|
-
* <p>
|
|
10158
|
-
* the snapshot blocks from Amazon S3 to the volume. This is also known as <i>volume
|
|
10159
|
-
* initialization</i>. Specifying a volume initialization rate ensures that the volume is
|
|
10160
|
-
* initialized at a predictable and consistent rate after creation.</p>
|
|
10161
|
-
* <p>This parameter is supported only for volumes created from snapshots. Omit this parameter
|
|
10162
|
-
* if:</p>
|
|
10163
|
-
* <ul>
|
|
10164
|
-
* <li>
|
|
10165
|
-
* <p>You want to create the volume using fast snapshot restore. You must specify a snapshot
|
|
10166
|
-
* that is enabled for fast snapshot restore. In this case, the volume is fully initialized
|
|
10167
|
-
* at creation.</p>
|
|
10168
|
-
* <note>
|
|
10169
|
-
* <p>If you specify a snapshot that is enabled for fast snapshot restore and a volume initialization rate,
|
|
10170
|
-
* the volume will be initialized at the specified rate instead of fast snapshot restore.</p>
|
|
10171
|
-
* </note>
|
|
10172
|
-
* </li>
|
|
10173
|
-
* <li>
|
|
10174
|
-
* <p>You want to create a volume that is initialized at the default rate.</p>
|
|
10175
|
-
* </li>
|
|
10176
|
-
* </ul>
|
|
10177
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">
|
|
10178
|
-
* Initialize Amazon EBS volumes</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
10179
|
-
* <p>Valid range: 100 - 300 MiB/s</p>
|
|
10231
|
+
* <p>Information about the IPAM prefix list resolver target that was created.</p>
|
|
10180
10232
|
* @public
|
|
10181
10233
|
*/
|
|
10182
|
-
|
|
10234
|
+
IpamPrefixListResolverTarget?: IpamPrefixListResolverTarget | undefined;
|
|
10183
10235
|
}
|
|
10184
10236
|
/**
|
|
10185
|
-
* <p>Describes a block device mapping.</p>
|
|
10186
10237
|
* @public
|
|
10187
10238
|
*/
|
|
10188
|
-
export interface
|
|
10239
|
+
export interface CreateIpamResourceDiscoveryRequest {
|
|
10189
10240
|
/**
|
|
10190
|
-
* <p>
|
|
10241
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
10242
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10243
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10191
10244
|
* @public
|
|
10192
10245
|
*/
|
|
10193
|
-
|
|
10246
|
+
DryRun?: boolean | undefined;
|
|
10194
10247
|
/**
|
|
10195
|
-
* <p>
|
|
10196
|
-
* from 0. An instance type with 2 available instance store volumes can specify mappings
|
|
10197
|
-
* for ephemeral0 and ephemeral1. The number of available instance store volumes depends on
|
|
10198
|
-
* the instance type. After you connect to the instance, you must mount the volume.</p>
|
|
10248
|
+
* <p>A description for the IPAM resource discovery.</p>
|
|
10199
10249
|
* @public
|
|
10200
10250
|
*/
|
|
10201
|
-
|
|
10251
|
+
Description?: string | undefined;
|
|
10202
10252
|
/**
|
|
10203
|
-
* <p>
|
|
10204
|
-
* launched.</p>
|
|
10253
|
+
* <p>Operating Regions for the IPAM resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
|
|
10205
10254
|
* @public
|
|
10206
10255
|
*/
|
|
10207
|
-
|
|
10256
|
+
OperatingRegions?: AddIpamOperatingRegion[] | undefined;
|
|
10208
10257
|
/**
|
|
10209
|
-
* <p>
|
|
10258
|
+
* <p>Tag specifications for the IPAM resource discovery.</p>
|
|
10210
10259
|
* @public
|
|
10211
10260
|
*/
|
|
10212
|
-
|
|
10261
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
10262
|
+
/**
|
|
10263
|
+
* <p>A client token for the IPAM resource discovery.</p>
|
|
10264
|
+
* @public
|
|
10265
|
+
*/
|
|
10266
|
+
ClientToken?: string | undefined;
|
|
10267
|
+
}
|
|
10268
|
+
/**
|
|
10269
|
+
* <p>If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion.</p>
|
|
10270
|
+
* @public
|
|
10271
|
+
*/
|
|
10272
|
+
export interface IpamOrganizationalUnitExclusion {
|
|
10273
|
+
/**
|
|
10274
|
+
* <p>An Amazon Web Services Organizations entity path. For more information on the entity path, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_last-accessed-view-data-orgs.html#access_policies_access-advisor-viewing-orgs-entity-path">Understand the Amazon Web Services Organizations entity path</a> in the <i>Amazon Web Services Identity and Access Management User Guide</i>.</p>
|
|
10275
|
+
* @public
|
|
10276
|
+
*/
|
|
10277
|
+
OrganizationsEntityPath?: string | undefined;
|
|
10213
10278
|
}
|
|
10214
10279
|
/**
|
|
10215
10280
|
* @public
|
|
10216
10281
|
* @enum
|
|
10217
10282
|
*/
|
|
10218
|
-
export declare const
|
|
10219
|
-
readonly
|
|
10220
|
-
readonly
|
|
10221
|
-
readonly
|
|
10283
|
+
export declare const IpamResourceDiscoveryState: {
|
|
10284
|
+
readonly CREATE_COMPLETE: "create-complete";
|
|
10285
|
+
readonly CREATE_FAILED: "create-failed";
|
|
10286
|
+
readonly CREATE_IN_PROGRESS: "create-in-progress";
|
|
10287
|
+
readonly DELETE_COMPLETE: "delete-complete";
|
|
10288
|
+
readonly DELETE_FAILED: "delete-failed";
|
|
10289
|
+
readonly DELETE_IN_PROGRESS: "delete-in-progress";
|
|
10290
|
+
readonly ISOLATE_COMPLETE: "isolate-complete";
|
|
10291
|
+
readonly ISOLATE_IN_PROGRESS: "isolate-in-progress";
|
|
10292
|
+
readonly MODIFY_COMPLETE: "modify-complete";
|
|
10293
|
+
readonly MODIFY_FAILED: "modify-failed";
|
|
10294
|
+
readonly MODIFY_IN_PROGRESS: "modify-in-progress";
|
|
10295
|
+
readonly RESTORE_IN_PROGRESS: "restore-in-progress";
|
|
10222
10296
|
};
|
|
10223
10297
|
/**
|
|
10224
10298
|
* @public
|
|
10225
10299
|
*/
|
|
10226
|
-
export type
|
|
10300
|
+
export type IpamResourceDiscoveryState = (typeof IpamResourceDiscoveryState)[keyof typeof IpamResourceDiscoveryState];
|
|
10227
10301
|
/**
|
|
10228
|
-
* <p>
|
|
10302
|
+
* <p>A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.</p>
|
|
10229
10303
|
* @public
|
|
10230
10304
|
*/
|
|
10231
|
-
export interface
|
|
10305
|
+
export interface IpamResourceDiscovery {
|
|
10232
10306
|
/**
|
|
10233
|
-
* <p>The ID of the
|
|
10307
|
+
* <p>The ID of the owner.</p>
|
|
10234
10308
|
* @public
|
|
10235
10309
|
*/
|
|
10236
|
-
|
|
10310
|
+
OwnerId?: string | undefined;
|
|
10237
10311
|
/**
|
|
10238
|
-
* <p>The
|
|
10239
|
-
* instance.</p>
|
|
10312
|
+
* <p>The resource discovery ID.</p>
|
|
10240
10313
|
* @public
|
|
10241
10314
|
*/
|
|
10242
|
-
|
|
10243
|
-
}
|
|
10244
|
-
/**
|
|
10245
|
-
* <p>Describes an instance's Capacity Reservation targeting option. You can specify only
|
|
10246
|
-
* one option at a time. Use the <code>CapacityReservationPreference</code> parameter to
|
|
10247
|
-
* configure the instance to run in On-Demand capacity or to run in any <code>open</code>
|
|
10248
|
-
* Capacity Reservation that has matching attributes (instance type, platform, Availability
|
|
10249
|
-
* Zone). Use the <code>CapacityReservationTarget</code> parameter to explicitly target a
|
|
10250
|
-
* specific Capacity Reservation or a Capacity Reservation group.</p>
|
|
10251
|
-
* @public
|
|
10252
|
-
*/
|
|
10253
|
-
export interface LaunchTemplateCapacityReservationSpecificationRequest {
|
|
10315
|
+
IpamResourceDiscoveryId?: string | undefined;
|
|
10254
10316
|
/**
|
|
10255
|
-
* <p>
|
|
10256
|
-
*
|
|
10317
|
+
* <p>The resource discovery Amazon Resource Name (ARN).</p>
|
|
10318
|
+
* @public
|
|
10319
|
+
*/
|
|
10320
|
+
IpamResourceDiscoveryArn?: string | undefined;
|
|
10321
|
+
/**
|
|
10322
|
+
* <p>The resource discovery Region.</p>
|
|
10323
|
+
* @public
|
|
10324
|
+
*/
|
|
10325
|
+
IpamResourceDiscoveryRegion?: string | undefined;
|
|
10326
|
+
/**
|
|
10327
|
+
* <p>The resource discovery description.</p>
|
|
10328
|
+
* @public
|
|
10329
|
+
*/
|
|
10330
|
+
Description?: string | undefined;
|
|
10331
|
+
/**
|
|
10332
|
+
* <p>The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
|
|
10333
|
+
* @public
|
|
10334
|
+
*/
|
|
10335
|
+
OperatingRegions?: IpamOperatingRegion[] | undefined;
|
|
10336
|
+
/**
|
|
10337
|
+
* <p>Defines if the resource discovery is the default. The default resource discovery is the resource discovery automatically created when you create an IPAM.</p>
|
|
10338
|
+
* @public
|
|
10339
|
+
*/
|
|
10340
|
+
IsDefault?: boolean | undefined;
|
|
10341
|
+
/**
|
|
10342
|
+
* <p>The lifecycle state of the resource discovery.</p>
|
|
10257
10343
|
* <ul>
|
|
10258
10344
|
* <li>
|
|
10259
10345
|
* <p>
|
|
10260
|
-
* <code>
|
|
10261
|
-
* Capacity Reservation or Capacity Reservation group. If capacity isn't available,
|
|
10262
|
-
* the instance will fail to launch.</p>
|
|
10346
|
+
* <code>create-in-progress</code> - Resource discovery is being created.</p>
|
|
10263
10347
|
* </li>
|
|
10264
10348
|
* <li>
|
|
10265
10349
|
* <p>
|
|
10266
|
-
* <code>
|
|
10267
|
-
* Reservation that has matching attributes (instance type, platform, Availability
|
|
10268
|
-
* Zone, tenancy).</p>
|
|
10350
|
+
* <code>create-complete</code> - Resource discovery creation is complete.</p>
|
|
10269
10351
|
* </li>
|
|
10270
10352
|
* <li>
|
|
10271
10353
|
* <p>
|
|
10272
|
-
* <code>
|
|
10273
|
-
*
|
|
10354
|
+
* <code>create-failed</code> - Resource discovery creation has failed.</p>
|
|
10355
|
+
* </li>
|
|
10356
|
+
* <li>
|
|
10357
|
+
* <p>
|
|
10358
|
+
* <code>modify-in-progress</code> - Resource discovery is being modified.</p>
|
|
10359
|
+
* </li>
|
|
10360
|
+
* <li>
|
|
10361
|
+
* <p>
|
|
10362
|
+
* <code>modify-complete</code> - Resource discovery modification is complete.</p>
|
|
10363
|
+
* </li>
|
|
10364
|
+
* <li>
|
|
10365
|
+
* <p>
|
|
10366
|
+
* <code>modify-failed</code> - Resource discovery modification has failed.</p>
|
|
10367
|
+
* </li>
|
|
10368
|
+
* <li>
|
|
10369
|
+
* <p>
|
|
10370
|
+
* <code>delete-in-progress</code> - Resource discovery is being deleted.</p>
|
|
10371
|
+
* </li>
|
|
10372
|
+
* <li>
|
|
10373
|
+
* <p>
|
|
10374
|
+
* <code>delete-complete</code> - Resource discovery deletion is complete.</p>
|
|
10375
|
+
* </li>
|
|
10376
|
+
* <li>
|
|
10377
|
+
* <p>
|
|
10378
|
+
* <code>delete-failed</code> - Resource discovery deletion has failed.</p>
|
|
10379
|
+
* </li>
|
|
10380
|
+
* <li>
|
|
10381
|
+
* <p>
|
|
10382
|
+
* <code>isolate-in-progress</code> - Amazon Web Services account that created the resource discovery has been removed and the resource discovery is being isolated.</p>
|
|
10383
|
+
* </li>
|
|
10384
|
+
* <li>
|
|
10385
|
+
* <p>
|
|
10386
|
+
* <code>isolate-complete</code> - Resource discovery isolation is complete.</p>
|
|
10387
|
+
* </li>
|
|
10388
|
+
* <li>
|
|
10389
|
+
* <p>
|
|
10390
|
+
* <code>restore-in-progress</code> - Amazon Web Services account that created the resource discovery and was isolated has been restored.</p>
|
|
10274
10391
|
* </li>
|
|
10275
10392
|
* </ul>
|
|
10276
10393
|
* @public
|
|
10277
10394
|
*/
|
|
10278
|
-
|
|
10395
|
+
State?: IpamResourceDiscoveryState | undefined;
|
|
10279
10396
|
/**
|
|
10280
|
-
* <p>
|
|
10281
|
-
* group.</p>
|
|
10397
|
+
* <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
|
|
10282
10398
|
* @public
|
|
10283
10399
|
*/
|
|
10284
|
-
|
|
10400
|
+
Tags?: Tag[] | undefined;
|
|
10401
|
+
/**
|
|
10402
|
+
* <p>If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion.</p>
|
|
10403
|
+
* @public
|
|
10404
|
+
*/
|
|
10405
|
+
OrganizationalUnitExclusions?: IpamOrganizationalUnitExclusion[] | undefined;
|
|
10285
10406
|
}
|
|
10286
|
-
/**
|
|
10287
|
-
* @public
|
|
10288
|
-
* @enum
|
|
10289
|
-
*/
|
|
10290
|
-
export declare const AmdSevSnpSpecification: {
|
|
10291
|
-
readonly disabled: "disabled";
|
|
10292
|
-
readonly enabled: "enabled";
|
|
10293
|
-
};
|
|
10294
10407
|
/**
|
|
10295
10408
|
* @public
|
|
10296
10409
|
*/
|
|
10297
|
-
export
|
|
10410
|
+
export interface CreateIpamResourceDiscoveryResult {
|
|
10411
|
+
/**
|
|
10412
|
+
* <p>An IPAM resource discovery.</p>
|
|
10413
|
+
* @public
|
|
10414
|
+
*/
|
|
10415
|
+
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
10416
|
+
}
|
|
10298
10417
|
/**
|
|
10299
|
-
* <p>The CPU options for the instance. Both the core count and threads per core must be
|
|
10300
|
-
* specified in the request.</p>
|
|
10301
10418
|
* @public
|
|
10302
10419
|
*/
|
|
10303
|
-
export interface
|
|
10420
|
+
export interface CreateIpamScopeRequest {
|
|
10304
10421
|
/**
|
|
10305
|
-
* <p>
|
|
10422
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
10423
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10424
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10306
10425
|
* @public
|
|
10307
10426
|
*/
|
|
10308
|
-
|
|
10427
|
+
DryRun?: boolean | undefined;
|
|
10309
10428
|
/**
|
|
10310
|
-
* <p>The
|
|
10311
|
-
* specify a value of <code>1</code>. Otherwise, specify the default value of
|
|
10312
|
-
* <code>2</code>.</p>
|
|
10429
|
+
* <p>The ID of the IPAM for which you're creating this scope.</p>
|
|
10313
10430
|
* @public
|
|
10314
10431
|
*/
|
|
10315
|
-
|
|
10432
|
+
IpamId: string | undefined;
|
|
10316
10433
|
/**
|
|
10317
|
-
* <p>
|
|
10318
|
-
* with M6a, R6a, and C6a instance types only. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html">AMD SEV-SNP for
|
|
10319
|
-
* Amazon EC2 instances</a>.</p>
|
|
10434
|
+
* <p>A description for the scope you're creating.</p>
|
|
10320
10435
|
* @public
|
|
10321
10436
|
*/
|
|
10322
|
-
|
|
10323
|
-
}
|
|
10324
|
-
/**
|
|
10325
|
-
* <p>The credit option for CPU usage of a T instance.</p>
|
|
10326
|
-
* @public
|
|
10327
|
-
*/
|
|
10328
|
-
export interface CreditSpecificationRequest {
|
|
10437
|
+
Description?: string | undefined;
|
|
10329
10438
|
/**
|
|
10330
|
-
* <p>The
|
|
10331
|
-
*
|
|
10332
|
-
* </p>
|
|
10439
|
+
* <p>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.
|
|
10440
|
+
* 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>
|
|
10333
10441
|
* @public
|
|
10334
10442
|
*/
|
|
10335
|
-
|
|
10336
|
-
}
|
|
10337
|
-
/**
|
|
10338
|
-
* <note>
|
|
10339
|
-
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
10340
|
-
* </note>
|
|
10341
|
-
* <p>A specification for an Elastic Graphics accelerator.</p>
|
|
10342
|
-
* @public
|
|
10343
|
-
*/
|
|
10344
|
-
export interface ElasticGpuSpecification {
|
|
10443
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
10345
10444
|
/**
|
|
10346
|
-
* <p>
|
|
10445
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
10347
10446
|
* @public
|
|
10348
10447
|
*/
|
|
10349
|
-
|
|
10448
|
+
ClientToken?: string | undefined;
|
|
10350
10449
|
}
|
|
10351
10450
|
/**
|
|
10352
|
-
* <note>
|
|
10353
|
-
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
10354
|
-
* </note>
|
|
10355
|
-
* <p> Describes an elastic inference accelerator. </p>
|
|
10356
10451
|
* @public
|
|
10452
|
+
* @enum
|
|
10357
10453
|
*/
|
|
10358
|
-
export
|
|
10454
|
+
export declare const IpamScopeState: {
|
|
10455
|
+
readonly create_complete: "create-complete";
|
|
10456
|
+
readonly create_failed: "create-failed";
|
|
10457
|
+
readonly create_in_progress: "create-in-progress";
|
|
10458
|
+
readonly delete_complete: "delete-complete";
|
|
10459
|
+
readonly delete_failed: "delete-failed";
|
|
10460
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
10461
|
+
readonly isolate_complete: "isolate-complete";
|
|
10462
|
+
readonly isolate_in_progress: "isolate-in-progress";
|
|
10463
|
+
readonly modify_complete: "modify-complete";
|
|
10464
|
+
readonly modify_failed: "modify-failed";
|
|
10465
|
+
readonly modify_in_progress: "modify-in-progress";
|
|
10466
|
+
readonly restore_in_progress: "restore-in-progress";
|
|
10467
|
+
};
|
|
10468
|
+
/**
|
|
10469
|
+
* @public
|
|
10470
|
+
*/
|
|
10471
|
+
export type IpamScopeState = (typeof IpamScopeState)[keyof typeof IpamScopeState];
|
|
10472
|
+
/**
|
|
10473
|
+
* <p>In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.</p>
|
|
10474
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/how-it-works-ipam.html">How IPAM works</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
10475
|
+
* @public
|
|
10476
|
+
*/
|
|
10477
|
+
export interface IpamScope {
|
|
10359
10478
|
/**
|
|
10360
|
-
* <p>
|
|
10361
|
-
* eia1.large, and eia1.xlarge. </p>
|
|
10479
|
+
* <p>The Amazon Web Services account ID of the owner of the scope.</p>
|
|
10362
10480
|
* @public
|
|
10363
10481
|
*/
|
|
10364
|
-
|
|
10482
|
+
OwnerId?: string | undefined;
|
|
10365
10483
|
/**
|
|
10366
|
-
* <p>The
|
|
10484
|
+
* <p>The ID of the scope.</p>
|
|
10367
10485
|
* @public
|
|
10368
10486
|
*/
|
|
10369
|
-
|
|
10370
|
-
}
|
|
10371
|
-
/**
|
|
10372
|
-
* <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more
|
|
10373
|
-
* information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html">What is Nitro Enclaves?</a> in the
|
|
10374
|
-
* <i>Amazon Web Services Nitro Enclaves User Guide</i>.</p>
|
|
10375
|
-
* @public
|
|
10376
|
-
*/
|
|
10377
|
-
export interface LaunchTemplateEnclaveOptionsRequest {
|
|
10487
|
+
IpamScopeId?: string | undefined;
|
|
10378
10488
|
/**
|
|
10379
|
-
* <p>
|
|
10380
|
-
* <code>true</code>.</p>
|
|
10489
|
+
* <p>The Amazon Resource Name (ARN) of the scope.</p>
|
|
10381
10490
|
* @public
|
|
10382
10491
|
*/
|
|
10383
|
-
|
|
10384
|
-
}
|
|
10385
|
-
/**
|
|
10386
|
-
* <p>Indicates whether the instance is configured for hibernation. This parameter is valid
|
|
10387
|
-
* only if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
|
|
10388
|
-
* prerequisites</a>.</p>
|
|
10389
|
-
* @public
|
|
10390
|
-
*/
|
|
10391
|
-
export interface LaunchTemplateHibernationOptionsRequest {
|
|
10492
|
+
IpamScopeArn?: string | undefined;
|
|
10392
10493
|
/**
|
|
10393
|
-
* <p>
|
|
10394
|
-
* hibernation.</p>
|
|
10395
|
-
* <p>Default: <code>false</code>
|
|
10396
|
-
* </p>
|
|
10494
|
+
* <p>The ARN of the IPAM.</p>
|
|
10397
10495
|
* @public
|
|
10398
10496
|
*/
|
|
10399
|
-
|
|
10400
|
-
}
|
|
10401
|
-
/**
|
|
10402
|
-
* <p>An IAM instance profile.</p>
|
|
10403
|
-
* @public
|
|
10404
|
-
*/
|
|
10405
|
-
export interface LaunchTemplateIamInstanceProfileSpecificationRequest {
|
|
10497
|
+
IpamArn?: string | undefined;
|
|
10406
10498
|
/**
|
|
10407
|
-
* <p>The Amazon
|
|
10499
|
+
* <p>The Amazon Web Services Region of the IPAM scope.</p>
|
|
10408
10500
|
* @public
|
|
10409
10501
|
*/
|
|
10410
|
-
|
|
10502
|
+
IpamRegion?: string | undefined;
|
|
10411
10503
|
/**
|
|
10412
|
-
* <p>The
|
|
10504
|
+
* <p>The type of the scope.</p>
|
|
10413
10505
|
* @public
|
|
10414
10506
|
*/
|
|
10415
|
-
|
|
10416
|
-
}
|
|
10417
|
-
/**
|
|
10418
|
-
* @public
|
|
10419
|
-
* @enum
|
|
10420
|
-
*/
|
|
10421
|
-
export declare const ShutdownBehavior: {
|
|
10422
|
-
readonly stop: "stop";
|
|
10423
|
-
readonly terminate: "terminate";
|
|
10424
|
-
};
|
|
10425
|
-
/**
|
|
10426
|
-
* @public
|
|
10427
|
-
*/
|
|
10428
|
-
export type ShutdownBehavior = (typeof ShutdownBehavior)[keyof typeof ShutdownBehavior];
|
|
10429
|
-
/**
|
|
10430
|
-
* @public
|
|
10431
|
-
* @enum
|
|
10432
|
-
*/
|
|
10433
|
-
export declare const MarketType: {
|
|
10434
|
-
readonly capacity_block: "capacity-block";
|
|
10435
|
-
readonly spot: "spot";
|
|
10436
|
-
};
|
|
10437
|
-
/**
|
|
10438
|
-
* @public
|
|
10439
|
-
*/
|
|
10440
|
-
export type MarketType = (typeof MarketType)[keyof typeof MarketType];
|
|
10441
|
-
/**
|
|
10442
|
-
* @public
|
|
10443
|
-
* @enum
|
|
10444
|
-
*/
|
|
10445
|
-
export declare const InstanceInterruptionBehavior: {
|
|
10446
|
-
readonly hibernate: "hibernate";
|
|
10447
|
-
readonly stop: "stop";
|
|
10448
|
-
readonly terminate: "terminate";
|
|
10449
|
-
};
|
|
10450
|
-
/**
|
|
10451
|
-
* @public
|
|
10452
|
-
*/
|
|
10453
|
-
export type InstanceInterruptionBehavior = (typeof InstanceInterruptionBehavior)[keyof typeof InstanceInterruptionBehavior];
|
|
10454
|
-
/**
|
|
10455
|
-
* @public
|
|
10456
|
-
* @enum
|
|
10457
|
-
*/
|
|
10458
|
-
export declare const SpotInstanceType: {
|
|
10459
|
-
readonly one_time: "one-time";
|
|
10460
|
-
readonly persistent: "persistent";
|
|
10461
|
-
};
|
|
10462
|
-
/**
|
|
10463
|
-
* @public
|
|
10464
|
-
*/
|
|
10465
|
-
export type SpotInstanceType = (typeof SpotInstanceType)[keyof typeof SpotInstanceType];
|
|
10466
|
-
/**
|
|
10467
|
-
* <p>The options for Spot Instances.</p>
|
|
10468
|
-
* @public
|
|
10469
|
-
*/
|
|
10470
|
-
export interface LaunchTemplateSpotMarketOptionsRequest {
|
|
10471
|
-
/**
|
|
10472
|
-
* <p>The maximum hourly price you're willing to pay for a Spot Instance. We do not
|
|
10473
|
-
* recommend using this parameter because it can lead to increased interruptions. If you do
|
|
10474
|
-
* not specify this parameter, you will pay the current Spot price. If you do specify this
|
|
10475
|
-
* parameter, it must be more than USD $0.001. Specifying a value below USD $0.001 will
|
|
10476
|
-
* result in an <code>InvalidParameterValue</code> error message when the launch template
|
|
10477
|
-
* is used to launch an instance.</p>
|
|
10478
|
-
* <important>
|
|
10479
|
-
* <p>If you specify a maximum price, your Spot Instances will be interrupted more
|
|
10480
|
-
* frequently than if you do not specify this parameter.</p>
|
|
10481
|
-
* </important>
|
|
10482
|
-
* @public
|
|
10483
|
-
*/
|
|
10484
|
-
MaxPrice?: string | undefined;
|
|
10485
|
-
/**
|
|
10486
|
-
* <p>The Spot Instance request type.</p>
|
|
10487
|
-
* @public
|
|
10488
|
-
*/
|
|
10489
|
-
SpotInstanceType?: SpotInstanceType | undefined;
|
|
10490
|
-
/**
|
|
10491
|
-
* <p>Deprecated.</p>
|
|
10492
|
-
* @public
|
|
10493
|
-
*/
|
|
10494
|
-
BlockDurationMinutes?: number | undefined;
|
|
10507
|
+
IpamScopeType?: IpamScopeType | undefined;
|
|
10495
10508
|
/**
|
|
10496
|
-
* <p>
|
|
10497
|
-
* (<i>YYYY-MM-DD</i>T<i>HH:MM:SS</i>Z). Supported only for
|
|
10498
|
-
* persistent requests.</p>
|
|
10499
|
-
* <ul>
|
|
10500
|
-
* <li>
|
|
10501
|
-
* <p>For a persistent request, the request remains active until the
|
|
10502
|
-
* <code>ValidUntil</code> date and time is reached. Otherwise, the request
|
|
10503
|
-
* remains active until you cancel it.</p>
|
|
10504
|
-
* </li>
|
|
10505
|
-
* <li>
|
|
10506
|
-
* <p>For a one-time request, <code>ValidUntil</code> is not supported. The request
|
|
10507
|
-
* remains active until all instances launch or you cancel the request.</p>
|
|
10508
|
-
* </li>
|
|
10509
|
-
* </ul>
|
|
10510
|
-
* <p>Default: 7 days from the current date</p>
|
|
10509
|
+
* <p>Defines if the scope is the default scope or not.</p>
|
|
10511
10510
|
* @public
|
|
10512
10511
|
*/
|
|
10513
|
-
|
|
10512
|
+
IsDefault?: boolean | undefined;
|
|
10514
10513
|
/**
|
|
10515
|
-
* <p>The
|
|
10516
|
-
* <code>terminate</code>.</p>
|
|
10514
|
+
* <p>The description of the scope.</p>
|
|
10517
10515
|
* @public
|
|
10518
10516
|
*/
|
|
10519
|
-
|
|
10520
|
-
}
|
|
10521
|
-
/**
|
|
10522
|
-
* <p>The market (purchasing) option for the instances.</p>
|
|
10523
|
-
* @public
|
|
10524
|
-
*/
|
|
10525
|
-
export interface LaunchTemplateInstanceMarketOptionsRequest {
|
|
10517
|
+
Description?: string | undefined;
|
|
10526
10518
|
/**
|
|
10527
|
-
* <p>The
|
|
10519
|
+
* <p>The number of pools in the scope.</p>
|
|
10528
10520
|
* @public
|
|
10529
10521
|
*/
|
|
10530
|
-
|
|
10522
|
+
PoolCount?: number | undefined;
|
|
10531
10523
|
/**
|
|
10532
|
-
* <p>The
|
|
10524
|
+
* <p>The state of the IPAM scope.</p>
|
|
10533
10525
|
* @public
|
|
10534
10526
|
*/
|
|
10535
|
-
|
|
10536
|
-
}
|
|
10537
|
-
/**
|
|
10538
|
-
* <p>Describes a license configuration.</p>
|
|
10539
|
-
* @public
|
|
10540
|
-
*/
|
|
10541
|
-
export interface LaunchTemplateLicenseConfigurationRequest {
|
|
10527
|
+
State?: IpamScopeState | undefined;
|
|
10542
10528
|
/**
|
|
10543
|
-
* <p>The
|
|
10529
|
+
* <p>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.
|
|
10530
|
+
* 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>
|
|
10544
10531
|
* @public
|
|
10545
10532
|
*/
|
|
10546
|
-
|
|
10533
|
+
Tags?: Tag[] | undefined;
|
|
10547
10534
|
}
|
|
10548
10535
|
/**
|
|
10549
|
-
* @public
|
|
10550
|
-
* @enum
|
|
10551
|
-
*/
|
|
10552
|
-
export declare const LaunchTemplateAutoRecoveryState: {
|
|
10553
|
-
readonly default: "default";
|
|
10554
|
-
readonly disabled: "disabled";
|
|
10555
|
-
};
|
|
10556
|
-
/**
|
|
10557
|
-
* @public
|
|
10558
|
-
*/
|
|
10559
|
-
export type LaunchTemplateAutoRecoveryState = (typeof LaunchTemplateAutoRecoveryState)[keyof typeof LaunchTemplateAutoRecoveryState];
|
|
10560
|
-
/**
|
|
10561
|
-
* <p>The maintenance options of your instance.</p>
|
|
10562
10536
|
* @public
|
|
10563
10537
|
*/
|
|
10564
|
-
export interface
|
|
10538
|
+
export interface CreateIpamScopeResult {
|
|
10565
10539
|
/**
|
|
10566
|
-
* <p>
|
|
10567
|
-
* more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html#instance-configuration-recovery">Simplified automatic recovery</a>.</p>
|
|
10540
|
+
* <p>Information about the created scope.</p>
|
|
10568
10541
|
* @public
|
|
10569
10542
|
*/
|
|
10570
|
-
|
|
10543
|
+
IpamScope?: IpamScope | undefined;
|
|
10571
10544
|
}
|
|
10572
10545
|
/**
|
|
10573
10546
|
* @public
|
|
10574
10547
|
* @enum
|
|
10575
10548
|
*/
|
|
10576
|
-
export declare const
|
|
10577
|
-
readonly
|
|
10578
|
-
readonly
|
|
10579
|
-
};
|
|
10580
|
-
/**
|
|
10581
|
-
* @public
|
|
10582
|
-
*/
|
|
10583
|
-
export type LaunchTemplateInstanceMetadataEndpointState = (typeof LaunchTemplateInstanceMetadataEndpointState)[keyof typeof LaunchTemplateInstanceMetadataEndpointState];
|
|
10584
|
-
/**
|
|
10585
|
-
* @public
|
|
10586
|
-
* @enum
|
|
10587
|
-
*/
|
|
10588
|
-
export declare const LaunchTemplateInstanceMetadataProtocolIpv6: {
|
|
10589
|
-
readonly disabled: "disabled";
|
|
10590
|
-
readonly enabled: "enabled";
|
|
10591
|
-
};
|
|
10592
|
-
/**
|
|
10593
|
-
* @public
|
|
10594
|
-
*/
|
|
10595
|
-
export type LaunchTemplateInstanceMetadataProtocolIpv6 = (typeof LaunchTemplateInstanceMetadataProtocolIpv6)[keyof typeof LaunchTemplateInstanceMetadataProtocolIpv6];
|
|
10596
|
-
/**
|
|
10597
|
-
* @public
|
|
10598
|
-
* @enum
|
|
10599
|
-
*/
|
|
10600
|
-
export declare const LaunchTemplateHttpTokensState: {
|
|
10601
|
-
readonly optional: "optional";
|
|
10602
|
-
readonly required: "required";
|
|
10549
|
+
export declare const KeyFormat: {
|
|
10550
|
+
readonly pem: "pem";
|
|
10551
|
+
readonly ppk: "ppk";
|
|
10603
10552
|
};
|
|
10604
10553
|
/**
|
|
10605
10554
|
* @public
|
|
10606
10555
|
*/
|
|
10607
|
-
export type
|
|
10556
|
+
export type KeyFormat = (typeof KeyFormat)[keyof typeof KeyFormat];
|
|
10608
10557
|
/**
|
|
10609
10558
|
* @public
|
|
10610
10559
|
* @enum
|
|
10611
10560
|
*/
|
|
10612
|
-
export declare const
|
|
10613
|
-
readonly
|
|
10614
|
-
readonly
|
|
10561
|
+
export declare const KeyType: {
|
|
10562
|
+
readonly ed25519: "ed25519";
|
|
10563
|
+
readonly rsa: "rsa";
|
|
10615
10564
|
};
|
|
10616
10565
|
/**
|
|
10617
10566
|
* @public
|
|
10618
10567
|
*/
|
|
10619
|
-
export type
|
|
10568
|
+
export type KeyType = (typeof KeyType)[keyof typeof KeyType];
|
|
10620
10569
|
/**
|
|
10621
|
-
* <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Use
|
|
10622
|
-
* instance metadata to manage your EC2 instance</a> in the
|
|
10623
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
10624
10570
|
* @public
|
|
10625
10571
|
*/
|
|
10626
|
-
export interface
|
|
10572
|
+
export interface CreateKeyPairRequest {
|
|
10627
10573
|
/**
|
|
10628
|
-
* <p>
|
|
10629
|
-
* <
|
|
10630
|
-
* <li>
|
|
10631
|
-
* <p>
|
|
10632
|
-
* <code>optional</code> - IMDSv2 is optional. You can choose whether to send a
|
|
10633
|
-
* session token in your instance metadata retrieval requests. If you retrieve IAM
|
|
10634
|
-
* role credentials without a session token, you receive the IMDSv1 role
|
|
10635
|
-
* credentials. If you retrieve IAM role credentials using a valid session token,
|
|
10636
|
-
* you receive the IMDSv2 role credentials.</p>
|
|
10637
|
-
* </li>
|
|
10638
|
-
* <li>
|
|
10639
|
-
* <p>
|
|
10640
|
-
* <code>required</code> - IMDSv2 is required. You must send a session token in
|
|
10641
|
-
* your instance metadata retrieval requests. With this option, retrieving the IAM
|
|
10642
|
-
* role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not
|
|
10643
|
-
* available.</p>
|
|
10644
|
-
* </li>
|
|
10645
|
-
* </ul>
|
|
10646
|
-
* <p>Default: If the value of <code>ImdsSupport</code> for the Amazon Machine Image (AMI)
|
|
10647
|
-
* for your instance is <code>v2.0</code>, the default is <code>required</code>.</p>
|
|
10574
|
+
* <p>A unique name for the key pair.</p>
|
|
10575
|
+
* <p>Constraints: Up to 255 ASCII characters</p>
|
|
10648
10576
|
* @public
|
|
10649
10577
|
*/
|
|
10650
|
-
|
|
10578
|
+
KeyName: string | undefined;
|
|
10651
10579
|
/**
|
|
10652
|
-
* <p>The
|
|
10653
|
-
*
|
|
10654
|
-
* <p>Default: <code>1</code>
|
|
10580
|
+
* <p>The type of key pair. Note that ED25519 keys are not supported for Windows instances.</p>
|
|
10581
|
+
* <p>Default: <code>rsa</code>
|
|
10655
10582
|
* </p>
|
|
10656
|
-
* <p>Possible values: Integers from 1 to 64</p>
|
|
10657
10583
|
* @public
|
|
10658
10584
|
*/
|
|
10659
|
-
|
|
10585
|
+
KeyType?: KeyType | undefined;
|
|
10660
10586
|
/**
|
|
10661
|
-
* <p>
|
|
10662
|
-
* not specified, the default state is <code>enabled</code>.</p>
|
|
10663
|
-
* <note>
|
|
10664
|
-
* <p>If you specify a value of <code>disabled</code>, you will not be able to access
|
|
10665
|
-
* your instance metadata. </p>
|
|
10666
|
-
* </note>
|
|
10587
|
+
* <p>The tags to apply to the new key pair.</p>
|
|
10667
10588
|
* @public
|
|
10668
10589
|
*/
|
|
10669
|
-
|
|
10590
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
10670
10591
|
/**
|
|
10671
|
-
* <p>
|
|
10672
|
-
* <p>Default: <code>
|
|
10592
|
+
* <p>The format of the key pair.</p>
|
|
10593
|
+
* <p>Default: <code>pem</code>
|
|
10673
10594
|
* </p>
|
|
10674
10595
|
* @public
|
|
10675
10596
|
*/
|
|
10676
|
-
|
|
10597
|
+
KeyFormat?: KeyFormat | undefined;
|
|
10677
10598
|
/**
|
|
10678
|
-
* <p>
|
|
10679
|
-
*
|
|
10680
|
-
*
|
|
10681
|
-
* instances using instance metadata</a>.</p>
|
|
10682
|
-
* <p>Default: <code>disabled</code>
|
|
10683
|
-
* </p>
|
|
10599
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10600
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10601
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10684
10602
|
* @public
|
|
10685
10603
|
*/
|
|
10686
|
-
|
|
10604
|
+
DryRun?: boolean | undefined;
|
|
10687
10605
|
}
|
|
10688
10606
|
/**
|
|
10689
|
-
* <p>Describes
|
|
10607
|
+
* <p>Describes a key pair.</p>
|
|
10690
10608
|
* @public
|
|
10691
10609
|
*/
|
|
10692
|
-
export interface
|
|
10610
|
+
export interface KeyPair {
|
|
10693
10611
|
/**
|
|
10694
|
-
* <p>
|
|
10695
|
-
* is enabled.</p>
|
|
10612
|
+
* <p>The ID of the key pair.</p>
|
|
10696
10613
|
* @public
|
|
10697
10614
|
*/
|
|
10698
|
-
|
|
10699
|
-
}
|
|
10700
|
-
/**
|
|
10701
|
-
* <p>A security group connection tracking specification request that enables you to set the
|
|
10702
|
-
* idle timeout for connection tracking on an Elastic network interface. For more
|
|
10703
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the
|
|
10704
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
10705
|
-
* @public
|
|
10706
|
-
*/
|
|
10707
|
-
export interface ConnectionTrackingSpecificationRequest {
|
|
10615
|
+
KeyPairId?: string | undefined;
|
|
10708
10616
|
/**
|
|
10709
|
-
* <p>
|
|
10710
|
-
* connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
|
|
10711
|
-
* days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
|
|
10617
|
+
* <p>Any tags applied to the key pair.</p>
|
|
10712
10618
|
* @public
|
|
10713
10619
|
*/
|
|
10714
|
-
|
|
10620
|
+
Tags?: Tag[] | undefined;
|
|
10715
10621
|
/**
|
|
10716
|
-
* <p>
|
|
10717
|
-
* flows classified as streams which have seen more than one request-response
|
|
10718
|
-
* transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180
|
|
10719
|
-
* seconds.</p>
|
|
10622
|
+
* <p>The name of the key pair.</p>
|
|
10720
10623
|
* @public
|
|
10721
10624
|
*/
|
|
10722
|
-
|
|
10625
|
+
KeyName?: string | undefined;
|
|
10723
10626
|
/**
|
|
10724
|
-
* <
|
|
10725
|
-
*
|
|
10726
|
-
*
|
|
10627
|
+
* <ul>
|
|
10628
|
+
* <li>
|
|
10629
|
+
* <p>For RSA key pairs, the key fingerprint is the SHA-1 digest of the DER encoded private key.</p>
|
|
10630
|
+
* </li>
|
|
10631
|
+
* <li>
|
|
10632
|
+
* <p>For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which is the default for OpenSSH, starting with OpenSSH 6.8.</p>
|
|
10633
|
+
* </li>
|
|
10634
|
+
* </ul>
|
|
10727
10635
|
* @public
|
|
10728
10636
|
*/
|
|
10729
|
-
|
|
10730
|
-
}
|
|
10731
|
-
/**
|
|
10732
|
-
* <p>Configures ENA Express for UDP network traffic from your launch template.</p>
|
|
10733
|
-
* @public
|
|
10734
|
-
*/
|
|
10735
|
-
export interface EnaSrdUdpSpecificationRequest {
|
|
10637
|
+
KeyFingerprint?: string | undefined;
|
|
10736
10638
|
/**
|
|
10737
|
-
* <p>
|
|
10738
|
-
* traffic can use ENA Express when you launch an instance, you must also set <b>EnaSrdEnabled</b> in the <b>EnaSrdSpecificationRequest</b> to <code>true</code>.</p>
|
|
10639
|
+
* <p>An unencrypted PEM encoded RSA or ED25519 private key.</p>
|
|
10739
10640
|
* @public
|
|
10740
10641
|
*/
|
|
10741
|
-
|
|
10642
|
+
KeyMaterial?: string | undefined;
|
|
10742
10643
|
}
|
|
10743
10644
|
/**
|
|
10744
|
-
* <p>
|
|
10745
|
-
* template.</p>
|
|
10645
|
+
* <p>The parameters for a block device for an EBS volume.</p>
|
|
10746
10646
|
* @public
|
|
10747
10647
|
*/
|
|
10748
|
-
export interface
|
|
10648
|
+
export interface LaunchTemplateEbsBlockDeviceRequest {
|
|
10749
10649
|
/**
|
|
10750
|
-
* <p>
|
|
10751
|
-
*
|
|
10650
|
+
* <p>Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached
|
|
10651
|
+
* to instances that support Amazon EBS encryption. If you are creating a volume from a
|
|
10652
|
+
* snapshot, you can't specify an encryption value.</p>
|
|
10752
10653
|
* @public
|
|
10753
10654
|
*/
|
|
10754
|
-
|
|
10655
|
+
Encrypted?: boolean | undefined;
|
|
10755
10656
|
/**
|
|
10756
|
-
* <p>
|
|
10757
|
-
* attached to the instance.</p>
|
|
10657
|
+
* <p>Indicates whether the EBS volume is deleted on instance termination.</p>
|
|
10758
10658
|
* @public
|
|
10759
10659
|
*/
|
|
10760
|
-
|
|
10761
|
-
}
|
|
10762
|
-
/**
|
|
10763
|
-
* <p>Describes the IPv4 prefix option for a network interface.</p>
|
|
10764
|
-
* @public
|
|
10765
|
-
*/
|
|
10766
|
-
export interface Ipv4PrefixSpecificationRequest {
|
|
10660
|
+
DeleteOnTermination?: boolean | undefined;
|
|
10767
10661
|
/**
|
|
10768
|
-
* <p>The
|
|
10769
|
-
*
|
|
10770
|
-
*
|
|
10662
|
+
* <p>The number of I/O operations per second (IOPS). For <code>gp3</code>,
|
|
10663
|
+
* <code>io1</code>, and <code>io2</code> volumes, this represents the number of IOPS that
|
|
10664
|
+
* are provisioned for the volume. For <code>gp2</code> volumes, this represents the
|
|
10665
|
+
* baseline performance of the volume and the rate at which the volume accumulates I/O
|
|
10666
|
+
* credits for bursting.</p>
|
|
10667
|
+
* <p>The following are the supported values for each volume type:</p>
|
|
10668
|
+
* <ul>
|
|
10669
|
+
* <li>
|
|
10670
|
+
* <p>
|
|
10671
|
+
* <code>gp3</code>: 3,000 - 80,000 IOPS</p>
|
|
10672
|
+
* </li>
|
|
10673
|
+
* <li>
|
|
10674
|
+
* <p>
|
|
10675
|
+
* <code>io1</code>: 100 - 64,000 IOPS</p>
|
|
10676
|
+
* </li>
|
|
10677
|
+
* <li>
|
|
10678
|
+
* <p>
|
|
10679
|
+
* <code>io2</code>: 100 - 256,000 IOPS</p>
|
|
10680
|
+
* </li>
|
|
10681
|
+
* </ul>
|
|
10682
|
+
* <p>For <code>io2</code> volumes, you can achieve up to 256,000 IOPS on
|
|
10683
|
+
* <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">instances
|
|
10684
|
+
* built on the Nitro System</a>. On other instances, you can achieve performance up to 32,000 IOPS.</p>
|
|
10685
|
+
* <p>This parameter is supported for <code>io1</code>, <code>io2</code>, and <code>gp3</code> volumes only.</p>
|
|
10771
10686
|
* @public
|
|
10772
10687
|
*/
|
|
10773
|
-
|
|
10774
|
-
}
|
|
10775
|
-
/**
|
|
10776
|
-
* <p>Describes an IPv6 address.</p>
|
|
10777
|
-
* @public
|
|
10778
|
-
*/
|
|
10779
|
-
export interface InstanceIpv6AddressRequest {
|
|
10688
|
+
Iops?: number | undefined;
|
|
10780
10689
|
/**
|
|
10781
|
-
* <p>
|
|
10690
|
+
* <p>Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.</p>
|
|
10782
10691
|
* @public
|
|
10783
10692
|
*/
|
|
10784
|
-
|
|
10785
|
-
}
|
|
10786
|
-
/**
|
|
10787
|
-
* <p>Describes the IPv6 prefix option for a network interface.</p>
|
|
10788
|
-
* @public
|
|
10789
|
-
*/
|
|
10790
|
-
export interface Ipv6PrefixSpecificationRequest {
|
|
10693
|
+
KmsKeyId?: string | undefined;
|
|
10791
10694
|
/**
|
|
10792
|
-
* <p>The
|
|
10695
|
+
* <p>The ID of the snapshot.</p>
|
|
10793
10696
|
* @public
|
|
10794
10697
|
*/
|
|
10795
|
-
|
|
10796
|
-
}
|
|
10797
|
-
/**
|
|
10798
|
-
* <p>Describes a secondary private IPv4 address for a network interface.</p>
|
|
10799
|
-
* @public
|
|
10800
|
-
*/
|
|
10801
|
-
export interface PrivateIpAddressSpecification {
|
|
10698
|
+
SnapshotId?: string | undefined;
|
|
10802
10699
|
/**
|
|
10803
|
-
* <p>
|
|
10804
|
-
*
|
|
10700
|
+
* <p>The size of the volume, in GiBs. You must specify either a snapshot ID or a volume
|
|
10701
|
+
* size. The following are the supported volumes sizes for each volume type:</p>
|
|
10702
|
+
* <ul>
|
|
10703
|
+
* <li>
|
|
10704
|
+
* <p>
|
|
10705
|
+
* <code>gp2</code>: 1 - 16,384 GiB</p>
|
|
10706
|
+
* </li>
|
|
10707
|
+
* <li>
|
|
10708
|
+
* <p>
|
|
10709
|
+
* <code>gp3</code>: 1 - 65,536 GiB</p>
|
|
10710
|
+
* </li>
|
|
10711
|
+
* <li>
|
|
10712
|
+
* <p>
|
|
10713
|
+
* <code>io1</code>: 4 - 16,384 GiB</p>
|
|
10714
|
+
* </li>
|
|
10715
|
+
* <li>
|
|
10716
|
+
* <p>
|
|
10717
|
+
* <code>io2</code>: 4 - 65,536 GiB</p>
|
|
10718
|
+
* </li>
|
|
10719
|
+
* <li>
|
|
10720
|
+
* <p>
|
|
10721
|
+
* <code>st1</code> and <code>sc1</code>: 125 - 16,384 GiB</p>
|
|
10722
|
+
* </li>
|
|
10723
|
+
* <li>
|
|
10724
|
+
* <p>
|
|
10725
|
+
* <code>standard</code>: 1 - 1024 GiB</p>
|
|
10726
|
+
* </li>
|
|
10727
|
+
* </ul>
|
|
10805
10728
|
* @public
|
|
10806
10729
|
*/
|
|
10807
|
-
|
|
10730
|
+
VolumeSize?: number | undefined;
|
|
10808
10731
|
/**
|
|
10809
|
-
* <p>The
|
|
10732
|
+
* <p>The volume type. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html">Amazon EBS volume types</a> in the
|
|
10733
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
10810
10734
|
* @public
|
|
10811
10735
|
*/
|
|
10812
|
-
|
|
10736
|
+
VolumeType?: VolumeType | undefined;
|
|
10737
|
+
/**
|
|
10738
|
+
* <p>The throughput to provision for a <code>gp3</code> volume, with a maximum of 2,000
|
|
10739
|
+
* MiB/s.</p>
|
|
10740
|
+
* <p>Valid Range: Minimum value of 125. Maximum value of 2,000.</p>
|
|
10741
|
+
* @public
|
|
10742
|
+
*/
|
|
10743
|
+
Throughput?: number | undefined;
|
|
10744
|
+
/**
|
|
10745
|
+
* <p>Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download
|
|
10746
|
+
* the snapshot blocks from Amazon S3 to the volume. This is also known as <i>volume
|
|
10747
|
+
* initialization</i>. Specifying a volume initialization rate ensures that the volume is
|
|
10748
|
+
* initialized at a predictable and consistent rate after creation.</p>
|
|
10749
|
+
* <p>This parameter is supported only for volumes created from snapshots. Omit this parameter
|
|
10750
|
+
* if:</p>
|
|
10751
|
+
* <ul>
|
|
10752
|
+
* <li>
|
|
10753
|
+
* <p>You want to create the volume using fast snapshot restore. You must specify a snapshot
|
|
10754
|
+
* that is enabled for fast snapshot restore. In this case, the volume is fully initialized
|
|
10755
|
+
* at creation.</p>
|
|
10756
|
+
* <note>
|
|
10757
|
+
* <p>If you specify a snapshot that is enabled for fast snapshot restore and a volume initialization rate,
|
|
10758
|
+
* the volume will be initialized at the specified rate instead of fast snapshot restore.</p>
|
|
10759
|
+
* </note>
|
|
10760
|
+
* </li>
|
|
10761
|
+
* <li>
|
|
10762
|
+
* <p>You want to create a volume that is initialized at the default rate.</p>
|
|
10763
|
+
* </li>
|
|
10764
|
+
* </ul>
|
|
10765
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">
|
|
10766
|
+
* Initialize Amazon EBS volumes</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
10767
|
+
* <p>Valid range: 100 - 300 MiB/s</p>
|
|
10768
|
+
* @public
|
|
10769
|
+
*/
|
|
10770
|
+
VolumeInitializationRate?: number | undefined;
|
|
10813
10771
|
}
|
|
10814
10772
|
/**
|
|
10815
|
-
* <p>
|
|
10773
|
+
* <p>Describes a block device mapping.</p>
|
|
10816
10774
|
* @public
|
|
10817
10775
|
*/
|
|
10818
|
-
export interface
|
|
10776
|
+
export interface LaunchTemplateBlockDeviceMappingRequest {
|
|
10819
10777
|
/**
|
|
10820
|
-
* <p>
|
|
10821
|
-
* <p>Use this option when you launch an instance in a Wavelength Zone and want to associate
|
|
10822
|
-
* a Carrier IP address with the network interface. For more information about Carrier IP
|
|
10823
|
-
* addresses, see <a href="https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#provider-owned-ip">Carrier IP addresses</a> in the <i>Wavelength Developer
|
|
10824
|
-
* Guide</i>.</p>
|
|
10778
|
+
* <p>The device name (for example, /dev/sdh or xvdh).</p>
|
|
10825
10779
|
* @public
|
|
10826
10780
|
*/
|
|
10827
|
-
|
|
10781
|
+
DeviceName?: string | undefined;
|
|
10828
10782
|
/**
|
|
10829
|
-
* <p>
|
|
10830
|
-
*
|
|
10831
|
-
*
|
|
10783
|
+
* <p>The virtual device name (ephemeralN). Instance store volumes are numbered starting
|
|
10784
|
+
* from 0. An instance type with 2 available instance store volumes can specify mappings
|
|
10785
|
+
* for ephemeral0 and ephemeral1. The number of available instance store volumes depends on
|
|
10786
|
+
* the instance type. After you connect to the instance, you must mount the volume.</p>
|
|
10832
10787
|
* @public
|
|
10833
10788
|
*/
|
|
10834
|
-
|
|
10789
|
+
VirtualName?: string | undefined;
|
|
10835
10790
|
/**
|
|
10836
|
-
* <p>
|
|
10837
|
-
*
|
|
10791
|
+
* <p>Parameters used to automatically set up EBS volumes when the instance is
|
|
10792
|
+
* launched.</p>
|
|
10838
10793
|
* @public
|
|
10839
10794
|
*/
|
|
10840
|
-
|
|
10795
|
+
Ebs?: LaunchTemplateEbsBlockDeviceRequest | undefined;
|
|
10841
10796
|
/**
|
|
10842
|
-
* <p>
|
|
10797
|
+
* <p>To omit the device from the block device mapping, specify an empty string.</p>
|
|
10843
10798
|
* @public
|
|
10844
10799
|
*/
|
|
10845
|
-
|
|
10800
|
+
NoDevice?: string | undefined;
|
|
10801
|
+
}
|
|
10802
|
+
/**
|
|
10803
|
+
* @public
|
|
10804
|
+
* @enum
|
|
10805
|
+
*/
|
|
10806
|
+
export declare const CapacityReservationPreference: {
|
|
10807
|
+
readonly capacity_reservations_only: "capacity-reservations-only";
|
|
10808
|
+
readonly none: "none";
|
|
10809
|
+
readonly open: "open";
|
|
10810
|
+
};
|
|
10811
|
+
/**
|
|
10812
|
+
* @public
|
|
10813
|
+
*/
|
|
10814
|
+
export type CapacityReservationPreference = (typeof CapacityReservationPreference)[keyof typeof CapacityReservationPreference];
|
|
10815
|
+
/**
|
|
10816
|
+
* <p>Describes a target Capacity Reservation or Capacity Reservation group.</p>
|
|
10817
|
+
* @public
|
|
10818
|
+
*/
|
|
10819
|
+
export interface CapacityReservationTarget {
|
|
10846
10820
|
/**
|
|
10847
|
-
* <p>The
|
|
10848
|
-
* has a device index of 0. Each network interface is of type <code>interface</code>, you
|
|
10849
|
-
* must specify a device index. If you create a launch template that includes secondary
|
|
10850
|
-
* network interfaces but not a primary network interface, then you must add a primary
|
|
10851
|
-
* network interface as a launch parameter when you launch an instance from the
|
|
10852
|
-
* template.</p>
|
|
10821
|
+
* <p>The ID of the Capacity Reservation in which to run the instance.</p>
|
|
10853
10822
|
* @public
|
|
10854
10823
|
*/
|
|
10855
|
-
|
|
10824
|
+
CapacityReservationId?: string | undefined;
|
|
10856
10825
|
/**
|
|
10857
|
-
* <p>The
|
|
10858
|
-
*
|
|
10859
|
-
*/
|
|
10860
|
-
Groups?: string[] | undefined;
|
|
10861
|
-
/**
|
|
10862
|
-
* <p>The type of network interface. To create an Elastic Fabric Adapter (EFA), specify
|
|
10863
|
-
* <code>efa</code> or <code>efa</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html">Elastic Fabric Adapter for AI/ML
|
|
10864
|
-
* and HPC workloads on Amazon EC2</a> in the
|
|
10865
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
10866
|
-
* <p>If you are not creating an EFA, specify <code>interface</code> or omit this
|
|
10867
|
-
* parameter.</p>
|
|
10868
|
-
* <p>If you specify <code>efa-only</code>, do not assign any IP addresses to the network
|
|
10869
|
-
* interface. EFA-only network interfaces do not support IP addresses.</p>
|
|
10870
|
-
* <p>Valid values: <code>interface</code> | <code>efa</code> | <code>efa-only</code>
|
|
10871
|
-
* </p>
|
|
10872
|
-
* @public
|
|
10873
|
-
*/
|
|
10874
|
-
InterfaceType?: string | undefined;
|
|
10875
|
-
/**
|
|
10876
|
-
* <p>The number of IPv6 addresses to assign to a network interface. Amazon EC2
|
|
10877
|
-
* automatically selects the IPv6 addresses from the subnet range. You can't use this
|
|
10878
|
-
* option if specifying specific IPv6 addresses.</p>
|
|
10879
|
-
* @public
|
|
10880
|
-
*/
|
|
10881
|
-
Ipv6AddressCount?: number | undefined;
|
|
10882
|
-
/**
|
|
10883
|
-
* <p>One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You
|
|
10884
|
-
* can't use this option if you're specifying a number of IPv6 addresses.</p>
|
|
10885
|
-
* @public
|
|
10886
|
-
*/
|
|
10887
|
-
Ipv6Addresses?: InstanceIpv6AddressRequest[] | undefined;
|
|
10888
|
-
/**
|
|
10889
|
-
* <p>The ID of the network interface.</p>
|
|
10826
|
+
* <p>The ARN of the Capacity Reservation resource group in which to run the
|
|
10827
|
+
* instance.</p>
|
|
10890
10828
|
* @public
|
|
10891
10829
|
*/
|
|
10892
|
-
|
|
10830
|
+
CapacityReservationResourceGroupArn?: string | undefined;
|
|
10831
|
+
}
|
|
10832
|
+
/**
|
|
10833
|
+
* <p>Describes an instance's Capacity Reservation targeting option. You can specify only
|
|
10834
|
+
* one option at a time. Use the <code>CapacityReservationPreference</code> parameter to
|
|
10835
|
+
* configure the instance to run in On-Demand capacity or to run in any <code>open</code>
|
|
10836
|
+
* Capacity Reservation that has matching attributes (instance type, platform, Availability
|
|
10837
|
+
* Zone). Use the <code>CapacityReservationTarget</code> parameter to explicitly target a
|
|
10838
|
+
* specific Capacity Reservation or a Capacity Reservation group.</p>
|
|
10839
|
+
* @public
|
|
10840
|
+
*/
|
|
10841
|
+
export interface LaunchTemplateCapacityReservationSpecificationRequest {
|
|
10893
10842
|
/**
|
|
10894
|
-
* <p>
|
|
10843
|
+
* <p>Indicates the instance's Capacity Reservation preferences. Possible preferences
|
|
10844
|
+
* include:</p>
|
|
10845
|
+
* <ul>
|
|
10846
|
+
* <li>
|
|
10847
|
+
* <p>
|
|
10848
|
+
* <code>capacity-reservations-only</code> - The instance will only run in a
|
|
10849
|
+
* Capacity Reservation or Capacity Reservation group. If capacity isn't available,
|
|
10850
|
+
* the instance will fail to launch.</p>
|
|
10851
|
+
* </li>
|
|
10852
|
+
* <li>
|
|
10853
|
+
* <p>
|
|
10854
|
+
* <code>open</code> - The instance can run in any <code>open</code> Capacity
|
|
10855
|
+
* Reservation that has matching attributes (instance type, platform, Availability
|
|
10856
|
+
* Zone, tenancy).</p>
|
|
10857
|
+
* </li>
|
|
10858
|
+
* <li>
|
|
10859
|
+
* <p>
|
|
10860
|
+
* <code>none</code> - The instance avoids running in a Capacity Reservation even
|
|
10861
|
+
* if one is available. The instance runs in On-Demand capacity.</p>
|
|
10862
|
+
* </li>
|
|
10863
|
+
* </ul>
|
|
10895
10864
|
* @public
|
|
10896
10865
|
*/
|
|
10897
|
-
|
|
10866
|
+
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
10898
10867
|
/**
|
|
10899
|
-
* <p>
|
|
10868
|
+
* <p>Information about the target Capacity Reservation or Capacity Reservation
|
|
10869
|
+
* group.</p>
|
|
10900
10870
|
* @public
|
|
10901
10871
|
*/
|
|
10902
|
-
|
|
10872
|
+
CapacityReservationTarget?: CapacityReservationTarget | undefined;
|
|
10873
|
+
}
|
|
10874
|
+
/**
|
|
10875
|
+
* @public
|
|
10876
|
+
* @enum
|
|
10877
|
+
*/
|
|
10878
|
+
export declare const AmdSevSnpSpecification: {
|
|
10879
|
+
readonly disabled: "disabled";
|
|
10880
|
+
readonly enabled: "enabled";
|
|
10881
|
+
};
|
|
10882
|
+
/**
|
|
10883
|
+
* @public
|
|
10884
|
+
*/
|
|
10885
|
+
export type AmdSevSnpSpecification = (typeof AmdSevSnpSpecification)[keyof typeof AmdSevSnpSpecification];
|
|
10886
|
+
/**
|
|
10887
|
+
* <p>The CPU options for the instance. Both the core count and threads per core must be
|
|
10888
|
+
* specified in the request.</p>
|
|
10889
|
+
* @public
|
|
10890
|
+
*/
|
|
10891
|
+
export interface LaunchTemplateCpuOptionsRequest {
|
|
10903
10892
|
/**
|
|
10904
|
-
* <p>The number of
|
|
10905
|
-
* interface.</p>
|
|
10893
|
+
* <p>The number of CPU cores for the instance.</p>
|
|
10906
10894
|
* @public
|
|
10907
10895
|
*/
|
|
10908
|
-
|
|
10896
|
+
CoreCount?: number | undefined;
|
|
10909
10897
|
/**
|
|
10910
|
-
* <p>The
|
|
10898
|
+
* <p>The number of threads per CPU core. To disable multithreading for the instance,
|
|
10899
|
+
* specify a value of <code>1</code>. Otherwise, specify the default value of
|
|
10900
|
+
* <code>2</code>.</p>
|
|
10911
10901
|
* @public
|
|
10912
10902
|
*/
|
|
10913
|
-
|
|
10903
|
+
ThreadsPerCore?: number | undefined;
|
|
10914
10904
|
/**
|
|
10915
|
-
* <p>
|
|
10916
|
-
*
|
|
10917
|
-
*
|
|
10905
|
+
* <p>Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported
|
|
10906
|
+
* with M6a, R6a, and C6a instance types only. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html">AMD SEV-SNP for
|
|
10907
|
+
* Amazon EC2 instances</a>.</p>
|
|
10918
10908
|
* @public
|
|
10919
10909
|
*/
|
|
10920
|
-
|
|
10910
|
+
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
10911
|
+
}
|
|
10912
|
+
/**
|
|
10913
|
+
* <p>The credit option for CPU usage of a T instance.</p>
|
|
10914
|
+
* @public
|
|
10915
|
+
*/
|
|
10916
|
+
export interface CreditSpecificationRequest {
|
|
10921
10917
|
/**
|
|
10922
|
-
* <p>
|
|
10923
|
-
*
|
|
10918
|
+
* <p>The credit option for CPU usage of a T instance.</p>
|
|
10919
|
+
* <p>Valid values: <code>standard</code> | <code>unlimited</code>
|
|
10920
|
+
* </p>
|
|
10924
10921
|
* @public
|
|
10925
10922
|
*/
|
|
10926
|
-
|
|
10923
|
+
CpuCredits: string | undefined;
|
|
10924
|
+
}
|
|
10925
|
+
/**
|
|
10926
|
+
* <note>
|
|
10927
|
+
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
10928
|
+
* </note>
|
|
10929
|
+
* <p>A specification for an Elastic Graphics accelerator.</p>
|
|
10930
|
+
* @public
|
|
10931
|
+
*/
|
|
10932
|
+
export interface ElasticGpuSpecification {
|
|
10927
10933
|
/**
|
|
10928
|
-
* <p>The
|
|
10929
|
-
* cannot use this option if you use the <code>Ipv4Prefix</code> option.</p>
|
|
10934
|
+
* <p>The type of Elastic Graphics accelerator.</p>
|
|
10930
10935
|
* @public
|
|
10931
10936
|
*/
|
|
10932
|
-
|
|
10937
|
+
Type: string | undefined;
|
|
10938
|
+
}
|
|
10939
|
+
/**
|
|
10940
|
+
* <note>
|
|
10941
|
+
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
10942
|
+
* </note>
|
|
10943
|
+
* <p> Describes an elastic inference accelerator. </p>
|
|
10944
|
+
* @public
|
|
10945
|
+
*/
|
|
10946
|
+
export interface LaunchTemplateElasticInferenceAccelerator {
|
|
10933
10947
|
/**
|
|
10934
|
-
* <p>
|
|
10935
|
-
*
|
|
10948
|
+
* <p> The type of elastic inference accelerator. The possible values are eia1.medium,
|
|
10949
|
+
* eia1.large, and eia1.xlarge. </p>
|
|
10936
10950
|
* @public
|
|
10937
10951
|
*/
|
|
10938
|
-
|
|
10952
|
+
Type: string | undefined;
|
|
10939
10953
|
/**
|
|
10940
|
-
* <p>The number of
|
|
10941
|
-
* cannot use this option if you use the <code>Ipv6Prefix</code> option.</p>
|
|
10954
|
+
* <p>The number of elastic inference accelerators to attach to the instance. </p>
|
|
10942
10955
|
* @public
|
|
10943
10956
|
*/
|
|
10944
|
-
|
|
10957
|
+
Count?: number | undefined;
|
|
10958
|
+
}
|
|
10959
|
+
/**
|
|
10960
|
+
* <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more
|
|
10961
|
+
* information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html">What is Nitro Enclaves?</a> in the
|
|
10962
|
+
* <i>Amazon Web Services Nitro Enclaves User Guide</i>.</p>
|
|
10963
|
+
* @public
|
|
10964
|
+
*/
|
|
10965
|
+
export interface LaunchTemplateEnclaveOptionsRequest {
|
|
10945
10966
|
/**
|
|
10946
|
-
* <p>
|
|
10947
|
-
*
|
|
10948
|
-
* instance is terminated or the network interface is detached. For more information about
|
|
10949
|
-
* primary IPv6 addresses, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>.</p>
|
|
10967
|
+
* <p>To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to
|
|
10968
|
+
* <code>true</code>.</p>
|
|
10950
10969
|
* @public
|
|
10951
10970
|
*/
|
|
10952
|
-
|
|
10971
|
+
Enabled?: boolean | undefined;
|
|
10972
|
+
}
|
|
10973
|
+
/**
|
|
10974
|
+
* <p>Indicates whether the instance is configured for hibernation. This parameter is valid
|
|
10975
|
+
* only if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
|
|
10976
|
+
* prerequisites</a>.</p>
|
|
10977
|
+
* @public
|
|
10978
|
+
*/
|
|
10979
|
+
export interface LaunchTemplateHibernationOptionsRequest {
|
|
10953
10980
|
/**
|
|
10954
|
-
* <p>
|
|
10981
|
+
* <p>If you set this parameter to <code>true</code>, the instance is enabled for
|
|
10982
|
+
* hibernation.</p>
|
|
10983
|
+
* <p>Default: <code>false</code>
|
|
10984
|
+
* </p>
|
|
10955
10985
|
* @public
|
|
10956
10986
|
*/
|
|
10957
|
-
|
|
10987
|
+
Configured?: boolean | undefined;
|
|
10988
|
+
}
|
|
10989
|
+
/**
|
|
10990
|
+
* <p>An IAM instance profile.</p>
|
|
10991
|
+
* @public
|
|
10992
|
+
*/
|
|
10993
|
+
export interface LaunchTemplateIamInstanceProfileSpecificationRequest {
|
|
10958
10994
|
/**
|
|
10959
|
-
* <p>
|
|
10960
|
-
* for connection tracking on an Elastic network interface. For more information, see
|
|
10961
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Idle connection tracking timeout</a> in the
|
|
10962
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
10995
|
+
* <p>The Amazon Resource Name (ARN) of the instance profile.</p>
|
|
10963
10996
|
* @public
|
|
10964
10997
|
*/
|
|
10965
|
-
|
|
10998
|
+
Arn?: string | undefined;
|
|
10966
10999
|
/**
|
|
10967
|
-
* <p>The
|
|
11000
|
+
* <p>The name of the instance profile.</p>
|
|
10968
11001
|
* @public
|
|
10969
11002
|
*/
|
|
10970
|
-
|
|
11003
|
+
Name?: string | undefined;
|
|
10971
11004
|
}
|
|
10972
11005
|
/**
|
|
10973
11006
|
* @public
|
|
10974
11007
|
* @enum
|
|
10975
11008
|
*/
|
|
10976
|
-
export declare const
|
|
10977
|
-
readonly
|
|
10978
|
-
readonly
|
|
10979
|
-
readonly VPC_1: "vpc-1";
|
|
11009
|
+
export declare const ShutdownBehavior: {
|
|
11010
|
+
readonly stop: "stop";
|
|
11011
|
+
readonly terminate: "terminate";
|
|
10980
11012
|
};
|
|
10981
11013
|
/**
|
|
10982
11014
|
* @public
|
|
10983
11015
|
*/
|
|
10984
|
-
export type
|
|
11016
|
+
export type ShutdownBehavior = (typeof ShutdownBehavior)[keyof typeof ShutdownBehavior];
|
|
10985
11017
|
/**
|
|
10986
|
-
* <p>When you configure network performance options in your launch template, your instance
|
|
10987
|
-
* is geared for performance improvements based on the workload that it runs as soon as
|
|
10988
|
-
* it's available.</p>
|
|
10989
11018
|
* @public
|
|
11019
|
+
* @enum
|
|
10990
11020
|
*/
|
|
10991
|
-
export
|
|
10992
|
-
|
|
10993
|
-
|
|
10994
|
-
|
|
10995
|
-
* <dl>
|
|
10996
|
-
* <dt>default</dt>
|
|
10997
|
-
* <dd>
|
|
10998
|
-
* <p>This option uses the standard bandwidth configuration for your instance
|
|
10999
|
-
* type.</p>
|
|
11000
|
-
* </dd>
|
|
11001
|
-
* <dt>vpc-1</dt>
|
|
11002
|
-
* <dd>
|
|
11003
|
-
* <p>This option boosts your networking baseline bandwidth and reduces your EBS
|
|
11004
|
-
* baseline bandwidth.</p>
|
|
11005
|
-
* </dd>
|
|
11006
|
-
* <dt>ebs-1</dt>
|
|
11007
|
-
* <dd>
|
|
11008
|
-
* <p>This option boosts your EBS baseline bandwidth and reduces your networking
|
|
11009
|
-
* baseline bandwidth.</p>
|
|
11010
|
-
* </dd>
|
|
11011
|
-
* </dl>
|
|
11012
|
-
* @public
|
|
11013
|
-
*/
|
|
11014
|
-
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
11015
|
-
}
|
|
11021
|
+
export declare const MarketType: {
|
|
11022
|
+
readonly capacity_block: "capacity-block";
|
|
11023
|
+
readonly spot: "spot";
|
|
11024
|
+
};
|
|
11016
11025
|
/**
|
|
11017
|
-
* <p>The service provider that manages the resource.</p>
|
|
11018
11026
|
* @public
|
|
11019
11027
|
*/
|
|
11020
|
-
export
|
|
11021
|
-
/**
|
|
11022
|
-
* <p>The service provider that manages the resource.</p>
|
|
11023
|
-
* @public
|
|
11024
|
-
*/
|
|
11025
|
-
Principal?: string | undefined;
|
|
11026
|
-
}
|
|
11028
|
+
export type MarketType = (typeof MarketType)[keyof typeof MarketType];
|
|
11027
11029
|
/**
|
|
11028
|
-
* <p>Describes the placement of an instance.</p>
|
|
11029
11030
|
* @public
|
|
11031
|
+
* @enum
|
|
11030
11032
|
*/
|
|
11031
|
-
export
|
|
11032
|
-
|
|
11033
|
-
|
|
11034
|
-
|
|
11035
|
-
|
|
11036
|
-
*/
|
|
11037
|
-
AvailabilityZone?: string | undefined;
|
|
11038
|
-
/**
|
|
11039
|
-
* <p>The ID of the Availability Zone for the instance.</p>
|
|
11040
|
-
* <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> can be specified, but not both</p>
|
|
11041
|
-
* @public
|
|
11042
|
-
*/
|
|
11043
|
-
AvailabilityZoneId?: string | undefined;
|
|
11044
|
-
/**
|
|
11045
|
-
* <p>The affinity setting for an instance on a Dedicated Host.</p>
|
|
11046
|
-
* @public
|
|
11047
|
-
*/
|
|
11048
|
-
Affinity?: string | undefined;
|
|
11049
|
-
/**
|
|
11050
|
-
* <p>The name of the placement group for the instance.</p>
|
|
11051
|
-
* @public
|
|
11052
|
-
*/
|
|
11053
|
-
GroupName?: string | undefined;
|
|
11054
|
-
/**
|
|
11055
|
-
* <p>The ID of the Dedicated Host for the instance.</p>
|
|
11056
|
-
* @public
|
|
11057
|
-
*/
|
|
11058
|
-
HostId?: string | undefined;
|
|
11059
|
-
/**
|
|
11060
|
-
* <p>The tenancy of the instance. An instance with a tenancy of dedicated runs on
|
|
11061
|
-
* single-tenant hardware.</p>
|
|
11062
|
-
* @public
|
|
11063
|
-
*/
|
|
11064
|
-
Tenancy?: Tenancy | undefined;
|
|
11065
|
-
/**
|
|
11066
|
-
* <p>Reserved for future use.</p>
|
|
11067
|
-
* @public
|
|
11068
|
-
*/
|
|
11069
|
-
SpreadDomain?: string | undefined;
|
|
11070
|
-
/**
|
|
11071
|
-
* <p>The ARN of the host resource group in which to launch the instances. If you specify a
|
|
11072
|
-
* host resource group ARN, omit the <b>Tenancy</b> parameter or
|
|
11073
|
-
* set it to <code>host</code>.</p>
|
|
11074
|
-
* @public
|
|
11075
|
-
*/
|
|
11076
|
-
HostResourceGroupArn?: string | undefined;
|
|
11077
|
-
/**
|
|
11078
|
-
* <p>The number of the partition the instance should launch in. Valid only if the placement
|
|
11079
|
-
* group strategy is set to <code>partition</code>.</p>
|
|
11080
|
-
* @public
|
|
11081
|
-
*/
|
|
11082
|
-
PartitionNumber?: number | undefined;
|
|
11083
|
-
/**
|
|
11084
|
-
* <p>The Group Id of a placement group. You must specify the Placement Group <b>Group Id</b> to launch an instance in a shared placement
|
|
11085
|
-
* group.</p>
|
|
11086
|
-
* @public
|
|
11087
|
-
*/
|
|
11088
|
-
GroupId?: string | undefined;
|
|
11089
|
-
}
|
|
11033
|
+
export declare const InstanceInterruptionBehavior: {
|
|
11034
|
+
readonly hibernate: "hibernate";
|
|
11035
|
+
readonly stop: "stop";
|
|
11036
|
+
readonly terminate: "terminate";
|
|
11037
|
+
};
|
|
11090
11038
|
/**
|
|
11091
|
-
* <p>Describes the options for instance hostnames.</p>
|
|
11092
11039
|
* @public
|
|
11093
11040
|
*/
|
|
11094
|
-
export
|
|
11095
|
-
/**
|
|
11096
|
-
* <p>The type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name
|
|
11097
|
-
* must be based on the instance IPv4 address. For IPv6 native subnets, an instance DNS
|
|
11098
|
-
* name must be based on the instance ID. For dual-stack subnets, you can specify whether
|
|
11099
|
-
* DNS names use the instance IPv4 address or the instance ID.</p>
|
|
11100
|
-
* @public
|
|
11101
|
-
*/
|
|
11102
|
-
HostnameType?: HostnameType | undefined;
|
|
11103
|
-
/**
|
|
11104
|
-
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
|
|
11105
|
-
* records.</p>
|
|
11106
|
-
* @public
|
|
11107
|
-
*/
|
|
11108
|
-
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
11109
|
-
/**
|
|
11110
|
-
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
|
|
11111
|
-
* records.</p>
|
|
11112
|
-
* @public
|
|
11113
|
-
*/
|
|
11114
|
-
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
11115
|
-
}
|
|
11041
|
+
export type InstanceInterruptionBehavior = (typeof InstanceInterruptionBehavior)[keyof typeof InstanceInterruptionBehavior];
|
|
11116
11042
|
/**
|
|
11117
|
-
* <p>The tags specification for the resources that are created during instance
|
|
11118
|
-
* launch.</p>
|
|
11119
11043
|
* @public
|
|
11044
|
+
* @enum
|
|
11120
11045
|
*/
|
|
11121
|
-
export
|
|
11122
|
-
|
|
11123
|
-
|
|
11124
|
-
|
|
11125
|
-
* create a launch template, you can specify tags for the following resource types only:
|
|
11126
|
-
* <code>instance</code> | <code>volume</code> |
|
|
11127
|
-
* <code>network-interface</code> | <code>spot-instances-request</code>. If the instance
|
|
11128
|
-
* does not include the resource type that you specify, the instance launch fails. For
|
|
11129
|
-
* example, not all instance types include a volume.</p>
|
|
11130
|
-
* <p>To tag a resource after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
|
|
11131
|
-
* @public
|
|
11132
|
-
*/
|
|
11133
|
-
ResourceType?: ResourceType | undefined;
|
|
11134
|
-
/**
|
|
11135
|
-
* <p>The tags to apply to the resource.</p>
|
|
11136
|
-
* @public
|
|
11137
|
-
*/
|
|
11138
|
-
Tags?: Tag[] | undefined;
|
|
11139
|
-
}
|
|
11046
|
+
export declare const SpotInstanceType: {
|
|
11047
|
+
readonly one_time: "one-time";
|
|
11048
|
+
readonly persistent: "persistent";
|
|
11049
|
+
};
|
|
11140
11050
|
/**
|
|
11141
|
-
* <p>The information to include in the launch template.</p>
|
|
11142
|
-
* <note>
|
|
11143
|
-
* <p>You must specify at least one parameter for the launch template data.</p>
|
|
11144
|
-
* </note>
|
|
11145
11051
|
* @public
|
|
11146
11052
|
*/
|
|
11147
|
-
export
|
|
11053
|
+
export type SpotInstanceType = (typeof SpotInstanceType)[keyof typeof SpotInstanceType];
|
|
11054
|
+
/**
|
|
11055
|
+
* <p>The options for Spot Instances.</p>
|
|
11056
|
+
* @public
|
|
11057
|
+
*/
|
|
11058
|
+
export interface LaunchTemplateSpotMarketOptionsRequest {
|
|
11148
11059
|
/**
|
|
11149
|
-
* <p>The
|
|
11060
|
+
* <p>The maximum hourly price you're willing to pay for a Spot Instance. We do not
|
|
11061
|
+
* recommend using this parameter because it can lead to increased interruptions. If you do
|
|
11062
|
+
* not specify this parameter, you will pay the current Spot price. If you do specify this
|
|
11063
|
+
* parameter, it must be more than USD $0.001. Specifying a value below USD $0.001 will
|
|
11064
|
+
* result in an <code>InvalidParameterValue</code> error message when the launch template
|
|
11065
|
+
* is used to launch an instance.</p>
|
|
11150
11066
|
* <important>
|
|
11151
|
-
* <p>
|
|
11152
|
-
*
|
|
11153
|
-
* <i>Amazon Linux 2 User Guide</i>.</p>
|
|
11067
|
+
* <p>If you specify a maximum price, your Spot Instances will be interrupted more
|
|
11068
|
+
* frequently than if you do not specify this parameter.</p>
|
|
11154
11069
|
* </important>
|
|
11155
11070
|
* @public
|
|
11156
11071
|
*/
|
|
11157
|
-
|
|
11158
|
-
/**
|
|
11159
|
-
* <p>Indicates whether the instance is optimized for Amazon EBS I/O. This optimization
|
|
11160
|
-
* provides dedicated throughput to Amazon EBS and an optimized configuration stack to
|
|
11161
|
-
* provide optimal Amazon EBS I/O performance. This optimization isn't available with all
|
|
11162
|
-
* instance types. Additional usage charges apply when using an EBS-optimized
|
|
11163
|
-
* instance.</p>
|
|
11164
|
-
* @public
|
|
11165
|
-
*/
|
|
11166
|
-
EbsOptimized?: boolean | undefined;
|
|
11167
|
-
/**
|
|
11168
|
-
* <p>The name or Amazon Resource Name (ARN) of an IAM instance profile.</p>
|
|
11169
|
-
* @public
|
|
11170
|
-
*/
|
|
11171
|
-
IamInstanceProfile?: LaunchTemplateIamInstanceProfileSpecificationRequest | undefined;
|
|
11072
|
+
MaxPrice?: string | undefined;
|
|
11172
11073
|
/**
|
|
11173
|
-
* <p>The
|
|
11074
|
+
* <p>The Spot Instance request type.</p>
|
|
11174
11075
|
* @public
|
|
11175
11076
|
*/
|
|
11176
|
-
|
|
11077
|
+
SpotInstanceType?: SpotInstanceType | undefined;
|
|
11177
11078
|
/**
|
|
11178
|
-
* <p>
|
|
11079
|
+
* <p>Deprecated.</p>
|
|
11179
11080
|
* @public
|
|
11180
11081
|
*/
|
|
11181
|
-
|
|
11082
|
+
BlockDurationMinutes?: number | undefined;
|
|
11182
11083
|
/**
|
|
11183
|
-
* <p>The
|
|
11184
|
-
*
|
|
11185
|
-
*
|
|
11186
|
-
* <p>To reference a public parameter:</p>
|
|
11187
|
-
* <ul>
|
|
11188
|
-
* <li>
|
|
11189
|
-
* <p>
|
|
11190
|
-
* <code>resolve:ssm:<i>public-parameter</i>
|
|
11191
|
-
* </code>
|
|
11192
|
-
* </p>
|
|
11193
|
-
* </li>
|
|
11194
|
-
* </ul>
|
|
11195
|
-
* <p>To reference a parameter stored in the same account:</p>
|
|
11196
|
-
* <ul>
|
|
11197
|
-
* <li>
|
|
11198
|
-
* <p>
|
|
11199
|
-
* <code>resolve:ssm:<i>parameter-name</i>
|
|
11200
|
-
* </code>
|
|
11201
|
-
* </p>
|
|
11202
|
-
* </li>
|
|
11203
|
-
* <li>
|
|
11204
|
-
* <p>
|
|
11205
|
-
* <code>resolve:ssm:<i>parameter-name:version-number</i>
|
|
11206
|
-
* </code>
|
|
11207
|
-
* </p>
|
|
11208
|
-
* </li>
|
|
11209
|
-
* <li>
|
|
11210
|
-
* <p>
|
|
11211
|
-
* <code>resolve:ssm:<i>parameter-name:label</i>
|
|
11212
|
-
* </code>
|
|
11213
|
-
* </p>
|
|
11214
|
-
* </li>
|
|
11215
|
-
* </ul>
|
|
11216
|
-
* <p>To reference a parameter shared from another Amazon Web Services account:</p>
|
|
11084
|
+
* <p>The end date of the request, in UTC format
|
|
11085
|
+
* (<i>YYYY-MM-DD</i>T<i>HH:MM:SS</i>Z). Supported only for
|
|
11086
|
+
* persistent requests.</p>
|
|
11217
11087
|
* <ul>
|
|
11218
11088
|
* <li>
|
|
11219
|
-
* <p>
|
|
11220
|
-
*
|
|
11221
|
-
*
|
|
11222
|
-
* </p>
|
|
11223
|
-
* </li>
|
|
11224
|
-
* <li>
|
|
11225
|
-
* <p>
|
|
11226
|
-
* <code>resolve:ssm:<i>parameter-ARN:version-number</i>
|
|
11227
|
-
* </code>
|
|
11228
|
-
* </p>
|
|
11089
|
+
* <p>For a persistent request, the request remains active until the
|
|
11090
|
+
* <code>ValidUntil</code> date and time is reached. Otherwise, the request
|
|
11091
|
+
* remains active until you cancel it.</p>
|
|
11229
11092
|
* </li>
|
|
11230
11093
|
* <li>
|
|
11231
|
-
* <p>
|
|
11232
|
-
*
|
|
11233
|
-
* </code>
|
|
11234
|
-
* </p>
|
|
11094
|
+
* <p>For a one-time request, <code>ValidUntil</code> is not supported. The request
|
|
11095
|
+
* remains active until all instances launch or you cancel the request.</p>
|
|
11235
11096
|
* </li>
|
|
11236
11097
|
* </ul>
|
|
11237
|
-
* <p>
|
|
11238
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11239
|
-
* <note>
|
|
11240
|
-
* <p>If the launch template will be used for an EC2 Fleet or Spot Fleet, note the
|
|
11241
|
-
* following:</p>
|
|
11242
|
-
* <ul>
|
|
11243
|
-
* <li>
|
|
11244
|
-
* <p>Only EC2 Fleets of type <code>instant</code> support specifying a Systems
|
|
11245
|
-
* Manager parameter.</p>
|
|
11246
|
-
* </li>
|
|
11247
|
-
* <li>
|
|
11248
|
-
* <p>For EC2 Fleets of type <code>maintain</code> or <code>request</code>, or
|
|
11249
|
-
* for Spot Fleets, you must specify the AMI ID.</p>
|
|
11250
|
-
* </li>
|
|
11251
|
-
* </ul>
|
|
11252
|
-
* </note>
|
|
11253
|
-
* @public
|
|
11254
|
-
*/
|
|
11255
|
-
ImageId?: string | undefined;
|
|
11256
|
-
/**
|
|
11257
|
-
* <p>The instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Amazon EC2 instance types</a> in
|
|
11258
|
-
* the <i>Amazon EC2 User Guide</i>.</p>
|
|
11259
|
-
* <p>If you specify <code>InstanceType</code>, you can't specify
|
|
11260
|
-
* <code>InstanceRequirements</code>.</p>
|
|
11261
|
-
* @public
|
|
11262
|
-
*/
|
|
11263
|
-
InstanceType?: _InstanceType | undefined;
|
|
11264
|
-
/**
|
|
11265
|
-
* <p>The name of the key pair. You can create a key pair using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateKeyPair.html">CreateKeyPair</a> or
|
|
11266
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportKeyPair.html">ImportKeyPair</a>.</p>
|
|
11267
|
-
* <important>
|
|
11268
|
-
* <p>If you do not specify a key pair, you can't connect to the instance unless you
|
|
11269
|
-
* choose an AMI that is configured to allow users another way to log in.</p>
|
|
11270
|
-
* </important>
|
|
11271
|
-
* @public
|
|
11272
|
-
*/
|
|
11273
|
-
KeyName?: string | undefined;
|
|
11274
|
-
/**
|
|
11275
|
-
* <p>The monitoring for the instance.</p>
|
|
11276
|
-
* @public
|
|
11277
|
-
*/
|
|
11278
|
-
Monitoring?: LaunchTemplatesMonitoringRequest | undefined;
|
|
11279
|
-
/**
|
|
11280
|
-
* <p>The placement for the instance.</p>
|
|
11281
|
-
* @public
|
|
11282
|
-
*/
|
|
11283
|
-
Placement?: LaunchTemplatePlacementRequest | undefined;
|
|
11284
|
-
/**
|
|
11285
|
-
* <p>The ID of the RAM disk.</p>
|
|
11286
|
-
* <important>
|
|
11287
|
-
* <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more
|
|
11288
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html">User provided
|
|
11289
|
-
* kernels</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
11290
|
-
* </important>
|
|
11291
|
-
* @public
|
|
11292
|
-
*/
|
|
11293
|
-
RamDiskId?: string | undefined;
|
|
11294
|
-
/**
|
|
11295
|
-
* <p>Indicates whether termination protection is enabled for the instance. The default is
|
|
11296
|
-
* <code>false</code>, which means that you can terminate the instance using the Amazon EC2
|
|
11297
|
-
* console, command line tools, or API. You can enable termination protection when you
|
|
11298
|
-
* launch an instance, while the instance is running, or while the instance is
|
|
11299
|
-
* stopped.</p>
|
|
11300
|
-
* @public
|
|
11301
|
-
*/
|
|
11302
|
-
DisableApiTermination?: boolean | undefined;
|
|
11303
|
-
/**
|
|
11304
|
-
* <p>Indicates whether an instance stops or terminates when you initiate shutdown from the
|
|
11305
|
-
* instance (using the operating system command for system shutdown).</p>
|
|
11306
|
-
* <p>Default: <code>stop</code>
|
|
11307
|
-
* </p>
|
|
11308
|
-
* @public
|
|
11309
|
-
*/
|
|
11310
|
-
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
|
|
11311
|
-
/**
|
|
11312
|
-
* <p>The user data to make available to the instance. You must provide base64-encoded text.
|
|
11313
|
-
* User data is limited to 16 KB. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html">Run commands when you launch an EC2
|
|
11314
|
-
* instance with user data input</a> in the
|
|
11315
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11316
|
-
* <p>If you are creating the launch template for use with Batch, the user
|
|
11317
|
-
* data must be provided in the <a href="https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive">MIME multi-part archive format</a>. For more information, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/launch-templates.html#lt-user-data">Amazon EC2 user data in launch templates</a> in the
|
|
11318
|
-
* <i>Batch User Guide</i>.</p>
|
|
11319
|
-
* @public
|
|
11320
|
-
*/
|
|
11321
|
-
UserData?: string | undefined;
|
|
11322
|
-
/**
|
|
11323
|
-
* <p>The tags to apply to the resources that are created during instance launch. These tags
|
|
11324
|
-
* are not applied to the launch template.</p>
|
|
11325
|
-
* @public
|
|
11326
|
-
*/
|
|
11327
|
-
TagSpecifications?: LaunchTemplateTagSpecificationRequest[] | undefined;
|
|
11328
|
-
/**
|
|
11329
|
-
* <p>Deprecated.</p>
|
|
11330
|
-
* <note>
|
|
11331
|
-
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
11332
|
-
* </note>
|
|
11333
|
-
*
|
|
11334
|
-
* @deprecated Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.
|
|
11335
|
-
* @public
|
|
11336
|
-
*/
|
|
11337
|
-
ElasticGpuSpecifications?: ElasticGpuSpecification[] | undefined;
|
|
11338
|
-
/**
|
|
11339
|
-
* <note>
|
|
11340
|
-
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
11341
|
-
* </note>
|
|
11342
|
-
* <p>An elastic inference accelerator to associate with the instance. Elastic inference
|
|
11343
|
-
* accelerators are a resource you can attach to your Amazon EC2 instances to accelerate
|
|
11344
|
-
* your Deep Learning (DL) inference workloads.</p>
|
|
11345
|
-
* <p>You cannot specify accelerators from different generations in the same request.</p>
|
|
11346
|
-
*
|
|
11347
|
-
* @deprecated Specifying Elastic Inference accelerators is no longer supported on the RunInstances API.
|
|
11348
|
-
* @public
|
|
11349
|
-
*/
|
|
11350
|
-
ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAccelerator[] | undefined;
|
|
11351
|
-
/**
|
|
11352
|
-
* <p>The IDs of the security groups.</p>
|
|
11353
|
-
* <p>If you specify a network interface, you must specify any security groups as part of
|
|
11354
|
-
* the network interface instead of using this parameter.</p>
|
|
11355
|
-
* @public
|
|
11356
|
-
*/
|
|
11357
|
-
SecurityGroupIds?: string[] | undefined;
|
|
11358
|
-
/**
|
|
11359
|
-
* <p>The names of the security groups. For a nondefault VPC, you must use security group
|
|
11360
|
-
* IDs instead.</p>
|
|
11361
|
-
* <p>If you specify a network interface, you must specify any security groups as part of
|
|
11362
|
-
* the network interface instead of using this parameter.</p>
|
|
11363
|
-
* @public
|
|
11364
|
-
*/
|
|
11365
|
-
SecurityGroups?: string[] | undefined;
|
|
11366
|
-
/**
|
|
11367
|
-
* <p>The market (purchasing) option for the instances.</p>
|
|
11368
|
-
* @public
|
|
11369
|
-
*/
|
|
11370
|
-
InstanceMarketOptions?: LaunchTemplateInstanceMarketOptionsRequest | undefined;
|
|
11371
|
-
/**
|
|
11372
|
-
* <p>The credit option for CPU usage of the instance. Valid only for T instances.</p>
|
|
11373
|
-
* @public
|
|
11374
|
-
*/
|
|
11375
|
-
CreditSpecification?: CreditSpecificationRequest | undefined;
|
|
11376
|
-
/**
|
|
11377
|
-
* <p>The CPU options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html">CPU
|
|
11378
|
-
* options for Amazon EC2 instances</a> in the
|
|
11379
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11098
|
+
* <p>Default: 7 days from the current date</p>
|
|
11380
11099
|
* @public
|
|
11381
11100
|
*/
|
|
11382
|
-
|
|
11101
|
+
ValidUntil?: Date | undefined;
|
|
11383
11102
|
/**
|
|
11384
|
-
* <p>The
|
|
11385
|
-
*
|
|
11386
|
-
* it to run in any open Capacity Reservation that has matching attributes (instance type,
|
|
11387
|
-
* platform, Availability Zone).</p>
|
|
11103
|
+
* <p>The behavior when a Spot Instance is interrupted. The default is
|
|
11104
|
+
* <code>terminate</code>.</p>
|
|
11388
11105
|
* @public
|
|
11389
11106
|
*/
|
|
11390
|
-
|
|
11107
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
11108
|
+
}
|
|
11109
|
+
/**
|
|
11110
|
+
* <p>The market (purchasing) option for the instances.</p>
|
|
11111
|
+
* @public
|
|
11112
|
+
*/
|
|
11113
|
+
export interface LaunchTemplateInstanceMarketOptionsRequest {
|
|
11391
11114
|
/**
|
|
11392
|
-
* <p>The
|
|
11115
|
+
* <p>The market type.</p>
|
|
11393
11116
|
* @public
|
|
11394
11117
|
*/
|
|
11395
|
-
|
|
11118
|
+
MarketType?: MarketType | undefined;
|
|
11396
11119
|
/**
|
|
11397
|
-
* <p>
|
|
11398
|
-
* if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
|
|
11399
|
-
* prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your Amazon EC2 instance</a>
|
|
11400
|
-
* in the <i>Amazon EC2 User Guide</i>.</p>
|
|
11120
|
+
* <p>The options for Spot Instances.</p>
|
|
11401
11121
|
* @public
|
|
11402
11122
|
*/
|
|
11403
|
-
|
|
11123
|
+
SpotOptions?: LaunchTemplateSpotMarketOptionsRequest | undefined;
|
|
11124
|
+
}
|
|
11125
|
+
/**
|
|
11126
|
+
* <p>Describes a license configuration.</p>
|
|
11127
|
+
* @public
|
|
11128
|
+
*/
|
|
11129
|
+
export interface LaunchTemplateLicenseConfigurationRequest {
|
|
11404
11130
|
/**
|
|
11405
|
-
* <p>The
|
|
11406
|
-
* the Instance Metadata Service options</a> in the
|
|
11407
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11131
|
+
* <p>The Amazon Resource Name (ARN) of the license configuration.</p>
|
|
11408
11132
|
* @public
|
|
11409
11133
|
*/
|
|
11410
|
-
|
|
11134
|
+
LicenseConfigurationArn?: string | undefined;
|
|
11135
|
+
}
|
|
11136
|
+
/**
|
|
11137
|
+
* @public
|
|
11138
|
+
* @enum
|
|
11139
|
+
*/
|
|
11140
|
+
export declare const LaunchTemplateAutoRecoveryState: {
|
|
11141
|
+
readonly default: "default";
|
|
11142
|
+
readonly disabled: "disabled";
|
|
11143
|
+
};
|
|
11144
|
+
/**
|
|
11145
|
+
* @public
|
|
11146
|
+
*/
|
|
11147
|
+
export type LaunchTemplateAutoRecoveryState = (typeof LaunchTemplateAutoRecoveryState)[keyof typeof LaunchTemplateAutoRecoveryState];
|
|
11148
|
+
/**
|
|
11149
|
+
* <p>The maintenance options of your instance.</p>
|
|
11150
|
+
* @public
|
|
11151
|
+
*/
|
|
11152
|
+
export interface LaunchTemplateInstanceMaintenanceOptionsRequest {
|
|
11411
11153
|
/**
|
|
11412
|
-
* <p>
|
|
11413
|
-
* information, see <a href="https://docs.aws.amazon.com/
|
|
11414
|
-
* <i>Amazon Web Services Nitro Enclaves User Guide</i>.</p>
|
|
11415
|
-
* <p>You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same instance.</p>
|
|
11154
|
+
* <p>Disables the automatic recovery behavior of your instance or sets it to default. For
|
|
11155
|
+
* more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html#instance-configuration-recovery">Simplified automatic recovery</a>.</p>
|
|
11416
11156
|
* @public
|
|
11417
11157
|
*/
|
|
11418
|
-
|
|
11158
|
+
AutoRecovery?: LaunchTemplateAutoRecoveryState | undefined;
|
|
11159
|
+
}
|
|
11160
|
+
/**
|
|
11161
|
+
* @public
|
|
11162
|
+
* @enum
|
|
11163
|
+
*/
|
|
11164
|
+
export declare const LaunchTemplateInstanceMetadataEndpointState: {
|
|
11165
|
+
readonly disabled: "disabled";
|
|
11166
|
+
readonly enabled: "enabled";
|
|
11167
|
+
};
|
|
11168
|
+
/**
|
|
11169
|
+
* @public
|
|
11170
|
+
*/
|
|
11171
|
+
export type LaunchTemplateInstanceMetadataEndpointState = (typeof LaunchTemplateInstanceMetadataEndpointState)[keyof typeof LaunchTemplateInstanceMetadataEndpointState];
|
|
11172
|
+
/**
|
|
11173
|
+
* @public
|
|
11174
|
+
* @enum
|
|
11175
|
+
*/
|
|
11176
|
+
export declare const LaunchTemplateInstanceMetadataProtocolIpv6: {
|
|
11177
|
+
readonly disabled: "disabled";
|
|
11178
|
+
readonly enabled: "enabled";
|
|
11179
|
+
};
|
|
11180
|
+
/**
|
|
11181
|
+
* @public
|
|
11182
|
+
*/
|
|
11183
|
+
export type LaunchTemplateInstanceMetadataProtocolIpv6 = (typeof LaunchTemplateInstanceMetadataProtocolIpv6)[keyof typeof LaunchTemplateInstanceMetadataProtocolIpv6];
|
|
11184
|
+
/**
|
|
11185
|
+
* @public
|
|
11186
|
+
* @enum
|
|
11187
|
+
*/
|
|
11188
|
+
export declare const LaunchTemplateHttpTokensState: {
|
|
11189
|
+
readonly optional: "optional";
|
|
11190
|
+
readonly required: "required";
|
|
11191
|
+
};
|
|
11192
|
+
/**
|
|
11193
|
+
* @public
|
|
11194
|
+
*/
|
|
11195
|
+
export type LaunchTemplateHttpTokensState = (typeof LaunchTemplateHttpTokensState)[keyof typeof LaunchTemplateHttpTokensState];
|
|
11196
|
+
/**
|
|
11197
|
+
* @public
|
|
11198
|
+
* @enum
|
|
11199
|
+
*/
|
|
11200
|
+
export declare const LaunchTemplateInstanceMetadataTagsState: {
|
|
11201
|
+
readonly disabled: "disabled";
|
|
11202
|
+
readonly enabled: "enabled";
|
|
11203
|
+
};
|
|
11204
|
+
/**
|
|
11205
|
+
* @public
|
|
11206
|
+
*/
|
|
11207
|
+
export type LaunchTemplateInstanceMetadataTagsState = (typeof LaunchTemplateInstanceMetadataTagsState)[keyof typeof LaunchTemplateInstanceMetadataTagsState];
|
|
11208
|
+
/**
|
|
11209
|
+
* <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Use
|
|
11210
|
+
* instance metadata to manage your EC2 instance</a> in the
|
|
11211
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11212
|
+
* @public
|
|
11213
|
+
*/
|
|
11214
|
+
export interface LaunchTemplateInstanceMetadataOptionsRequest {
|
|
11419
11215
|
/**
|
|
11420
|
-
* <p>
|
|
11421
|
-
* identify instance types with these attributes.</p>
|
|
11422
|
-
* <p>You must specify <code>VCpuCount</code> and <code>MemoryMiB</code>. All other attributes
|
|
11423
|
-
* are optional. Any unspecified optional attribute is set to its default.</p>
|
|
11424
|
-
* <p>When you specify multiple attributes, you get instance types that satisfy all of the
|
|
11425
|
-
* specified attributes. If you specify multiple values for an attribute, you get instance
|
|
11426
|
-
* types that satisfy any of the specified values.</p>
|
|
11427
|
-
* <p>To limit the list of instance types from which Amazon EC2 can identify matching instance types,
|
|
11428
|
-
* you can use one of the following parameters, but not both in the same request:</p>
|
|
11216
|
+
* <p>Indicates whether IMDSv2 is required.</p>
|
|
11429
11217
|
* <ul>
|
|
11430
11218
|
* <li>
|
|
11431
11219
|
* <p>
|
|
11432
|
-
* <code>
|
|
11433
|
-
*
|
|
11220
|
+
* <code>optional</code> - IMDSv2 is optional. You can choose whether to send a
|
|
11221
|
+
* session token in your instance metadata retrieval requests. If you retrieve IAM
|
|
11222
|
+
* role credentials without a session token, you receive the IMDSv1 role
|
|
11223
|
+
* credentials. If you retrieve IAM role credentials using a valid session token,
|
|
11224
|
+
* you receive the IMDSv2 role credentials.</p>
|
|
11434
11225
|
* </li>
|
|
11435
11226
|
* <li>
|
|
11436
11227
|
* <p>
|
|
11437
|
-
* <code>
|
|
11438
|
-
*
|
|
11228
|
+
* <code>required</code> - IMDSv2 is required. You must send a session token in
|
|
11229
|
+
* your instance metadata retrieval requests. With this option, retrieving the IAM
|
|
11230
|
+
* role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not
|
|
11231
|
+
* available.</p>
|
|
11439
11232
|
* </li>
|
|
11440
11233
|
* </ul>
|
|
11441
|
-
* <
|
|
11442
|
-
*
|
|
11443
|
-
* <code>InstanceType</code>.</p>
|
|
11444
|
-
* <p>Attribute-based instance type selection is only supported when using Auto Scaling
|
|
11445
|
-
* groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in
|
|
11446
|
-
* the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html">launch instance
|
|
11447
|
-
* wizard</a>, or with the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a> API or
|
|
11448
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html">AWS::EC2::Instance</a> Amazon Web Services CloudFormation resource, you can't specify <code>InstanceRequirements</code>.</p>
|
|
11449
|
-
* </note>
|
|
11450
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html">Specify attributes for instance type selection for EC2 Fleet or Spot Fleet</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html">Spot
|
|
11451
|
-
* placement score</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
11452
|
-
* @public
|
|
11453
|
-
*/
|
|
11454
|
-
InstanceRequirements?: InstanceRequirementsRequest | undefined;
|
|
11455
|
-
/**
|
|
11456
|
-
* <p>The options for the instance hostname. The default values are inherited from the
|
|
11457
|
-
* subnet.</p>
|
|
11458
|
-
* @public
|
|
11459
|
-
*/
|
|
11460
|
-
PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptionsRequest | undefined;
|
|
11461
|
-
/**
|
|
11462
|
-
* <p>The maintenance options for the instance.</p>
|
|
11463
|
-
* @public
|
|
11464
|
-
*/
|
|
11465
|
-
MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptionsRequest | undefined;
|
|
11466
|
-
/**
|
|
11467
|
-
* <p>Indicates whether to enable the instance for stop protection. For more information,
|
|
11468
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html">Enable stop protection for your EC2 instances</a> in the
|
|
11469
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11470
|
-
* @public
|
|
11471
|
-
*/
|
|
11472
|
-
DisableApiStop?: boolean | undefined;
|
|
11473
|
-
/**
|
|
11474
|
-
* <p>The entity that manages the launch template.</p>
|
|
11475
|
-
* @public
|
|
11476
|
-
*/
|
|
11477
|
-
Operator?: OperatorRequest | undefined;
|
|
11478
|
-
/**
|
|
11479
|
-
* <p>Contains launch template settings to boost network performance for the type of
|
|
11480
|
-
* workload that runs on your instance.</p>
|
|
11481
|
-
* @public
|
|
11482
|
-
*/
|
|
11483
|
-
NetworkPerformanceOptions?: LaunchTemplateNetworkPerformanceOptionsRequest | undefined;
|
|
11484
|
-
}
|
|
11485
|
-
/**
|
|
11486
|
-
* @public
|
|
11487
|
-
*/
|
|
11488
|
-
export interface CreateLaunchTemplateRequest {
|
|
11489
|
-
/**
|
|
11490
|
-
* <p>Checks whether you have the required permissions for the action, without actually
|
|
11491
|
-
* making the request, and provides an error response. If you have the required
|
|
11492
|
-
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
11493
|
-
* <code>UnauthorizedOperation</code>.</p>
|
|
11494
|
-
* @public
|
|
11495
|
-
*/
|
|
11496
|
-
DryRun?: boolean | undefined;
|
|
11497
|
-
/**
|
|
11498
|
-
* <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
|
|
11499
|
-
* request. If a client token isn't specified, a randomly generated token is used in the
|
|
11500
|
-
* request to ensure idempotency.</p>
|
|
11501
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
|
|
11502
|
-
* idempotency</a>.</p>
|
|
11503
|
-
* <p>Constraint: Maximum 128 ASCII characters.</p>
|
|
11504
|
-
* @public
|
|
11505
|
-
*/
|
|
11506
|
-
ClientToken?: string | undefined;
|
|
11507
|
-
/**
|
|
11508
|
-
* <p>A name for the launch template.</p>
|
|
11234
|
+
* <p>Default: If the value of <code>ImdsSupport</code> for the Amazon Machine Image (AMI)
|
|
11235
|
+
* for your instance is <code>v2.0</code>, the default is <code>required</code>.</p>
|
|
11509
11236
|
* @public
|
|
11510
11237
|
*/
|
|
11511
|
-
|
|
11238
|
+
HttpTokens?: LaunchTemplateHttpTokensState | undefined;
|
|
11512
11239
|
/**
|
|
11513
|
-
* <p>
|
|
11240
|
+
* <p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the
|
|
11241
|
+
* number, the further instance metadata requests can travel.</p>
|
|
11242
|
+
* <p>Default: <code>1</code>
|
|
11243
|
+
* </p>
|
|
11244
|
+
* <p>Possible values: Integers from 1 to 64</p>
|
|
11514
11245
|
* @public
|
|
11515
11246
|
*/
|
|
11516
|
-
|
|
11247
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
11517
11248
|
/**
|
|
11518
|
-
* <p>
|
|
11249
|
+
* <p>Enables or disables the HTTP metadata endpoint on your instances. If the parameter is
|
|
11250
|
+
* not specified, the default state is <code>enabled</code>.</p>
|
|
11251
|
+
* <note>
|
|
11252
|
+
* <p>If you specify a value of <code>disabled</code>, you will not be able to access
|
|
11253
|
+
* your instance metadata. </p>
|
|
11254
|
+
* </note>
|
|
11519
11255
|
* @public
|
|
11520
11256
|
*/
|
|
11521
|
-
|
|
11257
|
+
HttpEndpoint?: LaunchTemplateInstanceMetadataEndpointState | undefined;
|
|
11522
11258
|
/**
|
|
11523
|
-
* <p>
|
|
11259
|
+
* <p>Enables or disables the IPv6 endpoint for the instance metadata service.</p>
|
|
11260
|
+
* <p>Default: <code>disabled</code>
|
|
11261
|
+
* </p>
|
|
11524
11262
|
* @public
|
|
11525
11263
|
*/
|
|
11526
|
-
|
|
11264
|
+
HttpProtocolIpv6?: LaunchTemplateInstanceMetadataProtocolIpv6 | undefined;
|
|
11527
11265
|
/**
|
|
11528
|
-
* <p>
|
|
11529
|
-
*
|
|
11530
|
-
*
|
|
11531
|
-
*
|
|
11532
|
-
*
|
|
11266
|
+
* <p>Set to <code>enabled</code> to allow access to instance tags from the instance
|
|
11267
|
+
* metadata. Set to <code>disabled</code> to turn off access to instance tags from the
|
|
11268
|
+
* instance metadata. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-tags-in-IMDS.html">View tags for your EC2
|
|
11269
|
+
* instances using instance metadata</a>.</p>
|
|
11270
|
+
* <p>Default: <code>disabled</code>
|
|
11271
|
+
* </p>
|
|
11533
11272
|
* @public
|
|
11534
11273
|
*/
|
|
11535
|
-
|
|
11274
|
+
InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | undefined;
|
|
11536
11275
|
}
|
|
11537
11276
|
/**
|
|
11538
|
-
* <p>Describes
|
|
11277
|
+
* <p>Describes the monitoring for the instance.</p>
|
|
11539
11278
|
* @public
|
|
11540
11279
|
*/
|
|
11541
|
-
export interface
|
|
11542
|
-
/**
|
|
11543
|
-
* <p>The ID of the launch template.</p>
|
|
11544
|
-
* @public
|
|
11545
|
-
*/
|
|
11546
|
-
LaunchTemplateId?: string | undefined;
|
|
11280
|
+
export interface LaunchTemplatesMonitoringRequest {
|
|
11547
11281
|
/**
|
|
11548
|
-
* <p>
|
|
11282
|
+
* <p>Specify <code>true</code> to enable detailed monitoring. Otherwise, basic monitoring
|
|
11283
|
+
* is enabled.</p>
|
|
11549
11284
|
* @public
|
|
11550
11285
|
*/
|
|
11551
|
-
|
|
11286
|
+
Enabled?: boolean | undefined;
|
|
11287
|
+
}
|
|
11288
|
+
/**
|
|
11289
|
+
* <p>A security group connection tracking specification request that enables you to set the
|
|
11290
|
+
* idle timeout for connection tracking on an Elastic network interface. For more
|
|
11291
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the
|
|
11292
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11293
|
+
* @public
|
|
11294
|
+
*/
|
|
11295
|
+
export interface ConnectionTrackingSpecificationRequest {
|
|
11552
11296
|
/**
|
|
11553
|
-
* <p>
|
|
11297
|
+
* <p>Timeout (in seconds) for idle TCP
|
|
11298
|
+
* connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
|
|
11299
|
+
* days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
|
|
11554
11300
|
* @public
|
|
11555
11301
|
*/
|
|
11556
|
-
|
|
11302
|
+
TcpEstablishedTimeout?: number | undefined;
|
|
11557
11303
|
/**
|
|
11558
|
-
* <p>
|
|
11304
|
+
* <p>Timeout (in seconds) for idle UDP
|
|
11305
|
+
* flows classified as streams which have seen more than one request-response
|
|
11306
|
+
* transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180
|
|
11307
|
+
* seconds.</p>
|
|
11559
11308
|
* @public
|
|
11560
11309
|
*/
|
|
11561
|
-
|
|
11310
|
+
UdpStreamTimeout?: number | undefined;
|
|
11562
11311
|
/**
|
|
11563
|
-
* <p>
|
|
11312
|
+
* <p>Timeout (in seconds) for idle UDP flows that
|
|
11313
|
+
* have seen traffic only in a single direction or a single request-response
|
|
11314
|
+
* transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.</p>
|
|
11564
11315
|
* @public
|
|
11565
11316
|
*/
|
|
11566
|
-
|
|
11317
|
+
UdpTimeout?: number | undefined;
|
|
11318
|
+
}
|
|
11319
|
+
/**
|
|
11320
|
+
* <p>Configures ENA Express for UDP network traffic from your launch template.</p>
|
|
11321
|
+
* @public
|
|
11322
|
+
*/
|
|
11323
|
+
export interface EnaSrdUdpSpecificationRequest {
|
|
11567
11324
|
/**
|
|
11568
|
-
* <p>
|
|
11325
|
+
* <p>Indicates whether UDP traffic uses ENA Express for your instance. To ensure that UDP
|
|
11326
|
+
* traffic can use ENA Express when you launch an instance, you must also set <b>EnaSrdEnabled</b> in the <b>EnaSrdSpecificationRequest</b> to <code>true</code>.</p>
|
|
11569
11327
|
* @public
|
|
11570
11328
|
*/
|
|
11571
|
-
|
|
11329
|
+
EnaSrdUdpEnabled?: boolean | undefined;
|
|
11330
|
+
}
|
|
11331
|
+
/**
|
|
11332
|
+
* <p>Launch instances with ENA Express settings configured from your launch
|
|
11333
|
+
* template.</p>
|
|
11334
|
+
* @public
|
|
11335
|
+
*/
|
|
11336
|
+
export interface EnaSrdSpecificationRequest {
|
|
11572
11337
|
/**
|
|
11573
|
-
* <p>
|
|
11338
|
+
* <p>Specifies whether ENA Express is enabled for the network interface when you launch an
|
|
11339
|
+
* instance.</p>
|
|
11574
11340
|
* @public
|
|
11575
11341
|
*/
|
|
11576
|
-
|
|
11342
|
+
EnaSrdEnabled?: boolean | undefined;
|
|
11577
11343
|
/**
|
|
11578
|
-
* <p>
|
|
11344
|
+
* <p>Contains ENA Express settings for UDP network traffic for the network interface
|
|
11345
|
+
* attached to the instance.</p>
|
|
11579
11346
|
* @public
|
|
11580
11347
|
*/
|
|
11581
|
-
|
|
11348
|
+
EnaSrdUdpSpecification?: EnaSrdUdpSpecificationRequest | undefined;
|
|
11582
11349
|
}
|
|
11583
11350
|
/**
|
|
11584
|
-
* <p>
|
|
11585
|
-
* combination that is not valid when a new launch template or new version of a launch
|
|
11586
|
-
* template is created.</p>
|
|
11351
|
+
* <p>Describes the IPv4 prefix option for a network interface.</p>
|
|
11587
11352
|
* @public
|
|
11588
11353
|
*/
|
|
11589
|
-
export interface
|
|
11354
|
+
export interface Ipv4PrefixSpecificationRequest {
|
|
11590
11355
|
/**
|
|
11591
|
-
* <p>The
|
|
11592
|
-
*
|
|
11356
|
+
* <p>The IPv4 prefix. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html">
|
|
11357
|
+
* Assigning prefixes to network interfaces</a> in the
|
|
11358
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11593
11359
|
* @public
|
|
11594
11360
|
*/
|
|
11595
|
-
|
|
11361
|
+
Ipv4Prefix?: string | undefined;
|
|
11362
|
+
}
|
|
11363
|
+
/**
|
|
11364
|
+
* <p>Describes an IPv6 address.</p>
|
|
11365
|
+
* @public
|
|
11366
|
+
*/
|
|
11367
|
+
export interface InstanceIpv6AddressRequest {
|
|
11596
11368
|
/**
|
|
11597
|
-
* <p>The
|
|
11598
|
-
* valid. For more information about error messages, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">Error codes</a>.</p>
|
|
11369
|
+
* <p>The IPv6 address.</p>
|
|
11599
11370
|
* @public
|
|
11600
11371
|
*/
|
|
11601
|
-
|
|
11372
|
+
Ipv6Address?: string | undefined;
|
|
11602
11373
|
}
|
|
11603
11374
|
/**
|
|
11604
|
-
* <p>
|
|
11605
|
-
* combinations that are not valid when a new launch template or new version of a launch
|
|
11606
|
-
* template is created.</p>
|
|
11375
|
+
* <p>Describes the IPv6 prefix option for a network interface.</p>
|
|
11607
11376
|
* @public
|
|
11608
11377
|
*/
|
|
11609
|
-
export interface
|
|
11378
|
+
export interface Ipv6PrefixSpecificationRequest {
|
|
11610
11379
|
/**
|
|
11611
|
-
* <p>The
|
|
11380
|
+
* <p>The IPv6 prefix.</p>
|
|
11612
11381
|
* @public
|
|
11613
11382
|
*/
|
|
11614
|
-
|
|
11383
|
+
Ipv6Prefix?: string | undefined;
|
|
11615
11384
|
}
|
|
11616
11385
|
/**
|
|
11386
|
+
* <p>Describes a secondary private IPv4 address for a network interface.</p>
|
|
11617
11387
|
* @public
|
|
11618
11388
|
*/
|
|
11619
|
-
export interface
|
|
11389
|
+
export interface PrivateIpAddressSpecification {
|
|
11620
11390
|
/**
|
|
11621
|
-
* <p>
|
|
11391
|
+
* <p>Indicates whether the private IPv4 address is the primary private IPv4 address. Only
|
|
11392
|
+
* one IPv4 address can be designated as primary.</p>
|
|
11622
11393
|
* @public
|
|
11623
11394
|
*/
|
|
11624
|
-
|
|
11395
|
+
Primary?: boolean | undefined;
|
|
11625
11396
|
/**
|
|
11626
|
-
* <p>
|
|
11627
|
-
* valid, an error code and an error message are returned for each issue that's
|
|
11628
|
-
* found.</p>
|
|
11397
|
+
* <p>The private IPv4 address.</p>
|
|
11629
11398
|
* @public
|
|
11630
11399
|
*/
|
|
11631
|
-
|
|
11400
|
+
PrivateIpAddress?: string | undefined;
|
|
11632
11401
|
}
|
|
11633
11402
|
/**
|
|
11403
|
+
* <p>The parameters for a network interface.</p>
|
|
11634
11404
|
* @public
|
|
11635
11405
|
*/
|
|
11636
|
-
export interface
|
|
11406
|
+
export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
11637
11407
|
/**
|
|
11638
|
-
* <p>
|
|
11639
|
-
*
|
|
11640
|
-
*
|
|
11641
|
-
*
|
|
11408
|
+
* <p>Associates a Carrier IP address with eth0 for a new network interface.</p>
|
|
11409
|
+
* <p>Use this option when you launch an instance in a Wavelength Zone and want to associate
|
|
11410
|
+
* a Carrier IP address with the network interface. For more information about Carrier IP
|
|
11411
|
+
* addresses, see <a href="https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#provider-owned-ip">Carrier IP addresses</a> in the <i>Wavelength Developer
|
|
11412
|
+
* Guide</i>.</p>
|
|
11642
11413
|
* @public
|
|
11643
11414
|
*/
|
|
11644
|
-
|
|
11415
|
+
AssociateCarrierIpAddress?: boolean | undefined;
|
|
11645
11416
|
/**
|
|
11646
|
-
* <p>
|
|
11647
|
-
*
|
|
11648
|
-
*
|
|
11649
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
|
|
11650
|
-
* idempotency</a>.</p>
|
|
11651
|
-
* <p>Constraint: Maximum 128 ASCII characters.</p>
|
|
11417
|
+
* <p>Associates a public IPv4 address with eth0 for a new network interface.</p>
|
|
11418
|
+
* <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
|
|
11419
|
+
* associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
|
|
11652
11420
|
* @public
|
|
11653
11421
|
*/
|
|
11654
|
-
|
|
11422
|
+
AssociatePublicIpAddress?: boolean | undefined;
|
|
11655
11423
|
/**
|
|
11656
|
-
* <p>
|
|
11657
|
-
*
|
|
11658
|
-
* both.</p>
|
|
11424
|
+
* <p>Indicates whether the network interface is deleted when the instance is
|
|
11425
|
+
* terminated.</p>
|
|
11659
11426
|
* @public
|
|
11660
11427
|
*/
|
|
11661
|
-
|
|
11428
|
+
DeleteOnTermination?: boolean | undefined;
|
|
11662
11429
|
/**
|
|
11663
|
-
* <p>
|
|
11664
|
-
* <p>You must specify either the launch template ID or the launch template name, but not
|
|
11665
|
-
* both.</p>
|
|
11430
|
+
* <p>A description for the network interface.</p>
|
|
11666
11431
|
* @public
|
|
11667
11432
|
*/
|
|
11668
|
-
|
|
11433
|
+
Description?: string | undefined;
|
|
11669
11434
|
/**
|
|
11670
|
-
* <p>The
|
|
11671
|
-
*
|
|
11672
|
-
*
|
|
11673
|
-
*
|
|
11674
|
-
*
|
|
11675
|
-
*
|
|
11676
|
-
* <p>If you omit this parameter, the new version contains only the launch parameters that
|
|
11677
|
-
* you specify for the new version.</p>
|
|
11435
|
+
* <p>The device index for the network interface attachment. The primary network interface
|
|
11436
|
+
* has a device index of 0. Each network interface is of type <code>interface</code>, you
|
|
11437
|
+
* must specify a device index. If you create a launch template that includes secondary
|
|
11438
|
+
* network interfaces but not a primary network interface, then you must add a primary
|
|
11439
|
+
* network interface as a launch parameter when you launch an instance from the
|
|
11440
|
+
* template.</p>
|
|
11678
11441
|
* @public
|
|
11679
11442
|
*/
|
|
11680
|
-
|
|
11443
|
+
DeviceIndex?: number | undefined;
|
|
11681
11444
|
/**
|
|
11682
|
-
* <p>
|
|
11445
|
+
* <p>The IDs of one or more security groups.</p>
|
|
11683
11446
|
* @public
|
|
11684
11447
|
*/
|
|
11685
|
-
|
|
11448
|
+
Groups?: string[] | undefined;
|
|
11686
11449
|
/**
|
|
11687
|
-
* <p>The
|
|
11450
|
+
* <p>The type of network interface. To create an Elastic Fabric Adapter (EFA), specify
|
|
11451
|
+
* <code>efa</code> or <code>efa</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html">Elastic Fabric Adapter for AI/ML
|
|
11452
|
+
* and HPC workloads on Amazon EC2</a> in the
|
|
11453
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11454
|
+
* <p>If you are not creating an EFA, specify <code>interface</code> or omit this
|
|
11455
|
+
* parameter.</p>
|
|
11456
|
+
* <p>If you specify <code>efa-only</code>, do not assign any IP addresses to the network
|
|
11457
|
+
* interface. EFA-only network interfaces do not support IP addresses.</p>
|
|
11458
|
+
* <p>Valid values: <code>interface</code> | <code>efa</code> | <code>efa-only</code>
|
|
11459
|
+
* </p>
|
|
11688
11460
|
* @public
|
|
11689
11461
|
*/
|
|
11690
|
-
|
|
11462
|
+
InterfaceType?: string | undefined;
|
|
11691
11463
|
/**
|
|
11692
|
-
* <p>
|
|
11693
|
-
*
|
|
11694
|
-
*
|
|
11695
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11696
|
-
* <p>Default: <code>false</code>
|
|
11697
|
-
* </p>
|
|
11464
|
+
* <p>The number of IPv6 addresses to assign to a network interface. Amazon EC2
|
|
11465
|
+
* automatically selects the IPv6 addresses from the subnet range. You can't use this
|
|
11466
|
+
* option if specifying specific IPv6 addresses.</p>
|
|
11698
11467
|
* @public
|
|
11699
11468
|
*/
|
|
11700
|
-
|
|
11701
|
-
}
|
|
11702
|
-
/**
|
|
11703
|
-
* <p>Describes a block device for an EBS volume.</p>
|
|
11704
|
-
* @public
|
|
11705
|
-
*/
|
|
11706
|
-
export interface LaunchTemplateEbsBlockDevice {
|
|
11469
|
+
Ipv6AddressCount?: number | undefined;
|
|
11707
11470
|
/**
|
|
11708
|
-
* <p>
|
|
11471
|
+
* <p>One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You
|
|
11472
|
+
* can't use this option if you're specifying a number of IPv6 addresses.</p>
|
|
11709
11473
|
* @public
|
|
11710
11474
|
*/
|
|
11711
|
-
|
|
11475
|
+
Ipv6Addresses?: InstanceIpv6AddressRequest[] | undefined;
|
|
11712
11476
|
/**
|
|
11713
|
-
* <p>
|
|
11477
|
+
* <p>The ID of the network interface.</p>
|
|
11714
11478
|
* @public
|
|
11715
11479
|
*/
|
|
11716
|
-
|
|
11480
|
+
NetworkInterfaceId?: string | undefined;
|
|
11717
11481
|
/**
|
|
11718
|
-
* <p>The
|
|
11482
|
+
* <p>The primary private IPv4 address of the network interface.</p>
|
|
11719
11483
|
* @public
|
|
11720
11484
|
*/
|
|
11721
|
-
|
|
11485
|
+
PrivateIpAddress?: string | undefined;
|
|
11722
11486
|
/**
|
|
11723
|
-
* <p>
|
|
11487
|
+
* <p>One or more private IPv4 addresses.</p>
|
|
11724
11488
|
* @public
|
|
11725
11489
|
*/
|
|
11726
|
-
|
|
11490
|
+
PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
|
|
11727
11491
|
/**
|
|
11728
|
-
* <p>The
|
|
11492
|
+
* <p>The number of secondary private IPv4 addresses to assign to a network
|
|
11493
|
+
* interface.</p>
|
|
11729
11494
|
* @public
|
|
11730
11495
|
*/
|
|
11731
|
-
|
|
11496
|
+
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
11732
11497
|
/**
|
|
11733
|
-
* <p>The
|
|
11498
|
+
* <p>The ID of the subnet for the network interface.</p>
|
|
11734
11499
|
* @public
|
|
11735
11500
|
*/
|
|
11736
|
-
|
|
11501
|
+
SubnetId?: string | undefined;
|
|
11737
11502
|
/**
|
|
11738
|
-
* <p>The
|
|
11503
|
+
* <p>The index of the network card. Some instance types support multiple network cards. The
|
|
11504
|
+
* primary network interface must be assigned to network card index 0. The default is
|
|
11505
|
+
* network card index 0.</p>
|
|
11739
11506
|
* @public
|
|
11740
11507
|
*/
|
|
11741
|
-
|
|
11508
|
+
NetworkCardIndex?: number | undefined;
|
|
11742
11509
|
/**
|
|
11743
|
-
* <p>
|
|
11510
|
+
* <p>One or more IPv4 prefixes to be assigned to the network interface. You cannot use this
|
|
11511
|
+
* option if you use the <code>Ipv4PrefixCount</code> option.</p>
|
|
11744
11512
|
* @public
|
|
11745
11513
|
*/
|
|
11746
|
-
|
|
11514
|
+
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
|
|
11747
11515
|
/**
|
|
11748
|
-
* <p>The
|
|
11749
|
-
*
|
|
11516
|
+
* <p>The number of IPv4 prefixes to be automatically assigned to the network interface. You
|
|
11517
|
+
* cannot use this option if you use the <code>Ipv4Prefix</code> option.</p>
|
|
11750
11518
|
* @public
|
|
11751
11519
|
*/
|
|
11752
|
-
|
|
11753
|
-
}
|
|
11754
|
-
/**
|
|
11755
|
-
* <p>Describes a block device mapping.</p>
|
|
11756
|
-
* @public
|
|
11757
|
-
*/
|
|
11758
|
-
export interface LaunchTemplateBlockDeviceMapping {
|
|
11520
|
+
Ipv4PrefixCount?: number | undefined;
|
|
11759
11521
|
/**
|
|
11760
|
-
* <p>
|
|
11522
|
+
* <p>One or more IPv6 prefixes to be assigned to the network interface. You cannot use this
|
|
11523
|
+
* option if you use the <code>Ipv6PrefixCount</code> option.</p>
|
|
11761
11524
|
* @public
|
|
11762
11525
|
*/
|
|
11763
|
-
|
|
11526
|
+
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
|
|
11764
11527
|
/**
|
|
11765
|
-
* <p>The
|
|
11528
|
+
* <p>The number of IPv6 prefixes to be automatically assigned to the network interface. You
|
|
11529
|
+
* cannot use this option if you use the <code>Ipv6Prefix</code> option.</p>
|
|
11766
11530
|
* @public
|
|
11767
11531
|
*/
|
|
11768
|
-
|
|
11532
|
+
Ipv6PrefixCount?: number | undefined;
|
|
11769
11533
|
/**
|
|
11770
|
-
* <p>
|
|
11534
|
+
* <p>The primary IPv6 address of the network interface. When you enable an IPv6 GUA address
|
|
11535
|
+
* to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the
|
|
11536
|
+
* instance is terminated or the network interface is detached. For more information about
|
|
11537
|
+
* primary IPv6 addresses, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>.</p>
|
|
11771
11538
|
* @public
|
|
11772
11539
|
*/
|
|
11773
|
-
|
|
11540
|
+
PrimaryIpv6?: boolean | undefined;
|
|
11774
11541
|
/**
|
|
11775
|
-
* <p>
|
|
11542
|
+
* <p>Configure ENA Express settings for your launch template.</p>
|
|
11776
11543
|
* @public
|
|
11777
11544
|
*/
|
|
11778
|
-
|
|
11545
|
+
EnaSrdSpecification?: EnaSrdSpecificationRequest | undefined;
|
|
11546
|
+
/**
|
|
11547
|
+
* <p>A security group connection tracking specification that enables you to set the timeout
|
|
11548
|
+
* for connection tracking on an Elastic network interface. For more information, see
|
|
11549
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Idle connection tracking timeout</a> in the
|
|
11550
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11551
|
+
* @public
|
|
11552
|
+
*/
|
|
11553
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
|
|
11554
|
+
/**
|
|
11555
|
+
* <p>The number of ENA queues to be created with the instance.</p>
|
|
11556
|
+
* @public
|
|
11557
|
+
*/
|
|
11558
|
+
EnaQueueCount?: number | undefined;
|
|
11779
11559
|
}
|
|
11780
11560
|
/**
|
|
11781
|
-
* @
|
|
11782
|
-
|
|
11783
|
-
export declare const CopySnapshotRequestFilterSensitiveLog: (obj: CopySnapshotRequest) => any;
|
|
11784
|
-
/**
|
|
11785
|
-
* @internal
|
|
11561
|
+
* @public
|
|
11562
|
+
* @enum
|
|
11786
11563
|
*/
|
|
11787
|
-
export declare const
|
|
11564
|
+
export declare const InstanceBandwidthWeighting: {
|
|
11565
|
+
readonly DEFAULT: "default";
|
|
11566
|
+
readonly EBS_1: "ebs-1";
|
|
11567
|
+
readonly VPC_1: "vpc-1";
|
|
11568
|
+
};
|
|
11788
11569
|
/**
|
|
11789
|
-
* @
|
|
11570
|
+
* @public
|
|
11790
11571
|
*/
|
|
11791
|
-
export
|
|
11572
|
+
export type InstanceBandwidthWeighting = (typeof InstanceBandwidthWeighting)[keyof typeof InstanceBandwidthWeighting];
|
|
11792
11573
|
/**
|
|
11793
11574
|
* @internal
|
|
11794
11575
|
*/
|
|
11795
|
-
export declare const
|
|
11576
|
+
export declare const CopySnapshotRequestFilterSensitiveLog: (obj: CopySnapshotRequest) => any;
|
|
11796
11577
|
/**
|
|
11797
11578
|
* @internal
|
|
11798
11579
|
*/
|
|
11799
|
-
export declare const
|
|
11580
|
+
export declare const CreateDelegateMacVolumeOwnershipTaskRequestFilterSensitiveLog: (obj: CreateDelegateMacVolumeOwnershipTaskRequest) => any;
|
|
11800
11581
|
/**
|
|
11801
11582
|
* @internal
|
|
11802
11583
|
*/
|
|
11803
|
-
export declare const
|
|
11584
|
+
export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
|