tencentcloud-sdk-nodejs-postgres 4.1.87 → 4.1.89

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-postgres",
3
- "version": "4.1.87",
3
+ "version": "4.1.89",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4852,7 +4852,7 @@ export interface ModifyAccountRemarkRequest {
4852
4852
  */
4853
4853
  export interface DescribeParameterTemplateAttributesRequest {
4854
4854
  /**
4855
- * 参数模板ID。可通过[DescribeParameterTemplates](https://tapd.woa.com/tapd_fe/20400322/story/detail/1020400322125673714)接口获取
4855
+ * 参数模板ID。可通过[DescribeParameterTemplates](https://cloud.tencent.com/document/api/409/84067)接口获取
4856
4856
  */
4857
4857
  TemplateId: string;
4858
4858
  }