@alicloud/ecs20140526 7.9.1 → 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 (64) hide show
  1. package/dist/client.d.ts +226 -220
  2. package/dist/client.js +229 -220
  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 +10 -10
  10. package/dist/models/CopySnapshotRequest.d.ts +17 -18
  11. package/dist/models/CopySnapshotRequest.js.map +1 -1
  12. package/dist/models/CreateAutoSnapshotPolicyRequest.d.ts +29 -35
  13. package/dist/models/CreateAutoSnapshotPolicyRequest.js.map +1 -1
  14. package/dist/models/CreateAutoSnapshotPolicyResponseBody.d.ts +1 -1
  15. package/dist/models/CreateDiskRequest.d.ts +30 -30
  16. package/dist/models/CreateDiskResponseBody.d.ts +2 -2
  17. package/dist/models/CreateSnapshotGroupRequest.d.ts +23 -25
  18. package/dist/models/CreateSnapshotGroupRequest.js.map +1 -1
  19. package/dist/models/CreateSnapshotRequest.d.ts +24 -29
  20. package/dist/models/CreateSnapshotRequest.js.map +1 -1
  21. package/dist/models/DeleteSnapshotGroupRequest.d.ts +2 -2
  22. package/dist/models/DeleteSnapshotGroupResponseBody.d.ts +1 -1
  23. package/dist/models/DeleteSnapshotRequest.d.ts +2 -2
  24. package/dist/models/DescribeDiskDefaultKmskeyIdRequest.d.ts +1 -1
  25. package/dist/models/DescribeDiskDefaultKmskeyIdResponseBody.d.ts +1 -1
  26. package/dist/models/DescribeDiskEncryptionByDefaultStatusRequest.d.ts +1 -1
  27. package/dist/models/DescribeDiskEncryptionByDefaultStatusResponseBody.d.ts +5 -3
  28. package/dist/models/DescribeDiskEncryptionByDefaultStatusResponseBody.js.map +1 -1
  29. package/dist/models/DescribeImagesRequest.d.ts +21 -20
  30. package/dist/models/DescribeImagesRequest.js +2 -0
  31. package/dist/models/DescribeImagesRequest.js.map +1 -1
  32. package/dist/models/DescribeImagesResponseBody.d.ts +1 -0
  33. package/dist/models/DescribeImagesResponseBody.js +2 -0
  34. package/dist/models/DescribeImagesResponseBody.js.map +1 -1
  35. package/dist/models/DescribeSendFileResultsRequest.d.ts +13 -13
  36. package/dist/models/DescribeSnapshotGroupsRequest.d.ts +11 -11
  37. package/dist/models/DescribeSnapshotGroupsResponseBody.d.ts +3 -3
  38. package/dist/models/DisableDiskEncryptionByDefaultRequest.d.ts +1 -1
  39. package/package.json +1 -1
  40. package/src/client.ts +230 -220
  41. package/src/models/AttachDiskRequest.ts +25 -27
  42. package/src/models/CancelAutoSnapshotPolicyRequest.ts +6 -9
  43. package/src/models/CancelImagePipelineExecutionRequest.ts +1 -1
  44. package/src/models/CloneDisksRequest.ts +10 -10
  45. package/src/models/CopySnapshotRequest.ts +17 -18
  46. package/src/models/CreateAutoSnapshotPolicyRequest.ts +29 -35
  47. package/src/models/CreateAutoSnapshotPolicyResponseBody.ts +1 -1
  48. package/src/models/CreateDiskRequest.ts +30 -30
  49. package/src/models/CreateDiskResponseBody.ts +2 -2
  50. package/src/models/CreateSnapshotGroupRequest.ts +23 -25
  51. package/src/models/CreateSnapshotRequest.ts +24 -29
  52. package/src/models/DeleteSnapshotGroupRequest.ts +2 -2
  53. package/src/models/DeleteSnapshotGroupResponseBody.ts +1 -1
  54. package/src/models/DeleteSnapshotRequest.ts +2 -2
  55. package/src/models/DescribeDiskDefaultKmskeyIdRequest.ts +1 -1
  56. package/src/models/DescribeDiskDefaultKmskeyIdResponseBody.ts +1 -1
  57. package/src/models/DescribeDiskEncryptionByDefaultStatusRequest.ts +1 -1
  58. package/src/models/DescribeDiskEncryptionByDefaultStatusResponseBody.ts +5 -3
  59. package/src/models/DescribeImagesRequest.ts +23 -20
  60. package/src/models/DescribeImagesResponseBody.ts +3 -0
  61. package/src/models/DescribeSendFileResultsRequest.ts +13 -13
  62. package/src/models/DescribeSnapshotGroupsRequest.ts +11 -11
  63. package/src/models/DescribeSnapshotGroupsResponseBody.ts +3 -3
  64. package/src/models/DisableDiskEncryptionByDefaultRequest.ts +1 -1
