@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
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationArn extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * > This parameter is in invitational preview and is not supported.
5
+ * > This parameter is in invitational preview and is not available for use.
6
6
  *
7
7
  * @example
8
8
  * 123456789012****
@@ -10,7 +10,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationArn ex
10
10
  assumeRoleFor?: number;
11
11
  /**
12
12
  * @remarks
13
- * > This parameter is in invitational preview and is not supported.
13
+ * > This parameter is in invitational preview and is not available for use.
14
14
  *
15
15
  * @example
16
16
  * 34458433936495****:alice
@@ -18,7 +18,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationArn ex
18
18
  roleType?: string;
19
19
  /**
20
20
  * @remarks
21
- * > This parameter is in invitational preview and is not supported.
21
+ * > This parameter is in invitational preview and is not available for use.
22
22
  *
23
23
  * @example
24
24
  * acs:ram::123456789012****:role/adminrole
@@ -38,11 +38,10 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationArn ex
38
38
  export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationDataDisk extends $dara.Model {
39
39
  /**
40
40
  * @remarks
41
- * The automatic snapshot policy ID applied to the data disk.
41
+ * The ID of the automatic snapshot policy applied to the data disk.
42
42
  *
43
43
  * Note:
44
- *
45
- * - This parameter takes effect only when creating an auto provisioning group with AutoProvisioningGroupType=instant.
44
+ * - This parameter takes effect only when you create a one-time synchronous delivery auto provisioning group (AutoProvisioningGroupType=instant).
46
45
  *
47
46
  * @example
48
47
  * sp-bp67acfmxazb4p****
@@ -50,13 +49,12 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationDataDi
50
49
  autoSnapshotPolicyId?: string;
51
50
  /**
52
51
  * @remarks
53
- * Specifies whether to enable performance burst. Valid values:
54
- *
55
- * - true: Enables performance burst.
52
+ * Specifies whether to enable the performance burst feature. Valid values:
56
53
  *
57
- * - false: Disables performance burst.
54
+ * - true: enables the feature.
55
+ * - false: disables the feature.
58
56
  *
59
- * > This parameter is supported only when DiskCategory is set to cloud_auto. For more information, see [ESSD AutoPL](https://help.aliyun.com/document_detail/368372.html).
57
+ * > 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).
60
58
  *
61
59
  * @example
62
60
  * false
@@ -64,19 +62,16 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationDataDi
64
62
  burstingEnabled?: boolean;
65
63
  /**
66
64
  * @remarks
67
- * The category of data disk N. N ranges from 1 to 16. Valid values:
68
- *
69
- * - cloud_efficiency: Ultra disk.
65
+ * The category of data disk N. Valid values of N: 1 to 16. Valid values:
70
66
  *
71
- * - cloud_ssd: Standard SSD.
72
- *
73
- * - cloud_essd: ESSD.
74
- *
75
- * - cloud: Basic disk.
67
+ * - cloud_efficiency: ultra disk.
68
+ * - cloud_ssd: standard SSD.
69
+ * - cloud_essd: enterprise SSD (ESSD).
70
+ * - cloud: basic disk.
76
71
  *
77
72
  * For I/O optimized instances, the default value is cloud_efficiency. For non-I/O optimized instances, the default value is cloud.
78
73
  *
79
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
74
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
80
75
  *
81
76
  * @example
82
77
  * cloud_ssd
@@ -84,15 +79,13 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationDataDi
84
79
  category?: string;
85
80
  /**
86
81
  * @remarks
87
- * Specifies whether to release the data disk when the instance is released. Valid values:
88
- *
89
- * - true: Releases the data disk with the instance.
90
- *
91
- * - false: Does not release the data disk with the instance.
82
+ * Specifies whether the data disk is released when the instance is released. Valid values:
83
+ * - true: the data disk is released when the instance is released.
84
+ * - false: the data disk is not released when the instance is released.
92
85
  *
93
86
  * Default value: true.
94
87
  *
95
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
88
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
96
89
  *
97
90
  * @example
98
91
  * true
@@ -100,7 +93,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationDataDi
100
93
  deleteWithInstance?: boolean;
101
94
  /**
102
95
  * @remarks
103
- * The description of the data disk. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`. When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
96
+ * The description of the data disk. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`. If you specify both a launch template and launch configuration information, the launch template takes precedence.
104
97
  *
105
98
  * @example
106
99
  * DataDisk_Description
@@ -108,7 +101,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationDataDi
108
101
  description?: string;
109
102
  /**
110
103
  * @remarks
111
- * The mount point of the data disk. When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
104
+ * The mount point of the data disk. If you specify both a launch template and launch configuration information, the launch template takes precedence.
112
105
  *
113
106
  * @example
114
107
  * /dev/vd1
@@ -116,11 +109,11 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationDataDi
116
109
  device?: string;
117
110
  /**
118
111
  * @remarks
119
- * The name of the data disk. The name must be 2 to 128 characters in length and can contain letters, digits, periods (.), colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
112
+ * The name of the data disk. The name must be 2 to 128 characters in length. It must start with a letter or a Chinese character and cannot start with `http://` or `https://`. It can contain digits, periods (.), colons (:), underscores (_), and hyphens (-).
120
113
  *
121
114
  * Default value: empty.
122
115
  *
123
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
116
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
124
117
  *
125
118
  * @example
126
119
  * cloud_ssdData
@@ -128,7 +121,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationDataDi
128
121
  diskName?: string;
129
122
  /**
130
123
  * @remarks
131
- * > This parameter is not yet available.
124
+ * > This parameter is not publicly available.
132
125
  *
133
126
  * @example
134
127
  * null
@@ -136,15 +129,14 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationDataDi
136
129
  encryptAlgorithm?: string;
137
130
  /**
138
131
  * @remarks
139
- * Specifies whether to encrypt data disk N. Valid values:
140
- *
141
- * - true: Encrypts the disk.
132
+ * Specifies whether data disk N is encrypted. Valid values:
142
133
  *
143
- * - false: Does not encrypt the disk.
134
+ * - true: encrypted.
135
+ * - false: not encrypted.
144
136
  *
145
137
  * Default value: false.
146
138
  *
147
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
139
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
148
140
  *
149
141
  * @example
150
142
  * false
@@ -152,7 +144,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationDataDi
152
144
  encrypted?: boolean;
153
145
  /**
154
146
  * @remarks
155
- * The KMS key ID for the data disk. When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
147
+ * The ID of the KMS key for the data disk. If both a launch template and launch configuration are specified, the launch template takes precedence.
156
148
  *
157
149
  * @example
158
150
  * 0e478b7a-4262-4802-b8cb-00d3fb40****
@@ -160,19 +152,16 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationDataDi
160
152
  kmsKeyId?: string;
161
153
  /**
162
154
  * @remarks
163
- * The performance level of the ESSD used as a data disk. The value of N must match the N in `LaunchConfiguration.DataDisk.N.Category`. Valid values:
164
- *
165
- * - PL0: Up to 10,000 random read/write IOPS per disk.
155
+ * The performance level of the enterprise SSD used as a data disk. The value of N must be consistent with the N in `LaunchConfiguration.DataDisk.N.Category`. Valid values:
166
156
  *
167
- * - PL1 (default): Up to 50,000 random read/write IOPS per disk.
157
+ * - PL0: a single disk can deliver up to 10,000 random read/write IOPS.
158
+ * - PL1 (default): a single disk can deliver up to 50,000 random read/write IOPS.
159
+ * - PL2: a single disk can deliver up to 100,000 random read/write IOPS.
160
+ * - PL3: a single disk can deliver up to 1,000,000 random read/write IOPS.
168
161
  *
169
- * - PL2: Up to 100,000 random read/write IOPS per disk.
162
+ * For information about how to select an ESSD performance level, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
170
163
  *
171
- * - PL3: Up to 1,000,000 random read/write IOPS per disk.
172
- *
173
- * For more information about selecting ESSD performance levels, see [ESSD](https://help.aliyun.com/document_detail/122389.html).
174
- *
175
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
164
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
176
165
  *
177
166
  * @example
178
167
  * PL1
@@ -180,11 +169,11 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationDataDi
180
169
  performanceLevel?: string;
181
170
  /**
182
171
  * @remarks
183
- * The provisioned read/write IOPS for ESSD AutoPL disks. Valid values: 0 to min{50,000, 1000 × capacity - baseline performance}.
172
+ * The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1000 × capacity - baseline performance}.
184
173
  *
185
174
  * Baseline performance = min{1,800 + 50 × capacity, 50,000}.
186
175
  *
187
- * > This parameter is supported only when DiskCategory is set to cloud_auto. For more information, see [ESSD AutoPL](https://help.aliyun.com/document_detail/368372.html).
176
+ * > 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).
188
177
  *
189
178
  * @example
190
179
  * 40000
@@ -192,27 +181,20 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationDataDi
192
181
  provisionedIops?: number;
193
182
  /**
194
183
  * @remarks
195
- * The size of data disk N, in GiB. N ranges from 1 to 16. Valid values:
196
- *
197
- * - cloud_efficiency: 20–32768.
184
+ * The size of data disk N. Valid values of N: 1 to 16. Unit: GiB. Valid values:
198
185
  *
199
- * - cloud_ssd: 2032768.
186
+ * - cloud_efficiency: 20 to 32768.
187
+ * - cloud_ssd: 20 to 32768.
188
+ * - cloud_essd: depends on the value of `LaunchConfiguration.DataDisk.N.PerformanceLevel`.
189
+ * - PL0: 40 to 32768.
190
+ * - PL1: 20 to 32768.
191
+ * - PL2: 461 to 32768.
192
+ * - PL3: 1261 to 32768.
193
+ * - cloud: 5 to 2000.
200
194
  *
201
- * - cloud_essd: The valid range depends on the value of `LaunchConfiguration.DataDisk.N.PerformanceLevel`.
195
+ * > The value of this parameter must be greater than or equal to the size of the snapshot specified by `LaunchConfiguration.DataDisk.N.SnapshotId`.
202
196
  *
203
- * - PL0: 40–32768.
204
- *
205
- * - PL1: 20–32768.
206
- *
207
- * - PL2: 461–32768.
208
- *
209
- * - PL3: 1261–32768
210
- *
211
- * - cloud: 5–2000.
212
- *
213
- * > The value must be greater than or equal to the size of the snapshot specified by `LaunchConfiguration.DataDisk.N.SnapshotId`.
214
- *
215
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
197
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
216
198
  *
217
199
  * @example
218
200
  * 20
@@ -220,11 +202,11 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationDataDi
220
202
  size?: number;
221
203
  /**
222
204
  * @remarks
223
- * The snapshot used to create data disk N. N ranges from 1 to 16.
205
+ * The ID of the snapshot used to create data disk N. Valid values of N: 1 to 16.
224
206
  *
225
- * After this parameter is specified, `LaunchConfiguration.DataDisk.N.Size` is ignored. The actual disk size equals the size of the specified snapshot. Snapshots created on or before July 15, 2013 are not supported and will cause the request to fail.
207
+ * After you specify this parameter, the `LaunchConfiguration.DataDisk.N.Size` parameter is ignored. The actual size of the created disk is the size of the specified snapshot. Snapshots created on or before July 15, 2013 cannot be used. Requests that use such snapshots are rejected.
226
208
  *
227
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
209
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
228
210
  *
229
211
  * @example
230
212
  * s-bp17441ohwka0yuh****
@@ -244,11 +226,10 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationDataDi
244
226
  export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationSystemDisk extends $dara.Model {
245
227
  /**
246
228
  * @remarks
247
- * The automatic snapshot policy ID applied to the system disk.
229
+ * The ID of the automatic snapshot policy to apply to the system disk.
248
230
  *
249
- * Note:
250
- *
251
- * - This parameter takes effect only when creating an auto provisioning group with AutoProvisioningGroupType=instant.
231
+ * After you set this parameter, note the following items:
232
+ * - This parameter takes effect only when you create a one-time synchronization delivery auto provisioning group (AutoProvisioningGroupType=instant).
252
233
  *
253
234
  * @example
254
235
  * sp-bp67acfmxazb4p****
@@ -256,13 +237,12 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationSystem
256
237
  autoSnapshotPolicyId?: string;
257
238
  /**
258
239
  * @remarks
259
- * Specifies whether to enable performance burst. Valid values:
260
- *
261
- * - true: Enables performance burst.
240
+ * Specifies whether to enable the performance burst feature. Valid values:
262
241
  *
263
- * - false: Disables performance burst.
242
+ * - true: enables the feature.
243
+ * - false: does not enable the feature.
264
244
  *
265
- * > This parameter is supported only when `SystemDisk.Category` is set to `cloud_auto`. For more information, see [ESSD AutoPL](https://help.aliyun.com/document_detail/368372.html).
245
+ * > This parameter is supported only when `SystemDisk.Category` is set to `cloud_auto`. For more information, see [ESSD AutoPL disk](https://help.aliyun.com/document_detail/368372.html).
266
246
  *
267
247
  * @example
268
248
  * false
@@ -272,15 +252,14 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationSystem
272
252
  * @remarks
273
253
  * The encryption algorithm for the system disk. Valid values:
274
254
  *
275
- * - aes-256.
276
- *
277
- * - sm4-128.
255
+ * - aes-256
256
+ * - sm4-128
278
257
  *
279
258
  * Default value: aes-256.
280
259
  *
281
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
260
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
282
261
  *
283
- * > This parameter is not yet available.
262
+ * > This parameter is not publicly available.
284
263
  *
285
264
  * @example
286
265
  * aes-256
@@ -288,15 +267,15 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationSystem
288
267
  encryptAlgorithm?: string;
289
268
  /**
290
269
  * @remarks
291
- * Specifies whether to encrypt system disk N. Valid values:
270
+ * Specifies whether the system disk is encrypted. Valid values:
292
271
  *
293
- * - true: Encrypts the disk.
272
+ * - true: encrypted.
294
273
  *
295
- * - false: Does not encrypt the disk.
274
+ * - false: not encrypted.
296
275
  *
297
276
  * Default value: false.
298
277
  *
299
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
278
+ * If you specify both.
300
279
  *
301
280
  * @example
302
281
  * false
@@ -304,9 +283,9 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationSystem
304
283
  encrypted?: string;
305
284
  /**
306
285
  * @remarks
307
- * The KMS key ID for the system disk.
286
+ * The KMS key ID of the system disk.
308
287
  *
309
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
288
+ * When both a launch template and launch configuration information are specified, the launch template takes precedence.
310
289
  *
311
290
  * @example
312
291
  * 0e478b7a-4262-4802-b8cb-00d3fb40****
@@ -314,11 +293,10 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationSystem
314
293
  KMSKeyId?: string;
315
294
  /**
316
295
  * @remarks
317
- * The provisioned read/write IOPS for ESSD AutoPL disks. Valid values: 0 to min{50,000, 1000 × capacity - baseline performance}.
318
- *
319
- * Baseline performance = min{1,800 + 50 × capacity, 50,000}.
296
+ * The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1000 × Capacity - Baseline performance}.
320
297
  *
321
- * > This parameter is supported only when SystemDisk.Category is set to cloud_auto. For more information, see [ESSD AutoPL](https://help.aliyun.com/document_detail/368372.html).
298
+ * Baseline performance = min{1,800 + 50 × Capacity, 50,000}.
299
+ * > This parameter is supported only when SystemDisk.Category is set to cloud_auto. For more information, see [ESSD AutoPL disk](https://help.aliyun.com/document_detail/368372.html).
322
300
  *
323
301
  * @example
324
302
  * 40000
@@ -338,7 +316,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationSystem
338
316
  export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationTag extends $dara.Model {
339
317
  /**
340
318
  * @remarks
341
- * The tag key of the instance. N ranges from 1 to 20. If specified, the value cannot be an empty string. The key can be up to 128 characters in length and cannot start with aliyun or acs:. It also cannot contain `http://` or `https://`. When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
319
+ * The tag key of the instance. Valid values of N: 1 to 20. The tag key cannot be an empty string. It can be up to 128 characters in length and cannot start with aliyun or acs:. It cannot contain `http://` or `https://`. If you specify both a launch template and launch configuration information, the launch template takes precedence.
342
320
  *
343
321
  * @example
344
322
  * TestKey
@@ -346,7 +324,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationTag ex
346
324
  key?: string;
347
325
  /**
348
326
  * @remarks
349
- * The tag value of the instance. N ranges from 1 to 20. If specified, the value can be an empty string. The value can be up to 128 characters in length and cannot start with acs:. It also cannot contain `http://` or `https://`. When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
327
+ * The tag value of the instance. 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://`. If you specify both a launch template and launch configuration information, the launch template takes precedence.
350
328
  *
351
329
  * @example
352
330
  * TestValue
@@ -368,7 +346,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationCpuOpt
368
346
  * @remarks
369
347
  * The number of CPU cores.
370
348
  *
371
- * Default value: See [Customize CPU options](https://help.aliyun.com/zh/ecs/user-guide/specify-and-view-cpu-options?spm=a2c4g.11186623.0.0.734f769asTEobd).
349
+ * Default value: see [Specify and view CPU options](https://www.alibabacloud.com/help/en/ecs/user-guide/specify-and-view-cpu-options).
372
350
  *
373
351
  * @example
374
352
  * 2
@@ -376,13 +354,13 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationCpuOpt
376
354
  core?: number;
377
355
  /**
378
356
  * @remarks
379
- * The number of CPU threads. The vCPU count of an ECS instance equals CpuOptions.Core × CpuOptions.ThreadsPerCore.
357
+ * The number of threads per CPU core. The number of vCPUs of the ECS instance = CpuOptions.Core value × CpuOptions.ThreadsPerCore value.
380
358
  *
381
- * CpuOptions.ThreadsPerCore=1 disables CPU hyper-threading.
359
+ * If CpuOptions.ThreadsPerCore is set to 1, CPU hyper-threading is disabled.
382
360
  *
383
- * Only specific instance types support setting the number of CPU threads.
361
+ * Only specific instance types support custom CPU thread counts.
384
362
  *
385
- * Valid values and default values: See [Customize CPU options](https://help.aliyun.com/zh/ecs/user-guide/specify-and-view-cpu-options?spm=a2c4g.11186623.0.0.734f769aeIFsoj).
363
+ * For valid values and default values, see [Specify and view CPU options](https://www.alibabacloud.com/help/en/ecs/user-guide/specify-and-view-cpu-options).
386
364
  *
387
365
  * @example
388
366
  * 2
@@ -402,11 +380,9 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationCpuOpt
402
380
  export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationImageOptions extends $dara.Model {
403
381
  /**
404
382
  * @remarks
405
- * Specifies whether instances using this image support logging on as the ecs-user. Valid values:
406
- *
407
- * - true: Supported.
408
- *
409
- * - false: Not supported.
383
+ * Specifies whether the instance that uses this image supports logon as the ecs-user user. Valid values:
384
+ * - true: supported.
385
+ * - false: not supported.
410
386
  *
411
387
  * @example
412
388
  * false
@@ -453,18 +429,18 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfigurationSecuri
453
429
  export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration extends $dara.Model {
454
430
  /**
455
431
  * @remarks
456
- * > This parameter is in invitational preview and is not supported.
432
+ * > This parameter is in invitational preview and is not available for use.
457
433
  */
