tencentcloud-sdk-nodejs-postgres 4.1.89 → 4.1.92

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.89",
3
+ "version": "4.1.92",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -108,7 +108,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
108
108
  */
109
109
  DescribeAccountPrivileges(req: DescribeAccountPrivilegesRequest, cb?: (error: string, rep: DescribeAccountPrivilegesResponse) => void): Promise<DescribeAccountPrivilegesResponse>;
110
110
  /**
111
- * 可对RO组进行网络的删除操作。
111
+ * 可对RO组进行网络的删除操作(网络数量至少保留1个)。
112
112
  */
113
113
  DeleteReadOnlyGroupNetworkAccess(req: DeleteReadOnlyGroupNetworkAccessRequest, cb?: (error: string, rep: DeleteReadOnlyGroupNetworkAccessResponse) => void): Promise<DeleteReadOnlyGroupNetworkAccessResponse>;
114
114
  /**
@@ -256,7 +256,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
256
256
  */
257
257
  RestartDBInstance(req: RestartDBInstanceRequest, cb?: (error: string, rep: RestartDBInstanceResponse) => void): Promise<RestartDBInstanceResponse>;
258
258
  /**
259
- * 可对实例进行网络的删除操作。
259
+ * 可对实例进行网络的删除操作(实例内至少保留一个网络)。
260
260
  */
261
261
  DeleteDBInstanceNetworkAccess(req: DeleteDBInstanceNetworkAccessRequest, cb?: (error: string, rep: DeleteDBInstanceNetworkAccessResponse) => void): Promise<DeleteDBInstanceNetworkAccessResponse>;
262
262
  /**
@@ -178,7 +178,7 @@ class Client extends TencentCloudCommon.AbstractClient {
178
178
  return this.request("DescribeAccountPrivileges", req, cb);
179
179
  }
180
180
  /**
181
- * 可对RO组进行网络的删除操作。
181
+ * 可对RO组进行网络的删除操作(网络数量至少保留1个)。
182
182
  */
