tencentcloud-sdk-nodejs 4.1.37 → 4.1.38

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 (42) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/postgres/v20170312/postgres_client.js +0 -3
  3. package/es/services/tbaas/v20180416/tbaas_client.js +0 -3
  4. package/es/services/teo/v20220901/teo_client.js +3 -0
  5. package/es/services/wedata/v20210820/wedata_client.js +13 -4
  6. package/package.json +1 -1
  7. package/tencentcloud/common/sdk_version.d.ts +1 -1
  8. package/tencentcloud/common/sdk_version.js +1 -1
  9. package/tencentcloud/services/as/v20180419/as_client.d.ts +5 -7
  10. package/tencentcloud/services/as/v20180419/as_client.js +5 -7
  11. package/tencentcloud/services/as/v20180419/as_models.d.ts +209 -157
  12. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
  13. package/tencentcloud/services/bh/v20230418/bh_models.d.ts +62 -1
  14. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +9 -0
  15. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +11 -3
  16. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +12 -12
  17. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -4
  18. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +6 -1
  19. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +8 -0
  20. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
  21. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  22. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
  23. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +13 -11
  24. package/tencentcloud/services/postgres/v20170312/postgres_client.js +12 -12
  25. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +0 -22
  26. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +1 -5
  27. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +0 -6
  28. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +22 -84
  29. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
  30. package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
  31. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +224 -106
  32. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +59 -45
  33. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +6 -6
  34. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +49 -0
  35. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -3
  36. package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -3
  37. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  38. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  39. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +69 -50
  40. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +17 -5
  41. package/tencentcloud/services/wedata/v20210820/wedata_client.js +24 -6
  42. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +261 -87
