@aws-sdk/client-ec2 3.525.0 → 3.529.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 +584 -596
- package/dist-es/protocols/Aws_ec2.js +22 -34
- package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
- package/dist-types/commands/CopyImageCommand.d.ts +24 -16
- package/dist-types/commands/CreateImageCommand.d.ts +6 -5
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +8 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +7 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +7 -2
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +6 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +9 -3
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +5 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +24 -13
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +42 -22
- package/dist-types/models/models_1.d.ts +51 -28
- package/dist-types/models/models_2.d.ts +5 -4
- package/dist-types/models/models_3.d.ts +86 -76
- package/dist-types/models/models_4.d.ts +13 -4
- package/dist-types/models/models_5.d.ts +40 -33
- package/dist-types/models/models_6.d.ts +67 -43
- package/dist-types/models/models_7.d.ts +3 -2
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_6.d.ts +1 -0
- package/package.json +4 -5
|
@@ -2357,7 +2357,8 @@ export interface DescribeBundleTasksRequest {
|
|
|
2357
2357
|
* </li>
|
|
2358
2358
|
* <li>
|
|
2359
2359
|
* <p>
|
|
2360
|
-
* <code>progress</code> - The level of task completion, as a percentage (for example,
|
|
2360
|
+
* <code>progress</code> - The level of task completion, as a percentage (for example,
|
|
2361
|
+
* 20%).</p>
|
|
2361
2362
|
* </li>
|
|
2362
2363
|
* <li>
|
|
2363
2364
|
* <p>
|
|
@@ -2369,12 +2370,14 @@ export interface DescribeBundleTasksRequest {
|
|
|
2369
2370
|
* </li>
|
|
2370
2371
|
* <li>
|
|
2371
2372
|
* <p>
|
|
2372
|
-
* <code>start-time</code> - The time the task started (for example,
|
|
2373
|
+
* <code>start-time</code> - The time the task started (for example,
|
|
2374
|
+
* 2013-09-15T17:15:20.000Z).</p>
|
|
2373
2375
|
* </li>
|
|
2374
2376
|
* <li>
|
|
2375
2377
|
* <p>
|
|
2376
|
-
* <code>state</code> - The state of the task (<code>pending</code> |
|
|
2377
|
-
*
|
|
2378
|
+
* <code>state</code> - The state of the task (<code>pending</code> |
|
|
2379
|
+
* <code>waiting-for-shutdown</code> | <code>bundling</code> | <code>storing</code> |
|
|
2380
|
+
* <code>cancelling</code> | <code>complete</code> | <code>failed</code>).</p>
|
|
2378
2381
|
* </li>
|
|
2379
2382
|
* <li>
|
|
2380
2383
|
* <p>
|
|
@@ -4823,14 +4826,14 @@ export declare const FastLaunchResourceType: {
|
|
|
4823
4826
|
export type FastLaunchResourceType = (typeof FastLaunchResourceType)[keyof typeof FastLaunchResourceType];
|
|
4824
4827
|
/**
|
|
4825
4828
|
* @public
|
|
4826
|
-
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows
|
|
4827
|
-
*
|
|
4829
|
+
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows
|
|
4830
|
+
* fast launch enabled Windows AMI.</p>
|
|
4828
4831
|
*/
|
|
4829
4832
|
export interface FastLaunchSnapshotConfigurationResponse {
|
|
4830
4833
|
/**
|
|
4831
4834
|
* @public
|
|
4832
|
-
* <p>The number of pre-provisioned snapshots requested to keep on hand for a Windows fast
|
|
4833
|
-
*
|
|
4835
|
+
* <p>The number of pre-provisioned snapshots requested to keep on hand for a Windows fast
|
|
4836
|
+
* launch enabled AMI.</p>
|
|
4834
4837
|
*/
|
|
4835
4838
|
TargetResourceCount?: number;
|
|
4836
4839
|
}
|
|
@@ -4852,8 +4855,9 @@ export declare const FastLaunchStateCode: {
|
|
|
4852
4855
|
export type FastLaunchStateCode = (typeof FastLaunchStateCode)[keyof typeof FastLaunchStateCode];
|
|
4853
4856
|
/**
|
|
4854
4857
|
* @public
|
|
4855
|
-
* <p>Describe details about a Windows image with Windows fast launch enabled that meets the
|
|
4856
|
-
*
|
|
4858
|
+
* <p>Describe details about a Windows image with Windows fast launch enabled that meets the
|
|
4859
|
+
* requested criteria. Criteria are defined by the <code>DescribeFastLaunchImages</code> action
|
|
4860
|
+
* filters.</p>
|
|
4857
4861
|
*/
|
|
4858
4862
|
export interface DescribeFastLaunchImagesSuccessItem {
|
|
4859
4863
|
/**
|
|
@@ -4864,25 +4868,25 @@ export interface DescribeFastLaunchImagesSuccessItem {
|
|
|
4864
4868
|
/**
|
|
4865
4869
|
* @public
|
|
4866
4870
|
* <p>The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values
|
|
4867
|
-
*
|
|
4871
|
+
* include: <code>snapshot</code>.</p>
|
|
4868
4872
|
*/
|
|
4869
4873
|
ResourceType?: FastLaunchResourceType;
|
|
4870
4874
|
/**
|
|
4871
4875
|
* @public
|
|
4872
|
-
* <p>A group of parameters that are used for pre-provisioning the associated
|
|
4873
|
-
*
|
|
4876
|
+
* <p>A group of parameters that are used for pre-provisioning the associated Windows AMI using
|
|
4877
|
+
* snapshots.</p>
|
|
4874
4878
|
*/
|
|
4875
4879
|
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
|
|
4876
4880
|
/**
|
|
4877
4881
|
* @public
|
|
4878
|
-
* <p>The launch template that the Windows fast launch enabled AMI uses when it launches
|
|
4879
|
-
*
|
|
4882
|
+
* <p>The launch template that the Windows fast launch enabled AMI uses when it launches Windows
|
|
4883
|
+
* instances from pre-provisioned snapshots.</p>
|
|
4880
4884
|
*/
|
|
4881
4885
|
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
|
|
4882
4886
|
/**
|
|
4883
4887
|
* @public
|
|
4884
4888
|
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
|
|
4885
|
-
*
|
|
4889
|
+
* pre-provisioned snapshots for Windows fast launch.</p>
|
|
4886
4890
|
*/
|
|
4887
4891
|
MaxParallelLaunches?: number;
|
|
4888
4892
|
/**
|
|
@@ -4912,8 +4916,8 @@ export interface DescribeFastLaunchImagesSuccessItem {
|
|
|
4912
4916
|
export interface DescribeFastLaunchImagesResult {
|
|
4913
4917
|
/**
|
|
4914
4918
|
* @public
|
|
4915
|
-
* <p>A collection of details about the fast-launch enabled Windows images that meet
|
|
4916
|
-
*
|
|
4919
|
+
* <p>A collection of details about the fast-launch enabled Windows images that meet the
|
|
4920
|
+
* requested criteria.</p>
|
|
4917
4921
|
*/
|
|
4918
4922
|
FastLaunchImages?: DescribeFastLaunchImagesSuccessItem[];
|
|
4919
4923
|
/**
|
|
@@ -7355,9 +7359,9 @@ export interface DescribeImageAttributeRequest {
|
|
|
7355
7359
|
* @public
|
|
7356
7360
|
* <p>The AMI attribute.</p>
|
|
7357
7361
|
* <p>
|
|
7358
|
-
* <b>Note</b>: The <code>blockDeviceMapping</code> attribute is
|
|
7359
|
-
*
|
|
7360
|
-
*
|
|
7362
|
+
* <b>Note</b>: The <code>blockDeviceMapping</code> attribute is
|
|
7363
|
+
* deprecated. Using this attribute returns the <code>Client.AuthFailure</code> error. To get
|
|
7364
|
+
* information about the block device mappings for an AMI, use the <a>DescribeImages</a> action.</p>
|
|
7361
7365
|
*/
|
|
7362
7366
|
Attribute: ImageAttributeName | undefined;
|
|
7363
7367
|
/**
|
|
@@ -7442,7 +7446,8 @@ export interface ImageAttribute {
|
|
|
7442
7446
|
RamdiskId?: AttributeValue;
|
|
7443
7447
|
/**
|
|
7444
7448
|
* @public
|
|
7445
|
-
* <p>Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is
|
|
7449
|
+
* <p>Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is
|
|
7450
|
+
* enabled.</p>
|
|
7446
7451
|
*/
|
|
7447
7452
|
SriovNetSupport?: AttributeValue;
|
|
7448
7453
|
/**
|
|
@@ -7459,9 +7464,9 @@ export interface ImageAttribute {
|
|
|
7459
7464
|
* @public
|
|
7460
7465
|
* <p>Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data,
|
|
7461
7466
|
* use the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceUefiData">GetInstanceUefiData</a> command. You can inspect and modify the UEFI data by using the
|
|
7462
|
-
*
|
|
7467
|
+
* <a href="https://github.com/awslabs/python-uefivars">python-uefivars tool</a> on
|
|
7463
7468
|
* GitHub. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html">UEFI Secure Boot</a> in the
|
|
7464
|
-
*
|
|
7469
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
7465
7470
|
*/
|
|
7466
7471
|
UefiData?: AttributeValue;
|
|
7467
7472
|
/**
|
|
@@ -7481,8 +7486,7 @@ export interface ImageAttribute {
|
|
|
7481
7486
|
* from this AMI will have <code>HttpTokens</code> automatically set to <code>required</code> so
|
|
7482
7487
|
* that, by default, the instance requires that IMDSv2 is used when requesting instance metadata.
|
|
7483
7488
|
* In addition, <code>HttpPutResponseHopLimit</code> is set to <code>2</code>. For more
|
|
7484
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure
|
|
7485
|
-
* the AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7489
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure the AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7486
7490
|
*/
|
|
7487
7491
|
ImdsSupport?: AttributeValue;
|
|
7488
7492
|
}
|
|
@@ -7492,14 +7496,13 @@ export interface ImageAttribute {
|
|
|
7492
7496
|
export interface DescribeImagesRequest {
|
|
7493
7497
|
/**
|
|
7494
7498
|
* @public
|
|
7495
|
-
* <p>Scopes the images by users with explicit launch permissions.
|
|
7496
|
-
*
|
|
7497
|
-
* or <code>all</code> (public AMIs).</p>
|
|
7499
|
+
* <p>Scopes the images by users with explicit launch permissions. Specify an Amazon Web Services account ID, <code>self</code> (the sender of the request), or <code>all</code>
|
|
7500
|
+
* (public AMIs).</p>
|
|
7498
7501
|
* <ul>
|
|
7499
7502
|
* <li>
|
|
7500
|
-
* <p>If you specify an Amazon Web Services account ID that is not your own, only AMIs
|
|
7501
|
-
*
|
|
7502
|
-
*
|
|
7503
|
+
* <p>If you specify an Amazon Web Services account ID that is not your own, only AMIs shared
|
|
7504
|
+
* with that specific Amazon Web Services account ID are returned. However, AMIs that are
|
|
7505
|
+
* shared with the account’s organization or organizational unit (OU) are not
|
|
7503
7506
|
* returned.</p>
|
|
7504
7507
|
* </li>
|
|
7505
7508
|
* <li>
|
|
@@ -7519,18 +7522,19 @@ export interface DescribeImagesRequest {
|
|
|
7519
7522
|
* <ul>
|
|
7520
7523
|
* <li>
|
|
7521
7524
|
* <p>
|
|
7522
|
-
* <code>architecture</code> - The image architecture (<code>i386</code> |
|
|
7523
|
-
*
|
|
7525
|
+
* <code>architecture</code> - The image architecture (<code>i386</code> |
|
|
7526
|
+
* <code>x86_64</code> | <code>arm64</code> | <code>x86_64_mac</code> |
|
|
7527
|
+
* <code>arm64_mac</code>).</p>
|
|
7524
7528
|
* </li>
|
|
7525
7529
|
* <li>
|
|
7526
7530
|
* <p>
|
|
7527
7531
|
* <code>block-device-mapping.delete-on-termination</code> - A Boolean value that indicates
|
|
7528
|
-
*
|
|
7532
|
+
* whether the Amazon EBS volume is deleted on instance termination.</p>
|
|
7529
7533
|
* </li>
|
|
7530
7534
|
* <li>
|
|
7531
7535
|
* <p>
|
|
7532
|
-
* <code>block-device-mapping.device-name</code> - The device name specified in the block
|
|
7533
|
-
* example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
|
|
7536
|
+
* <code>block-device-mapping.device-name</code> - The device name specified in the block
|
|
7537
|
+
* device mapping (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
|
|
7534
7538
|
* </li>
|
|
7535
7539
|
* <li>
|
|
7536
7540
|
* <p>
|
|
@@ -7539,7 +7543,8 @@ export interface DescribeImagesRequest {
|
|
|
7539
7543
|
* </li>
|
|
7540
7544
|
* <li>
|
|
7541
7545
|
* <p>
|
|
7542
|
-
* <code>block-device-mapping.volume-size</code> - The volume size of the Amazon EBS volume, in
|
|
7546
|
+
* <code>block-device-mapping.volume-size</code> - The volume size of the Amazon EBS volume, in
|
|
7547
|
+
* GiB.</p>
|
|
7543
7548
|
* </li>
|
|
7544
7549
|
* <li>
|
|
7545
7550
|
* <p>
|
|
@@ -7549,7 +7554,8 @@ export interface DescribeImagesRequest {
|
|
|
7549
7554
|
* </li>
|
|
7550
7555
|
* <li>
|
|
7551
7556
|
* <p>
|
|
7552
|
-
* <code>block-device-mapping.encrypted</code> - A Boolean that indicates whether the Amazon EBS
|
|
7557
|
+
* <code>block-device-mapping.encrypted</code> - A Boolean that indicates whether the Amazon EBS
|
|
7558
|
+
* volume is encrypted.</p>
|
|
7553
7559
|
* </li>
|
|
7554
7560
|
* <li>
|
|
7555
7561
|
* <p>
|
|
@@ -7565,8 +7571,8 @@ export interface DescribeImagesRequest {
|
|
|
7565
7571
|
* </li>
|
|
7566
7572
|
* <li>
|
|
7567
7573
|
* <p>
|
|
7568
|
-
* <code>ena-support</code> - A Boolean that indicates whether enhanced networking
|
|
7569
|
-
*
|
|
7574
|
+
* <code>ena-support</code> - A Boolean that indicates whether enhanced networking with
|
|
7575
|
+
* ENA is enabled.</p>
|
|
7570
7576
|
* </li>
|
|
7571
7577
|
* <li>
|
|
7572
7578
|
* <p>
|
|
@@ -7600,19 +7606,22 @@ export interface DescribeImagesRequest {
|
|
|
7600
7606
|
* </li>
|
|
7601
7607
|
* <li>
|
|
7602
7608
|
* <p>
|
|
7603
|
-
* <code>owner-alias</code> - The owner alias (<code>amazon</code> |
|
|
7604
|
-
*
|
|
7605
|
-
*
|
|
7606
|
-
*
|
|
7609
|
+
* <code>owner-alias</code> - The owner alias (<code>amazon</code> |
|
|
7610
|
+
* <code>aws-marketplace</code>). The valid aliases are defined in an Amazon-maintained
|
|
7611
|
+
* list. This is not the Amazon Web Services account alias that can be set using the IAM
|
|
7612
|
+
* console. We recommend that you use the <b>Owner</b> request
|
|
7613
|
+
* parameter instead of this filter.</p>
|
|
7607
7614
|
* </li>
|
|
7608
7615
|
* <li>
|
|
7609
7616
|
* <p>
|
|
7610
|
-
* <code>owner-id</code> - The Amazon Web Services account ID of the owner. We recommend
|
|
7611
|
-
*
|
|
7617
|
+
* <code>owner-id</code> - The Amazon Web Services account ID of the owner. We recommend
|
|
7618
|
+
* that you use the <b>Owner</b> request parameter instead of this
|
|
7619
|
+
* filter.</p>
|
|
7612
7620
|
* </li>
|
|
7613
7621
|
* <li>
|
|
7614
7622
|
* <p>
|
|
7615
|
-
* <code>platform</code> - The platform. The only supported value is
|
|
7623
|
+
* <code>platform</code> - The platform. The only supported value is
|
|
7624
|
+
* <code>windows</code>.</p>
|
|
7616
7625
|
* </li>
|
|
7617
7626
|
* <li>
|
|
7618
7627
|
* <p>
|
|
@@ -7620,7 +7629,8 @@ export interface DescribeImagesRequest {
|
|
|
7620
7629
|
* </li>
|
|
7621
7630
|
* <li>
|
|
7622
7631
|
* <p>
|
|
7623
|
-
* <code>product-code.type</code> - The type of the product code
|
|
7632
|
+
* <code>product-code.type</code> - The type of the product code
|
|
7633
|
+
* (<code>marketplace</code>).</p>
|
|
7624
7634
|
* </li>
|
|
7625
7635
|
* <li>
|
|
7626
7636
|
* <p>
|
|
@@ -7628,7 +7638,8 @@ export interface DescribeImagesRequest {
|
|
|
7628
7638
|
* </li>
|
|
7629
7639
|
* <li>
|
|
7630
7640
|
* <p>
|
|
7631
|
-
* <code>root-device-name</code> - The device name of the root device volume (for example,
|
|
7641
|
+
* <code>root-device-name</code> - The device name of the root device volume (for example,
|
|
7642
|
+
* <code>/dev/sda1</code>).</p>
|
|
7632
7643
|
* </li>
|
|
7633
7644
|
* <li>
|
|
7634
7645
|
* <p>
|
|
@@ -7656,8 +7667,8 @@ export interface DescribeImagesRequest {
|
|
|
7656
7667
|
* </li>
|
|
7657
7668
|
* <li>
|
|
7658
7669
|
* <p>
|
|
7659
|
-
* <code>sriov-net-support</code> - A value of <code>simple</code> indicates
|
|
7660
|
-
*
|
|
7670
|
+
* <code>sriov-net-support</code> - A value of <code>simple</code> indicates that
|
|
7671
|
+
* enhanced networking with the Intel 82599 VF interface is enabled.</p>
|
|
7661
7672
|
* </li>
|
|
7662
7673
|
* <li>
|
|
7663
7674
|
* <p>
|
|
@@ -7685,9 +7696,9 @@ export interface DescribeImagesRequest {
|
|
|
7685
7696
|
/**
|
|
7686
7697
|
* @public
|
|
7687
7698
|
* <p>Scopes the results to images with the specified owners. You can specify a combination of
|
|
7688
|
-
*
|
|
7689
|
-
*
|
|
7690
|
-
* regardless of ownership.</p>
|
|
7699
|
+
* Amazon Web Services account IDs, <code>self</code>, <code>amazon</code>, and
|
|
7700
|
+
* <code>aws-marketplace</code>. If you omit this parameter, the results include all images for
|
|
7701
|
+
* which you have launch permissions, regardless of ownership.</p>
|
|
7691
7702
|
*/
|
|
7692
7703
|
Owners?: string[];
|
|
7693
7704
|
/**
|
|
@@ -7875,9 +7886,9 @@ export interface Image {
|
|
|
7875
7886
|
ImageType?: ImageTypeValues;
|
|
7876
7887
|
/**
|
|
7877
7888
|
* @public
|
|
7878
|
-
* <p>Indicates whether the image has public launch permissions. The value is <code>true</code>
|
|
7879
|
-
*
|
|
7880
|
-
*
|
|
7889
|
+
* <p>Indicates whether the image has public launch permissions. The value is <code>true</code>
|
|
7890
|
+
* if this image has public launch permissions or <code>false</code> if it has only implicit and
|
|
7891
|
+
* explicit launch permissions.</p>
|
|
7881
7892
|
*/
|
|
7882
7893
|
Public?: boolean;
|
|
7883
7894
|
/**
|
|
@@ -7906,11 +7917,10 @@ export interface Image {
|
|
|
7906
7917
|
* @public
|
|
7907
7918
|
* <p>The operation of the Amazon EC2 instance and the billing code that is associated with the AMI.
|
|
7908
7919
|
* <code>usageOperation</code> corresponds to the <a href="https://docs.aws.amazon.com/cur/latest/userguide/Lineitem-columns.html#Lineitem-details-O-Operation">lineitem/Operation</a> column on your Amazon Web Services Cost and Usage Report and in the <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html">Amazon Web Services Price
|
|
7909
|
-
*
|
|
7910
|
-
*
|
|
7911
|
-
*
|
|
7912
|
-
*
|
|
7913
|
-
* command in the CLI.</p>
|
|
7920
|
+
* List API</a>. You can view these fields on the <b>Instances</b> or <b>AMIs</b> pages in the Amazon EC2 console,
|
|
7921
|
+
* or in the responses that are returned by the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html">DescribeImages</a> command in
|
|
7922
|
+
* the Amazon EC2 API, or the <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-images.html">describe-images</a> command in the
|
|
7923
|
+
* CLI.</p>
|
|
7914
7924
|
*/
|
|
7915
7925
|
UsageOperation?: string;
|
|
7916
7926
|
/**
|
|
@@ -7925,7 +7935,8 @@ export interface Image {
|
|
|
7925
7935
|
RamdiskId?: string;
|
|
7926
7936
|
/**
|
|
7927
7937
|
* @public
|
|
7928
|
-
* <p>The current state of the AMI. If the state is <code>available</code>, the image is
|
|
7938
|
+
* <p>The current state of the AMI. If the state is <code>available</code>, the image is
|
|
7939
|
+
* successfully registered and can be used to launch an instance.</p>
|
|
7929
7940
|
*/
|
|
7930
7941
|
State?: ImageState;
|
|
7931
7942
|
/**
|
|
@@ -7951,8 +7962,8 @@ export interface Image {
|
|
|
7951
7962
|
Hypervisor?: HypervisorType;
|
|
7952
7963
|
/**
|
|
7953
7964
|
* @public
|
|
7954
|
-
* <p>The Amazon Web Services account alias (for example, <code>amazon</code>, <code>self</code>)
|
|
7955
|
-
*
|
|
7965
|
+
* <p>The Amazon Web Services account alias (for example, <code>amazon</code>, <code>self</code>)
|
|
7966
|
+
* or the Amazon Web Services account ID of the AMI owner.</p>
|
|
7956
7967
|
*/
|
|
7957
7968
|
ImageOwnerAlias?: string;
|
|
7958
7969
|
/**
|
|
@@ -7967,12 +7978,14 @@ export interface Image {
|
|
|
7967
7978
|
RootDeviceName?: string;
|
|
7968
7979
|
/**
|
|
7969
7980
|
* @public
|
|
7970
|
-
* <p>The type of root device used by the AMI. The AMI can use an Amazon EBS volume or an instance
|
|
7981
|
+
* <p>The type of root device used by the AMI. The AMI can use an Amazon EBS volume or an instance
|
|
7982
|
+
* store volume.</p>
|
|
7971
7983
|
*/
|
|
7972
7984
|
RootDeviceType?: DeviceType;
|
|
7973
7985
|
/**
|
|
7974
7986
|
* @public
|
|
7975
|
-
* <p>Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is
|
|
7987
|
+
* <p>Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is
|
|
7988
|
+
* enabled.</p>
|
|
7976
7989
|
*/
|
|
7977
7990
|
SriovNetSupport?: string;
|
|
7978
7991
|
/**
|
|
@@ -7998,17 +8011,15 @@ export interface Image {
|
|
|
7998
8011
|
BootMode?: BootModeValues;
|
|
7999
8012
|
/**
|
|
8000
8013
|
* @public
|
|
8001
|
-
* <p>If the image is configured for NitroTPM support, the value is <code>v2.0</code>.
|
|
8002
|
-
*
|
|
8003
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
8014
|
+
* <p>If the image is configured for NitroTPM support, the value is <code>v2.0</code>. For more
|
|
8015
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html">NitroTPM</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
8004
8016
|
*/
|
|
8005
8017
|
TpmSupport?: TpmSupportValues;
|
|
8006
8018
|
/**
|
|
8007
8019
|
* @public
|
|
8008
8020
|
* <p>The date and time to deprecate the AMI, in UTC, in the following format:
|
|
8009
|
-
*
|
|
8010
|
-
* If you specified a value for seconds, Amazon EC2 rounds the seconds to the
|
|
8011
|
-
* nearest minute.</p>
|
|
8021
|
+
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z.
|
|
8022
|
+
* If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute.</p>
|
|
8012
8023
|
*/
|
|
8013
8024
|
DeprecationTime?: string;
|
|
8014
8025
|
/**
|
|
@@ -8017,8 +8028,7 @@ export interface Image {
|
|
|
8017
8028
|
* from this AMI will have <code>HttpTokens</code> automatically set to <code>required</code> so
|
|
8018
8029
|
* that, by default, the instance requires that IMDSv2 is used when requesting instance metadata.
|
|
8019
8030
|
* In addition, <code>HttpPutResponseHopLimit</code> is set to <code>2</code>. For more
|
|
8020
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure
|
|
8021
|
-
* the AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
8031
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure the AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
8022
8032
|
*/
|
|
8023
8033
|
ImdsSupport?: ImdsSupportValues;
|
|
8024
8034
|
/**
|
|
@@ -2903,7 +2903,7 @@ export interface InstanceTopology {
|
|
|
2903
2903
|
/**
|
|
2904
2904
|
* @public
|
|
2905
2905
|
* <p>The network nodes. The nodes are hashed based on your account. Instances from
|
|
2906
|
-
* different accounts running under the same
|
|
2906
|
+
* different accounts running under the same server will return a different hashed list of
|
|
2907
2907
|
* strings.</p>
|
|
2908
2908
|
*/
|
|
2909
2909
|
NetworkNodes?: string[];
|
|
@@ -10035,6 +10035,14 @@ export interface LaunchTemplateOverrides {
|
|
|
10035
10035
|
/**
|
|
10036
10036
|
* @public
|
|
10037
10037
|
* <p>The number of units provided by the specified instance type.</p>
|
|
10038
|
+
* <note>
|
|
10039
|
+
* <p>When specifying weights, the price used in the <code>lowest-price</code> and
|
|
10040
|
+
* <code>price-capacity-optimized</code> allocation strategies is per
|
|
10041
|
+
* <i>unit</i> hour (where the instance price is divided by the specified
|
|
10042
|
+
* weight). However, if all the specified weights are above the requested
|
|
10043
|
+
* <code>TargetCapacity</code>, resulting in only 1 instance being launched, the price
|
|
10044
|
+
* used is per <i>instance</i> hour.</p>
|
|
10045
|
+
* </note>
|
|
10038
10046
|
*/
|
|
10039
10047
|
WeightedCapacity?: number;
|
|
10040
10048
|
/**
|
|
@@ -11205,8 +11213,8 @@ export interface SpotPrice {
|
|
|
11205
11213
|
export interface DescribeSpotPriceHistoryResult {
|
|
11206
11214
|
/**
|
|
11207
11215
|
* @public
|
|
11208
|
-
* <p>The token to include in another request to get the next page of items. This value is
|
|
11209
|
-
*
|
|
11216
|
+
* <p>The token to include in another request to get the next page of items. This value is
|
|
11217
|
+
* an empty string (<code>""</code>) or <code>null</code> when there are no more items to return.</p>
|
|
11210
11218
|
*/
|
|
11211
11219
|
NextToken?: string;
|
|
11212
11220
|
/**
|
|
@@ -11341,7 +11349,8 @@ export interface DescribeStaleSecurityGroupsResult {
|
|
|
11341
11349
|
export interface DescribeStoreImageTasksRequest {
|
|
11342
11350
|
/**
|
|
11343
11351
|
* @public
|
|
11344
|
-
* <p>The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a
|
|
11352
|
+
* <p>The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a
|
|
11353
|
+
* request.</p>
|
|
11345
11354
|
*/
|
|
11346
11355
|
ImageIds?: string[];
|
|
11347
11356
|
/**
|
|
@@ -3763,8 +3763,9 @@ export interface DisableFastLaunchRequest {
|
|
|
3763
3763
|
ImageId: string | undefined;
|
|
3764
3764
|
/**
|
|
3765
3765
|
* @public
|
|
3766
|
-
* <p>Forces the image settings to turn off Windows fast launch for your Windows AMI. This
|
|
3767
|
-
*
|
|
3766
|
+
* <p>Forces the image settings to turn off Windows fast launch for your Windows AMI. This
|
|
3767
|
+
* parameter overrides any errors that are encountered while cleaning up resources in your
|
|
3768
|
+
* account.</p>
|
|
3768
3769
|
*/
|
|
3769
3770
|
Force?: boolean;
|
|
3770
3771
|
/**
|
|
@@ -3786,25 +3787,26 @@ export interface DisableFastLaunchResult {
|
|
|
3786
3787
|
ImageId?: string;
|
|
3787
3788
|
/**
|
|
3788
3789
|
* @public
|
|
3789
|
-
* <p>The pre-provisioning resource type that must be cleaned after turning off Windows fast
|
|
3790
|
-
*
|
|
3790
|
+
* <p>The pre-provisioning resource type that must be cleaned after turning off Windows fast
|
|
3791
|
+
* launch for the Windows AMI. Supported values include: <code>snapshot</code>.</p>
|
|
3791
3792
|
*/
|
|
3792
3793
|
ResourceType?: FastLaunchResourceType;
|
|
3793
3794
|
/**
|
|
3794
3795
|
* @public
|
|
3795
|
-
* <p>Parameters that were used for Windows fast launch for the Windows AMI before
|
|
3796
|
-
*
|
|
3796
|
+
* <p>Parameters that were used for Windows fast launch for the Windows AMI before Windows fast
|
|
3797
|
+
* launch was disabled. This informs the clean-up process.</p>
|
|
3797
3798
|
*/
|
|
3798
3799
|
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
|
|
3799
3800
|
/**
|
|
3800
3801
|
* @public
|
|
3801
|
-
* <p>The launch template that was used to launch Windows instances from pre-provisioned
|
|
3802
|
+
* <p>The launch template that was used to launch Windows instances from pre-provisioned
|
|
3803
|
+
* snapshots.</p>
|
|
3802
3804
|
*/
|
|
3803
3805
|
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
|
|
3804
3806
|
/**
|
|
3805
3807
|
* @public
|
|
3806
|
-
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to
|
|
3807
|
-
*
|
|
3808
|
+
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
|
|
3809
|
+
* pre-provisioned snapshots for Windows fast launch.</p>
|
|
3808
3810
|
*/
|
|
3809
3811
|
MaxParallelLaunches?: number;
|
|
3810
3812
|
/**
|
|
@@ -4893,36 +4895,39 @@ export interface EnableEbsEncryptionByDefaultResult {
|
|
|
4893
4895
|
* <p>Request to create a launch template for a Windows fast launch enabled AMI.</p>
|
|
4894
4896
|
* <note>
|
|
4895
4897
|
* <p>Note - You can specify either the <code>LaunchTemplateName</code> or the
|
|
4896
|
-
*
|
|
4898
|
+
* <code>LaunchTemplateId</code>, but not both.</p>
|
|
4897
4899
|
* </note>
|
|
4898
4900
|
*/
|
|
4899
4901
|
export interface FastLaunchLaunchTemplateSpecificationRequest {
|
|
4900
4902
|
/**
|
|
4901
4903
|
* @public
|
|
4902
|
-
* <p>Specify the ID of the launch template that the AMI should use for Windows fast
|
|
4904
|
+
* <p>Specify the ID of the launch template that the AMI should use for Windows fast
|
|
4905
|
+
* launch.</p>
|
|
4903
4906
|
*/
|
|
4904
4907
|
LaunchTemplateId?: string;
|
|
4905
4908
|
/**
|
|
4906
4909
|
* @public
|
|
4907
|
-
* <p>Specify the name of the launch template that the AMI should use for Windows fast
|
|
4910
|
+
* <p>Specify the name of the launch template that the AMI should use for Windows fast
|
|
4911
|
+
* launch.</p>
|
|
4908
4912
|
*/
|
|
4909
4913
|
LaunchTemplateName?: string;
|
|
4910
4914
|
/**
|
|
4911
4915
|
* @public
|
|
4912
|
-
* <p>Specify the version of the launch template that the AMI should use for Windows fast
|
|
4916
|
+
* <p>Specify the version of the launch template that the AMI should use for Windows fast
|
|
4917
|
+
* launch.</p>
|
|
4913
4918
|
*/
|
|
4914
4919
|
Version: string | undefined;
|
|
4915
4920
|
}
|
|
4916
4921
|
/**
|
|
4917
4922
|
* @public
|
|
4918
|
-
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows
|
|
4919
|
-
*
|
|
4923
|
+
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows
|
|
4924
|
+
* fast launch enabled AMI.</p>
|
|
4920
4925
|
*/
|
|
4921
4926
|
export interface FastLaunchSnapshotConfigurationRequest {
|
|
4922
4927
|
/**
|
|
4923
4928
|
* @public
|
|
4924
|
-
* <p>The number of pre-provisioned snapshots to keep on hand for a Windows fast launch
|
|
4925
|
-
*
|
|
4929
|
+
* <p>The number of pre-provisioned snapshots to keep on hand for a Windows fast launch enabled
|
|
4930
|
+
* AMI.</p>
|
|
4926
4931
|
*/
|
|
4927
4932
|
TargetResourceCount?: number;
|
|
4928
4933
|
}
|
|
@@ -4938,28 +4943,28 @@ export interface EnableFastLaunchRequest {
|
|
|
4938
4943
|
/**
|
|
4939
4944
|
* @public
|
|
4940
4945
|
* <p>The type of resource to use for pre-provisioning the AMI for Windows fast launch.
|
|
4941
|
-
*
|
|
4946
|
+
* Supported values include: <code>snapshot</code>, which is the default value.</p>
|
|
4942
4947
|
*/
|
|
4943
4948
|
ResourceType?: string;
|
|
4944
4949
|
/**
|
|
4945
4950
|
* @public
|
|
4946
4951
|
* <p>Configuration settings for creating and managing the snapshots that are used for
|
|
4947
|
-
*
|
|
4948
|
-
*
|
|
4952
|
+
* pre-provisioning the AMI for Windows fast launch. The associated <code>ResourceType</code>
|
|
4953
|
+
* must be <code>snapshot</code>.</p>
|
|
4949
4954
|
*/
|
|
4950
4955
|
SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest;
|
|
4951
4956
|
/**
|
|
4952
4957
|
* @public
|
|
4953
4958
|
* <p>The launch template to use when launching Windows instances from pre-provisioned
|
|
4954
|
-
*
|
|
4955
|
-
*
|
|
4959
|
+
* snapshots. Launch template parameters can include either the name or ID of the launch
|
|
4960
|
+
* template, but not both.</p>
|
|
4956
4961
|
*/
|
|
4957
4962
|
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest;
|
|
4958
4963
|
/**
|
|
4959
4964
|
* @public
|
|
4960
4965
|
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
|
|
4961
|
-
*
|
|
4962
|
-
*
|
|
4966
|
+
* pre-provisioned snapshots for Windows fast launch. Value must be <code>6</code> or
|
|
4967
|
+
* greater.</p>
|
|
4963
4968
|
*/
|
|
4964
4969
|
MaxParallelLaunches?: number;
|
|
4965
4970
|
/**
|
|
@@ -4981,25 +4986,27 @@ export interface EnableFastLaunchResult {
|
|
|
4981
4986
|
ImageId?: string;
|
|
4982
4987
|
/**
|
|
4983
4988
|
* @public
|
|
4984
|
-
* <p>The type of resource that was defined for pre-provisioning the AMI for Windows fast
|
|
4989
|
+
* <p>The type of resource that was defined for pre-provisioning the AMI for Windows fast
|
|
4990
|
+
* launch.</p>
|
|
4985
4991
|
*/
|
|
4986
4992
|
ResourceType?: FastLaunchResourceType;
|
|
4987
4993
|
/**
|
|
4988
4994
|
* @public
|
|
4989
4995
|
* <p>Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster
|
|
4990
|
-
*
|
|
4991
|
-
*
|
|
4996
|
+
* launches from the Windows AMI. This property is returned when the associated
|
|
4997
|
+
* <code>resourceType</code> is <code>snapshot</code>.</p>
|
|
4992
4998
|
*/
|
|
4993
4999
|
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
|
|
4994
5000
|
/**
|
|
4995
5001
|
* @public
|
|
4996
|
-
* <p>The launch template that is used when launching Windows instances from pre-provisioned
|
|
5002
|
+
* <p>The launch template that is used when launching Windows instances from pre-provisioned
|
|
5003
|
+
* snapshots.</p>
|
|
4997
5004
|
*/
|
|
4998
5005
|
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
|
|
4999
5006
|
/**
|
|
5000
5007
|
* @public
|
|
5001
|
-
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to
|
|
5002
|
-
*
|
|
5008
|
+
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
|
|
5009
|
+
* pre-provisioned snapshots for Windows fast launch.</p>
|
|
5003
5010
|
*/
|
|
5004
5011
|
MaxParallelLaunches?: number;
|
|
5005
5012
|
/**
|
|
@@ -5263,10 +5270,10 @@ export interface EnableImageDeprecationRequest {
|
|
|
5263
5270
|
* @public
|
|
5264
5271
|
* <p>The date and time to deprecate the AMI, in UTC, in the following format:
|
|
5265
5272
|
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z.
|
|
5266
|
-
* If you specify a value for seconds, Amazon EC2 rounds the seconds to the
|
|
5267
|
-
* nearest minute.</p>
|
|
5273
|
+
* If you specify a value for seconds, Amazon EC2 rounds the seconds to the nearest minute.</p>
|
|
5268
5274
|
* <p>You can’t specify a date in the past. The upper limit for <code>DeprecateAt</code> is 10
|
|
5269
|
-
* years from now, except for public AMIs, where the upper limit is 2 years from the creation
|
|
5275
|
+
* years from now, except for public AMIs, where the upper limit is 2 years from the creation
|
|
5276
|
+
* date.</p>
|
|
5270
5277
|
*/
|
|
5271
5278
|
DeprecateAt: Date | undefined;
|
|
5272
5279
|
/**
|