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
|
@@ -4042,7 +4042,7 @@ export interface LogToCLSConfig {
|
|
|
4042
4042
|
*/
|
|
4043
4043
|
export interface ResetRootAccountRequest {
|
|
4044
4044
|
/**
|
|
4045
|
-
* 实例
|
|
4045
|
+
* 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
|
|
4046
4046
|
*/
|
|
4047
4047
|
InstanceId: string;
|
|
4048
4048
|
}
|