@aws-sdk/client-ec2 3.529.1 → 3.532.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -25
- package/dist-types/EC2.d.ts +2 -25
- package/dist-types/EC2Client.d.ts +2 -25
- package/dist-types/commands/AttachVolumeCommand.d.ts +4 -4
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +13 -17
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +12 -11
- package/dist-types/commands/BundleInstanceCommand.d.ts +2 -4
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +4 -3
- package/dist-types/commands/CopyImageCommand.d.ts +16 -13
- package/dist-types/commands/CopySnapshotCommand.d.ts +4 -4
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +30 -32
- package/dist-types/commands/CreateImageCommand.d.ts +5 -6
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +4 -4
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -2
- package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +4 -6
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
- package/dist-types/commands/DescribeImagesCommand.d.ts +6 -7
- package/dist-types/commands/DescribeRegionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +6 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +2 -2
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +2 -2
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +4 -6
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
- package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +2 -2
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +3 -3
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +7 -8
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -2
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -2
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +2 -2
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +2 -2
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +2 -2
- package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +2 -2
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +2 -2
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +5 -7
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +2 -2
- package/dist-types/commands/ModifyVolumeCommand.d.ts +4 -5
- package/dist-types/commands/RegisterImageCommand.d.ts +11 -11
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -2
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -2
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +3 -3
- package/dist-types/index.d.ts +2 -25
- package/dist-types/models/models_0.d.ts +79 -92
- package/dist-types/models/models_1.d.ts +24 -26
- package/dist-types/models/models_2.d.ts +30 -25
- package/dist-types/models/models_3.d.ts +77 -87
- package/dist-types/models/models_4.d.ts +19 -12
- package/dist-types/models/models_5.d.ts +33 -40
- package/dist-types/models/models_6.d.ts +59 -74
- package/dist-types/models/models_7.d.ts +7 -6
- package/package.json +1 -1
|
@@ -781,13 +781,12 @@ export interface CreateRestoreImageTaskRequest {
|
|
|
781
781
|
* snapshots, or both.</p>
|
|
782
782
|
* <ul>
|
|
783
783
|
* <li>
|
|
784
|
-
* <p>To tag the AMI, the value for <code>ResourceType</code> must be
|
|
785
|
-
* <code>image</code>.</p>
|
|
784
|
+
* <p>To tag the AMI, the value for <code>ResourceType</code> must be <code>image</code>.</p>
|
|
786
785
|
* </li>
|
|
787
786
|
* <li>
|
|
788
|
-
* <p>To
|
|
789
|
-
*
|
|
790
|
-
* created.</p>
|
|
787
|
+
* <p>To
|
|
788
|
+
* tag the snapshots, the value for <code>ResourceType</code> must be <code>snapshot</code>. The
|
|
789
|
+
* same tag is applied to all of the snapshots that are created.</p>
|
|
791
790
|
* </li>
|
|
792
791
|
* </ul>
|
|
793
792
|
*/
|
|
@@ -1247,7 +1246,7 @@ export interface CreateSnapshotRequest {
|
|
|
1247
1246
|
* the same Outpost as the volume.</p>
|
|
1248
1247
|
* </li>
|
|
1249
1248
|
* </ul>
|
|
1250
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/
|
|
1249
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#create-snapshot">Create local snapshots from volumes on an Outpost</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
1251
1250
|
*/
|
|
1252
1251
|
OutpostArn?: string;
|
|
1253
1252
|
/**
|
|
@@ -1391,8 +1390,8 @@ export interface Snapshot {
|
|
|
1391
1390
|
OwnerAlias?: string;
|
|
1392
1391
|
/**
|
|
1393
1392
|
* @public
|
|
1394
|
-
* <p>The ARN of the Outpost on which the snapshot is stored. For more information, see <a href="https://docs.aws.amazon.com/
|
|
1395
|
-
* <i>Amazon
|
|
1393
|
+
* <p>The ARN of the Outpost on which the snapshot is stored. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html">Amazon EBS local snapshots on Outposts</a> in the
|
|
1394
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
1396
1395
|
*/
|
|
1397
1396
|
OutpostArn?: string;
|
|
1398
1397
|
/**
|
|
@@ -1489,9 +1488,9 @@ export interface CreateSnapshotsRequest {
|
|
|
1489
1488
|
* be created on the same Outpost as the instance.</p>
|
|
1490
1489
|
* </li>
|
|
1491
1490
|
* </ul>
|
|
1492
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/
|
|
1491
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#create-multivol-snapshot">
|
|
1493
1492
|
* Create multi-volume local snapshots from instances on an Outpost</a> in the
|
|
1494
|
-
* <i>Amazon
|
|
1493
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
1495
1494
|
*/
|
|
1496
1495
|
OutpostArn?: string;
|
|
1497
1496
|
/**
|
|
@@ -1571,8 +1570,8 @@ export interface SnapshotInfo {
|
|
|
1571
1570
|
SnapshotId?: string;
|
|
1572
1571
|
/**
|
|
1573
1572
|
* @public
|
|
1574
|
-
* <p>The ARN of the Outpost on which the snapshot is stored. For more information, see <a href="https://docs.aws.amazon.com/
|
|
1575
|
-
* <i>Amazon
|
|
1573
|
+
* <p>The ARN of the Outpost on which the snapshot is stored. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html">Amazon EBS local snapshots on Outposts</a> in the
|
|
1574
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
1576
1575
|
*/
|
|
1577
1576
|
OutpostArn?: string;
|
|
1578
1577
|
/**
|
|
@@ -2621,8 +2620,10 @@ export interface TransitGatewayRequestOptions {
|
|
|
2621
2620
|
DnsSupport?: DnsSupportValue;
|
|
2622
2621
|
/**
|
|
2623
2622
|
* @public
|
|
2624
|
-
* <
|
|
2625
|
-
*
|
|
2623
|
+
* <note>
|
|
2624
|
+
* <p>This parameter is in preview and may not be available for your account.</p>
|
|
2625
|
+
* </note>
|
|
2626
|
+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>
|
|
2626
2627
|
*/
|
|
2627
2628
|
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;
|
|
2628
2629
|
/**
|
|
@@ -2716,8 +2717,10 @@ export interface TransitGatewayOptions {
|
|
|
2716
2717
|
DnsSupport?: DnsSupportValue;
|
|
2717
2718
|
/**
|
|
2718
2719
|
* @public
|
|
2719
|
-
* <
|
|
2720
|
-
*
|
|
2720
|
+
* <note>
|
|
2721
|
+
* <p>This parameter is in preview and may not be available for your account.</p>
|
|
2722
|
+
* </note>
|
|
2723
|
+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>
|
|
2721
2724
|
*/
|
|
2722
2725
|
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;
|
|
2723
2726
|
/**
|
|
@@ -3881,11 +3884,13 @@ export interface CreateTransitGatewayVpcAttachmentRequestOptions {
|
|
|
3881
3884
|
DnsSupport?: DnsSupportValue;
|
|
3882
3885
|
/**
|
|
3883
3886
|
* @public
|
|
3884
|
-
* <
|
|
3887
|
+
* <note>
|
|
3888
|
+
* <p>This parameter is in preview and may not be available for your account.</p>
|
|
3889
|
+
* </note>
|
|
3890
|
+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>
|
|
3885
3891
|
* <p>If you don't enable or disable SecurityGroupReferencingSupport in the request, the
|
|
3886
3892
|
* attachment will inherit the security group referencing support setting on the transit
|
|
3887
3893
|
* gateway.</p>
|
|
3888
|
-
* <p>For important information about this feature, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#create-vpc-attachment">Create a transit gateway attachment to a VPC</a> in the <i>Amazon Web Services Transit Gateway Guide</i>.</p>
|
|
3889
3894
|
*/
|
|
3890
3895
|
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;
|
|
3891
3896
|
/**
|
|
@@ -4644,10 +4649,10 @@ export interface CreateVolumeRequest {
|
|
|
4644
4649
|
* <p>Indicates whether the volume should be encrypted.
|
|
4645
4650
|
* The effect of setting the encryption state to <code>true</code> depends on
|
|
4646
4651
|
* the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled.
|
|
4647
|
-
* For more information, see <a href="https://docs.aws.amazon.com/
|
|
4648
|
-
* in the <i>Amazon
|
|
4652
|
+
* For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/work-with-ebs-encr.html#encryption-by-default">Encryption by default</a>
|
|
4653
|
+
* in the <i>Amazon EBS User Guide</i>.</p>
|
|
4649
4654
|
* <p>Encrypted Amazon EBS volumes must be attached to instances that support Amazon EBS encryption.
|
|
4650
|
-
* For more information, see <a href="https://docs.aws.amazon.com/
|
|
4655
|
+
* For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption-requirements.html#ebs-encryption_supported_instances">Supported
|
|
4651
4656
|
* instance types</a>.</p>
|
|
4652
4657
|
*/
|
|
4653
4658
|
Encrypted?: boolean;
|
|
@@ -4770,8 +4775,8 @@ export interface CreateVolumeRequest {
|
|
|
4770
4775
|
* <important>
|
|
4771
4776
|
* <p>Throughput Optimized HDD (<code>st1</code>) and Cold HDD (<code>sc1</code>) volumes can't be used as boot volumes.</p>
|
|
4772
4777
|
* </important>
|
|
4773
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/
|
|
4774
|
-
* <i>Amazon
|
|
4778
|
+
* <p>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
|
|
4779
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
4775
4780
|
* <p>Default: <code>gp2</code>
|
|
4776
4781
|
* </p>
|
|
4777
4782
|
*/
|
|
@@ -4793,8 +4798,8 @@ export interface CreateVolumeRequest {
|
|
|
4793
4798
|
* <p>Indicates whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the
|
|
4794
4799
|
* volume to up to 16 <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">Instances built on the Nitro System</a> in the same Availability Zone. This parameter is
|
|
4795
4800
|
* supported with <code>io1</code> and <code>io2</code> volumes only. For more information,
|
|
4796
|
-
* see <a href="https://docs.aws.amazon.com/
|
|
4797
|
-
* Amazon EBS Multi-Attach</a> in the <i>Amazon
|
|
4801
|
+
* see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes-multi.html">
|
|
4802
|
+
* Amazon EBS Multi-Attach</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
4798
4803
|
*/
|
|
4799
4804
|
MultiAttachEnabled?: boolean;
|
|
4800
4805
|
/**
|
|
@@ -2016,7 +2016,7 @@ export interface DescribeAvailabilityZonesRequest {
|
|
|
2016
2016
|
* <code>group-name</code> - For Availability Zones, use the Region name. For Local
|
|
2017
2017
|
* Zones, use the name of the group associated with the Local Zone (for example,
|
|
2018
2018
|
* <code>us-west-2-lax-1</code>) For Wavelength Zones, use the name of the group associated
|
|
2019
|
-
* with the Wavelength Zone (for example, <code>us-east-1-wl1
|
|
2019
|
+
* with the Wavelength Zone (for example, <code>us-east-1-wl1</code>).</p>
|
|
2020
2020
|
* </li>
|
|
2021
2021
|
* <li>
|
|
2022
2022
|
* <p>
|
|
@@ -2357,8 +2357,7 @@ 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,
|
|
2361
|
-
* 20%).</p>
|
|
2360
|
+
* <code>progress</code> - The level of task completion, as a percentage (for example, 20%).</p>
|
|
2362
2361
|
* </li>
|
|
2363
2362
|
* <li>
|
|
2364
2363
|
* <p>
|
|
@@ -2370,14 +2369,12 @@ export interface DescribeBundleTasksRequest {
|
|
|
2370
2369
|
* </li>
|
|
2371
2370
|
* <li>
|
|
2372
2371
|
* <p>
|
|
2373
|
-
* <code>start-time</code> - The time the task started (for example,
|
|
2374
|
-
* 2013-09-15T17:15:20.000Z).</p>
|
|
2372
|
+
* <code>start-time</code> - The time the task started (for example, 2013-09-15T17:15:20.000Z).</p>
|
|
2375
2373
|
* </li>
|
|
2376
2374
|
* <li>
|
|
2377
2375
|
* <p>
|
|
2378
|
-
* <code>state</code> - The state of the task (<code>pending</code> |
|
|
2379
|
-
*
|
|
2380
|
-
* <code>cancelling</code> | <code>complete</code> | <code>failed</code>).</p>
|
|
2376
|
+
* <code>state</code> - The state of the task (<code>pending</code> | <code>waiting-for-shutdown</code> | <code>bundling</code> |
|
|
2377
|
+
* <code>storing</code> | <code>cancelling</code> | <code>complete</code> | <code>failed</code>).</p>
|
|
2381
2378
|
* </li>
|
|
2382
2379
|
* <li>
|
|
2383
2380
|
* <p>
|
|
@@ -4826,14 +4823,14 @@ export declare const FastLaunchResourceType: {
|
|
|
4826
4823
|
export type FastLaunchResourceType = (typeof FastLaunchResourceType)[keyof typeof FastLaunchResourceType];
|
|
4827
4824
|
/**
|
|
4828
4825
|
* @public
|
|
4829
|
-
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows
|
|
4830
|
-
*
|
|
4826
|
+
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows fast launch
|
|
4827
|
+
* enabled Windows AMI.</p>
|
|
4831
4828
|
*/
|
|
4832
4829
|
export interface FastLaunchSnapshotConfigurationResponse {
|
|
4833
4830
|
/**
|
|
4834
4831
|
* @public
|
|
4835
|
-
* <p>The number of pre-provisioned snapshots requested to keep on hand for a Windows fast
|
|
4836
|
-
*
|
|
4832
|
+
* <p>The number of pre-provisioned snapshots requested to keep on hand for a Windows fast launch
|
|
4833
|
+
* enabled AMI.</p>
|
|
4837
4834
|
*/
|
|
4838
4835
|
TargetResourceCount?: number;
|
|
4839
4836
|
}
|
|
@@ -4855,9 +4852,8 @@ export declare const FastLaunchStateCode: {
|
|
|
4855
4852
|
export type FastLaunchStateCode = (typeof FastLaunchStateCode)[keyof typeof FastLaunchStateCode];
|
|
4856
4853
|
/**
|
|
4857
4854
|
* @public
|
|
4858
|
-
* <p>Describe details about a Windows image with Windows fast launch enabled that meets the
|
|
4859
|
-
*
|
|
4860
|
-
* filters.</p>
|
|
4855
|
+
* <p>Describe details about a Windows image with Windows fast launch enabled that meets the requested
|
|
4856
|
+
* criteria. Criteria are defined by the <code>DescribeFastLaunchImages</code> action filters.</p>
|
|
4861
4857
|
*/
|
|
4862
4858
|
export interface DescribeFastLaunchImagesSuccessItem {
|
|
4863
4859
|
/**
|
|
@@ -4868,25 +4864,25 @@ export interface DescribeFastLaunchImagesSuccessItem {
|
|
|
4868
4864
|
/**
|
|
4869
4865
|
* @public
|
|
4870
4866
|
* <p>The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values
|
|
4871
|
-
*
|
|
4867
|
+
* include: <code>snapshot</code>.</p>
|
|
4872
4868
|
*/
|
|
4873
4869
|
ResourceType?: FastLaunchResourceType;
|
|
4874
4870
|
/**
|
|
4875
4871
|
* @public
|
|
4876
|
-
* <p>A group of parameters that are used for pre-provisioning the associated
|
|
4877
|
-
*
|
|
4872
|
+
* <p>A group of parameters that are used for pre-provisioning the associated
|
|
4873
|
+
* Windows AMI using snapshots.</p>
|
|
4878
4874
|
*/
|
|
4879
4875
|
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
|
|
4880
4876
|
/**
|
|
4881
4877
|
* @public
|
|
4882
|
-
* <p>The launch template that the Windows fast launch enabled AMI uses when it launches
|
|
4883
|
-
*
|
|
4878
|
+
* <p>The launch template that the Windows fast launch enabled AMI uses when it launches
|
|
4879
|
+
* Windows instances from pre-provisioned snapshots.</p>
|
|
4884
4880
|
*/
|
|
4885
4881
|
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
|
|
4886
4882
|
/**
|
|
4887
4883
|
* @public
|
|
4888
4884
|
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
|
|
4889
|
-
*
|
|
4885
|
+
* pre-provisioned snapshots for Windows fast launch.</p>
|
|
4890
4886
|
*/
|
|
4891
4887
|
MaxParallelLaunches?: number;
|
|
4892
4888
|
/**
|
|
@@ -4916,8 +4912,8 @@ export interface DescribeFastLaunchImagesSuccessItem {
|
|
|
4916
4912
|
export interface DescribeFastLaunchImagesResult {
|
|
4917
4913
|
/**
|
|
4918
4914
|
* @public
|
|
4919
|
-
* <p>A collection of details about the fast-launch enabled Windows images that meet
|
|
4920
|
-
*
|
|
4915
|
+
* <p>A collection of details about the fast-launch enabled Windows images that meet
|
|
4916
|
+
* the requested criteria.</p>
|
|
4921
4917
|
*/
|
|
4922
4918
|
FastLaunchImages?: DescribeFastLaunchImagesSuccessItem[];
|
|
4923
4919
|
/**
|
|
@@ -7359,9 +7355,9 @@ export interface DescribeImageAttributeRequest {
|
|
|
7359
7355
|
* @public
|
|
7360
7356
|
* <p>The AMI attribute.</p>
|
|
7361
7357
|
* <p>
|
|
7362
|
-
* <b>Note</b>: The <code>blockDeviceMapping</code> attribute is
|
|
7363
|
-
*
|
|
7364
|
-
*
|
|
7358
|
+
* <b>Note</b>: The <code>blockDeviceMapping</code> attribute is deprecated.
|
|
7359
|
+
* Using this attribute returns the <code>Client.AuthFailure</code> error. To get information about
|
|
7360
|
+
* the block device mappings for an AMI, use the <a>DescribeImages</a> action.</p>
|
|
7365
7361
|
*/
|
|
7366
7362
|
Attribute: ImageAttributeName | undefined;
|
|
7367
7363
|
/**
|
|
@@ -7446,8 +7442,7 @@ export interface ImageAttribute {
|
|
|
7446
7442
|
RamdiskId?: AttributeValue;
|
|
7447
7443
|
/**
|
|
7448
7444
|
* @public
|
|
7449
|
-
* <p>Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is
|
|
7450
|
-
* enabled.</p>
|
|
7445
|
+
* <p>Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.</p>
|
|
7451
7446
|
*/
|
|
7452
7447
|
SriovNetSupport?: AttributeValue;
|
|
7453
7448
|
/**
|
|
@@ -7464,9 +7459,9 @@ export interface ImageAttribute {
|
|
|
7464
7459
|
* @public
|
|
7465
7460
|
* <p>Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data,
|
|
7466
7461
|
* 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
|
|
7467
|
-
*
|
|
7462
|
+
* <a href="https://github.com/awslabs/python-uefivars">python-uefivars tool</a> on
|
|
7468
7463
|
* 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
|
|
7469
|
-
*
|
|
7464
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
7470
7465
|
*/
|
|
7471
7466
|
UefiData?: AttributeValue;
|
|
7472
7467
|
/**
|
|
@@ -7486,7 +7481,8 @@ export interface ImageAttribute {
|
|
|
7486
7481
|
* from this AMI will have <code>HttpTokens</code> automatically set to <code>required</code> so
|
|
7487
7482
|
* that, by default, the instance requires that IMDSv2 is used when requesting instance metadata.
|
|
7488
7483
|
* In addition, <code>HttpPutResponseHopLimit</code> is set to <code>2</code>. For more
|
|
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
|
|
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>
|
|
7490
7486
|
*/
|
|
7491
7487
|
ImdsSupport?: AttributeValue;
|
|
7492
7488
|
}
|
|
@@ -7496,13 +7492,14 @@ export interface ImageAttribute {
|
|
|
7496
7492
|
export interface DescribeImagesRequest {
|
|
7497
7493
|
/**
|
|
7498
7494
|
* @public
|
|
7499
|
-
* <p>Scopes the images by users with explicit launch permissions.
|
|
7500
|
-
*
|
|
7495
|
+
* <p>Scopes the images by users with explicit launch permissions.
|
|
7496
|
+
* Specify an Amazon Web Services account ID, <code>self</code> (the sender of the request),
|
|
7497
|
+
* or <code>all</code> (public AMIs).</p>
|
|
7501
7498
|
* <ul>
|
|
7502
7499
|
* <li>
|
|
7503
|
-
* <p>If you specify an Amazon Web Services account ID that is not your own, only AMIs
|
|
7504
|
-
* with that specific Amazon Web Services account ID are returned. However, AMIs that
|
|
7505
|
-
* shared with the account’s organization or organizational unit (OU) are not
|
|
7500
|
+
* <p>If you specify an Amazon Web Services account ID that is not your own, only AMIs
|
|
7501
|
+
* shared with that specific Amazon Web Services account ID are returned. However, AMIs that
|
|
7502
|
+
* are shared with the account’s organization or organizational unit (OU) are not
|
|
7506
7503
|
* returned.</p>
|
|
7507
7504
|
* </li>
|
|
7508
7505
|
* <li>
|
|
@@ -7522,19 +7519,18 @@ export interface DescribeImagesRequest {
|
|
|
7522
7519
|
* <ul>
|
|
7523
7520
|
* <li>
|
|
7524
7521
|
* <p>
|
|
7525
|
-
* <code>architecture</code> - The image architecture (<code>i386</code> |
|
|
7526
|
-
*
|
|
7527
|
-
* <code>arm64_mac</code>).</p>
|
|
7522
|
+
* <code>architecture</code> - The image architecture (<code>i386</code> | <code>x86_64</code> |
|
|
7523
|
+
* <code>arm64</code> | <code>x86_64_mac</code> | <code>arm64_mac</code>).</p>
|
|
7528
7524
|
* </li>
|
|
7529
7525
|
* <li>
|
|
7530
7526
|
* <p>
|
|
7531
7527
|
* <code>block-device-mapping.delete-on-termination</code> - A Boolean value that indicates
|
|
7532
|
-
*
|
|
7528
|
+
* whether the Amazon EBS volume is deleted on instance termination.</p>
|
|
7533
7529
|
* </li>
|
|
7534
7530
|
* <li>
|
|
7535
7531
|
* <p>
|
|
7536
|
-
* <code>block-device-mapping.device-name</code> - The device name specified in the block
|
|
7537
|
-
*
|
|
7532
|
+
* <code>block-device-mapping.device-name</code> - The device name specified in the block device mapping (for
|
|
7533
|
+
* example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
|
|
7538
7534
|
* </li>
|
|
7539
7535
|
* <li>
|
|
7540
7536
|
* <p>
|
|
@@ -7543,8 +7539,7 @@ export interface DescribeImagesRequest {
|
|
|
7543
7539
|
* </li>
|
|
7544
7540
|
* <li>
|
|
7545
7541
|
* <p>
|
|
7546
|
-
* <code>block-device-mapping.volume-size</code> - The volume size of the Amazon EBS volume, in
|
|
7547
|
-
* GiB.</p>
|
|
7542
|
+
* <code>block-device-mapping.volume-size</code> - The volume size of the Amazon EBS volume, in GiB.</p>
|
|
7548
7543
|
* </li>
|
|
7549
7544
|
* <li>
|
|
7550
7545
|
* <p>
|
|
@@ -7554,8 +7549,7 @@ export interface DescribeImagesRequest {
|
|
|
7554
7549
|
* </li>
|
|
7555
7550
|
* <li>
|
|
7556
7551
|
* <p>
|
|
7557
|
-
* <code>block-device-mapping.encrypted</code> - A Boolean that indicates whether the Amazon EBS
|
|
7558
|
-
* volume is encrypted.</p>
|
|
7552
|
+
* <code>block-device-mapping.encrypted</code> - A Boolean that indicates whether the Amazon EBS volume is encrypted.</p>
|
|
7559
7553
|
* </li>
|
|
7560
7554
|
* <li>
|
|
7561
7555
|
* <p>
|
|
@@ -7571,8 +7565,8 @@ export interface DescribeImagesRequest {
|
|
|
7571
7565
|
* </li>
|
|
7572
7566
|
* <li>
|
|
7573
7567
|
* <p>
|
|
7574
|
-
* <code>ena-support</code> - A Boolean that indicates whether enhanced networking
|
|
7575
|
-
* ENA is enabled.</p>
|
|
7568
|
+
* <code>ena-support</code> - A Boolean that indicates whether enhanced networking
|
|
7569
|
+
* with ENA is enabled.</p>
|
|
7576
7570
|
* </li>
|
|
7577
7571
|
* <li>
|
|
7578
7572
|
* <p>
|
|
@@ -7606,22 +7600,19 @@ export interface DescribeImagesRequest {
|
|
|
7606
7600
|
* </li>
|
|
7607
7601
|
* <li>
|
|
7608
7602
|
* <p>
|
|
7609
|
-
* <code>owner-alias</code> - The owner alias (<code>amazon</code> |
|
|
7610
|
-
*
|
|
7611
|
-
*
|
|
7612
|
-
*
|
|
7613
|
-
* parameter instead of this filter.</p>
|
|
7603
|
+
* <code>owner-alias</code> - The owner alias (<code>amazon</code> | <code>aws-marketplace</code>).
|
|
7604
|
+
* The valid aliases are defined in an Amazon-maintained list. This is not the Amazon Web Services account alias that can be
|
|
7605
|
+
* set using the IAM console. We recommend that you use the <b>Owner</b>
|
|
7606
|
+
* request parameter instead of this filter.</p>
|
|
7614
7607
|
* </li>
|
|
7615
7608
|
* <li>
|
|
7616
7609
|
* <p>
|
|
7617
|
-
* <code>owner-id</code> - The Amazon Web Services account ID of the owner. We recommend
|
|
7618
|
-
*
|
|
7619
|
-
* filter.</p>
|
|
7610
|
+
* <code>owner-id</code> - The Amazon Web Services account ID of the owner. We recommend that you use the
|
|
7611
|
+
* <b>Owner</b> request parameter instead of this filter.</p>
|
|
7620
7612
|
* </li>
|
|
7621
7613
|
* <li>
|
|
7622
7614
|
* <p>
|
|
7623
|
-
* <code>platform</code> - The platform. The only supported value is
|
|
7624
|
-
* <code>windows</code>.</p>
|
|
7615
|
+
* <code>platform</code> - The platform. The only supported value is <code>windows</code>.</p>
|
|
7625
7616
|
* </li>
|
|
7626
7617
|
* <li>
|
|
7627
7618
|
* <p>
|
|
@@ -7629,8 +7620,7 @@ export interface DescribeImagesRequest {
|
|
|
7629
7620
|
* </li>
|
|
7630
7621
|
* <li>
|
|
7631
7622
|
* <p>
|
|
7632
|
-
* <code>product-code.type</code> - The type of the product code
|
|
7633
|
-
* (<code>marketplace</code>).</p>
|
|
7623
|
+
* <code>product-code.type</code> - The type of the product code (<code>marketplace</code>).</p>
|
|
7634
7624
|
* </li>
|
|
7635
7625
|
* <li>
|
|
7636
7626
|
* <p>
|
|
@@ -7638,8 +7628,7 @@ export interface DescribeImagesRequest {
|
|
|
7638
7628
|
* </li>
|
|
7639
7629
|
* <li>
|
|
7640
7630
|
* <p>
|
|
7641
|
-
* <code>root-device-name</code> - The device name of the root device volume (for example,
|
|
7642
|
-
* <code>/dev/sda1</code>).</p>
|
|
7631
|
+
* <code>root-device-name</code> - The device name of the root device volume (for example, <code>/dev/sda1</code>).</p>
|
|
7643
7632
|
* </li>
|
|
7644
7633
|
* <li>
|
|
7645
7634
|
* <p>
|
|
@@ -7667,8 +7656,8 @@ export interface DescribeImagesRequest {
|
|
|
7667
7656
|
* </li>
|
|
7668
7657
|
* <li>
|
|
7669
7658
|
* <p>
|
|
7670
|
-
* <code>sriov-net-support</code> - A value of <code>simple</code> indicates
|
|
7671
|
-
*
|
|
7659
|
+
* <code>sriov-net-support</code> - A value of <code>simple</code> indicates
|
|
7660
|
+
* that enhanced networking with the Intel 82599 VF interface is enabled.</p>
|
|
7672
7661
|
* </li>
|
|
7673
7662
|
* <li>
|
|
7674
7663
|
* <p>
|
|
@@ -7696,9 +7685,9 @@ export interface DescribeImagesRequest {
|
|
|
7696
7685
|
/**
|
|
7697
7686
|
* @public
|
|
7698
7687
|
* <p>Scopes the results to images with the specified owners. You can specify a combination of
|
|
7699
|
-
*
|
|
7700
|
-
*
|
|
7701
|
-
*
|
|
7688
|
+
* Amazon Web Services account IDs, <code>self</code>, <code>amazon</code>, and <code>aws-marketplace</code>.
|
|
7689
|
+
* If you omit this parameter, the results include all images for which you have launch permissions,
|
|
7690
|
+
* regardless of ownership.</p>
|
|
7702
7691
|
*/
|
|
7703
7692
|
Owners?: string[];
|
|
7704
7693
|
/**
|
|
@@ -7886,9 +7875,9 @@ export interface Image {
|
|
|
7886
7875
|
ImageType?: ImageTypeValues;
|
|
7887
7876
|
/**
|
|
7888
7877
|
* @public
|
|
7889
|
-
* <p>Indicates whether the image has public launch permissions. The value is <code>true</code>
|
|
7890
|
-
*
|
|
7891
|
-
*
|
|
7878
|
+
* <p>Indicates whether the image has public launch permissions. The value is <code>true</code> if
|
|
7879
|
+
* this image has public launch permissions or <code>false</code>
|
|
7880
|
+
* if it has only implicit and explicit launch permissions.</p>
|
|
7892
7881
|
*/
|
|
7893
7882
|
Public?: boolean;
|
|
7894
7883
|
/**
|
|
@@ -7917,10 +7906,11 @@ export interface Image {
|
|
|
7917
7906
|
* @public
|
|
7918
7907
|
* <p>The operation of the Amazon EC2 instance and the billing code that is associated with the AMI.
|
|
7919
7908
|
* <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
|
|
7920
|
-
*
|
|
7921
|
-
*
|
|
7922
|
-
*
|
|
7923
|
-
*
|
|
7909
|
+
* List API</a>. You can view these fields on the <b>Instances</b> or
|
|
7910
|
+
* <b>AMIs</b> pages in the Amazon EC2 console, or in the responses that are
|
|
7911
|
+
* returned by the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html">DescribeImages</a>
|
|
7912
|
+
* command in the Amazon EC2 API, or the <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-images.html">describe-images</a>
|
|
7913
|
+
* command in the CLI.</p>
|
|
7924
7914
|
*/
|
|
7925
7915
|
UsageOperation?: string;
|
|
7926
7916
|
/**
|
|
@@ -7935,8 +7925,7 @@ export interface Image {
|
|
|
7935
7925
|
RamdiskId?: string;
|
|
7936
7926
|
/**
|
|
7937
7927
|
* @public
|
|
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>
|
|
7928
|
+
* <p>The current state of the AMI. If the state is <code>available</code>, the image is successfully registered and can be used to launch an instance.</p>
|
|
7940
7929
|
*/
|
|
7941
7930
|
State?: ImageState;
|
|
7942
7931
|
/**
|
|
@@ -7962,8 +7951,8 @@ export interface Image {
|
|
|
7962
7951
|
Hypervisor?: HypervisorType;
|
|
7963
7952
|
/**
|
|
7964
7953
|
* @public
|
|
7965
|
-
* <p>The Amazon Web Services account alias (for example, <code>amazon</code>, <code>self</code>)
|
|
7966
|
-
*
|
|
7954
|
+
* <p>The Amazon Web Services account alias (for example, <code>amazon</code>, <code>self</code>) or
|
|
7955
|
+
* the Amazon Web Services account ID of the AMI owner.</p>
|
|
7967
7956
|
*/
|
|
7968
7957
|
ImageOwnerAlias?: string;
|
|
7969
7958
|
/**
|
|
@@ -7978,14 +7967,12 @@ export interface Image {
|
|
|
7978
7967
|
RootDeviceName?: string;
|
|
7979
7968
|
/**
|
|
7980
7969
|
* @public
|
|
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>
|
|
7970
|
+
* <p>The type of root device used by the AMI. The AMI can use an Amazon EBS volume or an instance store volume.</p>
|
|
7983
7971
|
*/
|
|
7984
7972
|
RootDeviceType?: DeviceType;
|
|
7985
7973
|
/**
|
|
7986
7974
|
* @public
|
|
7987
|
-
* <p>Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is
|
|
7988
|
-
* enabled.</p>
|
|
7975
|
+
* <p>Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.</p>
|
|
7989
7976
|
*/
|
|
7990
7977
|
SriovNetSupport?: string;
|
|
7991
7978
|
/**
|
|
@@ -8011,15 +7998,17 @@ export interface Image {
|
|
|
8011
7998
|
BootMode?: BootModeValues;
|
|
8012
7999
|
/**
|
|
8013
8000
|
* @public
|
|
8014
|
-
* <p>If the image is configured for NitroTPM support, the value is <code>v2.0</code>.
|
|
8015
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html">NitroTPM</a> in the
|
|
8001
|
+
* <p>If the image is configured for NitroTPM support, the value is <code>v2.0</code>.
|
|
8002
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html">NitroTPM</a> in the
|
|
8003
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
8016
8004
|
*/
|
|
8017
8005
|
TpmSupport?: TpmSupportValues;
|
|
8018
8006
|
/**
|
|
8019
8007
|
* @public
|
|
8020
8008
|
* <p>The date and time to deprecate the AMI, in UTC, in the following format:
|
|
8021
|
-
*
|
|
8022
|
-
* If you specified a value for seconds, Amazon EC2 rounds the seconds to the
|
|
8009
|
+
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z.
|
|
8010
|
+
* If you specified a value for seconds, Amazon EC2 rounds the seconds to the
|
|
8011
|
+
* nearest minute.</p>
|
|
8023
8012
|
*/
|
|
8024
8013
|
DeprecationTime?: string;
|
|
8025
8014
|
/**
|
|
@@ -8028,7 +8017,8 @@ export interface Image {
|
|
|
8028
8017
|
* from this AMI will have <code>HttpTokens</code> automatically set to <code>required</code> so
|
|
8029
8018
|
* that, by default, the instance requires that IMDSv2 is used when requesting instance metadata.
|
|
8030
8019
|
* In addition, <code>HttpPutResponseHopLimit</code> is set to <code>2</code>. For more
|
|
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
|
|
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>
|
|
8032
8022
|
*/
|
|
8033
8023
|
ImdsSupport?: ImdsSupportValues;
|
|
8034
8024
|
/**
|