tencentcloud-sdk-nodejs-cynosdb 4.1.314 → 4.1.316

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.314",
3
+ "version": "4.1.316",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -417,9 +417,13 @@ export interface ModifyBackupDownloadRestrictionResponse {
417
417
  */
418
418
  export interface UpgradeClusterVersionResponse {
419
419
  /**
420
- * 异步任务id
420
+ * <p>异步任务id</p>
421
421
  */
422
422
  FlowId?: number;
423
+ /**
424
+ * <p>任务 ID</p>
425
+ */
426
+ TaskId?: number;
423
427
  /**
424
428
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
425
429
  */
@@ -5339,15 +5343,15 @@ export interface DescribeAccountAllGrantPrivilegesResponse {
5339
5343
  */
5340
5344
  export interface ModifyDbVersionData {
5341
5345
  /**
5342
- * 修改前版本
5346
+ * <p>修改前版本</p>
5343
5347
  */
5344
5348
  OldVersion?: string;
5345
5349
  /**
5346
- * 修改后版本
5350
+ * <p>修改后版本</p>
5347
5351
  */
5348
5352
  NewVersion?: string;
5349
5353
  /**
5350
- * 升级方式
5354
+ * <p>升级方式</p>
5351
5355
  */
5352
5356
  UpgradeType?: string;
5353
5357
  }
@@ -14699,15 +14703,15 @@ export interface ModifyClusterPasswordComplexityResponse {
14699
14703
  */
14700
14704
  export interface UpgradeClusterVersionRequest {
14701
14705
  /**
14702
- * 集群id
14706
+ * <p>集群id</p>
14703
14707
  */
14704
14708
  ClusterId: string;
14705
14709
  /**
14706
- * 内核版本
14710
+ * <p>内核版本</p>
14707
14711
  */
14708
14712
  CynosVersion: string;
14709
14713
  /**
14710
- * 升级时间类型,可选:upgradeImmediate,upgradeInMaintain
14714
+ * <p>升级时间类型,可选:upgradeImmediate,upgradeInMaintain</p>
14711
14715
  */
14712
14716
  UpgradeType: string;
14713
14717
  }