@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/dist/client.js CHANGED
@@ -1115,24 +1115,27 @@ class Client extends openapi_core_1.default {
1115
1115
  return await this.attachClassicLinkVpcWithOptions(request, runtime);
1116
1116
  }
1117
1117
  /**
1118
- * Attaches a pay-as-you-go data disk or a system disk to an Elastic Compute Service (ECS) instance.
1118
+ * Attaches a data disk or system disk to an ECS instance.
1119
1119
  *
1120
1120
  * @remarks
1121
- * Take note of the following items:
1122
- * - The ECS instance and the disk must reside in the same zone.
1123
- * - The disk must be in the **Unattached** (`Available`) state.
1124
- * - When you attach the disk as a data disk to an ECS instance, take note of the following items:
1125
- * - The ECS instance must be in the **Running** (`Running`) or **Stopped** (`Stopped`) state.
1126
- * - If the disk was separately purchased, the billing method of the disk must be pay-as-you-go.
1127
- * - If the disk is a system disk that was detached from an ECS instance, no limits apply to the billing method of the disk.
1128
- * - If the disk is an elastic ephemeral disk that was detached from an ECS instance, the disk can be attached only to the instance.
1129
- * - When you attach the disk as the system disk to an ECS instance, take note of the following items:
1130
- * - The ECS instance must be the original instance from which the system disk was detached.
1131
- * - The ECS instance must be in the **Stopped** (`Stopped`) state.
1132
- * - You must configure logon credentials for the ECS instance.
1133
- * - The disk cannot be an elastic ephemeral disk.
1134
- * - 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).
1135
- * - 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.
1121
+ * When you call this operation, take note of the following items:
1122
+ * - The instance and the disk must be in the same zone.
1123
+ * - The disk must be in the **Available** (`Available`) state.
1124
+ * - When you attach a data disk:
1125
+ * - The destination ECS instance must be in the **Running** (`Running`) or **Stopped** (`Stopped`) state.
1126
+ * - If the disk is separately purchased, the billing method must be pay-as-you-go.
1127
+ * - A system disk that was uninstalled from an ECS instance can be attached as a data disk without billable methods restrictions.
1128
+ * - An elastic ephemeral disk that has been detached can only be re-attached to its original instance.
1129
+ * - When you attach a system disk:
1130
+ * - The destination ECS instance must be the original instance from which the system disk was detached.
1131
+ * - The destination ECS instance must be in the **Stopped** (`Stopped`) state.
1132
+ * - You must specify the logon credential for the instance.
1133
+ * - Elastic ephemeral disks cannot be attached as system disks.
1134
+ * - For more information about attaching system disks, see [Detach or attach a system disk](https://help.aliyun.com/document_detail/146752.html).
1135
+ * - When you query ECS instance information, if the response contains `{"OperationLocks": {"LockReason" : "security"}}`, all operations are prohibited.
1136
+ * <props="china">
1137
+ * - A disk with the multi-attach attribute enabled can only be attached to instances that support the NVMe protocol.
1138
+ * 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).
1136
1139
  *
1137
1140
  * @param request - AttachDiskRequest
1138
1141
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1194,24 +1197,27 @@ class Client extends openapi_core_1.default {
1194
1197
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AttachDiskResponse({}));
1195
1198
  }
1196
1199
  /**
1197
- * Attaches a pay-as-you-go data disk or a system disk to an Elastic Compute Service (ECS) instance.
1200
+ * Attaches a data disk or system disk to an ECS instance.
1198
1201
  *
1199
1202
  * @remarks
1200
- * Take note of the following items:
1201
- * - The ECS instance and the disk must reside in the same zone.
1202
- * - The disk must be in the **Unattached** (`Available`) state.
1203
- * - When you attach the disk as a data disk to an ECS instance, take note of the following items:
1204
- * - The ECS instance must be in the **Running** (`Running`) or **Stopped** (`Stopped`) state.
1205
- * - If the disk was separately purchased, the billing method of the disk must be pay-as-you-go.
1206
- * - If the disk is a system disk that was detached from an ECS instance, no limits apply to the billing method of the disk.
1207
- * - If the disk is an elastic ephemeral disk that was detached from an ECS instance, the disk can be attached only to the instance.
1208
- * - When you attach the disk as the system disk to an ECS instance, take note of the following items:
1209
- * - The ECS instance must be the original instance from which the system disk was detached.
1210
- * - The ECS instance must be in the **Stopped** (`Stopped`) state.
1211
- * - You must configure logon credentials for the ECS instance.
1212
- * - The disk cannot be an elastic ephemeral disk.
1213
- * - 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).
1214
- * - 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.
1203
+ * When you call this operation, take note of the following items:
1204
+ * - The instance and the disk must be in the same zone.
1205
+ * - The disk must be in the **Available** (`Available`) state.
1206
+ * - When you attach a data disk:
1207
+ * - The destination ECS instance must be in the **Running** (`Running`) or **Stopped** (`Stopped`) state.
1208
+ * - If the disk is separately purchased, the billing method must be pay-as-you-go.
1209
+ * - A system disk that was uninstalled from an ECS instance can be attached as a data disk without billable methods restrictions.
1210
+ * - An elastic ephemeral disk that has been detached can only be re-attached to its original instance.
1211
+ * - When you attach a system disk:
1212
+ * - The destination ECS instance must be the original instance from which the system disk was detached.
1213
+ * - The destination ECS instance must be in the **Stopped** (`Stopped`) state.
1214
+ * - You must specify the logon credential for the instance.
1215
+ * - Elastic ephemeral disks cannot be attached as system disks.
1216
+ * - For more information about attaching system disks, see [Detach or attach a system disk](https://help.aliyun.com/document_detail/146752.html).
1217
+ * - When you query ECS instance information, if the response contains `{"OperationLocks": {"LockReason" : "security"}}`, all operations are prohibited.
1218
+ * <props="china">
1219
+ * - A disk with the multi-attach attribute enabled can only be attached to instances that support the NVMe protocol.
1220
+ * 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).
1215
1221
  *
1216
1222
  * @param request - AttachDiskRequest
1217
1223
  * @returns AttachDiskResponse
@@ -1877,7 +1883,7 @@ class Client extends openapi_core_1.default {
1877
1883
  return await this.authorizeSecurityGroupEgressWithOptions(request, runtime);
1878
1884
  }
1879
1885
  /**
1880
- * Cancels an auto snapshot policy for one or more disks.
1886
+ * Cancels the automatic snapshot policy for one or more cloud disks.
1881
1887
  *
1882
1888
  * @param request - CancelAutoSnapshotPolicyRequest
1883
1889
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1921,7 +1927,7 @@ class Client extends openapi_core_1.default {
1921
1927
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CancelAutoSnapshotPolicyResponse({}));
1922
1928
  }
1923
1929
  /**
1924
- * Cancels an auto snapshot policy for one or more disks.
1930
+ * Cancels the automatic snapshot policy for one or more cloud disks.
1925
1931
  *
1926
1932
  * @param request - CancelAutoSnapshotPolicyRequest
1927
1933
  * @returns CancelAutoSnapshotPolicyResponse
@@ -1995,10 +2001,10 @@ class Client extends openapi_core_1.default {
1995
2001
  return await this.cancelCopyImageWithOptions(request, runtime);
1996
2002
  }
1997
2003
  /**
1998
- * Cancels an image build task.
2004
+ * Cancels an image building task.
1999
2005
  *
2000
2006
  * @remarks
2001
- * Before you call this operation, make sure that the image build task you want to cancel is in the PREPARING, REPAIRING, or BUILDING state.
2007
+ * Before you call this operation, make sure that the image building task you want to cancel is in the PREPARING, REPAIRING, or BUILDING state.
2002
2008
  *
2003
2009
  * @param request - CancelImagePipelineExecutionRequest
2004
2010
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2048,10 +2054,10 @@ class Client extends openapi_core_1.default {
2048
2054
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CancelImagePipelineExecutionResponse({}));
2049
2055
  }
2050
2056
  /**
2051
- * Cancels an image build task.
2057
+ * Cancels an image building task.
2052
2058
  *
2053
2059
  * @remarks
2054
- * Before you call this operation, make sure that the image build task you want to cancel is in the PREPARING, REPAIRING, or BUILDING state.
2060
+ * Before you call this operation, make sure that the image building task you want to cancel is in the PREPARING, REPAIRING, or BUILDING state.
2055
2061
  *
2056
2062
  * @param request - CancelImagePipelineExecutionRequest
2057
2063
  * @returns CancelImagePipelineExecutionResponse
@@ -2234,29 +2240,29 @@ class Client extends openapi_core_1.default {
2234
2240
  return await this.cancelTaskWithOptions(request, runtime);
2235
2241
  }
2236
2242
  /**
2237
- * 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.
2243
+ * 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.
2238
2244
  *
2239
2245
  * @remarks
2240
- * > 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.
2241
- * ### Usage
2242
- * - This is an asynchronous operation. After a successful call, call the DescribeTasks operation with the returned taskGroupId to query the task\\"s status.
2246
+ * > 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.
2247
+ * ### Usage notes
2248
+ * - This is an asynchronous operation. After a successful call, use the taskGroupId and call the DescribeTasks operation to query the execution result.
2243
2249
  * ### Features
2244
- * - 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.
2245
- * - 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.
2246
- * - Local disks and elastic ephemeral disks do not support cloning and cannot be used as either a source disk or a destination disk.
2247
- * - You can specify the type and performance level for the `destination disk`.
2248
- * - You can specify the capacity for the `destination disk`, but its capacity must be greater than or equal to that of the `source disk`.
2249
- * - You can configure provisioned performance and burst performance for the `destination disk`, provided that the destination disk type supports these features.
2250
- * - 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.
2251
- * - 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.
2252
- * - A `destination disk` created by cloning cannot be re-initialized.
2253
- * - 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.
2254
- * - `source disk` status requirements
2255
- * - The `source disk` must be "In Use", and its attached instance must be "Running" or "Stopped".
2256
- * - The `source disk` must be "Available" and have been attached to an instance at least once.
2257
- * - A disk undergoing a configuration modification cannot be used as a `source disk`.
2258
- * - A disk that is being scaled up cannot be used as a `source disk`.
2259
- * - As cloud disk cloning is not supported for hibernated instances, a disk attached to a hibernated instance cannot be used as a `source disk`.
2250
+ * - 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.
2251
+ * - Non-regional disks can be cloned only to non-regional types. Regional disks can be cloned only to regional disk types.
2252
+ * - Local disks and elastic ephemeral disks cannot be cloned or used as clone sources.
2253
+ * - You can specify the `new disk` type and performance level during cloning.
2254
+ * - You can specify the `new disk` capacity during cloning. The new disk capacity must be greater than or equal to the `source disk` capacity.
2255
+ * - 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.
2256
+ * - 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.
2257
+ * - You can use a subscription disk as the `source disk` for cloning, even if the subscription disk has expired.
2258
+ * - The cloned `new disk` does not support reinitialization.
2259
+ * - 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.
2260
+ * - `Source disk` status restrictions:
2261
+ * - The `source disk` status is "In Use" and the corresponding instance status is "Running" or "Stopped".
2262
+ * - The `source disk` status is "Available" and the disk has been previously attached.
2263
+ * - Disks undergoing specification changes cannot be used as the `source disk`.
2264
+ * - Disks undergoing expansion cannot be used as the `source disk`.
2265
+ * - 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`.
2260
2266
  *
2261
2267
  * @param request - CloneDisksRequest
2262
2268
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2336,29 +2342,29 @@ class Client extends openapi_core_1.default {
2336
2342
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CloneDisksResponse({}));
2337
2343
  }
2338
2344
  /**
2339
- * 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.
2345
+ * 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.
2340
2346
  *
2341
2347
  * @remarks
2342
- * > 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.
2343
- * ### Usage
2344
- * - This is an asynchronous operation. After a successful call, call the DescribeTasks operation with the returned taskGroupId to query the task\\"s status.
2348
+ * > 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.
2349
+ * ### Usage notes
2350
+ * - This is an asynchronous operation. After a successful call, use the taskGroupId and call the DescribeTasks operation to query the execution result.
2345
2351
  * ### Features
2346
- * - 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.
2347
- * - 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.
2348
- * - Local disks and elastic ephemeral disks do not support cloning and cannot be used as either a source disk or a destination disk.
2349
- * - You can specify the type and performance level for the `destination disk`.
2350
- * - You can specify the capacity for the `destination disk`, but its capacity must be greater than or equal to that of the `source disk`.
2351
- * - You can configure provisioned performance and burst performance for the `destination disk`, provided that the destination disk type supports these features.
2352
- * - 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.
2353
- * - 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.
2354
- * - A `destination disk` created by cloning cannot be re-initialized.
2355
- * - 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.
2356
- * - `source disk` status requirements
2357
- * - The `source disk` must be "In Use", and its attached instance must be "Running" or "Stopped".
2358
- * - The `source disk` must be "Available" and have been attached to an instance at least once.
2359
- * - A disk undergoing a configuration modification cannot be used as a `source disk`.
2360
- * - A disk that is being scaled up cannot be used as a `source disk`.
2361
- * - As cloud disk cloning is not supported for hibernated instances, a disk attached to a hibernated instance cannot be used as a `source disk`.
2352
+ * - 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.
2353
+ * - Non-regional disks can be cloned only to non-regional types. Regional disks can be cloned only to regional disk types.
2354
+ * - Local disks and elastic ephemeral disks cannot be cloned or used as clone sources.
2355
+ * - You can specify the `new disk` type and performance level during cloning.
2356
+ * - You can specify the `new disk` capacity during cloning. The new disk capacity must be greater than or equal to the `source disk` capacity.
2357
+ * - 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.
2358
+ * - 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.
2359
+ * - You can use a subscription disk as the `source disk` for cloning, even if the subscription disk has expired.
2360
+ * - The cloned `new disk` does not support reinitialization.
2361
+ * - 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.
2362
+ * - `Source disk` status restrictions:
2363
+ * - The `source disk` status is "In Use" and the corresponding instance status is "Running" or "Stopped".
2364
+ * - The `source disk` status is "Available" and the disk has been previously attached.
2365
+ * - Disks undergoing specification changes cannot be used as the `source disk`.
2366
+ * - Disks undergoing expansion cannot be used as the `source disk`.
2367
+ * - 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`.
2362
2368
  *
2363
2369
  * @param request - CloneDisksRequest
2364
2370
  * @returns CloneDisksResponse
@@ -2601,11 +2607,11 @@ class Client extends openapi_core_1.default {
2601
2607
  return await this.copyImageWithOptions(request, runtime);
2602
2608
  }
2603
2609
  /**
2604
- * Copies a standard or encrypted snapshot from one region to another.
2610
+ * Copies a standard snapshot or encrypted snapshot from one region to another.
2605
2611
  *
2606
2612
  * @remarks
2607
- * When you call this operation, take note of the following item:
2608
- * - New snapshots (snapshot copies) cannot be used to roll back the disks for which source snapshots (copied snapshots) were created.
2613
+ * When you call this operation, take note of the following items:
2614
+ * - The new snapshot cannot be used to roll back the cloud disk that is associated with the source snapshot.
2609
2615
  * - Local snapshots cannot be copied.
2610
2616
  *
2611
2617
  * @param request - CopySnapshotRequest
@@ -2680,11 +2686,11 @@ class Client extends openapi_core_1.default {
2680
2686
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CopySnapshotResponse({}));
2681
2687
  }
2682
2688
  /**
2683
- * Copies a standard or encrypted snapshot from one region to another.
2689
+ * Copies a standard snapshot or encrypted snapshot from one region to another.
2684
2690
  *
2685
2691
  * @remarks
2686
- * When you call this operation, take note of the following item:
2687
- * - New snapshots (snapshot copies) cannot be used to roll back the disks for which source snapshots (copied snapshots) were created.
2692
+ * When you call this operation, take note of the following items:
2693
+ * - The new snapshot cannot be used to roll back the cloud disk that is associated with the source snapshot.
2688
2694
  * - Local snapshots cannot be copied.
2689
2695
  *
2690
2696
  * @param request - CopySnapshotRequest
@@ -2805,13 +2811,13 @@ class Client extends openapi_core_1.default {
2805
2811
  return await this.createActivationWithOptions(request, runtime);
2806
2812
  }
2807
2813
  /**
2808
- * Create an auto provisioning group.
2814
+ * Creates an auto provisioning group.
2809
2815
  *
2810
2816
  * @remarks
2811
- * - 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).
2812
- * - 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.
2813
- * - 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).
2814
- * - When you specify both a launch template (`LaunchTemplateId`) and launch configuration parameters (`LaunchConfiguration.*`), the system prioritizes the launch template.
2817
+ * - 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).
2818
+ * - 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.
2819
+ * - 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).
2820
+ * - If you specify both a launch template (`LaunchTemplateId`) and launch configuration information (`LaunchConfiguration.*`), the launch template takes precedence.
2815
2821
  *
2816
2822
  * @param tmpReq - CreateAutoProvisioningGroupRequest
2817
2823
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2953,13 +2959,13 @@ class Client extends openapi_core_1.default {
2953
2959
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAutoProvisioningGroupResponse({}));
2954
2960
  }
2955
2961
  /**
2956
- * Create an auto provisioning group.
2962
+ * Creates an auto provisioning group.
2957
2963
  *
2958
2964
  * @remarks
2959
- * - 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).
2960
- * - 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.
2961
- * - 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).
2962
- * - When you specify both a launch template (`LaunchTemplateId`) and launch configuration parameters (`LaunchConfiguration.*`), the system prioritizes the launch template.
2965
+ * - 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).
2966
+ * - 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.
2967
+ * - 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).
2968
+ * - If you specify both a launch template (`LaunchTemplateId`) and launch configuration information (`LaunchConfiguration.*`), the launch template takes precedence.
2963
2969
  *
2964
2970
  * @param request - CreateAutoProvisioningGroupRequest
2965
2971
  * @returns CreateAutoProvisioningGroupResponse
@@ -2969,15 +2975,15 @@ class Client extends openapi_core_1.default {
2969
2975
  return await this.createAutoProvisioningGroupWithOptions(request, runtime);
2970
2976
  }
2971
2977
  /**
2972
- * 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.
2978
+ * 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.
2973
2979
  *
2974
2980
  * @remarks
2975
- * Before you call this operation, learn about how to [create an automatic snapshot policy](https://help.aliyun.com/document_detail/127767.html).
2981
+ * Before you call this operation, read [Create an automatic snapshot policy](https://help.aliyun.com/document_detail/127767.html).
2976
2982
  * Take note of the following items:
2977
- * - 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.
2978
- * - 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.
2979
- * - 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).
2980
- * 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.
2983
+ * - 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.
2984
+ * - The system does not execute automatic snapshot policies when an ECS instance has a pending stop or restart task.
2985
+ * - 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).
2986
+ * 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).
2981
2987
  *
2982
2988
  * @param request - CreateAutoSnapshotPolicyRequest
2983
2989
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3048,15 +3054,15 @@ class Client extends openapi_core_1.default {
3048
3054
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAutoSnapshotPolicyResponse({}));
3049
3055
  }
3050
3056
  /**
3051
- * 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.
3057
+ * 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.
3052
3058
  *
3053
3059
  * @remarks
3054
- * Before you call this operation, learn about how to [create an automatic snapshot policy](https://help.aliyun.com/document_detail/127767.html).
3060
+ * Before you call this operation, read [Create an automatic snapshot policy](https://help.aliyun.com/document_detail/127767.html).
3055
3061
  * Take note of the following items:
3056
- * - 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.
3057
- * - 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.
3058
- * - 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).
3059
- * 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.
3062
+ * - 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.
3063
+ * - The system does not execute automatic snapshot policies when an ECS instance has a pending stop or restart task.
3064
+ * - 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).
3065
+ * 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).
3060
3066
  *
3061
3067
  * @param request - CreateAutoSnapshotPolicyRequest
3062
3068
  * @returns CreateAutoSnapshotPolicyResponse
@@ -3559,14 +3565,14 @@ class Client extends openapi_core_1.default {
3559
3565
  * Creates a pay-as-you-go or subscription data disk.
3560
3566
  *
3561
3567
  * @remarks
3562
- * - 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).
3568
+ * - 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).
3563
3569
  * - 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.
3564
- * - To create a disk, complete [real-name registration](https://account.console.aliyun.com/#/auth/home).
3565
- * - 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).
3570
+ * - 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.
3571
+ * - 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).
3566
3572
  * - Default settings when you create a disk:
3567
- * - 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.
3568
- * - 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.
3569
- * - The billing method is pay-as-you-go, which means the `Portable` property defaults to `true`.
3573
+ * - 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.
3574
+ * - 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.
3575
+ * - The billing method is pay-as-you-go. That is, the `Portable` property defaults to `true`.
3570
3576
  *
3571
3577
  * @param request - CreateDiskRequest
3572
3578
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3676,14 +3682,14 @@ class Client extends openapi_core_1.default {
3676
3682
  * Creates a pay-as-you-go or subscription data disk.
3677
3683
  *
3678
3684
  * @remarks
3679
- * - 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).
3685
+ * - 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).
3680
3686
  * - 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.
3681
- * - To create a disk, complete [real-name registration](https://account.console.aliyun.com/#/auth/home).
3682
- * - 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).
3687
+ * - 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.
3688
+ * - 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).
3683
3689
  * - Default settings when you create a disk:
3684
- * - 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.
3685
- * - 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.
3686
- * - The billing method is pay-as-you-go, which means the `Portable` property defaults to `true`.
3690
+ * - 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.
3691
+ * - 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.
3692
+ * - The billing method is pay-as-you-go. That is, the `Portable` property defaults to `true`.
3687
3693
  *
3688
3694
  * @param request - CreateDiskRequest
3689
3695
  * @returns CreateDiskResponse
@@ -4009,26 +4015,25 @@ class Client extends openapi_core_1.default {
4009
4015
  return await this.createHpcClusterWithOptions(request, runtime);
4010
4016
  }
4011
4017
  /**
4012
- * Create a custom image. You can then use the image to create ECS instances (`RunInstances`) or replace the system disk of an instance (`ReplaceSystemDisk`).
4018
+ * 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).
4013
4019
  *
4014
4020
  * @remarks
4015
- * ### Usage notes
4016
- * - 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).
4017
- * - If the response to a query for ECS instance information contains `{"OperationLocks": {"LockReason" : "security"}}`, you cannot create a custom image from the instance.
4018
- * - 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).
4019
- * 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.
4021
+ * ### Before you begin
4022
+ * - 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).
4023
+ * - When you query ECS instance information, if the response contains {"OperationLocks": {"LockReason" : "security"}}, you cannot create a custom image.
4024
+ * - 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).
4025
+ * 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.
4020
4026
  * - **Create a custom image from an instance**: Specify the instance ID (`InstanceId`).
4021
- * - The instance must be in the `Running` or `Stopped` state.
4022
- * - A successful call creates a new snapshot for each cloud disk of the instance.
4023
- * >Notice:
4024
- * 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.
4025
- *
4026
- * - **Create a custom image from a snapshot (snapshots created on or before July 15, 2013, cannot be used).**
4027
- * - **Create a custom image from a system disk snapshot**: Specify only the snapshot ID of the instance\\"s system disk (`SnapshotId`).
4028
- * - **Create a custom image from a system disk snapshot and data disk snapshots**: Map the snapshots to disks by using the `DiskDeviceMapping` parameter.
4029
- * - You can specify only one system disk snapshot.
4030
- * - 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.
4031
- * > 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.
4027
+ * - The instance must be in the Running (`Running`) or Stopped (`Stopped`) state.
4028
+ * - After the operation is called, a new snapshot is created for each disk of the instance.
4029
+ * >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.
4030
+ * - **Create a custom image from a snapshot (the specified snapshot cannot be one created on or before July 15, 2013.)**
4031
+ * - **Create a custom image from a system disk snapshot**: Specify only the snapshot ID of the instance system disk (`SnapshotId`).
4032
+ * - **Create a custom image from system disk and data disk snapshots**: Establish data associations among multiple disks (`DiskDeviceMapping`).
4033
+ * - Only one system disk snapshot can be specified.
4034
+ * - 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.
4035
+ *
4036
+ * > 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.
4032
4037
  *
4033
4038
  * @param request - CreateImageRequest
4034
4039
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4117,26 +4122,25 @@ class Client extends openapi_core_1.default {
4117
4122
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateImageResponse({}));
4118
4123
  }
4119
4124
  /**
4120
- * Create a custom image. You can then use the image to create ECS instances (`RunInstances`) or replace the system disk of an instance (`ReplaceSystemDisk`).
4125
+ * 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).
4121
4126
  *
4122
4127
  * @remarks
4123
- * ### Usage notes
4124
- * - 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).
4125
- * - If the response to a query for ECS instance information contains `{"OperationLocks": {"LockReason" : "security"}}`, you cannot create a custom image from the instance.
4126
- * - 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).
4127
- * 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.
4128
+ * ### Before you begin
4129
+ * - 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).
4130
+ * - When you query ECS instance information, if the response contains {"OperationLocks": {"LockReason" : "security"}}, you cannot create a custom image.
4131
+ * - 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).
4132
+ * 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.
4128
4133
  * - **Create a custom image from an instance**: Specify the instance ID (`InstanceId`).
4129
- * - The instance must be in the `Running` or `Stopped` state.
4130
- * - A successful call creates a new snapshot for each cloud disk of the instance.
4131
- * >Notice:
4132
- * 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.
4133
- *
4134
- * - **Create a custom image from a snapshot (snapshots created on or before July 15, 2013, cannot be used).**
4135
- * - **Create a custom image from a system disk snapshot**: Specify only the snapshot ID of the instance\\"s system disk (`SnapshotId`).
4136
- * - **Create a custom image from a system disk snapshot and data disk snapshots**: Map the snapshots to disks by using the `DiskDeviceMapping` parameter.
4137
- * - You can specify only one system disk snapshot.
4138
- * - 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.
4139
- * > 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.
4134
+ * - The instance must be in the Running (`Running`) or Stopped (`Stopped`) state.
4135
+ * - After the operation is called, a new snapshot is created for each disk of the instance.
4136
+ * >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.
4137
+ * - **Create a custom image from a snapshot (the specified snapshot cannot be one created on or before July 15, 2013.)**
4138
+ * - **Create a custom image from a system disk snapshot**: Specify only the snapshot ID of the instance system disk (`SnapshotId`).
4139
+ * - **Create a custom image from system disk and data disk snapshots**: Establish data associations among multiple disks (`DiskDeviceMapping`).
4140
+ * - Only one system disk snapshot can be specified.
4141
+ * - 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.
4142
+ *
4143
+ * > 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.
4140
4144
  *
4141
4145
  * @param request - CreateImageRequest
4142
4146
  * @returns CreateImageResponse
@@ -4728,15 +4732,15 @@ class Client extends openapi_core_1.default {
4728
4732
  return await this.createKeyPairWithOptions(request, runtime);
4729
4733
  }
4730
4734
  /**
4731
- * 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.
4735
+ * 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.
4732
4736
  *
4733
4737
  * @remarks
4734
- * 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.
4735
- * 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.
4736
- * When invoking this API, note the following:
4737
- * - Each account can create up to 30 launch templates per Region, and each template can have up to 30 versions.
4738
- * - 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.
4739
- * - 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`.
4738
+ * 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.
4739
+ * 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.
4740
+ * When you call this operation, take note of the following items:
4741
+ * - Each account can create up to 30 launch templates per region, and each template can have up to 30 versions.
4742
+ * - 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.
4743
+ * - 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`.
4740
4744
  *
4741
4745
  * @param request - CreateLaunchTemplateRequest
4742
4746
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4930,15 +4934,15 @@ class Client extends openapi_core_1.default {
4930
4934
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateLaunchTemplateResponse({}));
4931
4935
  }
4932
4936
  /**
4933
- * 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.
4937
+ * 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.
4934
4938
  *
4935
4939
  * @remarks
4936
- * 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.
4937
- * 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.
4938
- * When invoking this API, note the following:
4939
- * - Each account can create up to 30 launch templates per Region, and each template can have up to 30 versions.
4940
- * - 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.
4941
- * - 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`.
4940
+ * 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.
4941
+ * 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.
4942
+ * When you call this operation, take note of the following items:
4943
+ * - Each account can create up to 30 launch templates per region, and each template can have up to 30 versions.
4944
+ * - 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.
4945
+ * - 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`.
4942
4946
  *
4943
4947
  * @param request - CreateLaunchTemplateRequest
4944
4948
  * @returns CreateLaunchTemplateResponse
@@ -6260,30 +6264,30 @@ class Client extends openapi_core_1.default {
6260
6264
  return await this.createSimulatedSystemEventsWithOptions(request, runtime);
6261
6265
  }
6262
6266
  /**
6263
- * Create a snapshot of a cloud disk.
6264
- *
6265
- * @remarks
6266
- * The instant access feature for snapshots replaces the legacy local snapshot feature. The parameters are described as follows:
6267
- * - If you used local snapshots before December 14, 2020, you can continue to use the `Category` parameter.
6268
- * - 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.
6269
- * Prerequisites:
6270
- * - The snapshot feature is enabled. For more information, see [Enable the snapshot feature](https://help.aliyun.com/document_detail/108381.html).
6271
- * - The cloud disk must be in the **in-use** or **available** state. Note the following points:
6272
- * - 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.
6273
- * - 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.
6274
- * - 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).
6275
- * Keep the following in mind when creating a snapshot:
6276
- * - 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.
6277
- * - You cannot use a snapshot that is being created to create a custom image ([CreateImage](https://help.aliyun.com/document_detail/25535.html)).
6278
- * - The snapshot does not back up incremental data generated on the cloud disk during the creation process.
6279
- * - 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.
6280
- * - You cannot resize a cloud disk during snapshot creation. You can resize the cloud disk only after the snapshot is complete.
6281
- * - 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.
6282
- * - 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).
6283
- * - You cannot create a snapshot for a cloud disk in the following cases:
6284
- * - The number of manual snapshots of the cloud disk has reached the upper limit. For more information, see [Limits](~~25412#SnapshotQuota1~~).
6285
- * - The limit on the number of snapshots that can be created concurrently has been reached. For more information, see [Limits](~~25412#SnapshotQuota1~~).
6286
- * - When you query the information of an ECS instance, if the returned data contains `{"OperationLocks": {"LockReason" : "security"}}`, all operations on the instance are prohibited.
6267
+ * Creates a snapshot for a disk.
6268
+ *
6269
+ * @remarks
6270
+ * The local snapshot feature has been replaced by the snapshot instant access feature. Metric description is as follows:
6271
+ * - If you used local snapshots before December 14, 2020, you can use the `Category` parameter as Normal.
6272
+ * - 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.
6273
+ * Before you begin:
6274
+ * - Activate the snapshot feature. For more information, see [Activate snapshots](https://help.aliyun.com/document_detail/108381.html).
6275
+ * - The disk must be in the **In Use** or **Unattached** state. Note the following items for different states:
6276
+ * - If the disk is in the **In Use** state, the instance must be in the **Running** or **Stopped** state.
6277
+ * - 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.
6278
+ * - 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).
6279
+ * When you create a snapshot, take note of the following items:
6280
+ * - 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.
6281
+ * - 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)).
6282
+ * - Incremental data generated by disk operations during snapshot creation is not backup to the snapshot.
6283
+ * - 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.
6284
+ * - 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.
6285
+ * - 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.
6286
+ * - 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).
6287
+ * - In the following scenarios, you cannot create a snapshot for the specified disk:
6288
+ * - The number of manual snapshots retained for the disk has reached the upper limit. For more information, see [Snapshot limits](~~25412#SnapshotQuota1~~).
6289
+ * - Snapshot creation has concurrency limits. Exceeding the limits causes creation failures. For more information, see [Snapshot limits](~~25412#SnapshotQuota1~~).
6290
+ * - When you query ECS instance information, if the returned data contains `{"OperationLocks": {"LockReason" : "security"}}`, all operations are prohibited.
6287
6291
  *
6288
6292
  * @param request - CreateSnapshotRequest
6289
6293
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6354,30 +6358,30 @@ class Client extends openapi_core_1.default {
6354
6358
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSnapshotResponse({}));
6355
6359
  }
6356
6360
  /**
6357
- * Create a snapshot of a cloud disk.
6358
- *
6359
- * @remarks
6360
- * The instant access feature for snapshots replaces the legacy local snapshot feature. The parameters are described as follows:
6361
- * - If you used local snapshots before December 14, 2020, you can continue to use the `Category` parameter.
6362
- * - 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.
6363
- * Prerequisites:
6364
- * - The snapshot feature is enabled. For more information, see [Enable the snapshot feature](https://help.aliyun.com/document_detail/108381.html).
6365
- * - The cloud disk must be in the **in-use** or **available** state. Note the following points:
6366
- * - 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.
6367
- * - 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.
6368
- * - 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).
6369
- * Keep the following in mind when creating a snapshot:
6370
- * - 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.
6371
- * - You cannot use a snapshot that is being created to create a custom image ([CreateImage](https://help.aliyun.com/document_detail/25535.html)).
6372
- * - The snapshot does not back up incremental data generated on the cloud disk during the creation process.
6373
- * - 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.
6374
- * - You cannot resize a cloud disk during snapshot creation. You can resize the cloud disk only after the snapshot is complete.
6375
- * - 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.
6376
- * - 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).
6377
- * - You cannot create a snapshot for a cloud disk in the following cases:
6378
- * - The number of manual snapshots of the cloud disk has reached the upper limit. For more information, see [Limits](~~25412#SnapshotQuota1~~).
6379
- * - The limit on the number of snapshots that can be created concurrently has been reached. For more information, see [Limits](~~25412#SnapshotQuota1~~).
6380
- * - When you query the information of an ECS instance, if the returned data contains `{"OperationLocks": {"LockReason" : "security"}}`, all operations on the instance are prohibited.
6361
+ * Creates a snapshot for a disk.
6362
+ *
6363
+ * @remarks
6364
+ * The local snapshot feature has been replaced by the snapshot instant access feature. Metric description is as follows:
6365
+ * - If you used local snapshots before December 14, 2020, you can use the `Category` parameter as Normal.
6366
+ * - 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.
6367
+ * Before you begin:
6368
+ * - Activate the snapshot feature. For more information, see [Activate snapshots](https://help.aliyun.com/document_detail/108381.html).
6369
+ * - The disk must be in the **In Use** or **Unattached** state. Note the following items for different states:
6370
+ * - If the disk is in the **In Use** state, the instance must be in the **Running** or **Stopped** state.
6371
+ * - 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.
6372
+ * - 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).
6373
+ * When you create a snapshot, take note of the following items:
6374
+ * - 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.
6375
+ * - 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)).
6376
+ * - Incremental data generated by disk operations during snapshot creation is not backup to the snapshot.
6377
+ * - 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.
6378
+ * - 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.
6379
+ * - 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.
6380
+ * - 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).
6381
+ * - In the following scenarios, you cannot create a snapshot for the specified disk:
6382
+ * - The number of manual snapshots retained for the disk has reached the upper limit. For more information, see [Snapshot limits](~~25412#SnapshotQuota1~~).
6383
+ * - Snapshot creation has concurrency limits. Exceeding the limits causes creation failures. For more information, see [Snapshot limits](~~25412#SnapshotQuota1~~).
6384
+ * - When you query ECS instance information, if the returned data contains `{"OperationLocks": {"LockReason" : "security"}}`, all operations are prohibited.
6381
6385
  *
6382
6386
  * @param request - CreateSnapshotRequest
6383
6387
  * @returns CreateSnapshotResponse
@@ -6387,20 +6391,20 @@ class Client extends openapi_core_1.default {
6387
6391
  return await this.createSnapshotWithOptions(request, runtime);
6388
6392
  }
6389
6393
  /**
6390
- * 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.
6394
+ * Creates a snapshot-consistent group for disks attached to a specified ECS instance. A snapshot-consistent group contains snapshots of one or more disks.
6391
6395
  *
6392
6396
  * @remarks
6393
- * 您可以设置`InstanceId`为实例内的指定云盘创建快照一致性组;也可以只使用`DiskId.N`为同可用区内多台 ECS 实例挂载的多块云盘创建快照一致性组。
6394
- * > `DiskId.N`不可与`ExcludeDiskId.N`同时设置。此外,如果设置了`InstanceId`,则`DiskId.N`只能设置指定实例内已挂载的云盘,不再支持设置多个跨实例的云盘 ID。
6395
- * 创建快照一致性组时,请注意:
6396
- * - 待创建快照的云盘必须处于**使用中**(`In_use`)或**待挂载**(`Available`)的状态。
6397
- * - 如果云盘处于**使用中**(`In_use`)的状态,则 ECS 实例状态为**运行中**(`Running`)或者**已停止**(`Stopped`)。
6398
- * - 如果云盘处于**待挂载**(`Available`)的状态,则需要保证云盘有过挂载到 ECS 实例的历史操作。从未挂载过 ECS 实例的云盘不支持创建快照。
6399
- * - 目前快照一致性组只支持 ESSD 系列云盘(ESSDESSD AutoPLESSD Entry)。
6400
- * - 单个快照一致性组最多包括 16 块云盘(包括系统盘和数据盘),且总容量不超过 32 TiB
6401
- * - 您自行创建的快照会一直保留,请定期删除不再需要的快照,避免快照容量持续扣费。
6402
- * - 开启多重挂载特性的云盘不支持创建快照一致性组。如果实例挂载了开启多重挂载特性的云盘,您需要设置`ExcludeDiskId.N`参数排除该云盘。
6403
- * 关于快照一致性组的功能、计费等信息,请参见[快照一致性组](https://help.aliyun.com/document_detail/199625.html)
6397
+ * 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.
6398
+ * > `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.
6399
+ * When you create a snapshot-consistent group, take note of the following items:
6400
+ * - The disks for which you want to create snapshots must be in the **In Use** (`In_use`) or **Available** (`Available`) state.
6401
+ * - If a disk is in the **In Use** (`In_use`) state, the ECS instance status must be **Running** (`Running`) or **Stopped** (`Stopped`).
6402
+ * - 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.
6403
+ * - Snapshot-consistent groups support only ESSD series disks (ESSD, ESSD AutoPL, and ESSD Entry).
6404
+ * - 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.
6405
+ * - 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.
6406
+ * - 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.
6407
+ * For more information about the features and billing of snapshot-consistent groups, see [Snapshot-consistent groups](https://help.aliyun.com/document_detail/199625.html).
6404
6408
  *
6405
6409
  * @param request - CreateSnapshotGroupRequest
6406
6410
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6474,20 +6478,20 @@ class Client extends openapi_core_1.default {
6474
6478
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSnapshotGroupResponse({}));
6475
6479
  }
6476
6480
  /**
6477
- * 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.
6481
+ * Creates a snapshot-consistent group for disks attached to a specified ECS instance. A snapshot-consistent group contains snapshots of one or more disks.
6478
6482
  *
6479
6483
  * @remarks
6480
- * 您可以设置`InstanceId`为实例内的指定云盘创建快照一致性组;也可以只使用`DiskId.N`为同可用区内多台 ECS 实例挂载的多块云盘创建快照一致性组。
6481
- * > `DiskId.N`不可与`ExcludeDiskId.N`同时设置。此外,如果设置了`InstanceId`,则`DiskId.N`只能设置指定实例内已挂载的云盘,不再支持设置多个跨实例的云盘 ID。
6482
- * 创建快照一致性组时,请注意:
6483
- * - 待创建快照的云盘必须处于**使用中**(`In_use`)或**待挂载**(`Available`)的状态。
6484
- * - 如果云盘处于**使用中**(`In_use`)的状态,则 ECS 实例状态为**运行中**(`Running`)或者**已停止**(`Stopped`)。
6485
- * - 如果云盘处于**待挂载**(`Available`)的状态,则需要保证云盘有过挂载到 ECS 实例的历史操作。从未挂载过 ECS 实例的云盘不支持创建快照。
6486
- * - 目前快照一致性组只支持 ESSD 系列云盘(ESSDESSD AutoPLESSD Entry)。
6487
- * - 单个快照一致性组最多包括 16 块云盘(包括系统盘和数据盘),且总容量不超过 32 TiB
6488
- * - 您自行创建的快照会一直保留,请定期删除不再需要的快照,避免快照容量持续扣费。
6489
- * - 开启多重挂载特性的云盘不支持创建快照一致性组。如果实例挂载了开启多重挂载特性的云盘,您需要设置`ExcludeDiskId.N`参数排除该云盘。
6490
- * 关于快照一致性组的功能、计费等信息,请参见[快照一致性组](https://help.aliyun.com/document_detail/199625.html)
6484
+ * 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.
6485
+ * > `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.
6486
+ * When you create a snapshot-consistent group, take note of the following items:
6487
+ * - The disks for which you want to create snapshots must be in the **In Use** (`In_use`) or **Available** (`Available`) state.
6488
+ * - If a disk is in the **In Use** (`In_use`) state, the ECS instance status must be **Running** (`Running`) or **Stopped** (`Stopped`).
6489
+ * - 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.
6490
+ * - Snapshot-consistent groups support only ESSD series disks (ESSD, ESSD AutoPL, and ESSD Entry).
6491
+ * - 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.
6492
+ * - 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.
6493
+ * - 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.
6494
+ * For more information about the features and billing of snapshot-consistent groups, see [Snapshot-consistent groups](https://help.aliyun.com/document_detail/199625.html).
6491
6495
  *
6492
6496
  * @param request - CreateSnapshotGroupRequest
6493
6497
  * @returns CreateSnapshotGroupResponse
@@ -7433,13 +7437,13 @@ class Client extends openapi_core_1.default {
7433
7437
  return await this.deleteDiagnosticReportsWithOptions(request, runtime);
7434
7438
  }
7435
7439
  /**
7436
- * Releases a pay-as-you-go data disk. Supported disk types include basic disks, ultra disks, standard SSDs, and enterprise SSDs (ESSDs).
7440
+ * Releases a pay-as-you-go data disk. Disk types include basic disks, ultra disks, standard SSDs, and enterprise SSDs.
7437
7441
  *
7438
7442
  * @remarks
7439
7443
  * When you invoke this operation, take note of the following items:
7440
7444
  * - Manual snapshots of the disk are retained.
7441
- * - 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.
7442
- * - The disk must be in the **Unattached** (Available) state when you release it.
7445
+ * - 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.
7446
+ * - The disk must be in the Pending Attach (Available) state when you release it.
7443
7447
  * - If the disk with the specified ID does not exist, the request is ignored.
7444
7448
  *
7445
7449
  * @param request - DeleteDiskRequest
@@ -7481,13 +7485,13 @@ class Client extends openapi_core_1.default {
7481
7485
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDiskResponse({}));
7482
7486
  }
7483
7487
  /**
7484
- * Releases a pay-as-you-go data disk. Supported disk types include basic disks, ultra disks, standard SSDs, and enterprise SSDs (ESSDs).
7488
+ * Releases a pay-as-you-go data disk. Disk types include basic disks, ultra disks, standard SSDs, and enterprise SSDs.
7485
7489
  *
7486
7490
  * @remarks
7487
7491
  * When you invoke this operation, take note of the following items:
7488
7492
  * - Manual snapshots of the disk are retained.
7489
- * - 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.
7490
- * - The disk must be in the **Unattached** (Available) state when you release it.
7493
+ * - 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.
7494
+ * - The disk must be in the Pending Attach (Available) state when you release it.
7491
7495
  * - If the disk with the specified ID does not exist, the request is ignored.
7492
7496
  *
7493
7497
  * @param request - DeleteDiskRequest
@@ -8884,13 +8888,13 @@ class Client extends openapi_core_1.default {
8884
8888
  return await this.deleteSecurityGroupWithOptions(request, runtime);
8885
8889
  }
8886
8890
  /**
8887
- * 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.
8891
+ * Deletes a specified snapshot. You can also call this operation to cancel a snapshot that is being created.
8888
8892
  *
8889
8893
  * @remarks
8890
- * Take note of the following items:
8891
- * - If the snapshot does not exist, the request is ignored.
8892
- * - 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.
8893
- * - 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.
8894
+ * When you invoke this operation, note the following items:
8895
+ * - If the specified snapshot ID does not exist, the request is ignored.
8896
+ * - 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.
8897
+ * - 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.
8894
8898
  *
8895
8899
  * @param request - DeleteSnapshotRequest
8896
8900
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8934,13 +8938,13 @@ class Client extends openapi_core_1.default {
8934
8938
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSnapshotResponse({}));
8935
8939
  }
8936
8940
  /**
8937
- * 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.
8941
+ * Deletes a specified snapshot. You can also call this operation to cancel a snapshot that is being created.
8938
8942
  *
8939
8943
  * @remarks
8940
- * Take note of the following items:
8941
- * - If the snapshot does not exist, the request is ignored.
8942
- * - 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.
8943
- * - 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.
8944
+ * When you invoke this operation, note the following items:
8945
+ * - If the specified snapshot ID does not exist, the request is ignored.
8946
+ * - 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.
8947
+ * - 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.
8944
8948
  *
8945
8949
  * @param request - DeleteSnapshotRequest
8946
8950
  * @returns DeleteSnapshotResponse
@@ -8950,10 +8954,10 @@ class Client extends openapi_core_1.default {
8950
8954
  return await this.deleteSnapshotWithOptions(request, runtime);
8951
8955
  }
8952
8956
  /**
8953
- * Deletes snapshot-consistent groups.
8957
+ * Deletes a snapshot-consistent group.
8954
8958
  *
8955
8959
  * @remarks
8956
- * 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.
8960
+ * 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)).
8957
8961
  *
8958
8962
  * @param request - DeleteSnapshotGroupRequest
8959
8963
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8997,10 +9001,10 @@ class Client extends openapi_core_1.default {
8997
9001
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSnapshotGroupResponse({}));
8998
9002
  }
8999
9003
  /**
9000
- * Deletes snapshot-consistent groups.
9004
+ * Deletes a snapshot-consistent group.
9001
9005
  *
9002
9006
  * @remarks
9003
- * 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.
9007
+ * 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)).
9004
9008
  *
9005
9009
  * @param request - DeleteSnapshotGroupRequest
9006
9010
  * @returns DeleteSnapshotGroupResponse
@@ -11410,7 +11414,7 @@ class Client extends openapi_core_1.default {
11410
11414
  return await this.describeDiagnosticReportsWithOptions(request, runtime);
11411
11415
  }
11412
11416
  /**
11413
- * Queries the Key Management Service (KMS) key used by the Account-level Elastic Block Storage (EBS) Default Encryption feature in a region.
11417
+ * Queries the key used for account-level default encryption of block storage.
11414
11418
  *
11415
11419
  * @param request - DescribeDiskDefaultKMSKeyIdRequest
11416
11420
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11445,7 +11449,7 @@ class Client extends openapi_core_1.default {
11445
11449
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDiskDefaultKMSKeyIdResponse({}));
11446
11450
  }
11447
11451
  /**
11448
- * Queries the Key Management Service (KMS) key used by the Account-level Elastic Block Storage (EBS) Default Encryption feature in a region.
11452
+ * Queries the key used for account-level default encryption of block storage.
11449
11453
  *
11450
11454
  * @param request - DescribeDiskDefaultKMSKeyIdRequest
11451
11455
  * @returns DescribeDiskDefaultKMSKeyIdResponse
@@ -11455,7 +11459,7 @@ class Client extends openapi_core_1.default {
11455
11459
  return await this.describeDiskDefaultKMSKeyIdWithOptions(request, runtime);
11456
11460
  }
11457
11461
  /**
11458
- * Queries whether account-level default encryption of Elastic Block Storage (EBS) resources is enabled in a region.
11462
+ * Queries the service status of account-level default encryption for block storage in a specified region.
11459
11463
  *
11460
11464
  * @param request - DescribeDiskEncryptionByDefaultStatusRequest
11461
11465
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11490,7 +11494,7 @@ class Client extends openapi_core_1.default {
11490
11494
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDiskEncryptionByDefaultStatusResponse({}));
11491
11495
  }
11492
11496
  /**
11493
- * Queries whether account-level default encryption of Elastic Block Storage (EBS) resources is enabled in a region.
11497
+ * Queries the service status of account-level default encryption for block storage in a specified region.
11494
11498
  *
11495
11499
  * @param request - DescribeDiskEncryptionByDefaultStatusRequest
11496
11500
  * @returns DescribeDiskEncryptionByDefaultStatusResponse
@@ -12911,13 +12915,13 @@ class Client extends openapi_core_1.default {
12911
12915
  return await this.describeImageSupportInstanceTypesWithOptions(request, runtime);
12912
12916
  }
12913
12917
  /**
12914
- * Specify parameters such as ImageId, image usage scenario, and Filter to query the list of image resources you can use.
12918
+ * Queries the list of image resources that you can use by specifying parameters such as ImageId, image usage scenarios, and Filter conditions.
12915
12919
  *
12916
12920
  * @remarks
12917
- * - 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.
12918
- * - 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.
12919
- * - 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).
12920
- * - 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).
12921
+ * - 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.
12922
+ * - 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.
12923
+ * - 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).
12924
+ * - 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).
12921
12925
  *
12922
12926
  * @param request - DescribeImagesRequest
12923
12927
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13004,6 +13008,9 @@ class Client extends openapi_core_1.default {
13004
13008
  if (!$dara.isNull(request.tag)) {
13005
13009
  query["Tag"] = request.tag;
13006
13010
  }
13011
+ if (!$dara.isNull(request.usable)) {
13012
+ query["Usable"] = request.usable;
13013
+ }
13007
13014
  if (!$dara.isNull(request.usage)) {
13008
13015
  query["Usage"] = request.usage;
13009
13016
  }
@@ -13024,13 +13031,13 @@ class Client extends openapi_core_1.default {
13024
13031
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeImagesResponse({}));
13025
13032
  }
13026
13033
  /**
13027
- * Specify parameters such as ImageId, image usage scenario, and Filter to query the list of image resources you can use.
13034
+ * Queries the list of image resources that you can use by specifying parameters such as ImageId, image usage scenarios, and Filter conditions.
13028
13035
  *
13029
13036
  * @remarks
13030
- * - 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.
13031
- * - 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.
13032
- * - 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).
13033
- * - 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).
13037
+ * - 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.
13038
+ * - 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.
13039
+ * - 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).
13040
+ * - 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).
13034
13041
  *
13035
13042
  * @param request - DescribeImagesRequest
13036
13043
  * @returns DescribeImagesResponse
@@ -16190,7 +16197,7 @@ class Client extends openapi_core_1.default {
16190
16197
  return await this.describePriceWithOptions(request, runtime);
16191
16198
  }
16192
16199
  /**
16193
- * Beta)调用 DescribeRecommendInstanceType 根据一个指定的实例规格,查找一个或多个备选的实例规格。针对已经或者即将停售的实例规格,DescribeRecommendInstanceType会罗列出作为替补的所有实例规格。
16200
+ * (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.
16194
16201
  *
16195
16202
  * @param request - DescribeRecommendInstanceTypeRequest
16196
16203
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16276,7 +16283,7 @@ class Client extends openapi_core_1.default {
16276
16283
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRecommendInstanceTypeResponse({}));
16277
16284
  }
16278
16285
  /**
16279
- * Beta)调用 DescribeRecommendInstanceType 根据一个指定的实例规格,查找一个或多个备选的实例规格。针对已经或者即将停售的实例规格,DescribeRecommendInstanceType会罗列出作为替补的所有实例规格。
16286
+ * (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.
16280
16287
  *
16281
16288
  * @param request - DescribeRecommendInstanceTypeRequest
16282
16289
  * @returns DescribeRecommendInstanceTypeResponse
@@ -17335,13 +17342,13 @@ class Client extends openapi_core_1.default {
17335
17342
  return await this.describeSecurityGroupsWithOptions(request, runtime);
17336
17343
  }
17337
17344
  /**
17338
- * Queries the list and status of files sent by Cloud Assistant by calling DescribeSendFileResults.
17345
+ * Queries the list and status of files sent by Cloud Assistant.
17339
17346
  *
17340
17347
  * @remarks
17341
17348
  * ## Operation description:
17342
- * - 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.
17343
- * - You can query execution information from the last 30 days. A maximum of 10,000 entries of execution information can be retained.
17344
- * - 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.
17349
+ * - 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.
17350
+ * - You can query execution information from the last day. A maximum of 1,000 entries of execution information can be retained.
17351
+ * - 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.
17345
17352
  *
17346
17353
  * @param request - DescribeSendFileResultsRequest
17347
17354
  * @param runtime - runtime options for this request RuntimeOptions
@@ -17415,13 +17422,13 @@ class Client extends openapi_core_1.default {
17415
17422
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSendFileResultsResponse({}));
17416
17423
  }
17417
17424
  /**
17418
- * Queries the list and status of files sent by Cloud Assistant by calling DescribeSendFileResults.
17425
+ * Queries the list and status of files sent by Cloud Assistant.
17419
17426
  *
17420
17427
  * @remarks
17421
17428
  * ## Operation description:
17422
- * - 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.
17423
- * - You can query execution information from the last 30 days. A maximum of 10,000 entries of execution information can be retained.
17424
- * - 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.
17429
+ * - 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.
17430
+ * - You can query execution information from the last day. A maximum of 1,000 entries of execution information can be retained.
17431
+ * - 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.
17425
17432
  *
17426
17433
  * @param request - DescribeSendFileResultsRequest
17427
17434
  * @returns DescribeSendFileResultsResponse
@@ -17431,10 +17438,10 @@ class Client extends openapi_core_1.default {
17431
17438
  return await this.describeSendFileResultsWithOptions(request, runtime);
17432
17439
  }
17433
17440
  /**
17434
- * 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.
17441
+ * Queries information about one or more snapshot-consistent groups, such as the status, associated instance ID, and snapshot creation progress.
17435
17442
  *
17436
17443
  * @remarks
17437
- * 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.
17444
+ * `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.
17438
17445
  *
17439
17446
  * @param request - DescribeSnapshotGroupsRequest
17440
17447
  * @param runtime - runtime options for this request RuntimeOptions
@@ -17502,10 +17509,10 @@ class Client extends openapi_core_1.default {
17502
17509
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSnapshotGroupsResponse({}));
17503
17510
  }
17504
17511
  /**
17505
- * 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.
17512
+ * Queries information about one or more snapshot-consistent groups, such as the status, associated instance ID, and snapshot creation progress.
17506
17513
  *
17507
17514
  * @remarks
17508
- * 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.
17515
+ * `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.
17509
17516
  *
17510
17517
  * @param request - DescribeSnapshotGroupsRequest
17511
17518
  * @returns DescribeSnapshotGroupsResponse
@@ -19634,14 +19641,14 @@ class Client extends openapi_core_1.default {
19634
19641
  return await this.disableActivationWithOptions(request, runtime);
19635
19642
  }
19636
19643
  /**
19637
- * 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.
19644
+ * Disables the account-level default encryption for block storage in a specified region.
19638
19645
  *
19639
19646
  * @remarks
19640
- * - **Instructions**
19641
- * - 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).
19642
- * - **Considerations**
19643
- * - After Account-level EBS Default Encryption is disabled, the encryption status of existing cloud disks is not affected.
19644
- * - After Account-level EBS Default Encryption is disabled, you can still choose to encrypt new cloud disks when you purchase the disks.
19647
+ * - **Before you begin**
19648
+ * - 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).
19649
+ * - **Usage notes**
19650
+ * - After you shutdown account-level default encryption for block storage, the encryption status of existing cloud disks is not affected.
19651
+ * - After you shutdown account-level default encryption for block storage, you can still manually select encryption when you create cloud disks.
19645
19652
  *
19646
19653
  * @param request - DisableDiskEncryptionByDefaultRequest
19647
19654
  * @param runtime - runtime options for this request RuntimeOptions
@@ -19676,14 +19683,14 @@ class Client extends openapi_core_1.default {
19676
19683
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableDiskEncryptionByDefaultResponse({}));
19677
19684
  }
19678
19685
  /**
19679
- * 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.
19686
+ * Disables the account-level default encryption for block storage in a specified region.
19680
19687
  *
19681
19688
  * @remarks
19682
- * - **Instructions**
19683
- * - 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).
19684
- * - **Considerations**
19685
- * - After Account-level EBS Default Encryption is disabled, the encryption status of existing cloud disks is not affected.
19686
- * - After Account-level EBS Default Encryption is disabled, you can still choose to encrypt new cloud disks when you purchase the disks.
19689
+ * - **Before you begin**
19690
+ * - 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).
19691
+ * - **Usage notes**
19692
+ * - After you shutdown account-level default encryption for block storage, the encryption status of existing cloud disks is not affected.
19693
+ * - After you shutdown account-level default encryption for block storage, you can still manually select encryption when you create cloud disks.
19687
19694
  *
19688
19695
  * @param request - DisableDiskEncryptionByDefaultRequest
19689
19696
  * @returns DisableDiskEncryptionByDefaultResponse