tencentcloud-sdk-nodejs-tsf 4.1.98 → 4.1.100

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.98",
3
+ "version": "4.1.100",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -111,7 +111,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
111
111
  */
112
112
  ModifyCluster(req: ModifyClusterRequest, cb?: (error: string, rep: ModifyClusterResponse) => void): Promise<ModifyClusterResponse>;
113
113
  /**
114
- * 容器部署组详情(已废弃,请使用 DescribeContainerGroupDeployInfo)
114
+ * 容器部署组详情(已废弃,请使用 [DescribeContainerGroupDeployInfo](https://cloud.tencent.com/document/product/649/67221)
115
115
  */
116
116
  DescribeContainerGroupDetail(req: DescribeContainerGroupDetailRequest, cb?: (error: string, rep: DescribeContainerGroupDetailResponse) => void): Promise<DescribeContainerGroupDetailResponse>;
117
117
  /**
@@ -185,7 +185,7 @@ class Client extends TencentCloudCommon.AbstractClient {
185
185
  return this.request("ModifyCluster", req, cb);
186
186
  }
187
187
  /**
188
- * 容器部署组详情(已废弃,请使用 DescribeContainerGroupDeployInfo)
188
+ * 容器部署组详情(已废弃,请使用 [DescribeContainerGroupDeployInfo](https://cloud.tencent.com/document/product/649/67221)
189
189
  */
190
190
  async DescribeContainerGroupDetail(req, cb) {
191
191
  return this.request("DescribeContainerGroupDetail", req, cb);