tencentcloud-sdk-nodejs-cdb 4.1.91 → 4.1.95
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
|
@@ -711,7 +711,7 @@ export interface ModifyInstanceParamRequest {
|
|
|
711
711
|
*/
|
|
712
712
|
ParamList?: Array<Parameter>;
|
|
713
713
|
/**
|
|
714
|
-
* 模板 ID,ParamList 和 TemplateId 必须至少传其中之一。可通过 [
|
|
714
|
+
* 模板 ID,ParamList 和 TemplateId 必须至少传其中之一。可通过 [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659) 接口获取。
|
|
715
715
|
*/
|
|
716
716
|
TemplateId?: number;
|
|
717
717
|
/**
|
|
@@ -1845,7 +1845,7 @@ export interface UpgradeDBInstanceRequest {
|
|
|
1845
1845
|
*/
|
|
1846
1846
|
export interface ModifyParamTemplateRequest {
|
|
1847
1847
|
/**
|
|
1848
|
-
* 模板 ID。可通过 [
|
|
1848
|
+
* 模板 ID。可通过 [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659) 接口获取。
|
|
1849
1849
|
*/
|
|
1850
1850
|
TemplateId: number;
|
|
1851
1851
|
/**
|