tencentcloud-sdk-nodejs-cynosdb 4.1.51 → 4.1.66

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.51",
3
+ "version": "4.1.66",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2373,6 +2373,14 @@ export interface CreateClustersRequest {
2373
2373
  * 数据库代理配置
2374
2374
  */
2375
2375
  ProxyConfig?: ProxyConfig;
2376
+ /**
2377
+ * 是否自动归档
2378
+ */
2379
+ AutoArchive?: string;
2380
+ /**
2381
+ * 暂停后的归档处理时间
2382
+ */
2383
+ AutoArchiveDelayHours?: number;
2376
2384
  }
2377
2385
  /**
2378
2386
  * DescribeClusterParamLogs请求参数结构体
@@ -7223,6 +7231,10 @@ export interface DescribeInstancesRequest {
7223
7231
  * 实例id列表
7224
7232
  */
7225
7233
  InstanceIds?: Array<string>;
7234
+ /**
7235
+ * 集群类型,取值范围<li> CYNOSDB:事务集群 </li><li> LIBRADB:分析集群 </li><li> ALL:全部 </li>,缺省为 ALL
7236
+ */
7237
+ ClusterType?: string;
7226
7238
  }
7227
7239
  /**
7228
7240
  * CloseClusterPasswordComplexity返回参数结构体