@aws-sdk/client-ec2 3.529.0 → 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.
Files changed (70) hide show
  1. package/README.md +2 -25
  2. package/dist-types/EC2.d.ts +2 -25
  3. package/dist-types/EC2Client.d.ts +2 -25
  4. package/dist-types/commands/AttachVolumeCommand.d.ts +4 -4
  5. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +13 -17
  6. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +12 -11
  7. package/dist-types/commands/BundleInstanceCommand.d.ts +2 -4
  8. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +4 -3
  9. package/dist-types/commands/CopyImageCommand.d.ts +16 -13
  10. package/dist-types/commands/CopySnapshotCommand.d.ts +4 -4
  11. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +30 -32
  12. package/dist-types/commands/CreateImageCommand.d.ts +5 -6
  13. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateVolumeCommand.d.ts +4 -4
  17. package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -2
  18. package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -2
  19. package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
  20. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +5 -0
  21. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +5 -0
  22. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +4 -6
  23. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
  24. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -7
  25. package/dist-types/commands/DescribeRegionsCommand.d.ts +4 -0
  26. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -2
  30. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeTagsCommand.d.ts +5 -0
  32. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -2
  34. package/dist-types/commands/DescribeVolumesCommand.d.ts +6 -1
  35. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  36. package/dist-types/commands/DetachVolumeCommand.d.ts +2 -2
  37. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +2 -2
  38. package/dist-types/commands/DisableFastLaunchCommand.d.ts +4 -6
  39. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
  40. package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +2 -2
  41. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +3 -3
  42. package/dist-types/commands/EnableFastLaunchCommand.d.ts +7 -8
  43. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -2
  44. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -2
  45. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +2 -2
  46. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +2 -2
  47. package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +2 -2
  48. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +2 -2
  49. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
  50. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +2 -2
  51. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +5 -7
  52. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
  53. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +2 -2
  54. package/dist-types/commands/ModifyVolumeCommand.d.ts +4 -5
  55. package/dist-types/commands/RegisterImageCommand.d.ts +11 -11
  56. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -2
  57. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +2 -2
  58. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -2
  59. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +2 -2
  60. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +3 -3
  61. package/dist-types/index.d.ts +2 -25
  62. package/dist-types/models/models_0.d.ts +79 -92
  63. package/dist-types/models/models_1.d.ts +24 -26
  64. package/dist-types/models/models_2.d.ts +30 -25
  65. package/dist-types/models/models_3.d.ts +77 -87
  66. package/dist-types/models/models_4.d.ts +19 -12
  67. package/dist-types/models/models_5.d.ts +33 -40
  68. package/dist-types/models/models_6.d.ts +59 -74
  69. package/dist-types/models/models_7.d.ts +7 -6
  70. package/package.json +4 -4
@@ -26,18 +26,17 @@ declare const DescribeImagesCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the
30
- * images available to you.</p>
31
- * <p>The images available to you include public images, private images that you own, and
32
- * private images owned by other Amazon Web Services accounts for which you have explicit launch
33
- * permissions.</p>
29
+ * <p>Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.</p>
30
+ * <p>The images available to you include public images, private images that you own, and private images owned by other
31
+ * Amazon Web Services accounts for which you have explicit launch permissions.</p>
34
32
  * <p>Recently deregistered images appear in the returned results for a short interval and then
35
33
  * return empty results. After all instances that reference a deregistered AMI are terminated,
36
34
  * specifying the ID of the image will eventually return an error indicating that the AMI ID
37
35
  * cannot be found.</p>
38
36
  * <note>
39
- * <p>The order of the elements in the response, including those within nested structures,
40
- * might vary. Applications should not assume the elements appear in a particular order.</p>
37
+ * <p>The order of the elements in the response, including those within nested
38
+ * structures, might vary. Applications should not assume the elements appear in a
39
+ * particular order.</p>
41
40
  * </note>
42
41
  * @example
43
42
  * Use a bare-bones client and the command you need to make an API call.
