@alicloud/ecs20140526 7.9.0 → 7.9.2

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 (93) hide show
  1. package/dist/client.d.ts +302 -298
  2. package/dist/client.js +305 -298
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AttachDiskRequest.d.ts +25 -27
  5. package/dist/models/AttachDiskRequest.js.map +1 -1
  6. package/dist/models/CancelAutoSnapshotPolicyRequest.d.ts +6 -9
  7. package/dist/models/CancelAutoSnapshotPolicyRequest.js.map +1 -1
  8. package/dist/models/CancelImagePipelineExecutionRequest.d.ts +1 -1
  9. package/dist/models/CloneDisksRequest.d.ts +55 -80
  10. package/dist/models/CloneDisksRequest.js.map +1 -1
  11. package/dist/models/CloneDisksResponseBody.d.ts +2 -2
  12. package/dist/models/CopySnapshotRequest.d.ts +17 -18
  13. package/dist/models/CopySnapshotRequest.js.map +1 -1
  14. package/dist/models/CreateAutoProvisioningGroupRequest.d.ts +286 -380
  15. package/dist/models/CreateAutoProvisioningGroupRequest.js.map +1 -1
  16. package/dist/models/CreateAutoProvisioningGroupShrinkRequest.d.ts +282 -375
  17. package/dist/models/CreateAutoProvisioningGroupShrinkRequest.js.map +1 -1
  18. package/dist/models/CreateAutoSnapshotPolicyRequest.d.ts +29 -35
  19. package/dist/models/CreateAutoSnapshotPolicyRequest.js.map +1 -1
  20. package/dist/models/CreateAutoSnapshotPolicyResponseBody.d.ts +1 -1
  21. package/dist/models/CreateDiskRequest.d.ts +30 -30
  22. package/dist/models/CreateDiskResponseBody.d.ts +2 -2
  23. package/dist/models/CreateImageRequest.d.ts +43 -88
  24. package/dist/models/CreateImageRequest.js.map +1 -1
  25. package/dist/models/CreateImageResponseBody.d.ts +2 -2
  26. package/dist/models/CreateLaunchTemplateRequest.d.ts +235 -278
  27. package/dist/models/CreateLaunchTemplateRequest.js.map +1 -1
  28. package/dist/models/CreateLaunchTemplateResponseBody.d.ts +3 -3
  29. package/dist/models/CreateSnapshotGroupRequest.d.ts +23 -25
  30. package/dist/models/CreateSnapshotGroupRequest.js.map +1 -1
  31. package/dist/models/CreateSnapshotRequest.d.ts +24 -29
  32. package/dist/models/CreateSnapshotRequest.js.map +1 -1
  33. package/dist/models/CreateVswitchRequest.d.ts +0 -29
  34. package/dist/models/CreateVswitchRequest.js.map +1 -1
  35. package/dist/models/CreateVswitchResponseBody.d.ts +0 -8
  36. package/dist/models/CreateVswitchResponseBody.js.map +1 -1
  37. package/dist/models/DeleteSnapshotGroupRequest.d.ts +2 -2
  38. package/dist/models/DeleteSnapshotGroupResponseBody.d.ts +1 -1
  39. package/dist/models/DeleteSnapshotRequest.d.ts +2 -2
  40. package/dist/models/DescribeDiskDefaultKmskeyIdRequest.d.ts +1 -1
  41. package/dist/models/DescribeDiskDefaultKmskeyIdResponseBody.d.ts +1 -1
  42. package/dist/models/DescribeDiskEncryptionByDefaultStatusRequest.d.ts +1 -1
  43. package/dist/models/DescribeDiskEncryptionByDefaultStatusResponseBody.d.ts +5 -3
  44. package/dist/models/DescribeDiskEncryptionByDefaultStatusResponseBody.js.map +1 -1
  45. package/dist/models/DescribeImagesRequest.d.ts +61 -88
  46. package/dist/models/DescribeImagesRequest.js +2 -0
  47. package/dist/models/DescribeImagesRequest.js.map +1 -1
  48. package/dist/models/DescribeImagesResponseBody.d.ts +6 -5
  49. package/dist/models/DescribeImagesResponseBody.js +2 -0
  50. package/dist/models/DescribeImagesResponseBody.js.map +1 -1
  51. package/dist/models/DescribeRecommendInstanceTypeRequest.d.ts +4 -4
  52. package/dist/models/DescribeSendFileResultsRequest.d.ts +13 -13
  53. package/dist/models/DescribeSnapshotGroupsRequest.d.ts +11 -11
  54. package/dist/models/DescribeSnapshotGroupsResponseBody.d.ts +3 -3
  55. package/dist/models/DisableDiskEncryptionByDefaultRequest.d.ts +1 -1
  56. package/dist/models/RenewElasticityAssurancesRequest.d.ts +3 -3
  57. package/package.json +1 -1
  58. package/src/client.ts +306 -298
  59. package/src/models/AttachDiskRequest.ts +25 -27
  60. package/src/models/CancelAutoSnapshotPolicyRequest.ts +6 -9
  61. package/src/models/CancelImagePipelineExecutionRequest.ts +1 -1
  62. package/src/models/CloneDisksRequest.ts +55 -80
  63. package/src/models/CloneDisksResponseBody.ts +2 -2
  64. package/src/models/CopySnapshotRequest.ts +17 -18
  65. package/src/models/CreateAutoProvisioningGroupRequest.ts +287 -381
  66. package/src/models/CreateAutoProvisioningGroupShrinkRequest.ts +283 -376
  67. package/src/models/CreateAutoSnapshotPolicyRequest.ts +29 -35
  68. package/src/models/CreateAutoSnapshotPolicyResponseBody.ts +1 -1
  69. package/src/models/CreateDiskRequest.ts +30 -30
  70. package/src/models/CreateDiskResponseBody.ts +2 -2
  71. package/src/models/CreateImageRequest.ts +43 -88
  72. package/src/models/CreateImageResponseBody.ts +2 -2
  73. package/src/models/CreateLaunchTemplateRequest.ts +235 -278
  74. package/src/models/CreateLaunchTemplateResponseBody.ts +3 -3
  75. package/src/models/CreateSnapshotGroupRequest.ts +23 -25
  76. package/src/models/CreateSnapshotRequest.ts +24 -29
  77. package/src/models/CreateVswitchRequest.ts +0 -29
  78. package/src/models/CreateVswitchResponseBody.ts +0 -8
  79. package/src/models/DeleteSnapshotGroupRequest.ts +2 -2
  80. package/src/models/DeleteSnapshotGroupResponseBody.ts +1 -1
  81. package/src/models/DeleteSnapshotRequest.ts +2 -2
  82. package/src/models/DescribeDiskDefaultKmskeyIdRequest.ts +1 -1
  83. package/src/models/DescribeDiskDefaultKmskeyIdResponseBody.ts +1 -1
  84. package/src/models/DescribeDiskEncryptionByDefaultStatusRequest.ts +1 -1
  85. package/src/models/DescribeDiskEncryptionByDefaultStatusResponseBody.ts +5 -3
  86. package/src/models/DescribeImagesRequest.ts +64 -89
  87. package/src/models/DescribeImagesResponseBody.ts +8 -5
  88. package/src/models/DescribeRecommendInstanceTypeRequest.ts +4 -4
  89. package/src/models/DescribeSendFileResultsRequest.ts +13 -13
  90. package/src/models/DescribeSnapshotGroupsRequest.ts +11 -11
  91. package/src/models/DescribeSnapshotGroupsResponseBody.ts +3 -3
  92. package/src/models/DisableDiskEncryptionByDefaultRequest.ts +1 -1
  93. package/src/models/RenewElasticityAssurancesRequest.ts +3 -3
package/src/client.ts CHANGED
@@ -1231,24 +1231,27 @@ export default class Client extends OpenApi {
1231
1231
  }
1232
1232
 
