@aws-sdk/client-ec2 3.455.0 → 3.456.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.
@@ -3656,24 +3656,22 @@ export interface EbsBlockDevice {
3656
3656
  * <ul>
3657
3657
  * <li>
3658
3658
  * <p>
3659
- * <code>gp3</code>: 3,000-16,000 IOPS</p>
3659
+ * <code>gp3</code>: 3,000 - 16,000 IOPS</p>
3660
3660
  * </li>
3661
3661
  * <li>
3662
3662
  * <p>
3663
- * <code>io1</code>: 100-64,000 IOPS</p>
3663
+ * <code>io1</code>: 100 - 64,000 IOPS</p>
3664
3664
  * </li>
3665
3665
  * <li>
3666
3666
  * <p>
3667
- * <code>io2</code>: 100-64,000 IOPS</p>
3667
+ * <code>io2</code>: 100 - 256,000 IOPS</p>
3668
3668
  * </li>
3669
3669
  * </ul>
3670
- * <p>For <code>io1</code> and <code>io2</code> volumes, we guarantee 64,000 IOPS only for
3671
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">Instances built on the
3672
- * Nitro System</a>. Other instance families guarantee performance up to
3673
- * 32,000 IOPS.</p>
3670
+ * <p>For <code>io2</code> volumes, you can achieve up to 256,000 IOPS on
3671
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">instances
3672
+ * built on the Nitro System</a>. On other instances, you can achieve performance up to 32,000 IOPS.</p>
3674
3673
  * <p>This parameter is required for <code>io1</code> and <code>io2</code> volumes. The default for <code>gp3</code> volumes
3675
- * is 3,000 IOPS. This parameter is not supported for <code>gp2</code>, <code>st1</code>, <code>sc1</code>, or <code>standard</code>
3676
- * volumes.</p>
3674
+ * is 3,000 IOPS.</p>
3677
3675
  */
3678
3676
  Iops?: number;
3679
3677
  /**
@@ -3686,23 +3684,27 @@ export interface EbsBlockDevice {
3686
3684
  * <p>The size of the volume, in GiBs. You must specify either a snapshot ID or a volume
3687
3685
  * size. If you specify a snapshot, the default is the snapshot size. You can specify a
3688
3686
  * volume size that is equal to or larger than the snapshot size.</p>
3689
- * <p>The following are the supported volumes sizes for each volume type:</p>
3687
+ * <p>The following are the supported sizes for each volume type:</p>
3690
3688
  * <ul>
3691
3689
  * <li>
3692
3690
  * <p>
3693
- * <code>gp2</code> and <code>gp3</code>:1-16,384</p>
3691
+ * <code>gp2</code> and <code>gp3</code>: 1 - 16,384 GiB</p>
3694
3692
  * </li>
3695
3693
  * <li>
3696
3694
  * <p>
3697
- * <code>io1</code> and <code>io2</code>: 4-16,384</p>
3695
+ * <code>io1</code>: 4 - 16,384 GiB</p>
3698
3696
  * </li>
3699
3697
  * <li>
3700
3698
  * <p>
3701
- * <code>st1</code> and <code>sc1</code>: 125-16,384</p>
3699
+ * <code>io2</code>: 4 - 65,536 GiB</p>
3702
3700
  * </li>
3703
3701
  * <li>
3704
3702
  * <p>
3705
- * <code>standard</code>: 1-1,024</p>
3703
+ * <code>st1</code> and <code>sc1</code>: 125 - 16,384 GiB</p>
3704
+ * </li>
3705
+ * <li>
3706
+ * <p>
3707
+ * <code>standard</code>: 1 - 1024 GiB</p>
3706
3708
  * </li>
3707
3709
  * </ul>
3708
3710
  */
@@ -3710,8 +3712,7 @@ export interface EbsBlockDevice {
3710
3712
  /**
3711
3713
  * @public
3712
3714
  * <p>The volume type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html">Amazon EBS volume types</a> in the
3713
- * <i>Amazon EC2 User Guide</i>. If the volume type is <code>io1</code> or
3714
- * <code>io2</code>, you must specify the IOPS that the volume supports.</p>
3715
+ * <i>Amazon EC2 User Guide</i>.</p>
3715
3716
  */
3716
3717
  VolumeType?: VolumeType;
3717
3718
  /**
@@ -5462,23 +5463,21 @@ export interface LaunchTemplateEbsBlockDeviceRequest {
5462
5463
  * <ul>
5463
5464
  * <li>
5464
5465
  * <p>
5465
- * <code>gp3</code>: 3,000-16,000 IOPS</p>
5466
+ * <code>gp3</code>: 3,000 - 16,000 IOPS</p>
5466
5467
  * </li>
5467
5468
  * <li>
5468
5469
  * <p>
5469
- * <code>io1</code>: 100-64,000 IOPS</p>
5470
+ * <code>io1</code>: 100 - 64,000 IOPS</p>
5470
5471
  * </li>
5471
5472
  * <li>
5472
5473
  * <p>
5473
- * <code>io2</code>: 100-64,000 IOPS</p>
5474
+ * <code>io2</code>: 100 - 256,000 IOPS</p>
5474
5475
  * </li>
5475
5476
  * </ul>
5476
- * <p>For <code>io1</code> and <code>io2</code> volumes, we guarantee
5477
- * 64,000 IOPS only for <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">Instances built on the
5478
- * Nitro System</a>. Other instance families guarantee performance up to
5479
- * 32,000 IOPS.</p>
5480
- * <p>This parameter is supported for <code>io1</code>, <code>io2</code>, and <code>gp3</code> volumes only. This parameter
5481
- * is not supported for <code>gp2</code>, <code>st1</code>, <code>sc1</code>, or <code>standard</code> volumes.</p>
5477
+ * <p>For <code>io2</code> volumes, you can achieve up to 256,000 IOPS on
5478
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">instances
5479
+ * built on the Nitro System</a>. On other instances, you can achieve performance up to 32,000 IOPS.</p>
5480
+ * <p>This parameter is supported for <code>io1</code>, <code>io2</code>, and <code>gp3</code> volumes only.</p>
5482
5481
  */
5483
5482
  Iops?: number;
5484
5483
  /**
@@ -5498,19 +5497,23 @@ export interface LaunchTemplateEbsBlockDeviceRequest {
5498
5497
  * <ul>
5499
5498
  * <li>
5500
5499
  * <p>
5501
- * <code>gp2</code> and <code>gp3</code>: 1-16,384</p>
5500
+ * <code>gp2</code> and <code>gp3</code>: 1 - 16,384 GiB</p>
5501
+ * </li>
5502
+ * <li>
5503
+ * <p>
5504
+ * <code>io1</code>: 4 - 16,384 GiB</p>
5502
5505
  * </li>
5503
5506
  * <li>
5504
5507
  * <p>
5505
- * <code>io1</code> and <code>io2</code>: 4-16,384</p>
5508
+ * <code>io2</code>: 4 - 65,536 GiB</p>
5506
5509
  * </li>
5507
5510
  * <li>
5508
5511
  * <p>
5509
- * <code>st1</code> and <code>sc1</code>: 125-16,384</p>
5512
+ * <code>st1</code> and <code>sc1</code>: 125 - 16,384 GiB</p>
5510
5513
  * </li>
5511
5514
  * <li>
5512
5515
  * <p>
5513
- * <code>standard</code>: 1-1,024</p>
5516
+ * <code>standard</code>: 1 - 1024 GiB</p>
5514
5517
  * </li>
5515
5518
  * </ul>
5516
5519
  */
@@ -4648,23 +4648,21 @@ export interface CreateVolumeRequest {
4648
4648
  * <ul>
4649
4649
  * <li>
4650
4650
  * <p>
4651
- * <code>gp3</code>: 3,000-16,000 IOPS</p>
4651
+ * <code>gp3</code>: 3,000 - 16,000 IOPS</p>
4652
4652
  * </li>
4653
4653
  * <li>
4654
4654
  * <p>
4655
- * <code>io1</code>: 100-64,000 IOPS</p>
4655
+ * <code>io1</code>: 100 - 64,000 IOPS</p>
4656
4656
  * </li>
4657
4657
  * <li>
4658
4658
  * <p>
4659
- * <code>io2</code>: 100-64,000 IOPS</p>
4659
+ * <code>io2</code>: 100 - 256,000 IOPS</p>
4660
4660
  * </li>
4661
4661
  * </ul>
4662
- * <p>
4663
- * <code>io1</code> and <code>io2</code> volumes support up to 64,000 IOPS only on
4664
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">Instances built on the Nitro System</a>. Other instance families support performance
4665
- * up to 32,000 IOPS.</p>
4666
- * <p>This parameter is required for <code>io1</code> and <code>io2</code> volumes.
4667
- * The default for <code>gp3</code> volumes is 3,000 IOPS.
4662
+ * <p>For <code>io2</code> volumes, you can achieve up to 256,000 IOPS on
4663
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">instances
4664
+ * built on the Nitro System</a>. On other instances, you can achieve performance up to 32,000 IOPS.</p>
4665
+ * <p>This parameter is required for <code>io1</code> and <code>io2</code> volumes. The default for <code>gp3</code> volumes is 3,000 IOPS.
4668
4666
  * This parameter is not supported for <code>gp2</code>, <code>st1</code>, <code>sc1</code>, or <code>standard</code> volumes.</p>
4669
4667
  */
4670
4668
  Iops?: number;
@@ -4706,19 +4704,23 @@ export interface CreateVolumeRequest {
4706
4704
  * <ul>
4707
4705
  * <li>
4708
4706
  * <p>
4709
- * <code>gp2</code> and <code>gp3</code>: 1-16,384</p>
4707
+ * <code>gp2</code> and <code>gp3</code>: 1 - 16,384 GiB</p>
4708
+ * </li>
4709
+ * <li>
4710
+ * <p>
4711
+ * <code>io1</code>: 4 - 16,384 GiB</p>
4710
4712
  * </li>
4711
4713
  * <li>
4712
4714
  * <p>
4713
- * <code>io1</code> and <code>io2</code>: 4-16,384</p>
4715
+ * <code>io2</code>: 4 - 65,536 GiB</p>
4714
4716
  * </li>
4715
4717
  * <li>
4716
4718
  * <p>
4717
- * <code>st1</code> and <code>sc1</code>: 125-16,384</p>
4719
+ * <code>st1</code> and <code>sc1</code>: 125 - 16,384 GiB</p>
4718
4720
  * </li>
4719
4721
  * <li>
4720
4722
  * <p>
4721
- * <code>standard</code>: 1-1,024</p>
4723
+ * <code>standard</code>: 1 - 1024 GiB</p>
4722
4724
  * </li>
4723
4725
  * </ul>
4724
4726
  */
@@ -10587,9 +10587,9 @@ export interface DescribeSpotInstanceRequestsRequest {
10587
10587
  * <li>
10588
10588
  * <p>
10589
10589
  * <code>launch.block-device-mapping.volume-type</code> - The type of EBS volume:
10590
- * <code>gp2</code> for General Purpose SSD, <code>io1</code> or
10591
- * <code>io2</code> for Provisioned IOPS SSD, <code>st1</code> for Throughput
10592
- * Optimized HDD, <code>sc1</code>for Cold HDD, or <code>standard</code> for
10590
+ * <code>gp2</code> or <code>gp3</code> for General Purpose SSD, <code>io1</code>
10591
+ * or <code>io2</code> for Provisioned IOPS SSD, <code>st1</code> for Throughput
10592
+ * Optimized HDD, <code>sc1</code> for Cold HDD, or <code>standard</code> for
10593
10593
  * Magnetic.</p>
10594
10594
  * </li>
10595
10595
  * <li>
@@ -6380,19 +6380,23 @@ export interface ModifyVolumeRequest {
6380
6380
  * <ul>
6381
6381
  * <li>
6382
6382
  * <p>
6383
- * <code>gp2</code> and <code>gp3</code>: 1-16,384</p>
6383
+ * <code>gp2</code> and <code>gp3</code>: 1 - 16,384 GiB</p>
6384
6384
  * </li>
6385
6385
  * <li>
6386
6386
  * <p>
6387
- * <code>io1</code> and <code>io2</code>: 4-16,384</p>
6387
+ * <code>io1</code>: 4 - 16,384 GiB</p>
6388
6388
  * </li>
6389
6389
  * <li>
6390
6390
  * <p>
6391
- * <code>st1</code> and <code>sc1</code>: 125-16,384</p>
6391
+ * <code>io2</code>: 4 - 65,536 GiB</p>
6392
6392
  * </li>
6393
6393
  * <li>
6394
6394
  * <p>
6395
- * <code>standard</code>: 1-1,024</p>
6395
+ * <code>st1</code> and <code>sc1</code>: 125 - 16,384 GiB</p>
6396
+ * </li>
6397
+ * <li>
6398
+ * <p>
6399
+ * <code>standard</code>: 1 - 1024 GiB</p>
6396
6400
  * </li>
6397
6401
  * </ul>
6398
6402
  * <p>Default: The existing size is retained.</p>
@@ -6411,17 +6415,20 @@ export interface ModifyVolumeRequest {
6411
6415
  * <ul>
6412
6416
  * <li>
6413
6417
  * <p>
6414
- * <code>gp3</code>: 3,000-16,000 IOPS</p>
6418
+ * <code>gp3</code>: 3,000 - 16,000 IOPS</p>
6415
6419
  * </li>
6416
6420
  * <li>
6417
6421
  * <p>
6418
- * <code>io1</code>: 100-64,000 IOPS</p>
6422
+ * <code>io1</code>: 100 - 64,000 IOPS</p>
6419
6423
  * </li>
6420
6424
  * <li>
6421
6425
  * <p>
6422
- * <code>io2</code>: 100-64,000 IOPS</p>
6426
+ * <code>io2</code>: 100 - 256,000 IOPS</p>
6423
6427
  * </li>
6424
6428
  * </ul>
6429
+ * <p>For <code>io2</code> volumes, you can achieve up to 256,000 IOPS on
6430
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">instances
6431
+ * built on the Nitro System</a>. On other instances, you can achieve performance up to 32,000 IOPS.</p>
6425
6432
  * <p>Default: The existing value is retained if you keep the same volume type. If you change
6426
6433
  * the volume type to <code>io1</code>, <code>io2</code>, or <code>gp3</code>, the default is 3,000.</p>
6427
6434
  */
@@ -2309,18 +2309,14 @@ export interface ScheduledInstancesEbs {
2309
2309
  DeleteOnTermination?: boolean;
2310
2310
  /**
2311
2311
  * @public
2312
- * <p>Indicates whether the volume is encrypted. You can attached encrypted volumes only to instances that support them.</p>
2312
+ * <p>Indicates whether the volume is encrypted. You can attached encrypted volumes only to instances that
2313
+ * support them.</p>
2313
2314
  */
2314
2315
  Encrypted?: boolean;
2315
2316
  /**
2316
2317
  * @public
2317
- * <p>The number of I/O operations per second (IOPS) to provision for an <code>io1</code> or <code>io2</code> volume, with a maximum
2318
- * ratio of 50 IOPS/GiB for <code>io1</code>, and 500 IOPS/GiB for <code>io2</code>. Range is 100 to 64,000 IOPS for
2319
- * volumes in most Regions. Maximum IOPS of 64,000 is guaranteed only on
2320
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">instances built on the Nitro System</a>. Other instance families guarantee performance up to
2321
- * 32,000 IOPS. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html">Amazon EBS volume types</a> in the
2322
- * <i>Amazon EC2 User Guide</i>.</p>
2323
- * <p>This parameter is valid only for Provisioned IOPS SSD (<code>io1</code> and <code>io2</code>) volumes.</p>
2318
+ * <p>The number of I/O operations per second (IOPS) to provision for a <code>gp3</code>, <code>io1</code>, or <code>io2</code>
2319
+ * volume.</p>
2324
2320
  */
2325
2321
  Iops?: number;
2326
2322
  /**
@@ -2331,14 +2327,13 @@ export interface ScheduledInstancesEbs {
2331
2327
  /**
2332
2328
  * @public
2333
2329
  * <p>The size of the volume, in GiB.</p>
2334
- * <p>Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.</p>
2330
+ * <p>Default: If you're creating the volume from a snapshot and don't specify a volume size, the default
2331
+ * is the snapshot size.</p>
2335
2332
  */
2336
2333
  VolumeSize?: number;
2337
2334
  /**
2338
2335
  * @public
2339
- * <p>The volume type. <code>gp2</code> for General Purpose SSD, <code>io1</code> or <code> io2</code> for Provisioned IOPS SSD, Throughput Optimized HDD
2340
- * for <code>st1</code>, Cold HDD for <code>sc1</code>, or <code>standard</code> for
2341
- * Magnetic.</p>
2336
+ * <p>The volume type.</p>
2342
2337
  * <p>Default: <code>gp2</code>
2343
2338
  * </p>
2344
2339
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.455.0",
4
+ "version": "3.456.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",