183
183
  async DeleteReadOnlyGroupNetworkAccess(req, cb) {
184
184
  return this.request("DeleteReadOnlyGroupNetworkAccess", req, cb);
@@ -398,7 +398,7 @@ class Client extends TencentCloudCommon.AbstractClient {
398
398
  return this.request("RestartDBInstance", req, cb);
399
399
  }
400
400
  /**
401
- * 可对实例进行网络的删除操作。
401
+ * 可对实例进行网络的删除操作(实例内至少保留一个网络)。
402
402
  */
403
403
  async DeleteDBInstanceNetworkAccess(req, cb) {
404
404
  return this.request("DeleteDBInstanceNetworkAccess", req, cb);
@@ -75,7 +75,7 @@ export interface DescribeAccountPrivilegesResponse {
75
75
  */
76
76
  export interface DescribeDatabasesRequest {
77
77
  /**
78
- * 实例ID
78
+ * 实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/product/409/16773)接口获取
79
79
  */
80
80
  DBInstanceId: string;
81
81
  /**
@@ -87,7 +87,8 @@ export interface DescribeDatabasesRequest {
87
87
  */
88
88
  Offset?: number;
89
89
  /**
90
- * 单次显示数量
90
+ * 单次显示数量。建议最大取值100。
91
+ 默认值:20
91
92
  */
92
93
  Limit?: number;
93
94
  }
@@ -1079,7 +1080,7 @@ export interface ModifyDBInstanceDeploymentRequest {
1079
1080
  */
1080
1081
  export interface DeleteReadOnlyGroupNetworkAccessRequest {
1081
1082
  /**
1082
- * RO组ID,形如:pgro-4t9c6g7k
1083
+ * RO组ID,形如:pgrogrp-4t9c6g7k。可通过[DescribeReadOnlyGroups](https://cloud.tencent.com/document/api/409/52599)接口获取
1083
1084
  */
1084
1085
  ReadOnlyGroupId: string;
1085
1086
  /**
@@ -3150,11 +3151,11 @@ export interface ModifyDBInstanceSecurityGroupsRequest {
3150
3151
  */
3151
3152
  SecurityGroupIdSet: Array<string>;
3152
3153
  /**
3153
- * 实例IDDBInstanceId和ReadOnlyGroupId至少传一个;如果都传,忽略ReadOnlyGroupId
3154
+ * 实例ID,可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取。DBInstanceId和ReadOnlyGroupId至少传一个;如果都传,忽略ReadOnlyGroupId
3154
3155
  */
3155
3156
  DBInstanceId?: string;
3156
3157
  /**
3157
- * 只读组IDDBInstanceId和ReadOnlyGroupId至少传一个;如果要修改只读组关联的安全组,只传ReadOnlyGroupId
3158
+ * 只读组ID,可通过[DescribeReadOnlyGroups](https://cloud.tencent.com/document/api/409/52599)接口获取。DBInstanceId和ReadOnlyGroupId至少传一个;如果要修改只读组关联的安全组,只传ReadOnlyGroupId
3158
3159
  */
3159
3160
  ReadOnlyGroupId?: string;
3160
3161
  }
@@ -3582,15 +3583,15 @@ export interface InquiryPriceRenewDBInstanceResponse {
3582
3583
  /**
3583
3584
  * 刊例价,单位为分。如24650表示246.5元
3584
3585
  */
3585
- OriginalPrice: number;
3586
+ OriginalPrice?: number;
3586
3587
  /**
3587
3588
  * 折后实际付款金额,单位为分。如24650表示246.5元
3588
3589
  */
3589
- Price: number;
3590
+ Price?: number;
3590
3591
  /**
3591
3592
  * 币种。例如,CNY:人民币。
3592
3593
  */
3593
- Currency: string;
3594
+ Currency?: string;
3594
3595
  /**
3595
3596
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3596
3597
  */
@@ -3759,7 +3760,7 @@ export interface DescribeClassesResponse {
3759
3760
  */
3760
3761
  export interface DeleteDBInstanceNetworkAccessRequest {
3761
3762
  /**
3762
- * 实例ID,形如:postgres-6bwgamo3
3763
+ * 实例ID,形如:postgres-6bwgamo3。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
3763
3764
  */
3764
3765
  DBInstanceId: string;
3765
3766
  /**
@@ -4584,11 +4585,11 @@ export interface DescribeOrdersRequest {
4584
4585
  */
4585
4586
  export interface CloseDBExtranetAccessRequest {
4586
4587
  /**
4587
- * 实例ID,形如postgres-6r233v55
4588
+ * 实例ID,可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取。形如postgres-6r233v55
4588
4589
  */
4589
4590
  DBInstanceId: string;
4590
4591
  /**
4591
- * 是否关闭Ipv6外网,1:是,0:否
4592
+ * 是否关闭Ipv6外网,1:是,0:否。默认值:0。
4592
4593
  */
4593
4594
  IsIpv6?: number;
4594
4595
  }
@@ -4724,11 +4725,12 @@ export interface CreateServerlessDBInstanceRequest {
4724
4725
  */
4725
4726
  export interface InquiryPriceRenewDBInstanceRequest {
4726
4727
  /**
4727
- * 实例ID
4728
+ * 实例ID,可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)获取。
4729
+ (此接口仅支持预付费实例的查询)
4728
4730
  */
4729
4731
  DBInstanceId: string;
4730
4732
  /**
4731
- * 续费周期,按月计算,最大不超过48
4733
+ * 续费周期,按月计算
4732
4734
  */
4733
4735
  Period: number;
4734
4736
  }
@@ -4767,11 +4769,11 @@ export interface DeleteDBInstanceNetworkAccessResponse {
4767
4769
  */
4768
4770
  export interface ModifyAccountPrivilegesRequest {
4769
4771
  /**
4770
- * 实例ID。
4772
+ * 实例ID。 可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
4771
4773
  */
4772
4774
  DBInstanceId: string;
4773
4775
  /**
4774
- * 修改此账号对某数据库对象的权限。
4776
+ * 修改此账号对某数据库对象的权限。可通过[DescribeAccounts](https://cloud.tencent.com/document/api/409/18109)接口获取
4775
4777
  */
4776
4778
  UserName: string;
4777
4779
  /**