tencentcloud-sdk-nodejs-sqlserver 4.1.92 → 4.1.93

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-sqlserver",
3
- "version": "4.1.92",
3
+ "version": "4.1.93",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -119,7 +119,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
119
119
  */
120
120
  DescribeMigrationDetail(req: DescribeMigrationDetailRequest, cb?: (error: string, rep: DescribeMigrationDetailResponse) => void): Promise<DescribeMigrationDetailResponse>;
121
121
  /**
122
- * 本接口 (DescribeZones) 用于查询当前可售卖的可用区信息。
122
+ * 本接口(DescribeZones)用于查询当前可售卖的可用区信息。
123
123
  */
124
124
  DescribeZones(req?: DescribeZonesRequest, cb?: (error: string, rep: DescribeZonesResponse) => void): Promise<DescribeZonesResponse>;
125
125
  /**
@@ -127,7 +127,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
127
127
  */
128
128
  DescribeUploadBackupInfo(req: DescribeUploadBackupInfoRequest, cb?: (error: string, rep: DescribeUploadBackupInfoResponse) => void): Promise<DescribeUploadBackupInfoResponse>;
129
129
  /**
130
- * 本接口 (DescribeProductConfig) 用于查询售卖规格配置。
130
+ * 本接口(DescribeProductConfig)用于查询售卖规格配置。
131
131
  */
132
132
  DescribeProductConfig(req: DescribeProductConfigRequest, cb?: (error: string, rep: DescribeProductConfigResponse) => void): Promise<DescribeProductConfigResponse>;
133
133
  /**
@@ -197,7 +197,7 @@ class Client extends TencentCloudCommon.AbstractClient {
197
197
  return this.request("DescribeMigrationDetail", req, cb);
198
198
  }
199
199
  /**
200
- * 本接口 (DescribeZones) 用于查询当前可售卖的可用区信息。
200
+ * 本接口(DescribeZones)用于查询当前可售卖的可用区信息。
201
201
  */
202
202
  async DescribeZones(req, cb) {
203
203
  return this.request("DescribeZones", req, cb);
@@ -209,7 +209,7 @@ class Client extends TencentCloudCommon.AbstractClient {
209
209
  return this.request("DescribeUploadBackupInfo", req, cb);
210
210
  }
211
211
  /**
212
- * 本接口 (DescribeProductConfig) 用于查询售卖规格配置。
212
+ * 本接口(DescribeProductConfig)用于查询售卖规格配置。
213
213
  */
214
214
  async DescribeProductConfig(req, cb) {
215
215
  return this.request("DescribeProductConfig", req, cb);
@@ -1293,11 +1293,11 @@ export interface DescribeZonesResponse {
1293
1293
  /**
1294
1294
  * 返回多少个可用区信息
1295
1295
  */
1296
- TotalCount: number;
1296
+ TotalCount?: number;
1297
1297
  /**
1298
1298
  * 可用区数组
1299
1299
  */
1300
- ZoneSet: Array<ZoneInfo>;
1300
+ ZoneSet?: Array<ZoneInfo>;
1301
1301
  /**
1302
1302
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1303
1303
  */
@@ -4564,7 +4564,7 @@ export interface RunMigrationResponse {
4564
4564
  */
4565
4565
  export interface DescribeProductConfigRequest {
4566
4566
  /**
4567
- * 可用区英文ID,形如ap-guangzhou-1
4567
+ * 可用区英文 ID
4568
4568
  */
4569
4569
  Zone: string;
4570
4570
  /**
@@ -6795,17 +6795,17 @@ export interface BusinessIntelligenceFile {
6795
6795
  */
6796
6796
  export interface ZoneStatus {
6797
6797
  /**
6798
- * 规格地域
6798
+ * 规格可用区
6799
6799
  */
6800
- Zone: string;
6800
+ Zone?: string;
6801
6801
  /**
6802
- * 规格可用区
6802
+ * 规格地域
6803
6803
  */
6804
- Region: string;
6804
+ Region?: string;
6805
6805
  /**
6806
6806
  * 规格在该可用区的售卖状态 1-正常 2-关闭售卖但是可以升级 3-完全关闭售卖
6807
6807
  */
6808
- Status: number;
6808
+ Status?: number;
6809
6809
  }
6810
6810
  /**
6811
6811
  * 发布订阅对象