tencentcloud-sdk-nodejs-cynosdb 4.1.195 → 4.1.197

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.195",
3
+ "version": "4.1.197",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7445,6 +7445,14 @@ export interface DescribeRollbackTimeRangeRequest {
7445
7445
  * 集群ID
7446
7446
  */
7447
7447
  ClusterId: string;
7448
+ /**
7449
+ * 保险箱id
7450
+ */
7451
+ VaultId?: string;
7452
+ /**
7453
+ * 保险箱地域
7454
+ */
7455
+ VaultRegion?: string;
7448
7456
  }
7449
7457
  /**
7450
7458
  * InquirePriceRenew请求参数结构体
@@ -10203,6 +10211,10 @@ export interface CreateBackupRequest {
10203
10211
  * 备注名
10204
10212
  */
10205
10213
  BackupName?: string;
10214
+ /**
10215
+ * 投递到保险箱的信息
10216
+ */
10217
+ Vaults?: Array<CreateBackupVaultItem>;
10206
10218
  }
10207
10219
  /**
10208
10220
  * redo日志详情
@@ -11279,6 +11291,10 @@ export interface RollBackClusterRequest {
11279
11291
  * 按时间点回档模式,full: 普通; db: 快速; table: 极速 (默认是普通)
11280
11292
  */
11281
11293
  RollbackMode?: string;
11294
+ /**
11295
+ * 保险箱id
11296
+ */
11297
+ VaultId?: string;
11282
11298
  }
11283
11299
  /**
11284
11300
  * 访问代理配置