tencentcloud-sdk-nodejs-cynosdb 4.1.307 → 4.1.309

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.307",
3
+ "version": "4.1.309",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2543,6 +2543,10 @@ export interface DescribeInstanceSpecsRequest {
2543
2543
  * <p>集群级别。例如 P0, P1。若未指定可用区,针对于不支持亲和性的可用区将降级查询非亲和性资源。</p>
2544
2544
  */
2545
2545
  ClusterLevel?: string;
2546
+ /**
2547
+ * <p>可用区</p>
2548
+ */
2549
+ Zone?: string;
2546
2550
  }
2547
2551
  /**
2548
2552
  * ModifyMaintainPeriodConfig返回参数结构体