1233
1233
  /**
1234
- * Attaches a pay-as-you-go data disk or a system disk to an Elastic Compute Service (ECS) instance.
1234
+ * Attaches a data disk or system disk to an ECS instance.
1235
1235
  *
1236
1236
  * @remarks
1237
- * Take note of the following items:
1238
- * - The ECS instance and the disk must reside in the same zone.
1239
- * - The disk must be in the **Unattached** (`Available`) state.
1240
- * - When you attach the disk as a data disk to an ECS instance, take note of the following items:
1241
- * - The ECS instance must be in the **Running** (`Running`) or **Stopped** (`Stopped`) state.
1242
- * - If the disk was separately purchased, the billing method of the disk must be pay-as-you-go.
1243
- * - If the disk is a system disk that was detached from an ECS instance, no limits apply to the billing method of the disk.
1244
- * - If the disk is an elastic ephemeral disk that was detached from an ECS instance, the disk can be attached only to the instance.
1245
- * - When you attach the disk as the system disk to an ECS instance, take note of the following items:
1246
- * - The ECS instance must be the original instance from which the system disk was detached.
1247
- * - The ECS instance must be in the **Stopped** (`Stopped`) state.
1248
- * - You must configure logon credentials for the ECS instance.
1249
- * - The disk cannot be an elastic ephemeral disk.
1250
- * - For more information about how to attach a system disk, see [Detach or attach a system disk](https://help.aliyun.com/document_detail/146752.html).
1251
- * - If the response contains `{"OperationLocks": {"LockReason" : "security"}}` when you query information about an ECS instance, the instance is locked for security reasons. No operations are allowed on the instance.
1237
+ * When you call this operation, take note of the following items:
1238
+ * - The instance and the disk must be in the same zone.
1239
+ * - The disk must be in the **Available** (`Available`) state.
1240
+ * - When you attach a data disk:
1241
+ * - The destination ECS instance must be in the **Running** (`Running`) or **Stopped** (`Stopped`) state.
1242
+ * - If the disk is separately purchased, the billing method must be pay-as-you-go.
1243
+ * - A system disk that was uninstalled from an ECS instance can be attached as a data disk without billable methods restrictions.
1244
+ * - An elastic ephemeral disk that has been detached can only be re-attached to its original instance.
1245
+ * - When you attach a system disk:
1246
+ * - The destination ECS instance must be the original instance from which the system disk was detached.
1247
+ * - The destination ECS instance must be in the **Stopped** (`Stopped`) state.
1248
+ * - You must specify the logon credential for the instance.
1249
+ * - Elastic ephemeral disks cannot be attached as system disks.
1250
+ * - For more information about attaching system disks, see [Detach or attach a system disk](https://help.aliyun.com/document_detail/146752.html).
1251
+ * - When you query ECS instance information, if the response contains `{"OperationLocks": {"LockReason" : "security"}}`, all operations are prohibited.
1252
+ * <props="china">
1253
+ * - A disk with the multi-attach attribute enabled can only be attached to instances that support the NVMe protocol.
1254
+ * For more information, see [Standard SSDs that support NVMe](https://help.aliyun.com/document_detail/256487.html) and [Use the multi-attach feature](https://help.aliyun.com/document_detail/262105.html).
1252
1255
  *
1253
1256
  * @param request - AttachDiskRequest
1254
1257
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1323,24 +1326,27 @@ export default class Client extends OpenApi {
1323
1326
  }
1324
1327
 
1325
1328
  /**
1326
- * Attaches a pay-as-you-go data disk or a system disk to an Elastic Compute Service (ECS) instance.
1329
+ * Attaches a data disk or system disk to an ECS instance.
1327
1330
  *
1328
1331
  * @remarks
1329
- * Take note of the following items:
1330
- * - The ECS instance and the disk must reside in the same zone.
1331
- * - The disk must be in the **Unattached** (`Available`) state.
1332
- * - When you attach the disk as a data disk to an ECS instance, take note of the following items:
1333
- * - The ECS instance must be in the **Running** (`Running`) or **Stopped** (`Stopped`) state.
1334
- * - If the disk was separately purchased, the billing method of the disk must be pay-as-you-go.
1335
- * - If the disk is a system disk that was detached from an ECS instance, no limits apply to the billing method of the disk.
1336
- * - If the disk is an elastic ephemeral disk that was detached from an ECS instance, the disk can be attached only to the instance.
1337
- * - When you attach the disk as the system disk to an ECS instance, take note of the following items:
1338
- * - The ECS instance must be the original instance from which the system disk was detached.
1339
- * - The ECS instance must be in the **Stopped** (`Stopped`) state.
1340
- * - You must configure logon credentials for the ECS instance.
1341
- * - The disk cannot be an elastic ephemeral disk.
1342
- * - For more information about how to attach a system disk, see [Detach or attach a system disk](https://help.aliyun.com/document_detail/146752.html).
1343
- * - If the response contains `{"OperationLocks": {"LockReason" : "security"}}` when you query information about an ECS instance, the instance is locked for security reasons. No operations are allowed on the instance.
1332
+ * When you call this operation, take note of the following items:
1333
+ * - The instance and the disk must be in the same zone.
1334
+ * - The disk must be in the **Available** (`Available`) state.
1335
+ * - When you attach a data disk:
1336
+ * - The destination ECS instance must be in the **Running** (`Running`) or **Stopped** (`Stopped`) state.
1337
+ * - If the disk is separately purchased, the billing method must be pay-as-you-go.
1338
+ * - A system disk that was uninstalled from an ECS instance can be attached as a data disk without billable methods restrictions.
1339
+ * - An elastic ephemeral disk that has been detached can only be re-attached to its original instance.
1340
+ * - When you attach a system disk:
1341
+ * - The destination ECS instance must be the original instance from which the system disk was detached.
1342
+ * - The destination ECS instance must be in the **Stopped** (`Stopped`) state.
1343
+ * - You must specify the logon credential for the instance.
1344
+ * - Elastic ephemeral disks cannot be attached as system disks.
1345
+ * - For more information about attaching system disks, see [Detach or attach a system disk](https://help.aliyun.com/document_detail/146752.html).
1346
+ * - When you query ECS instance information, if the response contains `{"OperationLocks": {"LockReason" : "security"}}`, all operations are prohibited.
1347
+ * <props="china">
1348
+ * - A disk with the multi-attach attribute enabled can only be attached to instances that support the NVMe protocol.
1349
+ * For more information, see [Standard SSDs that support NVMe](https://help.aliyun.com/document_detail/256487.html) and [Use the multi-attach feature](https://help.aliyun.com/document_detail/262105.html).
1344
1350
  *
1345
1351
  * @param request - AttachDiskRequest
1346
1352
  * @returns AttachDiskResponse
@@ -2095,7 +2101,7 @@ export default class Client extends OpenApi {
2095
2101
  }
2096
2102
 
2097
2103
  /**
2098
- * Cancels an auto snapshot policy for one or more disks.
2104
+ * Cancels the automatic snapshot policy for one or more cloud disks.
2099
2105
  *
2100
2106
  * @param request - CancelAutoSnapshotPolicyRequest
2101
2107
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2146,7 +2152,7 @@ export default class Client extends OpenApi {
2146
2152
  }
2147
2153
 
2148
2154
  /**
2149
- * Cancels an auto snapshot policy for one or more disks.
2155
+ * Cancels the automatic snapshot policy for one or more cloud disks.
2150
2156
  *
2151
2157
  * @param request - CancelAutoSnapshotPolicyRequest
2152
2158
  * @returns CancelAutoSnapshotPolicyResponse
@@ -2229,10 +2235,10 @@ export default class Client extends OpenApi {
2229
2235
  }
2230
2236
 
2231
2237
  /**
2232
- * Cancels an image build task.
2238
+ * Cancels an image building task.
2233
2239
  *
2234
2240
  * @remarks
2235
- * Before you call this operation, make sure that the image build task you want to cancel is in the PREPARING, REPAIRING, or BUILDING state.
2241
+ * Before you call this operation, make sure that the image building task you want to cancel is in the PREPARING, REPAIRING, or BUILDING state.
2236
2242
  *
2237
2243
  * @param request - CancelImagePipelineExecutionRequest
2238
2244
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2291,10 +2297,10 @@ export default class Client extends OpenApi {
2291
2297
  }
2292
2298
 
2293
2299
  /**
2294
- * Cancels an image build task.
2300
+ * Cancels an image building task.
2295
2301
  *
2296
2302
  * @remarks
2297
- * Before you call this operation, make sure that the image build task you want to cancel is in the PREPARING, REPAIRING, or BUILDING state.
2303
+ * Before you call this operation, make sure that the image building task you want to cancel is in the PREPARING, REPAIRING, or BUILDING state.
2298
2304
  *
2299
2305
  * @param request - CancelImagePipelineExecutionRequest
2300
2306
  * @returns CancelImagePipelineExecutionResponse
@@ -2504,29 +2510,29 @@ export default class Client extends OpenApi {
2504
2510
  }
2505
2511
 
2506
2512
  /**
2507
- * Cloud disk cloning allows you to quickly create a new cloud disk in the same availability zone containing the same data as the source disk. You can customize the new disk\\"s capacity, type, and encryption attributes. After attaching the disk to an instance, you can use it to rapidly replicate business data or scale your services horizontally.
2513
+ * Disk cloning allows you to quickly replicate a disk with the same data as the source disk in the same zone. The cloned disk supports custom capacity, type, and encryption attributes. After you attach the cloned disk to an instance, you can quickly replicate business data or horizontally scale services.
2508
2514
  *
2509
2515
  * @remarks
2510
- * > The cloud disk cloning feature is free. However, the resulting destination disk is billed based on block storage rules. Charges vary by disk type and can include capacity, provisioned performance, and burst performance. Billing for all items begins at creation—except for burst performance fees, which are charged only after a burst occurs—and applies regardless of whether the disk is attached to an instance.
2511
- * ### Usage
2512
- * - This is an asynchronous operation. After a successful call, call the DescribeTasks operation with the returned taskGroupId to query the task\\"s status.
2516
+ * > The disk cloning feature itself is free of charge. However, the new disk generated by cloning is billed based on block storage billing rules. Billable items vary by disk type and include disk capacity fees, provisioned performance fees, and performance burst fees. Except for performance burst fees, which are billed after a burst occurs, other fees start to accrue after the disk is created, regardless of whether the disk is attached to an instance.
2517
+ * ### Usage notes
2518
+ * - This is an asynchronous operation. After a successful call, use the taskGroupId and call the DescribeTasks operation to query the execution result.
2513
2519
  * ### Features
2514
- * - You can only clone ESSD cloud disks (cloud_essd, cloud_auto, cloud_essd_entry, and cloud_regional_disk_auto) to create a `destination disk`, which must also be an ESSD type.
2515
- * - A non-zone-redundant cloud disk can only be cloned to a non-zone-redundant disk. A zone-redundant cloud disk can only be cloned to another zone-redundant cloud disk.
2516
- * - Local disks and elastic ephemeral disks do not support cloning and cannot be used as either a source disk or a destination disk.
2517
- * - You can specify the type and performance level for the `destination disk`.
2518
- * - You can specify the capacity for the `destination disk`, but its capacity must be greater than or equal to that of the `source disk`.
2519
- * - You can configure provisioned performance and burst performance for the `destination disk`, provided that the destination disk type supports these features.
2520
- * - You can enable encryption and change the encryption key for the `destination disk`. If the `source disk` is encrypted, the destination disk must also be encrypted. However, you can use a different encryption key.
2521
- * - You can use a subscription cloud disk as the `source disk`. The disk can still be used as a `source disk` even after its subscription expires.
2522
- * - A `destination disk` created by cloning cannot be re-initialized.
2523
- * - While you cannot clone entire storage sets or dedicated storage clusters, you can use a disk from within them as a `source disk`. The resulting destination disk is a standalone disk and will not belong to the original storage set or cluster.
2524
- * - `source disk` status requirements
2525
- * - The `source disk` must be "In Use", and its attached instance must be "Running" or "Stopped".
2526
- * - The `source disk` must be "Available" and have been attached to an instance at least once.
2527
- * - A disk undergoing a configuration modification cannot be used as a `source disk`.
2528
- * - A disk that is being scaled up cannot be used as a `source disk`.
2529
- * - As cloud disk cloning is not supported for hibernated instances, a disk attached to a hibernated instance cannot be used as a `source disk`.
2520
+ * - Cloning supports only ESSD series disks (cloud_essd, cloud_auto, cloud_essd_entry, cloud_regional_disk_auto) as the source, and the cloned `new disk` supports only ESSD series disk types.
2521
+ * - Non-regional disks can be cloned only to non-regional types. Regional disks can be cloned only to regional disk types.
2522
+ * - Local disks and elastic ephemeral disks cannot be cloned or used as clone sources.
2523
+ * - You can specify the `new disk` type and performance level during cloning.
2524
+ * - You can specify the `new disk` capacity during cloning. The new disk capacity must be greater than or equal to the `source disk` capacity.
2525
+ * - You can configure provisioned performance and performance burst for the `new disk` during cloning, provided that the destination disk type supports provisioned performance and performance burst.
2526
+ * - You can specify encryption or change the encryption key for the `new disk` during cloning. If the `source disk` is encrypted, you cannot clone it into an unencrypted disk, but you can change the encryption key.
2527
+ * - You can use a subscription disk as the `source disk` for cloning, even if the subscription disk has expired.
2528
+ * - The cloned `new disk` does not support reinitialization.
2529
+ * - Cloning does not support storage sets or dedicated block storage clusters. However, disks in these resources can be used as the `source disk`. The cloned disk will not be in the storage set or dedicated block storage cluster.
2530
+ * - `Source disk` status restrictions:
2531
+ * - The `source disk` status is "In Use" and the corresponding instance status is "Running" or "Stopped".
2532
+ * - The `source disk` status is "Available" and the disk has been previously attached.
2533
+ * - Disks undergoing specification changes cannot be used as the `source disk`.
2534
+ * - Disks undergoing expansion cannot be used as the `source disk`.
2535
+ * - Disk cloning is not supported for instance hibernation scenarios. If a disk is on a hibernated instance, it cannot be used as the `source disk`.
2530
2536
  *
2531
2537
  * @param request - CloneDisksRequest
2532
2538
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2625,29 +2631,29 @@ export default class Client extends OpenApi {
2625
2631
  }
2626
2632
 
2627
2633
  /**
2628
- * Cloud disk cloning allows you to quickly create a new cloud disk in the same availability zone containing the same data as the source disk. You can customize the new disk\\"s capacity, type, and encryption attributes. After attaching the disk to an instance, you can use it to rapidly replicate business data or scale your services horizontally.
2634
+ * Disk cloning allows you to quickly replicate a disk with the same data as the source disk in the same zone. The cloned disk supports custom capacity, type, and encryption attributes. After you attach the cloned disk to an instance, you can quickly replicate business data or horizontally scale services.
2629
2635
  *
2630
2636
  * @remarks
2631
- * > The cloud disk cloning feature is free. However, the resulting destination disk is billed based on block storage rules. Charges vary by disk type and can include capacity, provisioned performance, and burst performance. Billing for all items begins at creation—except for burst performance fees, which are charged only after a burst occurs—and applies regardless of whether the disk is attached to an instance.
2632
- * ### Usage
2633
- * - This is an asynchronous operation. After a successful call, call the DescribeTasks operation with the returned taskGroupId to query the task\\"s status.
2637
+ * > The disk cloning feature itself is free of charge. However, the new disk generated by cloning is billed based on block storage billing rules. Billable items vary by disk type and include disk capacity fees, provisioned performance fees, and performance burst fees. Except for performance burst fees, which are billed after a burst occurs, other fees start to accrue after the disk is created, regardless of whether the disk is attached to an instance.
2638
+ * ### Usage notes
2639
+ * - This is an asynchronous operation. After a successful call, use the taskGroupId and call the DescribeTasks operation to query the execution result.
2634
2640
  * ### Features
2635
- * - You can only clone ESSD cloud disks (cloud_essd, cloud_auto, cloud_essd_entry, and cloud_regional_disk_auto) to create a `destination disk`, which must also be an ESSD type.
2636
- * - A non-zone-redundant cloud disk can only be cloned to a non-zone-redundant disk. A zone-redundant cloud disk can only be cloned to another zone-redundant cloud disk.
2637
- * - Local disks and elastic ephemeral disks do not support cloning and cannot be used as either a source disk or a destination disk.
2638
- * - You can specify the type and performance level for the `destination disk`.
2639
- * - You can specify the capacity for the `destination disk`, but its capacity must be greater than or equal to that of the `source disk`.
2640
- * - You can configure provisioned performance and burst performance for the `destination disk`, provided that the destination disk type supports these features.
2641
- * - You can enable encryption and change the encryption key for the `destination disk`. If the `source disk` is encrypted, the destination disk must also be encrypted. However, you can use a different encryption key.
2642
- * - You can use a subscription cloud disk as the `source disk`. The disk can still be used as a `source disk` even after its subscription expires.
2643
- * - A `destination disk` created by cloning cannot be re-initialized.
2644
- * - While you cannot clone entire storage sets or dedicated storage clusters, you can use a disk from within them as a `source disk`. The resulting destination disk is a standalone disk and will not belong to the original storage set or cluster.
2645
- * - `source disk` status requirements
2646
- * - The `source disk` must be "In Use", and its attached instance must be "Running" or "Stopped".
2647
- * - The `source disk` must be "Available" and have been attached to an instance at least once.
2648
- * - A disk undergoing a configuration modification cannot be used as a `source disk`.
2649
- * - A disk that is being scaled up cannot be used as a `source disk`.
2650
- * - As cloud disk cloning is not supported for hibernated instances, a disk attached to a hibernated instance cannot be used as a `source disk`.
2641
+ * - Cloning supports only ESSD series disks (cloud_essd, cloud_auto, cloud_essd_entry, cloud_regional_disk_auto) as the source, and the cloned `new disk` supports only ESSD series disk types.
2642
+ * - Non-regional disks can be cloned only to non-regional types. Regional disks can be cloned only to regional disk types.
2643
+ * - Local disks and elastic ephemeral disks cannot be cloned or used as clone sources.
2644
+ * - You can specify the `new disk` type and performance level during cloning.
2645
+ * - You can specify the `new disk` capacity during cloning. The new disk capacity must be greater than or equal to the `source disk` capacity.
2646
+ * - You can configure provisioned performance and performance burst for the `new disk` during cloning, provided that the destination disk type supports provisioned performance and performance burst.
2647
+ * - You can specify encryption or change the encryption key for the `new disk` during cloning. If the `source disk` is encrypted, you cannot clone it into an unencrypted disk, but you can change the encryption key.
2648
+ * - You can use a subscription disk as the `source disk` for cloning, even if the subscription disk has expired.
2649
+ * - The cloned `new disk` does not support reinitialization.
2650
+ * - Cloning does not support storage sets or dedicated block storage clusters. However, disks in these resources can be used as the `source disk`. The cloned disk will not be in the storage set or dedicated block storage cluster.
2651
+ * - `Source disk` status restrictions:
2652
+ * - The `source disk` status is "In Use" and the corresponding instance status is "Running" or "Stopped".
2653
+ * - The `source disk` status is "Available" and the disk has been previously attached.
2654
+ * - Disks undergoing specification changes cannot be used as the `source disk`.
2655
+ * - Disks undergoing expansion cannot be used as the `source disk`.
2656
+ * - Disk cloning is not supported for instance hibernation scenarios. If a disk is on a hibernated instance, it cannot be used as the `source disk`.
2651
2657
  *
2652
2658
  * @param request - CloneDisksRequest
2653
2659
  * @returns CloneDisksResponse
@@ -2923,11 +2929,11 @@ export default class Client extends OpenApi {
2923
2929
  }
2924
2930
 
2925
2931
  /**
2926
- * Copies a standard or encrypted snapshot from one region to another.
2932
+ * Copies a standard snapshot or encrypted snapshot from one region to another.
2927
2933
  *
2928
2934
  * @remarks
2929
- * When you call this operation, take note of the following item:
2930
- * - New snapshots (snapshot copies) cannot be used to roll back the disks for which source snapshots (copied snapshots) were created.
2935
+ * When you call this operation, take note of the following items:
2936
+ * - The new snapshot cannot be used to roll back the cloud disk that is associated with the source snapshot.
2931
2937
  * - Local snapshots cannot be copied.
2932
2938
  *
2933
2939
  * @param request - CopySnapshotRequest
@@ -3019,11 +3025,11 @@ export default class Client extends OpenApi {
3019
3025
  }
3020
3026
 
3021
3027
  /**
3022
- * Copies a standard or encrypted snapshot from one region to another.
3028
+ * Copies a standard snapshot or encrypted snapshot from one region to another.
3023
3029
  *
3024
3030
  * @remarks
3025
- * When you call this operation, take note of the following item:
3026
- * - New snapshots (snapshot copies) cannot be used to roll back the disks for which source snapshots (copied snapshots) were created.
3031
+ * When you call this operation, take note of the following items:
3032
+ * - The new snapshot cannot be used to roll back the cloud disk that is associated with the source snapshot.
3027
3033
  * - Local snapshots cannot be copied.
3028
3034
  *
3029
3035
  * @param request - CopySnapshotRequest
@@ -3161,13 +3167,13 @@ export default class Client extends OpenApi {
3161
3167
  }
3162
3168
 
3163
3169
  /**
3164
- * Create an auto provisioning group.
3170
+ * Creates an auto provisioning group.
3165
3171
  *
3166
3172
  * @remarks
3167
- * - Auto provisioning is a solution that uses spot instances and pay-as-you-go instances to quickly deploy instance clusters. It supports one-click deployment of instance clusters across billing methods, zones, and instance families. For more information, see [Use the auto provisioning group API to create multiple ECS instances](https://help.aliyun.com/document_detail/200772.html).
3168
- * - Auto provisioning schedules and maintains compute resources through provisioning groups. Use auto provisioning groups to provide stable computing power and mitigate instability caused by the spot instance reclamation mechanism.
3169
- * - Auto provisioning is a free feature. You pay only for the instance resources created through the auto provisioning group. For more information, see [Spot instance billing](https://help.aliyun.com/document_detail/52088.html) and [Pay-as-you-go](https://help.aliyun.com/document_detail/40653.html).
3170
- * - When you specify both a launch template (`LaunchTemplateId`) and launch configuration parameters (`LaunchConfiguration.*`), the system prioritizes the launch template.
3173
+ * - Auto provisioning is a solution that uses spot instances and pay-as-you-go instances to quickly deploy instance clusters. It supports one-click deployment of instance clusters across billing methods, zones, and instance families. For more information, see [Use the auto provisioning group API to create ECS instances in batches](https://help.aliyun.com/document_detail/200772.html).
3174
+ * - Auto provisioning uses provisioning groups to schedule and maintain compute resources. You can use an auto provisioning group to steadily provide computing power and mitigate the instability caused by the reclaim mechanism of spot instances.
3175
+ * - Auto provisioning is a free feature, but you are charged for the instance resources created by the auto provisioning group. For more information, see [Spot instance billing](https://help.aliyun.com/document_detail/52088.html) and [Pay-as-you-go](https://help.aliyun.com/document_detail/40653.html).
3176
+ * - If you specify both a launch template (`LaunchTemplateId`) and launch configuration information (`LaunchConfiguration.*`), the launch template takes precedence.
3171
3177
  *
3172
3178
  * @param tmpReq - CreateAutoProvisioningGroupRequest
3173
3179
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3348,13 +3354,13 @@ export default class Client extends OpenApi {
3348
3354
  }
3349
3355
 
3350
3356
  /**
3351
- * Create an auto provisioning group.
3357
+ * Creates an auto provisioning group.
3352
3358
  *
3353
3359
  * @remarks
3354
- * - Auto provisioning is a solution that uses spot instances and pay-as-you-go instances to quickly deploy instance clusters. It supports one-click deployment of instance clusters across billing methods, zones, and instance families. For more information, see [Use the auto provisioning group API to create multiple ECS instances](https://help.aliyun.com/document_detail/200772.html).
3355
- * - Auto provisioning schedules and maintains compute resources through provisioning groups. Use auto provisioning groups to provide stable computing power and mitigate instability caused by the spot instance reclamation mechanism.
3356
- * - Auto provisioning is a free feature. You pay only for the instance resources created through the auto provisioning group. For more information, see [Spot instance billing](https://help.aliyun.com/document_detail/52088.html) and [Pay-as-you-go](https://help.aliyun.com/document_detail/40653.html).
3357
- * - When you specify both a launch template (`LaunchTemplateId`) and launch configuration parameters (`LaunchConfiguration.*`), the system prioritizes the launch template.
3360
+ * - Auto provisioning is a solution that uses spot instances and pay-as-you-go instances to quickly deploy instance clusters. It supports one-click deployment of instance clusters across billing methods, zones, and instance families. For more information, see [Use the auto provisioning group API to create ECS instances in batches](https://help.aliyun.com/document_detail/200772.html).
3361
+ * - Auto provisioning uses provisioning groups to schedule and maintain compute resources. You can use an auto provisioning group to steadily provide computing power and mitigate the instability caused by the reclaim mechanism of spot instances.
3362
+ * - Auto provisioning is a free feature, but you are charged for the instance resources created by the auto provisioning group. For more information, see [Spot instance billing](https://help.aliyun.com/document_detail/52088.html) and [Pay-as-you-go](https://help.aliyun.com/document_detail/40653.html).
3363
+ * - If you specify both a launch template (`LaunchTemplateId`) and launch configuration information (`LaunchConfiguration.*`), the launch template takes precedence.
3358
3364
  *
3359
3365
  * @param request - CreateAutoProvisioningGroupRequest
3360
3366
  * @returns CreateAutoProvisioningGroupResponse
@@ -3365,15 +3371,15 @@ export default class Client extends OpenApi {
3365
3371
  }
3366
3372
 
3367
3373
  /**
3368
- * Creates an automatic snapshot policy in a specific region. You can specify the schedule on which to create automatic snapshots, the retention period of the automatic snapshots, and whether to enable cross-region replication for the snapshots in the automatic snapshot policy. The automatic snapshot policy can be applied to create snapshots for system disks or data disks to back up disk data.
3374
+ * Creates an automatic snapshot policy in a specified region. You can specify the repeat cycle, retention period, and cross-region backup settings for automatic snapshots to back up data on system disks or data disks.
3369
3375
  *
3370
3376
  * @remarks
3371
- * Before you call this operation, learn about how to [create an automatic snapshot policy](https://help.aliyun.com/document_detail/127767.html).
3377
+ * Before you call this operation, read [Create an automatic snapshot policy](https://help.aliyun.com/document_detail/127767.html).
3372
3378
  * Take note of the following items:
3373
- * - You can create up to 100 automatic snapshot policies per region for a single Alibaba Cloud account. If the maximum number of automatic snapshots for a disk is reached and a new snapshot creation task is created, the system deletes the oldest automatic snapshot of the disk.
3374
- * - If the instance to which a disk is attached is being stopped or restarted, the system cannot create snapshots for the disk based on the associated automatic snapshot policy.
3375
- * - If cross-region snapshot replication is enabled and no encryption parameters are configured, encrypted snapshots are copied to the destination region and snapshot copies are encrypted by using the service key of the destination region. For more information about the limits on cross-region snapshot replication, see [Copy a snapshot](https://help.aliyun.com/document_detail/159441.html).
3376
- * After the automatic snapshot policy is created, call the [ApplyAutoSnapshotPolicy](https://help.aliyun.com/document_detail/25531.html) operation to apply the policy to disks. If you want to modify the automatic snapshot policy, call the [ModifyAutoSnapshotPolicyEx](https://help.aliyun.com/document_detail/25529.html) operation.
3379
+ * - You can create a maximum of 100 automatic snapshot policies in a region for an Alibaba Cloud account. When the number of automatic snapshots for a disk reaches the quota limit, the system deletes the earliest automatic snapshot created by the automatic snapshot policy when a new snapshot task is initiated.
3380
+ * - The system does not execute automatic snapshot policies when an ECS instance has a pending stop or restart task.
3381
+ * - If cross-region snapshot replication is enabled and no encryption parameters are configured, encrypted snapshots are replicated to the destination region by using the service key of the destination region by default. For more information about cross-region snapshot replication, see [Copy a snapshot](https://help.aliyun.com/document_detail/159441.html).
3382
+ * After you create an automatic snapshot policy, call [ApplyAutoSnapshotPolicy](https://help.aliyun.com/document_detail/25531.html) to apply the policy to disks. To modify an automatic snapshot policy, call [ModifyAutoSnapshotPolicyEx](https://help.aliyun.com/document_detail/25529.html).
3377
3383
  *
3378
3384
  * @param request - CreateAutoSnapshotPolicyRequest
3379
3385
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3460,15 +3466,15 @@ export default class Client extends OpenApi {
3460
3466
  }
3461
3467
 
3462
3468
  /**
3463
- * Creates an automatic snapshot policy in a specific region. You can specify the schedule on which to create automatic snapshots, the retention period of the automatic snapshots, and whether to enable cross-region replication for the snapshots in the automatic snapshot policy. The automatic snapshot policy can be applied to create snapshots for system disks or data disks to back up disk data.
3469
+ * Creates an automatic snapshot policy in a specified region. You can specify the repeat cycle, retention period, and cross-region backup settings for automatic snapshots to back up data on system disks or data disks.
3464
3470
  *
3465
3471
  * @remarks
3466
- * Before you call this operation, learn about how to [create an automatic snapshot policy](https://help.aliyun.com/document_detail/127767.html).
3472
+ * Before you call this operation, read [Create an automatic snapshot policy](https://help.aliyun.com/document_detail/127767.html).
3467
3473
  * Take note of the following items:
3468
- * - You can create up to 100 automatic snapshot policies per region for a single Alibaba Cloud account. If the maximum number of automatic snapshots for a disk is reached and a new snapshot creation task is created, the system deletes the oldest automatic snapshot of the disk.
3469
- * - If the instance to which a disk is attached is being stopped or restarted, the system cannot create snapshots for the disk based on the associated automatic snapshot policy.
3470
- * - If cross-region snapshot replication is enabled and no encryption parameters are configured, encrypted snapshots are copied to the destination region and snapshot copies are encrypted by using the service key of the destination region. For more information about the limits on cross-region snapshot replication, see [Copy a snapshot](https://help.aliyun.com/document_detail/159441.html).
3471
- * After the automatic snapshot policy is created, call the [ApplyAutoSnapshotPolicy](https://help.aliyun.com/document_detail/25531.html) operation to apply the policy to disks. If you want to modify the automatic snapshot policy, call the [ModifyAutoSnapshotPolicyEx](https://help.aliyun.com/document_detail/25529.html) operation.
3474
+ * - You can create a maximum of 100 automatic snapshot policies in a region for an Alibaba Cloud account. When the number of automatic snapshots for a disk reaches the quota limit, the system deletes the earliest automatic snapshot created by the automatic snapshot policy when a new snapshot task is initiated.
3475
+ * - The system does not execute automatic snapshot policies when an ECS instance has a pending stop or restart task.
3476
+ * - If cross-region snapshot replication is enabled and no encryption parameters are configured, encrypted snapshots are replicated to the destination region by using the service key of the destination region by default. For more information about cross-region snapshot replication, see [Copy a snapshot](https://help.aliyun.com/document_detail/159441.html).
3477
+ * After you create an automatic snapshot policy, call [ApplyAutoSnapshotPolicy](https://help.aliyun.com/document_detail/25531.html) to apply the policy to disks. To modify an automatic snapshot policy, call [ModifyAutoSnapshotPolicyEx](https://help.aliyun.com/document_detail/25529.html).
3472
3478
  *
3473
3479
  * @param request - CreateAutoSnapshotPolicyRequest
3474
3480
  * @returns CreateAutoSnapshotPolicyResponse
@@ -4058,14 +4064,14 @@ export default class Client extends OpenApi {
4058
4064
  * Creates a pay-as-you-go or subscription data disk.
4059
4065
  *
4060
4066
  * @remarks
4061
- * - When you create a disk, you can enable the multi-attach feature (`MultiAttach`). Learn about this attribute and its limits before you use it. For more information, see [ESSD cloud disks that support NVMe](https://help.aliyun.com/document_detail/256487.html) and [Use the multi-attach feature](https://help.aliyun.com/document_detail/262105.html).
4067
+ * - You can enable the multi-attach attribute (`MultiAttach`) when you create a disk. Learn about this attribute and its limits before you use it. For more information, see [ESSD cloud disks that support NVMe](https://help.aliyun.com/document_detail/256487.html) and [Use the multi-attach feature](https://help.aliyun.com/document_detail/262105.html).
4062
4068
  * - The following disk types can be created: basic disks, ultra disks, standard SSDs, enterprise SSDs, ESSD Entry disks, regional Enterprise SSDs (ESSDs), ESSD AutoPL disks, elastic ephemeral disks - Standard Edition, and elastic ephemeral disks - Premium Edition.
4063
- * - To create a disk, complete [real-name registration](https://account.console.aliyun.com/#/auth/home).
4064
- * - Creating a disk incurs fees. Learn about the billing method of Elastic Compute Service (ECS) in advance. For more information, see [Billing overview](https://help.aliyun.com/document_detail/25398.html).
4069
+ * - Complete real-name registration before you create a disk. Go to [Real-name registration](https://account.console.aliyun.com/#/auth/home) in your account information.
4070
+ * - Creating a disk incurs charges. Learn about the billing methods of Elastic Compute Service (ECS) in advance. For more information, see [Billing overview](https://help.aliyun.com/document_detail/25398.html).
4065
4071
  * - Default settings when you create a disk:
4066
- * - Automatic snapshots of the disk are deleted when the disk is deleted. That is, `DeleteAutoSnapshot` is set to `true`. You can call [DescribeDisks](https://help.aliyun.com/document_detail/2679767.html) to query the parameter settings, and call [ModifyDiskAttribute](https://help.aliyun.com/document_detail/25517.html) to modify the property.
4067
- * - When you create an enterprise SSD, if you do not configure a performance level, the default level is PL1. You can call [ModifyDiskSpec](https://help.aliyun.com/document_detail/123780.html) to change the performance level.
4068
- * - The billing method is pay-as-you-go, which means the `Portable` property defaults to `true`.
4072
+ * - Automatic snapshots of the disk are deleted when the disk is deleted. That is, `DeleteAutoSnapshot` is set to `true`. You can invoke [DescribeDisks](https://help.aliyun.com/document_detail/2679767.html) to query the parameter settings, and invoke [ModifyDiskAttribute](https://help.aliyun.com/document_detail/25517.html) to modify the property.
4073
+ * - When you create an enterprise SSD, if you do not configure the performance level, the default level is PL1. You can invoke [ModifyDiskSpec](https://help.aliyun.com/document_detail/123780.html) to change the performance level.
4074
+ * - The billing method is pay-as-you-go. That is, the `Portable` property defaults to `true`.
4069
4075
  *
4070
4076
  * @param request - CreateDiskRequest
4071
4077
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4203,14 +4209,14 @@ export default class Client extends OpenApi {
4203
4209
  * Creates a pay-as-you-go or subscription data disk.
4204
4210
  *
4205
4211
  * @remarks
4206
- * - When you create a disk, you can enable the multi-attach feature (`MultiAttach`). Learn about this attribute and its limits before you use it. For more information, see [ESSD cloud disks that support NVMe](https://help.aliyun.com/document_detail/256487.html) and [Use the multi-attach feature](https://help.aliyun.com/document_detail/262105.html).
4212
+ * - You can enable the multi-attach attribute (`MultiAttach`) when you create a disk. Learn about this attribute and its limits before you use it. For more information, see [ESSD cloud disks that support NVMe](https://help.aliyun.com/document_detail/256487.html) and [Use the multi-attach feature](https://help.aliyun.com/document_detail/262105.html).
4207
4213
  * - The following disk types can be created: basic disks, ultra disks, standard SSDs, enterprise SSDs, ESSD Entry disks, regional Enterprise SSDs (ESSDs), ESSD AutoPL disks, elastic ephemeral disks - Standard Edition, and elastic ephemeral disks - Premium Edition.
4208
- * - To create a disk, complete [real-name registration](https://account.console.aliyun.com/#/auth/home).
4209
- * - Creating a disk incurs fees. Learn about the billing method of Elastic Compute Service (ECS) in advance. For more information, see [Billing overview](https://help.aliyun.com/document_detail/25398.html).
4214
+ * - Complete real-name registration before you create a disk. Go to [Real-name registration](https://account.console.aliyun.com/#/auth/home) in your account information.
4215
+ * - Creating a disk incurs charges. Learn about the billing methods of Elastic Compute Service (ECS) in advance. For more information, see [Billing overview](https://help.aliyun.com/document_detail/25398.html).
4210
4216
  * - Default settings when you create a disk:
4211
- * - Automatic snapshots of the disk are deleted when the disk is deleted. That is, `DeleteAutoSnapshot` is set to `true`. You can call [DescribeDisks](https://help.aliyun.com/document_detail/2679767.html) to query the parameter settings, and call [ModifyDiskAttribute](https://help.aliyun.com/document_detail/25517.html) to modify the property.
4212
- * - When you create an enterprise SSD, if you do not configure a performance level, the default level is PL1. You can call [ModifyDiskSpec](https://help.aliyun.com/document_detail/123780.html) to change the performance level.
4213
- * - The billing method is pay-as-you-go, which means the `Portable` property defaults to `true`.
4217
+ * - Automatic snapshots of the disk are deleted when the disk is deleted. That is, `DeleteAutoSnapshot` is set to `true`. You can invoke [DescribeDisks](https://help.aliyun.com/document_detail/2679767.html) to query the parameter settings, and invoke [ModifyDiskAttribute](https://help.aliyun.com/document_detail/25517.html) to modify the property.
4218
+ * - When you create an enterprise SSD, if you do not configure the performance level, the default level is PL1. You can invoke [ModifyDiskSpec](https://help.aliyun.com/document_detail/123780.html) to change the performance level.
4219
+ * - The billing method is pay-as-you-go. That is, the `Portable` property defaults to `true`.
4214
4220
  *
4215
4221
  * @param request - CreateDiskRequest
4216
4222
  * @returns CreateDiskResponse
@@ -4595,26 +4601,25 @@ export default class Client extends OpenApi {
4595
4601
  }
4596
4602
 
4597
4603
  /**
4598
- * Create a custom image. You can then use the image to create ECS instances (`RunInstances`) or replace the system disk of an instance (`ReplaceSystemDisk`).
4604
+ * Creates a custom image. You can use the created custom image to create ECS instances (RunInstances) or replace the system disk of an instance (ReplaceSystemDisk).
4599
4605
  *
4600
4606
  * @remarks
4601
- * ### Usage notes
4602
- * - This operation is asynchronous. A successful request returns an image ID, but the image is not created immediately. You can call [DescribeImage](https://help.aliyun.com/document_detail/2679797.html) to query the image status. The image is ready for use when its status changes to `Available`. For more information, see [Overview of custom images](https://help.aliyun.com/document_detail/172789.html).
4603
- * - If the response to a query for ECS instance information contains `{"OperationLocks": {"LockReason" : "security"}}`, you cannot create a custom image from the instance.
4604
- * - We recommend configuring the image check parameter `DetectionStrategy` when you create an image. This helps the system optimize your image. For more information, see [Overview of image check](https://help.aliyun.com/document_detail/439819.html).
4605
- * This operation provides three methods to create a custom image. The request parameters are prioritized as follows: InstanceId > DiskDeviceMapping > SnapshotId. If your request includes two or more of these parameters, the operation creates the image based on the parameter with the highest priority.
4607
+ * ### Before you begin
4608
+ * - This is an asynchronous operation. After a request to create a custom image is sent, the image ID is returned. However, the image creation is not immediately complete. Call [DescribeImage](https://help.aliyun.com/document_detail/2679797.html) to query the image information. When the status in the response is `Available`, the image is created and ready for use. For more information, see [Custom image overview](https://help.aliyun.com/document_detail/172789.html).
4609
+ * - When you query ECS instance information, if the response contains {"OperationLocks": {"LockReason" : "security"}}, you cannot create a custom image.
4610
+ * - Configure the image detection parameter `DetectionStrategy` when creating an image to help the system optimize your image. For more information, see [Image detection overview](https://help.aliyun.com/document_detail/439819.html).
4611
+ * The following describes three methods to create a custom image by calling this operation. The priority of request parameters is: InstanceId > DiskDeviceMapping > SnapshotId. If your request contains two or more of these parameters, the image is created based on the parameter with the highest priority.
4606
4612
  * - **Create a custom image from an instance**: Specify the instance ID (`InstanceId`).
4607
- * - The instance must be in the `Running` or `Stopped` state.
4608
- * - A successful call creates a new snapshot for each cloud disk of the instance.
4609
- * >Notice:
4610
- * Data cached in memory on a running instance may not be written to disk. This can cause data inconsistencies between the custom image and the instance. We recommend stopping the instance by calling [StopInstances](https://help.aliyun.com/document_detail/155372.html) before creating an image.
4611
- *
4612
- * - **Create a custom image from a snapshot (snapshots created on or before July 15, 2013, cannot be used).**
4613
- * - **Create a custom image from a system disk snapshot**: Specify only the snapshot ID of the instance\\"s system disk (`SnapshotId`).
4614
- * - **Create a custom image from a system disk snapshot and data disk snapshots**: Map the snapshots to disks by using the `DiskDeviceMapping` parameter.
4615
- * - You can specify only one system disk snapshot.
4616
- * - You can specify up to 16 data disk snapshots. If you do not specify `DiskDeviceMapping.N.SnapshotId`, the system creates an empty data disk with the default capacity.
4617
- * > When you release an instance, the system retains its system disk and converts it to a pay-as-you-go data disk. You cannot use snapshots of this disk to create custom images. If you need a custom image, create it before you release the instance.
4613
+ * - The instance must be in the Running (`Running`) or Stopped (`Stopped`) state.
4614
+ * - After the operation is called, a new snapshot is created for each disk of the instance.
4615
+ * >Notice: Because a running instance may have cached data that has not been written to disks, the data of the created custom image may be inconsistent with the instance data. Stop the instance ([StopInstances](https://help.aliyun.com/document_detail/155372.html)) before creating the image.
4616
+ * - **Create a custom image from a snapshot (the specified snapshot cannot be one created on or before July 15, 2013.)**
4617
+ * - **Create a custom image from a system disk snapshot**: Specify only the snapshot ID of the instance system disk (`SnapshotId`).
4618
+ * - **Create a custom image from system disk and data disk snapshots**: Establish data associations among multiple disks (`DiskDeviceMapping`).
4619
+ * - Only one system disk snapshot can be specified.
4620
+ * - You can specify multiple data disk snapshots, up to a maximum of 16. If `DiskDeviceMapping.N.SnapshotId` is not specified, an empty data disk with the default capacity is created.
4621
+ *
4622
+ * > When an instance is released, the system disk is retained as a pay-as-you-go data disk. Snapshots created from this disk do not support creating custom images. Create a custom image before releasing the instance as needed.
4618
4623
  *
4619
4624
  * @param request - CreateImageRequest
4620
4625
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4725,26 +4730,25 @@ export default class Client extends OpenApi {
4725
4730
  }
4726
4731
 
4727
4732
  /**
4728
- * Create a custom image. You can then use the image to create ECS instances (`RunInstances`) or replace the system disk of an instance (`ReplaceSystemDisk`).
4733
+ * Creates a custom image. You can use the created custom image to create ECS instances (RunInstances) or replace the system disk of an instance (ReplaceSystemDisk).
4729
4734
  *
4730
4735
  * @remarks
4731
- * ### Usage notes
4732
- * - This operation is asynchronous. A successful request returns an image ID, but the image is not created immediately. You can call [DescribeImage](https://help.aliyun.com/document_detail/2679797.html) to query the image status. The image is ready for use when its status changes to `Available`. For more information, see [Overview of custom images](https://help.aliyun.com/document_detail/172789.html).
4733
- * - If the response to a query for ECS instance information contains `{"OperationLocks": {"LockReason" : "security"}}`, you cannot create a custom image from the instance.
4734
- * - We recommend configuring the image check parameter `DetectionStrategy` when you create an image. This helps the system optimize your image. For more information, see [Overview of image check](https://help.aliyun.com/document_detail/439819.html).
4735
- * This operation provides three methods to create a custom image. The request parameters are prioritized as follows: InstanceId > DiskDeviceMapping > SnapshotId. If your request includes two or more of these parameters, the operation creates the image based on the parameter with the highest priority.
4736
+ * ### Before you begin
4737
+ * - This is an asynchronous operation. After a request to create a custom image is sent, the image ID is returned. However, the image creation is not immediately complete. Call [DescribeImage](https://help.aliyun.com/document_detail/2679797.html) to query the image information. When the status in the response is `Available`, the image is created and ready for use. For more information, see [Custom image overview](https://help.aliyun.com/document_detail/172789.html).
4738
+ * - When you query ECS instance information, if the response contains {"OperationLocks": {"LockReason" : "security"}}, you cannot create a custom image.
4739
+ * - Configure the image detection parameter `DetectionStrategy` when creating an image to help the system optimize your image. For more information, see [Image detection overview](https://help.aliyun.com/document_detail/439819.html).
4740
+ * The following describes three methods to create a custom image by calling this operation. The priority of request parameters is: InstanceId > DiskDeviceMapping > SnapshotId. If your request contains two or more of these parameters, the image is created based on the parameter with the highest priority.
4736
4741
  * - **Create a custom image from an instance**: Specify the instance ID (`InstanceId`).
4737
- * - The instance must be in the `Running` or `Stopped` state.
4738
- * - A successful call creates a new snapshot for each cloud disk of the instance.
4739
- * >Notice:
4740
- * Data cached in memory on a running instance may not be written to disk. This can cause data inconsistencies between the custom image and the instance. We recommend stopping the instance by calling [StopInstances](https://help.aliyun.com/document_detail/155372.html) before creating an image.
4741
- *
4742
- * - **Create a custom image from a snapshot (snapshots created on or before July 15, 2013, cannot be used).**
4743
- * - **Create a custom image from a system disk snapshot**: Specify only the snapshot ID of the instance\\"s system disk (`SnapshotId`).
4744
- * - **Create a custom image from a system disk snapshot and data disk snapshots**: Map the snapshots to disks by using the `DiskDeviceMapping` parameter.
4745
- * - You can specify only one system disk snapshot.
4746
- * - You can specify up to 16 data disk snapshots. If you do not specify `DiskDeviceMapping.N.SnapshotId`, the system creates an empty data disk with the default capacity.
4747
- * > When you release an instance, the system retains its system disk and converts it to a pay-as-you-go data disk. You cannot use snapshots of this disk to create custom images. If you need a custom image, create it before you release the instance.
4742
+ * - The instance must be in the Running (`Running`) or Stopped (`Stopped`) state.
4743
+ * - After the operation is called, a new snapshot is created for each disk of the instance.
4744
+ * >Notice: Because a running instance may have cached data that has not been written to disks, the data of the created custom image may be inconsistent with the instance data. Stop the instance ([StopInstances](https://help.aliyun.com/document_detail/155372.html)) before creating the image.
4745
+ * - **Create a custom image from a snapshot (the specified snapshot cannot be one created on or before July 15, 2013.)**
4746
+ * - **Create a custom image from a system disk snapshot**: Specify only the snapshot ID of the instance system disk (`SnapshotId`).
4747
+ * - **Create a custom image from system disk and data disk snapshots**: Establish data associations among multiple disks (`DiskDeviceMapping`).
4748
+ * - Only one system disk snapshot can be specified.
4749
+ * - You can specify multiple data disk snapshots, up to a maximum of 16. If `DiskDeviceMapping.N.SnapshotId` is not specified, an empty data disk with the default capacity is created.
4750
+ *
4751
+ * > When an instance is released, the system disk is retained as a pay-as-you-go data disk. Snapshots created from this disk do not support creating custom images. Create a custom image before releasing the instance as needed.
4748
4752
  *
4749
4753
  * @param request - CreateImageRequest
4750
4754
  * @returns CreateImageResponse
@@ -5459,15 +5463,15 @@ export default class Client extends OpenApi {
5459
5463
  }
5460
5464
 
5461
5465
  /**
5462
- * Create an ECS instance launch template, abbreviated as a template. An instance launch template eliminates the need to enter numerous configuration parameters each time you create an instance.
5466
+ * Creates an ECS instance launch template. A launch template eliminates the need to configure a large number of parameters every time you create an instance.
5463
5467
  *
5464
5468
  * @remarks
5465
- * After you invoke CreateLaunchTemplate to create a template, Alibaba Cloud automatically generates a default version of the template with version number 1. You can subsequently create multiple versions based on this template by calling `CreateLaunchTemplateVersion`. Version numbers start from 1 and increment sequentially. If you do not specify a template version when creating an instance ([RunInstances](https://help.aliyun.com/document_detail/63440.html)), the default version is used.
5466
- * A launch template version includes configurations required for instance creation, such as the Region, image ID, instance type, security group ID, and Internet bandwidth. If a particular configuration is not specified in the template version, you must provide it explicitly when creating the instance.
5467
- * When invoking this API, note the following:
5468
- * - Each account can create up to 30 launch templates per Region, and each template can have up to 30 versions.
5469
- * - Most parameters in a launch template are optional. Alibaba Cloud does not validate the existence or validity of parameter values when you create the template. Validation occurs only when you actually create an instance.
5470
- * - If a configuration is set in the launch template, you cannot omit it when creating an instance ([RunInstances](https://help.aliyun.com/document_detail/63440.html)). For example, if the template sets `HostName=LocalHost`, and you leave `HostName` empty in `RunInstances`, the instance hostname will still be `LocalHost`. To overwrite the `HostName=LocalHost` setting, specify a different value such as `HostName=MyHost` in `RunInstances`.
5469
+ * After you call CreateLaunchTemplate to create a template, a default version with version number 1 is automatically generated. You can then create multiple versions based on this template (`CreateLaunchTemplateVersion`), with version numbers incrementing sequentially from 1. If you do not specify a template version when creating instances ([RunInstances](https://help.aliyun.com/document_detail/63440.html)), the default version is used.
5470
+ * A launch template version contains the configurations for creating instances, such as the region, image ID, instance type, security group ID, and public bandwidth. If a specific configuration is not specified in the version, you must specify it when you create instances.
5471
+ * When you call this operation, take note of the following items:
5472
+ * - Each account can create up to 30 launch templates per region, and each template can have up to 30 versions.
5473
+ * - Most parameters in a launch template are optional. When you create a template, Alibaba Cloud does not verify the existence or validity of parameter values. The validity of parameter values is verified only when you create instances.
5474
+ * - If a configuration is specified in the launch template, it cannot be filtered out when you create instances ([RunInstances](https://help.aliyun.com/document_detail/63440.html)). For example, if the template specifies `HostName=LocalHost` and the `HostName` value is left empty in `RunInstances`, the hostname of the instance is still `LocalHost`. To override the `HostName=LocalHost` configuration, set `HostName=MyHost` or another value in `RunInstances`.
5471
5475
  *
5472
5476
  * @param request - CreateLaunchTemplateRequest
5473
5477
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5718,15 +5722,15 @@ export default class Client extends OpenApi {
5718
5722
  }
5719
5723
 
5720
5724
  /**
5721
- * Create an ECS instance launch template, abbreviated as a template. An instance launch template eliminates the need to enter numerous configuration parameters each time you create an instance.
5725
+ * Creates an ECS instance launch template. A launch template eliminates the need to configure a large number of parameters every time you create an instance.
5722
5726
  *
5723
5727
  * @remarks
5724
- * After you invoke CreateLaunchTemplate to create a template, Alibaba Cloud automatically generates a default version of the template with version number 1. You can subsequently create multiple versions based on this template by calling `CreateLaunchTemplateVersion`. Version numbers start from 1 and increment sequentially. If you do not specify a template version when creating an instance ([RunInstances](https://help.aliyun.com/document_detail/63440.html)), the default version is used.
5725
- * A launch template version includes configurations required for instance creation, such as the Region, image ID, instance type, security group ID, and Internet bandwidth. If a particular configuration is not specified in the template version, you must provide it explicitly when creating the instance.
5726
- * When invoking this API, note the following:
5727
- * - Each account can create up to 30 launch templates per Region, and each template can have up to 30 versions.
5728
- * - Most parameters in a launch template are optional. Alibaba Cloud does not validate the existence or validity of parameter values when you create the template. Validation occurs only when you actually create an instance.
5729
- * - If a configuration is set in the launch template, you cannot omit it when creating an instance ([RunInstances](https://help.aliyun.com/document_detail/63440.html)). For example, if the template sets `HostName=LocalHost`, and you leave `HostName` empty in `RunInstances`, the instance hostname will still be `LocalHost`. To overwrite the `HostName=LocalHost` setting, specify a different value such as `HostName=MyHost` in `RunInstances`.
5728
+ * After you call CreateLaunchTemplate to create a template, a default version with version number 1 is automatically generated. You can then create multiple versions based on this template (`CreateLaunchTemplateVersion`), with version numbers incrementing sequentially from 1. If you do not specify a template version when creating instances ([RunInstances](https://help.aliyun.com/document_detail/63440.html)), the default version is used.
5729
+ * A launch template version contains the configurations for creating instances, such as the region, image ID, instance type, security group ID, and public bandwidth. If a specific configuration is not specified in the version, you must specify it when you create instances.
5730
+ * When you call this operation, take note of the following items:
5731
+ * - Each account can create up to 30 launch templates per region, and each template can have up to 30 versions.
5732
+ * - Most parameters in a launch template are optional. When you create a template, Alibaba Cloud does not verify the existence or validity of parameter values. The validity of parameter values is verified only when you create instances.
5733
+ * - If a configuration is specified in the launch template, it cannot be filtered out when you create instances ([RunInstances](https://help.aliyun.com/document_detail/63440.html)). For example, if the template specifies `HostName=LocalHost` and the `HostName` value is left empty in `RunInstances`, the hostname of the instance is still `LocalHost`. To override the `HostName=LocalHost` configuration, set `HostName=MyHost` or another value in `RunInstances`.
5730
5734
  *
5731
5735
  * @param request - CreateLaunchTemplateRequest
5732
5736
  * @returns CreateLaunchTemplateResponse
@@ -7309,30 +7313,30 @@ export default class Client extends OpenApi {
7309
7313
  }
7310
7314
 
7311
7315
  /**
7312
- * Create a snapshot of a cloud disk.
7313
- *
7314
- * @remarks
7315
- * The instant access feature for snapshots replaces the legacy local snapshot feature. The parameters are described as follows:
7316
- * - If you used local snapshots before December 14, 2020, you can continue to use the `Category` parameter.
7317
- * - If you did not use local snapshots before December 14, 2020, no additional configuration is required. New snapshots that are created for ESSD cloud disks (ESSDs, ESSD AutoPL disks, ESSD Entry disks, and zone-redundant ESSDs) have the instant access feature enabled by default. This applies to both manual and automatic snapshots. The instant access-related parameters `InstantAccess`, `InstantAccessRetentionDays`, and `DisableInstantAccess` no longer take effect. The `DescribeSnapshots` and `DescribeSnapshotGroups` API operations return an `Available` parameter that indicates the snapshot\\"s status.
7318
- * Prerequisites:
7319
- * - The snapshot feature is enabled. For more information, see [Enable the snapshot feature](https://help.aliyun.com/document_detail/108381.html).
7320
- * - The cloud disk must be in the **in-use** or **available** state. Note the following points:
7321
- * - If the cloud disk is in the **in-use** state, the instance to which the disk is attached must be in the **running** or **stopped** state.
7322
- * - If the cloud disk is in the **available** state, you can create snapshots for it only if it has been previously attached to an ECS instance.
7323
- * - When you use cloud disks to create dynamic scalable volumes or RAID arrays, we recommend that you use snapshot consistency groups and enable application-consistent snapshots to back up data. A snapshot consistency group ensures the crash consistency and write-order consistency of data written across multiple cloud disks. For more information, see [Create a snapshot consistency group](https://help.aliyun.com/document_detail/199625.html) and [Create an application-consistent snapshot](https://help.aliyun.com/document_detail/208589.html).
7324
- * Keep the following in mind when creating a snapshot:
7325
- * - Create snapshots during off-peak hours. During snapshot creation, the I/O performance of the cloud disk decreases by less than 10% and read and write operations may temporarily slow down.
7326
- * - You cannot use a snapshot that is being created to create a custom image ([CreateImage](https://help.aliyun.com/document_detail/25535.html)).
7327
- * - The snapshot does not back up incremental data generated on the cloud disk during the creation process.
7328
- * - If the cloud disk is attached to an ECS instance, do not change the state of the instance, such as stopping or restarting the instance, during snapshot creation. Otherwise, the snapshot creation will fail.
7329
- * - You cannot resize a cloud disk during snapshot creation. You can resize the cloud disk only after the snapshot is complete.
7330
- * - You can create a snapshot for a cloud disk that is in the **expired** (`Expired`) state. If the cloud disk is released due to expiration when the snapshot is being created, the snapshot in the **creating** (`Creating`) state is also deleted.
7331
- * - After a snapshot is created, you are charged for the snapshot based on its size. The fees are settled on a per-region basis. For more information, see [Snapshots](https://help.aliyun.com/document_detail/56159.html).
7332
- * - You cannot create a snapshot for a cloud disk in the following cases:
7333
- * - The number of manual snapshots of the cloud disk has reached the upper limit. For more information, see [Limits](~~25412#SnapshotQuota1~~).
7334
- * - The limit on the number of snapshots that can be created concurrently has been reached. For more information, see [Limits](~~25412#SnapshotQuota1~~).
7335
- * - When you query the information of an ECS instance, if the returned data contains `{"OperationLocks": {"LockReason" : "security"}}`, all operations on the instance are prohibited.
7316
+ * Creates a snapshot for a disk.
7317
+ *
7318
+ * @remarks
7319
+ * The local snapshot feature has been replaced by the snapshot instant access feature. Metric description is as follows:
7320
+ * - If you used local snapshots before December 14, 2020, you can use the `Category` parameter as Normal.
7321
+ * - If you did not use local snapshots before December 14, 2020, no additional configuration is required. New snapshots created for ESSD series disks (ESSD, ESSD AutoPL, ESSD Entry, and regional ESSD) are instantly active by default, and both manual snapshots and automatic snapshots are supported. The three snapshot instant access-related parameters `InstantAccess`, `InstantAccessRetentionDays`, and `DisableInstantAccess` in API operations no longer take effect. The `DescribeSnapshots` and `DescribeSnapshotGroups` API operations will include a new response parameter named Available to describe the active status of snapshots.
7322
+ * Before you begin:
7323
+ * - Activate the snapshot feature. For more information, see [Activate snapshots](https://help.aliyun.com/document_detail/108381.html).
7324
+ * - The disk must be in the **In Use** or **Unattached** state. Note the following items for different states:
7325
+ * - If the disk is in the **In Use** state, the instance must be in the **Running** or **Stopped** state.
7326
+ * - If the disk is in the **Unattached** state, the disk must have been previously attached to an ECS instance. Snapshots cannot be created for disks that have never been attached to an ECS instance.
7327
+ * - When a disk is used to create a dynamic extended volume or a RAID array, use a snapshot-consistent group and enable application-consistent snapshots to back up data. Snapshot-consistent groups ensure write order consistency and crash consistency for data written to multiple disks in a business system. For more information, see [Create a snapshot-consistent group](https://help.aliyun.com/document_detail/199625.html) and [Create an application-consistent snapshot](https://help.aliyun.com/document_detail/208589.html).
7328
+ * When you create a snapshot, take note of the following items:
7329
+ * - Avoid creating snapshots during peak business hours. When a snapshot is being created, the I/O performance of the disk decreases by up to 10%, and read and write performance may be briefly affected.
7330
+ * - If the snapshot has not been created, it cannot be used to create a custom image ([CreateImage](https://help.aliyun.com/document_detail/25535.html)).
7331
+ * - Incremental data generated by disk operations during snapshot creation is not backup to the snapshot.
7332
+ * - If the disk is attached to an ECS instance, do not change the instance status during snapshot creation, such as stopping or restarting the ECS instance. Otherwise, the snapshot creation is failed.
7333
+ * - A disk for which a snapshot is being created does not support scale-out. Wait until the snapshot is created before you execute the scale-out operation.
7334
+ * - You can create snapshots for disks in the **Expired** (`Expired`) state. If the disk reaches its expiration release time during snapshot creation, the disk is released and the snapshot in the **Creating** (`Creating`) state is also deleted.
7335
+ * - After a snapshot is created, the system calculates fees based on the snapshot size in each region separately. For more information, see [Snapshot billing](https://help.aliyun.com/document_detail/56159.html).
7336
+ * - In the following scenarios, you cannot create a snapshot for the specified disk:
7337
+ * - The number of manual snapshots retained for the disk has reached the upper limit. For more information, see [Snapshot limits](~~25412#SnapshotQuota1~~).
7338
+ * - Snapshot creation has concurrency limits. Exceeding the limits causes creation failures. For more information, see [Snapshot limits](~~25412#SnapshotQuota1~~).
7339
+ * - When you query ECS instance information, if the returned data contains `{"OperationLocks": {"LockReason" : "security"}}`, all operations are prohibited.
7336
7340
  *
7337
7341
  * @param request - CreateSnapshotRequest
7338
7342
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7419,30 +7423,30 @@ export default class Client extends OpenApi {
7419
7423
  }
7420
7424
 
7421
7425
  /**
7422
- * Create a snapshot of a cloud disk.
7423
- *
7424
- * @remarks
7425
- * The instant access feature for snapshots replaces the legacy local snapshot feature. The parameters are described as follows:
7426
- * - If you used local snapshots before December 14, 2020, you can continue to use the `Category` parameter.
7427
- * - If you did not use local snapshots before December 14, 2020, no additional configuration is required. New snapshots that are created for ESSD cloud disks (ESSDs, ESSD AutoPL disks, ESSD Entry disks, and zone-redundant ESSDs) have the instant access feature enabled by default. This applies to both manual and automatic snapshots. The instant access-related parameters `InstantAccess`, `InstantAccessRetentionDays`, and `DisableInstantAccess` no longer take effect. The `DescribeSnapshots` and `DescribeSnapshotGroups` API operations return an `Available` parameter that indicates the snapshot\\"s status.
7428
- * Prerequisites:
7429
- * - The snapshot feature is enabled. For more information, see [Enable the snapshot feature](https://help.aliyun.com/document_detail/108381.html).
7430
- * - The cloud disk must be in the **in-use** or **available** state. Note the following points:
7431
- * - If the cloud disk is in the **in-use** state, the instance to which the disk is attached must be in the **running** or **stopped** state.
7432
- * - If the cloud disk is in the **available** state, you can create snapshots for it only if it has been previously attached to an ECS instance.
7433
- * - When you use cloud disks to create dynamic scalable volumes or RAID arrays, we recommend that you use snapshot consistency groups and enable application-consistent snapshots to back up data. A snapshot consistency group ensures the crash consistency and write-order consistency of data written across multiple cloud disks. For more information, see [Create a snapshot consistency group](https://help.aliyun.com/document_detail/199625.html) and [Create an application-consistent snapshot](https://help.aliyun.com/document_detail/208589.html).
7434
- * Keep the following in mind when creating a snapshot:
7435
- * - Create snapshots during off-peak hours. During snapshot creation, the I/O performance of the cloud disk decreases by less than 10% and read and write operations may temporarily slow down.
7436
- * - You cannot use a snapshot that is being created to create a custom image ([CreateImage](https://help.aliyun.com/document_detail/25535.html)).
7437
- * - The snapshot does not back up incremental data generated on the cloud disk during the creation process.
7438
- * - If the cloud disk is attached to an ECS instance, do not change the state of the instance, such as stopping or restarting the instance, during snapshot creation. Otherwise, the snapshot creation will fail.
7439
- * - You cannot resize a cloud disk during snapshot creation. You can resize the cloud disk only after the snapshot is complete.
7440
- * - You can create a snapshot for a cloud disk that is in the **expired** (`Expired`) state. If the cloud disk is released due to expiration when the snapshot is being created, the snapshot in the **creating** (`Creating`) state is also deleted.
7441
- * - After a snapshot is created, you are charged for the snapshot based on its size. The fees are settled on a per-region basis. For more information, see [Snapshots](https://help.aliyun.com/document_detail/56159.html).
7442
- * - You cannot create a snapshot for a cloud disk in the following cases:
7443
- * - The number of manual snapshots of the cloud disk has reached the upper limit. For more information, see [Limits](~~25412#SnapshotQuota1~~).
7444
- * - The limit on the number of snapshots that can be created concurrently has been reached. For more information, see [Limits](~~25412#SnapshotQuota1~~).
7445
- * - When you query the information of an ECS instance, if the returned data contains `{"OperationLocks": {"LockReason" : "security"}}`, all operations on the instance are prohibited.
7426
+ * Creates a snapshot for a disk.
7427
+ *
7428
+ * @remarks
7429
+ * The local snapshot feature has been replaced by the snapshot instant access feature. Metric description is as follows:
7430
+ * - If you used local snapshots before December 14, 2020, you can use the `Category` parameter as Normal.
7431
+ * - If you did not use local snapshots before December 14, 2020, no additional configuration is required. New snapshots created for ESSD series disks (ESSD, ESSD AutoPL, ESSD Entry, and regional ESSD) are instantly active by default, and both manual snapshots and automatic snapshots are supported. The three snapshot instant access-related parameters `InstantAccess`, `InstantAccessRetentionDays`, and `DisableInstantAccess` in API operations no longer take effect. The `DescribeSnapshots` and `DescribeSnapshotGroups` API operations will include a new response parameter named Available to describe the active status of snapshots.
7432
+ * Before you begin:
7433
+ * - Activate the snapshot feature. For more information, see [Activate snapshots](https://help.aliyun.com/document_detail/108381.html).
7434
+ * - The disk must be in the **In Use** or **Unattached** state. Note the following items for different states:
7435
+ * - If the disk is in the **In Use** state, the instance must be in the **Running** or **Stopped** state.
7436
+ * - If the disk is in the **Unattached** state, the disk must have been previously attached to an ECS instance. Snapshots cannot be created for disks that have never been attached to an ECS instance.
7437
+ * - When a disk is used to create a dynamic extended volume or a RAID array, use a snapshot-consistent group and enable application-consistent snapshots to back up data. Snapshot-consistent groups ensure write order consistency and crash consistency for data written to multiple disks in a business system. For more information, see [Create a snapshot-consistent group](https://help.aliyun.com/document_detail/199625.html) and [Create an application-consistent snapshot](https://help.aliyun.com/document_detail/208589.html).
7438
+ * When you create a snapshot, take note of the following items:
7439
+ * - Avoid creating snapshots during peak business hours. When a snapshot is being created, the I/O performance of the disk decreases by up to 10%, and read and write performance may be briefly affected.
7440
+ * - If the snapshot has not been created, it cannot be used to create a custom image ([CreateImage](https://help.aliyun.com/document_detail/25535.html)).
7441
+ * - Incremental data generated by disk operations during snapshot creation is not backup to the snapshot.
7442
+ * - If the disk is attached to an ECS instance, do not change the instance status during snapshot creation, such as stopping or restarting the ECS instance. Otherwise, the snapshot creation is failed.
7443
+ * - A disk for which a snapshot is being created does not support scale-out. Wait until the snapshot is created before you execute the scale-out operation.
7444
+ * - You can create snapshots for disks in the **Expired** (`Expired`) state. If the disk reaches its expiration release time during snapshot creation, the disk is released and the snapshot in the **Creating** (`Creating`) state is also deleted.
7445
+ * - After a snapshot is created, the system calculates fees based on the snapshot size in each region separately. For more information, see [Snapshot billing](https://help.aliyun.com/document_detail/56159.html).
7446
+ * - In the following scenarios, you cannot create a snapshot for the specified disk:
7447
+ * - The number of manual snapshots retained for the disk has reached the upper limit. For more information, see [Snapshot limits](~~25412#SnapshotQuota1~~).
7448
+ * - Snapshot creation has concurrency limits. Exceeding the limits causes creation failures. For more information, see [Snapshot limits](~~25412#SnapshotQuota1~~).
7449
+ * - When you query ECS instance information, if the returned data contains `{"OperationLocks": {"LockReason" : "security"}}`, all operations are prohibited.
7446
7450
  *
7447
7451
  * @param request - CreateSnapshotRequest
7448
7452
  * @returns CreateSnapshotResponse
@@ -7453,20 +7457,20 @@ export default class Client extends OpenApi {
7453
7457
  }
7454
7458
 
7455
7459
  /**
7456
- * Creates a snapshot-consistent group for the disks of an Elastic Compute Service (ECS) instance. A snapshot-consistent group contains snapshots of one or more disks.
7460
+ * Creates a snapshot-consistent group for disks attached to a specified ECS instance. A snapshot-consistent group contains snapshots of one or more disks.
7457
7461
  *
7458
7462
  * @remarks
7459
- * 您可以设置`InstanceId`为实例内的指定云盘创建快照一致性组;也可以只使用`DiskId.N`为同可用区内多台 ECS 实例挂载的多块云盘创建快照一致性组。
7460
- * > `DiskId.N`不可与`ExcludeDiskId.N`同时设置。此外,如果设置了`InstanceId`,则`DiskId.N`只能设置指定实例内已挂载的云盘,不再支持设置多个跨实例的云盘 ID。
7461
- * 创建快照一致性组时,请注意:
7462
- * - 待创建快照的云盘必须处于**使用中**(`In_use`)或**待挂载**(`Available`)的状态。
7463
- * - 如果云盘处于**使用中**(`In_use`)的状态,则 ECS 实例状态为**运行中**(`Running`)或者**已停止**(`Stopped`)。
7464
- * - 如果云盘处于**待挂载**(`Available`)的状态,则需要保证云盘有过挂载到 ECS 实例的历史操作。从未挂载过 ECS 实例的云盘不支持创建快照。
7465
- * - 目前快照一致性组只支持 ESSD 系列云盘(ESSDESSD AutoPLESSD Entry)。
7466
- * - 单个快照一致性组最多包括 16 块云盘(包括系统盘和数据盘),且总容量不超过 32 TiB
7467
- * - 您自行创建的快照会一直保留,请定期删除不再需要的快照,避免快照容量持续扣费。
7468
- * - 开启多重挂载特性的云盘不支持创建快照一致性组。如果实例挂载了开启多重挂载特性的云盘,您需要设置`ExcludeDiskId.N`参数排除该云盘。
7469
- * 关于快照一致性组的功能、计费等信息,请参见[快照一致性组](https://help.aliyun.com/document_detail/199625.html)
7463
+ * You can set `InstanceId` to create a snapshot-consistent group for specified disks within an instance. Alternatively, you can use only `DiskId.N` to create a snapshot-consistent group for multiple disks attached to multiple ECS instances in the same zone.
7464
+ * > `DiskId.N` and `ExcludeDiskId.N` cannot be specified at the same time. If `InstanceId` is specified, `DiskId.N` can only be set to disks attached to the specified instance and no longer supports specifying disk IDs across multiple instances.
7465
+ * When you create a snapshot-consistent group, take note of the following items:
7466
+ * - The disks for which you want to create snapshots must be in the **In Use** (`In_use`) or **Available** (`Available`) state.
7467
+ * - If a disk is in the **In Use** (`In_use`) state, the ECS instance status must be **Running** (`Running`) or **Stopped** (`Stopped`).
7468
+ * - If a disk is in the **Available** (`Available`) state, the disk must have been previously attached to an ECS instance. Disks that have never been attached to an ECS instance do not support snapshot creation.
7469
+ * - Snapshot-consistent groups support only ESSD series disks (ESSD, ESSD AutoPL, and ESSD Entry).
7470
+ * - A single snapshot-consistent group can contain up to 16 disks (including system disks and data disks), and the total capacity cannot exceed 32 TiB.
7471
+ * - Snapshots that you manually create are retained until you delete them. Delete unnecessary snapshots on a regular basis to avoid incurring ongoing snapshot size fees.
7472
+ * - Disks with the multi-attach attribute enabled do not support snapshot-consistent groups. If an instance has a multi-attach disk attached, set the `ExcludeDiskId.N` parameter to exclude the disk.
7473
+ * For more information about the features and billing of snapshot-consistent groups, see [Snapshot-consistent groups](https://help.aliyun.com/document_detail/199625.html).
7470
7474
  *
7471
7475
  * @param request - CreateSnapshotGroupRequest
7472
7476
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7557,20 +7561,20 @@ export default class Client extends OpenApi {
7557
7561
  }
7558
7562
 
7559
7563
  /**
7560
- * Creates a snapshot-consistent group for the disks of an Elastic Compute Service (ECS) instance. A snapshot-consistent group contains snapshots of one or more disks.
7564
+ * Creates a snapshot-consistent group for disks attached to a specified ECS instance. A snapshot-consistent group contains snapshots of one or more disks.
7561
7565
  *
7562
7566
  * @remarks
7563
- * 您可以设置`InstanceId`为实例内的指定云盘创建快照一致性组;也可以只使用`DiskId.N`为同可用区内多台 ECS 实例挂载的多块云盘创建快照一致性组。
7564
- * > `DiskId.N`不可与`ExcludeDiskId.N`同时设置。此外,如果设置了`InstanceId`,则`DiskId.N`只能设置指定实例内已挂载的云盘,不再支持设置多个跨实例的云盘 ID。
7565
- * 创建快照一致性组时,请注意:
7566
- * - 待创建快照的云盘必须处于**使用中**(`In_use`)或**待挂载**(`Available`)的状态。
7567
- * - 如果云盘处于**使用中**(`In_use`)的状态,则 ECS 实例状态为**运行中**(`Running`)或者**已停止**(`Stopped`)。
7568
- * - 如果云盘处于**待挂载**(`Available`)的状态,则需要保证云盘有过挂载到 ECS 实例的历史操作。从未挂载过 ECS 实例的云盘不支持创建快照。
7569
- * - 目前快照一致性组只支持 ESSD 系列云盘(ESSDESSD AutoPLESSD Entry)。
7570
- * - 单个快照一致性组最多包括 16 块云盘(包括系统盘和数据盘),且总容量不超过 32 TiB
7571
- * - 您自行创建的快照会一直保留,请定期删除不再需要的快照,避免快照容量持续扣费。
7572
- * - 开启多重挂载特性的云盘不支持创建快照一致性组。如果实例挂载了开启多重挂载特性的云盘,您需要设置`ExcludeDiskId.N`参数排除该云盘。
7573
- * 关于快照一致性组的功能、计费等信息,请参见[快照一致性组](https://help.aliyun.com/document_detail/199625.html)
7567
+ * You can set `InstanceId` to create a snapshot-consistent group for specified disks within an instance. Alternatively, you can use only `DiskId.N` to create a snapshot-consistent group for multiple disks attached to multiple ECS instances in the same zone.
7568
+ * > `DiskId.N` and `ExcludeDiskId.N` cannot be specified at the same time. If `InstanceId` is specified, `DiskId.N` can only be set to disks attached to the specified instance and no longer supports specifying disk IDs across multiple instances.
7569
+ * When you create a snapshot-consistent group, take note of the following items:
7570
+ * - The disks for which you want to create snapshots must be in the **In Use** (`In_use`) or **Available** (`Available`) state.
7571
+ * - If a disk is in the **In Use** (`In_use`) state, the ECS instance status must be **Running** (`Running`) or **Stopped** (`Stopped`).
7572
+ * - If a disk is in the **Available** (`Available`) state, the disk must have been previously attached to an ECS instance. Disks that have never been attached to an ECS instance do not support snapshot creation.
7573
+ * - Snapshot-consistent groups support only ESSD series disks (ESSD, ESSD AutoPL, and ESSD Entry).
7574
+ * - A single snapshot-consistent group can contain up to 16 disks (including system disks and data disks), and the total capacity cannot exceed 32 TiB.
7575
+ * - Snapshots that you manually create are retained until you delete them. Delete unnecessary snapshots on a regular basis to avoid incurring ongoing snapshot size fees.
7576
+ * - Disks with the multi-attach attribute enabled do not support snapshot-consistent groups. If an instance has a multi-attach disk attached, set the `ExcludeDiskId.N` parameter to exclude the disk.
7577
+ * For more information about the features and billing of snapshot-consistent groups, see [Snapshot-consistent groups](https://help.aliyun.com/document_detail/199625.html).
7574
7578
  *
7575
7579
  * @param request - CreateSnapshotGroupRequest
7576
7580
  * @returns CreateSnapshotGroupResponse
@@ -8663,13 +8667,13 @@ export default class Client extends OpenApi {
8663
8667
  }
8664
8668
 
8665
8669
  /**
8666
- * Releases a pay-as-you-go data disk. Supported disk types include basic disks, ultra disks, standard SSDs, and enterprise SSDs (ESSDs).
8670
+ * Releases a pay-as-you-go data disk. Disk types include basic disks, ultra disks, standard SSDs, and enterprise SSDs.
8667
8671
  *
8668
8672
  * @remarks
8669
8673
  * When you invoke this operation, take note of the following items:
8670
8674
  * - Manual snapshots of the disk are retained.
8671
- * - You can invoke [ModifyDiskAttribute](https://help.aliyun.com/document_detail/25517.html) to specify whether to retain or release automatic snapshots along with the disk. Delete unnecessary snapshots promptly to maintain sufficient snapshot quota for epoch-based automatic snapshot policy execution.
8672
- * - The disk must be in the **Unattached** (Available) state when you release it.
8675
+ * - You can invoke [ModifyDiskAttribute](https://help.aliyun.com/document_detail/25517.html) to configure the Settings for whether to retain or release automatic snapshots together with the disk. Delete unnecessary snapshots promptly to maintain sufficient snapshot quota for epoch-based automatic snapshot policy.
8676
+ * - The disk must be in the Pending Attach (Available) state when you release it.
8673
8677
  * - If the disk with the specified ID does not exist, the request is ignored.
8674
8678
  *
8675
8679
  * @param request - DeleteDiskRequest
@@ -8717,13 +8721,13 @@ export default class Client extends OpenApi {
8717
8721
  }
8718
8722
 
8719
8723
  /**
8720
- * Releases a pay-as-you-go data disk. Supported disk types include basic disks, ultra disks, standard SSDs, and enterprise SSDs (ESSDs).
8724
+ * Releases a pay-as-you-go data disk. Disk types include basic disks, ultra disks, standard SSDs, and enterprise SSDs.
8721
8725
  *
8722
8726
  * @remarks
8723
8727
  * When you invoke this operation, take note of the following items:
8724
8728
  * - Manual snapshots of the disk are retained.
8725
- * - You can invoke [ModifyDiskAttribute](https://help.aliyun.com/document_detail/25517.html) to specify whether to retain or release automatic snapshots along with the disk. Delete unnecessary snapshots promptly to maintain sufficient snapshot quota for epoch-based automatic snapshot policy execution.
8726
- * - The disk must be in the **Unattached** (Available) state when you release it.
8729
+ * - You can invoke [ModifyDiskAttribute](https://help.aliyun.com/document_detail/25517.html) to configure the Settings for whether to retain or release automatic snapshots together with the disk. Delete unnecessary snapshots promptly to maintain sufficient snapshot quota for epoch-based automatic snapshot policy.
8730
+ * - The disk must be in the Pending Attach (Available) state when you release it.
8727
8731
  * - If the disk with the specified ID does not exist, the request is ignored.
8728
8732
  *
8729
8733
  * @param request - DeleteDiskRequest
@@ -10314,13 +10318,13 @@ export default class Client extends OpenApi {
10314
10318
  }
10315
10319
 
10316
10320
  /**
10317
- * Deletes a specified snapshot. If you call this operation to delete a snapshot that is being created, the associated snapshot creation task is also canceled.
10321
+ * Deletes a specified snapshot. You can also call this operation to cancel a snapshot that is being created.
10318
10322
  *
10319
10323
  * @remarks
10320
- * Take note of the following items:
10321
- * - If the snapshot does not exist, the request is ignored.
10322
- * - If the snapshot has been used to create custom images, the snapshot cannot be deleted. You need to call the [DeleteImage](https://help.aliyun.com/document_detail/25537.html) operation to delete the custom images before you can delete the snapshot.
10323
- * - If the snapshot has been used to create disks and `Force` is not specified or is set to `false`, the snapshot cannot be deleted directly. If you want to delete the snapshot, set `Force` to true to forcibly delete the snapshot. The disks created from the snapshot cannot be re-initialized after the snapshot is forcibly deleted.
10324
+ * When you invoke this operation, note the following items:
10325
+ * - If the specified snapshot ID does not exist, the request is ignored.
10326
+ * - If the snapshot has been used to create a custom image, the snapshot cannot be deleted. You must first delete the custom image ([DeleteImage](https://help.aliyun.com/document_detail/25537.html)) before you can delete the snapshot.
10327
+ * - If the snapshot has been used to create a cloud disk and the `Force` parameter is not set or is set to `Force=false`, the snapshot cannot be directly deleted. To delete the snapshot, set `Force=true` to force delete it. After the snapshot is force deleted, the corresponding cloud disk cannot be reinitialized.
10324
10328
  *
10325
10329
  * @param request - DeleteSnapshotRequest
10326
10330
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10371,13 +10375,13 @@ export default class Client extends OpenApi {
10371
10375
  }
10372
10376
 
10373
10377
  /**
10374
- * Deletes a specified snapshot. If you call this operation to delete a snapshot that is being created, the associated snapshot creation task is also canceled.
10378
+ * Deletes a specified snapshot. You can also call this operation to cancel a snapshot that is being created.
10375
10379
  *
10376
10380
  * @remarks
10377
- * Take note of the following items:
10378
- * - If the snapshot does not exist, the request is ignored.
10379
- * - If the snapshot has been used to create custom images, the snapshot cannot be deleted. You need to call the [DeleteImage](https://help.aliyun.com/document_detail/25537.html) operation to delete the custom images before you can delete the snapshot.
10380
- * - If the snapshot has been used to create disks and `Force` is not specified or is set to `false`, the snapshot cannot be deleted directly. If you want to delete the snapshot, set `Force` to true to forcibly delete the snapshot. The disks created from the snapshot cannot be re-initialized after the snapshot is forcibly deleted.
10381
+ * When you invoke this operation, note the following items:
10382
+ * - If the specified snapshot ID does not exist, the request is ignored.
10383
+ * - If the snapshot has been used to create a custom image, the snapshot cannot be deleted. You must first delete the custom image ([DeleteImage](https://help.aliyun.com/document_detail/25537.html)) before you can delete the snapshot.
10384
+ * - If the snapshot has been used to create a cloud disk and the `Force` parameter is not set or is set to `Force=false`, the snapshot cannot be directly deleted. To delete the snapshot, set `Force=true` to force delete it. After the snapshot is force deleted, the corresponding cloud disk cannot be reinitialized.
10381
10385
  *
10382
10386
  * @param request - DeleteSnapshotRequest
10383
10387
  * @returns DeleteSnapshotResponse
@@ -10388,10 +10392,10 @@ export default class Client extends OpenApi {
10388
10392
  }
10389
10393
 
10390
10394
  /**
10391
- * Deletes snapshot-consistent groups.
10395
+ * Deletes a snapshot-consistent group.
10392
10396
  *
10393
10397
  * @remarks
10394
- * If a disk snapshot that is contained in a snapshot-consistent group has been used to create a custom image, the disk snapshot is retained after the snapshot-consistent group is deleted. Before you can delete the disk snapshot, you must call the [DeleteImage](https://help.aliyun.com/document_detail/25537.html) operation to delete the custom image. Then, you can call the [DeleteSnapshot](https://help.aliyun.com/document_detail/25525.html) operation to delete the disk snapshot.
10398
+ * If disk snapshots in a snapshot-consistent group have been used to create custom images, the related disk snapshots are not deleted when the snapshot-consistent group is deleted. To delete the related disk snapshots, first delete the custom images ([DeleteImage](https://help.aliyun.com/document_detail/25537.html)), and then delete the related disk snapshots ([DeleteSnapshot](https://help.aliyun.com/document_detail/25525.html)).
10395
10399
  *
10396
10400
  * @param request - DeleteSnapshotGroupRequest
10397
10401
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10442,10 +10446,10 @@ export default class Client extends OpenApi {
10442
10446
  }
10443
10447
 
10444
10448
  /**
10445
- * Deletes snapshot-consistent groups.
10449
+ * Deletes a snapshot-consistent group.
10446
10450
  *
10447
10451
  * @remarks
10448
- * If a disk snapshot that is contained in a snapshot-consistent group has been used to create a custom image, the disk snapshot is retained after the snapshot-consistent group is deleted. Before you can delete the disk snapshot, you must call the [DeleteImage](https://help.aliyun.com/document_detail/25537.html) operation to delete the custom image. Then, you can call the [DeleteSnapshot](https://help.aliyun.com/document_detail/25525.html) operation to delete the disk snapshot.
10452
+ * If disk snapshots in a snapshot-consistent group have been used to create custom images, the related disk snapshots are not deleted when the snapshot-consistent group is deleted. To delete the related disk snapshots, first delete the custom images ([DeleteImage](https://help.aliyun.com/document_detail/25537.html)), and then delete the related disk snapshots ([DeleteSnapshot](https://help.aliyun.com/document_detail/25525.html)).
10449
10453
  *
10450
10454
  * @param request - DeleteSnapshotGroupRequest
10451
10455
  * @returns DeleteSnapshotGroupResponse
@@ -13245,7 +13249,7 @@ export default class Client extends OpenApi {
13245
13249
  }
13246
13250
 
13247
13251
  /**
13248
- * Queries the Key Management Service (KMS) key used by the Account-level Elastic Block Storage (EBS) Default Encryption feature in a region.
13252
+ * Queries the key used for account-level default encryption of block storage.
13249
13253
  *
13250
13254
  * @param request - DescribeDiskDefaultKMSKeyIdRequest
13251
13255
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13284,7 +13288,7 @@ export default class Client extends OpenApi {
13284
13288
  }
13285
13289
 
13286
13290
  /**
13287
- * Queries the Key Management Service (KMS) key used by the Account-level Elastic Block Storage (EBS) Default Encryption feature in a region.
13291
+ * Queries the key used for account-level default encryption of block storage.
13288
13292
  *
13289
13293
  * @param request - DescribeDiskDefaultKMSKeyIdRequest
13290
13294
  * @returns DescribeDiskDefaultKMSKeyIdResponse
@@ -13295,7 +13299,7 @@ export default class Client extends OpenApi {
13295
13299
  }
13296
13300
 
13297
13301
  /**
13298
- * Queries whether account-level default encryption of Elastic Block Storage (EBS) resources is enabled in a region.
13302
+ * Queries the service status of account-level default encryption for block storage in a specified region.
13299
13303
  *
13300
13304
  * @param request - DescribeDiskEncryptionByDefaultStatusRequest
13301
13305
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13334,7 +13338,7 @@ export default class Client extends OpenApi {
13334
13338
  }
13335
13339
 
13336
13340
  /**
13337
- * Queries whether account-level default encryption of Elastic Block Storage (EBS) resources is enabled in a region.
13341
+ * Queries the service status of account-level default encryption for block storage in a specified region.
13338
13342
  *
13339
13343
  * @param request - DescribeDiskEncryptionByDefaultStatusRequest
13340
13344
  * @returns DescribeDiskEncryptionByDefaultStatusResponse
@@ -15005,13 +15009,13 @@ export default class Client extends OpenApi {
15005
15009
  }
15006
15010
 
15007
15011
  /**
15008
- * Specify parameters such as ImageId, image usage scenario, and Filter to query the list of image resources you can use.
15012
+ * Queries the list of image resources that you can use by specifying parameters such as ImageId, image usage scenarios, and Filter conditions.
15009
15013
  *
15010
15014
  * @remarks
15011
- * - The image resources you can query include your custom images, public images provided by Alibaba Cloud, Alibaba Cloud Marketplace images, and shared images actively shared with you by other Alibaba Cloud users.
15012
- * - Paged query is supported. The query results include the total number of usable image resources and the image resources on the current page. The default number of entries per page is 10.
15013
- * - When invoking the API through the Alibaba Cloud command-line interface (CLI), the values of request parameters of different data types must comply with format requirements. For more information, see [CLI Parameter Format Description](https://help.aliyun.com/document_detail/110340.html).
15014
- * - When querying official Alibaba Cloud images or shared images (where ImageOwnerAlias is set to system or others), RAM authentication rules are ignored for this request. For more information, see [Authentication Rules](https://help.aliyun.com/document_detail/25497.html).
15015
+ * - Image resources that you can query include your custom images, public images provided by Alibaba Cloud, Alibaba Cloud Marketplace images, and shared images that other Alibaba Cloud users have shared with you.
15016
+ * - Paging is supported. The query results include the total number of available image resources and the image resources on the current page. The default number of entries per page is 10.
15017
+ * - When you invoke an API operation by using Cloud Assistant CLI, request parameters of different data types must comply with format requirements. For more information, see [CLI parameter format](https://help.aliyun.com/document_detail/110340.html).
15018
+ * - When you query images provided by Alibaba Cloud or shared images (ImageOwnerAlias is set to system or others), the request can bypass RAM authentication rules. For more information, see [Authentication rules](https://help.aliyun.com/document_detail/25497.html).
15015
15019
  *
15016
15020
  * @param request - DescribeImagesRequest
15017
15021
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15124,6 +15128,10 @@ export default class Client extends OpenApi {
15124
15128
  query["Tag"] = request.tag;
15125
15129
  }
15126
15130
 
15131
+ if (!$dara.isNull(request.usable)) {
15132
+ query["Usable"] = request.usable;
15133
+ }
15134
+
15127
15135
  if (!$dara.isNull(request.usage)) {
15128
15136
  query["Usage"] = request.usage;
15129
15137
  }
@@ -15146,13 +15154,13 @@ export default class Client extends OpenApi {
15146
15154
  }
15147
15155
 
15148
15156
  /**
15149
- * Specify parameters such as ImageId, image usage scenario, and Filter to query the list of image resources you can use.
15157
+ * Queries the list of image resources that you can use by specifying parameters such as ImageId, image usage scenarios, and Filter conditions.
15150
15158
  *
15151
15159
  * @remarks
15152
- * - The image resources you can query include your custom images, public images provided by Alibaba Cloud, Alibaba Cloud Marketplace images, and shared images actively shared with you by other Alibaba Cloud users.
15153
- * - Paged query is supported. The query results include the total number of usable image resources and the image resources on the current page. The default number of entries per page is 10.
15154
- * - When invoking the API through the Alibaba Cloud command-line interface (CLI), the values of request parameters of different data types must comply with format requirements. For more information, see [CLI Parameter Format Description](https://help.aliyun.com/document_detail/110340.html).
15155
- * - When querying official Alibaba Cloud images or shared images (where ImageOwnerAlias is set to system or others), RAM authentication rules are ignored for this request. For more information, see [Authentication Rules](https://help.aliyun.com/document_detail/25497.html).
15160
+ * - Image resources that you can query include your custom images, public images provided by Alibaba Cloud, Alibaba Cloud Marketplace images, and shared images that other Alibaba Cloud users have shared with you.
15161
+ * - Paging is supported. The query results include the total number of available image resources and the image resources on the current page. The default number of entries per page is 10.
15162
+ * - When you invoke an API operation by using Cloud Assistant CLI, request parameters of different data types must comply with format requirements. For more information, see [CLI parameter format](https://help.aliyun.com/document_detail/110340.html).
15163
+ * - When you query images provided by Alibaba Cloud or shared images (ImageOwnerAlias is set to system or others), the request can bypass RAM authentication rules. For more information, see [Authentication rules](https://help.aliyun.com/document_detail/25497.html).
15156
15164
  *
15157
15165
  * @param request - DescribeImagesRequest
15158
15166
  * @returns DescribeImagesResponse
@@ -18885,7 +18893,7 @@ export default class Client extends OpenApi {
18885
18893
  }
18886
18894
 
18887
18895
  /**
18888
- * Beta)调用 DescribeRecommendInstanceType 根据一个指定的实例规格,查找一个或多个备选的实例规格。针对已经或者即将停售的实例规格,DescribeRecommendInstanceType会罗列出作为替补的所有实例规格。
18896
+ * (Beta) Queries one or more alternative instance types based on a specified instance type. For instance types that have been or will be retired, DescribeRecommendInstanceType lists all instance types that can serve as replacements.
18889
18897
  *
18890
18898
  * @param request - DescribeRecommendInstanceTypeRequest
18891
18899
  * @param runtime - runtime options for this request RuntimeOptions
@@ -18992,7 +19000,7 @@ export default class Client extends OpenApi {
18992
19000
  }
18993
19001
 
18994
19002
  /**
18995
- * Beta)调用 DescribeRecommendInstanceType 根据一个指定的实例规格,查找一个或多个备选的实例规格。针对已经或者即将停售的实例规格,DescribeRecommendInstanceType会罗列出作为替补的所有实例规格。
19003
+ * (Beta) Queries one or more alternative instance types based on a specified instance type. For instance types that have been or will be retired, DescribeRecommendInstanceType lists all instance types that can serve as replacements.
18996
19004
  *
18997
19005
  * @param request - DescribeRecommendInstanceTypeRequest
18998
19006
  * @returns DescribeRecommendInstanceTypeResponse
@@ -20216,13 +20224,13 @@ export default class Client extends OpenApi {
20216
20224
  }
20217
20225
 
20218
20226
  /**
20219
- * Queries the list and status of files sent by Cloud Assistant by calling DescribeSendFileResults.
20227
+ * Queries the list and status of files sent by Cloud Assistant.
20220
20228
  *
20221
20229
  * @remarks
20222
20230
  * ## Operation description:
20223
- * - After you send a file, the file is not necessarily sent. You must check the actual sending result based on the return value of this operation.
20224
- * - You can query execution information from the last 30 days. A maximum of 10,000 entries of execution information can be retained.
20225
- * - When paged query the first page, set only MaxResults to limit the number of entries to return. The NextToken value returned in the result serves as the token for querying subsequent pages. When paged query subsequent pages, set NextToken to the value obtained from the previous response and set MaxResults to limit the number of entries to return.
20231
+ * - After you send a file, the file is not necessarily sent successfully. You must check the actual delivery result based on the return value of this operation. The actual output prevails.
20232
+ * - You can query execution information from the last day. A maximum of 1,000 entries of execution information can be retained.
20233
+ * - When you execute a paging query for the first page, set only `MaxResults` to limit the number of entries returned. The `NextToken` value in the response serves as the token for querying subsequent pages. When querying subsequent pages, set the `NextToken` parameter to the value obtained from the previous response and set `MaxResults` to limit the number of entries returned.
20226
20234
  *
20227
20235
  * @param request - DescribeSendFileResultsRequest
20228
20236
  * @param runtime - runtime options for this request RuntimeOptions
@@ -20313,13 +20321,13 @@ export default class Client extends OpenApi {
20313
20321
  }
20314
20322
 
20315
20323
  /**
20316
- * Queries the list and status of files sent by Cloud Assistant by calling DescribeSendFileResults.
20324
+ * Queries the list and status of files sent by Cloud Assistant.
20317
20325
  *
20318
20326
  * @remarks
20319
20327
  * ## Operation description:
20320
- * - After you send a file, the file is not necessarily sent. You must check the actual sending result based on the return value of this operation.
20321
- * - You can query execution information from the last 30 days. A maximum of 10,000 entries of execution information can be retained.
20322
- * - When paged query the first page, set only MaxResults to limit the number of entries to return. The NextToken value returned in the result serves as the token for querying subsequent pages. When paged query subsequent pages, set NextToken to the value obtained from the previous response and set MaxResults to limit the number of entries to return.
20328
+ * - After you send a file, the file is not necessarily sent successfully. You must check the actual delivery result based on the return value of this operation. The actual output prevails.
20329
+ * - You can query execution information from the last day. A maximum of 1,000 entries of execution information can be retained.
20330
+ * - When you execute a paging query for the first page, set only `MaxResults` to limit the number of entries returned. The `NextToken` value in the response serves as the token for querying subsequent pages. When querying subsequent pages, set the `NextToken` parameter to the value obtained from the previous response and set `MaxResults` to limit the number of entries returned.
20323
20331
  *
20324
20332
  * @param request - DescribeSendFileResultsRequest
20325
20333
  * @returns DescribeSendFileResultsResponse
@@ -20330,10 +20338,10 @@ export default class Client extends OpenApi {
20330
20338
  }
20331
20339
 
20332
20340
  /**
20333
- * Queries the information of one or more snapshot-consistent groups, such as the status of the groups, IDs of the instances associated with the groups, and snapshot creation progress.
20341
+ * Queries information about one or more snapshot-consistent groups, such as the status, associated instance ID, and snapshot creation progress.
20334
20342
  *
20335
20343
  * @remarks
20336
- * You can specify multiple request parameters to be queried, such as `InstanceId`, `SnapshotGroupId.N`, and `Status.N`. Specified parameters have logical AND relations. Only the specified parameters are included in the filter conditions.
20344
+ * `InstanceId`, `SnapshotGroupId.N`, and `Status.N` are not required request parameters, but they can be used to build filter logic. The parameters have a logical AND relationship.
20337
20345
  *
20338
20346
  * @param request - DescribeSnapshotGroupsRequest
20339
20347
  * @param runtime - runtime options for this request RuntimeOptions
@@ -20416,10 +20424,10 @@ export default class Client extends OpenApi {
20416
20424
  }
20417
20425
 
20418
20426
  /**
20419
- * Queries the information of one or more snapshot-consistent groups, such as the status of the groups, IDs of the instances associated with the groups, and snapshot creation progress.
20427
+ * Queries information about one or more snapshot-consistent groups, such as the status, associated instance ID, and snapshot creation progress.
20420
20428
  *
20421
20429
  * @remarks
20422
- * You can specify multiple request parameters to be queried, such as `InstanceId`, `SnapshotGroupId.N`, and `Status.N`. Specified parameters have logical AND relations. Only the specified parameters are included in the filter conditions.
20430
+ * `InstanceId`, `SnapshotGroupId.N`, and `Status.N` are not required request parameters, but they can be used to build filter logic. The parameters have a logical AND relationship.
20423
20431
  *
20424
20432
  * @param request - DescribeSnapshotGroupsRequest
20425
20433
  * @returns DescribeSnapshotGroupsResponse
@@ -22885,14 +22893,14 @@ export default class Client extends OpenApi {
22885
22893
  }
22886
22894
 
22887
22895
  /**
22888
- * Disables account-level default encryption of Elastic Block Storage (EBS) resources in a region. After you disable account-level default encryption of EBS resources in a region, the encryption status of existing disks in the region does not change. When you create a disk, you can still choose to encrypt the disk.
22896
+ * Disables the account-level default encryption for block storage in a specified region.
22889
22897
  *
22890
22898
  * @remarks
22891
- * - **Instructions**
22892
- * - You must grant the RAM user the `AliyunECSFullAccess` permissions. For information about how to grant permissions to a RAM user, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
22893
- * - **Considerations**
22894
- * - After Account-level EBS Default Encryption is disabled, the encryption status of existing cloud disks is not affected.
22895
- * - After Account-level EBS Default Encryption is disabled, you can still choose to encrypt new cloud disks when you purchase the disks.
22899
+ * - **Before you begin**
22900
+ * - Resource Access Management (RAM) users require the `AliyunECSFullAccess` permission. For more information about how to perform authorization, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
22901
+ * - **Usage notes**
22902
+ * - After you shutdown account-level default encryption for block storage, the encryption status of existing cloud disks is not affected.
22903
+ * - After you shutdown account-level default encryption for block storage, you can still manually select encryption when you create cloud disks.
22896
22904
  *
22897
22905
  * @param request - DisableDiskEncryptionByDefaultRequest
22898
22906
  * @param runtime - runtime options for this request RuntimeOptions
@@ -22931,14 +22939,14 @@ export default class Client extends OpenApi {
22931
22939
  }
22932
22940
 
22933
22941
  /**
22934
- * Disables account-level default encryption of Elastic Block Storage (EBS) resources in a region. After you disable account-level default encryption of EBS resources in a region, the encryption status of existing disks in the region does not change. When you create a disk, you can still choose to encrypt the disk.
22942
+ * Disables the account-level default encryption for block storage in a specified region.
22935
22943
  *
22936
22944
  * @remarks
22937
- * - **Instructions**
22938
- * - You must grant the RAM user the `AliyunECSFullAccess` permissions. For information about how to grant permissions to a RAM user, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
22939
- * - **Considerations**
22940
- * - After Account-level EBS Default Encryption is disabled, the encryption status of existing cloud disks is not affected.
22941
- * - After Account-level EBS Default Encryption is disabled, you can still choose to encrypt new cloud disks when you purchase the disks.
22945
+ * - **Before you begin**
22946
+ * - Resource Access Management (RAM) users require the `AliyunECSFullAccess` permission. For more information about how to perform authorization, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
22947
+ * - **Usage notes**
22948
+ * - After you shutdown account-level default encryption for block storage, the encryption status of existing cloud disks is not affected.
22949
+ * - After you shutdown account-level default encryption for block storage, you can still manually select encryption when you create cloud disks.
22942
22950
  *
22943
22951
  * @param request - DisableDiskEncryptionByDefaultRequest
22944
22952
  * @returns DisableDiskEncryptionByDefaultResponse