tencentcloud-sdk-nodejs-tsf 4.0.994 → 4.0.998

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.
@@ -689,8 +689,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
689
689
  */
690
690
  DescribeMicroservice(req: DescribeMicroserviceRequest, cb?: (error: string, rep: DescribeMicroserviceResponse) => void): Promise<DescribeMicroserviceResponse>;
691
691
  /**
692
- * 删除Serverless部署组
693
- */
692
+ * serverless 能力已下线。下线对应接口。
693
+
694
+ 删除Serverless部署组
695
+ */
694
696
  DeleteServerlessGroup(req: DeleteServerlessGroupRequest, cb?: (error: string, rep: DeleteServerlessGroupResponse) => void): Promise<DeleteServerlessGroupResponse>;
695
697
  /**
696
698
  * 重新执行在某个节点上执行任务。
@@ -1048,8 +1048,10 @@ class Client extends TencentCloudCommon.AbstractClient {
1048
1048
  return this.request("DescribeMicroservice", req, cb);
1049
1049
  }
1050
1050
  /**
1051
- * 删除Serverless部署组
1052
- */
1051
+ * serverless 能力已下线。下线对应接口。
1052
+
1053
+ 删除Serverless部署组
1054
+ */
1053
1055
  async DeleteServerlessGroup(req, cb) {
1054
1056
  return this.request("DeleteServerlessGroup", req, cb);
1055
1057
  }