@@ -12,7 +12,7 @@ export interface DisableAutoScalingGroupResponse {
12
12
  */
13
13
  export interface ModifyLaunchConfigurationAttributesRequest {
14
14
  /**
15
- * 启动配置ID
15
+ * 启动配置ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/config) 或调用接口 [DescribeLaunchConfigurations](https://cloud.tencent.com/document/api/377/20445) ,取返回信息中的 LaunchConfigurationId 获取启动配置ID。
16
16
  */
17
17
  LaunchConfigurationId: string;
18
18
  /**
@@ -21,7 +21,7 @@ export interface ModifyLaunchConfigurationAttributesRequest {
21
21
  ImageId?: string;
22
22
  /**
23
23
  * 实例类型列表,不同实例机型指定了不同的资源规格,最多支持10种实例机型。
24
- InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定多实例类型,并使原有的InstanceType失效。
24
+ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定多实例类型,并使原有的InstanceType失效。具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格描述](https://cloud.tencent.com/document/product/213/11518)。
25
25
  */
26
26
  InstanceTypes?: Array<string>;
27
27
  /**
@@ -105,11 +105,11 @@ export interface ModifyLaunchConfigurationAttributesRequest {
105
105
  */
106
106
  EnhancedService?: EnhancedService;
107
107
  /**
108
- * CAM角色名称。可通过DescribeRoleList接口返回值中的roleName获取。
108
+ * CAM角色名称。可通过[DescribeRoleList](https://cloud.tencent.com/document/product/598/36223)接口返回值中的roleName获取。
109
109
  */
110
110
  CamRoleName?: string;
111
111
  /**
112
- * 高性能计算集群ID。<br>
112
+ * 高性能计算集群ID。可通过调用[DescribeHpcClusters](https://cloud.tencent.com/document/product/213/83220)接口获取该参数。
113
113
  注意:此字段默认为空。
114
114
  */
115
115
  HpcClusterId?: string;
@@ -118,7 +118,7 @@ export interface ModifyLaunchConfigurationAttributesRequest {
118
118
  */
119
119
  IPv6InternetAccessible?: IPv6InternetAccessible;
120
120
  /**
121
- * 置放群组id,仅支持指定一个。
121
+ * 置放群组id,仅支持指定一个。可通过调用[DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/product/213/17810)接口获取该参数。
122
122
  */
123
123
  DisasterRecoverGroupIds?: Array<string>;
124
124
  /**
@@ -131,7 +131,7 @@ export interface ModifyLaunchConfigurationAttributesRequest {
131
131
  */
132
132
  InstanceTags?: Array<InstanceTag>;
133
133
  /**
134
- * 镜像族名称。
134
+ * 镜像族名称。可通过调用[DescribeImages](https://cloud.tencent.com/document/product/213/15715)接口获取该参数。
135
135
  */
136
136
  ImageFamily?: string;
137
137
  /**
@@ -148,7 +148,7 @@ export interface ModifyLaunchConfigurationAttributesRequest {
148
148
  */
149
149
  export interface DisableAutoScalingGroupRequest {
150
150
  /**
151
- * 伸缩组ID
151
+ * 伸缩组ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。
152
152
  */
153
153
  AutoScalingGroupId: string;
154
154
  }
@@ -174,7 +174,9 @@ export interface DescribeRefreshActivitiesResponse {
174
174
  */
175
175
  export interface ModifyAutoScalingGroupRequest {
176
176
  /**
177
- * 伸缩组ID
177
+ * 伸缩组ID。可以通过如下方式获取可用的伸缩组ID:
178
+ <li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>
179
+ <li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
178
180
  */
179
181
  AutoScalingGroupId: string;
180
182
  /**
@@ -182,31 +184,33 @@ export interface ModifyAutoScalingGroupRequest {
182
184
  */
183
185
  AutoScalingGroupName?: string;
184
186
  /**
185
- * 默认冷却时间,单位秒,默认值为300
187
+ * 默认冷却时间,单位秒,取值范围 [0,3600],默认值为300
186
188
  */
187
189
  DefaultCooldown?: number;
188
190
  /**
189
- * 期望实例数,大小介于最小实例数和最大实例数之间
191
+ * 期望实例数,取值范围 [0,2000]。需满足最大值大于等于期望值,期望值大于等于最小值。
190
192
  */
191
193
  DesiredCapacity?: number;
192
194
  /**
193
- * 启动配置ID
195
+ * 启动配置ID。可以通过如下方式获取可用的启动配置ID:
196
+ <li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/config) 查询启动配置ID。</li>
197
+ <li>通过调用接口 [DescribeLaunchConfigurations](https://cloud.tencent.com/document/api/377/20445) ,取返回信息中的 LaunchConfigurationId 获取启动配置ID。</li>
194
198
  */
195
199
  LaunchConfigurationId?: string;
196
200
  /**
197
- * 最大实例数,取值范围为0-2000
201
+ * 最大实例数,取值范围为 [0,2000]。需满足最大值大于等于期望值,期望值大于等于最小值。
198
202
  */
199
203
  MaxSize?: number;
200
204
  /**
201
- * 最小实例数,取值范围为0-2000
205
+ * 最小实例数,取值范围为 [0,2000]。需满足最大值大于等于期望值,期望值大于等于最小值。
202
206
  */
203
207
  MinSize?: number;
204
208
  /**
205
- * 项目ID
209
+ * 项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 ProjectId 字段来获取。默认值为 0,表示使用默认项目。
206
210
  */
207
211
  ProjectId?: number;
208
212
  /**
209
- * 子网ID列表
213
+ * 子网ID列表。有效的私有网络子网ID可通过登录[控制台](https://console.cloud.tencent.com/vpc/subnet)查询;也可以调用接口 [DescribeSubnets](https://cloud.tencent.com/document/product/215/15784) ,从接口返回中的SubnetId字段获取。
210
214
  */
211
215
  SubnetIds?: Array<string>;
212
216
  /**
@@ -216,7 +220,7 @@ export interface ModifyAutoScalingGroupRequest {
216
220
  */
217
221
  TerminationPolicies?: Array<string>;
218
222
  /**
219
- * VPC ID,基础网络则填空字符串。修改为具体VPC ID时,需指定相应的SubnetIds;修改为基础网络时,需指定相应的Zones。
223
+ * 私有网络ID。修改私有网络时,需将 SubnetIds 参数同步修改为该私有网络的子网。有效的 VpcId 可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc)查询;也可以调用接口 [DescribeVpc](https://cloud.tencent.com/document/api/215/15778) ,从接口返回中的 VpcId 字段获取。
220
224
  */
221
225
  VpcId?: string;
222
226
  /**
@@ -244,7 +248,7 @@ export interface ModifyAutoScalingGroupRequest {
244
248
  */
245
249
  ServiceSettings?: ServiceSettings;
246
250
  /**
247
- * 实例具有IPv6地址数量的配置,取值包括0、1。
251
+ * 实例具有IPv6地址数量的配置,取值包括0、1。默认值为 0,表示实例不分配 IPv6 地址。需使用支持 IPv6 的私有网络,需在子网中开启 IPv6 CIDR,其他使用限制可参考 [IPv6使用限制](https://cloud.tencent.com/document/product/1142/38369)
248
252
  */
249
253
  Ipv6AddressCount?: number;
250
254
  /**
@@ -310,31 +314,42 @@ export interface AutoScalingNotification {
310
314
  /**
311
315
  * 伸缩组ID。
312
316
  */
313
- AutoScalingGroupId: string;
317
+ AutoScalingGroupId?: string;
314
318
  /**
315
319
  * 用户组ID列表。
316
320
  */
317
- NotificationUserGroupIds: Array<string>;
321
+ NotificationUserGroupIds?: Array<string>;
318
322
  /**
319
- * 通知事件列表。
323
+ * 通知事件列表。取值范围如下:
324
+ <li>SCALE_OUT_SUCCESSFUL:扩容成功</li>
325
+ <li>SCALE_OUT_FAILED:扩容失败</li>
326
+ <li>SCALE_IN_SUCCESSFUL:缩容成功</li>
327
+ <li>SCALE_IN_FAILED:缩容失败</li>
328
+ <li>REPLACE_UNHEALTHY_INSTANCE_SUCCESSFUL:替换不健康子机成功</li>
329
+ <li>REPLACE_UNHEALTHY_INSTANCE_FAILED:替换不健康子机失败</li>
320
330
  */
321
- NotificationTypes: Array<string>;
331
+ NotificationTypes?: Array<string>;
322
332
  /**
323
333
  * 事件通知ID。
324
334
  */
325
- AutoScalingNotificationId: string;
335
+ AutoScalingNotificationId?: string;
326
336
  /**
327
- * 通知接收端类型。
337
+ * 通知接收端类型。取值范围如下:
338
+ USER_GROUP:用户组
339
+ TDMQ_CMQ_TOPIC:TDMQ CMQ 主题
340
+ TDMQ_CMQ_QUEUE:TDMQ CMQ 队列
341
+ CMQ_QUEUE:CMQ 队列,[CMQ 接口已下线](https://cloud.tencent.com/document/product/1496/83970),已无法选用
342
+ CMQ_TOPIC:CMQ 主题,[CMQ 接口已下线](https://cloud.tencent.com/document/product/1496/83970),已无法选用
328
343
  */
329
- TargetType: string;
344
+ TargetType?: string;
330
345
  /**
331
- * CMQ 队列名。
346
+ * TDMQ CMQ 队列名。
332
347
  */
333
- QueueName: string;
348
+ QueueName?: string;
334
349
  /**
335
- * CMQ 主题名。
350
+ * TDMQ CMQ 主题名。
336
351
  */
337
- TopicName: string;
352
+ TopicName?: string;
338
353
  }
339
354
  /**
340
355
  * ModifyScheduledAction请求参数结构体
@@ -383,13 +398,14 @@ export interface DescribeAutoScalingGroupsRequest {
383
398
  AutoScalingGroupIds?: Array<string>;
384
399
  /**
385
400
  * 过滤条件。
386
- <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>
401
+ <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。
402
+ 可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
387
403
  <li> auto-scaling-group-name - String - 是否必填:否 -(过滤条件)按照伸缩组名称过滤。</li>
388
404
  <li> vague-auto-scaling-group-name - String - 是否必填:否 -(过滤条件)按照伸缩组名称模糊搜索。</li>
389
- <li> launch-configuration-id - String - 是否必填:否 -(过滤条件)按照启动配置ID过滤。</li>
390
- <li> tag-key - String - 是否必填:否 -(过滤条件)按照标签键进行过滤。</li>
391
- <li> tag-value - String - 是否必填:否 -(过滤条件)按照标签值进行过滤。</li>
392
- <li> tag:tag-key - String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例2</li>
405
+ <li> launch-configuration-id - String - 是否必填:否 -(过滤条件)按照启动配置ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/config) 或调用接口 [DescribeLaunchConfigurations](https://cloud.tencent.com/document/api/377/20445) ,取返回信息中的 LaunchConfigurationId 获取启动配置ID。</li>
406
+ <li> tag-key - String - 是否必填:否 -(过滤条件)按照标签键进行过滤。可通过调用接口 [GetTags](https://cloud.tencent.com/document/product/651/72275) ,取返回信息中的 TagKey 获取标签键。</li>
407
+ <li> tag-value - String - 是否必填:否 -(过滤条件)按照标签值进行过滤。可通过调用接口 [GetTags](https://cloud.tencent.com/document/product/651/72275) ,取返回信息中的 TagValue 获取标签值。</li>
408
+ <li> tag:tag-key - String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换,请参考示例2。可通过调用接口 [GetTags](https://cloud.tencent.com/document/product/651/72275) ,取返回信息中的 TagKey 获取标签键。</li>
393
409
  每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`AutoScalingGroupIds`和`Filters`。
394
410
  */
395
411
  Filters?: Array<Filter>;
@@ -452,7 +468,7 @@ export interface LaunchConfiguration {
452
468
  */
453
469
  UserData?: string;
454
470
  /**
455
- * 启动配置创建时间。
471
+ * 启动配置创建时间,为标准`UTC`时间。
456
472
  */
457
473
  CreatedTime?: string;
458
474
  /**
@@ -468,7 +484,11 @@ export interface LaunchConfiguration {
468
484
  */
469
485
  LaunchConfigurationStatus?: string;
470
486
  /**
471
- * 实例计费类型,CVM默认值按照POSTPAID_BY_HOUR处理。<li>POSTPAID_BY_HOUR:按小时后付费</li><li>SPOTPAID:竞价付费</li>
487
+ * 实例计费类型,取值范围如下:
488
+ <li>POSTPAID_BY_HOUR:按小时后付费</li>
489
+ <li>SPOTPAID:竞价付费</li>
490
+ <li>PREPAID:预付费,即包年包月</li>
491
+ <li>CDCPAID:专用集群付费</li>
472
492
  */
473
493
  InstanceChargeType?: string;
474
494
  /**
@@ -485,7 +505,7 @@ export interface LaunchConfiguration {
485
505
  */
486
506
  InstanceTags?: Array<InstanceTag>;
487
507
  /**
488
- * 标签列表。
508
+ * 标签列表,该参数内的标签仅用于绑定启动配置,不会传递给基于该启动配置扩容的 CVM 实例。
489
509
  */
490
510
  Tags?: Array<Tag>;
491
511
  /**
@@ -493,11 +513,11 @@ export interface LaunchConfiguration {
493
513
  */
494
514
  VersionNumber?: number;
495
515
  /**
496
- * 更新时间。
516
+ * 更新时间,为标准`UTC`时间。
497
517
  */
498
518
  UpdatedTime?: string;
499
519
  /**
500
- * CAM角色名称。可通过DescribeRoleList接口返回值中的roleName获取。
520
+ * CAM角色名称。可通过[DescribeRoleList](https://cloud.tencent.com/document/product/598/36223)接口返回值中的roleName获取。
501
521
  */
502
522
  CamRoleName?: string;
503
523
  /**
@@ -752,6 +772,9 @@ export interface SystemDisk {
752
772
  <li>CLOUD_BASIC:普通云硬盘</li>
753
773
  <li>CLOUD_PREMIUM:高性能云硬盘</li>
754
774
  <li>CLOUD_SSD:SSD云硬盘</li>
775
+ <li>CLOUD_BSSD:通用型SSD云硬盘</li>
776
+ <li>CLOUD_HSSD:增强型SSD云硬盘</li>
777
+ <li>CLOUD_TSSD:极速型SSD云硬盘</li>
755
778
  <li>默认取值:CLOUD_PREMIUM。</li>
756
779
  */
757
780
  DiskType?: string;
@@ -797,9 +820,9 @@ export interface DescribeScalingPoliciesRequest {
797
820
  /**
798
821
  * 过滤条件。
799
822
  <li> auto-scaling-policy-id - String - 是否必填:否 -(过滤条件)按照告警策略ID过滤。</li>
800
- <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>
823
+ <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
801
824
  <li> scaling-policy-name - String - 是否必填:否 -(过滤条件)按照告警策略名称过滤。</li>
802
- <li> scaling-policy-type - String - 是否必填:否 -(过滤条件)按照告警策略类型过滤,取值范围为SIMPLE,TARGET_TRACKING。</li>
825
+ <li> scaling-policy-type - String - 是否必填:否 -(过滤条件)按照告警策略类型过滤,取值范围为SIMPLE,TARGET_TRACKING。两者分别表示简单策略和目标追踪策略。</li>
803
826
  每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`AutoScalingPolicyIds`和`Filters`。
804
827
  */
805
828
  Filters?: Array<Filter>;
@@ -948,19 +971,22 @@ export interface StartAutoScalingInstancesResponse {
948
971
  */
949
972
  export interface CompleteLifecycleActionRequest {
950
973
  /**
951
- * 生命周期挂钩ID
974
+ * 生命周期挂钩ID。可以通过调用接口 [DescribeLifecycleHooks](https://cloud.tencent.com/document/api/377/34452) ,取返回信息中的 LifecycleHookId 获取生命周期挂钩ID。
952
975
  */
953
976
  LifecycleHookId: string;
954
977
  /**
955
- * 生命周期动作的结果,取值范围为“CONTINUE”或“ABANDON”
978
+ * 生命周期动作的结果,取值范围如下:
979
+ <li>CONTINUE: 默认值,表示继续执行扩缩容活动</li>
980
+ <li>ABANDON: 针对扩容挂钩,挂钩超时或 LifecycleCommand 执行失败的 CVM 实例会直接释放或移出;而针对缩容挂钩,会继续执行缩容活动。</li>
956
981
  */
957
982
  LifecycleActionResult: string;
958
983
  /**
959
- * 实例ID,“InstanceId”和“LifecycleActionToken”必须填充其中一个
984
+ * 实例ID,`InstanceId` 和 `LifecycleActionToken` 参数必须填写其中一个。可通过登录 [控制台](https://console.cloud.tencent.com/cvm/index) 或调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。
960
985
  */
961
986
  InstanceId?: string;
962
987
  /**
963
- * InstanceId”和“LifecycleActionToken”必须填充其中一个
988
+ * 生命周期动作令牌,`InstanceId` 和 `LifecycleActionToken` 必须填充其中一个。
989
+ 该参数获取方式如下:配置 `NotificationTarget ` 参数的挂钩被触发时,向 `NotificationTarget ` 参数中指定的消息队列投递包含令牌的消息,消息队列的消费者可从消息中获取令牌。
964
990
  */
965
991
  LifecycleActionToken?: string;
966
992
  }
@@ -984,7 +1010,7 @@ export interface CreateNotificationConfigurationResponse {
984
1010
  /**
985
1011
  * 通知ID。
986
1012
  */
987
- AutoScalingNotificationId: string;
1013
+ AutoScalingNotificationId?: string;
988
1014
  /**
989
1015
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
990
1016
  */
@@ -1072,7 +1098,7 @@ export interface Tag {
1072
1098
  */
1073
1099
  Value: string;
1074
1100
  /**
1075
- * 标签绑定的资源类型,当前支持类型:"auto-scaling-group", "launch-configuration"
1101
+ * 标签绑定的资源类型,当前支持类型:"auto-scaling-group", "launch-configuration"。分别表示:伸缩组资源,启动配置资源。
1076
1102
  */
1077
1103
  ResourceType?: string;
1078
1104
  }
@@ -1081,15 +1107,15 @@ export interface Tag {
1081
1107
  */
1082
1108
  export interface DetachLoadBalancersRequest {
1083
1109
  /**
1084
- * 伸缩组ID
1110
+ * 伸缩组ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。
1085
1111
  */
1086
1112
  AutoScalingGroupId: string;
1087
1113
  /**
1088
- * 传统负载均衡器ID列表,列表长度上限为20,LoadBalancerIds 和 ForwardLoadBalancerIdentifications 二者同时最多只能指定一个
1114
+ * 传统负载均衡器ID列表,列表长度上限为20,LoadBalancerIds 和 ForwardLoadBalancerIdentifications 二者同时最多只能指定一个。可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685) 接口获取。
1089
1115
  */
1090
1116
  LoadBalancerIds?: Array<string>;
1091
1117
  /**
1092
- * 应用型负载均衡器标识信息列表,列表长度上限为100,LoadBalancerIds 和 ForwardLoadBalancerIdentifications二者同时最多只能指定一个
1118
+ * 负载均衡器标识信息列表,列表长度上限为100,LoadBalancerIds 和 ForwardLoadBalancerIdentifications二者同时最多只能指定一个。可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685) 接口获取。
1093
1119
  */
1094
1120
  ForwardLoadBalancerIdentifications?: Array<ForwardLoadBalancerIdentification>;
1095
1121
  }
@@ -1098,13 +1124,16 @@ export interface DetachLoadBalancersRequest {
1098
1124
  */
1099
1125
  export interface DescribeAutoScalingInstancesRequest {
1100
1126
  /**
1101
- * 待查询云服务器(CVM)的实例ID。每次请求的上限为100。参数不支持同时指定InstanceIds和Filters。
1127
+ * 待查询云服务器(CVM)的实例ID列表,列表长度上限为100,不支持同时指定 InstanceIds Filters。
1128
+ 可以通过以下方式获取可用的实例ID:
1129
+ <li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li>
1130
+ <li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>
1102
1131
  */
1103
1132
  InstanceIds?: Array<string>;
1104
1133
  /**
1105
1134
  * 过滤条件。
1106
- <li> instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。</li>
1107
- <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>
1135
+ <li> instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。可通过登录[控制台](https://console.cloud.tencent.com/cvm/index)或调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>
1136
+ <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
1108
1137
  每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`InstanceIds`和`Filters`。
1109
1138
  */
1110
1139
  Filters?: Array<Filter>;
@@ -1122,15 +1151,15 @@ export interface DescribeAutoScalingInstancesRequest {
1122
1151
  */
1123
1152
  export interface ModifyLoadBalancersRequest {
1124
1153
  /**
1125
- * 伸缩组ID
1154
+ * 伸缩组ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。
1126
1155
  */
1127
1156
  AutoScalingGroupId: string;
1128
1157
  /**
1129
- * 传统负载均衡器ID列表,目前长度上限为20,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个
1158
+ * 传统负载均衡器ID列表,目前长度上限为20,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个。可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685) 接口获取。
1130
1159
  */
1131
1160
  LoadBalancerIds?: Array<string>;
1132
1161
  /**
1133
- * 应用型负载均衡器列表,目前长度上限为100,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个
1162
+ * 负载均衡器列表,目前长度上限为100,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个。可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685) 接口获取。
1134
1163
  */
1135
1164
  ForwardLoadBalancers?: Array<ForwardLoadBalancer>;
1136
1165
  /**
@@ -1167,7 +1196,7 @@ export interface ModifyScalingPolicyResponse {
1167
1196
  */
1168
1197
  export interface DeleteLaunchConfigurationRequest {
1169
1198
  /**
1170
- * 需要删除的启动配置ID。
1199
+ * 需要删除的启动配置ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/config) 或调用接口 [DescribeLaunchConfigurations](https://cloud.tencent.com/document/api/377/20445) ,取返回信息中的 LaunchConfigurationId 获取启动配置ID
1171
1200
  */
1172
1201
  LaunchConfigurationId: string;
1173
1202
  }
@@ -1264,7 +1293,7 @@ export interface CreateLaunchConfigurationRequest {
1264
1293
  */
1265
1294
  ImageId?: string;
1266
1295
  /**
1267
- * 启动配置所属项目ID。不填为默认项目。
1296
+ * 启动配置所属项目ID。默认值为0,表示使用默认项目。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。
1268
1297
  注意:伸缩组内实例所属项目ID取伸缩组项目ID,与这里取值无关。
1269
1298
  */
1270
1299
  ProjectId?: number;
@@ -1315,15 +1344,15 @@ export interface CreateLaunchConfigurationRequest {
1315
1344
  InstanceMarketOptions?: InstanceMarketOptionsRequest;
1316
1345
  /**
1317
1346
  * 实例机型列表,不同实例机型指定了不同的资源规格,最多支持10种实例机型。
1318
- `InstanceType`和`InstanceTypes`参数互斥,二者必填一个且只能填写一个。
1347
+ `InstanceType`和`InstanceTypes`参数互斥,二者必填一个且只能填写一个。具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格描述](https://cloud.tencent.com/document/product/213/11518)。
1319
1348
  */
1320
1349
  InstanceTypes?: Array<string>;
1321
1350
  /**
1322
- * CAM角色名称。可通过DescribeRoleList接口返回值中的roleName获取。
1351
+ * CAM角色名称。可通过[DescribeRoleList](https://cloud.tencent.com/document/product/598/36223)接口返回值中的roleName获取。
1323
1352
  */
1324
1353
  CamRoleName?: string;
1325
1354
  /**
1326
- * 实例类型校验策略,取值包括 ALL 和 ANY,默认取值为ANY
1355
+ * 实例类型校验策略,取值包括 ALL 和 ANY,默认取值为ANY。该参数仅在 InstanceTypes 入参包含多个机型时生效。
1327
1356
  <li> ALL,所有实例类型(InstanceType)都可用则通过校验,否则校验报错。</li>
1328
1357
  <li> ANY,存在任何一个实例类型(InstanceType)可用则通过校验,否则校验报错。</li>
1329
1358
 
@@ -1359,7 +1388,7 @@ export interface CreateLaunchConfigurationRequest {
1359
1388
  */
1360
1389
  DiskTypePolicy?: string;
1361
1390
  /**
1362
- * 高性能计算集群ID。<br>
1391
+ * 高性能计算集群ID。可通过调用[DescribeHpcClusters](https://cloud.tencent.com/document/product/213/83220)接口获取该参数。
1363
1392
  注意:此字段默认为空。
1364
1393
  */
1365
1394
  HpcClusterId?: string;
@@ -1372,11 +1401,11 @@ export interface CreateLaunchConfigurationRequest {
1372
1401
  */
1373
1402
  DisasterRecoverGroupIds?: Array<string>;
1374
1403
  /**
1375
- * 镜像族名称。镜像Id与镜像族名称,二者必填一个且只能填写一个。
1404
+ * 镜像族名称。镜像Id与镜像族名称,二者必填一个且只能填写一个。可通过调用[DescribeImages](https://cloud.tencent.com/document/product/213/15715)接口获取该参数。
1376
1405
  */
1377
1406
  ImageFamily?: string;
1378
1407
  /**
1379
- * 本地专用集群ID
1408
+ * 本地专用集群ID。可通过 [DescribeDedicatedClusters](https://cloud.tencent.com/document/product/1346/73758) 接口获取该参数。
1380
1409
  */
1381
1410
  DedicatedClusterId?: string;
1382
1411
  /**
@@ -1467,11 +1496,13 @@ export interface AutoScalingGroup {
1467
1496
  */
1468
1497
  SubnetIdSet?: Array<string>;
1469
1498
  /**
1470
- * 销毁策略
1499
+ * 销毁策略。取值范围如下:
1500
+ <li>OLDEST_INSTANCE:优先销毁伸缩组中最旧的实例,默认取值。</li>
1501
+ <li>NEWEST_INSTANCE:优先销毁伸缩组中最新的实例。</li>
1471
1502
  */
1472
1503
  TerminationPolicySet?: Array<string>;
1473
1504
  /**
1474
- * VPC标识
1505
+ * 私有网络ID。
1475
1506
  */
1476
1507
  VpcId?: string;
1477
1508
  /**
@@ -1479,7 +1510,10 @@ export interface AutoScalingGroup {
1479
1510
  */
1480
1511
  ZoneSet?: Array<string>;
1481
1512
  /**
1482
- * 重试策略
1513
+ * 重试策略,部分成功的伸缩活动判定为一次失败活动。取值范围如下:
1514
+ <li>IMMEDIATE_RETRY:默认取值,表示立即重试,在较短时间内快速重试,连续失败超过一定次数(5次)后不再重试。</li>
1515
+ <li>INCREMENTAL_INTERVALS:间隔递增重试,随着连续失败次数的增加,重试间隔逐渐增大。前 10 次重试为快速重试,后续重试间隔逐步递增至 10 分钟、30 分钟、60 分钟、一天。</li>
1516
+ <li>NO_RETRY,不进行重试,直到再次收到用户调用或者告警信息后才会重试。</li>
1483
1517
  */
1484
1518
  RetryPolicy?: string;
1485
1519
  /**
@@ -1495,7 +1529,7 @@ export interface AutoScalingGroup {
1495
1529
  */
1496
1530
  ServiceSettings?: ServiceSettings;
1497
1531
  /**
1498
- * 实例具有IPv6地址数量的配置
1532
+ * 实例具有IPv6地址数量的配置,取值包括0、1。默认值为 0,表示实例不分配 IPv6 地址。需使用支持 IPv6 的私有网络,需在子网中开启 IPv6 CIDR,其他使用限制可参考 [IPv6使用限制](https://cloud.tencent.com/document/product/1142/38369)。
1499
1533
  */
1500
1534
  Ipv6AddressCount?: number;
1501
1535
  /**
@@ -1511,7 +1545,8 @@ export interface AutoScalingGroup {
1511
1545
  */
1512
1546
  HealthCheckType?: string;
1513
1547
  /**
1514
- * CLB健康检查宽限期
1548
+ * CLB健康检查宽限期.当扩容的实例进入IN_SERVICE后,在宽限期时间范围内将不会被标记为不健康CLB_UNHEALTHY。
1549
+ 默认值:0。取值范围[0, 7200],单位:秒。
1515
1550
  */
1516
1551
  LoadBalancerHealthCheckGracePeriod?: number;
1517
1552
  /**
@@ -1638,7 +1673,7 @@ export interface ScalingPolicy {
1638
1673
  */
1639
1674
  AdjustmentValue?: number;
1640
1675
  /**
1641
- * 冷却时间,仅适用于简单策略。
1676
+ * 冷却时间,单位为秒,仅适用于简单策略。取值范围 [0,3600],默认冷却时间300秒。
1642
1677
  */
1643
1678
  Cooldown?: number;
1644
1679
  /**
@@ -1680,7 +1715,7 @@ export interface ScalingPolicy {
1680
1715
  */
1681
1716
  export interface DescribeAutoScalingGroupLastActivitiesRequest {
1682
1717
  /**
1683
- * 伸缩组ID列表
1718
+ * 伸缩组ID列表。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。
1684
1719
  */
1685
1720
  AutoScalingGroupIds: Array<string>;
1686
1721
  /**
@@ -1735,7 +1770,7 @@ export interface ModifyLoadBalancersResponse {
1735
1770
  */
1736
1771
  export interface CreateNotificationConfigurationRequest {
1737
1772
  /**
1738
- * 伸缩组ID。
1773
+ * 伸缩组ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID
1739
1774
  */
1740
1775
  AutoScalingGroupId: string;
1741
1776
  /**
@@ -1749,26 +1784,26 @@ export interface CreateNotificationConfigurationRequest {
1749
1784
  */
1750
1785
  NotificationTypes: Array<string>;
1751
1786
  /**
1752
- * 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。
1787
+ * 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。该参数仅在 TargetType 为 USER_GROUP 时生效。
1753
1788
  */
1754
1789
  NotificationUserGroupIds?: Array<string>;
1755
1790
  /**
1756
- * 通知接收端类型,取值如下
1757
- <br><li>USER_GROUP:用户组
1758
- <br><li>CMQ_QUEUE:CMQ 队列
1759
- <br><li>CMQ_TOPIC:CMQ 主题
1760
- <br><li>TDMQ_CMQ_TOPIC:TDMQ CMQ 主题
1761
- <br><li>TDMQ_CMQ_QUEUE:TDMQ CMQ 队列
1791
+ * 通知接收端类型,取值如下:
1792
+ <li>USER_GROUP:用户组</li>
1793
+ <li>TDMQ_CMQ_TOPICTDMQ CMQ 主题</li>
1794
+ <li>TDMQ_CMQ_QUEUETDMQ CMQ 队列</li>
1795
+ <li>CMQ_QUEUECMQ 队列,[CMQ已下线](https://cloud.tencent.com/document/product/1496/83970),目前仅推荐使用 TDMQ CMQ。</li>
1796
+ <li>CMQ_TOPICCMQ 主题,[CMQ已下线](https://cloud.tencent.com/document/product/1496/83970),目前仅推荐使用 TDMQ CMQ。</li>
1762
1797
 
1763
1798
  默认值为:`USER_GROUP`。
1764
1799
  */
1765
1800
  TargetType?: string;
1766
1801
  /**
1767
- * CMQ 队列名称,如 TargetType 取值为 `CMQ_QUEUE` 或 `TDMQ_CMQ_QUEUE` 时,该字段必填。
1802
+ * TDMQ CMQ 队列名,如 TargetType 取值为 `TDMQ_CMQ_QUEUE` ,该字段必填。
1768
1803
  */
1769
1804
  QueueName?: string;
1770
1805
  /**
1771
- * CMQ 主题名称,如 TargetType 取值为 `CMQ_TOPIC` 或 `TDMQ_CMQ_TOPIC` 时,该字段必填。
1806
+ * TDMQ CMQ 主题名,如 TargetType 取值为 `TDMQ_CMQ_TOPIC` ,该字段必填。
1772
1807
  */
1773
1808
  TopicName?: string;
1774
1809
  }
@@ -1794,7 +1829,7 @@ export interface DescribeScheduledActionsResponse {
1794
1829
  */
1795
1830
  export interface ModifyNotificationConfigurationRequest {
1796
1831
  /**
1797
- * 待修改的通知ID。
1832
+ * 待修改的通知ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeNotificationConfigurations](https://cloud.tencent.com/document/api/377/33183) ,取返回信息中的 AutoScalingNotificationId 获取通知ID
1798
1833
  */
1799
1834
  AutoScalingNotificationId: string;
1800
1835
  /**
@@ -1808,15 +1843,15 @@ export interface ModifyNotificationConfigurationRequest {
1808
1843
  */
1809
1844
  NotificationTypes?: Array<string>;
1810
1845
  /**
1811
- * 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。
1846
+ * 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。该参数仅在 `TargetType ` 为 `USER_GROUP ` 时生效。
1812
1847
  */
1813
1848
  NotificationUserGroupIds?: Array<string>;
1814
1849
  /**
1815
- * CMQ 队列或 TDMQ CMQ 队列名。
1850
+ * TDMQ CMQ 队列名。[原CMQ已下线](https://cloud.tencent.com/document/product/1496/83970),目前仅推荐使用 TDMQ CMQ。该参数仅在 `TargetType ` 为 `TDMQ_CMQ_QUEUE ` 时生效。
1816
1851
  */
1817
1852
  QueueName?: string;
1818
1853
  /**
1819
- * CMQ 主题或 TDMQ CMQ 主题名。
1854
+ * TDMQ CMQ 主题名。[原CMQ已下线](https://cloud.tencent.com/document/product/1496/83970),目前仅推荐使用 TDMQ CMQ。该参数仅在 `TargetType ` 为 `TDMQ_CMQ_TOPIC ` 时生效。
1820
1855
  */
1821
1856
  TopicName?: string;
1822
1857
  }
@@ -1836,7 +1871,7 @@ export interface ModifyLoadBalancerTargetAttributesResponse {
1836
1871
  /**
1837
1872
  * 伸缩活动ID
1838
1873
  */
1839
- ActivityId: string;
1874
+ ActivityId?: string;
1840
1875
  /**
1841
1876
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1842
1877
  */
@@ -1898,11 +1933,11 @@ export interface InvocationResult {
1898
1933
  */
1899
1934
  export interface ModifyScalingPolicyRequest {
1900
1935
  /**
1901
- * 告警策略ID。
1936
+ * 告警策略ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeScalingPolicies](https://cloud.tencent.com/document/api/377/33178) ,取返回信息中的 AutoScalingPolicyId 获取告警策略ID
1902
1937
  */
1903
1938
  AutoScalingPolicyId: string;
1904
1939
  /**
1905
- * 告警策略名称。
1940
+ * 告警策略名称,在您账号中必须唯一。名称长度不能超过60,名称仅支持中文、英文、数字、下划线、分隔符"-"、小数点。
1906
1941
  */
1907
1942
  ScalingPolicyName?: string;
1908
1943
  /**
@@ -2065,43 +2100,43 @@ export interface CreateAutoScalingGroupRequest {
2065
2100
  */
2066
2101
  AutoScalingGroupName: string;
2067
2102
  /**
2068
- * 启动配置ID
2103
+ * 启动配置ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/config) 或调用接口 [DescribeLaunchConfigurations](https://cloud.tencent.com/document/api/377/20445) ,取返回信息中的 LaunchConfigurationId 获取启动配置ID。
2069
2104
  */
2070
2105
  LaunchConfigurationId: string;
2071
2106
  /**
2072
- * 最大实例数,取值范围为0-2000
2107
+ * 最大实例数,取值范围为0-2000。需满足最大值大于等于期望值,期望值大于等于最小值。
2073
2108
  */
2074
2109
  MaxSize: number;
2075
2110
  /**
2076
- * 最小实例数,取值范围为0-2000
2111
+ * 最小实例数,取值范围为0-2000。需满足最大值大于等于期望值,期望值大于等于最小值。
2077
2112
  */
2078
2113
  MinSize: number;
2079
2114
  /**
2080
- * VPC ID,基础网络则填空字符串
2115
+ * 私有网络ID。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc)查询;也可以调用接口 [DescribeVpc](https://cloud.tencent.com/document/api/215/15778) ,从接口返回中的VpcId字段获取。
2081
2116
  */
2082
2117
  VpcId: string;
2083
2118
  /**
2084
- * 默认冷却时间,单位秒,默认值为300
2119
+ * 默认冷却时间,单位秒,默认值为300。取值范围为 [0,3600]。
2085
2120
  */
2086
2121
  DefaultCooldown?: number;
2087
2122
  /**
2088
- * 期望实例数,大小介于最小实例数和最大实例数之间
2123
+ * 期望实例数,取值范围 [0,2000],默认值为最小值。需满足最大值大于等于期望值,期望值大于等于最小值。
2089
2124
  */
2090
2125
  DesiredCapacity?: number;
2091
2126
  /**
2092
- * 传统负载均衡器ID列表,目前长度上限为20,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个
2127
+ * 传统负载均衡器ID列表,目前长度上限为20,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个。可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685) 接口获取。
2093
2128
  */
2094
2129
  LoadBalancerIds?: Array<string>;
2095
2130
  /**
2096
- * 伸缩组内实例所属项目ID。不填为默认项目。
2131
+ * 伸缩组内实例所属项目ID。默认值为0,表示使用默认项目。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。
2097
2132
  */
2098
2133
  ProjectId?: number;
2099
2134
  /**
2100
- * 应用型负载均衡器列表,目前长度上限为100,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个
2135
+ * 负载均衡器列表,目前长度上限为100,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个
2101
2136
  */
2102
2137
  ForwardLoadBalancers?: Array<ForwardLoadBalancer>;
2103
2138
  /**
2104
- * 子网ID列表,VPC场景下必须指定子网。多个子网以填写顺序为优先级,依次进行尝试,直至可以成功创建实例。
2139
+ * 子网ID列表,VPC场景下必须指定子网。多个子网以填写顺序为优先级,依次进行尝试,直至可以成功创建实例。有效的私有网络子网ID可通过登录[控制台](https://console.cloud.tencent.com/vpc/subnet)查询;也可以调用接口 [DescribeSubnets](https://cloud.tencent.com/document/product/215/15784) ,从接口返回中的SubnetId字段获取。
2105
2140
  */
2106
2141
  SubnetIds?: Array<string>;
2107
2142
  /**
@@ -2131,7 +2166,7 @@ export interface CreateAutoScalingGroupRequest {
2131
2166
  */
2132
2167
  ZonesCheckPolicy?: string;
2133
2168
  /**
2134
- * 标签描述列表。通过指定该参数可以支持绑定标签到伸缩组。同时绑定标签到相应的资源实例。每个伸缩组最多支持30个标签。
2169
+ * 标签描述列表。通过指定该参数可以支持绑定标签到伸缩组。同时绑定标签到相应的资源实例。每个伸缩组最多支持30个标签。可通过调用接口 [GetTags](https://cloud.tencent.com/document/product/651/72275) ,根据回参获取已有的标签键值对信息。
2135
2170
  */
2136
2171
  Tags?: Array<Tag>;
2137
2172
  /**
@@ -2139,7 +2174,7 @@ export interface CreateAutoScalingGroupRequest {
2139
2174
  */
2140
2175
  ServiceSettings?: ServiceSettings;
2141
2176
  /**
2142
- * 实例具有IPv6地址数量的配置,取值包括 0、1,默认值为0。
2177
+ * 实例具有IPv6地址数量的配置,取值包括0、1。默认值为 0,表示实例不分配 IPv6 地址。需使用支持 IPv6 的私有网络,需在子网中开启 IPv6 CIDR,其他使用限制可参考 [IPv6使用限制](https://cloud.tencent.com/document/product/1142/38369)
2143
2178
  */
2144
2179
  Ipv6AddressCount?: number;
2145
2180
  /**
@@ -2346,15 +2381,16 @@ export interface DataDisk {
2346
2381
  <li>CLOUD_SSD:SSD云硬盘</li>
2347
2382
  <li>CLOUD_HSSD:增强型SSD云硬盘</li>
2348
2383
  <li>CLOUD_TSSD:极速型SSD云硬盘</li>
2384
+ <li>CLOUD_BSSD:通用型SSD云硬盘</li>
2349
2385
  默认取值与系统盘类型(SystemDisk.DiskType)保持一致。
2350
2386
  */
2351
2387
  DiskType?: string;
2352
2388
  /**
2353
- * 数据盘大小,单位:GB。最小调整步长为10G,不同数据盘类型取值范围不同,具体限制详见:[CVM实例配置](https://cloud.tencent.com/document/product/213/2177)。默认值为0,表示不购买数据盘。更多限制详见产品文档。
2389
+ * 数据盘大小,单位:GB。不同数据盘类型取值范围不同,具体限制详见:[CVM实例配置](https://cloud.tencent.com/document/product/213/2177)。默认值为0,表示不购买数据盘。更多限制详见产品文档。
2354
2390
  */
2355
2391
  DiskSize?: number;
2356
2392
  /**
2357
- * 数据盘快照 ID,类似 `snap-l8psqwnt`。
2393
+ * 数据盘快照 ID,可通过 [DescribeSnapshots](https://cloud.tencent.com/document/product/362/15647) 接口获取该参数。
2358
2394
  注意:此字段可能返回 null,表示取不到有效值。
2359
2395
  */
2360
2396
  SnapshotId?: string;
@@ -2379,8 +2415,7 @@ export interface DataDisk {
2379
2415
  */
2380
2416
  ThroughputPerformance?: number;
2381
2417
  /**
2382
- * 突发性能。是否开启突发性能,默认取值为 false。
2383
-
2418
+ * 突发性能。是否开启突发性能,默认取值为 false。当前该参数仅支持极速型云盘(CLOUD_TSSD)和增强型SSD云硬盘(CLOUD_HSSD)且需容量 > 460GB
2384
2419
  注:内测中,需提单申请后使用。
2385
2420
  注意:此字段可能返回 null,表示取不到有效值。
2386
2421
  */
@@ -2404,7 +2439,7 @@ export interface RollbackInstanceRefreshResponse {
2404
2439
  */
2405
2440
  export interface DeleteScalingPolicyRequest {
2406
2441
  /**
2407
- * 待删除的告警策略ID。
2442
+ * 待删除的告警策略ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeScalingPolicies](https://cloud.tencent.com/document/api/377/33178) ,取返回信息中的 AutoScalingPolicyId 获取告警策略ID
2408
2443
  */
2409
2444
  AutoScalingPolicyId: string;
2410
2445
  }
@@ -2421,7 +2456,7 @@ export interface LoginSettings {
2421
2456
  */
2422
2457
  Password?: string;
2423
2458
  /**
2424
- * 密钥ID列表。关联密钥后,就可以通过对应的私钥来访问实例;KeyId可通过接口DescribeKeyPairs获取,密钥与密码不能同时指定,同时Windows操作系统不支持指定密钥。当前仅支持购买的时候指定一个密钥。
2459
+ * 密钥ID列表。关联密钥后,就可以通过对应的私钥来访问实例;KeyId可通过接口[DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699)获取,密钥与密码不能同时指定,同时Windows操作系统不支持指定密钥。当前仅支持购买的时候指定一个密钥。
2425
2460
  */
2426
2461
  KeyIds?: Array<string>;
2427
2462
  /**
@@ -2438,7 +2473,7 @@ export interface CreateAutoScalingGroupFromInstanceResponse {
2438
2473
  /**
2439
2474
  * 伸缩组ID
2440
2475
  */
2441
- AutoScalingGroupId: string;
2476
+ AutoScalingGroupId?: string;
2442
2477
  /**
2443
2478
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2444
2479
  */
@@ -2505,7 +2540,10 @@ export interface Instance {
2505
2540
  */
2506
2541
  LifeCycleState?: string;
2507
2542
  /**
2508
- * 健康状态,取值包括HEALTHY和UNHEALTHY
2543
+ * 健康状态,取值范围如下:
2544
+ <li>HEALTHY:实例处于健康状态</li>
2545
+ <li>UNHEALTHY:实例 ping 不可达</li>
2546
+ <li>CLB_UNHEALTHY:CLB 监听的实例端口不健康</li>
2509
2547
  */
2510
2548
  HealthStatus?: string;
2511
2549
  /**
@@ -2521,7 +2559,7 @@ export interface Instance {
2521
2559
  */
2522
2560
  CreationType?: string;
2523
2561
  /**
2524
- * 实例加入时间
2562
+ * 实例加入时间,按照ISO8601标准表示,并且使用UTC时间。
2525
2563
  */
2526
2564
  AddTime?: string;
2527
2565
  /**
@@ -2706,7 +2744,7 @@ export interface DescribeAutoScalingActivitiesRequest {
2706
2744
  ActivityIds?: Array<string>;
2707
2745
  /**
2708
2746
  * 过滤条件。
2709
- <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>
2747
+ <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
2710
2748
  <li> activity-status-code - String - 是否必填:否 -(过滤条件)按照伸缩活动状态过滤。(INIT:初始化中|RUNNING:运行中|SUCCESSFUL:活动成功|PARTIALLY_SUCCESSFUL:活动部分成功|FAILED:活动失败|CANCELLED:活动取消)</li>
2711
2749
  <li> activity-type - String - 是否必填:否 -(过滤条件)按照伸缩活动类型过滤。(SCALE_OUT:扩容活动|SCALE_IN:缩容活动|ATTACH_INSTANCES:添加实例|REMOVE_INSTANCES:销毁实例|DETACH_INSTANCES:移出实例|TERMINATE_INSTANCES_UNEXPECTEDLY:实例在CVM控制台被销毁|REPLACE_UNHEALTHY_INSTANCE:替换不健康实例|UPDATE_LOAD_BALANCERS:更新负载均衡器)</li>
2712
2750
  <li> activity-id - String - 是否必填:否 -(过滤条件)按照伸缩活动ID过滤。</li>
@@ -2735,19 +2773,19 @@ export interface DescribeAutoScalingActivitiesRequest {
2735
2773
  */
2736
2774
  export interface ModifyDesiredCapacityRequest {
2737
2775
  /**
2738
- * 伸缩组ID
2776
+ * 伸缩组ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。
2739
2777
  */
2740
2778
  AutoScalingGroupId: string;
2741
2779
  /**
2742
- * 期望实例数
2780
+ * 期望实例数,取值范围 [0,2000]。需满足最大值大于等于期望值,期望值大于等于最小值。
2743
2781
  */
2744
2782
  DesiredCapacity: number;
2745
2783
  /**
2746
- * 最小实例数,取值范围为0-2000
2784
+ * 最小实例数,取值范围为0-2000。需满足最大值大于等于期望值,期望值大于等于最小值。
2747
2785
  */
2748
2786
  MinSize?: number;
2749
2787
  /**
2750
- * 最大实例数,取值范围为0-2000
2788
+ * 最大实例数,取值范围为0-2000。需满足最大值大于等于期望值,期望值大于等于最小值。
2751
2789
  */
2752
2790
  MaxSize?: number;
2753
2791
  }
@@ -2782,7 +2820,9 @@ export interface StartInstanceRefreshResponse {
2782
2820
  */
2783
2821
  export interface CreateLifecycleHookRequest {
2784
2822
  /**
2785
- * 伸缩组ID
2823
+ * 伸缩组ID。可以通过如下方式获取可用的伸缩组ID:
2824
+ <li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>
2825
+ <li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
2786
2826
  */
2787
2827
  AutoScalingGroupId: string;
2788
2828
  /**
@@ -2790,11 +2830,15 @@ export interface CreateLifecycleHookRequest {
2790
2830
  */
2791
2831
  LifecycleHookName: string;
2792
2832
  /**
2793
- * 进行生命周期挂钩的场景,取值范围包括 INSTANCE_LAUNCHING 和 INSTANCE_TERMINATING
2833
+ * 进行生命周期挂钩的场景,取值范围如下:
2834
+ <li> INSTANCE_LAUNCHING: 扩容生命周期挂钩</li>
2835
+ <li>INSTANCE_TERMINATING: 缩容生命周期挂钩</li>
2794
2836
  */
2795
2837
  LifecycleTransition: string;
2796
2838
  /**
2797
- * 定义伸缩组在生命周期挂钩超时的情况下应采取的操作,取值范围是 CONTINUE 或 ABANDON,默认值为 CONTINUE
2839
+ * 定义伸缩组在生命周期挂钩超时或 LifecycleCommand 执行失败时应采取的操作,取值范围如下:
2840
+ <li>CONTINUE: 默认值,表示继续执行扩缩容活动</li>
2841
+ <li>ABANDON: 针对扩容挂钩,挂钩超时或 LifecycleCommand 执行失败的 CVM 实例会直接释放或移出;而针对缩容挂钩,会继续执行缩容活动。</li>
2798
2842
  */
2799
2843
  DefaultResult?: string;
2800
2844
  /**
@@ -2802,7 +2846,7 @@ export interface CreateLifecycleHookRequest {
2802
2846
  */
2803
2847
  HeartbeatTimeout?: number;
2804
2848
  /**
2805
- * 弹性伸缩向通知目标发送的附加信息,配置通知时使用,默认值为空字符串""。最大长度不能超过1024个字节。
2849
+ * 弹性伸缩向通知目标发送的附加信息,配置通知时使用,默认值为空字符串,最长不超过 1024 字符。NotificationMetadata 和 LifecycleCommand参数互斥,二者不可同时指定。
2806
2850
  */
2807
2851
  NotificationMetadata?: string;
2808
2852
  /**
@@ -2810,11 +2854,12 @@ export interface CreateLifecycleHookRequest {
2810
2854
  */
2811
2855
  NotificationTarget?: NotificationTarget;
2812
2856
  /**
2813
- * 进行生命周期挂钩的场景类型,取值范围包括NORMAL 和 EXTENSION。说明:设置为EXTENSION值,在AttachInstances、DetachInstances、RemoveInstaces接口时会触发生命周期挂钩操作,值为NORMAL则不会在这些接口中触发生命周期挂钩。
2857
+ * 进行生命周期挂钩的场景类型,取值范围包括 NORMAL 和 EXTENSION,默认值为 NORMAL
2858
+ 说明:设置为EXTENSION值,在 [AttachInstances](https://cloud.tencent.com/document/api/377/20441)、[DetachInstances](https://cloud.tencent.com/document/api/377/20436)、[RemoveInstaces](https://cloud.tencent.com/document/api/377/20431)、[StopAutoScalingInstances](https://cloud.tencent.com/document/api/377/40286)、[StartAutoScalingInstances](https://cloud.tencent.com/document/api/377/40287)、[StartInstanceRefresh](https://cloud.tencent.com/document/api/377/99172) 接口时会触发生命周期挂钩操作,值为NORMAL则不会在这些接口中触发生命周期挂钩。
2814
2859
  */
2815
2860
  LifecycleTransitionType?: string;
2816
2861
  /**
2817
- * 远程命令执行对象。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。
2862
+ * 远程命令执行对象。通知相关参数(NotificationTarget、NotificationMetadata)与该参数互斥,二者不可同时指定。
2818
2863
  */
2819
2864
  LifecycleCommand?: LifecycleCommand;
2820
2865
  }
@@ -3053,11 +3098,11 @@ export interface CreateAutoScalingGroupResponse {
3053
3098
  */
3054
3099
  export interface TargetAttribute {
3055
3100
  /**
3056
- * 端口
3101
+ * 端口。取值范围为 [1,65535]。作为入参时,该参数必填。
3057
3102
  */
3058
3103
  Port: number;
3059
3104
  /**
3060
- * 权重
3105
+ * 权重。取值范围为 [0,100]。作为入参时,该参数必填。
3061
3106
  */
3062
3107
  Weight: number;
3063
3108
  }
@@ -3101,23 +3146,28 @@ export interface DescribeLifecycleHooksResponse {
3101
3146
  */
3102
3147
  export interface CreateScalingPolicyRequest {
3103
3148
  /**
3104
- * 伸缩组ID。
3149
+ * 伸缩组ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID
3105
3150
  */
3106
3151
  AutoScalingGroupId: string;
3107
3152
  /**
3108
- * 告警触发策略名称。
3153
+ * 告警策略名称,在您账号中必须唯一。名称长度不能超过60,名称仅支持中文、英文、数字、下划线、分隔符"-"、小数点。
3109
3154
  */
3110
3155
  ScalingPolicyName: string;
3111
3156
  /**
3112
- * 告警触发策略类型,默认类型为SIMPLE。取值范围:<br><li>SIMPLE:简单策略</li><li>TARGET_TRACKING:目标追踪策略</li>
3157
+ * 告警触发策略类型,默认类型为SIMPLE。取值范围:
3158
+ <li>SIMPLE:简单策略</li>
3159
+ <li>TARGET_TRACKING:目标追踪策略</li>
3113
3160
  */
3114
3161
  ScalingPolicyType?: string;
3115
3162
  /**
3116
- * 告警触发后,期望实例数修改方式,仅适用于简单策略。取值范围:<br><li>CHANGE_IN_CAPACITY:增加或减少若干期望实例数</li><li>EXACT_CAPACITY:调整至指定期望实例数</li> <li>PERCENT_CHANGE_IN_CAPACITY:按百分比调整期望实例数</li>
3163
+ * 告警触发后,期望实例数修改方式,仅适用于简单策略,在简单策略场景下必填。取值范围:
3164
+ <li>CHANGE_IN_CAPACITY:增加或减少若干期望实例数</li>
3165
+ <li>EXACT_CAPACITY:调整至指定期望实例数</li>
3166
+ <li>PERCENT_CHANGE_IN_CAPACITY:按百分比调整期望实例数</li>
3117
3167
  */
3118
3168
  AdjustmentType?: string;
3119
3169
  /**
3120
- * 告警触发后,期望实例数的调整值,仅适用于简单策略。
3170
+ * 告警触发后,期望实例数的调整值,仅适用于简单策略,在简单策略场景下必填。
3121
3171
  <li>当 AdjustmentType 为 CHANGE_IN_CAPACITY 时,AdjustmentValue 为正数表示告警触发后增加实例,为负数表示告警触发后减少实例 </li>
3122
3172
  <li> 当 AdjustmentType 为 EXACT_CAPACITY 时,AdjustmentValue 的值即为告警触发后新的期望实例数,需要大于或等于0 </li>
3123
3173
  <li> 当 AdjustmentType 为 PERCENT_CHANGE_IN_CAPACITY 时,AdjusmentValue 为正数表示告警触发后按百分比增加实例,为负数表示告警触发后按百分比减少实例,单位是:%。</li>
@@ -3128,11 +3178,11 @@ export interface CreateScalingPolicyRequest {
3128
3178
  */
3129
3179
  Cooldown?: number;
3130
3180
  /**
3131
- * 告警监控指标,仅适用于简单策略。
3181
+ * 告警监控指标,仅适用于简单策略,在简单策略场景下必填。
3132
3182
  */
3133
3183
  MetricAlarm?: MetricAlarm;
3134
3184
  /**
3135
- * 预定义监控项,仅适用于目标追踪策略。取值范围:
3185
+ * 预定义监控项,仅适用于目标追踪策略,在目标追踪策略场景下必填。取值范围:
3136
3186
  <li>ASG_AVG_CPU_UTILIZATION:平均CPU使用率</li>
3137
3187
  <li>ASG_AVG_LAN_TRAFFIC_OUT:平均内网出带宽</li>
3138
3188
  <li>ASG_AVG_LAN_TRAFFIC_IN:平均内网入带宽</li>
@@ -3141,7 +3191,7 @@ export interface CreateScalingPolicyRequest {
3141
3191
  */
3142
3192
  PredefinedMetricType?: string;
3143
3193
  /**
3144
- * 目标值,仅适用于目标追踪策略。
3194
+ * 目标值,仅适用于目标追踪策略,在目标追踪策略场景下必填。
3145
3195
  <li>ASG_AVG_CPU_UTILIZATION:[1, 100),单位:%</li>
3146
3196
  <li>ASG_AVG_LAN_TRAFFIC_OUT:>0,单位:Mbps</li>
3147
3197
  <li>ASG_AVG_LAN_TRAFFIC_IN:>0,单位:Mbps</li>
@@ -3189,7 +3239,7 @@ export interface ResumeInstanceRefreshRequest {
3189
3239
  */
3190
3240
  export interface DescribeAutoScalingAdvicesRequest {
3191
3241
  /**
3192
- * 待查询的伸缩组列表,上限100。
3242
+ * 待查询的伸缩组列表,上限100。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID
3193
3243
  */
3194
3244
  AutoScalingGroupIds: Array<string>;
3195
3245
  }
@@ -3198,7 +3248,7 @@ export interface DescribeAutoScalingAdvicesRequest {
3198
3248
  */
3199
3249
  export interface DeleteNotificationConfigurationRequest {
3200
3250
  /**
3201
- * 待删除的通知ID。
3251
+ * 待删除的通知ID,目前为必填参数。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeNotificationConfigurations](https://cloud.tencent.com/document/api/377/33183) ,取返回信息中的 AutoScalingNotificationId 获取通知ID
3202
3252
  */
3203
3253
  AutoScalingNotificationId?: string;
3204
3254
  }
@@ -3236,8 +3286,8 @@ export interface DescribeLaunchConfigurationsRequest {
3236
3286
  export interface NotificationTarget {
3237
3287
  /**
3238
3288
  * 目标类型,取值范围包括`CMQ_QUEUE`、`CMQ_TOPIC`、`TDMQ_CMQ_QUEUE`、`TDMQ_CMQ_TOPIC`。
3239
- <li> CMQ_QUEUE,指腾讯云消息队列-队列模型。</li>
3240
- <li> CMQ_TOPIC,指腾讯云消息队列-主题模型。</li>
3289
+ <li> CMQ_QUEUE,指腾讯云消息队列-队列模型,对应产品已下线,[建议切换](https://cloud.tencent.com/document/product/1496/83970) TDMQ_CMQ_QUEUE 使用。</li>
3290
+ <li> CMQ_TOPIC,指腾讯云消息队列-主题模型,对应产品已下线,[建议切换](https://cloud.tencent.com/document/product/1496/83970) TDMQ_CMQ_TOPIC 使用。</li>
3241
3291
  <li> TDMQ_CMQ_QUEUE,指腾讯云 TDMQ 消息队列-队列模型。</li>
3242
3292
  <li> TDMQ_CMQ_TOPIC,指腾讯云 TDMQ 消息队列-主题模型。</li>
3243
3293
  */
@@ -3256,11 +3306,11 @@ export interface NotificationTarget {
3256
3306
  */
3257
3307
  export interface ModifyLoadBalancerTargetAttributesRequest {
3258
3308
  /**
3259
- * 伸缩组ID
3309
+ * 伸缩组ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。
3260
3310
  */
3261
3311
  AutoScalingGroupId: string;
3262
3312
  /**
3263
- * 需修改目标规则属性的应用型负载均衡器列表,列表长度上限为100
3313
+ * 需修改目标规则属性的负载均衡器列表,列表长度上限为100。可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685) 接口获取。
3264
3314
  */
3265
3315
  ForwardLoadBalancers: Array<ForwardLoadBalancer>;
3266
3316
  }
@@ -3380,7 +3430,7 @@ export interface AutoScalingGroupAbstract {
3380
3430
  */
3381
3431
  export interface EnableAutoScalingGroupRequest {
3382
3432
  /**
3383
- * 伸缩组ID
3433
+ * 伸缩组ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。
3384
3434
  */
3385
3435
  AutoScalingGroupId: string;
3386
3436
  }
@@ -3453,7 +3503,9 @@ export interface RefreshActivity {
3453
3503
  */
3454
3504
  RefreshBatchSet?: Array<RefreshBatch>;
3455
3505
  /**
3456
- * 刷新模式。
3506
+ * 刷新模式。取值范围如下:
3507
+ <li>ROLLING_UPDATE_RESET:重装系统进行滚动更新</li>
3508
+ <li>ROLLING_UPDATE_REPLACE:新建实例替换进行滚动更新,该模式暂不支持回滚接口</li>
3457
3509
  */
3458
3510
  RefreshMode?: string;
3459
3511
  /**
@@ -3483,17 +3535,17 @@ export interface RefreshActivity {
3483
3535
  */
3484
3536
  CurrentRefreshBatchNum?: number;
3485
3537
  /**
3486
- * 刷新活动开始时间。
3538
+ * 刷新活动开始时间,为标准 `UTC` 时间,格式形如 `YYYY-MM-DDTHH:mm:ssZ`。
3487
3539
  注意:此字段可能返回 null,表示取不到有效值。
3488
3540
  */
3489
3541
  StartTime?: string;
3490
3542
  /**
3491
- * 刷新活动结束时间。
3543
+ * 刷新活动结束时间,为标准 `UTC` 时间,格式形如 `YYYY-MM-DDTHH:mm:ssZ`。
3492
3544
  注意:此字段可能返回 null,表示取不到有效值。
3493
3545
  */
3494
3546
  EndTime?: string;
3495
3547
  /**
3496
- * 刷新活动创建时间。
3548
+ * 刷新活动创建时间,为标准 `UTC` 时间,格式形如 `YYYY-MM-DDTHH:mm:ssZ`。
3497
3549
  */
3498
3550
  CreatedTime?: string;
3499
3551
  }
@@ -3502,7 +3554,7 @@ export interface RefreshActivity {
3502
3554
  */
3503
3555
  export interface DescribeNotificationConfigurationsRequest {
3504
3556
  /**
3505
- * 按照一个或者多个通知ID查询。实例ID形如:asn-2sestqbr。每次请求的实例的上限为100。参数不支持同时指定`AutoScalingNotificationIds`和`Filters`。
3557
+ * 按照一个或者多个通知ID查询,列表长度上限为100。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 获取通知ID。参数不支持同时指定`AutoScalingNotificationIds`和`Filters`。
3506
3558
  */
3507
3559
  AutoScalingNotificationIds?: Array<string>;
3508
3560
  /**
@@ -3595,19 +3647,19 @@ export interface LifecycleHook {
3595
3647
  */
3596
3648
  export interface ForwardLoadBalancer {
3597
3649
  /**
3598
- * 负载均衡器ID
3650
+ * 负载均衡器ID。作为入参时,该参数必填。可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685) 接口获取。
3599
3651
  */
3600
3652
  LoadBalancerId: string;
3601
3653
  /**
3602
- * 应用型负载均衡监听器 ID
3654
+ * 负载均衡监听器 ID。作为入参时,该参数必填。可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685) 接口获取。
3603
3655
  */
3604
3656
  ListenerId: string;
3605
3657
  /**
3606
- * 目标规则属性列表
3658
+ * 目标规则属性列表。作为入参时,该参数必填。
3607
3659
  */
3608
3660
  TargetAttributes: Array<TargetAttribute>;
3609
3661
  /**
3610
- * 转发规则ID,注意:针对七层监听器此参数必填
3662
+ * 转发规则ID,注意:针对七层监听器此参数必填。可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685) 接口获取。
3611
3663
  */
3612
3664
  LocationId?: string;
3613
3665
  /**
@@ -3675,7 +3727,7 @@ export interface InstanceNameIndexSettings {
3675
3727
  */
3676
3728
  export interface DeleteAutoScalingGroupRequest {
3677
3729
  /**
3678
- * 伸缩组ID
3730
+ * 伸缩组ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。
3679
3731
  */
3680
3732
  AutoScalingGroupId: string;
3681
3733
  }
@@ -3747,15 +3799,15 @@ export interface StopInstanceRefreshResponse {
3747
3799
  */
3748
3800
  export interface AttachLoadBalancersRequest {
3749
3801
  /**
3750
- * 伸缩组ID
3802
+ * 伸缩组ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。
3751
3803
  */
3752
3804
  AutoScalingGroupId: string;
3753
3805
  /**
3754
- * 传统型负载均衡器ID列表,每个伸缩组绑定传统型负载均衡器数量上限为20,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个
3806
+ * 传统型负载均衡器ID列表,每个伸缩组绑定传统型负载均衡器数量上限为20,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个。可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685) 接口获取。
3755
3807
  */
3756
3808
  LoadBalancerIds?: Array<string>;
3757
3809
  /**
3758
- * 应用型负载均衡器列表,每个伸缩组绑定应用型负载均衡器数量上限为100,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个
3810
+ * 负载均衡器列表,每个伸缩组绑定应用型负载均衡器数量上限为100,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个。可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685) 接口获取。
3759
3811
  */
3760
3812
  ForwardLoadBalancers?: Array<ForwardLoadBalancer>;
3761
3813
  }
@@ -3911,15 +3963,15 @@ export interface Activity {
3911
3963
  */
3912
3964
  Description?: string;
3913
3965
  /**
3914
- * 伸缩活动开始时间。
3966
+ * 伸缩活动开始时间,为 `UTC` 标准时间。
3915
3967
  */
3916
3968
  StartTime?: string;
3917
3969
  /**
3918
- * 伸缩活动结束时间。
3970
+ * 伸缩活动结束时间,为 `UTC` 标准时间。
3919
3971
  */
3920
3972
  EndTime?: string;
3921
3973
  /**
3922
- * 伸缩活动创建时间。
3974
+ * 伸缩活动创建时间,为 `UTC` 标准时间。
3923
3975
  */
3924
3976
  CreatedTime?: string;
3925
3977
  /**
@@ -4037,19 +4089,19 @@ export interface CreateAutoScalingGroupFromInstanceRequest {
4037
4089
  */
4038
4090
  AutoScalingGroupName: string;
4039
4091
  /**
4040
- * 实例ID
4092
+ * 实例ID。可通过登录[控制台](https://console.cloud.tencent.com/cvm/index)或调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。
4041
4093
  */
4042
4094
  InstanceId: string;
4043
4095
  /**
4044
- * 最小实例数,取值范围为0-2000
4096
+ * 最小实例数,取值范围为0-2000。需满足最大值大于等于期望值,期望值大于等于最小值。
4045
4097
  */
4046
4098
  MinSize: number;
4047
4099
  /**
4048
- * 最大实例数,取值范围为0-2000
4100
+ * 最大实例数,取值范围为0-2000。需满足最大值大于等于期望值,期望值大于等于最小值。
4049
4101
  */
4050
4102
  MaxSize: number;
4051
4103
  /**
4052
- * 期望实例数,大小介于最小实例数和最大实例数之间。
4104
+ * 期望实例数,大小介于最小实例数和最大实例数之间。不传入时默认值等于最小值。
4053
4105
  */
4054
4106
  DesiredCapacity?: number;
4055
4107
  /**
@@ -4127,7 +4179,7 @@ export interface DeleteLifecycleHookResponse {
4127
4179
  */
4128
4180
  export interface ExecuteScalingPolicyRequest {
4129
4181
  /**
4130
- * 告警伸缩策略ID,不支持目标追踪策略。
4182
+ * 告警伸缩策略ID,不支持目标追踪策略。可通过 [DescribeScalingPolicies](https://cloud.tencent.com/document/api/377/33178) 接口返回的 `ScalingPolicyType ` 参数获取告警策略类型。
4131
4183
  */
4132
4184
  AutoScalingPolicyId: string;
4133
4185
  /**