458
434
  arn?: CreateAutoProvisioningGroupRequestLaunchConfigurationArn[];
459
435
  /**
460
436
  * @remarks
461
- * The automatic release time for pay-as-you-go instances. Specify the time in [ISO 8601](https://help.aliyun.com/document_detail/25696.html) format using UTC+0 time. Format: `yyyy-MM-ddTHH:mm:ssZ`.
437
+ * The automatic release time of the pay-as-you-go instance. Specify the time in the [ISO 8601](https://help.aliyun.com/document_detail/25696.html) standard in the `yyyy-MM-ddTHH:mm:ssZ` format. The time must be in UTC.
462
438
  *
463
- * - If seconds (`ss`) are not `00`, the time is rounded down to the start of the current minute (`mm`).
439
+ * - If the value of seconds (`ss`) is not `00`, the time is automatically rounded down to the start of the current minute (`mm`).
464
440
  *
465
441
  * - The earliest release time is 30 minutes after the current time.
466
442
  *
467
- * - The latest release time cannot exceed three years from the current time.
443
+ * - The latest release time cannot be more than three years from the current time.
468
444
  *
469
445
  * @example
470
446
  * 2018-01-01T12:05:00Z
@@ -472,15 +448,14 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
472
448
  autoReleaseTime?: string;
473
449
  /**
474
450
  * @remarks
475
- * The running mode of burstable instances. Valid values:
451
+ * The running mode of the burstable instance. Valid values:
476
452
  *
477
- * - Standard: Standard mode. For more information, see the "Performance-constrained mode" section in [What are burstable instances?](https://help.aliyun.com/document_detail/59977.html)
453
+ * - Standard: standard mode. For more information about instance performance, see the performance constrained mode section in [Overview of burstable instances](https://help.aliyun.com/document_detail/59977.html).
454
+ * - Unlimited: unlimited mode. For more information about instance performance, see the unlimited mode section in [Overview of burstable instances](https://help.aliyun.com/document_detail/59977.html).
478
455
  *
479
- * - Unlimited: Unlimited mode. For more information, see the "Unlimited mode" section in [What are burstable instances?](https://help.aliyun.com/document_detail/59977.html)
456
+ * Default value: none.
480
457
  *
481
- * Default value: None.
482
- *
483
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
458
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
484
459
  *
485
460
  * @example
486
461
  * Standard
@@ -488,12 +463,12 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
488
463
  creditSpecification?: string;
489
464
  /**
490
465
  * @remarks
491
- * The list of data disk configurations for the extended launch template.
466
+ * The list of data disk configurations in the launch configuration.
492
467
  */
