tencentcloud-sdk-nodejs-cdb 4.1.66 → 4.1.67

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.66",
3
+ "version": "4.1.67",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4042,7 +4042,7 @@ export interface LogToCLSConfig {
4042
4042
  */
4043
4043
  export interface ResetRootAccountRequest {
4044
4044
  /**
4045
- * 实例id
4045
+ * 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
4046
4046
  */
4047
4047
  InstanceId: string;
4048
4048
  }