@aws-sdk/client-ec2 3.909.0 → 3.911.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 +80 -0
- package/dist-cjs/index.js +1715 -465
- package/dist-es/EC2.js +20 -0
- package/dist-es/commands/CopyVolumesCommand.js +22 -0
- package/dist-es/commands/CreateCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DeleteCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityManagerDataExportsCommand.js +22 -0
- package/dist-es/commands/DisableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/EnableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerAttributesCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDataCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDimensionsCommand.js +22 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
- package/dist-es/commands/UpdateCapacityManagerOrganizationsAccessCommand.js +22 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +29 -9
- package/dist-es/models/models_2.js +0 -26
- package/dist-es/models/models_3.js +13 -9
- package/dist-es/models/models_4.js +22 -18
- package/dist-es/models/models_5.js +18 -20
- package/dist-es/models/models_6.js +129 -57
- package/dist-es/models/models_7.js +57 -33
- package/dist-es/models/models_8.js +33 -0
- package/dist-es/pagination/DescribeCapacityManagerDataExportsPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDataPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDimensionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +1052 -143
- package/dist-types/EC2.d.ts +74 -0
- package/dist-types/EC2Client.d.ts +12 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +21 -5
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +137 -0
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +93 -0
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/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 +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +4 -2
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +3 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +77 -0
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +109 -0
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +3 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
- package/dist-types/commands/DisableCapacityManagerCommand.d.ts +79 -0
- package/dist-types/commands/EnableCapacityManagerCommand.d.ts +80 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +82 -0
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +129 -0
- package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +119 -0
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -2
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +80 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +4 -3
- package/dist-types/models/models_1.d.ts +415 -210
- package/dist-types/models/models_2.d.ts +187 -333
- package/dist-types/models/models_3.d.ts +184 -241
- package/dist-types/models/models_4.d.ts +414 -281
- package/dist-types/models/models_5.d.ts +275 -293
- package/dist-types/models/models_6.d.ts +1596 -1580
- package/dist-types/models/models_7.d.ts +4799 -4756
- package/dist-types/models/models_8.d.ts +1010 -10
- package/dist-types/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDataPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -1
- package/dist-types/protocols/Aws_ec2.d.ts +90 -0
- package/dist-types/ts3.4/EC2.d.ts +192 -0
- package/dist-types/ts3.4/EC2Client.d.ts +60 -0
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +88 -47
- package/dist-types/ts3.4/models/models_2.d.ts +36 -86
- package/dist-types/ts3.4/models/models_3.d.ts +49 -54
- package/dist-types/ts3.4/models/models_4.d.ts +92 -76
- package/dist-types/ts3.4/models/models_5.d.ts +76 -79
- package/dist-types/ts3.4/models/models_6.d.ts +296 -269
- package/dist-types/ts3.4/models/models_7.d.ts +268 -237
- package/dist-types/ts3.4/models/models_8.d.ts +243 -7
- package/dist-types/ts3.4/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +120 -0
- package/package.json +35 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion, AddressFamily, AllocationType, AttachmentStatus, CapacityReservationFleetState, InstanceEventWindow, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
|
|
1
|
+
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion, AddressFamily, AllocationType, AttachmentStatus, CapacityReservationFleetState, InstanceEventWindow, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VolumeAttachment, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -355,6 +355,402 @@ export interface CopySnapshotResult {
|
|
|
355
355
|
*/
|
|
356
356
|
SnapshotId?: string | undefined;
|
|
357
357
|
}
|
|
358
|
+
/**
|
|
359
|
+
* @public
|
|
360
|
+
* @enum
|
|
361
|
+
*/
|
|
362
|
+
export declare const VolumeType: {
|
|
363
|
+
readonly gp2: "gp2";
|
|
364
|
+
readonly gp3: "gp3";
|
|
365
|
+
readonly io1: "io1";
|
|
366
|
+
readonly io2: "io2";
|
|
367
|
+
readonly sc1: "sc1";
|
|
368
|
+
readonly st1: "st1";
|
|
369
|
+
readonly standard: "standard";
|
|
370
|
+
};
|
|
371
|
+
/**
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
374
|
+
export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
|
|
375
|
+
/**
|
|
376
|
+
* @public
|
|
377
|
+
*/
|
|
378
|
+
export interface CopyVolumesRequest {
|
|
379
|
+
/**
|
|
380
|
+
* <p>The ID of the source EBS volume to copy.</p>
|
|
381
|
+
* @public
|
|
382
|
+
*/
|
|
383
|
+
SourceVolumeId: string | undefined;
|
|
384
|
+
/**
|
|
385
|
+
* <p>The number of I/O operations per second (IOPS) to provision for the volume copy.
|
|
386
|
+
* Required for <code>io1</code> and <code>io2</code> volumes. Optional for <code>gp3</code>
|
|
387
|
+
* volumes. Omit for all other volume types. Full provisioned IOPS performance can be
|
|
388
|
+
* achieved only once the volume copy is fully initialized. </p>
|
|
389
|
+
* <p>Valid ranges:</p>
|
|
390
|
+
* <ul>
|
|
391
|
+
* <li>
|
|
392
|
+
* <p>gp3: <code>3,000 </code>(<i>default</i>)<code> - 80,000</code> IOPS</p>
|
|
393
|
+
* </li>
|
|
394
|
+
* <li>
|
|
395
|
+
* <p>io1: <code>100 - 64,000</code> IOPS</p>
|
|
396
|
+
* </li>
|
|
397
|
+
* <li>
|
|
398
|
+
* <p>io2: <code>100 - 256,000</code> IOPS</p>
|
|
399
|
+
* </li>
|
|
400
|
+
* </ul>
|
|
401
|
+
* <note>
|
|
402
|
+
* <p>
|
|
403
|
+
* <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">
|
|
404
|
+
* Instances built on the Nitro System</a> can support up to 256,000 IOPS. Other instances can support up to 32,000
|
|
405
|
+
* IOPS.</p>
|
|
406
|
+
* </note>
|
|
407
|
+
* @public
|
|
408
|
+
*/
|
|
409
|
+
Iops?: number | undefined;
|
|
410
|
+
/**
|
|
411
|
+
* <p>The size of the volume copy, in GiBs. The size must be equal to or greater than the
|
|
412
|
+
* size of the source volume. If not specified, the size defaults to the size of the source
|
|
413
|
+
* volume.</p>
|
|
414
|
+
* <p>Maximum supported sizes:</p>
|
|
415
|
+
* <ul>
|
|
416
|
+
* <li>
|
|
417
|
+
* <p>gp2: <code>16,384</code> GiB</p>
|
|
418
|
+
* </li>
|
|
419
|
+
* <li>
|
|
420
|
+
* <p>gp3: <code>65,536</code> GiB</p>
|
|
421
|
+
* </li>
|
|
422
|
+
* <li>
|
|
423
|
+
* <p>io1: <code>16,384</code> GiB</p>
|
|
424
|
+
* </li>
|
|
425
|
+
* <li>
|
|
426
|
+
* <p>io2: <code>65,536</code> GiB</p>
|
|
427
|
+
* </li>
|
|
428
|
+
* <li>
|
|
429
|
+
* <p>st1 and sc1: <code>16,384</code> GiB</p>
|
|
430
|
+
* </li>
|
|
431
|
+
* <li>
|
|
432
|
+
* <p>standard: <code>1024</code> GiB</p>
|
|
433
|
+
* </li>
|
|
434
|
+
* </ul>
|
|
435
|
+
* @public
|
|
436
|
+
*/
|
|
437
|
+
Size?: number | undefined;
|
|
438
|
+
/**
|
|
439
|
+
* <p>The volume type for the volume copy. If not specified, the volume type defaults to
|
|
440
|
+
* <code>gp2</code>.</p>
|
|
441
|
+
* @public
|
|
442
|
+
*/
|
|
443
|
+
VolumeType?: VolumeType | undefined;
|
|
444
|
+
/**
|
|
445
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
446
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
447
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
450
|
+
DryRun?: boolean | undefined;
|
|
451
|
+
/**
|
|
452
|
+
* <p>The tags to apply to the volume copy during creation.</p>
|
|
453
|
+
* @public
|
|
454
|
+
*/
|
|
455
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
456
|
+
/**
|
|
457
|
+
* <p>Indicates whether to enable Amazon EBS Multi-Attach for the volume copy. If you enable
|
|
458
|
+
* Multi-Attach, you can attach the volume to up to 16 Nitro instances in the same
|
|
459
|
+
* Availability Zone simultaneously. Supported with <code>io1</code> and <code>io2</code> volumes only. For more
|
|
460
|
+
* information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes-multi.html">
|
|
461
|
+
* Amazon EBS Multi-Attach</a>.</p>
|
|
462
|
+
* @public
|
|
463
|
+
*/
|
|
464
|
+
MultiAttachEnabled?: boolean | undefined;
|
|
465
|
+
/**
|
|
466
|
+
* <p>The throughput to provision for the volume copy, in MiB/s. Supported for <code>gp3</code>
|
|
467
|
+
* volumes only. Omit for all other volume types. Full provisioned throughput performance can be
|
|
468
|
+
* achieved only once the volume copy is fully initialized.</p>
|
|
469
|
+
* <p>Valid Range: <code>125 - 2000</code> MiB/s</p>
|
|
470
|
+
* <p></p>
|
|
471
|
+
* @public
|
|
472
|
+
*/
|
|
473
|
+
Throughput?: number | undefined;
|
|
474
|
+
/**
|
|
475
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
476
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">
|
|
477
|
+
* Ensure Idempotency</a>.</p>
|
|
478
|
+
* @public
|
|
479
|
+
*/
|
|
480
|
+
ClientToken?: string | undefined;
|
|
481
|
+
}
|
|
482
|
+
/**
|
|
483
|
+
* <p>Describes whether the resource is managed by a service provider and, if so, describes
|
|
484
|
+
* the service provider that manages it.</p>
|
|
485
|
+
* @public
|
|
486
|
+
*/
|
|
487
|
+
export interface OperatorResponse {
|
|
488
|
+
/**
|
|
489
|
+
* <p>If <code>true</code>, the resource is managed by a service provider.</p>
|
|
490
|
+
* @public
|
|
491
|
+
*/
|
|
492
|
+
Managed?: boolean | undefined;
|
|
493
|
+
/**
|
|
494
|
+
* <p>If <code>managed</code> is <code>true</code>, then the principal is returned. The
|
|
495
|
+
* principal is the service provider that manages the resource.</p>
|
|
496
|
+
* @public
|
|
497
|
+
*/
|
|
498
|
+
Principal?: string | undefined;
|
|
499
|
+
}
|
|
500
|
+
/**
|
|
501
|
+
* @public
|
|
502
|
+
* @enum
|
|
503
|
+
*/
|
|
504
|
+
export declare const SSEType: {
|
|
505
|
+
readonly none: "none";
|
|
506
|
+
readonly sse_ebs: "sse-ebs";
|
|
507
|
+
readonly sse_kms: "sse-kms";
|
|
508
|
+
};
|
|
509
|
+
/**
|
|
510
|
+
* @public
|
|
511
|
+
*/
|
|
512
|
+
export type SSEType = (typeof SSEType)[keyof typeof SSEType];
|
|
513
|
+
/**
|
|
514
|
+
* @public
|
|
515
|
+
* @enum
|
|
516
|
+
*/
|
|
517
|
+
export declare const VolumeState: {
|
|
518
|
+
readonly available: "available";
|
|
519
|
+
readonly creating: "creating";
|
|
520
|
+
readonly deleted: "deleted";
|
|
521
|
+
readonly deleting: "deleting";
|
|
522
|
+
readonly error: "error";
|
|
523
|
+
readonly in_use: "in-use";
|
|
524
|
+
};
|
|
525
|
+
/**
|
|
526
|
+
* @public
|
|
527
|
+
*/
|
|
528
|
+
export type VolumeState = (typeof VolumeState)[keyof typeof VolumeState];
|
|
529
|
+
/**
|
|
530
|
+
* <p>Describes a volume.</p>
|
|
531
|
+
* @public
|
|
532
|
+
*/
|
|
533
|
+
export interface Volume {
|
|
534
|
+
/**
|
|
535
|
+
* <p>The ID of the Availability Zone for the volume.</p>
|
|
536
|
+
* @public
|
|
537
|
+
*/
|
|
538
|
+
AvailabilityZoneId?: string | undefined;
|
|
539
|
+
/**
|
|
540
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
541
|
+
* @public
|
|
542
|
+
*/
|
|
543
|
+
OutpostArn?: string | undefined;
|
|
544
|
+
/**
|
|
545
|
+
* <p>The ID of the source volume from which the volume copy was created. Only for
|
|
546
|
+
* volume copies.</p>
|
|
547
|
+
* @public
|
|
548
|
+
*/
|
|
549
|
+
SourceVolumeId?: string | undefined;
|
|
550
|
+
/**
|
|
551
|
+
* <p>The number of I/O operations per second (IOPS). For <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes, this represents
|
|
552
|
+
* the number of IOPS that are provisioned for the volume. For <code>gp2</code> volumes, this represents the baseline
|
|
553
|
+
* performance of the volume and the rate at which the volume accumulates I/O credits for bursting.</p>
|
|
554
|
+
* @public
|
|
555
|
+
*/
|
|
556
|
+
Iops?: number | undefined;
|
|
557
|
+
/**
|
|
558
|
+
* <p>Any tags assigned to the volume.</p>
|
|
559
|
+
* @public
|
|
560
|
+
*/
|
|
561
|
+
Tags?: Tag[] | undefined;
|
|
562
|
+
/**
|
|
563
|
+
* <p>The volume type.</p>
|
|
564
|
+
* @public
|
|
565
|
+
*/
|
|
566
|
+
VolumeType?: VolumeType | undefined;
|
|
567
|
+
/**
|
|
568
|
+
* <note>
|
|
569
|
+
* <p>This parameter is not returned by CreateVolume.</p>
|
|
570
|
+
* </note>
|
|
571
|
+
* <p>Indicates whether the volume was created using fast snapshot restore.</p>
|
|
572
|
+
* @public
|
|
573
|
+
*/
|
|
574
|
+
FastRestored?: boolean | undefined;
|
|
575
|
+
/**
|
|
576
|
+
* <p>Indicates whether Amazon EBS Multi-Attach is enabled.</p>
|
|
577
|
+
* @public
|
|
578
|
+
*/
|
|
579
|
+
MultiAttachEnabled?: boolean | undefined;
|
|
580
|
+
/**
|
|
581
|
+
* <p>The throughput that the volume supports, in MiB/s.</p>
|
|
582
|
+
* @public
|
|
583
|
+
*/
|
|
584
|
+
Throughput?: number | undefined;
|
|
585
|
+
/**
|
|
586
|
+
* <note>
|
|
587
|
+
* <p>This parameter is not returned by CreateVolume.</p>
|
|
588
|
+
* </note>
|
|
589
|
+
* <p>Reserved for future use.</p>
|
|
590
|
+
* @public
|
|
591
|
+
*/
|
|
592
|
+
SseType?: SSEType | undefined;
|
|
593
|
+
/**
|
|
594
|
+
* <p>The service provider that manages the volume.</p>
|
|
595
|
+
* @public
|
|
596
|
+
*/
|
|
597
|
+
Operator?: OperatorResponse | undefined;
|
|
598
|
+
/**
|
|
599
|
+
* <p>The Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate) specified for the volume during creation,
|
|
600
|
+
* in MiB/s. If no volume initialization rate was specified, the value is <code>null</code>.</p>
|
|
601
|
+
* @public
|
|
602
|
+
*/
|
|
603
|
+
VolumeInitializationRate?: number | undefined;
|
|
604
|
+
/**
|
|
605
|
+
* <p>The ID of the volume.</p>
|
|
606
|
+
* @public
|
|
607
|
+
*/
|
|
608
|
+
VolumeId?: string | undefined;
|
|
609
|
+
/**
|
|
610
|
+
* <p>The size of the volume, in GiBs.</p>
|
|
611
|
+
* @public
|
|
612
|
+
*/
|
|
613
|
+
Size?: number | undefined;
|
|
614
|
+
/**
|
|
615
|
+
* <p>The snapshot from which the volume was created, if applicable.</p>
|
|
616
|
+
* @public
|
|
617
|
+
*/
|
|
618
|
+
SnapshotId?: string | undefined;
|
|
619
|
+
/**
|
|
620
|
+
* <p>The Availability Zone for the volume.</p>
|
|
621
|
+
* @public
|
|
622
|
+
*/
|
|
623
|
+
AvailabilityZone?: string | undefined;
|
|
624
|
+
/**
|
|
625
|
+
* <p>The volume state.</p>
|
|
626
|
+
* @public
|
|
627
|
+
*/
|
|
628
|
+
State?: VolumeState | undefined;
|
|
629
|
+
/**
|
|
630
|
+
* <p>The time stamp when volume creation was initiated.</p>
|
|
631
|
+
* @public
|
|
632
|
+
*/
|
|
633
|
+
CreateTime?: Date | undefined;
|
|
634
|
+
/**
|
|
635
|
+
* <note>
|
|
636
|
+
* <p>This parameter is not returned by CreateVolume.</p>
|
|
637
|
+
* </note>
|
|
638
|
+
* <p>Information about the volume attachments.</p>
|
|
639
|
+
* @public
|
|
640
|
+
*/
|
|
641
|
+
Attachments?: VolumeAttachment[] | undefined;
|
|
642
|
+
/**
|
|
643
|
+
* <p>Indicates whether the volume is encrypted.</p>
|
|
644
|
+
* @public
|
|
645
|
+
*/
|
|
646
|
+
Encrypted?: boolean | undefined;
|
|
647
|
+
/**
|
|
648
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key that was used to protect the
|
|
649
|
+
* volume encryption key for the volume.</p>
|
|
650
|
+
* @public
|
|
651
|
+
*/
|
|
652
|
+
KmsKeyId?: string | undefined;
|
|
653
|
+
}
|
|
654
|
+
/**
|
|
655
|
+
* @public
|
|
656
|
+
*/
|
|
657
|
+
export interface CopyVolumesResult {
|
|
658
|
+
/**
|
|
659
|
+
* <p>Information about the volume copy.</p>
|
|
660
|
+
* @public
|
|
661
|
+
*/
|
|
662
|
+
Volumes?: Volume[] | undefined;
|
|
663
|
+
}
|
|
664
|
+
/**
|
|
665
|
+
* @public
|
|
666
|
+
* @enum
|
|
667
|
+
*/
|
|
668
|
+
export declare const OutputFormat: {
|
|
669
|
+
readonly CSV: "csv";
|
|
670
|
+
readonly PARQUET: "parquet";
|
|
671
|
+
};
|
|
672
|
+
/**
|
|
673
|
+
* @public
|
|
674
|
+
*/
|
|
675
|
+
export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat];
|
|
676
|
+
/**
|
|
677
|
+
* @public
|
|
678
|
+
* @enum
|
|
679
|
+
*/
|
|
680
|
+
export declare const Schedule: {
|
|
681
|
+
readonly HOURLY: "hourly";
|
|
682
|
+
};
|
|
683
|
+
/**
|
|
684
|
+
* @public
|
|
685
|
+
*/
|
|
686
|
+
export type Schedule = (typeof Schedule)[keyof typeof Schedule];
|
|
687
|
+
/**
|
|
688
|
+
* @public
|
|
689
|
+
*/
|
|
690
|
+
export interface CreateCapacityManagerDataExportRequest {
|
|
691
|
+
/**
|
|
692
|
+
* <p>
|
|
693
|
+
* The name of the S3 bucket where the capacity data export files will be delivered. The bucket must exist and you must have write permissions to it.
|
|
694
|
+
* </p>
|
|
695
|
+
* @public
|
|
696
|
+
*/
|
|
697
|
+
S3BucketName: string | undefined;
|
|
698
|
+
/**
|
|
699
|
+
* <p>
|
|
700
|
+
* The S3 key prefix for the exported data files. This allows you to organize exports in a specific folder structure within your bucket. If not specified, files are placed at the bucket root.
|
|
701
|
+
* </p>
|
|
702
|
+
* @public
|
|
703
|
+
*/
|
|
704
|
+
S3BucketPrefix?: string | undefined;
|
|
705
|
+
/**
|
|
706
|
+
* <p>
|
|
707
|
+
* The frequency at which data exports are generated.
|
|
708
|
+
* </p>
|
|
709
|
+
* @public
|
|
710
|
+
*/
|
|
711
|
+
Schedule: Schedule | undefined;
|
|
712
|
+
/**
|
|
713
|
+
* <p>
|
|
714
|
+
* The file format for the exported data. Parquet format is recommended for large datasets and better compression.
|
|
715
|
+
* </p>
|
|
716
|
+
* @public
|
|
717
|
+
*/
|
|
718
|
+
OutputFormat: OutputFormat | undefined;
|
|
719
|
+
/**
|
|
720
|
+
* <p>
|
|
721
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.
|
|
722
|
+
* </p>
|
|
723
|
+
* @public
|
|
724
|
+
*/
|
|
725
|
+
ClientToken?: string | undefined;
|
|
726
|
+
/**
|
|
727
|
+
* <p>
|
|
728
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
|
|
729
|
+
* If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
|
|
730
|
+
* </p>
|
|
731
|
+
* @public
|
|
732
|
+
*/
|
|
733
|
+
DryRun?: boolean | undefined;
|
|
734
|
+
/**
|
|
735
|
+
* <p>
|
|
736
|
+
* The tags to apply to the data export configuration. You can tag the export for organization and cost tracking purposes.
|
|
737
|
+
* </p>
|
|
738
|
+
* @public
|
|
739
|
+
*/
|
|
740
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
741
|
+
}
|
|
742
|
+
/**
|
|
743
|
+
* @public
|
|
744
|
+
*/
|
|
745
|
+
export interface CreateCapacityManagerDataExportResult {
|
|
746
|
+
/**
|
|
747
|
+
* <p>
|
|
748
|
+
* The unique identifier for the created data export configuration. Use this ID to reference the export in other API calls.
|
|
749
|
+
* </p>
|
|
750
|
+
* @public
|
|
751
|
+
*/
|
|
752
|
+
CapacityManagerDataExportId?: string | undefined;
|
|
753
|
+
}
|
|
358
754
|
/**
|
|
359
755
|
* @public
|
|
360
756
|
* @enum
|
|
@@ -4242,23 +4638,6 @@ export interface FleetLaunchTemplateSpecificationRequest {
|
|
|
4242
4638
|
*/
|
|
4243
4639
|
Version?: string | undefined;
|
|
4244
4640
|
}
|
|
4245
|
-
/**
|
|
4246
|
-
* @public
|
|
4247
|
-
* @enum
|
|
4248
|
-
*/
|
|
4249
|
-
export declare const VolumeType: {
|
|
4250
|
-
readonly gp2: "gp2";
|
|
4251
|
-
readonly gp3: "gp3";
|
|
4252
|
-
readonly io1: "io1";
|
|
4253
|
-
readonly io2: "io2";
|
|
4254
|
-
readonly sc1: "sc1";
|
|
4255
|
-
readonly st1: "st1";
|
|
4256
|
-
readonly standard: "standard";
|
|
4257
|
-
};
|
|
4258
|
-
/**
|
|
4259
|
-
* @public
|
|
4260
|
-
*/
|
|
4261
|
-
export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
|
|
4262
4641
|
/**
|
|
4263
4642
|
* <p>Describes a block device for an EBS volume.</p>
|
|
4264
4643
|
* @public
|
|
@@ -7532,10 +7911,12 @@ export interface EbsBlockDevice {
|
|
|
7532
7911
|
*/
|
|
7533
7912
|
Encrypted?: boolean | undefined;
|
|
7534
7913
|
/**
|
|
7535
|
-
* <p>Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download
|
|
7536
|
-
*
|
|
7537
|
-
*
|
|
7538
|
-
*
|
|
7914
|
+
* <p>Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download the snapshot
|
|
7915
|
+
* blocks from Amazon S3 to the volume. This is also known as <i>volume
|
|
7916
|
+
* initialization</i>. Specifying a volume initialization rate ensures that the volume is initialized
|
|
7917
|
+
* at a predictable and consistent rate after creation. For more information, see
|
|
7918
|
+
* <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">Initialize
|
|
7919
|
+
* Amazon EBS volumes</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7539
7920
|
* <p>This parameter is supported only for volumes created from snapshots. Omit this parameter
|
|
7540
7921
|
* if:</p>
|
|
7541
7922
|
* <ul>
|
|
@@ -7552,9 +7933,8 @@ export interface EbsBlockDevice {
|
|
|
7552
7933
|
* <p>You want to create a volume that is initialized at the default rate.</p>
|
|
7553
7934
|
* </li>
|
|
7554
7935
|
* </ul>
|
|
7555
|
-
* <p>
|
|
7556
|
-
*
|
|
7557
|
-
* <p>This parameter is not supported when using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html">CreateImage</a>.</p>
|
|
7936
|
+
* <p>This parameter is not supported when using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html">CreateImage</a>
|
|
7937
|
+
* and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html">DescribeImages</a>.</p>
|
|
7558
7938
|
* <p>Valid range: 100 - 300 MiB/s</p>
|
|
7559
7939
|
* @public
|
|
7560
7940
|
*/
|
|
@@ -7996,7 +8376,7 @@ export declare const Ec2InstanceConnectEndpointState: {
|
|
|
7996
8376
|
*/
|
|
7997
8377
|
export type Ec2InstanceConnectEndpointState = (typeof Ec2InstanceConnectEndpointState)[keyof typeof Ec2InstanceConnectEndpointState];
|
|
7998
8378
|
/**
|
|
7999
|
-
* <p>
|
|
8379
|
+
* <p>Describes an EC2 Instance Connect Endpoint.</p>
|
|
8000
8380
|
* @public
|
|
8001
8381
|
*/
|
|
8002
8382
|
export interface Ec2InstanceConnectEndpoint {
|
|
@@ -8064,16 +8444,19 @@ export interface Ec2InstanceConnectEndpoint {
|
|
|
8064
8444
|
*/
|
|
8065
8445
|
SubnetId?: string | undefined;
|
|
8066
8446
|
/**
|
|
8067
|
-
* <p>Indicates whether your client's IP address is preserved as the source
|
|
8447
|
+
* <p>Indicates whether your client's IP address is preserved as the source when you connect to a resource.
|
|
8448
|
+
* The following are the possible values.</p>
|
|
8068
8449
|
* <ul>
|
|
8069
8450
|
* <li>
|
|
8070
|
-
* <p>
|
|
8451
|
+
* <p>
|
|
8452
|
+
* <code>true</code> - Use the IP address of the client. Your instance must have an IPv4 address.</p>
|
|
8071
8453
|
* </li>
|
|
8072
8454
|
* <li>
|
|
8073
|
-
* <p>
|
|
8455
|
+
* <p>
|
|
8456
|
+
* <code>false</code> - Use the IP address of the network interface.</p>
|
|
8074
8457
|
* </li>
|
|
8075
8458
|
* </ul>
|
|
8076
|
-
* <p>Default: <code>
|
|
8459
|
+
* <p>Default: <code>false</code>
|
|
8077
8460
|
* </p>
|
|
8078
8461
|
* @public
|
|
8079
8462
|
*/
|
|
@@ -10948,7 +11331,7 @@ export interface RequestLaunchTemplateData {
|
|
|
10948
11331
|
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
10949
11332
|
* </note>
|
|
10950
11333
|
*
|
|
10951
|
-
* @deprecated
|
|
11334
|
+
* @deprecated Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.
|
|
10952
11335
|
* @public
|
|
10953
11336
|
*/
|
|
10954
11337
|
ElasticGpuSpecifications?: ElasticGpuSpecification[] | undefined;
|
|
@@ -10961,7 +11344,7 @@ export interface RequestLaunchTemplateData {
|
|
|
10961
11344
|
* your Deep Learning (DL) inference workloads.</p>
|
|
10962
11345
|
* <p>You cannot specify accelerators from different generations in the same request.</p>
|
|
10963
11346
|
*
|
|
10964
|
-
* @deprecated
|
|
11347
|
+
* @deprecated Specifying Elastic Inference accelerators is no longer supported on the RunInstances API.
|
|
10965
11348
|
* @public
|
|
10966
11349
|
*/
|
|
10967
11350
|
ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAccelerator[] | undefined;
|
|
@@ -11151,24 +11534,6 @@ export interface CreateLaunchTemplateRequest {
|
|
|
11151
11534
|
*/
|
|
11152
11535
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
11153
11536
|
}
|
|
11154
|
-
/**
|
|
11155
|
-
* <p>Describes whether the resource is managed by a service provider and, if so, describes
|
|
11156
|
-
* the service provider that manages it.</p>
|
|
11157
|
-
* @public
|
|
11158
|
-
*/
|
|
11159
|
-
export interface OperatorResponse {
|
|
11160
|
-
/**
|
|
11161
|
-
* <p>If <code>true</code>, the resource is managed by a service provider.</p>
|
|
11162
|
-
* @public
|
|
11163
|
-
*/
|
|
11164
|
-
Managed?: boolean | undefined;
|
|
11165
|
-
/**
|
|
11166
|
-
* <p>If <code>managed</code> is <code>true</code>, then the principal is returned. The
|
|
11167
|
-
* principal is the service provider that manages the resource.</p>
|
|
11168
|
-
* @public
|
|
11169
|
-
*/
|
|
11170
|
-
Principal?: string | undefined;
|
|
11171
|
-
}
|
|
11172
11537
|
/**
|
|
11173
11538
|
* <p>Describes a launch template.</p>
|
|
11174
11539
|
* @public
|
|
@@ -11412,166 +11777,6 @@ export interface LaunchTemplateBlockDeviceMapping {
|
|
|
11412
11777
|
*/
|
|
11413
11778
|
NoDevice?: string | undefined;
|
|
11414
11779
|
}
|
|
11415
|
-
/**
|
|
11416
|
-
* <p>Describes a target Capacity Reservation or Capacity Reservation group.</p>
|
|
11417
|
-
* @public
|
|
11418
|
-
*/
|
|
11419
|
-
export interface CapacityReservationTargetResponse {
|
|
11420
|
-
/**
|
|
11421
|
-
* <p>The ID of the targeted Capacity Reservation.</p>
|
|
11422
|
-
* @public
|
|
11423
|
-
*/
|
|
11424
|
-
CapacityReservationId?: string | undefined;
|
|
11425
|
-
/**
|
|
11426
|
-
* <p>The ARN of the targeted Capacity Reservation group.</p>
|
|
11427
|
-
* @public
|
|
11428
|
-
*/
|
|
11429
|
-
CapacityReservationResourceGroupArn?: string | undefined;
|
|
11430
|
-
}
|
|
11431
|
-
/**
|
|
11432
|
-
* <p>Information about the Capacity Reservation targeting option.</p>
|
|
11433
|
-
* @public
|
|
11434
|
-
*/
|
|
11435
|
-
export interface LaunchTemplateCapacityReservationSpecificationResponse {
|
|
11436
|
-
/**
|
|
11437
|
-
* <p>Indicates the instance's Capacity Reservation preferences. Possible preferences
|
|
11438
|
-
* include:</p>
|
|
11439
|
-
* <ul>
|
|
11440
|
-
* <li>
|
|
11441
|
-
* <p>
|
|
11442
|
-
* <code>open</code> - The instance can run in any <code>open</code> Capacity
|
|
11443
|
-
* Reservation that has matching attributes (instance type, platform, Availability
|
|
11444
|
-
* Zone).</p>
|
|
11445
|
-
* </li>
|
|
11446
|
-
* <li>
|
|
11447
|
-
* <p>
|
|
11448
|
-
* <code>none</code> - The instance avoids running in a Capacity Reservation even
|
|
11449
|
-
* if one is available. The instance runs in On-Demand capacity.</p>
|
|
11450
|
-
* </li>
|
|
11451
|
-
* </ul>
|
|
11452
|
-
* @public
|
|
11453
|
-
*/
|
|
11454
|
-
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
11455
|
-
/**
|
|
11456
|
-
* <p>Information about the target Capacity Reservation or Capacity Reservation
|
|
11457
|
-
* group.</p>
|
|
11458
|
-
* @public
|
|
11459
|
-
*/
|
|
11460
|
-
CapacityReservationTarget?: CapacityReservationTargetResponse | undefined;
|
|
11461
|
-
}
|
|
11462
|
-
/**
|
|
11463
|
-
* <p>The CPU options for the instance.</p>
|
|
11464
|
-
* @public
|
|
11465
|
-
*/
|
|
11466
|
-
export interface LaunchTemplateCpuOptions {
|
|
11467
|
-
/**
|
|
11468
|
-
* <p>The number of CPU cores for the instance.</p>
|
|
11469
|
-
* @public
|
|
11470
|
-
*/
|
|
11471
|
-
CoreCount?: number | undefined;
|
|
11472
|
-
/**
|
|
11473
|
-
* <p>The number of threads per CPU core.</p>
|
|
11474
|
-
* @public
|
|
11475
|
-
*/
|
|
11476
|
-
ThreadsPerCore?: number | undefined;
|
|
11477
|
-
/**
|
|
11478
|
-
* <p>Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see
|
|
11479
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html">AMD SEV-SNP
|
|
11480
|
-
* for Amazon EC2 instances</a>.</p>
|
|
11481
|
-
* @public
|
|
11482
|
-
*/
|
|
11483
|
-
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
11484
|
-
}
|
|
11485
|
-
/**
|
|
11486
|
-
* <p>Describes the credit option for CPU usage of a T instance.</p>
|
|
11487
|
-
* @public
|
|
11488
|
-
*/
|
|
11489
|
-
export interface CreditSpecification {
|
|
11490
|
-
/**
|
|
11491
|
-
* <p>The credit option for CPU usage of a T instance.</p>
|
|
11492
|
-
* <p>Valid values: <code>standard</code> | <code>unlimited</code>
|
|
11493
|
-
* </p>
|
|
11494
|
-
* @public
|
|
11495
|
-
*/
|
|
11496
|
-
CpuCredits?: string | undefined;
|
|
11497
|
-
}
|
|
11498
|
-
/**
|
|
11499
|
-
* <p>Deprecated.</p>
|
|
11500
|
-
* <note>
|
|
11501
|
-
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
11502
|
-
* </note>
|
|
11503
|
-
* @public
|
|
11504
|
-
*/
|
|
11505
|
-
export interface ElasticGpuSpecificationResponse {
|
|
11506
|
-
/**
|
|
11507
|
-
* <p>Deprecated.</p>
|
|
11508
|
-
* <note>
|
|
11509
|
-
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
11510
|
-
* </note>
|
|
11511
|
-
* @public
|
|
11512
|
-
*/
|
|
11513
|
-
Type?: string | undefined;
|
|
11514
|
-
}
|
|
11515
|
-
/**
|
|
11516
|
-
* <note>
|
|
11517
|
-
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
11518
|
-
* </note>
|
|
11519
|
-
* <p> Describes an elastic inference accelerator. </p>
|
|
11520
|
-
* @public
|
|
11521
|
-
*/
|
|
11522
|
-
export interface LaunchTemplateElasticInferenceAcceleratorResponse {
|
|
11523
|
-
/**
|
|
11524
|
-
* <p>The type of elastic inference accelerator. The possible values are eia1.medium,
|
|
11525
|
-
* eia1.large, and eia1.xlarge. </p>
|
|
11526
|
-
* @public
|
|
11527
|
-
*/
|
|
11528
|
-
Type?: string | undefined;
|
|
11529
|
-
/**
|
|
11530
|
-
* <p>The number of elastic inference accelerators to attach to the instance. </p>
|
|
11531
|
-
* @public
|
|
11532
|
-
*/
|
|
11533
|
-
Count?: number | undefined;
|
|
11534
|
-
}
|
|
11535
|
-
/**
|
|
11536
|
-
* <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.</p>
|
|
11537
|
-
* @public
|
|
11538
|
-
*/
|
|
11539
|
-
export interface LaunchTemplateEnclaveOptions {
|
|
11540
|
-
/**
|
|
11541
|
-
* <p>If this parameter is set to <code>true</code>, the instance is enabled for Amazon Web Services Nitro
|
|
11542
|
-
* Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.</p>
|
|
11543
|
-
* @public
|
|
11544
|
-
*/
|
|
11545
|
-
Enabled?: boolean | undefined;
|
|
11546
|
-
}
|
|
11547
|
-
/**
|
|
11548
|
-
* <p>Indicates whether an instance is configured for hibernation.</p>
|
|
11549
|
-
* @public
|
|
11550
|
-
*/
|
|
11551
|
-
export interface LaunchTemplateHibernationOptions {
|
|
11552
|
-
/**
|
|
11553
|
-
* <p>If this parameter is set to <code>true</code>, the instance is enabled for
|
|
11554
|
-
* hibernation; otherwise, it is not enabled for hibernation.</p>
|
|
11555
|
-
* @public
|
|
11556
|
-
*/
|
|
11557
|
-
Configured?: boolean | undefined;
|
|
11558
|
-
}
|
|
11559
|
-
/**
|
|
11560
|
-
* <p>Describes an IAM instance profile.</p>
|
|
11561
|
-
* @public
|
|
11562
|
-
*/
|
|
11563
|
-
export interface LaunchTemplateIamInstanceProfileSpecification {
|
|
11564
|
-
/**
|
|
11565
|
-
* <p>The Amazon Resource Name (ARN) of the instance profile.</p>
|
|
11566
|
-
* @public
|
|
11567
|
-
*/
|
|
11568
|
-
Arn?: string | undefined;
|
|
11569
|
-
/**
|
|
11570
|
-
* <p>The name of the instance profile.</p>
|
|
11571
|
-
* @public
|
|
11572
|
-
*/
|
|
11573
|
-
Name?: string | undefined;
|
|
11574
|
-
}
|
|
11575
11780
|
/**
|
|
11576
11781
|
* @internal
|
|
11577
11782
|
*/
|