493
468
  dataDisk?: CreateAutoProvisioningGroupRequestLaunchConfigurationDataDisk[];
494
469
  /**
495
470
  * @remarks
496
- * The deployment set ID.
471
+ * The ID of the deployment set.
497
472
  *
498
473
  * @example
499
474
  * ds-bp1frxuzdg87zh4p****
@@ -501,17 +476,13 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
501
476
  deploymentSetId?: string;
502
477
  /**
503
478
  * @remarks
504
- * The hostname of the instance. Requirements:
505
- *
506
- * - Periods (.) and hyphens (-) cannot be the first or last character and cannot appear consecutively.
507
- *
508
- * - Windows instances: 2–15 characters. Periods (.) are not supported. Cannot consist of only digits. Can contain letters, digits, and hyphens (-).
479
+ * The hostname of the instance. The following limits apply:
509
480
  *
510
- * - Other instances (such as Linux): 2–64 characters. Multiple periods (.) are supported. Each segment between periods can contain letters, digits, and hyphens (-).
511
- *
512
- * - Do not set both `LaunchConfiguration.HostName` and `LaunchConfiguration.HostNames.N`. Otherwise, an error is returned.
513
- *
514
- * - When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
481
+ * - Periods (.) and hyphens (-) cannot be used as the first or last characters and cannot be used consecutively.
482
+ * - Windows instances: The hostname must be 2 to 15 characters in length and cannot contain periods (.) or consist entirely of digits. It can contain letters, digits, and hyphens (-).
483
+ * - Instances of other types (such as Linux): The hostname must be 2 to 64 characters in length and can contain multiple periods (.). Each segment between periods can contain letters, digits, and hyphens (-).
484
+ * - You cannot specify both `LaunchConfiguration.HostName` and `LaunchConfiguration.HostNames.N`. Otherwise, an error is returned.
485
+ * - If you specify both a launch template and launch configuration information, the launch template takes precedence.
515
486
  *
516
487
  * @example
517
488
  * k8s-node-[1,4]-ecshost
@@ -519,15 +490,12 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
519
490
  hostName?: string;
520
491
  /**
521
492
  * @remarks
522
- * The list of hostnames for one or more instances. Requirements:
523
- *
524
- * - This parameter takes effect only when creating an auto provisioning group with `AutoProvisioningGroupType=instant`.
493
+ * The list of hostnames for one or more instances. The following limits apply:
525
494
  *
526
- * - N indicates the number of instances. Valid values: 1 to 1000. The value must match TotalTargetCapacity.
527
- *
528
- * - Periods (.) and hyphens (-) cannot be the first or last character and cannot appear consecutively.
529
- *
530
- * - When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
495
+ * - This parameter takes effect only when you create a one-time synchronous delivery auto provisioning group (`AutoProvisioningGroupType=instant`).
496
+ * - N indicates the number of instances. Valid values of N: 1 to 1000. The value must be consistent with the TotalTargetCapacity parameter.
497
+ * - Periods (.) and hyphens (-) cannot be used as the first or last characters and cannot be used consecutively.
498
+ * - If you specify both a launch template and launch configuration information, the launch template takes precedence.
531
499
  *
532
500
  * @example
533
501
  * ecs-host-01
@@ -535,7 +503,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
535
503
  hostNames?: string[];
536
504
  /**
537
505
  * @remarks
538
- * The image family name. The name must be 2 to 128 characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `aliyun` or `acs:`. It also cannot contain `http://` or `https://`.
506
+ * The name of the image family. The name must be 2 to 128 characters in length. The name must start with a letter and cannot start with `aliyun` or `acs:`. The name cannot contain `http://` or `https://`. The name can contain digits, colons (:), underscores (_), or hyphens (-).
539
507
  *
540
508
  * @example
541
509
  * hangzhou-daily-update
@@ -543,7 +511,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
543
511
  imageFamily?: string;
544
512
  /**
545
513
  * @remarks
546
- * The image ID. This is the image used when launching instances. Call [DescribeImages](https://help.aliyun.com/document_detail/25534.html) to query available images. When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
514
+ * The ID of the image used to launch instances. You can call [DescribeImages](https://help.aliyun.com/document_detail/25534.html) to query available image resources. If you specify both a launch template and launch configuration information, the launch template takes precedence.
547
515
  *
548
516
  * @example
549
517
  * m-bp1g7004ksh0oeuc****
@@ -551,7 +519,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
551
519
  imageId?: string;
552
520
  /**
553
521
  * @remarks
554
- * The instance description. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`. When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
522
+ * The description of the instance. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`. If you specify both a launch template and launch configuration information, the launch template takes precedence.
555
523
  *
556
524
  * @example
557
525
  * Instance_Description
@@ -559,13 +527,13 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
559
527
  instanceDescription?: string;
560
528
  /**
561
529
  * @remarks
562
- * The instance name. The name must be 2 to 128 characters in length and can contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
530
+ * The name of the instance. The name must be 2 to 128 characters in length. It must start with a letter or a Chinese character and cannot start with `http://` or `https://`. It can contain Chinese characters, letters, digits, colons (:), underscores (_), periods (.), and hyphens (-).
563
531
  *
564
- * Default value: The instance `InstanceId`.
532
+ * Default value: the `InstanceId` of the instance.
565
533
  *
566
- * To create multiple ECS instances, you can batch configure sequential instance names. For more information, see [Batch configure sequential instance names or hostnames](https://help.aliyun.com/document_detail/196048.html).
534
+ * When you create multiple ECS instances, you can batch configure sequential instance names. For more information, see [Batch configure sequential names or hostnames for multiple instances](https://help.aliyun.com/document_detail/196048.html).
567
535
  *
568
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
536
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
569
537
  *
570
538
  * @example
571
539
  * k8s-node-[1,4]-alibabacloud
@@ -573,15 +541,14 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
573
541
  instanceName?: string;
574
542
  /**
575
543
  * @remarks
576
- * The network billing type. Valid values:
577
- *
578
- * - PayByBandwidth: Pay-by-bandwidth.
544
+ * The billing method for network usage. Valid values:
579
545
  *
580
- * - PayByTraffic: Pay-by-traffic.
546
+ * - PayByBandwidth: pay-by-bandwidth.
547
+ * - PayByTraffic: pay-by-traffic.
581
548
  *
582
- * > For pay-by-traffic, inbound and outbound bandwidth peaks represent upper limits and are not service-level commitments. Bandwidth may be throttled during resource contention. Use pay-by-bandwidth if your workload requires guaranteed bandwidth.
549
+ * > In pay-by-traffic mode, the peak inbound and outbound bandwidths are used as upper limits of bandwidths instead of guaranteed performance metrics. When resources are contended, the peak bandwidths may be limited. If you require guaranteed bandwidth, use pay-by-bandwidth.
583
550
  *
584
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
551
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
585
552
  *
586
553
  * @example
587
554
  * PayByTraffic
@@ -589,13 +556,12 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
589
556
  internetChargeType?: string;
590
557
  /**
591
558
  * @remarks
592
- * The maximum inbound public bandwidth, in Mbit/s. Valid values:
559
+ * The maximum inbound public bandwidth. Unit: Mbit/s. Valid values:
593
560
  *
594
- * - When outbound public bandwidth is 10 Mbit/s: 110. Default: 10.
561
+ * - If the maximum outbound public bandwidth is less than or equal to 10 Mbit/s: 1 to 10. Default value: 10.
562
+ * - If the maximum outbound public bandwidth is greater than 10 Mbit/s: 1 to the value of `LaunchConfiguration.InternetMaxBandwidthOut`. Default value: the value of `LaunchConfiguration.InternetMaxBandwidthOut`.
595
563
  *
596
- * - When outbound public bandwidth is > 10 Mbit/s: 1–`LaunchConfiguration.InternetMaxBandwidthOut`. Default: `LaunchConfiguration.InternetMaxBandwidthOut`.
597
- *
598
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
564
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
599
565
  *
600
566
  * @example
601
567
  * 10
@@ -603,11 +569,11 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
603
569
  internetMaxBandwidthIn?: number;
604
570
  /**
605
571
  * @remarks
606
- * The maximum outbound public bandwidth, in Mbit/s. Valid values: 0100.
572
+ * The maximum outbound public bandwidth. Unit: Mbit/s. Valid values: 0 to 100.
607
573
  *
608
574
  * Default value: 0.
609
575
  *
610
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
576
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
611
577
  *
612
578
  * @example
613
579
  * 10
@@ -615,15 +581,14 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
615
581
  internetMaxBandwidthOut?: number;
616
582
  /**
617
583
  * @remarks
618
- * Specifies whether the instance is I/O optimized. Valid values:
619
- *
620
- * - none: Not I/O optimized.
584
+ * Specifies whether the instance is an I/O optimized instance. Valid values:
621
585
  *
622
- * - optimized: I/O optimized.
586
+ * - none: non-I/O optimization.
587
+ * - optimized: I/O optimization.
623
588
  *
624
589
  * For retired instance types, the default value is none. For other instance types, the default value is optimized.
625
590
  *
626
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
591
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
627
592
  *
628
593
  * @example
629
594
  * optimized
@@ -631,13 +596,12 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
631
596
  ioOptimized?: string;
632
597
  /**
633
598
  * @remarks
634
- * The key pair name.
635
- *
636
- * - For Windows instances, this parameter is ignored. Default value: empty.
599
+ * The name of the key pair.
637
600
  *
638
- * - For Linux instances, password logon is disabled after initialization.
601
+ * - For Windows instances, this parameter is ignored and is empty by default.
602
+ * - For Linux instances, password-based logon is disabled during initialization.
639
603
  *
640
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
604
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
641
605
  *
642
606
  * @example
643
607
  * KeyPair_Name
@@ -645,13 +609,13 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
645
609
  keyPairName?: string;
646
610
  /**
647
611
  * @remarks
648
- * The instance password. The password must be 8 to 30 characters in length and include at least three of the following: uppercase letters, lowercase letters, digits, and special characters. Valid special characters:
612
+ * The password of the instance. The password must be 8 to 30 characters in length and must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. The following special characters are supported:
649
613
  *
650
614
  * ``()`~!@#$%^&*-_+=|{}`[]`:;\\"<>,.?/``
651
615
  *
652
616
  * For Windows instances, the password cannot start with a forward slash (/).
653
617
  *
654
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
618
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
655
619
  *
656
620
  * @example
657
621
  * EcsV587!
@@ -661,11 +625,10 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
661
625
  * @remarks
662
626
  * Specifies whether to use the password preset in the image. Valid values:
663
627
  *
664
- * - true: Uses the preset password.
628
+ * - true: uses the preset password.
629
+ * - false: does not use the preset password.
665
630
  *
666
- * - false: Does not use the preset password.
667
- *
668
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
631
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
669
632
  *
670
633
  * @example
671
634
  * true
@@ -673,7 +636,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
673
636
  passwordInherit?: boolean;
674
637
  /**
675
638
  * @remarks
676
- * The RAM role name of the instance. Use the RAM API [ListRoles](https://help.aliyun.com/document_detail/28713.html) to query your created RAM roles. When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
639
+ * The name of the instance RAM role. You can call the RAM API [ListRoles](https://help.aliyun.com/document_detail/28713.html) to query the instance RAM roles that you have created. If you specify both a launch template and launch configuration information, the launch template takes precedence.
677
640
  *
678
641
  * @example
679
642
  * RAM_Name
@@ -681,7 +644,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
681
644
  ramRoleName?: string;
682
645
  /**
683
646
  * @remarks
684
- * The resource group ID of the instance. When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
647
+ * The ID of the resource group to which the instance belongs. If you specify both a launch template and launch configuration information, the launch template takes precedence.
685
648
  *
686
649
  * @example
687
650
  * rg-bp67acfmxazb4p****
@@ -691,11 +654,10 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
691
654
  * @remarks
692
655
  * Specifies whether to enable security hardening. Valid values:
693
656
  *
694
- * - Active: Enables security hardening. Applies only to public images.
695
- *
696
- * - Deactive: Disables security hardening. Applies to all image types.
657
+ * - Active: enables security hardening. This value is applicable only to public images.
658
+ * - Deactive: disables security hardening. This value is applicable to all image types.
697
659
  *
698
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
660
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
699
661
  *
700
662
  * @example
701
663
  * Active
@@ -703,7 +665,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
703
665
  securityEnhancementStrategy?: string;
704
666
  /**
705
667
  * @remarks
706
- * The security group ID of the instance. When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
668
+ * The ID of the security group to which the instance belongs. If both a launch template and launch configuration information are specified, the launch template takes precedence.
707
669
  *
708
670
  * @example
709
671
  * sg-bp15ed6xe1yxeycg****
@@ -716,24 +678,21 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
716
678
  securityGroupIds?: string[];
717
679
  /**
718
680
  * @remarks
719
- * System disk information for the instance. When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
681
+ * The system disk information of the instance. If you specify both a launch template and launch configuration information, the launch template takes precedence.
720
682
  */
