@aws-sdk/client-ec2 3.750.0 → 3.757.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/dist-cjs/index.js +158 -23
- package/dist-es/models/models_1.js +9 -9
- package/dist-es/models/models_3.js +0 -5
- package/dist-es/models/models_4.js +5 -4
- package/dist-es/models/models_5.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +139 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +51 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -2
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +14 -12
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterImageCommand.d.ts +2 -2
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -2
- package/dist-types/commands/DescribeFleetsCommand.d.ts +51 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -2
- package/dist-types/commands/ModifyFleetCommand.d.ts +17 -0
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +12 -0
- package/dist-types/models/models_1.d.ts +412 -191
- package/dist-types/models/models_2.d.ts +132 -55
- package/dist-types/models/models_3.d.ts +59 -244
- package/dist-types/models/models_4.d.ts +247 -106
- package/dist-types/models/models_5.d.ts +106 -101
- package/dist-types/models/models_6.d.ts +95 -91
- package/dist-types/models/models_7.d.ts +94 -109
- package/dist-types/models/models_8.d.ts +105 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +7 -2
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +44 -41
- package/dist-types/ts3.4/models/models_2.d.ts +31 -17
- package/dist-types/ts3.4/models/models_3.d.ts +17 -31
- package/dist-types/ts3.4/models/models_4.d.ts +32 -29
- package/dist-types/ts3.4/models/models_5.d.ts +27 -26
- package/dist-types/ts3.4/models/models_6.d.ts +24 -26
- package/dist-types/ts3.4/models/models_7.d.ts +28 -26
- package/dist-types/ts3.4/models/models_8.d.ts +26 -1
- package/package.json +1 -1
|
@@ -3281,6 +3281,227 @@ export interface FleetLaunchTemplateSpecificationRequest {
|
|
|
3281
3281
|
*/
|
|
3282
3282
|
Version?: string | undefined;
|
|
3283
3283
|
}
|
|
3284
|
+
/**
|
|
3285
|
+
* @public
|
|
3286
|
+
* @enum
|
|
3287
|
+
*/
|
|
3288
|
+
export declare const VolumeType: {
|
|
3289
|
+
readonly gp2: "gp2";
|
|
3290
|
+
readonly gp3: "gp3";
|
|
3291
|
+
readonly io1: "io1";
|
|
3292
|
+
readonly io2: "io2";
|
|
3293
|
+
readonly sc1: "sc1";
|
|
3294
|
+
readonly st1: "st1";
|
|
3295
|
+
readonly standard: "standard";
|
|
3296
|
+
};
|
|
3297
|
+
/**
|
|
3298
|
+
* @public
|
|
3299
|
+
*/
|
|
3300
|
+
export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
|
|
3301
|
+
/**
|
|
3302
|
+
* <p>Describes a block device for an EBS volume.</p>
|
|
3303
|
+
* @public
|
|
3304
|
+
*/
|
|
3305
|
+
export interface FleetEbsBlockDeviceRequest {
|
|
3306
|
+
/**
|
|
3307
|
+
* <p>Indicates whether the encryption state of an EBS volume is changed while being restored
|
|
3308
|
+
* from a backing snapshot. The effect of setting the encryption state to <code>true</code>
|
|
3309
|
+
* depends on the volume origin (new or from a snapshot), starting encryption state,
|
|
3310
|
+
* ownership, and whether encryption by default is enabled. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS
|
|
3311
|
+
* encryption</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
3312
|
+
* <p>In no case can you remove encryption from an encrypted volume.</p>
|
|
3313
|
+
* <p>Encrypted volumes can only be attached to instances that support Amazon EBS encryption. For
|
|
3314
|
+
* more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption-requirements.html#ebs-encryption_supported_instances">Supported instance types</a>.</p>
|
|
3315
|
+
* <p>This parameter is not returned by .</p>
|
|
3316
|
+
* <p>For and , whether
|
|
3317
|
+
* you can include this parameter, and the allowed values differ depending on the type of
|
|
3318
|
+
* block device mapping you are creating.</p>
|
|
3319
|
+
* <ul>
|
|
3320
|
+
* <li>
|
|
3321
|
+
* <p>If you are creating a block device mapping for a <b>new (empty)
|
|
3322
|
+
* volume</b>, you can include this parameter, and specify either
|
|
3323
|
+
* <code>true</code> for an encrypted volume, or <code>false</code> for an
|
|
3324
|
+
* unencrypted volume. If you omit this parameter, it defaults to <code>false</code>
|
|
3325
|
+
* (unencrypted).</p>
|
|
3326
|
+
* </li>
|
|
3327
|
+
* <li>
|
|
3328
|
+
* <p>If you are creating a block device mapping from an <b>existing encrypted or
|
|
3329
|
+
* unencrypted snapshot</b>, you must omit this parameter. If you include this
|
|
3330
|
+
* parameter, the request will fail, regardless of the value that you specify.</p>
|
|
3331
|
+
* </li>
|
|
3332
|
+
* <li>
|
|
3333
|
+
* <p>If you are creating a block device mapping from an <b>existing unencrypted
|
|
3334
|
+
* volume</b>, you can include this parameter, but you must specify
|
|
3335
|
+
* <code>false</code>. If you specify <code>true</code>, the request will fail. In
|
|
3336
|
+
* this case, we recommend that you omit the parameter.</p>
|
|
3337
|
+
* </li>
|
|
3338
|
+
* <li>
|
|
3339
|
+
* <p>If you are creating a block device mapping from an <b>existing encrypted
|
|
3340
|
+
* volume</b>, you can include this parameter, and specify either
|
|
3341
|
+
* <code>true</code> or <code>false</code>. However, if you specify
|
|
3342
|
+
* <code>false</code>, the parameter is ignored and the block device mapping is
|
|
3343
|
+
* always encrypted. In this case, we recommend that you omit the parameter.</p>
|
|
3344
|
+
* </li>
|
|
3345
|
+
* </ul>
|
|
3346
|
+
* @public
|
|
3347
|
+
*/
|
|
3348
|
+
Encrypted?: boolean | undefined;
|
|
3349
|
+
/**
|
|
3350
|
+
* <p>Indicates whether the EBS volume is deleted on instance termination. For more
|
|
3351
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/preserving-volumes-on-termination.html">Preserve data when
|
|
3352
|
+
* an instance is terminated</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
3353
|
+
* @public
|
|
3354
|
+
*/
|
|
3355
|
+
DeleteOnTermination?: boolean | undefined;
|
|
3356
|
+
/**
|
|
3357
|
+
* <p>The number of I/O operations per second (IOPS). For <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes,
|
|
3358
|
+
* this represents the number of IOPS that are provisioned for the volume. For <code>gp2</code>
|
|
3359
|
+
* volumes, this represents the baseline performance of the volume and the rate at which
|
|
3360
|
+
* the volume accumulates I/O credits for bursting.</p>
|
|
3361
|
+
* <p>The following are the supported values for each volume type:</p>
|
|
3362
|
+
* <ul>
|
|
3363
|
+
* <li>
|
|
3364
|
+
* <p>
|
|
3365
|
+
* <code>gp3</code>: 3,000 - 16,000 IOPS</p>
|
|
3366
|
+
* </li>
|
|
3367
|
+
* <li>
|
|
3368
|
+
* <p>
|
|
3369
|
+
* <code>io1</code>: 100 - 64,000 IOPS</p>
|
|
3370
|
+
* </li>
|
|
3371
|
+
* <li>
|
|
3372
|
+
* <p>
|
|
3373
|
+
* <code>io2</code>: 100 - 256,000 IOPS</p>
|
|
3374
|
+
* </li>
|
|
3375
|
+
* </ul>
|
|
3376
|
+
* <p>For <code>io2</code> volumes, you can achieve up to 256,000 IOPS on
|
|
3377
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">instances
|
|
3378
|
+
* built on the Nitro System</a>. On other instances, you can achieve performance up to 32,000 IOPS.</p>
|
|
3379
|
+
* <p>This parameter is required for <code>io1</code> and <code>io2</code> volumes. The default for <code>gp3</code> volumes
|
|
3380
|
+
* is 3,000 IOPS.</p>
|
|
3381
|
+
* @public
|
|
3382
|
+
*/
|
|
3383
|
+
Iops?: number | undefined;
|
|
3384
|
+
/**
|
|
3385
|
+
* <p>The throughput that the volume supports, in MiB/s.</p>
|
|
3386
|
+
* <p>This parameter is valid only for <code>gp3</code> volumes.</p>
|
|
3387
|
+
* <p>Valid Range: Minimum value of 125. Maximum value of 1000.</p>
|
|
3388
|
+
* @public
|
|
3389
|
+
*/
|
|
3390
|
+
Throughput?: number | undefined;
|
|
3391
|
+
/**
|
|
3392
|
+
* <p>Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key
|
|
3393
|
+
* to use for EBS encryption.</p>
|
|
3394
|
+
* <p>This parameter is only supported on <code>BlockDeviceMapping</code> objects called by
|
|
3395
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet.html">RequestSpotFleet</a>,
|
|
3396
|
+
* and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html">RequestSpotInstances</a>.</p>
|
|
3397
|
+
* @public
|
|
3398
|
+
*/
|
|
3399
|
+
KmsKeyId?: string | undefined;
|
|
3400
|
+
/**
|
|
3401
|
+
* <p>The ID of the snapshot.</p>
|
|
3402
|
+
* @public
|
|
3403
|
+
*/
|
|
3404
|
+
SnapshotId?: string | undefined;
|
|
3405
|
+
/**
|
|
3406
|
+
* <p>The size of the volume, in GiBs. You must specify either a snapshot ID or a volume
|
|
3407
|
+
* size. If you specify a snapshot, the default is the snapshot size. You can specify a
|
|
3408
|
+
* volume size that is equal to or larger than the snapshot size.</p>
|
|
3409
|
+
* <p>The following are the supported sizes for each volume type:</p>
|
|
3410
|
+
* <ul>
|
|
3411
|
+
* <li>
|
|
3412
|
+
* <p>
|
|
3413
|
+
* <code>gp2</code> and <code>gp3</code>: 1 - 16,384 GiB</p>
|
|
3414
|
+
* </li>
|
|
3415
|
+
* <li>
|
|
3416
|
+
* <p>
|
|
3417
|
+
* <code>io1</code>: 4 - 16,384 GiB</p>
|
|
3418
|
+
* </li>
|
|
3419
|
+
* <li>
|
|
3420
|
+
* <p>
|
|
3421
|
+
* <code>io2</code>: 4 - 65,536 GiB</p>
|
|
3422
|
+
* </li>
|
|
3423
|
+
* <li>
|
|
3424
|
+
* <p>
|
|
3425
|
+
* <code>st1</code> and <code>sc1</code>: 125 - 16,384 GiB</p>
|
|
3426
|
+
* </li>
|
|
3427
|
+
* <li>
|
|
3428
|
+
* <p>
|
|
3429
|
+
* <code>standard</code>: 1 - 1024 GiB</p>
|
|
3430
|
+
* </li>
|
|
3431
|
+
* </ul>
|
|
3432
|
+
* @public
|
|
3433
|
+
*/
|
|
3434
|
+
VolumeSize?: number | undefined;
|
|
3435
|
+
/**
|
|
3436
|
+
* <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
|
|
3437
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
3438
|
+
* @public
|
|
3439
|
+
*/
|
|
3440
|
+
VolumeType?: VolumeType | undefined;
|
|
3441
|
+
}
|
|
3442
|
+
/**
|
|
3443
|
+
* <p>Describes a block device mapping, which defines the EBS volumes and instance store
|
|
3444
|
+
* volumes to attach to an instance at launch.</p>
|
|
3445
|
+
* <p>To override a block device mapping specified in the launch template:</p>
|
|
3446
|
+
* <ul>
|
|
3447
|
+
* <li>
|
|
3448
|
+
* <p>Specify the exact same <code>DeviceName</code> here as specified in the launch
|
|
3449
|
+
* template.</p>
|
|
3450
|
+
* </li>
|
|
3451
|
+
* <li>
|
|
3452
|
+
* <p>Only specify the parameters you want to change.</p>
|
|
3453
|
+
* </li>
|
|
3454
|
+
* <li>
|
|
3455
|
+
* <p>Any parameters you don't specify here will keep their original launch template
|
|
3456
|
+
* values.</p>
|
|
3457
|
+
* </li>
|
|
3458
|
+
* </ul>
|
|
3459
|
+
* <p>To add a new block device mapping:</p>
|
|
3460
|
+
* <ul>
|
|
3461
|
+
* <li>
|
|
3462
|
+
* <p>Specify a <code>DeviceName</code> that doesn't exist in the launch
|
|
3463
|
+
* template.</p>
|
|
3464
|
+
* </li>
|
|
3465
|
+
* <li>
|
|
3466
|
+
* <p>Specify all desired parameters here.</p>
|
|
3467
|
+
* </li>
|
|
3468
|
+
* </ul>
|
|
3469
|
+
* @public
|
|
3470
|
+
*/
|
|
3471
|
+
export interface FleetBlockDeviceMappingRequest {
|
|
3472
|
+
/**
|
|
3473
|
+
* <p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
|
|
3474
|
+
* @public
|
|
3475
|
+
*/
|
|
3476
|
+
DeviceName?: string | undefined;
|
|
3477
|
+
/**
|
|
3478
|
+
* <p>The virtual device name (<code>ephemeralN</code>). Instance store volumes are numbered
|
|
3479
|
+
* starting from 0. An instance type with 2 available instance store volumes can specify
|
|
3480
|
+
* mappings for <code>ephemeral0</code> and <code>ephemeral1</code>. The number of available
|
|
3481
|
+
* instance store volumes depends on the instance type. After you connect to the instance, you
|
|
3482
|
+
* must mount the volume.</p>
|
|
3483
|
+
* <p>NVMe instance store volumes are automatically enumerated and assigned a device name.
|
|
3484
|
+
* Including them in your block device mapping has no effect.</p>
|
|
3485
|
+
* <p>Constraints: For M3 instances, you must specify instance store volumes in the block
|
|
3486
|
+
* device mapping for the instance. When you launch an M3 instance, we ignore any instance
|
|
3487
|
+
* store volumes specified in the block device mapping for the AMI.</p>
|
|
3488
|
+
* @public
|
|
3489
|
+
*/
|
|
3490
|
+
VirtualName?: string | undefined;
|
|
3491
|
+
/**
|
|
3492
|
+
* <p>Parameters used to automatically set up EBS volumes when the instance is
|
|
3493
|
+
* launched.</p>
|
|
3494
|
+
* @public
|
|
3495
|
+
*/
|
|
3496
|
+
Ebs?: FleetEbsBlockDeviceRequest | undefined;
|
|
3497
|
+
/**
|
|
3498
|
+
* <p>To omit the device from the block device mapping, specify an empty string. When this
|
|
3499
|
+
* property is specified, the device is removed from the block device mapping regardless of
|
|
3500
|
+
* the assigned value.</p>
|
|
3501
|
+
* @public
|
|
3502
|
+
*/
|
|
3503
|
+
NoDevice?: string | undefined;
|
|
3504
|
+
}
|
|
3284
3505
|
/**
|
|
3285
3506
|
* @public
|
|
3286
3507
|
* @enum
|
|
@@ -4104,10 +4325,16 @@ export interface FleetLaunchTemplateOverridesRequest {
|
|
|
4104
4325
|
*/
|
|
4105
4326
|
InstanceType?: _InstanceType | undefined;
|
|
4106
4327
|
/**
|
|
4107
|
-
* <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not
|
|
4328
|
+
* <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not
|
|
4329
|
+
* recommend using this parameter because it can lead to increased interruptions. If you
|
|
4330
|
+
* do not specify this parameter, you will pay the current Spot price.
|
|
4108
4331
|
* </p>
|
|
4109
4332
|
* <important>
|
|
4110
|
-
* <p>If you specify a maximum price, your instances will be interrupted more
|
|
4333
|
+
* <p>If you specify a maximum price, your instances will be interrupted more
|
|
4334
|
+
* frequently than if you do not specify this parameter.</p>
|
|
4335
|
+
* <p>If you specify a maximum price, it must be more than USD $0.001. Specifying a value
|
|
4336
|
+
* below USD $0.001 will result in an <code>InvalidParameterValue</code> error
|
|
4337
|
+
* message.</p>
|
|
4111
4338
|
* </important>
|
|
4112
4339
|
* @public
|
|
4113
4340
|
*/
|
|
@@ -4161,6 +4388,38 @@ export interface FleetLaunchTemplateOverridesRequest {
|
|
|
4161
4388
|
* @public
|
|
4162
4389
|
*/
|
|
4163
4390
|
Placement?: Placement | undefined;
|
|
4391
|
+
/**
|
|
4392
|
+
* <p>The block device mapping, which defines the EBS volumes and instance store volumes to
|
|
4393
|
+
* attach to the instance at launch. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block device mappings
|
|
4394
|
+
* for volumes on Amazon EC2 instances</a> in the <i>Amazon EC2 User
|
|
4395
|
+
* Guide</i>.</p>
|
|
4396
|
+
* <p>To override a block device mapping specified in the launch template:</p>
|
|
4397
|
+
* <ul>
|
|
4398
|
+
* <li>
|
|
4399
|
+
* <p>Specify the exact same <code>DeviceName</code> here as specified in the launch
|
|
4400
|
+
* template.</p>
|
|
4401
|
+
* </li>
|
|
4402
|
+
* <li>
|
|
4403
|
+
* <p>Only specify the parameters you want to change.</p>
|
|
4404
|
+
* </li>
|
|
4405
|
+
* <li>
|
|
4406
|
+
* <p>Any parameters you don't specify here will keep their original launch template
|
|
4407
|
+
* values.</p>
|
|
4408
|
+
* </li>
|
|
4409
|
+
* </ul>
|
|
4410
|
+
* <p>To add a new block device mapping:</p>
|
|
4411
|
+
* <ul>
|
|
4412
|
+
* <li>
|
|
4413
|
+
* <p>Specify a <code>DeviceName</code> that doesn't exist in the launch
|
|
4414
|
+
* template.</p>
|
|
4415
|
+
* </li>
|
|
4416
|
+
* <li>
|
|
4417
|
+
* <p>Specify all desired parameters here.</p>
|
|
4418
|
+
* </li>
|
|
4419
|
+
* </ul>
|
|
4420
|
+
* @public
|
|
4421
|
+
*/
|
|
4422
|
+
BlockDeviceMappings?: FleetBlockDeviceMappingRequest[] | undefined;
|
|
4164
4423
|
/**
|
|
4165
4424
|
* <p>The attributes for the instance types. When you specify instance attributes, Amazon EC2 will
|
|
4166
4425
|
* identify instance types with those attributes.</p>
|
|
@@ -4819,6 +5078,85 @@ export interface FleetLaunchTemplateSpecification {
|
|
|
4819
5078
|
*/
|
|
4820
5079
|
Version?: string | undefined;
|
|
4821
5080
|
}
|
|
5081
|
+
/**
|
|
5082
|
+
* <p>Describes a block device for an EBS volume.</p>
|
|
5083
|
+
* @public
|
|
5084
|
+
*/
|
|
5085
|
+
export interface EbsBlockDeviceResponse {
|
|
5086
|
+
/**
|
|
5087
|
+
* <p>Indicates whether the volume is encrypted.</p>
|
|
5088
|
+
* @public
|
|
5089
|
+
*/
|
|
5090
|
+
Encrypted?: boolean | undefined;
|
|
5091
|
+
/**
|
|
5092
|
+
* <p>Indicates whether the volume is deleted on instance termination.</p>
|
|
5093
|
+
* @public
|
|
5094
|
+
*/
|
|
5095
|
+
DeleteOnTermination?: boolean | undefined;
|
|
5096
|
+
/**
|
|
5097
|
+
* <p>The number of I/O operations per second (IOPS). For <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes,
|
|
5098
|
+
* this represents the number of IOPS that are provisioned for the volume. For <code>gp2</code>
|
|
5099
|
+
* volumes, this represents the baseline performance of the volume and the rate at which
|
|
5100
|
+
* the volume accumulates I/O credits for bursting.</p>
|
|
5101
|
+
* @public
|
|
5102
|
+
*/
|
|
5103
|
+
Iops?: number | undefined;
|
|
5104
|
+
/**
|
|
5105
|
+
* <p>The throughput that the volume supports, in MiB/s.</p>
|
|
5106
|
+
* @public
|
|
5107
|
+
*/
|
|
5108
|
+
Throughput?: number | undefined;
|
|
5109
|
+
/**
|
|
5110
|
+
* <p>Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key
|
|
5111
|
+
* to use for EBS encryption.</p>
|
|
5112
|
+
* @public
|
|
5113
|
+
*/
|
|
5114
|
+
KmsKeyId?: string | undefined;
|
|
5115
|
+
/**
|
|
5116
|
+
* <p>The ID of the snapshot.</p>
|
|
5117
|
+
* @public
|
|
5118
|
+
*/
|
|
5119
|
+
SnapshotId?: string | undefined;
|
|
5120
|
+
/**
|
|
5121
|
+
* <p>The size of the volume, in GiBs.</p>
|
|
5122
|
+
* @public
|
|
5123
|
+
*/
|
|
5124
|
+
VolumeSize?: number | undefined;
|
|
5125
|
+
/**
|
|
5126
|
+
* <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
|
|
5127
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
5128
|
+
* @public
|
|
5129
|
+
*/
|
|
5130
|
+
VolumeType?: VolumeType | undefined;
|
|
5131
|
+
}
|
|
5132
|
+
/**
|
|
5133
|
+
* <p>Describes a block device mapping, which defines the EBS volumes and instance store
|
|
5134
|
+
* volumes to attach to an instance at launch.</p>
|
|
5135
|
+
* @public
|
|
5136
|
+
*/
|
|
5137
|
+
export interface BlockDeviceMappingResponse {
|
|
5138
|
+
/**
|
|
5139
|
+
* <p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
|
|
5140
|
+
* @public
|
|
5141
|
+
*/
|
|
5142
|
+
DeviceName?: string | undefined;
|
|
5143
|
+
/**
|
|
5144
|
+
* <p>The virtual device name.</p>
|
|
5145
|
+
* @public
|
|
5146
|
+
*/
|
|
5147
|
+
VirtualName?: string | undefined;
|
|
5148
|
+
/**
|
|
5149
|
+
* <p>Parameters used to automatically set up EBS volumes when the instance is
|
|
5150
|
+
* launched.</p>
|
|
5151
|
+
* @public
|
|
5152
|
+
*/
|
|
5153
|
+
Ebs?: EbsBlockDeviceResponse | undefined;
|
|
5154
|
+
/**
|
|
5155
|
+
* <p>Suppresses the specified device included in the block device mapping.</p>
|
|
5156
|
+
* @public
|
|
5157
|
+
*/
|
|
5158
|
+
NoDevice?: string | undefined;
|
|
5159
|
+
}
|
|
4822
5160
|
/**
|
|
4823
5161
|
* <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
|
|
4824
5162
|
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon
|
|
@@ -5337,6 +5675,9 @@ export interface InstanceRequirements {
|
|
|
5337
5675
|
* <li>
|
|
5338
5676
|
* <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
|
|
5339
5677
|
* </li>
|
|
5678
|
+
* <li>
|
|
5679
|
+
* <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
|
|
5680
|
+
* </li>
|
|
5340
5681
|
* </ul>
|
|
5341
5682
|
* <p>Default: Any accelerator type</p>
|
|
5342
5683
|
* @public
|
|
@@ -5511,10 +5852,16 @@ export interface FleetLaunchTemplateOverrides {
|
|
|
5511
5852
|
*/
|
|
5512
5853
|
InstanceType?: _InstanceType | undefined;
|
|
5513
5854
|
/**
|
|
5514
|
-
* <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not
|
|
5855
|
+
* <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not
|
|
5856
|
+
* recommend using this parameter because it can lead to increased interruptions. If you
|
|
5857
|
+
* do not specify this parameter, you will pay the current Spot price.
|
|
5515
5858
|
* </p>
|
|
5516
5859
|
* <important>
|
|
5517
|
-
* <p>If you specify a maximum price, your instances will be interrupted more frequently
|
|
5860
|
+
* <p>If you specify a maximum price, your instances will be interrupted more frequently
|
|
5861
|
+
* than if you do not specify this parameter.</p>
|
|
5862
|
+
* <p>If you specify a maximum price, it must be more than USD $0.001. Specifying a value
|
|
5863
|
+
* below USD $0.001 will result in an <code>InvalidParameterValue</code> error
|
|
5864
|
+
* message.</p>
|
|
5518
5865
|
* </important>
|
|
5519
5866
|
* @public
|
|
5520
5867
|
*/
|
|
@@ -5643,6 +5990,14 @@ export interface FleetLaunchTemplateOverrides {
|
|
|
5643
5990
|
* @public
|
|
5644
5991
|
*/
|
|
5645
5992
|
ImageId?: string | undefined;
|
|
5993
|
+
/**
|
|
5994
|
+
* <p>The block device mapping, which defines the EBS volumes and instance store volumes to
|
|
5995
|
+
* attach to the instance at launch. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block device mappings
|
|
5996
|
+
* for volumes on Amazon EC2 instances</a> in the <i>Amazon EC2 User
|
|
5997
|
+
* Guide</i>.</p>
|
|
5998
|
+
* @public
|
|
5999
|
+
*/
|
|
6000
|
+
BlockDeviceMappings?: BlockDeviceMappingResponse[] | undefined;
|
|
5646
6001
|
}
|
|
5647
6002
|
/**
|
|
5648
6003
|
* <p>Describes a launch template and overrides.</p>
|
|
@@ -6059,23 +6414,6 @@ export interface CreateFpgaImageResult {
|
|
|
6059
6414
|
*/
|
|
6060
6415
|
FpgaImageGlobalId?: string | undefined;
|
|
6061
6416
|
}
|
|
6062
|
-
/**
|
|
6063
|
-
* @public
|
|
6064
|
-
* @enum
|
|
6065
|
-
*/
|
|
6066
|
-
export declare const VolumeType: {
|
|
6067
|
-
readonly gp2: "gp2";
|
|
6068
|
-
readonly gp3: "gp3";
|
|
6069
|
-
readonly io1: "io1";
|
|
6070
|
-
readonly io2: "io2";
|
|
6071
|
-
readonly sc1: "sc1";
|
|
6072
|
-
readonly st1: "st1";
|
|
6073
|
-
readonly standard: "standard";
|
|
6074
|
-
};
|
|
6075
|
-
/**
|
|
6076
|
-
* @public
|
|
6077
|
-
*/
|
|
6078
|
-
export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
|
|
6079
6417
|
/**
|
|
6080
6418
|
* <p>Describes a block device for an EBS volume.</p>
|
|
6081
6419
|
* @public
|
|
@@ -8091,7 +8429,7 @@ export interface LaunchTemplateEbsBlockDeviceRequest {
|
|
|
8091
8429
|
* </li>
|
|
8092
8430
|
* </ul>
|
|
8093
8431
|
* <p>For <code>io2</code> volumes, you can achieve up to 256,000 IOPS on
|
|
8094
|
-
* <a href="https://docs.aws.amazon.com/
|
|
8432
|
+
* <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">instances
|
|
8095
8433
|
* built on the Nitro System</a>. On other instances, you can achieve performance up to 32,000 IOPS.</p>
|
|
8096
8434
|
* <p>This parameter is supported for <code>io1</code>, <code>io2</code>, and <code>gp3</code> volumes only.</p>
|
|
8097
8435
|
* @public
|
|
@@ -8284,8 +8622,8 @@ export interface LaunchTemplateCpuOptionsRequest {
|
|
|
8284
8622
|
ThreadsPerCore?: number | undefined;
|
|
8285
8623
|
/**
|
|
8286
8624
|
* <p>Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported
|
|
8287
|
-
* with M6a, R6a, and C6a instance types only. For more information, see
|
|
8288
|
-
*
|
|
8625
|
+
* 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
|
|
8626
|
+
* Amazon EC2 instances</a>.</p>
|
|
8289
8627
|
* @public
|
|
8290
8628
|
*/
|
|
8291
8629
|
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
@@ -8340,8 +8678,8 @@ export interface LaunchTemplateElasticInferenceAccelerator {
|
|
|
8340
8678
|
}
|
|
8341
8679
|
/**
|
|
8342
8680
|
* <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more
|
|
8343
|
-
* information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html">What is
|
|
8344
|
-
*
|
|
8681
|
+
* information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html">What is Nitro Enclaves?</a> in the
|
|
8682
|
+
* <i>Amazon Web Services Nitro Enclaves User Guide</i>.</p>
|
|
8345
8683
|
* @public
|
|
8346
8684
|
*/
|
|
8347
8685
|
export interface LaunchTemplateEnclaveOptionsRequest {
|
|
@@ -8439,9 +8777,12 @@ export type SpotInstanceType = (typeof SpotInstanceType)[keyof typeof SpotInstan
|
|
|
8439
8777
|
*/
|
|
8440
8778
|
export interface LaunchTemplateSpotMarketOptionsRequest {
|
|
8441
8779
|
/**
|
|
8442
|
-
* <p>The maximum hourly price you're willing to pay for
|
|
8780
|
+
* <p>The maximum hourly price you're willing to pay for a Spot Instance. We do not
|
|
8443
8781
|
* recommend using this parameter because it can lead to increased interruptions. If you do
|
|
8444
|
-
* not specify this parameter, you will pay the current Spot price
|
|
8782
|
+
* not specify this parameter, you will pay the current Spot price. If you do specify this
|
|
8783
|
+
* parameter, it must be more than USD $0.001. Specifying a value below USD $0.001 will
|
|
8784
|
+
* result in an <code>InvalidParameterValue</code> error message when the launch template
|
|
8785
|
+
* is used to launch an instance.</p>
|
|
8445
8786
|
* <important>
|
|
8446
8787
|
* <p>If you specify a maximum price, your Spot Instances will be interrupted more
|
|
8447
8788
|
* frequently than if you do not specify this parameter.</p>
|
|
@@ -8585,7 +8926,8 @@ export declare const LaunchTemplateInstanceMetadataTagsState: {
|
|
|
8585
8926
|
*/
|
|
8586
8927
|
export type LaunchTemplateInstanceMetadataTagsState = (typeof LaunchTemplateInstanceMetadataTagsState)[keyof typeof LaunchTemplateInstanceMetadataTagsState];
|
|
8587
8928
|
/**
|
|
8588
|
-
* <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">
|
|
8929
|
+
* <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
|
|
8930
|
+
* instance metadata to manage your EC2 instance</a> in the
|
|
8589
8931
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
8590
8932
|
* @public
|
|
8591
8933
|
*/
|
|
@@ -8643,8 +8985,8 @@ export interface LaunchTemplateInstanceMetadataOptionsRequest {
|
|
|
8643
8985
|
/**
|
|
8644
8986
|
* <p>Set to <code>enabled</code> to allow access to instance tags from the instance
|
|
8645
8987
|
* metadata. Set to <code>disabled</code> to turn off access to instance tags from the
|
|
8646
|
-
* instance metadata. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
|
8647
|
-
*
|
|
8988
|
+
* 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
|
|
8989
|
+
* instances using instance metadata</a>.</p>
|
|
8648
8990
|
* <p>Default: <code>disabled</code>
|
|
8649
8991
|
* </p>
|
|
8650
8992
|
* @public
|
|
@@ -8822,8 +9164,9 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
|
8822
9164
|
Groups?: string[] | undefined;
|
|
8823
9165
|
/**
|
|
8824
9166
|
* <p>The type of network interface. To create an Elastic Fabric Adapter (EFA), specify
|
|
8825
|
-
*
|
|
8826
|
-
*
|
|
9167
|
+
* <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
|
|
9168
|
+
* and HPC workloads on Amazon EC2</a> in the
|
|
9169
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
8827
9170
|
* <p>If you are not creating an EFA, specify <code>interface</code> or omit this
|
|
8828
9171
|
* parameter.</p>
|
|
8829
9172
|
* <p>If you specify <code>efa-only</code>, do not assign any IP addresses to the network
|
|
@@ -9093,8 +9436,8 @@ export interface RequestLaunchTemplateData {
|
|
|
9093
9436
|
* <p>The ID of the kernel.</p>
|
|
9094
9437
|
* <important>
|
|
9095
9438
|
* <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more
|
|
9096
|
-
* information, see <a href="https://docs.aws.amazon.com/
|
|
9097
|
-
*
|
|
9439
|
+
* information, see <a href="https://docs.aws.amazon.com/linux/al2/ug/UserProvidedKernels.html">User provided kernels</a> in the
|
|
9440
|
+
* <i>Amazon Linux 2 User Guide</i>.</p>
|
|
9098
9441
|
* </important>
|
|
9099
9442
|
* @public
|
|
9100
9443
|
*/
|
|
@@ -9253,10 +9596,11 @@ export interface RequestLaunchTemplateData {
|
|
|
9253
9596
|
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
|
|
9254
9597
|
/**
|
|
9255
9598
|
* <p>The user data to make available to the instance. You must provide base64-encoded text.
|
|
9256
|
-
* 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
|
|
9257
|
-
*
|
|
9599
|
+
* 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
|
|
9600
|
+
* instance with user data input</a> in the
|
|
9601
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
9258
9602
|
* <p>If you are creating the launch template for use with Batch, the user
|
|
9259
|
-
* 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">Amazon EC2 user data in launch templates</a> in the <i>Batch User Guide</i>.</p>
|
|
9603
|
+
* 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 <i>Batch User Guide</i>.</p>
|
|
9260
9604
|
* @public
|
|
9261
9605
|
*/
|
|
9262
9606
|
UserData?: string | undefined;
|
|
@@ -9322,7 +9666,9 @@ export interface RequestLaunchTemplateData {
|
|
|
9322
9666
|
*/
|
|
9323
9667
|
CreditSpecification?: CreditSpecificationRequest | undefined;
|
|
9324
9668
|
/**
|
|
9325
|
-
* <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">
|
|
9669
|
+
* <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
|
|
9670
|
+
* options for Amazon EC2 instances</a> in the
|
|
9671
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
9326
9672
|
* @public
|
|
9327
9673
|
*/
|
|
9328
9674
|
CpuOptions?: LaunchTemplateCpuOptionsRequest | undefined;
|
|
@@ -9348,15 +9694,15 @@ export interface RequestLaunchTemplateData {
|
|
|
9348
9694
|
*/
|
|
9349
9695
|
HibernationOptions?: LaunchTemplateHibernationOptionsRequest | undefined;
|
|
9350
9696
|
/**
|
|
9351
|
-
* <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
|
9697
|
+
* <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html">Configure the Instance Metadata Service options</a> in the
|
|
9352
9698
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
9353
9699
|
* @public
|
|
9354
9700
|
*/
|
|
9355
9701
|
MetadataOptions?: LaunchTemplateInstanceMetadataOptionsRequest | undefined;
|
|
9356
9702
|
/**
|
|
9357
9703
|
* <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more
|
|
9358
|
-
* information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html">What is
|
|
9359
|
-
*
|
|
9704
|
+
* information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html">What is Nitro Enclaves?</a> in the
|
|
9705
|
+
* <i>Amazon Web Services Nitro Enclaves User Guide</i>.</p>
|
|
9360
9706
|
* <p>You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same instance.</p>
|
|
9361
9707
|
* @public
|
|
9362
9708
|
*/
|
|
@@ -9410,7 +9756,7 @@ export interface RequestLaunchTemplateData {
|
|
|
9410
9756
|
MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptionsRequest | undefined;
|
|
9411
9757
|
/**
|
|
9412
9758
|
* <p>Indicates whether to enable the instance for stop protection. For more information,
|
|
9413
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html">Enable stop protection for your
|
|
9759
|
+
* 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
|
|
9414
9760
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
9415
9761
|
* @public
|
|
9416
9762
|
*/
|
|
@@ -9647,9 +9993,10 @@ export interface CreateLaunchTemplateVersionRequest {
|
|
|
9647
9993
|
*/
|
|
9648
9994
|
LaunchTemplateData: RequestLaunchTemplateData | undefined;
|
|
9649
9995
|
/**
|
|
9650
|
-
* <p>If <code>true</code>, and if a Systems Manager parameter is specified for
|
|
9651
|
-
*
|
|
9652
|
-
* Manager parameter instead of an AMI ID</a> in the
|
|
9996
|
+
* <p>If <code>true</code>, and if a Systems Manager parameter is specified for
|
|
9997
|
+
* <code>ImageId</code>, the AMI ID is displayed in the response for
|
|
9998
|
+
* <code>imageID</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id">Use a Systems Manager parameter instead of an AMI ID</a> in the
|
|
9999
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
9653
10000
|
* <p>Default: <code>false</code>
|
|
9654
10001
|
* </p>
|
|
9655
10002
|
* @public
|
|
@@ -9793,7 +10140,8 @@ export interface LaunchTemplateCpuOptions {
|
|
|
9793
10140
|
ThreadsPerCore?: number | undefined;
|
|
9794
10141
|
/**
|
|
9795
10142
|
* <p>Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see
|
|
9796
|
-
*
|
|
10143
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html">AMD SEV-SNP
|
|
10144
|
+
* for Amazon EC2 instances</a>.</p>
|
|
9797
10145
|
* @public
|
|
9798
10146
|
*/
|
|
9799
10147
|
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
@@ -9899,13 +10247,12 @@ export interface LaunchTemplateIamInstanceProfileSpecification {
|
|
|
9899
10247
|
*/
|
|
9900
10248
|
export interface LaunchTemplateSpotMarketOptions {
|
|
9901
10249
|
/**
|
|
9902
|
-
* <p>The maximum hourly price you're willing to pay for
|
|
10250
|
+
* <p>The maximum hourly price you're willing to pay for a Spot Instance. We do not
|
|
9903
10251
|
* recommend using this parameter because it can lead to increased interruptions. If you do
|
|
9904
|
-
* not specify this parameter, you will pay the current Spot price
|
|
9905
|
-
*
|
|
9906
|
-
*
|
|
9907
|
-
*
|
|
9908
|
-
* </important>
|
|
10252
|
+
* not specify this parameter, you will pay the current Spot price. If you do specify this
|
|
10253
|
+
* parameter, it must be more than USD $0.001. Specifying a value below USD $0.001 will
|
|
10254
|
+
* result in an <code>InvalidParameterValue</code> error message when the launch template
|
|
10255
|
+
* is used to launch an instance.</p>
|
|
9909
10256
|
* @public
|
|
9910
10257
|
*/
|
|
9911
10258
|
MaxPrice?: string | undefined;
|
|
@@ -9986,7 +10333,8 @@ export declare const LaunchTemplateInstanceMetadataOptionsState: {
|
|
|
9986
10333
|
*/
|
|
9987
10334
|
export type LaunchTemplateInstanceMetadataOptionsState = (typeof LaunchTemplateInstanceMetadataOptionsState)[keyof typeof LaunchTemplateInstanceMetadataOptionsState];
|
|
9988
10335
|
/**
|
|
9989
|
-
* <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">
|
|
10336
|
+
* <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
|
|
10337
|
+
* instance metadata to manage your EC2 instance</a> in the
|
|
9990
10338
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
9991
10339
|
* @public
|
|
9992
10340
|
*/
|
|
@@ -10052,8 +10400,8 @@ export interface LaunchTemplateInstanceMetadataOptions {
|
|
|
10052
10400
|
/**
|
|
10053
10401
|
* <p>Set to <code>enabled</code> to allow access to instance tags from the instance
|
|
10054
10402
|
* metadata. Set to <code>disabled</code> to turn off access to instance tags from the
|
|
10055
|
-
* instance metadata. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
|
10056
|
-
*
|
|
10403
|
+
* 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
|
|
10404
|
+
* instances using instance metadata</a>.</p>
|
|
10057
10405
|
* <p>Default: <code>disabled</code>
|
|
10058
10406
|
* </p>
|
|
10059
10407
|
* @public
|
|
@@ -10190,7 +10538,7 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
|
|
|
10190
10538
|
* interface.</p>
|
|
10191
10539
|
* <p>Use this option when you launch an instance in a Wavelength Zone and want to associate
|
|
10192
10540
|
* a Carrier IP address with the network interface. For more information about Carrier IP
|
|
10193
|
-
* addresses, see <a href="https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#provider-owned-ip">Carrier IP
|
|
10541
|
+
* addresses, see <a href="https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#provider-owned-ip">Carrier IP address</a> in the <i>Wavelength Developer
|
|
10194
10542
|
* Guide</i>.</p>
|
|
10195
10543
|
* @public
|
|
10196
10544
|
*/
|
|
@@ -10465,8 +10813,8 @@ export interface ResponseLaunchTemplateData {
|
|
|
10465
10813
|
* as <code>false</code>, then this is the parameter value.</p>
|
|
10466
10814
|
* </li>
|
|
10467
10815
|
* </ul>
|
|
10468
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
|
10469
|
-
*
|
|
10816
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id">Use a Systems Manager parameter instead of an AMI ID</a> in the
|
|
10817
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
10470
10818
|
* @public
|
|
10471
10819
|
*/
|
|
10472
10820
|
ImageId?: string | undefined;
|
|
@@ -10569,7 +10917,9 @@ export interface ResponseLaunchTemplateData {
|
|
|
10569
10917
|
*/
|
|
10570
10918
|
CreditSpecification?: CreditSpecification | undefined;
|
|
10571
10919
|
/**
|
|
10572
|
-
* <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">
|
|
10920
|
+
* <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
|
|
10921
|
+
* options for Amazon EC2 instances</a> in the
|
|
10922
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
10573
10923
|
* @public
|
|
10574
10924
|
*/
|
|
10575
10925
|
CpuOptions?: LaunchTemplateCpuOptions | undefined;
|
|
@@ -10591,7 +10941,7 @@ export interface ResponseLaunchTemplateData {
|
|
|
10591
10941
|
*/
|
|
10592
10942
|
HibernationOptions?: LaunchTemplateHibernationOptions | undefined;
|
|
10593
10943
|
/**
|
|
10594
|
-
* <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
|
10944
|
+
* <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html">Configure the Instance Metadata Service options</a> in the
|
|
10595
10945
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
10596
10946
|
* @public
|
|
10597
10947
|
*/
|
|
@@ -10621,7 +10971,7 @@ export interface ResponseLaunchTemplateData {
|
|
|
10621
10971
|
MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptions | undefined;
|
|
10622
10972
|
/**
|
|
10623
10973
|
* <p>Indicates whether the instance is enabled for stop protection. For more information,
|
|
10624
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html">Enable stop protection for your
|
|
10974
|
+
* 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
|
|
10625
10975
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
10626
10976
|
* @public
|
|
10627
10977
|
*/
|
|
@@ -11069,135 +11419,6 @@ export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationReq
|
|
|
11069
11419
|
*/
|
|
11070
11420
|
DryRun?: boolean | undefined;
|
|
11071
11421
|
}
|
|
11072
|
-
/**
|
|
11073
|
-
* <p>Describes an association between a local gateway route table and a virtual interface group.</p>
|
|
11074
|
-
* @public
|
|
11075
|
-
*/
|
|
11076
|
-
export interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation {
|
|
11077
|
-
/**
|
|
11078
|
-
* <p>The ID of the association.</p>
|
|
11079
|
-
* @public
|
|
11080
|
-
*/
|
|
11081
|
-
LocalGatewayRouteTableVirtualInterfaceGroupAssociationId?: string | undefined;
|
|
11082
|
-
/**
|
|
11083
|
-
* <p>The ID of the virtual interface group.</p>
|
|
11084
|
-
* @public
|
|
11085
|
-
*/
|
|
11086
|
-
LocalGatewayVirtualInterfaceGroupId?: string | undefined;
|
|
11087
|
-
/**
|
|
11088
|
-
* <p>The ID of the local gateway.</p>
|
|
11089
|
-
* @public
|
|
11090
|
-
*/
|
|
11091
|
-
LocalGatewayId?: string | undefined;
|
|
11092
|
-
/**
|
|
11093
|
-
* <p>The ID of the local gateway route table.</p>
|
|
11094
|
-
* @public
|
|
11095
|
-
*/
|
|
11096
|
-
LocalGatewayRouteTableId?: string | undefined;
|
|
11097
|
-
/**
|
|
11098
|
-
* <p>The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.</p>
|
|
11099
|
-
* @public
|
|
11100
|
-
*/
|
|
11101
|
-
LocalGatewayRouteTableArn?: string | undefined;
|
|
11102
|
-
/**
|
|
11103
|
-
* <p>The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.</p>
|
|
11104
|
-
* @public
|
|
11105
|
-
*/
|
|
11106
|
-
OwnerId?: string | undefined;
|
|
11107
|
-
/**
|
|
11108
|
-
* <p>The state of the association.</p>
|
|
11109
|
-
* @public
|
|
11110
|
-
*/
|
|
11111
|
-
State?: string | undefined;
|
|
11112
|
-
/**
|
|
11113
|
-
* <p>The tags assigned to the association.</p>
|
|
11114
|
-
* @public
|
|
11115
|
-
*/
|
|
11116
|
-
Tags?: Tag[] | undefined;
|
|
11117
|
-
}
|
|
11118
|
-
/**
|
|
11119
|
-
* @public
|
|
11120
|
-
*/
|
|
11121
|
-
export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
|
|
11122
|
-
/**
|
|
11123
|
-
* <p>Information about the local gateway route table virtual interface group association.</p>
|
|
11124
|
-
* @public
|
|
11125
|
-
*/
|
|
11126
|
-
LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation | undefined;
|
|
11127
|
-
}
|
|
11128
|
-
/**
|
|
11129
|
-
* @public
|
|
11130
|
-
*/
|
|
11131
|
-
export interface CreateLocalGatewayRouteTableVpcAssociationRequest {
|
|
11132
|
-
/**
|
|
11133
|
-
* <p>The ID of the local gateway route table.</p>
|
|
11134
|
-
* @public
|
|
11135
|
-
*/
|
|
11136
|
-
LocalGatewayRouteTableId: string | undefined;
|
|
11137
|
-
/**
|
|
11138
|
-
* <p>The ID of the VPC.</p>
|
|
11139
|
-
* @public
|
|
11140
|
-
*/
|
|
11141
|
-
VpcId: string | undefined;
|
|
11142
|
-
/**
|
|
11143
|
-
* <p>The tags to assign to the local gateway route table VPC association.</p>
|
|
11144
|
-
* @public
|
|
11145
|
-
*/
|
|
11146
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
11147
|
-
/**
|
|
11148
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
11149
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
11150
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
11151
|
-
* @public
|
|
11152
|
-
*/
|
|
11153
|
-
DryRun?: boolean | undefined;
|
|
11154
|
-
}
|
|
11155
|
-
/**
|
|
11156
|
-
* <p>Describes an association between a local gateway route table and a VPC.</p>
|
|
11157
|
-
* @public
|
|
11158
|
-
*/
|
|
11159
|
-
export interface LocalGatewayRouteTableVpcAssociation {
|
|
11160
|
-
/**
|
|
11161
|
-
* <p>The ID of the association.</p>
|
|
11162
|
-
* @public
|
|
11163
|
-
*/
|
|
11164
|
-
LocalGatewayRouteTableVpcAssociationId?: string | undefined;
|
|
11165
|
-
/**
|
|
11166
|
-
* <p>The ID of the local gateway route table.</p>
|
|
11167
|
-
* @public
|
|
11168
|
-
*/
|
|
11169
|
-
LocalGatewayRouteTableId?: string | undefined;
|
|
11170
|
-
/**
|
|
11171
|
-
* <p>The Amazon Resource Name (ARN) of the local gateway route table for the association.</p>
|
|
11172
|
-
* @public
|
|
11173
|
-
*/
|
|
11174
|
-
LocalGatewayRouteTableArn?: string | undefined;
|
|
11175
|
-
/**
|
|
11176
|
-
* <p>The ID of the local gateway.</p>
|
|
11177
|
-
* @public
|
|
11178
|
-
*/
|
|
11179
|
-
LocalGatewayId?: string | undefined;
|
|
11180
|
-
/**
|
|
11181
|
-
* <p>The ID of the VPC.</p>
|
|
11182
|
-
* @public
|
|
11183
|
-
*/
|
|
11184
|
-
VpcId?: string | undefined;
|
|
11185
|
-
/**
|
|
11186
|
-
* <p>The ID of the Amazon Web Services account that owns the local gateway route table for the association.</p>
|
|
11187
|
-
* @public
|
|
11188
|
-
*/
|
|
11189
|
-
OwnerId?: string | undefined;
|
|
11190
|
-
/**
|
|
11191
|
-
* <p>The state of the association.</p>
|
|
11192
|
-
* @public
|
|
11193
|
-
*/
|
|
11194
|
-
State?: string | undefined;
|
|
11195
|
-
/**
|
|
11196
|
-
* <p>The tags assigned to the association.</p>
|
|
11197
|
-
* @public
|
|
11198
|
-
*/
|
|
11199
|
-
Tags?: Tag[] | undefined;
|
|
11200
|
-
}
|
|
11201
11422
|
/**
|
|
11202
11423
|
* @internal
|
|
11203
11424
|
*/
|