@aws-sdk/client-ec2 3.908.0 → 3.910.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 +8 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +217 -78
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/CopyVolumesCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_1.js +64 -9
- package/dist-es/models/models_2.js +0 -20
- package/dist-es/models/models_3.js +7 -4
- package/dist-es/models/models_4.js +4 -4
- package/dist-es/models/models_5.js +5 -5
- package/dist-es/models/models_6.js +5 -0
- package/dist-es/protocols/Aws_ec2.js +113 -36
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CopyVolumesCommand.d.ts +137 -0
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +4 -4
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +3 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.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/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- 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 +2 -2
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +3 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -2
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +351 -115
- package/dist-types/models/models_2.d.ts +104 -227
- package/dist-types/models/models_3.d.ts +45 -83
- package/dist-types/models/models_4.d.ts +83 -30
- package/dist-types/models/models_5.d.ts +37 -32
- package/dist-types/models/models_6.d.ts +32 -46
- package/dist-types/models/models_7.d.ts +52 -43
- package/dist-types/models/models_8.d.ts +44 -7
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- 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/GetManagedPrefixListEntriesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +109 -31
- package/dist-types/ts3.4/models/models_2.d.ts +18 -57
- package/dist-types/ts3.4/models/models_3.d.ts +14 -15
- package/dist-types/ts3.4/models/models_4.d.ts +13 -10
- package/dist-types/ts3.4/models/models_5.d.ts +13 -14
- package/dist-types/ts3.4/models/models_6.d.ts +13 -12
- package/dist-types/ts3.4/models/models_7.d.ts +12 -11
- package/dist-types/ts3.4/models/models_8.d.ts +12 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -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,312 @@ 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
|
+
}
|
|
358
664
|
/**
|
|
359
665
|
* @public
|
|
360
666
|
* @enum
|
|
@@ -1286,6 +1592,26 @@ export declare const _InstanceType: {
|
|
|
1286
1592
|
readonly c8gn_metal_24xl: "c8gn.metal-24xl";
|
|
1287
1593
|
readonly c8gn_metal_48xl: "c8gn.metal-48xl";
|
|
1288
1594
|
readonly c8gn_xlarge: "c8gn.xlarge";
|
|
1595
|
+
readonly c8i_12xlarge: "c8i.12xlarge";
|
|
1596
|
+
readonly c8i_16xlarge: "c8i.16xlarge";
|
|
1597
|
+
readonly c8i_24xlarge: "c8i.24xlarge";
|
|
1598
|
+
readonly c8i_2xlarge: "c8i.2xlarge";
|
|
1599
|
+
readonly c8i_32xlarge: "c8i.32xlarge";
|
|
1600
|
+
readonly c8i_48xlarge: "c8i.48xlarge";
|
|
1601
|
+
readonly c8i_4xlarge: "c8i.4xlarge";
|
|
1602
|
+
readonly c8i_8xlarge: "c8i.8xlarge";
|
|
1603
|
+
readonly c8i_96xlarge: "c8i.96xlarge";
|
|
1604
|
+
readonly c8i_flex_12xlarge: "c8i-flex.12xlarge";
|
|
1605
|
+
readonly c8i_flex_16xlarge: "c8i-flex.16xlarge";
|
|
1606
|
+
readonly c8i_flex_2xlarge: "c8i-flex.2xlarge";
|
|
1607
|
+
readonly c8i_flex_4xlarge: "c8i-flex.4xlarge";
|
|
1608
|
+
readonly c8i_flex_8xlarge: "c8i-flex.8xlarge";
|
|
1609
|
+
readonly c8i_flex_large: "c8i-flex.large";
|
|
1610
|
+
readonly c8i_flex_xlarge: "c8i-flex.xlarge";
|
|
1611
|
+
readonly c8i_large: "c8i.large";
|
|
1612
|
+
readonly c8i_metal_48xl: "c8i.metal-48xl";
|
|
1613
|
+
readonly c8i_metal_96xl: "c8i.metal-96xl";
|
|
1614
|
+
readonly c8i_xlarge: "c8i.xlarge";
|
|
1289
1615
|
readonly cc1_4xlarge: "cc1.4xlarge";
|
|
1290
1616
|
readonly cc2_8xlarge: "cc2.8xlarge";
|
|
1291
1617
|
readonly cg1_4xlarge: "cg1.4xlarge";
|
|
@@ -1673,6 +1999,18 @@ export declare const _InstanceType: {
|
|
|
1673
1999
|
readonly m7i_metal_24xl: "m7i.metal-24xl";
|
|
1674
2000
|
readonly m7i_metal_48xl: "m7i.metal-48xl";
|
|
1675
2001
|
readonly m7i_xlarge: "m7i.xlarge";
|
|
2002
|
+
readonly m8a_12xlarge: "m8a.12xlarge";
|
|
2003
|
+
readonly m8a_16xlarge: "m8a.16xlarge";
|
|
2004
|
+
readonly m8a_24xlarge: "m8a.24xlarge";
|
|
2005
|
+
readonly m8a_2xlarge: "m8a.2xlarge";
|
|
2006
|
+
readonly m8a_48xlarge: "m8a.48xlarge";
|
|
2007
|
+
readonly m8a_4xlarge: "m8a.4xlarge";
|
|
2008
|
+
readonly m8a_8xlarge: "m8a.8xlarge";
|
|
2009
|
+
readonly m8a_large: "m8a.large";
|
|
2010
|
+
readonly m8a_medium: "m8a.medium";
|
|
2011
|
+
readonly m8a_metal_24xl: "m8a.metal-24xl";
|
|
2012
|
+
readonly m8a_metal_48xl: "m8a.metal-48xl";
|
|
2013
|
+
readonly m8a_xlarge: "m8a.xlarge";
|
|
1676
2014
|
readonly m8g_12xlarge: "m8g.12xlarge";
|
|
1677
2015
|
readonly m8g_16xlarge: "m8g.16xlarge";
|
|
1678
2016
|
readonly m8g_24xlarge: "m8g.24xlarge";
|
|
@@ -1943,6 +2281,16 @@ export declare const _InstanceType: {
|
|
|
1943
2281
|
readonly r8g_metal_24xl: "r8g.metal-24xl";
|
|
1944
2282
|
readonly r8g_metal_48xl: "r8g.metal-48xl";
|
|
1945
2283
|
readonly r8g_xlarge: "r8g.xlarge";
|
|
2284
|
+
readonly r8gb_12xlarge: "r8gb.12xlarge";
|
|
2285
|
+
readonly r8gb_16xlarge: "r8gb.16xlarge";
|
|
2286
|
+
readonly r8gb_24xlarge: "r8gb.24xlarge";
|
|
2287
|
+
readonly r8gb_2xlarge: "r8gb.2xlarge";
|
|
2288
|
+
readonly r8gb_4xlarge: "r8gb.4xlarge";
|
|
2289
|
+
readonly r8gb_8xlarge: "r8gb.8xlarge";
|
|
2290
|
+
readonly r8gb_large: "r8gb.large";
|
|
2291
|
+
readonly r8gb_medium: "r8gb.medium";
|
|
2292
|
+
readonly r8gb_metal_24xl: "r8gb.metal-24xl";
|
|
2293
|
+
readonly r8gb_xlarge: "r8gb.xlarge";
|
|
1946
2294
|
readonly r8gd_12xlarge: "r8gd.12xlarge";
|
|
1947
2295
|
readonly r8gd_16xlarge: "r8gd.16xlarge";
|
|
1948
2296
|
readonly r8gd_24xlarge: "r8gd.24xlarge";
|
|
@@ -4200,23 +4548,6 @@ export interface FleetLaunchTemplateSpecificationRequest {
|
|
|
4200
4548
|
*/
|
|
4201
4549
|
Version?: string | undefined;
|
|
4202
4550
|
}
|
|
4203
|
-
/**
|
|
4204
|
-
* @public
|
|
4205
|
-
* @enum
|
|
4206
|
-
*/
|
|
4207
|
-
export declare const VolumeType: {
|
|
4208
|
-
readonly gp2: "gp2";
|
|
4209
|
-
readonly gp3: "gp3";
|
|
4210
|
-
readonly io1: "io1";
|
|
4211
|
-
readonly io2: "io2";
|
|
4212
|
-
readonly sc1: "sc1";
|
|
4213
|
-
readonly st1: "st1";
|
|
4214
|
-
readonly standard: "standard";
|
|
4215
|
-
};
|
|
4216
|
-
/**
|
|
4217
|
-
* @public
|
|
4218
|
-
*/
|
|
4219
|
-
export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
|
|
4220
4551
|
/**
|
|
4221
4552
|
* <p>Describes a block device for an EBS volume.</p>
|
|
4222
4553
|
* @public
|
|
@@ -10906,7 +11237,7 @@ export interface RequestLaunchTemplateData {
|
|
|
10906
11237
|
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
10907
11238
|
* </note>
|
|
10908
11239
|
*
|
|
10909
|
-
* @deprecated
|
|
11240
|
+
* @deprecated Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.
|
|
10910
11241
|
* @public
|
|
10911
11242
|
*/
|
|
10912
11243
|
ElasticGpuSpecifications?: ElasticGpuSpecification[] | undefined;
|
|
@@ -10919,7 +11250,7 @@ export interface RequestLaunchTemplateData {
|
|
|
10919
11250
|
* your Deep Learning (DL) inference workloads.</p>
|
|
10920
11251
|
* <p>You cannot specify accelerators from different generations in the same request.</p>
|
|
10921
11252
|
*
|
|
10922
|
-
* @deprecated
|
|
11253
|
+
* @deprecated Specifying Elastic Inference accelerators is no longer supported on the RunInstances API.
|
|
10923
11254
|
* @public
|
|
10924
11255
|
*/
|
|
10925
11256
|
ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAccelerator[] | undefined;
|
|
@@ -11109,24 +11440,6 @@ export interface CreateLaunchTemplateRequest {
|
|
|
11109
11440
|
*/
|
|
11110
11441
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
11111
11442
|
}
|
|
11112
|
-
/**
|
|
11113
|
-
* <p>Describes whether the resource is managed by a service provider and, if so, describes
|
|
11114
|
-
* the service provider that manages it.</p>
|
|
11115
|
-
* @public
|
|
11116
|
-
*/
|
|
11117
|
-
export interface OperatorResponse {
|
|
11118
|
-
/**
|
|
11119
|
-
* <p>If <code>true</code>, the resource is managed by a service provider.</p>
|
|
11120
|
-
* @public
|
|
11121
|
-
*/
|
|
11122
|
-
Managed?: boolean | undefined;
|
|
11123
|
-
/**
|
|
11124
|
-
* <p>If <code>managed</code> is <code>true</code>, then the principal is returned. The
|
|
11125
|
-
* principal is the service provider that manages the resource.</p>
|
|
11126
|
-
* @public
|
|
11127
|
-
*/
|
|
11128
|
-
Principal?: string | undefined;
|
|
11129
|
-
}
|
|
11130
11443
|
/**
|
|
11131
11444
|
* <p>Describes a launch template.</p>
|
|
11132
11445
|
* @public
|
|
@@ -11453,83 +11766,6 @@ export interface CreditSpecification {
|
|
|
11453
11766
|
*/
|
|
11454
11767
|
CpuCredits?: string | undefined;
|
|
11455
11768
|
}
|
|
11456
|
-
/**
|
|
11457
|
-
* <p>Deprecated.</p>
|
|
11458
|
-
* <note>
|
|
11459
|
-
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
11460
|
-
* </note>
|
|
11461
|
-
* @public
|
|
11462
|
-
*/
|
|
11463
|
-
export interface ElasticGpuSpecificationResponse {
|
|
11464
|
-
/**
|
|
11465
|
-
* <p>Deprecated.</p>
|
|
11466
|
-
* <note>
|
|
11467
|
-
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
11468
|
-
* </note>
|
|
11469
|
-
* @public
|
|
11470
|
-
*/
|
|
11471
|
-
Type?: string | undefined;
|
|
11472
|
-
}
|
|
11473
|
-
/**
|
|
11474
|
-
* <note>
|
|
11475
|
-
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
11476
|
-
* </note>
|
|
11477
|
-
* <p> Describes an elastic inference accelerator. </p>
|
|
11478
|
-
* @public
|
|
11479
|
-
*/
|
|
11480
|
-
export interface LaunchTemplateElasticInferenceAcceleratorResponse {
|
|
11481
|
-
/**
|
|
11482
|
-
* <p>The type of elastic inference accelerator. The possible values are eia1.medium,
|
|
11483
|
-
* eia1.large, and eia1.xlarge. </p>
|
|
11484
|
-
* @public
|
|
11485
|
-
*/
|
|
11486
|
-
Type?: string | undefined;
|
|
11487
|
-
/**
|
|
11488
|
-
* <p>The number of elastic inference accelerators to attach to the instance. </p>
|
|
11489
|
-
* @public
|
|
11490
|
-
*/
|
|
11491
|
-
Count?: number | undefined;
|
|
11492
|
-
}
|
|
11493
|
-
/**
|
|
11494
|
-
* <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.</p>
|
|
11495
|
-
* @public
|
|
11496
|
-
*/
|
|
11497
|
-
export interface LaunchTemplateEnclaveOptions {
|
|
11498
|
-
/**
|
|
11499
|
-
* <p>If this parameter is set to <code>true</code>, the instance is enabled for Amazon Web Services Nitro
|
|
11500
|
-
* Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.</p>
|
|
11501
|
-
* @public
|
|
11502
|
-
*/
|
|
11503
|
-
Enabled?: boolean | undefined;
|
|
11504
|
-
}
|
|
11505
|
-
/**
|
|
11506
|
-
* <p>Indicates whether an instance is configured for hibernation.</p>
|
|
11507
|
-
* @public
|
|
11508
|
-
*/
|
|
11509
|
-
export interface LaunchTemplateHibernationOptions {
|
|
11510
|
-
/**
|
|
11511
|
-
* <p>If this parameter is set to <code>true</code>, the instance is enabled for
|
|
11512
|
-
* hibernation; otherwise, it is not enabled for hibernation.</p>
|
|
11513
|
-
* @public
|
|
11514
|
-
*/
|
|
11515
|
-
Configured?: boolean | undefined;
|
|
11516
|
-
}
|
|
11517
|
-
/**
|
|
11518
|
-
* <p>Describes an IAM instance profile.</p>
|
|
11519
|
-
* @public
|
|
11520
|
-
*/
|
|
11521
|
-
export interface LaunchTemplateIamInstanceProfileSpecification {
|
|
11522
|
-
/**
|
|
11523
|
-
* <p>The Amazon Resource Name (ARN) of the instance profile.</p>
|
|
11524
|
-
* @public
|
|
11525
|
-
*/
|
|
11526
|
-
Arn?: string | undefined;
|
|
11527
|
-
/**
|
|
11528
|
-
* <p>The name of the instance profile.</p>
|
|
11529
|
-
* @public
|
|
11530
|
-
*/
|
|
11531
|
-
Name?: string | undefined;
|
|
11532
|
-
}
|
|
11533
11769
|
/**
|
|
11534
11770
|
* @internal
|
|
11535
11771
|
*/
|