721
683
  systemDisk?: CreateAutoProvisioningGroupRequestLaunchConfigurationSystemDisk;
722
684
  /**
723
685
  * @remarks
724
686
  * The category of the system disk. Valid values:
725
687
  *
726
- * - cloud_efficiency: Ultra disk.
727
- *
728
- * - cloud_ssd: Standard SSD.
688
+ * - cloud_efficiency: ultra disk.
689
+ * - cloud_ssd: standard SSD.
690
+ * - cloud_essd: enterprise SSD (ESSD).
691
+ * - cloud: basic disk.
729
692
  *
730
- * - cloud_essd: ESSD.
693
+ * For retired instance types that are non-I/O optimization instances, the default value is cloud. For other instance types, the default value is cloud_efficiency.
731
694
  *
732
- * - cloud: Basic disk.
733
- *
734
- * For retired instance types that are not I/O optimized, the default value is cloud. Otherwise, the default value is cloud_efficiency.
735
- *
736
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
695
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
737
696
  *
738
697
  * @example
739
698
  * cloud_ssd
@@ -743,7 +702,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
743
702
  * @remarks
744
703
  * The description of the system disk. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
745
704
  *
746
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
705
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
747
706
  *
748
707
  * @example
749
708
  * SystemDisk_Description
@@ -751,11 +710,11 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
751
710
  systemDiskDescription?: string;
752
711
  /**
753
712
  * @remarks
754
- * The name of the system disk. The name must be 2 to 128 characters in length and can contain letters, digits, periods (.), colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
713
+ * The name of the system disk. The name must be 2 to 128 characters in length. It must start with a letter or a Chinese character and cannot start with `http://` or `https://`. It can contain digits, periods (.), colons (:), underscores (_), and hyphens (-).
755
714
  *
756
715
  * Default value: empty.
757
716
  *
758
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
717
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
759
718
  *
760
719
  * @example
761
720
  * cloud_ssdSystem
@@ -763,19 +722,16 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
763
722
  systemDiskName?: string;
764
723
  /**
765
724
  * @remarks
766
- * The performance level of the ESSD used as the system disk. Valid values:
767
- *
768
- * - PL0 (default): Up to 10,000 random read/write IOPS per disk.
769
- *
770
- * - PL1: Up to 50,000 random read/write IOPS per disk.
771
- *
772
- * - PL2: Up to 100,000 random read/write IOPS per disk.
725
+ * The performance level (PL) of the enterprise SSD used as the system disk. Valid values:
773
726
  *
774
- * - PL3: Up to 1,000,000 random read/write IOPS per disk.
727
+ * - PL0 (default): a single disk can deliver up to 10,000 random read/write IOPS.
728
+ * - PL1: a single disk can deliver up to 50,000 random read/write IOPS.
729
+ * - PL2: a single disk can deliver up to 100,000 random read/write IOPS.
730
+ * - PL3: a single disk can deliver up to 1,000,000 random read/write IOPS.
775
731
  *
776
- * For more information about selecting ESSD performance levels, see [ESSD](https://help.aliyun.com/document_detail/122389.html).
732
+ * For information about how to select an ESSD performance level, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
777
733
  *
778
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
734
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
779
735
  *
780
736
  * @example
781
737
  * PL0
@@ -783,11 +739,11 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
783
739
  systemDiskPerformanceLevel?: string;
784
740
  /**
785
741
  * @remarks
786
- * The size of the system disk, in GiB. Valid values: 20500. The value must be greater than or equal to max{20, size of the image specified by LaunchConfiguration.ImageId}.
742
+ * The size of the system disk. Unit: GiB. Valid values: 20 to 500. The value of this parameter must be greater than or equal to max{20, size of the image specified by LaunchConfiguration.ImageId}.
787
743
  *
788
744
  * Default value: max{40, size of the image specified by LaunchConfiguration.ImageId}.
789
745
  *
790
- * When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
746
+ * If you specify both a launch template and launch configuration information, the launch template takes precedence.
791
747
  *
792
748
  * @example
793
749
  * 40
@@ -795,12 +751,12 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
795
751
  systemDiskSize?: number;
796
752
  /**
797
753
  * @remarks
798
- * The list of tags for the extended launch template.
754
+ * The list of tags in the launch configuration.
799
755
  */
800
756
  tag?: CreateAutoProvisioningGroupRequestLaunchConfigurationTag[];
