tencentcloud-sdk-nodejs-postgres 4.1.190 → 4.1.192

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.190",
3
+ "version": "4.1.192",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -707,14 +707,11 @@ export interface AddDBInstanceToReadOnlyGroupRequest {
707
707
  */
708
708
  export interface DescribeProductConfigRequest {
709
709
  /**
710
- * 可用区名称
710
+ * <p>可用区名称</p>
711
711
  */
712
712
  Zone?: string;
713
713
  /**
714
- * 数据库引擎,支持:
715
- 1、postgresql(云数据库PostgreSQL);
716
- 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
717
- 如不指定默认使用postgresql。
714
+ * <p>数据库引擎,支持:<br>1、postgresql(云数据库PostgreSQL);<br>2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);<br>如不指定默认使用postgresql。</p>
718
715
  */
719
716
  DBEngine?: string;
720
717
  }
@@ -2640,17 +2637,15 @@ export interface DeleteParameterTemplateRequest {
2640
2637
  */
2641
2638
  export interface DescribeClassesRequest {
2642
2639
  /**
2643
- * 可用区名称。可以通过接口[DescribeZones](https://cloud.tencent.com/document/product/409/16769)获取。
2640
+ * <p>可用区名称。可以通过接口<a href="https://cloud.tencent.com/document/product/409/16769">DescribeZones</a>获取。</p>
2644
2641
  */
2645
2642
  Zone: string;
2646
2643
  /**
2647
- * 数据库引擎,支持:
2648
- 1、postgresql(云数据库PostgreSQL);
2649
- 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
2644
+ * <p>数据库引擎,支持:<br>1、postgresql(云数据库PostgreSQL);<br>2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);</p>
2650
2645
  */
2651
2646
  DBEngine: string;
2652
2647
  /**
2653
- * 数据库主版本号。例如12,13,可以通过接口[DescribeDBVersions](https://cloud.tencent.com/document/product/409/89018)获取。
2648
+ * <p>数据库主版本号。例如12,13,可以通过接口<a href="https://cloud.tencent.com/document/product/409/89018">DescribeDBVersions</a>获取。</p>
2654
2649
  */
2655
2650
  DBMajorVersion: string;
2656
2651
  }
@@ -3561,7 +3556,7 @@ export interface OpenAccountCAMRequest {
3561
3556
  */
3562
3557
  export interface DescribeClassesResponse {
3563
3558
  /**
3564
- * 数据库规格列表
3559
+ * <p>数据库规格列表</p>
3565
3560
  */
3566
3561
  ClassInfoSet?: Array<ClassInfo>;
3567
3562
  /**
@@ -4002,7 +3997,7 @@ export interface ModifyParameterTemplateRequest {
4002
3997
  */
4003
3998
  export interface DescribeDBVersionsResponse {
4004
3999
  /**
4005
- * 数据库版本号信息列表
4000
+ * <p>数据库版本号信息列表</p>
4006
4001
  */
4007
4002
  VersionSet?: Array<Version>;
4008
4003
  /**
@@ -4288,7 +4283,7 @@ export interface DescribeDatabasesResponse {
4288
4283
  */
4289
4284
  export interface DescribeProductConfigResponse {
4290
4285
  /**
4291
- * 售卖规格列表。
4286
+ * <p>售卖规格列表。</p>
4292
4287
  */
4293
4288
  SpecInfoList?: Array<SpecInfo>;
4294
4289
  /**
@@ -4727,11 +4722,11 @@ export interface ModifyDatabaseOwnerResponse {
4727
4722
  */
4728
4723
  export interface ModifySwitchTimePeriodRequest {
4729
4724
  /**
4730
- * 处于等待切换状态中的实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
4725
+ * <p>处于等待切换状态中的实例ID。可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取</p>
4731
4726
  */
4732
4727
  DBInstanceId: string;
4733
4728
  /**
4734
- * 入参取值为 0 ,代表立即切换。
4729
+ * <p>入参取值为 0 ,代表立即切换。</p>
4735
4730
  */
4736
4731
  SwitchTag: number;
4737
4732
  }