tencentcloud-sdk-nodejs-tsf 4.1.136 → 4.1.138

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tsf",
3
- "version": "4.1.136",
3
+ "version": "4.1.138",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -824,7 +824,7 @@ export interface DescribeConfigsResponse {
824
824
  */
825
825
  export interface ModifyContainerReplicasRequest {
826
826
  /**
827
- * 部署组ID,部署组唯一标识,调用[DescribeClusters](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)接口,选定一个容器集群,选择部署组,查看DescribeSingleContainerGroups接口返回的GroupId
827
+ * 部署组ID,部署组唯一标识,可以通过[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的容器部署组列表;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的容器部署组
828
828
  */
829
829
  GroupId: string;
830
830
  /**
@@ -3504,7 +3504,7 @@ export interface RemoveInstancesRequest {
3504
3504
  */
3505
3505
  ClusterId: string;
3506
3506
  /**
3507
- * 云主机 ID 列表
3507
+ * 云主机 ID 列表,调用[DescribeInstances](https://cloud.tencent.com/document/api/649/72342)查询已有的云主机列表
3508
3508
  */
3509
3509
  InstanceIdList: Array<string>;
3510
3510
  }
@@ -11825,7 +11825,7 @@ export interface ExpandGroupRequest {
11825
11825
  */
11826
11826
  GroupId: string;
11827
11827
  /**
11828
- * 扩容的机器实例ID列表,调用[DescribeClusters](https://console.cloud.tencent.com/tsf/resource?rid=1)接口,选定一个虚拟机集群,选择部署组,选择应用扩容可获取实例列表
11828
+ * 扩容的机器实例ID列表,调用[DescribeGroupInstances](https://cloud.tencent.com/document/api/649/36066)查询虚拟机部署组云主机列表
11829
11829
  */
11830
11830
  InstanceIdList: Array<string>;
11831
11831
  }