801
757
  /**
802
758
  * @remarks
803
- * The instance user data. Encode the data in Base64. The raw data cannot exceed 32 KB. When both a launch template and launch configuration parameters are specified, the launch template takes precedence.
759
+ * Instance user data of the instance. Instance user data must be Base64-encoded. The maximum size of the raw data is 32 KB. If you specify both a launch template and launch configuration information, the launch template takes precedence.
804
760
  *
805
761
  * @example
806
762
  * ZWNobyBoZWxsbyBlY3Mh
@@ -808,11 +764,10 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
808
764
  userData?: string;
809
765
  /**
810
766
  * @remarks
811
- * Specifies whether to enable auto-renewal. Takes effect when creating subscription instances. Valid values:
767
+ * Specifies whether to enable auto-renewal. This parameter takes effect when you create subscription instances. Valid values:
812
768
  *
813
- * - true: Enables auto-renewal.
814
- *
815
- * - false (default): Disables auto-renewal.
769
+ * - true: enables auto-renewal.
770
+ * - false (default): does not enable auto-renewal.
816
771
  *
817
772
  * @example
818
773
  * true
@@ -820,21 +775,15 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
820
775
  autoRenew?: boolean;
821
776
  /**
822
777
  * @remarks
823
- * The auto-renewal duration per cycle. Valid values:
778
+ * The auto-renewal period. Valid values:
824
779
  *
825
780
  * <props="china">
781
+ * - If PeriodUnit is set to Week: 1, 2, and 3.
782
+ * - If PeriodUnit is set to Month: 1, 2, 3, 6, 12, 24, 36, 48, and 60.
826
783
  *
827
- * - When PeriodUnit=Week: 1, 2, 3.
828
- *
829
- * - When PeriodUnit=Month: 1, 2, 3, 6, 12, 24, 36, 48, 60.
830
- *
831
- *
832
- *
833
- * <props="intl">
834
- *
835
- * When PeriodUnit=Month: 1, 2, 3, 6, 12, 24, 36, 48, 60.
836
784
  *
837
785
  *
786
+ * <props="intl">If PeriodUnit is set to Month: 1, 2, 3, 6, 12, 24, 36, 48, and 60.
838
787
  *
839
788
  * Default value: 1.
840
789
  *
@@ -844,39 +793,30 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
844
793
  autoRenewPeriod?: number;
845
794
  /**
846
795
  * @remarks
847
- * CPU configuration.
796
+ * The CPU-related configurations.
848
797
  */
849
798
  cpuOptions?: CreateAutoProvisioningGroupRequestLaunchConfigurationCpuOptions;
850
799
  /**
851
800
  * @remarks
852
- * Image-related properties.
801
+ * The image-related property information.
853
802
  *
854
- * Note:
855
- *
856
- * - This parameter takes effect only when creating an auto provisioning group with AutoProvisioningGroupType=instant.
803
+ * After you set this parameter, note the following items:
804
+ * - This parameter takes effect only when you create a one-time synchronization delivery auto provisioning group (AutoProvisioningGroupType=instant).
857
805
  */
858
806
  imageOptions?: CreateAutoProvisioningGroupRequestLaunchConfigurationImageOptions;
859
807
  /**
860
808
  * @remarks
861
- * The subscription duration. The unit is specified by `PeriodUnit`. Required when creating subscription instances. Valid values:
809
+ * The subscription duration of the resource. Unit: specified by `PeriodUnit`. This parameter is required when you create subscription instances. Valid values:
862
810
  *
863
811
  * <props="china">
812
+ * - If PeriodUnit is set to Week, valid values of Period: 1, 2, 3, and 4.
813
+ * - If PeriodUnit is set to Month, valid values of Period: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, and 60.
864
814
  *
865
- * - When PeriodUnit=Week, Period values: 1, 2, 3, 4.
866
- *
867
- * - When PeriodUnit=Month, Period values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, 60.
868
- *
869
- *
870
- *
871
- * <props="intl">
872
815
  *
873
- * When PeriodUnit=Month, Period values: 1, 2, 3, 6, 12.
874
816
  *
817
+ * <props="intl">If PeriodUnit is set to Month, valid values of Period: 1, 2, 3, 6, and 12.
875
818
  *
876
- *
877
- * <props="partner">
878
- *
879
- * When PeriodUnit=Month, Period values: 1, 2, 3, 6, 12.
819
+ * <props="partner">If PeriodUnit is set to Month, valid values of Period: 1, 2, 3, 6, and 12.
880
820
  *
881
821
  * @example
882
822
  * 1
@@ -884,19 +824,15 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
884
824
  period?: number;
885
825
  /**
886
826
  * @remarks
887
- * The time unit for subscription billing. Valid values:
827
+ * The unit of the subscription billable methods duration. Valid values:
888
828
  *
889
829
  * <props="china">
830
+ * - Week
831
+ * - Month (default)
890
832
  *
891
- * - Week.
892
- *
893
- * - Month (default).
894
833
  *
895
834
  *
896
- *
897
- * <props="intl">
898
- *
899
- * Month (default).
835
+ * <props="intl">Month (default).
900
836
  *
901
837
  * @example
902
838
  * Month
@@ -906,17 +842,14 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
906
842
  securityOptions?: CreateAutoProvisioningGroupRequestLaunchConfigurationSecurityOptions;
907
843
  /**
908
844
  * @remarks
909
- * The reserved duration for spot instances, in hours. Default value: 1. Valid values:
910
- *
911
- * - 1: Alibaba Cloud guarantees that the instance runs for 1 hour without being automatically released. After 1 hour, the system compares your bid price with the market price and checks inventory to decide whether to retain or reclaim the instance.
845
+ * The protection period of the spot instance. Unit: hours. Default value: 1. Valid values:
846
+ * - 1: After a spot instance is created, Alibaba Cloud ensures that the instance is not subject to automatic release within 1 hour. After the 1-hour protection period ends, the system compares the bid price with the marketplace price and checks the resource inventory to determine whether to retain or revoke the instance.
847
+ * - 0: After a spot instance is created, Alibaba Cloud does not ensure that the instance runs for 1 hour. The system compares the bid price with the marketplace price and checks the resource inventory to determine whether to retain or revoke the instance.
912
848
  *
913
- * - 0: Alibaba Cloud does not guarantee that the instance runs for 1 hour. The system immediately compares your bid price with the market price and checks inventory to decide whether to retain or reclaim the instance.
849
+ * Alibaba Cloud sends an ECS system event notification 5 minutes before the instance is released. Spot instances are billed by second. Select an appropriate protection period based on the expected task execution duration.
914
850
  *
915
- * Alibaba Cloud sends an ECS system event notification 5 minutes before reclaiming a spot instance. Spot instances are billed per second. Choose the reserved duration based on your task execution time.
916
- *
917
- * Note:
918
- *
919
- * - This parameter takes effect only when creating an auto provisioning group with AutoProvisioningGroupType=instant.
851
+ * After you set this parameter, note the following items:
852
+ * - This parameter takes effect only when you create a one-time synchronization delivery auto provisioning group (AutoProvisioningGroupType=instant).
920
853
  *
921
854
  * @example
922
855
  * 1
@@ -924,19 +857,18 @@ export declare class CreateAutoProvisioningGroupRequestLaunchConfiguration exten
924
857
  spotDuration?: number;
925
858
  /**
926
859
  * @remarks
927
- * The interruption behavior for spot instances. Valid values:
860
+ * The spot instance break mode. Valid values:
928
861
  *
929
- * - Terminate: Releases the instance immediately.
862
+ * - Terminate: directly releases the instance.
930
863
  *
931
- * - Stop: Puts the instance into economical mode.
864
+ * - Stop: puts the instance into economical mode.
932
865
  *
933
866
  * For more information about economical mode, see [Economical mode](https://help.aliyun.com/document_detail/63353.html).
934
867
  *
935
868
  * Default value: Terminate.
936
869
  *
937
- * Note:
938
- *
939
- * - This parameter takes effect only when creating an auto provisioning group with AutoProvisioningGroupType=instant.
870
+ * After you set this parameter, note the following items:
871
+ * - This parameter takes effect only when you create a one-time synchronization delivery auto provisioning group (AutoProvisioningGroupType=instant).
940
872
  *
941
873
  * @example
942
874
  * Terminate
@@ -974,15 +906,12 @@ export declare class CreateAutoProvisioningGroupRequestCandidateOptions extends
974
906
  export declare class CreateAutoProvisioningGroupRequestDataDiskConfig extends $dara.Model {
975
907
  /**
976
908
  * @remarks
977
- * The data disk type. You can specify multiple candidate disk types. The order specifies their priority. If one disk type is unavailable, the system automatically switches to the next type. Valid values:
909
+ * The category of the data disk. You can specify multiple candidate disk categories. The specified order determines the priority of each disk category. When a disk category is unavailable, the system automatically switches to the next category. Valid values:
978
910
  *
979
- * - cloud_efficiency: Ultra disk.
980
- *
981
- * - cloud_ssd: Standard SSD.
982
- *
983
- * - cloud_essd: ESSD.
984
- *
985
- * - cloud: Basic disk.
911
+ * - cloud_efficiency: ultra disk.
912
+ * - cloud_ssd: standard SSD.
913
+ * - cloud_essd: enterprise SSD (ESSD).
914
+ * - cloud: basic disk.
986
915
  *
987
916
  * @example
988
917
  * cloud_efficiency
@@ -1007,13 +936,11 @@ export declare class CreateAutoProvisioningGroupRequestLaunchTemplateConfig exte
1007
936
  architectures?: string[];
1008
937
  /**
1009
938
  * @remarks
1010
- * Specifies whether the instance type supports performance bursts. Valid values:
939
+ * Specifies whether to include burstable instance types. Valid values:
1011
940
  *
1012
- * - Exclude: Excludes burstable instance types.
1013
- *
1014
- * - Include: Includes burstable instance types.
1015
- *
1016
- * - Required: Includes only burstable instance types.
941
+ * - Exclude: excludes burstable instance types.
942
+ * - Include: includes burstable instance types.
943
+ * - Required: includes only burstable instance types.
1017
944
  *
1018
945
  * Default value: Include.
1019
946
  *
@@ -1023,7 +950,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchTemplateConfig exte
1023
950
  burstablePerformance?: string;
1024
951
  /**
1025
952
  * @remarks
1026
- * The list of vCPU counts for instance types.
953
+ * The list of vCPU core counts for instance types.
1027
954
  */
1028
955
  cores?: number[];
