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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cdb",
3
- "version": "4.1.91",
3
+ "version": "4.1.95",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -711,7 +711,7 @@ export interface ModifyInstanceParamRequest {
711
711
  */
712
712
  ParamList?: Array<Parameter>;
713
713
  /**
714
- * 模板 ID,ParamList 和 TemplateId 必须至少传其中之一。可通过 [DescribeParamTemplateInfo](https://cloud.tencent.com/document/product/236/32660) 接口获取。
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。可通过 [DescribeParamTemplateInfo](https://cloud.tencent.com/document/product/236/32660) 接口获取。
1848
+ * 模板 ID。可通过 [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659) 接口获取。
1849
1849
  */
1850
1850
  TemplateId: number;
1851
1851
  /**