tencentcloud-sdk-nodejs-cynosdb 4.1.243 → 4.1.245

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-cynosdb",
3
- "version": "4.1.243",
3
+ "version": "4.1.245",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8421,7 +8421,11 @@ export interface DescribeAuditLogFilesResponse {
8421
8421
  */
8422
8422
  export interface SwitchClusterZoneResponse {
8423
8423
  /**
8424
- * 异步FlowId
8424
+ * <p>任务id</p>
8425
+ */
8426
+ TaskId?: number;
8427
+ /**
8428
+ * <p>异步FlowId</p>
8425
8429
  */
8426
8430
  FlowId?: number;
8427
8431
  /**
@@ -9221,19 +9225,19 @@ export interface ExportInstanceSlowQueriesResponse {
9221
9225
  */
9222
9226
  export interface SwitchClusterZoneRequest {
9223
9227
  /**
9224
- * 集群Id
9228
+ * <p>集群Id</p>
9225
9229
  */
9226
9230
  ClusterId: string;
9227
9231
  /**
9228
- * 当前可用区
9232
+ * <p>当前可用区</p>
9229
9233
  */
9230
9234
  OldZone: string;
9231
9235
  /**
9232
- * 要切换到的可用区
9236
+ * <p>要切换到的可用区</p>
9233
9237
  */
9234
9238
  NewZone: string;
9235
9239
  /**
9236
- * 维护期间执行-yes,立即执行-no
9240
+ * <p>维护期间执行-yes,立即执行-no</p>
9237
9241
  */
9238
9242
  IsInMaintainPeriod?: string;
9239
9243
  }