tencentcloud-sdk-nodejs-cdwch 4.1.221 → 4.1.224

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-cdwch",
3
- "version": "4.1.221",
3
+ "version": "4.1.224",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1328,7 +1328,7 @@ export interface DescribeInstanceClustersResponse {
1328
1328
  RequestId?: string;
1329
1329
  }
1330
1330
  /**
1331
- * 实例描述信息
1331
+ * 实例的描述信息
1332
1332
  */
1333
1333
  export interface InstanceInfo {
1334
1334
  /**
@@ -1559,6 +1559,10 @@ export interface InstanceInfo {
1559
1559
  * <p>keyvalue视图</p>
1560
1560
  */
1561
1561
  EnableConfigKeyValue?: string;
1562
+ /**
1563
+ * <p>实例是否开启HTTPS</p><p>枚举值:</p><ul><li>true: 已开启HTTPS</li><li>false: 未开启HTTPS</li></ul>
1564
+ */
1565
+ HttpsEnabled?: boolean;
1562
1566
  }
1563
1567
  /**
1564
1568
  * DescribeInstanceKeyValConfigs返回参数结构体