1029
956
  /**
@@ -1033,7 +960,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchTemplateConfig exte
1033
960
  excludedInstanceTypes?: string[];
1034
961
  /**
1035
962
  * @remarks
1036
- * The image ID. Use this parameter to specify the image for the current resource pool. If not set, the image specified in `LaunchConfiguration.ImageId` or the launch template is used by default. Call [DescribeImages](https://help.aliyun.com/document_detail/25534.html) to query available images.
963
+ * The image ID. You can use this parameter to set the image for the current resource pool. If not set, the image specified in `LaunchConfiguration.ImageId` or the launch template is used by default. You can call [DescribeImages](https://help.aliyun.com/document_detail/25534.html) to query available image resources.
1037
964
  * Note: This parameter is supported only when `AutoProvisioningGroupType = instant`.
1038
965
  *
1039
966
  * @example
@@ -1042,15 +969,13 @@ export declare class CreateAutoProvisioningGroupRequestLaunchTemplateConfig exte
1042
969
  imageId?: string;
1043
970
  /**
1044
971
  * @remarks
1045
- * The instance family level, used to filter eligible instance types. Valid values:
1046
- *
1047
- * - EntryLevel: Entry-level, or shared-resource instances. Lower cost but no guaranteed stable computing performance. Suitable for workloads with low average CPU usage. For more information, see [Shared-resource instances](https://help.aliyun.com/document_detail/108489.html).
972
+ * The level of the instance family, used to filter instance types that meet the requirements. Valid values:
1048
973
  *
1049
- * - EnterpriseLevel: Enterprise-level. Stable performance with dedicated resources. Suitable for workloads requiring high stability. For more information, see [Instance families](https://help.aliyun.com/document_detail/25378.html).
974
+ * - EntryLevel: entry level, which refers to shared instance types. Lower cost but no guarantee of stable computing performance. Suitable for scenarios with low average CPU utilization. For more information, see [Shared instance families](https://help.aliyun.com/document_detail/108489.html).
975
+ * - EnterpriseLevel: enterprise level. Stable performance with dedicated resources. Suitable for scenarios that require high stability. For more information, see [Instance families](https://help.aliyun.com/document_detail/25378.html).
976
+ * - CreditEntryLevel: credit-based entry level, which refers to burstable instances. Uses CPU credits to ensure computing performance. Suitable for scenarios with low average CPU utilization and occasional bursts. For more information, see [Overview of burstable instances](https://help.aliyun.com/document_detail/59977.html).
1050
977
  *
1051
- * - CreditEntryLevel: Credit entry-level, or burstable instances. Uses CPU credits to guarantee computing performance. Suitable for workloads with low average CPU usage and occasional bursts. For more information, see [Burstable instances](https://help.aliyun.com/document_detail/59977.html).
1052
- *
1053
- * N ranges from 1 to 10.
978
+ * Valid values of N: 1 to 10.
1054
979
  *
1055
980
  * @example
1056
981
  * EnterpriseLevel
@@ -1058,7 +983,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchTemplateConfig exte
1058
983
  instanceFamilyLevel?: string;
1059
984
  /**
1060
985
  * @remarks
1061
- * The instance type corresponding to the extended launch template. N ranges from 1 to 20. For more information, see [Instance families](https://help.aliyun.com/document_detail/25378.html).
986
+ * The instance type in the extended launch template. Valid values of N: 1 to 20. For valid values, see [Instance families](https://help.aliyun.com/document_detail/25378.html).
1062
987
  *
1063
988
  * @example
1064
989
  * ecs.g5.large
@@ -1066,9 +991,9 @@ export declare class CreateAutoProvisioningGroupRequestLaunchTemplateConfig exte
1066
991
  instanceType?: string;
1067
992
  /**
1068
993
  * @remarks
1069
- * The maximum hourly price for spot instances in the extended launch template.
994
+ * The maximum price for spot instances in the extended launch template.
1070
995
  *
1071
- * > After `LaunchTemplateConfig` is set, `LaunchTemplateConfig.N.MaxPrice` is required.
996
+ * > After you set `LaunchTemplateConfig`, `LaunchTemplateConfig.N.MaxPrice` is required.
1072
997
  *
1073
998
  * @example
1074
999
  * 3
@@ -1076,7 +1001,7 @@ export declare class CreateAutoProvisioningGroupRequestLaunchTemplateConfig exte
1076
1001
  maxPrice?: number;
1077
1002
  /**
1078
1003
  * @remarks
1079
- * > This parameter is in invitational preview and is not supported.
1004
+ * > This parameter is in invitational preview and is not available for use.
1080
1005
  *
1081
1006
  * @example
1082
1007
  * false
@@ -1097,9 +1022,9 @@ export declare class CreateAutoProvisioningGroupRequestLaunchTemplateConfig exte
1097
1022
  priority?: number;
1098
1023
  /**
1099
1024
  * @remarks
1100
- * The ID of the virtual switch to which the ECS instance belongs in the extended launch template. The zone of the ECS instance launched from this template is determined by the virtual switch.
1025
+ * The ID of the vSwitch to which the ECS instance in the extended launch template is connected. The zone of the ECS instance created from the extended template is determined by the vSwitch.
1101
1026
  *
1102
- * > After `LaunchTemplateConfig` is set, `LaunchTemplateConfig.N.VSwitchId` is required.
1027
+ * > If you specify LaunchTemplateConfig, LaunchTemplateConfig.N.VSwitchId is required.
1103
1028
  *
1104
1029
  * @example
1105
1030
  * vsw-sn5bsitu4lfzgc5o7****
@@ -1107,13 +1032,12 @@ export declare class CreateAutoProvisioningGroupRequestLaunchTemplateConfig exte
1107
1032
  vSwitchId?: string;
1108
1033
  /**
1109
1034
  * @remarks
1110
- * The weight of the instance type in the extended launch template. A higher value indicates greater computing power per instance and fewer instances needed. Valid values: Greater than 0.
1111
- *
1112
- * You can calculate the weight based on the computing power of the specified instance type and the minimum computing power required per node in the cluster. For example, if the minimum computing power per node is 8 vCPUs and 60 GiB memory:
1035
+ * The weight of the instance type in the extended launch template. A higher value indicates that a single instance can meet more computing power requirements, which reduces the number of instances required. Valid values: greater than 0.
1113
1036
  *
1114
- * - An instance type with 8 vCPUs and 60 GiB memory can have a weight of 1.
1037
+ * You can calculate the weight based on the computing power of the specified instance type and the minimum computing power of a single node in the cluster. For example, if the minimum computing power of a single node is 8 vCPUs and 60 GiB:
1115
1038
  *
1116
- * - An instance type with 16 vCPUs and 120 GiB memory can have a weight of 2.
1039
+ * - The weight of an instance type with 8 vCPUs and 60 GiB can be set to 1.
1040
+ * - The weight of an instance type with 16 vCPUs and 120 GiB can be set to 2.
1117
1041
  *
1118
1042
  * @example
1119
1043
  * 2
@@ -1133,14 +1057,14 @@ export declare class CreateAutoProvisioningGroupRequestLaunchTemplateConfig exte
1133
1057
  export declare class CreateAutoProvisioningGroupRequestPrePaidOptionsSpecifyCapacityDistribution extends $dara.Model {
1134
1058
  /**
1135
1059
  * @remarks
1136
- * The set of instance types. Duplicates are not allowed, and the types must be within the range of LaunchTemplateConfig.InstanceType.
1060
+ * The set of instance types. Duplicate values are not allowed, and the instance types must be within the range of LaunchTemplateConfig.InstanceType.
1137
1061
  */
1138
1062
  instanceTypes?: string[];
1139
1063
  /**
1140
1064
  * @remarks
1141
1065
  * The minimum number of instances to deliver within the `InstanceTypes` range.
1142
1066
  *
1143
- * > `sum(MinTargetCapacity)<= TotalTargetCapacity`. The sum of MinTargetCapacity across all instance type sets cannot exceed TotalTargetCapacity. If any instance type set fails to meet its MinTargetCapacity due to inventory issues, the entire request fails.
1067
+ * > The sum of all MinTargetCapacity values (`sum(MinTargetCapacity) <= TotalTargetCapacity`) cannot exceed TotalTargetCapacity. If any instance type set cannot meet the MinTargetCapacity requirement due to insufficient inventory or other reasons, the entire request fails.
1144
1068
  *
1145
1069
  * @example
1146
1070
  * 5
@@ -1182,14 +1106,13 @@ export declare class CreateAutoProvisioningGroupRequestResourcePoolOptions exten
1182
1106
  privatePoolIds?: string[];
1183
1107
  /**
1184
1108
  * @remarks
1185
- * Resource pools include private pools generated by Elastic Guaranteed or Capacity Reservation services, and public pools. Instances select from these pools at startup. Valid values:
1109
+ * Resource pools include private pools generated after Elasticity Assurance or Capacity Reservation takes effect, and public pools for instance startup. Valid values:
1186
1110
  *
1187
- * - PrivatePoolFirst: Private pools first. With this strategy,
1188
- * if ResourcePoolOptions.PrivatePoolIds is specified, the specified private pools are prioritized. If no private pool is specified or the specified private pools lack capacity, open private pools are automatically matched. If no eligible private pools exist, instances are created from the public pool.
1111
+ * - PrivatePoolFirst: private pool first. When you select this strategy and specify ResourcePoolOptions.PrivatePoolIds, the specified private pools are used first. If no private pools are specified or the specified private pools have insufficient capacity, open private pools are automatically matched. If no matching private pools are available, the public pool is used to create instances.
1189
1112
  *
1190
- * - PrivatePoolOnly: Private pools only. With this strategy, you must specify ResourcePoolOptions.PrivatePoolIds. If the specified private pools lack capacity, instance startup fails.
1113
+ * - PrivatePoolOnly: private pool only. When you select this strategy, you must specify ResourcePoolOptions.PrivatePoolIds. If the specified private pools have insufficient capacity, the instance fails to start.
1191
1114
  *
1192
- * - PublicPoolOnly: Use the public pool to create instances.
1115
+ * - PublicPoolOnly: uses the public pool to create instances.
1193
1116
  *
1194
1117
  * Default value: PublicPoolOnly.
1195
1118
  *
@@ -1211,15 +1134,12 @@ export declare class CreateAutoProvisioningGroupRequestResourcePoolOptions exten
1211
1134
  export declare class CreateAutoProvisioningGroupRequestSystemDiskConfig extends $dara.Model {
1212
1135
  /**
1213
1136
  * @remarks
1214
- * The system disk type. You can specify multiple candidate disk types. The order specifies their priority. If one disk type is unavailable, the system automatically switches to the next type. Valid values:
1215
- *
1216
- * - cloud_efficiency: Ultra disk.
1217
- *
1218
- * - cloud_ssd: Standard SSD.
1219
- *
1220
- * - cloud_essd: ESSD.
1137
+ * The category of the system disk. You can specify multiple candidate disk categories. The specified order determines the priority of each disk category. When a disk category is unavailable, the system automatically switches to the next category. Valid values:
1221
1138
  *
1222
- * - cloud: Basic disk.
1139
+ * - cloud_efficiency: ultra disk.
1140
+ * - cloud_ssd: standard SSD.
1141
+ * - cloud_essd: enterprise SSD (ESSD).
1142
+ * - cloud: basic disk.
1223
1143
  *
1224
1144
  * @example
1225
1145
  * cloud_ssd
@@ -1241,7 +1161,7 @@ export declare class CreateAutoProvisioningGroupRequestTag extends $dara.Model {
1241
1161
  * @remarks
1242
1162
  * The tag key of the auto provisioning group.
1243
1163
  *
1244
- * N ranges from 1 to 20. If specified, the value cannot be an empty string. The key can be up to 128 characters in length and cannot start with aliyun or acs:. It also cannot contain http\\:// or https\\://.
1164
+ * 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://.
1245
1165
  *
1246
1166
  * @example
1247
1167
  * TestKey
@@ -1251,7 +1171,7 @@ export declare class CreateAutoProvisioningGroupRequestTag extends $dara.Model {
1251
1171
  * @remarks
1252
1172
  * The tag value of the auto provisioning group.
1253
1173
  *
1254
- * N ranges from 1 to 20. If specified, the value can be an empty string. The value can be up to 128 characters in length and cannot contain http\\:// or https\\://.
1174
+ * 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://.
1255
1175
  *
1256
1176
  * @example
1257
1177
  * TestValue
@@ -1272,7 +1192,7 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1272
1192
  launchConfiguration?: CreateAutoProvisioningGroupRequestLaunchConfiguration;
1273
1193
  /**
1274
1194
  * @remarks
1275
- * The name of the auto provisioning group. The name must be 2 to 128 characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
1195
+ * The name of the auto provisioning group. The name must be 2 to 128 characters in length. It must start with a letter or a Chinese character and cannot start with `http://` or `https://`. It can contain digits, colons (:), underscores (_), and hyphens (-).
1276
1196
  *
1277
1197
  * @example
1278
1198
  * apg-test
@@ -1282,11 +1202,11 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1282
1202
  * @remarks
1283
1203
  * The delivery type of the auto provisioning group. Valid values:
1284
1204
  *
1285
- * - request: One-time asynchronous delivery. The group delivers the instance cluster only at startup. If scheduling fails, no retry occurs.
1205
+ * - request: one-time asynchronous delivery. The group delivers an instance cluster asynchronously only at startup. If scheduling fails, no retry is performed.
1286
1206
  *
1287
- * - instant: One-time synchronous delivery. The group creates instances synchronously at startup and returns the list of successfully created instances and reasons for failures in the response.
1207
+ * - instant: one-time synchronous delivery. The group synchronously creates instances only at startup and returns the list of successfully created instances and the causes of creation failures in the response.
1288
1208
  *
1289
- * - maintain: Continuous provisioning. The group attempts to deliver the instance cluster at startup and monitors real-time capacity. If the target capacity is not met, it continues creating ECS instances.
1209
+ * - maintain: continuous delivery. The group attempts to deliver an instance cluster at startup and monitors real-time capacity. If the target capacity is not reached, the group continues to create ECS instances.
1290
1210
  *
1291
1211
  * Default value: maintain.
1292
1212
  *
@@ -1297,7 +1217,7 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1297
1217
  candidateOptions?: CreateAutoProvisioningGroupRequestCandidateOptions;
1298
1218
  /**
1299
1219
  * @remarks
1300
- * Ensures request idempotence. Generate a unique value from your client for this parameter to ensure uniqueness across different requests. ClientToken supports only ASCII characters and cannot exceed 64 characters. For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/25693.html).
1220
+ * 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 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).
1301
1221
  *
1302
1222
  * @example
1303
1223
  * 0c593ea1-3bea-11e9-b96b-88e9fe637760
@@ -1305,16 +1225,15 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1305
1225
  clientToken?: string;
1306
1226
  /**
1307
1227
  * @remarks
1308
- * The list of data disk configurations for instances.
1228
+ * The list of data disk configurations.
1309
1229
  */
1310
1230
  dataDiskConfig?: CreateAutoProvisioningGroupRequestDataDiskConfig[];
1311
1231
  /**
1312
1232
  * @remarks
1313
- * Specifies the billing method for the capacity difference when the sum of `PayAsYouGoTargetCapacity` and `SpotTargetCapacity` is less than `TotalTargetCapacity`. Valid values:
1233
+ * The billing method for the capacity difference when the sum of `PayAsYouGoTargetCapacity` and `SpotTargetCapacity` is less than `TotalTargetCapacity`. Valid values:
1314
1234
  *
1315
- * - PayAsYouGo: Pay-as-you-go instances.
1316
- *
1317
- * - Spot: Spot instances.
1235
+ * - PayAsYouGo: pay-as-you-go instances.
1236
+ * - Spot: spot instances.
1318
1237
  *
1319
1238
  * Default value: Spot.
1320
1239
  *
@@ -1332,11 +1251,10 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1332
1251
  description?: string;
1333
1252
  /**
1334
1253
  * @remarks
1335
- * Specifies whether to release instances when the real-time capacity of the auto provisioning group exceeds the target capacity and scale-in is triggered. Valid values:
1336
- *
1337
- * - termination: Releases scaled-in instances.
1254
+ * Specifies whether to release instances when the real-time capacity of the auto provisioning group exceeds the target capacity and a scale-in event is triggered. Valid values:
1338
1255
  *
1339
- * - no-termination: Only removes scaled-in instances from the auto provisioning group.
1256
+ * - termination: releases the scaled-in instances.
1257
+ * - no-termination: only removes the scaled-in instances from the auto provisioning group.
1340
1258
  *
1341
1259
  * Default value: no-termination.
1342
1260
  *
@@ -1347,7 +1265,7 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1347
1265
  executionMode?: string;
1348
1266
  /**
1349
1267
  * @remarks
1350
- * > This parameter is in invitational preview and is not yet available.
1268
+ * > This parameter is in invitational preview and is not publicly available.
1351
1269
  *
1352
1270
  * @example
1353
1271
  * false
@@ -1355,12 +1273,12 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1355
1273
  hibernationOptionsConfigured?: boolean;
1356
1274
  /**
1357
1275
  * @remarks
1358
- * The list of extended launch template configurations.
1276
+ * The list of extended launch templates.
1359
1277
  */
1360
1278
  launchTemplateConfig?: CreateAutoProvisioningGroupRequestLaunchTemplateConfig[];
1361
1279
  /**
1362
1280
  * @remarks
1363
- * The ID of the launch template associated with the auto provisioning group. Call [DescribeLaunchTemplates](https://help.aliyun.com/document_detail/73759.html) to query available launch templates. When both a launch template and launch configuration parameters (`LaunchConfiguration.*`) are specified, the launch template takes precedence.
1281
+ * The ID of the instance launch template associated with the auto provisioning group. You can invoke [DescribeLaunchTemplates](https://help.aliyun.com/document_detail/73759.html) to query active instance launch templates. If you specify both a launch template and launch configuration information (`LaunchConfiguration.*`), the launch template takes precedence.
1364
1282
  *
1365
1283
  * @example
1366
1284
  * lt-bp1fgzds4bdogu03****
@@ -1368,9 +1286,9 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1368
1286
  launchTemplateId?: string;
1369
1287
  /**
1370
1288
  * @remarks
1371
- * The version of the launch template associated with the auto provisioning group. Call [DescribeLaunchTemplateVersions](https://help.aliyun.com/document_detail/73761.html) to query available launch template versions.
1289
+ * The version of the instance launch template associated with the auto provisioning group. You can invoke [DescribeLaunchTemplateVersions](https://help.aliyun.com/document_detail/73761.html) to query active instance launch template versions.
1372
1290
  *
1373
- * Default value: The default version of the launch template.
1291
+ * Default value: the default version of the launch template.
1374
1292
  *
1375
1293
  * @example
1376
1294
  * 1
@@ -1380,7 +1298,7 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1380
1298
  * @remarks
1381
1299
  * The maximum price for spot instances in the auto provisioning group.
1382
1300
  *
1383
- * > If both `MaxSpotPrice` and `LaunchTemplateConfig.N.MaxPrice` are set, the lower value takes effect.
1301
+ * > If both `MaxSpotPrice` and `LaunchTemplateConfig.N.MaxPrice` are specified, the lower value is used.
1384
1302
  *
1385
1303
  * @example
1386
1304
  * 2
@@ -1388,15 +1306,7 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1388
1306
  maxSpotPrice?: number;
1389
1307
  /**
1390
1308
  * @remarks
1391
- * The minimum target capacity of the auto provisioning group. Valid values: Positive integers.
1392
- *
1393
- * Note:
1394
- *
1395
- * - This parameter takes effect only when creating an auto provisioning group with `AutoProvisioningGroupType=instant`.
1396
- *
1397
- * - If the instance inventory in the region is less than this value, the API call fails and no instances are created.
1398
- *
1399
- * - If the instance inventory in the region is greater than this value, instances are created based on other configured parameters.
1309
+ * The minimum target capacity of the auto provisioning group. Valid values
1400
1310
  *
1401
1311
  * @example
1402
1312
  * 20
@@ -1406,11 +1316,11 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1406
1316
  ownerId?: number;
1407
1317
  /**
1408
1318
  * @remarks
1409
- * The strategy for creating pay-as-you-go instances. Valid values:
1319
+ * The policy for creating pay-as-you-go instances. Valid values:
1410
1320
  *
1411
- * - lowest-price: Cost optimization strategy. Selects the instance type with the lowest price.
1321
+ * - lowest-price: cost optimization policy. Selects the instance type with the lowest price.
1412
1322
  *
1413
- * - prioritized: Priority-based strategy. Creates instances based on the priority specified in `LaunchTemplateConfig.N.Priority`.
1323
+ * - prioritized: priority-based policy. Creates instances based on the priority specified by `LaunchTemplateConfig.N.Priority`.
1414
1324
  *
1415
1325
  * Default value: lowest-price.
1416
1326
  *
@@ -1420,7 +1330,7 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1420
1330
  payAsYouGoAllocationStrategy?: string;
1421
1331
  /**
1422
1332
  * @remarks
1423
- * The target capacity for pay-as-you-go instances in the auto provisioning group. Valid values: Integers less than or equal to the value of `TotalTargetCapacity`.
1333
+ * The target capacity of pay-as-you-go instances in the auto provisioning group. Valid values: less than or equal to the parameter value of `TotalTargetCapacity`.
1424
1334
  *
1425
1335
  * @example
1426
1336
  * 30
@@ -1428,12 +1338,12 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1428
1338
  payAsYouGoTargetCapacity?: string;
1429
1339
  /**
1430
1340
  * @remarks
1431
- * Detailed capacity configuration for subscription instances.
1341
+ * The detailed capacity configuration for subscription instances.
1432
1342
  */