@@ -30,6 +30,10 @@ declare const DescribeRegionsCommand_base: {
30
30
  * <p>For a list of the Regions supported by Amazon EC2, see <a href="https://docs.aws.amazon.com/general/latest/gr/ec2-service.html">
31
31
  * Amazon Elastic Compute Cloud endpoints and quotas</a>.</p>
32
32
  * <p>For information about enabling and disabling Regions for your account, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande-manage.html">Managing Amazon Web Services Regions</a> in the <i>Amazon Web Services General Reference</i>.</p>
33
+ * <note>
34
+ * <p>The order of the elements in the response, including those within nested structures,
35
+ * might vary. Applications should not assume the elements appear in a particular order.</p>
36
+ * </note>
33
37
  * @example
34
38
  * Use a bare-bones client and the command you need to make an API call.
35
39
  * ```javascript
@@ -26,7 +26,7 @@ declare const DescribeSecurityGroupReferencesCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Describes the VPCs on the other side of a VPC peering connection or the VPCs attached to a transit gateway that are referencing the security groups you've specified in this request.</p>
29
+ * <p>Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -28,7 +28,7 @@ declare const DescribeSnapshotAttributeCommand_base: {
28
28
  * @public
29
29
  * <p>Describes the specified attribute of the specified snapshot. You can specify only one
30
30
  * attribute at a time.</p>
31
- * <p>For more information about EBS snapshots, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html">Amazon EBS snapshots</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
31
+ * <p>For more information about EBS snapshots, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-snapshots.html">Amazon EBS snapshots</a> in the <i>Amazon EBS User Guide</i>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -68,7 +68,7 @@ declare const DescribeSnapshotsCommand_base: {
68
68
  * <p>If you are describing a long list of snapshots, we recommend that you paginate the output to make the
69
69
  * list more manageable. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
70
70
  * <p>To get the state of fast snapshot restores for a snapshot, use <a>DescribeFastSnapshotRestores</a>.</p>
71
- * <p>For more information about EBS snapshots, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html">Amazon EBS snapshots</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
71
+ * <p>For more information about EBS snapshots, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-snapshots.html">Amazon EBS snapshots</a> in the <i>Amazon EBS User Guide</i>.</p>
72
72
  * @example
73
73
  * Use a bare-bones client and the command you need to make an API call.
74
74
  * ```javascript
@@ -27,8 +27,8 @@ declare const DescribeStaleSecurityGroupsCommand_base: {
27
27
  /**
28
28
  * @public
29
29
  * <p>Describes the stale security group rules for security groups in a specified VPC.
30
- * Rules are stale when they reference a deleted security group in the same VPC, peered VPC, or in separate VPCs attached to a transit gateway (with <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-transit-gateways.html#create-tgw">security group referencing support</a> enabled). Rules can also be stale if they reference a security group in a peer VPC for which the VPC peering connection has
31
- * been deleted or if they reference a security group in a VPC that has been detached from a transit gateway.</p>
30
+ * Rules are stale when they reference a deleted security group in the same VPC or peered VPC. Rules can also be stale if they reference a security group in a peer VPC for which the VPC peering connection has
31
+ * been deleted.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -37,7 +37,7 @@ declare const DescribeStoreImageTasksCommand_base: {
37
37
  * <p>To use this API, you must have the required permissions. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-store-restore.html#ami-s3-permissions">Permissions for storing and restoring AMIs using Amazon S3</a> in the
38
38
  * <i>Amazon EC2 User Guide</i>.</p>
39
39
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-store-restore.html">Store and restore an AMI using
40
- * Amazon S3</a> in the <i>Amazon EC2 User Guide</i>.</p>
40
+ * Amazon S3</a> in the <i>Amazon EC2 User Guide</i>.</p>
41
41
  * @example
42
42
  * Use a bare-bones client and the command you need to make an API call.
43
43
  * ```javascript
@@ -29,6 +29,11 @@ declare const DescribeTagsCommand_base: {
29
29
  * <p>Describes the specified tags for your EC2 resources.</p>
30
30
  * <p>For more information about tags, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tag your Amazon EC2 resources</a> in the
31
31
  * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
32
+ * <note>
33
+ * <p>The order of the elements in the response, including those within nested
34
+ * structures, might vary. Applications should not assume the elements appear in a
35
+ * particular order.</p>
36
+ * </note>
32
37
  * @example
33
38
  * Use a bare-bones client and the command you need to make an API call.
34
39
  * ```javascript
@@ -28,7 +28,7 @@ declare const DescribeVolumeAttributeCommand_base: {
28
28
  * @public
29
29
  * <p>Describes the specified attribute of the specified volume. You can specify only one
30
30
  * attribute at a time.</p>
31
- * <p>For more information about EBS volumes, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html">Amazon EBS volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
31
+ * <p>For more information about EBS volumes, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes.html">Amazon EBS volumes</a> in the <i>Amazon EBS User Guide</i>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -42,8 +42,7 @@ declare const DescribeVolumeStatusCommand_base: {
42
42
  * <code>ok</code>. If the check fails, the overall status is <code>impaired</code>. If the
43
43
  * status is <code>insufficient-data</code>, then the checks might still be taking place on your
44
44
  * volume at the time. We recommend that you retry the request. For more information about volume
45
- * status, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-volume-status.html">Monitor the status of your volumes</a> in the
46
- * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
45
+ * status, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/monitoring-volume-status.html">Monitor the status of your volumes</a> in the <i>Amazon EBS User Guide</i>.</p>
47
46
  * <p>
48
47
  * <i>Events</i>: Reflect the cause of a volume status and might require you to
49
48
  * take action. For example, if your volume returns an <code>impaired</code> status, then the
@@ -60,6 +59,11 @@ declare const DescribeVolumeStatusCommand_base: {
60
59
  * <p>Volume status is based on the volume status checks, and does not reflect the volume state.
61
60
  * Therefore, volume status does not indicate volumes in the <code>error</code> state (for
62
61
  * example, when a volume is incapable of accepting I/O.)</p>
62
+ * <note>
63
+ * <p>The order of the elements in the response, including those within nested
64
+ * structures, might vary. Applications should not assume the elements appear in a
65
+ * particular order.</p>
66
+ * </note>
63
67
  * @example
64
68
  * Use a bare-bones client and the command you need to make an API call.
65
69
  * ```javascript
@@ -29,7 +29,12 @@ declare const DescribeVolumesCommand_base: {
29
29
  * <p>Describes the specified EBS volumes or all of your EBS volumes.</p>
30
30
  * <p>If you are describing a long list of volumes, we recommend that you paginate the output to make the list
31
31
  * more manageable. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
32
- * <p>For more information about EBS volumes, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html">Amazon EBS volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
32
+ * <p>For more information about EBS volumes, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes.html">Amazon EBS volumes</a> in the <i>Amazon EBS User Guide</i>.</p>
33
+ * <note>
34
+ * <p>The order of the elements in the response, including those within nested
35
+ * structures, might vary. Applications should not assume the elements appear in a
36
+ * particular order.</p>
37
+ * </note>
33
38
  * @example
34
39
  * Use a bare-bones client and the command you need to make an API call.
35
40
  * ```javascript
@@ -32,7 +32,7 @@ declare const DescribeVolumesModificationsCommand_base: {
32
32
  * recent modification request.</p>
33
33
  * <p>You can also use CloudWatch Events to check the status of a modification to an EBS
34
34
  * volume. For information about CloudWatch Events, see the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/">Amazon CloudWatch Events User Guide</a>. For more information, see
35
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-volume-modifications.html">Monitor the progress of volume modifications</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
35
+ * <a href="https://docs.aws.amazon.com/ebs/latest/userguide/monitoring-volume-modifications.html">Monitor the progress of volume modifications</a> in the <i>Amazon EBS User Guide</i>.</p>
36
36
  * @example
37
37
  * Use a bare-bones client and the command you need to make an API call.
38
38
  * ```javascript
@@ -39,8 +39,8 @@ declare const DetachVolumeCommand_base: {
39
39
  * <p>You can't detach or force detach volumes that are attached to Amazon ECS or
40
40
  * Fargate tasks. Attempting to do this results in the <code>UnsupportedOperationException</code>
41
41
  * exception with the <code>Unable to detach volume attached to ECS tasks</code> error message.</p>
42
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-detaching-volume.html">Detach an Amazon EBS volume</a> in the
43
- * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
42
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-detaching-volume.html">Detach an Amazon EBS volume</a> in the
43
+ * <i>Amazon EBS User Guide</i>.</p>
44
44
  * @example
45
45
  * Use a bare-bones client and the command you need to make an API call.
46
46
  * ```javascript
@@ -31,8 +31,8 @@ declare const DisableEbsEncryptionByDefaultCommand_base: {
31
31
  * enabling encryption when you create each volume.</p>
32
32
  * <p>Disabling encryption by default does not change the encryption status of your
33
33
  * existing volumes.</p>
34
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html">Amazon EBS encryption</a> in the
35
- * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
34
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the
35
+ * <i>Amazon EBS User Guide</i>.</p>
36
36
  * @example
37
37
  * Use a bare-bones client and the command you need to make an API call.
38
38
  * ```javascript
@@ -26,13 +26,11 @@ declare const DisableFastLaunchCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Discontinue Windows fast launch for a Windows AMI, and clean up existing pre-provisioned
30
- * snapshots. After you disable Windows fast launch, the AMI uses the standard launch process for
31
- * each new instance. Amazon EC2 must remove all pre-provisioned snapshots before you can enable
32
- * Windows fast launch again.</p>
29
+ * <p>Discontinue Windows fast launch for a Windows AMI, and clean up existing pre-provisioned snapshots.
30
+ * After you disable Windows fast launch, the AMI uses the standard launch process for each
31
+ * new instance. Amazon EC2 must remove all pre-provisioned snapshots before you can enable Windows fast launch again.</p>
33
32
  * <note>
34
- * <p>You can only change these settings for Windows AMIs that you own or that have been
35
- * shared with you.</p>
33
+ * <p>You can only change these settings for Windows AMIs that you own or that have been shared with you.</p>
36
34
  * </note>
37
35
  * @example
38
36
  * Use a bare-bones client and the command you need to make an API call.
@@ -34,8 +34,8 @@ declare const DisableImageBlockPublicAccessCommand_base: {
34
34
  * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetImageBlockPublicAccessState.html">GetImageBlockPublicAccessState</a>, the response will be
35
35
  * <code>block-new-sharing</code>. When the API has completed the configuration, the response
36
36
  * will be <code>unblocked</code>.</p>
37
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sharingamis-intro.html#block-public-access-to-amis">Block
38
- * public access to your AMIs</a> in the <i>Amazon EC2 User Guide</i>.</p>
37
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sharingamis-intro.html#block-public-access-to-amis">Block public access to your AMIs</a> in
38
+ * the <i>Amazon EC2 User Guide</i>.</p>
39
39
  * @example
40
40
  * Use a bare-bones client and the command you need to make an API call.
41
41
  * ```javascript
@@ -32,8 +32,8 @@ declare const DisableSnapshotBlockPublicAccessCommand_base: {
32
32
  * <p>If block public access is enabled in <code>block-all-sharing</code> mode, and
33
33
  * you disable block public access, all snapshots that were previously publicly shared
34
34
  * are no longer treated as private and they become publicly accessible again.</p>
35
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-public-access-snapshots.html">
36
- * Block public access for snapshots</a> in the <i>Amazon Elastic Compute Cloud User Guide</i> .</p>
35
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/block-public-access-snapshots.html">
36
+ * Block public access for snapshots</a> in the <i>Amazon EBS User Guide</i> .</p>
37
37
  * <p></p>
38
38
  * @example
39
39
  * Use a bare-bones client and the command you need to make an API call.
@@ -29,14 +29,14 @@ declare const EnableEbsEncryptionByDefaultCommand_base: {
29
29
  * <p>Enables EBS encryption by default for your account in the current Region.</p>
30
30
  * <p>After you enable encryption by default, the EBS volumes that you create are
31
31
  * always encrypted, either using the default KMS key or the KMS key that you specified
32
- * when you created each volume. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html">Amazon EBS encryption</a> in the
33
- * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
32
+ * when you created each volume. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the
33
+ * <i>Amazon EBS User Guide</i>.</p>
34
34
  * <p>You can specify the default KMS key for encryption by default using <a>ModifyEbsDefaultKmsKeyId</a>
35
35
  * or <a>ResetEbsDefaultKmsKeyId</a>.</p>
36
36
  * <p>Enabling encryption by default has no effect on the encryption status of your
37
37
  * existing volumes.</p>
38
38
  * <p>After you enable encryption by default, you can no longer launch instances
39
- * using instance types that do not support encryption. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#EBSEncryption_supported_instances">Supported
39
+ * using instance types that do not support encryption. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption-requirements.html#ebs-encryption_supported_instances">Supported
40
40
  * instance types</a>.</p>
41
41
  * @example
42
42
  * Use a bare-bones client and the command you need to make an API call.
@@ -26,15 +26,14 @@ declare const EnableFastLaunchCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>When you enable Windows fast launch for a Windows AMI, images are pre-provisioned, using
30
- * snapshots to launch instances up to 65% faster. To create the optimized Windows image, Amazon EC2
31
- * launches an instance and runs through Sysprep steps, rebooting as required. Then it creates a
32
- * set of reserved snapshots that are used for subsequent launches. The reserved snapshots are
33
- * automatically replenished as they are used, depending on your settings for launch
34
- * frequency.</p>
29
+ * <p>When you enable Windows fast launch for a Windows AMI, images are pre-provisioned,
30
+ * using snapshots to launch instances up to 65% faster. To create the optimized Windows
31
+ * image, Amazon EC2 launches an instance and runs through Sysprep steps, rebooting as required.
32
+ * Then it creates a set of reserved snapshots that are used for subsequent launches. The
33
+ * reserved snapshots are automatically replenished as they are used, depending on your
34
+ * settings for launch frequency.</p>
35
35
  * <note>
36
- * <p>You can only change these settings for Windows AMIs that you own or that have been
37
- * shared with you.</p>
36
+ * <p>You can only change these settings for Windows AMIs that you own or that have been shared with you.</p>
38
37
  * </note>
39
38
  * @example
40
39
  * Use a bare-bones client and the command you need to make an API call.
@@ -30,8 +30,8 @@ declare const EnableFastSnapshotRestoresCommand_base: {
30
30
  * <p>You get the full benefit of fast snapshot restores after they enter the <code>enabled</code> state.
31
31
  * To get the current state of fast snapshot restores, use <a>DescribeFastSnapshotRestores</a>.
32
32
  * To disable fast snapshot restores, use <a>DisableFastSnapshotRestores</a>.</p>
33
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-fast-snapshot-restore.html">Amazon EBS fast snapshot
34
- * restore</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
33
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-fast-snapshot-restore.html">Amazon EBS fast snapshot
34
+ * restore</a> in the <i>Amazon EBS User Guide</i>.</p>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
37
37
  * ```javascript
@@ -27,8 +27,7 @@ declare const EnableImageDeprecationCommand_base: {
27
27
  /**
28
28
  * @public
29
29
  * <p>Enables deprecation of the specified AMI at the specified date and time.</p>
30
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-deprecate.html">Deprecate an AMI</a> in the
31
- * <i>Amazon EC2 User Guide</i>.</p>
30
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-deprecate.html">Deprecate an AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -36,8 +36,8 @@ declare const EnableSnapshotBlockPublicAccessCommand_base: {
36
36
  * you change the mode to <code>block-new-sharing</code>, all snapshots that were
37
37
  * previously publicly shared are no longer treated as private and they become publicly
38
38
  * accessible again.</p>
39
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-public-access-snapshots.html">
40
- * Block public access for snapshots</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
39
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/block-public-access-snapshots.html">
40
+ * Block public access for snapshots</a> in the <i>Amazon EBS User Guide</i>.</p>
41
41
  * @example
42
42
  * Use a bare-bones client and the command you need to make an API call.
43
43
  * ```javascript
@@ -29,8 +29,8 @@ declare const GetEbsDefaultKmsKeyIdCommand_base: {
29
29
  * <p>Describes the default KMS key for EBS encryption by default for your account in this Region.
30
30
  * You can change the default KMS key for encryption by default using <a>ModifyEbsDefaultKmsKeyId</a> or
31
31
  * <a>ResetEbsDefaultKmsKeyId</a>.</p>
32
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html">Amazon EBS encryption</a>
33
- * in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
32
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a>
33
+ * in the <i>Amazon EBS User Guide</i>.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -28,8 +28,8 @@ declare const GetEbsEncryptionByDefaultCommand_base: {
28
28
  * @public
29
29
  * <p>Describes whether EBS encryption by default is enabled for your account in the current
30
30
  * Region.</p>
31
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html">Amazon EBS encryption</a>
32
- * in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
31
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a>
32
+ * in the <i>Amazon EBS User Guide</i>.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -28,8 +28,8 @@ declare const GetSnapshotBlockPublicAccessStateCommand_base: {
28
28
  * @public
29
29
  * <p>Gets the current state of <i>block public access for snapshots</i> setting
30
30
  * for the account and Region.</p>
31
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-public-access-snapshots.html">
32
- * Block public access for snapshots</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
31
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/block-public-access-snapshots.html">
32
+ * Block public access for snapshots</a> in the <i>Amazon EBS User Guide</i>.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -26,8 +26,8 @@ declare const ListImagesInRecycleBinCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Lists one or more AMIs that are currently in the Recycle Bin. For more information, see
30
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html">Recycle
29
+ * <p>Lists one or more AMIs that are currently in the Recycle Bin. For more information,
30
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html">Recycle
31
31
  * Bin</a> in the <i>Amazon EC2 User Guide</i>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -32,8 +32,8 @@ declare const ModifyEbsDefaultKmsKeyIdCommand_base: {
32
32
  * managed KMS key. To reset the default KMS key to the Amazon Web Services managed KMS key for EBS, use <a>ResetEbsDefaultKmsKeyId</a>. Amazon EBS does not support asymmetric KMS keys.</p>
33
33
  * <p>If you delete or disable the customer managed KMS key that you specified for use with
34
34
  * encryption by default, your instances will fail to launch.</p>
35
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html">Amazon EBS encryption</a>
36
- * in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
35
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a>
36
+ * in the <i>Amazon EBS User Guide</i>.</p>
37
37
  * @example
38
38
  * Use a bare-bones client and the command you need to make an API call.
39
39
  * ```javascript
@@ -26,14 +26,12 @@ declare const ModifyImageAttributeCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Modifies the specified attribute of the specified AMI. You can specify only one attribute
30
- * at a time.</p>
31
- * <p>To specify the attribute, you can use the <code>Attribute</code> parameter, or one of the
32
- * following parameters: <code>Description</code>, <code>ImdsSupport</code>, or
33
- * <code>LaunchPermission</code>.</p>
29
+ * <p>Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time.</p>
30
+ * <p>To specify the attribute, you can use the <code>Attribute</code> parameter, or one of the following parameters:
31
+ * <code>Description</code>, <code>ImdsSupport</code>, or <code>LaunchPermission</code>.</p>
34
32
  * <p>Images with an Amazon Web Services Marketplace product code cannot be made public.</p>
35
- * <p>To enable the SriovNetSupport enhanced networking attribute of an image, enable
36
- * SriovNetSupport on an instance and create an AMI from the instance.</p>
33
+ * <p>To enable the SriovNetSupport enhanced networking attribute of an image, enable SriovNetSupport on an instance
34
+ * and create an AMI from the instance.</p>
37
35
  * @example
38
36
  * Use a bare-bones client and the command you need to make an API call.
39
37
  * ```javascript
@@ -32,8 +32,8 @@ declare const ModifySnapshotAttributeCommand_base: {
32
32
  * you must use multiple operations. You can make up to 500 modifications to a snapshot in a single operation.</p>
33
33
  * <p>Encrypted snapshots and snapshots with Amazon Web Services Marketplace product codes cannot be made
34
34
  * public. Snapshots encrypted with your default KMS key cannot be shared with other accounts.</p>
35
- * <p>For more information about modifying snapshot permissions, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modifying-snapshot-permissions.html">Share a snapshot</a> in the
36
- * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
35
+ * <p>For more information about modifying snapshot permissions, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-modifying-snapshot-permissions.html">Share a snapshot</a> in the
36
+ * <i>Amazon EBS User Guide</i>.</p>
37
37
  * @example
38
38
  * Use a bare-bones client and the command you need to make an API call.
39
39
  * ```javascript
@@ -29,8 +29,8 @@ declare const ModifySnapshotTierCommand_base: {
29
29
  * <p>Archives an Amazon EBS snapshot. When you archive a snapshot, it is converted to a full
30
30
  * snapshot that includes all of the blocks of data that were written to the volume at the
31
31
  * time the snapshot was created, and moved from the standard tier to the archive
32
- * tier. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshot-archive.html">Archive Amazon EBS snapshots</a>
33
- * in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
32
+ * tier. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshot-archive.html">Archive Amazon EBS snapshots</a>
33
+ * in the <i>Amazon EBS User Guide</i>.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -29,15 +29,14 @@ declare const ModifyVolumeCommand_base: {
29
29
  * <p>You can modify several parameters of an existing EBS volume, including volume size, volume
30
30
  * type, and IOPS capacity. If your EBS volume is attached to a current-generation EC2 instance
31
31
  * type, you might be able to apply these changes without stopping the instance or detaching the
32
- * volume from it. For more information about modifying EBS volumes, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modify-volume.html">Amazon EBS Elastic Volumes</a> (Linux instances)
33
- * or <a href="https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ebs-modify-volume.html">Amazon EBS Elastic Volumes</a> (Windows instances).</p>
32
+ * volume from it. For more information about modifying EBS volumes, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-modify-volume.html">Amazon EBS Elastic Volumes</a>
33
+ * in the <i>Amazon EBS User Guide</i>.</p>
34
34
  * <p>When you complete a resize operation on your volume, you need to extend the volume's
35
- * file-system size to take advantage of the new storage capacity. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html#recognize-expanded-volume-linux">Extend a Linux file system</a> or
36
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ebs-expand-volume.html#recognize-expanded-volume-windows">Extend a Windows file system</a>.</p>
35
+ * file-system size to take advantage of the new storage capacity. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/recognize-expanded-volume-linux.html">Extend the file system</a>.</p>
37
36
  * <p> You can use CloudWatch Events to check the status of a modification to an EBS volume. For
38
37
  * information about CloudWatch Events, see the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/">Amazon CloudWatch Events User Guide</a>. You can also track the status of a
39
38
  * modification using <a>DescribeVolumesModifications</a>. For information
40
- * about tracking status changes using either method, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-volume-modifications.html">Monitor the progress of volume modifications</a>.</p>
39
+ * about tracking status changes using either method, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/monitoring-volume-modifications.html">Monitor the progress of volume modifications</a>.</p>
41
40
  * <p>With previous-generation instance types, resizing an EBS volume might require detaching and
42
41
  * reattaching the volume or stopping and restarting the instance.</p>
43
42
  * <p>After modifying a volume, you must wait at least six hours and ensure that the volume
@@ -36,23 +36,23 @@ declare const RegisterImageCommand_base: {
36
36
  * always use <a>CreateImage</a> unless you have a specific reason to use
37
37
  * RegisterImage.</p>
38
38
  * </note>
39
- * <p>If needed, you can deregister an AMI at any time. Any modifications you make to an AMI
40
- * backed by an instance store volume invalidates its registration. If you make changes to an
41
- * image, deregister the previous image and register the new image.</p>
39
+ * <p>If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration.
40
+ * If you make changes to an image, deregister the previous image and register the new image.</p>
42
41
  * <p>
43
42
  * <b>Register a snapshot of a root device volume</b>
44
43
  * </p>
45
- * <p>You can use <code>RegisterImage</code> to create an Amazon EBS-backed Linux AMI from a snapshot
46
- * of a root device volume. You specify the snapshot using a block device mapping. You can't set
47
- * the encryption state of the volume using the block device mapping. If the snapshot is
48
- * encrypted, or encryption by default is enabled, the root volume of an instance launched from
49
- * the AMI is encrypted.</p>
50
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html#creating-launching-ami-from-snapshot">Create a Linux AMI from a snapshot</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html">Use encryption with Amazon EBS-backed
51
- * AMIs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
44
+ * <p>You can use <code>RegisterImage</code> to create an Amazon EBS-backed Linux AMI from
45
+ * a snapshot of a root device volume. You specify the snapshot using a block device mapping.
46
+ * You can't set the encryption state of the volume using the block device mapping. If the
47
+ * snapshot is encrypted, or encryption by default is enabled, the root volume of an instance
48
+ * launched from the AMI is encrypted.</p>
49
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html#creating-launching-ami-from-snapshot">Create a Linux AMI from a snapshot</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html">Use encryption with Amazon EBS-backed AMIs</a>
50
+ * in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
52
51
  * <p>
53
52
  * <b>Amazon Web Services Marketplace product codes</b>
54
53
  * </p>
55
- * <p>If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new AMI.</p>
54
+ * <p>If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new
55
+ * AMI.</p>
56
56
  * <p>Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE
57
57
  * Linux Enterprise Server (SLES), use the Amazon EC2 billing product code associated with an AMI to
58
58
  * verify the subscription status for package updates. To create a new AMI for operating systems
@@ -30,8 +30,8 @@ declare const ResetEbsDefaultKmsKeyIdCommand_base: {
30
30
  * to the Amazon Web Services managed KMS key for EBS.</p>
31
31
  * <p>After resetting the default KMS key to the Amazon Web Services managed KMS key, you can continue to encrypt by a
32
32
  * customer managed KMS key by specifying it when you create the volume. For more information, see
33
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html">Amazon EBS encryption</a>
34
- * in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
33
+ * <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a>
34
+ * in the <i>Amazon EBS User Guide</i>.</p>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
37
37
  * ```javascript
@@ -27,8 +27,8 @@ declare const ResetSnapshotAttributeCommand_base: {
27
27
  /**
28
28
  * @public
29
29
  * <p>Resets permission settings for the specified snapshot.</p>
30
- * <p>For more information about modifying snapshot permissions, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modifying-snapshot-permissions.html">Share a snapshot</a> in the
31
- * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
30
+ * <p>For more information about modifying snapshot permissions, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-modifying-snapshot-permissions.html">Share a snapshot</a> in the
31
+ * <i>Amazon EBS User Guide</i>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -26,8 +26,7 @@ declare const RestoreImageFromRecycleBinCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Restores an AMI from the Recycle Bin. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html">Recycle Bin</a> in
30
- * the <i>Amazon EC2 User Guide</i>.</p>
29
+ * <p>Restores an AMI from the Recycle Bin. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html">Recycle Bin</a> in the <i>Amazon EC2 User Guide</i>.</p>
31
30
  * @example
32
31
  * Use a bare-bones client and the command you need to make an API call.
33
32
  * ```javascript
@@ -26,8 +26,8 @@ declare const RestoreSnapshotFromRecycleBinCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Restores a snapshot from the Recycle Bin. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-snaps.html#recycle-bin-restore-snaps">Restore
30
- * snapshots from the Recycle Bin</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
29
+ * <p>Restores a snapshot from the Recycle Bin. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin-working-with-snaps.html#recycle-bin-restore-snaps">Restore
30
+ * snapshots from the Recycle Bin</a> in the <i>Amazon EBS User Guide</i>.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -28,9 +28,9 @@ declare const RestoreSnapshotTierCommand_base: {
28
28
  * @public
29
29
  * <p>Restores an archived Amazon EBS snapshot for use temporarily or permanently, or modifies the restore
30
30
  * period or restore type for a snapshot that was previously temporarily restored.</p>
31
- * <p>For more information see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/working-with-snapshot-archiving.html#restore-archived-snapshot">
32
- * Restore an archived snapshot</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/working-with-snapshot-archiving.html#modify-temp-restore-period">
33
- * modify the restore period or restore type for a temporarily restored snapshot</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
31
+ * <p>For more information see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/working-with-snapshot-archiving.html#restore-archived-snapshot">
32
+ * Restore an archived snapshot</a> and <a href="https://docs.aws.amazon.com/ebs/latest/userguide/working-with-snapshot-archiving.html#modify-temp-restore-period">
33
+ * modify the restore period or restore type for a temporarily restored snapshot</a> in the <i>Amazon EBS User Guide</i>.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript