@alicloud/ecs20140526 7.9.0 → 7.9.1

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 (41) hide show
  1. package/dist/client.d.ts +108 -110
  2. package/dist/client.js +108 -110
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CloneDisksRequest.d.ts +55 -80
  5. package/dist/models/CloneDisksRequest.js.map +1 -1
  6. package/dist/models/CloneDisksResponseBody.d.ts +2 -2
  7. package/dist/models/CreateAutoProvisioningGroupRequest.d.ts +286 -380
  8. package/dist/models/CreateAutoProvisioningGroupRequest.js.map +1 -1
  9. package/dist/models/CreateAutoProvisioningGroupShrinkRequest.d.ts +282 -375
  10. package/dist/models/CreateAutoProvisioningGroupShrinkRequest.js.map +1 -1
  11. package/dist/models/CreateImageRequest.d.ts +43 -88
  12. package/dist/models/CreateImageRequest.js.map +1 -1
  13. package/dist/models/CreateImageResponseBody.d.ts +2 -2
  14. package/dist/models/CreateLaunchTemplateRequest.d.ts +235 -278
  15. package/dist/models/CreateLaunchTemplateRequest.js.map +1 -1
  16. package/dist/models/CreateLaunchTemplateResponseBody.d.ts +3 -3
  17. package/dist/models/CreateVswitchRequest.d.ts +0 -29
  18. package/dist/models/CreateVswitchRequest.js.map +1 -1
  19. package/dist/models/CreateVswitchResponseBody.d.ts +0 -8
  20. package/dist/models/CreateVswitchResponseBody.js.map +1 -1
  21. package/dist/models/DescribeImagesRequest.d.ts +61 -89
  22. package/dist/models/DescribeImagesRequest.js.map +1 -1
  23. package/dist/models/DescribeImagesResponseBody.d.ts +5 -5
  24. package/dist/models/DescribeRecommendInstanceTypeRequest.d.ts +4 -4
  25. package/dist/models/RenewElasticityAssurancesRequest.d.ts +3 -3
  26. package/package.json +1 -1
  27. package/src/client.ts +108 -110
  28. package/src/models/CloneDisksRequest.ts +55 -80
  29. package/src/models/CloneDisksResponseBody.ts +2 -2
  30. package/src/models/CreateAutoProvisioningGroupRequest.ts +287 -381
  31. package/src/models/CreateAutoProvisioningGroupShrinkRequest.ts +283 -376
  32. package/src/models/CreateImageRequest.ts +43 -88
  33. package/src/models/CreateImageResponseBody.ts +2 -2
  34. package/src/models/CreateLaunchTemplateRequest.ts +235 -278
  35. package/src/models/CreateLaunchTemplateResponseBody.ts +3 -3
  36. package/src/models/CreateVswitchRequest.ts +0 -29
  37. package/src/models/CreateVswitchResponseBody.ts +0 -8
  38. package/src/models/DescribeImagesRequest.ts +62 -90
  39. package/src/models/DescribeImagesResponseBody.ts +5 -5
  40. package/src/models/DescribeRecommendInstanceTypeRequest.ts +4 -4
  41. package/src/models/RenewElasticityAssurancesRequest.ts +3 -3
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class CloneDisksRequestArn extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * > This parameter is not yet available.
5
+ * > This parameter is not publicly available.
6
6
  *
7
7
  * @example
8
8
  * null
