tencentcloud-sdk-nodejs-dbbrain 4.1.213 → 4.1.232

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-dbbrain",
3
- "version": "4.1.213",
3
+ "version": "4.1.232",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -171,7 +171,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
171
171
  */
172
172
  ModifyDiagDBInstanceConf(req: ModifyDiagDBInstanceConfRequest, cb?: (error: string, rep: ModifyDiagDBInstanceConfResponse) => void): Promise<ModifyDiagDBInstanceConfResponse>;
173
173
  /**
174
- * 根据会话ID中断当前会话,该接口分为两次提交:第一次为预提交阶段,Stage为"Prepare",得到的返回值包含SqlExecId;第二次为确认提交, Stage为"Commit", 将SqlExecId的值作为参数传入,最终终止会话进程。
174
+ * 根据会话ID中断当前会话,该接口分为两次提交:第一次为预提交阶段,Stage为"Prepare",得到的返回值包含SqlExecId;第二次为确认提交, Stage为"Commit", 将SqlExecId的值作为参数传入,最终终止会话进程。注意:Prepare请求与Commit请求的间隔不能超过10秒,否则Prepare阶段生成的执行凭证(SqlExecId)将过期失效,Commit操作不会执行任何kill动作。
175
175
  */
176
176
  KillMySqlThreads(req: KillMySqlThreadsRequest, cb?: (error: string, rep: KillMySqlThreadsResponse) => void): Promise<KillMySqlThreadsResponse>;
177
177
  /**
@@ -275,7 +275,7 @@ class Client extends TencentCloudCommon.AbstractClient {
275
275
  return this.request("ModifyDiagDBInstanceConf", req, cb);
276
276
  }
277
277
  /**
278
- * 根据会话ID中断当前会话,该接口分为两次提交:第一次为预提交阶段,Stage为"Prepare",得到的返回值包含SqlExecId;第二次为确认提交, Stage为"Commit", 将SqlExecId的值作为参数传入,最终终止会话进程。
278
+ * 根据会话ID中断当前会话,该接口分为两次提交:第一次为预提交阶段,Stage为"Prepare",得到的返回值包含SqlExecId;第二次为确认提交, Stage为"Commit", 将SqlExecId的值作为参数传入,最终终止会话进程。注意:Prepare请求与Commit请求的间隔不能超过10秒,否则Prepare阶段生成的执行凭证(SqlExecId)将过期失效,Commit操作不会执行任何kill动作。
279
279
  */
280
280
  async KillMySqlThreads(req, cb) {
281
281
  return this.request("KillMySqlThreads", req, cb);