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