@@ -38,7 +38,7 @@ export declare class CreateDiskRequestArn extends $dara.Model {
38
38
  export declare class CreateDiskRequestTag extends $dara.Model {
39
39
  /**
40
40
  * @remarks
41
- * The tag key of the disk. Valid values of N: 1 to 20. The tag key cannot be an empty string. The tag key can be up to 128 characters in length and cannot start with `aliyun` or `acs:`. The tag key cannot contain `http://` or `https://`.
41
+ * The tag key of the disk. Valid values of N: 1 to 20. The tag key cannot be an empty string. The tag key can be up to 128 characters in length and cannot start with `aliyun` or `acs:`. It cannot contain `http://` or `https://`.
42
42
  *
43
43
  * @example
44
44
  * TestKey
@@ -81,8 +81,8 @@ export declare class CreateDiskRequest extends $dara.Model {
81
81
  * @remarks
82
82
  * Specifies whether to enable the performance burst feature. Valid values:
83
83
  *
84
- * - true: Enabled.
85
- * - false: Disabled.
84
+ * - true: enables the performance burst feature.
85
+ * - false: does not enable the performance burst feature.
86
86
  *
87
87
  * > This parameter is supported only when `DiskCategory` is set to `cloud_auto`. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
88
88
  *
@@ -130,7 +130,7 @@ export declare class CreateDiskRequest extends $dara.Model {
130
130
  diskCategory?: string;
131
131
  /**
132
132
  * @remarks
133
- * The name of the disk. The name must be 2 to 128 characters in length and can contain letters in the Unicode letter category (including English and Chinese characters) and ASCII digits (0-9). The name can contain colons (:), underscores (_), periods (.), or hyphens (-). The name must start with a character in the Unicode letter category.
133
+ * The name of the disk. The name must be 2 to 128 characters in length and can contain letters in the Unicode character set (including English and Chinese characters) and ASCII digits (0-9). The name can contain colons (:), underscores (_), periods (.), or hyphens (-). The name must start with a letter in the Unicode character set.
134
134
  *
135
135
  * Default value: empty.
136
136
  *
@@ -150,8 +150,8 @@ export declare class CreateDiskRequest extends $dara.Model {
150
150
  * @remarks
151
151
  * Specifies whether to encrypt the disk. Valid values:
152
152
  *
153
- * - true: Encrypted.
154
- * - false: Not encrypted.
153
+ * - true: encrypts the disk.
154
+ * - false: does not encrypt the disk.
155
155
  *
156
156
  * Default value: false.
157
157
  *
@@ -166,7 +166,7 @@ export declare class CreateDiskRequest extends $dara.Model {
166
166
  * - After you specify the instance ID, the ResourceGroupId, Tag.N.Key, Tag.N.Value, ClientToken, and KMSKeyId parameters are ignored.
167
167
  * - You cannot specify both ZoneId and InstanceId.
168
168
  *
169
- * Default value: empty. A pay-as-you-go disk is created, and the region of the disk is determined by RegionId and ZoneId.
169
+ * Default value: empty. This indicates that a pay-as-you-go disk is created. The region of the disk is determined by RegionId and ZoneId.
170
170
  *
171
171
  * @example
172
172
  * i-bp18pnlg1ds9rky4****
@@ -177,10 +177,10 @@ export declare class CreateDiskRequest extends $dara.Model {
177
177
  * The ID of the Key Management Service (KMS) key used by the disk.
178
178
  *
179
179
  * > If Encrypted is set to true and KMSKeyId is not specified, the default key is used for encryption. The KMSKeyId value is returned after the instance is created.
180
- * > - - If the disk is created from a non-shared encrypted snapshot, the encryption key used by the snapshot is used by default.
181
- * > - - If the disk is created from a shared encrypted snapshot, the service key is used by default.
182
- * > - - If the disk is created in a region where account-level default encryption for block storage is enabled, the specified account-level key is used by default.
183
- * > - - In other cases, the service key is used by default.
180
+ * > - - If the disk is created from a non-shared encrypted snapshot: the encryption key used by the snapshot is used by default.
181
+ * > - - If the disk is created from a shared encrypted snapshot: the service key is used by default.
182
+ * > - - If the disk is created in a region where account-level default encryption for block storage is enabled: the specified account-level key is used by default.
183
+ * > - - In other cases: the service key is used by default.
184
184
  *
185
185
  * @example
186
186
  * 0e478b7a-4262-4802-b8cb-00d3fb40826X
@@ -188,14 +188,14 @@ export declare class CreateDiskRequest extends $dara.Model {
188
188
  KMSKeyId?: string;
189
189
  /**
190
190
  * @remarks
191
- * Specifies whether to enable the multi-attach feature. Valid values:
191
+ * Specifies whether to enable the multi-attach attribute. Valid values:
192
192
  *
193
- * - Disabled: Disabled.
194
- * - Enabled: Enabled. Only enterprise SSDs support setting this parameter to `Enabled`.
193
+ * - Disabled: disables the multi-attach attribute.
194
+ * - Enabled: enables the multi-attach attribute. Only enterprise SSDs support this value.
195
195
  *
196
196
  * Default value: Disabled.
197
197
  *
198
- * > Disks with the multi-attach feature enabled support only the pay-as-you-go billing method. Therefore, when `MultiAttach=Enabled`, you cannot specify the `InstanceId` parameter. After the disk is created, you can call [AttachDisk](https://help.aliyun.com/document_detail/25515.html) to attach it. Note that a disk with the multi-attach feature enabled can be attached only as a data disk.
198
+ * > Disks with the multi-attach attribute enabled support only the pay-as-you-go billing method. Therefore, when `MultiAttach=Enabled`, you cannot specify the `InstanceId` parameter. You can invoke [AttachDisk](https://help.aliyun.com/document_detail/25515.html) to attach the disk after it is created. Note that a disk with the multi-attach feature enabled can be attached only as a data disk.
199
199
  *
200
200
  * @example
201
201
  * Disabled
@@ -205,16 +205,16 @@ export declare class CreateDiskRequest extends $dara.Model {
205
205
  ownerId?: number;
206
206
  /**
207
207
  * @remarks
208
- * The performance level of the enterprise SSD to create. Set this parameter to one of the following values:
208
+ * The performance level of the enterprise SSD. Valid values:
209
209
  *
210
- * - PL0: A single disk can deliver up to 10,000 random read/write IOPS.
211
- * - PL1: A single disk can deliver up to 50,000 random read/write IOPS.
212
- * - PL2: A single disk can deliver up to 100,000 random read/write IOPS.
213
- * - PL3: A single disk can deliver up to 1,000,000 random read/write IOPS.
210
+ * - PL0: a single disk can deliver up to 10,000 random read/write IOPS.
211
+ * - PL1: a single disk can deliver up to 50,000 random read/write IOPS.
212
+ * - PL2: a single disk can deliver up to 100,000 random read/write IOPS.
213
+ * - PL3: a single disk can deliver up to 1,000,000 random read/write IOPS.
214
214
  *
215
215
  * Default value: PL1.
216
216
  *
217
- * For information about how to select an ESSD performance level, see [Enterprise SSDs](https://help.aliyun.com/document_detail/122389.html).
217
+ * For information about how to select an ESSD performance level, see [ESSD cloud disks](https://help.aliyun.com/document_detail/122389.html).
218
218
  *
219
219
  * @example
220
220
  * PL1
@@ -224,7 +224,7 @@ export declare class CreateDiskRequest extends $dara.Model {
224
224
  * @remarks
225
225
  * The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values:
226
226
  *
227
- * - Capacity (GiB) <= 3: Provisioned performance is not supported.
227
+ * - Capacity (GiB) <= 3: provisioned performance is not supported.
228
228
  *
229
229
  * - Capacity (GiB) >= 4: [0, min{(1,000 IOPS/GiB × Capacity - Baseline IOPS), 50,000}]
230
230
  *
@@ -240,7 +240,7 @@ export declare class CreateDiskRequest extends $dara.Model {
240
240
  provisionedIops?: number;
241
241
  /**
242
242
  * @remarks
243
- * The ID of the region. You can call [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) to query the most recent region list.
243
+ * The region ID. You can call [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) to query the most recent region list.
244
244
  *
245
245
  * This parameter is required.
246
246
  *
@@ -265,7 +265,7 @@ export declare class CreateDiskRequest extends $dara.Model {
265
265
  * - cloud: 5 to 2,000.
266
266
  * - cloud_efficiency: 20 to 32,768.
267
267
  * - cloud_ssd: 20 to 32,768.
268
- * - cloud_essd: The valid values depend on the `PerformanceLevel` value.
268
+ * - cloud_essd: The valid value range depends on the value of `PerformanceLevel`.
269
269
  * - PL0: 1 to 65,536.
270
270
  * - PL1: 20 to 65,536.
271
271
  * - PL2: 461 to 65,536.
@@ -287,7 +287,7 @@ export declare class CreateDiskRequest extends $dara.Model {
287
287
  size?: number;
288
288
  /**
289
289
  * @remarks
290
- * The ID of the snapshot to use to create the disk. Snapshots created on or before July 15, 2013 cannot be used to create disks.
290
+ * The ID of the snapshot used to create the disk. Snapshots created on or before July 15, 2013 cannot be used to create disks.
291
291
  *
292
292
  * The `SnapshotId` and `Size` parameters have the following restrictions:
293
293
  *
@@ -303,7 +303,7 @@ export declare class CreateDiskRequest extends $dara.Model {
303
303
  * @remarks
304
304
  * The ID of the dedicated block storage cluster. To create a disk in a specific dedicated block storage cluster, specify this parameter.
305
305
  *
306
- * > You can set either the storage set parameters (`StorageSetId` and `StorageSetPartitionNumber`) or the dedicated block storage cluster parameter (`StorageClusterId`), but not both. If you set both, the API call fails.
306
+ * > The storage set parameters (`StorageSetId` and `StorageSetPartitionNumber`) and the dedicated block storage cluster parameter (`StorageClusterId`) are mutually exclusive. If you specify both, the API call fails.
307
307
  *
308
308
  * @example
309
309
  * dbsc-j5e1sf2vaf5he8m2****
@@ -313,7 +313,7 @@ export declare class CreateDiskRequest extends $dara.Model {
313
313
  * @remarks
314
314
  * The ID of the storage set.
315
315
  *
316
- * > You can set either the storage set parameters (`StorageSetId` and `StorageSetPartitionNumber`) or the dedicated block storage cluster parameter (`StorageClusterId`), but not both. If you set both, the API call fails.
316
+ * > The storage set parameters (`StorageSetId` and `StorageSetPartitionNumber`) and the dedicated block storage cluster parameter (`StorageClusterId`) are mutually exclusive. If you specify both, the API call fails.
317
317
  *
318
318
  * @example
319
319
  * ss-bp67acfmxazb4p****
@@ -321,7 +321,7 @@ export declare class CreateDiskRequest extends $dara.Model {
321
321
  storageSetId?: string;
322
322
  /**
323
323
  * @remarks
324
- * The number of partitions in the storage set. Valid values: 2 and greater. The maximum value cannot exceed the privilege quota limit returned by calling [DescribeAccountAttributes](https://help.aliyun.com/document_detail/73772.html).
324
+ * The number of partitions in the storage set. Valid values: greater than or equal to 2, up to the privilege quota limit returned by [DescribeAccountAttributes](https://help.aliyun.com/document_detail/73772.html).
325
325
  *
326
326
  * Default value: 2.
327
327
  *
@@ -336,13 +336,13 @@ export declare class CreateDiskRequest extends $dara.Model {
336
336
  tag?: CreateDiskRequestTag[];
337
337
  /**
338
338
  * @remarks
339
- * The ID of the zone in which to create a pay-as-you-go disk.
339
+ * The zone in which to create a pay-as-you-go disk.
340
340
  *
341
341
  * - If you do not specify InstanceId, ZoneId is required.
342
342
  * - You cannot specify both ZoneId and InstanceId.
343
343
  *
344
344
  *
345
- * > You do not need to set ZoneId for disks of the `cloud_regional_disk_auto` type.
345
+ * > Disks of the `cloud_regional_disk_auto` type do not require ZoneId to be specified.
346
346
  *
347
347
  * @example
348
348
  * cn-hangzhou-g
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class CreateDiskResponseBody extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The ID of the disk.
5
+ * The disk ID.
6
6
  *
7
7
  * @example
8
8
  * d-bp131n0q38u3a4zi****
@@ -10,7 +10,7 @@ export declare class CreateDiskResponseBody extends $dara.Model {
10
10
  diskId?: string;
11
11
  /**
12
12
  * @remarks
13
- * The ID of the order.
13
+ * The order ID.
14
14
  *
15
15
  * > An order ID is returned only when you create a subscription disk.
16
16
  *
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class CreateSnapshotGroupRequestTag extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The key of tag N of the snapshot-consistent group. Valid values of N: 1 to 20. The tag key cannot be an empty string. The tag key can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. It cannot contain `http://` or `https://`.
5
+ * The tag key of the snapshot-consistent group. Valid values of N: 1 to 20. The tag key cannot be an empty string. The tag key can be up to 128 characters in length and cannot start with `aliyun` or `acs:`. The tag key cannot contain `http://` or `https://`.
6
6
  *
7
7
  * @example
8
8
  * TestKey
@@ -10,7 +10,7 @@ export declare class CreateSnapshotGroupRequestTag extends $dara.Model {
10
10
  key?: string;
11
11
  /**
12
12
  * @remarks
13
- * The value of tag N of the snapshot-consistent group. Valid values of N: 1 to 20. The tag value can be an empty string. It can be up to 128 characters in length and cannot start with `acs:`. It cannot contain `http://` or `https://`.
13
+ * The tag value of the snapshot-consistent group. Valid values of N: 1 to 20. The tag value can be an empty string. The tag value can be up to 128 characters in length and cannot start with `acs:`. The tag value cannot contain `http://` or `https://`.
14
14
  *
15
15
  * @example
16
16
  * TestValue
@@ -30,7 +30,7 @@ export declare class CreateSnapshotGroupRequestTag extends $dara.Model {
30
30
  export declare class CreateSnapshotGroupRequest extends $dara.Model {
31
31
  /**
32
32
  * @remarks
33
- * The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/25693.html).
33
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but make sure that the token is unique among different requests. The ClientToken value can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/25693.html).
34
34
  *
35
35
  * @example
36
36
  * 123e4567-e89b-12d3-a456-426655440000
@@ -38,7 +38,7 @@ export declare class CreateSnapshotGroupRequest extends $dara.Model {
38
38
  clientToken?: string;
39
39
  /**
40
40
  * @remarks
41
- * The description of the snapshot-consistent group. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
41
+ * The description. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
42
42
  *
43
43
  * @example
44
44
  * This is description.
@@ -46,22 +46,21 @@ export declare class CreateSnapshotGroupRequest extends $dara.Model {
46
46
  description?: string;
47
47
  /**
48
48
  * @remarks
49
- * The IDs of the cloud disks for which you want to create a snapshot-consistent group. You can specify the IDs of cloud disks that are attached to multiple instances within the same zone. Valid values of N: 1 to 16. A snapshot-consistent group can contain snapshots of up to 16 cloud disks whose total disk size does not exceed 32 TiB.
49
+ * The ID of a disk for which you want to create a snapshot-consistent group. You can specify disk IDs across instances within the same zone. Valid values of N: 1 to 16. A snapshot-consistent group can contain up to 16 disks with a total capacity of up to 32 TiB.
50
50
  *
51
- * Take note of the following:
51
+ * Take note of the following items:
52
52
  *
53
- * - You cannot specify both the DiskId.N and `ExcludeDiskId.N` parameters in the same request.
54
- *
55
- * - If you specify `InstanceId`, you can specify the IDs of cloud disks that are attached only to the specified instance. You cannot specify the IDs of cloud disks that are attached to multiple instances.
53
+ * - This parameter cannot be specified together with `ExcludeDiskId.N`.
54
+ * - If you specify `InstanceId`, this parameter can only be set to disks attached to the specified instance and no longer supports specifying disk IDs across multiple instances.
56
55
  */
57
56
  diskId?: string[];
58
57
  /**
59
58
  * @remarks
60
- * The IDs of the cloud disks for which you do not want to create snapshots. After you specify the IDs of cloud disks, the snapshot-consistent group that you create does not contain the snapshots of the specified cloud disks. Valid values of N: 1 to 16.
59
+ * The ID of a disk in the instance for which you do not want to create a snapshot. After you specify this parameter, the snapshot-consistent group does not contain the snapshot of the specified disk. Valid values of N: 1 to 16.
61
60
  *
62
- * This parameter is empty by default, which indicates that snapshots are created for all disks of the instance.
61
+ * Default value: null, which indicates that snapshots are created for all disks in the instance.
63
62
  *
64
- * > This parameter cannot be set at the same time as the `DiskId.N`.
63
+ * > This parameter cannot be specified together with `DiskId.N`.
65
64
  *
66
65
  * @example
67
66
  * d-j6cf7l0ewidb78lq****
@@ -77,15 +76,14 @@ export declare class CreateSnapshotGroupRequest extends $dara.Model {
77
76
  instanceId?: string;
78
77
  /**
79
78
  * @remarks
80
- * Specifies whether to enable the instant access feature. Valid values:
81
- *
82
- * - true
79
+ * Specifies whether to enable snapshot instant access. Valid values:
83
80
  *
84
- * - false
81
+ * - true: enables snapshot instant access.
82
+ * - false: disables snapshot instant access.
85
83
  *
86
84
  * Default value: false.
87
85
  *
88
- * > This parameter is no longer used. By default, new standard snapshots of ESSDs are upgraded to instant access snapshots free of charge without the need for additional configurations. For more information, see [Use the instant access feature](https://help.aliyun.com/document_detail/193667.html).
86
+ * >This parameter is deprecated. Standard snapshots of enterprise SSDs are upgraded to [instant access by default](https://help.aliyun.com/document_detail/193667.html). No additional configuration or fees are required.
89
87
  *
90
88
  * @example
91
89
  * false
@@ -93,13 +91,13 @@ export declare class CreateSnapshotGroupRequest extends $dara.Model {
93
91
  instantAccess?: boolean;
94
92
  /**
95
93
  * @remarks
96
- * The number of days for which the instant access feature is available. Unit: days. Valid values: 1 to 65535.
94
+ * The number of days for which the snapshot instant access feature remains active. Unit: days. Valid values: 1 to 65535.
97
95
  *
98
- * This parameter takes effect only when `InstantAccess` is set to true. The instant access feature is automatically disabled when the specified duration ends.
96
+ * This parameter takes effect only when `InstantAccess=true`. The snapshot instant access feature is automatically shutdown when the specified duration expires.
99
97
  *
100
- * This parameter is left empty by default, which indicates that the instant access feature is automatically disabled when the instant access snapshots are released.
98
+ * Default value: null, which indicates that the instant access duration is the same as the snapshot release period.
101
99
  *
102
- * > This parameter is no longer used. By default, new standard snapshots of ESSDs are upgraded to instant access snapshots free of charge without the need for additional configurations. For more information, see [Use the instant access feature](https://help.aliyun.com/document_detail/193667.html).
100
+ * >This parameter is deprecated. Standard snapshots of enterprise SSDs are upgraded to [instant access by default](https://help.aliyun.com/document_detail/193667.html). No additional configuration or fees are required.
103
101
  *
104
102
  * @example
105
103
  * 1
@@ -107,7 +105,7 @@ export declare class CreateSnapshotGroupRequest extends $dara.Model {
107
105
  instantAccessRetentionDays?: number;
108
106
  /**
109
107
  * @remarks
110
- * The name of the snapshot-consistent group. The name must be 2 to 128 characters in length. The name can contain letters, digits, periods (.), underscores (_), hyphens (-), and colons (:). It must start with a letter and cannot start with `http://` or `https://`.
108
+ * The name of the snapshot-consistent group. The name must be 2 to 128 characters in length. It must start with a letter and cannot start with `http://` or `https://`. The name can contain digits, periods (.), underscores (_), hyphens (-), and colons (:).
111
109
  *
112
110
  * @example
113
111
  * testName
@@ -117,7 +115,7 @@ export declare class CreateSnapshotGroupRequest extends $dara.Model {
117
115
  ownerId?: number;
118
116
  /**
119
117
  * @remarks
120
- * The region ID of the instance. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent list of regions.
118
+ * The region ID of the instance. You can call [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) to query the most recent region list.
121
119
  *
122
120
  * This parameter is required.
123
121
  *
@@ -137,7 +135,7 @@ export declare class CreateSnapshotGroupRequest extends $dara.Model {
137
135
  resourceOwnerId?: number;
138
136
  /**
139
137
  * @remarks
140
- * > This parameter is unavailable for public use.
138
+ * >This parameter is not publicly available.
141
139
  *
142
140
  * @example
143
141
  * null
@@ -145,7 +143,7 @@ export declare class CreateSnapshotGroupRequest extends $dara.Model {
145
143
  storageLocationArn?: string;
146
144
  /**
147
145
  * @remarks
148
- * The list of tags.
146
+ * The tags.
149
147
  */
150
148
  tag?: CreateSnapshotGroupRequestTag[];
151
149
  static names(): {
@@ -1 +1 @@
1
- {"version":3,"file":"CreateSnapshotGroupRequest.js","sourceRoot":"","sources":["../../src/models/CreateSnapshotGroupRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAiB5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,KAAK;YACV,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,QAAQ;YACb,KAAK,EAAE,QAAQ;SAChB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,sEAsCC;AAED,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;IAyHzD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;YAChB,aAAa,EAAE,eAAe;YAC9B,UAAU,EAAE,YAAY;YACxB,aAAa,EAAE,eAAe;YAC9B,0BAA0B,EAAE,4BAA4B;YACxD,IAAI,EAAE,MAAM;YACZ,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,eAAe,EAAE,iBAAiB;YAClC,oBAAoB,EAAE,sBAAsB;YAC5C,eAAe,EAAE,iBAAiB;YAClC,kBAAkB,EAAE,oBAAoB;YACxC,GAAG,EAAE,KAAK;SACX,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,MAAM,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACjD,aAAa,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACxD,UAAU,EAAE,QAAQ;YACpB,aAAa,EAAE,SAAS;YACxB,0BAA0B,EAAE,QAAQ;YACpC,IAAI,EAAE,QAAQ;YACd,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;YAClB,eAAe,EAAE,QAAQ;YACzB,oBAAoB,EAAE,QAAQ;YAC9B,eAAe,EAAE,QAAQ;YACzB,kBAAkB,EAAE,QAAQ;YAC5B,GAAG,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,6BAA6B,EAAE;SACpE,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;YAC9B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACzC,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;YACrC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAChD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;YAC3B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QACtC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAnLD,gEAmLC"}
1
+ {"version":3,"file":"CreateSnapshotGroupRequest.js","sourceRoot":"","sources":["../../src/models/CreateSnapshotGroupRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAiB5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,KAAK;YACV,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,QAAQ;YACb,KAAK,EAAE,QAAQ;SAChB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,sEAsCC;AAED,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;IAuHzD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;YAChB,aAAa,EAAE,eAAe;YAC9B,UAAU,EAAE,YAAY;YACxB,aAAa,EAAE,eAAe;YAC9B,0BAA0B,EAAE,4BAA4B;YACxD,IAAI,EAAE,MAAM;YACZ,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,eAAe,EAAE,iBAAiB;YAClC,oBAAoB,EAAE,sBAAsB;YAC5C,eAAe,EAAE,iBAAiB;YAClC,kBAAkB,EAAE,oBAAoB;YACxC,GAAG,EAAE,KAAK;SACX,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,MAAM,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACjD,aAAa,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACxD,UAAU,EAAE,QAAQ;YACpB,aAAa,EAAE,SAAS;YACxB,0BAA0B,EAAE,QAAQ;YACpC,IAAI,EAAE,QAAQ;YACd,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;YAClB,eAAe,EAAE,QAAQ;YACzB,oBAAoB,EAAE,QAAQ;YAC9B,eAAe,EAAE,QAAQ;YACzB,kBAAkB,EAAE,QAAQ;YAC5B,GAAG,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,6BAA6B,EAAE;SACpE,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;YAC9B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACzC,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;YACrC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAChD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;YAC3B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QACtC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjLD,gEAiLC"}
@@ -2,9 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class CreateSnapshotRequestTag extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The key of the tag.
6
- *
7
- * > This parameter is not recommended. For better compatibility, use the Key parameter instead.
5
+ * The tag key of the snapshot. Valid values of N: 1 to 20. The tag key cannot be an empty string. The tag key can be up to 128 characters in length and cannot start with aliyun or acs:. The tag key cannot contain http:// or https://.
8
6
  *
9
7
  * @example
10
8
  * TestKey
@@ -12,7 +10,7 @@ export declare class CreateSnapshotRequestTag extends $dara.Model {
12
10
  key?: string;
13
11
  /**
14
12
  * @remarks
15
- * The tag value. It can be an empty string, must be 128 characters or shorter, and cannot contain http\\:// or https\\://.
13
+ * The tag value of the snapshot. Valid values of N: 1 to 20. The tag value can be an empty string. The tag value can be up to 128 characters in length and cannot contain http:// or https://.
16
14
  *
17
15
  * @example
18
16
  * TestValue
@@ -32,13 +30,12 @@ export declare class CreateSnapshotRequestTag extends $dara.Model {
32
30
  export declare class CreateSnapshotRequest extends $dara.Model {
33
31
  /**
34
32
  * @remarks
35
- * The type of the snapshot. Valid values:
36
- *
37
- * - Standard: a standard snapshot.
33
+ * The snapshot type. Valid values:
38
34
  *
39
- * - Flash: a Flash Snapshot.
35
+ * - Standard: standard snapshot.
36
+ * - Flash: local snapshot.
40
37
  *
41
- * > This parameter is deprecated. standard snapshots for ESSD cloud disks now include the [Instant Access](https://help.aliyun.com/document_detail/193667.html) feature by default at no additional cost.
38
+ * > This parameter will be deprecated. Standard snapshots of enterprise SSDs have been upgraded to [instant access by default](https://help.aliyun.com/document_detail/193667.html). No additional configuration or fees are required. This applies to enterprise SSDs, ESSD AutoPL disks, ESSD Entry disks, and regional enterprise SSDs. Standard snapshots of standard SSDs are also active by default.
42
39
  *
43
40
  * @example
44
41
  * Standard
@@ -46,7 +43,7 @@ export declare class CreateSnapshotRequest extends $dara.Model {
46
43
  category?: string;
47
44
  /**
48
45
  * @remarks
49
- * A client-generated token to ensure request idempotence. The token must be unique for each request. The **ClientToken** value must be an ASCII string of up to 64 characters. For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/25693.html).
46
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but make sure that the token is unique among different requests. The **ClientToken** value can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/25693.html).
50
47
  *
51
48
  * @example
52
49
  * 123e4567-e89b-12d3-a456-426655440000
@@ -54,9 +51,9 @@ export declare class CreateSnapshotRequest extends $dara.Model {
54
51
  clientToken?: string;
55
52
  /**
56
53
  * @remarks
57
- * The snapshot description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
54
+ * The description of the snapshot. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
58
55
  *
59
- * This parameter is empty by default.
56
+ * Default value: null.
60
57
  *
61
58
  * @example
62
59
  * testDescription
@@ -64,7 +61,7 @@ export declare class CreateSnapshotRequest extends $dara.Model {
64
61
  description?: string;
65
62
  /**
66
63
  * @remarks
67
- * The ID of the cloud disk.
64
+ * The disk ID.
68
65
  *
69
66
  * This parameter is required.
70
67
  *
@@ -74,15 +71,13 @@ export declare class CreateSnapshotRequest extends $dara.Model {
74
71
  diskId?: string;
75
72
  /**
76
73
  * @remarks
77
- * Specifies whether to enable the Instant Access feature. Valid values:
78
- *
79
- * - true: Enables the Instant Access feature. This feature can be enabled only for snapshots of ESSD cloud disks.
80
- *
81
- * - false: Disables the Instant Access feature. A standard snapshot is created.
74
+ * Specifies whether to enable the snapshot instant access feature. Valid values:
75
+ * - true: enables the feature. Only enterprise SSDs support this feature.
76
+ * - false: shutdown. A standard snapshot is created.
82
77
  *
83
78
  * Default value: false.
84
79
  *
85
- * > This parameter is deprecated. standard snapshots for ESSD cloud disks now include the [Instant Access](https://help.aliyun.com/document_detail/193667.html) feature by default at no additional cost.
80
+ * > This parameter is deprecated. Standard snapshots of enterprise SSDs have been upgraded to [instant access by default](https://help.aliyun.com/document_detail/193667.html). No additional configuration or fees are required. This applies to enterprise SSDs, ESSD AutoPL disks, ESSD Entry disks, and regional enterprise SSDs. Standard snapshots of standard SSDs are also active by default.
86
81
  *
87
82
  * @example
88
83
  * false
@@ -90,11 +85,11 @@ export declare class CreateSnapshotRequest extends $dara.Model {
90
85
  instantAccess?: boolean;
91
86
  /**
92
87
  * @remarks
93
- * The retention period for the Instant Access feature, in days. The snapshot is automatically deleted when this retention period expires. This parameter takes effect only when `InstantAccess` is set to `true`. Valid values: 1 to 65,535.
88
+ * Settings for the retention period of the snapshot instant access feature. After the retention period expires, the snapshot is subject to automatic release. This parameter takes effect only when `InstantAccess=true`. Unit: days. Valid values: 1 to 65535.
94
89
  *
95
- * Defaults to the value of `RetentionDays`.
90
+ * Default value: the same as the value of the `RetentionDays` parameter.
96
91
  *
97
- * > This parameter is deprecated. standard snapshots for ESSD cloud disks now include the [Instant Access](https://help.aliyun.com/document_detail/193667.html) feature by default at no additional cost.
92
+ * > This parameter is deprecated. Standard snapshots of enterprise SSDs have been upgraded to [instant access by default](https://help.aliyun.com/document_detail/193667.html). No additional configuration or fees are required. This applies to enterprise SSDs, ESSD AutoPL disks, ESSD Entry disks, and regional enterprise SSDs. Standard snapshots of standard SSDs are also active by default.
98
93
  *
99
94
  * @example
100
95
  * 1
@@ -104,7 +99,7 @@ export declare class CreateSnapshotRequest extends $dara.Model {
104
99
  ownerId?: number;
105
100
  /**
106
101
  * @remarks
107
- * The ID of the Resource Group to which the snapshot belongs.
102
+ * The ID of the resource group to which the snapshot belongs.
108
103
  *
109
104
  * @example
110
105
  * rg-bp67acfmxazb4p****
@@ -114,9 +109,9 @@ export declare class CreateSnapshotRequest extends $dara.Model {
114
109
  resourceOwnerId?: number;
115
110
  /**
116
111
  * @remarks
117
- * The retention period of the snapshot, in days. Valid values: 1 to 65,536. The snapshot is automatically deleted when the retention period expires.
112
+ * Settings for the retention period of the snapshot. Unit: days. Valid values: 1 to 65536. The snapshot is subject to automatic release when the retention period expires.
118
113
  *
119
- * If this parameter is not specified, the snapshot is retained indefinitely.
114
+ * Default value: null, which indicates that the snapshot is not subject to automatic release.
120
115
  *
121
116
  * @example
122
117
  * 30
@@ -124,9 +119,9 @@ export declare class CreateSnapshotRequest extends $dara.Model {
124
119
  retentionDays?: number;
125
120
  /**
126
121
  * @remarks
127
- * The snapshot name must be 2 to 128 characters long. It must start with a letter or a Chinese character and can contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-).
122
+ * The name of the snapshot. The name must be 2 to 128 characters in length. It must start with a letter and cannot start with `http://` or `https://`. The name can contain Unicode characters under the letter category (including letters in English and Chinese), ASCII digits (0-9), colons (:), underscores (_), periods (.), and hyphens (-).
128
123
  *
129
- * > The name cannot start with `http://` or `https://`. To avoid conflicts with auto snapshot names, the name cannot start with `auto`.
124
+ * > The name cannot start with `auto` to avoid conflicts with the names of automatic snapshots.
130
125
  *
131
126
  * @example
132
127
  * testSnapshotName
@@ -134,7 +129,7 @@ export declare class CreateSnapshotRequest extends $dara.Model {
134
129
  snapshotName?: string;
135
130
  /**
136
131
  * @remarks
137
- * > This parameter is not available for public use.
132
+ * > This parameter is not publicly available.
138
133
  *
139
134
  * @example
140
135
  * null
@@ -142,7 +137,7 @@ export declare class CreateSnapshotRequest extends $dara.Model {
142
137
  storageLocationArn?: string;
143
138
  /**
144
139
  * @remarks
145
- * The tags to add to the snapshot. You can add up to 20 tags.
140
+ * The tags.
146
141
  */
147
142
  tag?: CreateSnapshotRequestTag[];
148
143
  static names(): {
@@ -1 +1 @@
1
- {"version":3,"file":"CreateSnapshotRequest.js","sourceRoot":"","sources":["../../src/models/CreateSnapshotRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wBAAyB,SAAQ,KAAK,CAAC,KAAK;IAmBvD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,KAAK;YACV,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,QAAQ;YACb,KAAK,EAAE,QAAQ;SAChB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxCD,4DAwCC;AAED,MAAa,qBAAsB,SAAQ,KAAK,CAAC,KAAK;IAoHpD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;YAChB,aAAa,EAAE,eAAe;YAC9B,0BAA0B,EAAE,4BAA4B;YACxD,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,eAAe,EAAE,iBAAiB;YAClC,oBAAoB,EAAE,sBAAsB;YAC5C,eAAe,EAAE,iBAAiB;YAClC,aAAa,EAAE,eAAe;YAC9B,YAAY,EAAE,cAAc;YAC5B,kBAAkB,EAAE,oBAAoB;YACxC,GAAG,EAAE,KAAK;SACX,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,MAAM,EAAE,QAAQ;YAChB,aAAa,EAAE,SAAS;YACxB,0BAA0B,EAAE,QAAQ;YACpC,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,eAAe,EAAE,QAAQ;YACzB,oBAAoB,EAAE,QAAQ;YAC9B,eAAe,EAAE,QAAQ;YACzB,aAAa,EAAE,QAAQ;YACvB,YAAY,EAAE,QAAQ;YACtB,kBAAkB,EAAE,QAAQ;YAC5B,GAAG,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,wBAAwB,EAAE;SAC/D,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;YAC3B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QACtC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtKD,sDAsKC"}
1
+ {"version":3,"file":"CreateSnapshotRequest.js","sourceRoot":"","sources":["../../src/models/CreateSnapshotRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wBAAyB,SAAQ,KAAK,CAAC,KAAK;IAiBvD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,KAAK;YACV,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,QAAQ;YACb,KAAK,EAAE,QAAQ;SAChB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,4DAsCC;AAED,MAAa,qBAAsB,SAAQ,KAAK,CAAC,KAAK;IAiHpD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;YAChB,aAAa,EAAE,eAAe;YAC9B,0BAA0B,EAAE,4BAA4B;YACxD,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,eAAe,EAAE,iBAAiB;YAClC,oBAAoB,EAAE,sBAAsB;YAC5C,eAAe,EAAE,iBAAiB;YAClC,aAAa,EAAE,eAAe;YAC9B,YAAY,EAAE,cAAc;YAC5B,kBAAkB,EAAE,oBAAoB;YACxC,GAAG,EAAE,KAAK;SACX,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,MAAM,EAAE,QAAQ;YAChB,aAAa,EAAE,SAAS;YACxB,0BAA0B,EAAE,QAAQ;YACpC,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,eAAe,EAAE,QAAQ;YACzB,oBAAoB,EAAE,QAAQ;YAC9B,eAAe,EAAE,QAAQ;YACzB,aAAa,EAAE,QAAQ;YACvB,YAAY,EAAE,QAAQ;YACtB,kBAAkB,EAAE,QAAQ;YAC5B,GAAG,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,wBAAwB,EAAE;SAC/D,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;YAC3B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QACtC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAnKD,sDAmKC"}
@@ -4,7 +4,7 @@ export declare class DeleteSnapshotGroupRequest extends $dara.Model {
4
4
  ownerId?: number;
5
5
  /**
6
6
  * @remarks
7
- * The region ID of the snapshot-consistent group. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
7
+ * The region ID of the snapshot-consistent group. You can call [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) to query the most recent region list.
8
8
  *
9
9
  * This parameter is required.
10
10
  *
@@ -16,7 +16,7 @@ export declare class DeleteSnapshotGroupRequest extends $dara.Model {
16
16
  resourceOwnerId?: number;
17
17
  /**
18
18
  * @remarks
19
- * The ID of the snapshot-consistent group. You can call the [DescribeSnapshotGroups](https://help.aliyun.com/document_detail/210940.html) operation to query the IDs of one or more snapshot-consistent groups.
19
+ * The ID of the snapshot-consistent group. You can call [DescribeSnapshotGroups](https://help.aliyun.com/document_detail/210940.html) to query snapshot-consistent group IDs.
20
20
  *
21
21
  * This parameter is required.
22
22
  *
@@ -59,7 +59,7 @@ export declare class DeleteSnapshotGroupResponseBody extends $dara.Model {
59
59
  operationProgressSet?: DeleteSnapshotGroupResponseBodyOperationProgressSet;
60
60
  /**
61
61
  * @remarks
62
- * The ID of the request.
62
+ * The request ID.
63
63
  *
64
64
  * @example
65
65
  * 6EDE885A-FDC1-4FAE-BC44-6EACAEA6CC6E
@@ -4,9 +4,9 @@ export declare class DeleteSnapshotRequest extends $dara.Model {
4
4
  * @remarks
5
5
  * Specifies whether to force delete the snapshot that has been used to create cloud disks. Valid values:
6
6
  *
7
- * - true: force deletes the snapshot. After the snapshot is force deleted, the cloud disks created from the snapshot cannot be re-initialized.
7
+ * - true: Force deletes the snapshot. After the snapshot is forcibly deleted, the cloud disk created from the snapshot cannot be reinitialized.
8
8
  *
9
- * - false: does not force delete the snapshot.
9
+ * - false: Does not force delete the snapshot.
10
10
  *
11
11
  * Default value: false.
12
12
  *
@@ -3,7 +3,7 @@ export declare class DescribeDiskDefaultKMSKeyIdRequest extends $dara.Model {
3
3
  ownerId?: number;
4
4
  /**
5
5
  * @remarks
6
- * The ID of the region. You can call the DescribeRegions operation to query the most recent region list.
6
+ * The region ID. You can call [DescribeRegions](https://help.aliyun.com/document_detail/2679950.html) to query the most recent region list.
7
7
  *
8
8
  * This parameter is required.
9
9
  *
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class DescribeDiskDefaultKMSKeyIdResponseBody extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The ID of the KMS key.
5
+ * The KMS key ID.
6
6
  *
7
7
  * @example
8
8
  * 0e478b7a-4262-4802-b8cb-00d3fb40****
@@ -3,7 +3,7 @@ export declare class DescribeDiskEncryptionByDefaultStatusRequest extends $dara.
3
3
  ownerId?: number;
4
4
  /**
5
5
  * @remarks
6
- * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/2679950.html) operation to query the most recent region list.
6
+ * The region ID. You can call [DescribeRegions](https://help.aliyun.com/document_detail/2679950.html) to query the most recent region list.
7
7
  *
8
8
  * This parameter is required.
9
9
  *
@@ -2,11 +2,13 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class DescribeDiskEncryptionByDefaultStatusResponseBody extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * Indicates whether account-level default encryption of EBS resources is enabled in the region. Valid values:
5
+ * Indicates whether account-level default encryption is enabled for block storage.
6
6
  *
7
- * - true
7
+ * Valid values:
8
8
  *
9
- * - false
9
+ * - true: Enabled.
10
+ *
11
+ * - false: Not enabled.
10
12
  *
11
13
  * Default value: false.
12
14
  *
@@ -1 +1 @@
1
- {"version":3,"file":"DescribeDiskEncryptionByDefaultStatusResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeDiskEncryptionByDefaultStatusResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iDAAkD,SAAQ,KAAK,CAAC,KAAK;IAuBhF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,SAAS;YACpB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5CD,8GA4CC"}
1
+ {"version":3,"file":"DescribeDiskEncryptionByDefaultStatusResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeDiskEncryptionByDefaultStatusResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iDAAkD,SAAQ,KAAK,CAAC,KAAK;IAyBhF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,SAAS;YACpB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9CD,8GA8CC"}