tencentcloud-sdk-nodejs-cdb 4.1.298 → 4.1.302

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-cdb",
3
- "version": "4.1.298",
3
+ "version": "4.1.302",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -49,7 +49,6 @@
49
49
  "@types/json-bigint": "^1.0.1",
50
50
  "@types/node": "^18.0.0",
51
51
  "@types/node-fetch": "^2.5.7",
52
- "@types/uuid": "^9.0.8",
53
52
  "@typescript-eslint/eslint-plugin": "^2.34.0",
54
53
  "@typescript-eslint/parser": "^2.34.0",
55
54
  "babel-eslint": "^10.0.2",
@@ -5629,8 +5629,7 @@ export interface ModifyNameOrDescByDpIdResponse {
5629
5629
  */
5630
5630
  export interface DescribeClusterInfoRequest {
5631
5631
  /**
5632
- * 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
5633
- 说明:仅能输入实例架构为云盘版的实例 ID,对应控制台实例配置显示为“云盘版(云盘)”的实例。
5632
+ * <p>实例 ID。可通过 <a href="https://cloud.tencent.com/document/product/236/15872">DescribeDBInstances</a> 接口获取。<br>说明:仅能输入实例架构为云盘版的实例 ID,对应控制台实例配置显示为“云盘版(云盘)”的实例。</p>
5634
5633
  */
5635
5634
  InstanceId: string;
5636
5635
  }
@@ -9797,27 +9796,27 @@ export interface Outbound {
9797
9796
  */
9798
9797
  export interface DescribeClusterInfoResponse {
9799
9798
  /**
9800
- * 实例名称。
9799
+ * <p>实例名称。</p>
9801
9800
  */
9802
9801
  ClusterName?: string;
9803
9802
  /**
9804
- * 云盘版实例的读写地址信息。
9803
+ * <p>云盘版实例的读写地址信息。</p>
9805
9804
  */
9806
9805
  ReadWriteAddress?: AddressInfo;
9807
9806
  /**
9808
- * 云盘版实例的只读地址信息。
9807
+ * <p>云盘版实例的只读地址信息。</p>
9809
9808
  */
9810
9809
  ReadOnlyAddress?: Array<AddressInfo>;
9811
9810
  /**
9812
- * 云盘版实例的节点列表信息。
9811
+ * <p>云盘版实例的节点列表信息。</p>
9813
9812
  */
9814
9813
  NodeList?: Array<ClusterNodeInfo>;
9815
9814
  /**
9816
- * 只读空间保护阈值,单位GB
9815
+ * <p>只读空间保护阈值,单位GB</p>
9817
9816
  */
9818
9817
  ReadonlyLimit?: number;
9819
9818
  /**
9820
- * 实例节点数。
9819
+ * <p>实例节点数。</p>
9821
9820
  */
9822
9821
  NodeCount?: number;
9823
9822
  /**