1433
1343
  prePaidOptions?: CreateAutoProvisioningGroupRequestPrePaidOptions;
1434
1344
  /**
1435
1345
  * @remarks
1436
- * The region ID of the auto provisioning group. Call [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) to view the latest Alibaba Cloud region list.
1346
+ * The ID of the region in which the auto provisioning group resides. You can invoke [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) to query the most recent region list.
1437
1347
  *
1438
1348
  * This parameter is required.
1439
1349
  *
@@ -1443,7 +1353,7 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1443
1353
  regionId?: string;
1444
1354
  /**
1445
1355
  * @remarks
1446
- * The resource group ID of the auto provisioning group.
1356
+ * The ID of the resource group to which the auto provisioning group belongs.
1447
1357
  *
1448
1358
  * @example
1449
1359
  * rg-bp67acfmxazb4p****
@@ -1453,22 +1363,20 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1453
1363
  resourceOwnerId?: number;
1454
1364
  /**
1455
1365
  * @remarks
1456
- * The resource pool strategy used when creating instances. Note:
1457
- *
1458
- * - This parameter takes effect only when creating pay-as-you-go instances.
1459
- *
1460
- * - This parameter takes effect only when creating an auto provisioning group with `AutoProvisioningGroupType=instant`.
1366
+ * The resource pool policy used to create instances. After you set this parameter, note the following items:
1367
+ * - This parameter takes effect only when you create pay-as-you-go instances.
1368
+ * - This parameter takes effect only when you create a one-time synchronization delivery auto provisioning group (`AutoProvisioningGroupType=instant`).
1461
1369
  */
1462
1370
  resourcePoolOptions?: CreateAutoProvisioningGroupRequestResourcePoolOptions;
1463
1371
  /**
1464
1372
  * @remarks
1465
- * The strategy for creating spot instances. Valid values:
1373
+ * The policy for creating spot instances. Valid values:
1466
1374
  *
1467
- * - lowest-price: Cost optimization strategy. Selects the instance type with the lowest price.
1375
+ * - lowest-price: cost optimization policy. Selects the instance type with the lowest price.
1468
1376
  *
1469
- * - diversified: Balanced zone distribution strategy. Creates instances across the zones specified in the launch template configurations and distributes them evenly.
1377
+ * - diversified: balanced zone distribution policy. Creates instances in the zones specified in the extended launch template and evenly distributes them across zones.
1470
1378
  *
1471
- * - capacity-optimized: Capacity optimization strategy. Selects the optimal instance type and zone based on inventory availability.
1379
+ * - capacity-optimized: capacity optimization distribution policy. Selects the optimal instance type and zone based on inventory availability.
1472
1380
  *
1473
1381
  * Default value: lowest-price.
1474
1382
  *
@@ -1478,11 +1386,11 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1478
1386
  spotAllocationStrategy?: string;
1479
1387
  /**
1480
1388
  * @remarks
1481
- * The behavior when a spot instance is interrupted. Valid values:
1389
+ * The action to take when a spot instance is interrupted. Valid values:
1482
1390
  *
1483
- * - stop: Stops the instance.
1391
+ * - stop: stops the instance.
1484
1392
  *
1485
- * - terminate: Releases the instance.
1393
+ * - terminate: releases the instance.
1486
1394
  *
1487
1395
  * Default value: terminate.
1488
1396
  *
@@ -1492,9 +1400,9 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1492
1400
  spotInstanceInterruptionBehavior?: string;
1493
1401
  /**
1494
1402
  * @remarks
1495
- * Takes effect only when `SpotAllocationStrategy` is set to `lowest-price`. Specifies the number of lowest-priced instance types from which the auto provisioning group creates instances.
1403
+ * Takes effect when `SpotAllocationStrategy` is set to `lowest-price`. Specifies the number of instance types with the lowest prices from which the auto provisioning group creates instances.
1496
1404
  *
1497
- * Valid values: Less than the value of N in `LaunchTemplateConfig.N`.
1405
+ * Valid values: less than the value of N in `LaunchTemplateConfig.N`.
1498
1406
  *
1499
1407
  * @example
1500
1408
  * 2
@@ -1502,7 +1410,7 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1502
1410
  spotInstancePoolsToUseCount?: number;
1503
1411
  /**
1504
1412
  * @remarks
1505
- * The target capacity for spot instances in the auto provisioning group. Valid values: Integers less than or equal to the value of `TotalTargetCapacity`.
1413
+ * The target capacity of spot instances in the auto provisioning group. Valid values: less than or equal to the parameter value of `TotalTargetCapacity`.
1506
1414
  *
1507
1415
  * @example
1508
1416
  * 20
@@ -1510,21 +1418,20 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1510
1418
  spotTargetCapacity?: string;
1511
1419
  /**
1512
1420
  * @remarks
1513
- * The list of system disk configurations for instances.
1421
+ * The list of system disk configurations.
1514
1422
  */
1515
1423
  systemDiskConfig?: CreateAutoProvisioningGroupRequestSystemDiskConfig[];
1516
1424
  /**
1517
1425
  * @remarks
1518
- * The list of tags bound to the auto provisioning group.
1426
+ * The tags to attach to the auto provisioning group.
1519
1427
  */
1520
1428
  tag?: CreateAutoProvisioningGroupRequestTag[];
1521
1429
  /**
1522
1430
  * @remarks
1523
- * Specifies whether to release instances in the group when you delete the auto provisioning group. Valid values:
1431
+ * Specifies whether to release instances auto provisioning group when the auto-provisioning group is deleted. Valid values:
1524
1432
  *
1525
- * - true: Releases instances in the group.
1526
- *
1527
- * - false: Retains instances in the group.
1433
+ * - true: releases instances auto provisioning group.
1434
+ * - false: retains instances auto provisioning group.
1528
1435
  *
1529
1436
  * Default value: false.
1530
1437
  *
@@ -1534,11 +1441,10 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1534
1441
  terminateInstances?: boolean;
1535
1442
  /**
1536
1443
  * @remarks
1537
- * Specifies whether to release instances in the group when the auto provisioning group expires. Valid values:
1538
- *
1539
- * - true: Releases instances in the group.
1444
+ * Specifies whether to release instances auto provisioning group when the auto-provisioning group expires. Valid values:
1540
1445
  *
1541
- * - false: Only removes instances from the auto provisioning group.
1446
+ * - true: releases instances auto provisioning group.
1447
+ * - false: only removes instances from the auto-provisioning group.
1542
1448
  *
1543
1449
  * Default value: false.
1544
1450
  *
@@ -1548,9 +1454,9 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1548
1454
  terminateInstancesWithExpiration?: boolean;
1549
1455
  /**
1550
1456
  * @remarks
1551
- * The total target capacity of the auto provisioning group. Valid values: Positive integers.
1457
+ * The total target capacity of the auto provisioning group. Valid values: positive integers.
1552
1458
  *
1553
- * The total capacity must be greater than or equal to the sum of `PayAsYouGoTargetCapacity` (target capacity for pay-as-you-go instances) and `SpotTargetCapacity` (target capacity for spot instances).
1459
+ * The total capacity must be greater than or equal to the sum of `PayAsYouGoTargetCapacity` (the target capacity of pay-as-you-go instances) and `SpotTargetCapacity` (the target capacity of spot instances).
1554
1460
  *
1555
1461
  * This parameter is required.
1556
1462
  *
@@ -1560,11 +1466,11 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1560
1466
  totalTargetCapacity?: string;
1561
1467
  /**
1562
1468
  * @remarks
1563
- * The start time of the auto provisioning group. Used together with `ValidUntil` to define the validity period.
1469
+ * The time when the auto provisioning group is started. Used together with `ValidUntil` to determine the valid period.
1564
1470
  *
1565
- * Specify the time in [ISO 8601](https://help.aliyun.com/document_detail/25696.html) format using UTC+0 time. Format: yyyy-MM-ddTHH:mm:ssZ.
1471
+ * Specify the time in the [ISO 8601](https://help.aliyun.com/document_detail/25696.html) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC+0.
1566
1472
  *
1567
- * Default value: The timestamp when the API call takes effect immediately.
1473
+ * Default value: the UNIX timestamp at which the request takes effect immediately.
1568
1474
  *
1569
1475
  * @example
1570
1476
  * 2019-04-01T15:10:20Z
@@ -1572,9 +1478,9 @@ export declare class CreateAutoProvisioningGroupRequest extends $dara.Model {
1572
1478
  validFrom?: string;
1573
1479
  /**
1574
1480
  * @remarks
1575
- * The expiration time of the auto provisioning group. Used together with `ValidFrom` to define the validity period.
1481
+ * The time when the auto provisioning group expires. Used together with `ValidFrom` to determine the valid period.
1576
1482
  *
1577
- * Specify the time in [ISO 8601](https://help.aliyun.com/document_detail/25696.html) format using UTC+0 time. Format: yyyy-MM-ddTHH:mm:ssZ.
1483
+ * Specify the time in the [ISO 8601](https://help.aliyun.com/document_detail/25696.html) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC+0.
1578
1484
  *
1579
1485
  * Default value: 2099-12-31T23:59:59Z.
1580
1486
  *