@@ -10,7 +10,7 @@ export declare class CloneDisksRequestArn extends $dara.Model {
10
10
  assumeRoleFor?: string;
11
11
  /**
12
12
  * @remarks
13
- * > This parameter is not yet available.
13
+ * > This parameter is not publicly available.
14
14
  *
15
15
  * @example
16
16
  * null
@@ -18,7 +18,7 @@ export declare class CloneDisksRequestArn extends $dara.Model {
18
18
  roleType?: string;
19
19
  /**
20
20
  * @remarks
21
- * > This parameter is not yet available.
21
+ * > This parameter is not publicly available.
22
22
  *
23
23
  * @example
24
24
  * null
@@ -38,7 +38,7 @@ export declare class CloneDisksRequestArn extends $dara.Model {
38
38
  export declare class CloneDisksRequestTag extends $dara.Model {
39
39
  /**
40
40
  * @remarks
41
- * The key of tag N to add to the new disk. Valid values of N: 1 to 20. The tag key must be 1 to 128 characters in length and cannot start with `aliyun` or `acs:` or 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:. The tag key cannot contain http:// or https://.
42
42
  *
43
43
  * @example
44
44
  * TestKey
@@ -46,7 +46,7 @@ export declare class CloneDisksRequestTag extends $dara.Model {
46
46
  key?: string;
47
47
  /**
48
48
  * @remarks
49
- * The value of tag N to add to the new disk. Valid values of N: 1 to 20. The tag value can be an empty string or up to 128 characters in length, and it cannot contain `http://` or `https://`.
49
+ * The tag value of the disk. 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://.
50
50
  *
51
51
  * @example
52
52
  * TestValue
@@ -66,18 +66,15 @@ export declare class CloneDisksRequestTag extends $dara.Model {
66
66
  export declare class CloneDisksRequest extends $dara.Model {
67
67
  /**
68
68
  * @remarks
69
- * > This parameter is not yet available.
69
+ * > This parameter is not publicly available.
70
70
  */
71
71
  arn?: CloneDisksRequestArn[];
72
72
  /**
73
73
  * @remarks
74
- * Specifies whether to enable performance bursting for the new disk. Valid values:
75
- *
76
- * - `true`: Enables performance bursting.
77
- *
78
- * - `false`: Disables performance bursting.
79
- *
80
- * > This parameter is valid only when `DiskCategory` is set to `cloud_auto`. For more information, see [ESSD AutoPL cloud disks](https://help.aliyun.com/zh/ecs/user-guide/essd-autopl-disks).
74
+ * Specifies whether to enable the performance burst feature for the new disk. Valid values:
75
+ * - true: enables the performance burst feature.
76
+ * - false: does not enable the performance burst feature.
77
+ * > This parameter is supported only when DiskCategory is set to cloud_auto. For more information, see [ESSD AutoPL disks](https://www.alibabacloud.com/help/en/ecs/user-guide/essd-autopl-disks).
81
78
  *
82
79
  * @example
83
80
  * true
@@ -85,7 +82,7 @@ export declare class CloneDisksRequest extends $dara.Model {
85
82
  burstingEnabled?: boolean;
86
83
  /**
87
84
  * @remarks
88
- * A client-generated token that, when provided, ensures the idempotence of the request. The token must be unique for each request. 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).
85
+ * 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).
89
86
  *
90
87
  * @example
91
88
  * 123e4567-e89b-12d3-a456-426655440000
@@ -93,21 +90,16 @@ export declare class CloneDisksRequest extends $dara.Model {
93
90
  clientToken?: string;
94
91
  /**
95
92
  * @remarks
96
- * The type of the new disk. Valid values:
97
- *
98
- * - `cloud_essd`: ESSD cloud disk.
99
- *
100
- * - `cloud_auto`: ESSD AutoPL cloud disk.
101
- *
102
- * - `cloud_essd_entry`: ESSD Entry cloud disk.
93
+ * The category of the new disk. Valid values:
103
94
  *
104
- * - `cloud_regional_disk_auto`: regional disk.
95
+ * - cloud_essd: standard SSD.
96
+ * - cloud_auto: ESSD AutoPL disk.
97
+ * - cloud_essd_entry: ESSD Entry disk.
98
+ * - cloud_regional_disk_auto: regional Standard SSD (ESSD).
105
99
  *
106
- * > Disk type limits for cloning
107
- * >
108
- * > - A non-regional disk can be cloned only as a non-regional disk.
109
- * >
110
- * > - A regional disk can be cloned only as a regional disk.
100
+ * > Disk category restrictions for disk cloning:
101
+ * > - Non-regional disks can only be cloned to non-regional disk types.
102
+ * > - Regional disks can only be cloned to regional disk types.
111
103
  *
112
104
  * This parameter is required.
113
105
  *
@@ -117,9 +109,9 @@ export declare class CloneDisksRequest extends $dara.Model {
117
109
  diskCategory?: string;
118
110
  /**
119
111
  * @remarks
120
- * The name of the new disk. The name must be 2 to 128 characters in length. It must start with a letter and can contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-).
112
+ * The name of the disk. The name must be 2 to 128 characters in length and can contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-). The name must start with a letter.
121
113
  *
122
- * Default value: none.
114
+ * Default value: empty.
123
115
  *
124
116
  * @example
125
117
  * MyDiskName
@@ -127,11 +119,9 @@ export declare class CloneDisksRequest extends $dara.Model {
127
119
  diskName?: string;
128
120
  /**
129
121
  * @remarks
130
- * Specifies whether to perform a dry run. Valid values:
131
- *
132
- * - `true`: Performs a dry run to check the request without cloning the disk. The system checks whether your AccessKey is valid, whether the RAM user is authorized, and whether the required parameters are specified. If the request fails the check, the system returns the corresponding error message. If the request passes the check, the `DryRunOperation` error code is returned.
133
- *
134
- * - `false` (default): Sends a normal request. If the request passes the check, the system returns a 2xx HTTP status code and clones the disk.
122
+ * Specifies whether to perform only a dry run, without performing the actual request. Valid values:
123
+ * - true: sends a check request without querying the filing status. The system checks whether your AccessKey pair is valid, whether RAM user authorization is granted, and whether the required parameters are specified. If the check fails, the corresponding error is returned. If the check passes, the DryRunOperation error code is returned.
124
+ * - false (default): sends a normal request. After the check passes, a 2XX HTTP status code is returned and the filing status is queried.
135
125
  *
136
126
  * @example
137
127
  * true
@@ -139,11 +129,9 @@ export declare class CloneDisksRequest extends $dara.Model {
139
129
  dryRun?: string;
140
130
  /**
141
131
  * @remarks
142
- * Specifies whether to encrypt the new disk. Valid values:
143
- *
144
- * - `true`: The disk is encrypted.
145
- *
146
- * - `false`: The disk is not encrypted.
132
+ * Specifies whether the new disk is encrypted. Valid values:
133
+ * - true: The new disk is encrypted.
134
+ * - false: The new disk is not encrypted.
147
135
  *
148
136
  * Default value: false.
149
137
  *
@@ -153,7 +141,7 @@ export declare class CloneDisksRequest extends $dara.Model {
153
141
  encrypted?: boolean;
154
142
  /**
155
143
  * @remarks
156
- * The ID of the KMS key to use for the new disk.
144
+ * The key ID of the KMS key used by the new disk.
157
145
  *
158
146
  * @example
159
147
  * key-szz67b2f696f4wh9yeg5d
@@ -161,11 +149,10 @@ export declare class CloneDisksRequest extends $dara.Model {
161
149
  kmsKeyId?: string;
162
150
  /**
163
151
  * @remarks
164
- * Specifies whether to enable the multi-attach feature for the new disk. Valid values:
165
- *
166
- * - `Disabled`: Disables the multi-attach feature.
152
+ * Specifies whether to enable the multi-attach attribute for the new disk. Settings for this parameter. Valid values:
167
153
  *
168
- * - `Enabled`: Enables the multi-attach feature. You can set this parameter to `Enabled` only for ESSD cloud disks.
154
+ * - Disabled: disables the multi-attach attribute.
155
+ * - Enabled: enables the multi-attach attribute. Only standard SSDs support the value `Enabled`.
169
156
  *
170
157
  * This parameter is required.
171
158
  *
@@ -176,19 +163,16 @@ export declare class CloneDisksRequest extends $dara.Model {
176
163
  ownerId?: number;
177
164
  /**
178
165
  * @remarks
179
- * The performance level of the new ESSD cloud disk. Valid values:
180
- *
181
- * - `PL0`: A single disk can deliver up to 10,000 random read/write IOPS.
166
+ * The performance level (PL) of the enterprise SSD to create. Settings for this parameter vary based on the standard SSD type. Valid values:
182
167
  *
183
- * - `PL1`: A single disk can deliver up to 50,000 random read/write IOPS.
168
+ * - PL0: a single disk can deliver up to 10,000 random read/write IOPS.
169
+ * - PL1: a single disk can deliver up to 50,000 random read/write IOPS.
170
+ * - PL2: a single disk can deliver up to 100,000 random read/write IOPS.
171
+ * - PL3: a single disk can deliver up to 1,000,000 random read/write IOPS.
184
172
  *
185
- * - `PL2`: A single disk can deliver up to 100,000 random read/write IOPS.
173
+ * > If DiskCategory is set to cloud_essd, PerformanceLevel is required.
186
174
  *
187
- * - `PL3`: A single disk can deliver up to 1,000,000 random read/write IOPS.
188
- *
189
- * > This parameter is required when `DiskCategory` is set to `cloud_essd`.
190
- *
191
- * For more information about how to select an ESSD performance level, see [ESSD cloud disks](https://help.aliyun.com/document_detail/122389.html).
175
+ * For more information about how to select an ESSD performance level, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
192
176
  *
193
177
  * @example
194
178
  * PL1
@@ -196,15 +180,13 @@ export declare class CloneDisksRequest extends $dara.Model {
196
180
  performanceLevel?: string;
197
181
  /**
198
182
  * @remarks
199
- * The provisioned read/write IOPS of the ESSD AutoPL cloud disk. Valid values:
200
- *
201
- * - You cannot set this parameter for disks that are 3 GiB or smaller in size.
183
+ * The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values:
184
+ * - Capacity (GiB) <= 3: provisioned performance is not supported.
185
+ * - Capacity (GiB) >= 4: [0, min{(1,000 IOPS/GiB × Capacity - Baseline IOPS), 50,000}]
202
186
  *
203
- * - For disks that are 4 GiB or larger in size, the value must be in the range of `[0, min(1000 * Size - baseline performance, 50000)]`.
187
+ * Baseline performance = max{min{1,800 + 50 × Capacity, 50,000}, 3,000}.
204
188
  *
205
- * baseline performance = `max(min(1800 + 50 * Size, 50000), 3000)`.
206
- *
207
- * > This parameter is valid only when `DiskCategory` is set to `cloud_auto`. For more information, see [ESSD AutoPL cloud disks](https://help.aliyun.com/zh/ecs/user-guide/essd-autopl-disks).
189
+ * > This parameter is supported only when DiskCategory is set to cloud_auto. For more information, see [ESSD AutoPL disks](https://www.alibabacloud.com/help/en/ecs/user-guide/essd-autopl-disks).
208
190
  *
209
191
  * @example
210
192
  * 10
@@ -212,7 +194,7 @@ export declare class CloneDisksRequest extends $dara.Model {
212
194
  provisionedIops?: number;
213
195
  /**
214
196
  * @remarks
215
- * The ID of the region. You can call the [DescribeRegions](https://help.aliyun.com/zh/ecs/api-regions-describeregions) operation to view the latest list of Alibaba Cloud regions.
197
+ * The region ID. You can call [DescribeRegions](https://www.alibabacloud.com/help/en/ecs/api-regions-describeregions) to query the most recent region list.
216
198
  *
217
199
  * This parameter is required.
218
200
  *
@@ -222,7 +204,7 @@ export declare class CloneDisksRequest extends $dara.Model {
222
204
  regionId?: string;
223
205
  /**
224
206
  * @remarks
225
- * The ID of the resource group for the new disk.
207
+ * The ID of the resource group to which the disk belongs.
226
208
  *
227
209
  * @example
228
210
  * rg-bp199lyny9b3****
@@ -231,23 +213,16 @@ export declare class CloneDisksRequest extends $dara.Model {
231
213
  resourceOwnerId?: number;
232
214
  /**
233
215
  * @remarks
234
- * The size of the new disk, in GiB. The value must be greater than or equal to the size of the source disk. The value range varies based on the `DiskCategory` value:
235
- *
236
- * - `cloud_essd`: The value range depends on the `PerformanceLevel` value.
237
- *
238
- * - `PL0`: 1 to 65,536
239
- *
240
- * - `PL1`: 20 to 65,536
241
- *
242
- * - `PL2`: 461 to 65,536
243
- *
244
- * - `PL3`: 1,261 to 65,536
245
- *
246
- * - `cloud_auto`: 1 to 65,536
247
- *
248
- * - `cloud_essd_entry`: 10 to 32,768
216
+ * The capacity of the new disk. Unit: GiB. You must specify a value for this parameter. Valid values:
249
217
  *
250
- * - `cloud_regional_disk_auto`: 10 to 65,536
218
+ * - cloud_essd: the valid value range varies based on the performance level.
219
+ * - PL0: 1 to 65,536.
220
+ * - PL1: 20 to 65,536.
221
+ * - PL2: 461 to 65,536.
222
+ * - PL3: 1,261 to 65,536.
223
+ * - cloud_auto: 1 to 65,536.
224
+ * - cloud_essd_entry: 10 to 32,768.
225
+ * - cloud_regional_disk_auto: 10 to 65,536.
251
226
  *
252
227
  * This parameter is required.
253
228
  *
@@ -267,7 +242,7 @@ export declare class CloneDisksRequest extends $dara.Model {
267
242
  sourceDiskId?: string;
268
243
  /**
269
244
  * @remarks
270
- * The tags to add to the new disk.
245
+ * The list of tags for the disk.
271
246
  */
272
247
  tag?: CloneDisksRequestTag[];
273
248
  static names(): {
@@ -1 +1 @@
1
- {"version":3,"file":"CloneDisksRequest.js","sourceRoot":"","sources":["../../src/models/CloneDisksRequest.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"CloneDisksRequest.js","sourceRoot":"","sources":["../../src/models/CloneDisksRequest.ts"],"names":[],"mappings":"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"}
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class CloneDisksResponseBody extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The ID of the request.
5
+ * The request ID.
6
6
  *
7
7
  * @example
8
8
  * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3****
@@ -10,7 +10,7 @@ export declare class CloneDisksResponseBody extends $dara.Model {
10
10
  requestId?: string;
11
11
  /**
12
12
  * @remarks
13
- * The ID of the disk clone task group. You can call the [DescribeTasks](https://help.aliyun.com/zh/ecs/developer-reference/api-ecs-2014-05-26-describetasks) operation to query the execution result.
13
+ * The task group ID of the disk cloning operation. You can call [DescribeTasks](https://www.alibabacloud.com/help/en/ecs/developer-reference/api-ecs-2014-05-26-describetasks) to query the task execution result.
14
14
  *
15
15
  * @example
16
16
  * g-2ze2op2grqpclwu7****