tencentcloud-sdk-nodejs 4.0.563 → 4.0.564
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/CHANGELOG.md +183 -0
- package/SERVICE_CHANGELOG.md +255 -86
- package/package.json +1 -1
- package/products.md +22 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +2 -2
- package/src/services/asr/v20190614/asr_models.ts +3 -0
- package/src/services/cam/v20190116/cam_models.ts +10 -10
- package/src/services/cdb/v20170320/cdb_client.ts +25 -8
- package/src/services/cdb/v20170320/cdb_models.ts +255 -120
- package/src/services/ckafka/v20190819/ckafka_models.ts +12 -0
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +5 -5
- package/src/services/index.ts +1 -0
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +14 -1
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +69 -4
- package/src/services/lcic/v20220817/lcic_client.ts +27 -15
- package/src/services/lcic/v20220817/lcic_models.ts +53 -38
- package/src/services/ocr/v20181119/ocr_client.ts +42 -20
- package/src/services/ocr/v20181119/ocr_models.ts +18 -18
- package/src/services/omics/index.ts +5 -0
- package/src/services/omics/v20221128/index.ts +6 -0
- package/src/services/omics/v20221128/omics_client.ts +110 -0
- package/src/services/omics/v20221128/omics_models.ts +686 -0
- package/src/services/ssl/v20191205/ssl_models.ts +11 -3
- package/src/services/tcb/v20180608/tcb_client.ts +12 -0
- package/src/services/tcb/v20180608/tcb_models.ts +80 -0
- package/src/services/thpc/v20220401/thpc_client.ts +4 -2
- package/src/services/thpc/v20220401/thpc_models.ts +2 -2
- package/src/services/tiw/v20190919/tiw_models.ts +2 -1
- package/src/services/vod/v20180717/vod_models.ts +4 -4
- package/src/services/wedata/v20210820/wedata_models.ts +7 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
- package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +10 -10
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +8 -2
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +9 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +215 -101
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +10 -0
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +60 -4
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +9 -5
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +12 -6
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +46 -33
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +22 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +22 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +18 -18
- package/tencentcloud/services/omics/index.d.ts +6 -0
- package/tencentcloud/services/omics/index.js +7 -0
- package/tencentcloud/services/omics/v20221128/index.d.ts +6 -0
- package/tencentcloud/services/omics/v20221128/index.js +9 -0
- package/tencentcloud/services/omics/v20221128/omics_client.d.ts +34 -0
- package/tencentcloud/services/omics/v20221128/omics_client.js +67 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +563 -0
- package/tencentcloud/services/omics/v20221128/omics_models.js +18 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -3
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +6 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +66 -0
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +2 -0
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +2 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +2 -2
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -4
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +6 -1
- package/test/cdb.v20170320.test.js +10 -0
- package/test/iotvideo.v20211125.test.js +10 -0
- package/test/lcic.v20220817.test.js +14 -4
- package/test/omics.v20221128.test.js +81 -0
- package/test/tcb.v20180608.test.js +10 -0
|
@@ -1562,6 +1562,39 @@ export interface DescribeQuotaDataResponse {
|
|
|
1562
1562
|
*/
|
|
1563
1563
|
RequestId?: string;
|
|
1564
1564
|
}
|
|
1565
|
+
/**
|
|
1566
|
+
* DescribeGatewayCurveData返回参数结构体
|
|
1567
|
+
*/
|
|
1568
|
+
export interface DescribeGatewayCurveDataResponse {
|
|
1569
|
+
/**
|
|
1570
|
+
* 监控类型
|
|
1571
|
+
*/
|
|
1572
|
+
MetricName: string;
|
|
1573
|
+
/**
|
|
1574
|
+
* 监控起始时间
|
|
1575
|
+
*/
|
|
1576
|
+
StartTime: string;
|
|
1577
|
+
/**
|
|
1578
|
+
* 监控结束时间
|
|
1579
|
+
*/
|
|
1580
|
+
EndTime: string;
|
|
1581
|
+
/**
|
|
1582
|
+
* 监控数据间隔
|
|
1583
|
+
*/
|
|
1584
|
+
Period: number;
|
|
1585
|
+
/**
|
|
1586
|
+
* 监控值
|
|
1587
|
+
*/
|
|
1588
|
+
Values: Array<number>;
|
|
1589
|
+
/**
|
|
1590
|
+
* 监控时间
|
|
1591
|
+
*/
|
|
1592
|
+
Time: Array<number>;
|
|
1593
|
+
/**
|
|
1594
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1595
|
+
*/
|
|
1596
|
+
RequestId?: string;
|
|
1597
|
+
}
|
|
1565
1598
|
/**
|
|
1566
1599
|
* 活动信息
|
|
1567
1600
|
*/
|
|
@@ -1817,6 +1850,39 @@ export interface DeleteCloudBaseProjectLatestVersionResponse {
|
|
|
1817
1850
|
*/
|
|
1818
1851
|
RequestId?: string;
|
|
1819
1852
|
}
|
|
1853
|
+
/**
|
|
1854
|
+
* DescribeGatewayCurveData请求参数结构体
|
|
1855
|
+
*/
|
|
1856
|
+
export interface DescribeGatewayCurveDataRequest {
|
|
1857
|
+
/**
|
|
1858
|
+
* 环境id
|
|
1859
|
+
*/
|
|
1860
|
+
EnvId: string;
|
|
1861
|
+
/**
|
|
1862
|
+
* 网关id
|
|
1863
|
+
*/
|
|
1864
|
+
GatewayId: string;
|
|
1865
|
+
/**
|
|
1866
|
+
* 监控类型 GWQps GWBandwidth GwHttpError GwHttp404 GwHttp502
|
|
1867
|
+
*/
|
|
1868
|
+
MetricName: string;
|
|
1869
|
+
/**
|
|
1870
|
+
* 监控起始时间
|
|
1871
|
+
*/
|
|
1872
|
+
StartTime: string;
|
|
1873
|
+
/**
|
|
1874
|
+
* 监控结束时间
|
|
1875
|
+
*/
|
|
1876
|
+
EndTime: string;
|
|
1877
|
+
/**
|
|
1878
|
+
* 网关版本
|
|
1879
|
+
*/
|
|
1880
|
+
GatewayVersion?: string;
|
|
1881
|
+
/**
|
|
1882
|
+
* 网关路由名称
|
|
1883
|
+
*/
|
|
1884
|
+
GatewayRoute?: string;
|
|
1885
|
+
}
|
|
1820
1886
|
/**
|
|
1821
1887
|
* CreateAuthDomain返回参数结构体
|
|
1822
1888
|
*/
|
|
@@ -21,6 +21,8 @@ export declare class Client extends AbstractClient {
|
|
|
21
21
|
BindAutoScalingGroup(req: BindAutoScalingGroupRequest, cb?: (error: string, rep: BindAutoScalingGroupResponse) => void): Promise<BindAutoScalingGroupResponse>;
|
|
22
22
|
/**
|
|
23
23
|
* 本接口 (CreateCluster) 用于创建并启动集群。
|
|
24
|
+
|
|
25
|
+
* 本接口为异步接口, 当创建集群请求下发成功后会返回一个集群`ID`和一个`RequestId`,此时创建集群操作并未立即完成。在此期间集群的状态将会处于“PENDING”或者“INITING”,集群创建结果可以通过调用 [DescribeClusters](https://cloud.tencent.com/document/product/1527/72100) 接口查询,如果集群状态(ClusterStatus)变为“RUNNING(运行中)”,则代表集群创建成功,“ INIT_FAILED”代表集群创建失败。
|
|
24
26
|
*/
|
|
25
27
|
CreateCluster(req: CreateClusterRequest, cb?: (error: string, rep: CreateClusterResponse) => void): Promise<CreateClusterResponse>;
|
|
26
28
|
/**
|
|
@@ -47,6 +47,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* 本接口 (CreateCluster) 用于创建并启动集群。
|
|
50
|
+
|
|
51
|
+
* 本接口为异步接口, 当创建集群请求下发成功后会返回一个集群`ID`和一个`RequestId`,此时创建集群操作并未立即完成。在此期间集群的状态将会处于“PENDING”或者“INITING”,集群创建结果可以通过调用 [DescribeClusters](https://cloud.tencent.com/document/product/1527/72100) 接口查询,如果集群状态(ClusterStatus)变为“RUNNING(运行中)”,则代表集群创建成功,“ INIT_FAILED”代表集群创建失败。
|
|
50
52
|
*/
|
|
51
53
|
async CreateCluster(req, cb) {
|
|
52
54
|
return this.request("CreateCluster", req, cb);
|
|
@@ -413,7 +413,7 @@ export interface CreateClusterResponse {
|
|
|
413
413
|
* 集群ID。
|
|
414
414
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
415
415
|
*/
|
|
416
|
-
ClusterId
|
|
416
|
+
ClusterId?: string;
|
|
417
417
|
/**
|
|
418
418
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
419
419
|
*/
|
|
@@ -474,7 +474,7 @@ export interface CreateClusterRequest {
|
|
|
474
474
|
*/
|
|
475
475
|
SchedulerType?: string;
|
|
476
476
|
/**
|
|
477
|
-
* 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx
|
|
477
|
+
* 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。
|
|
478
478
|
*/
|
|
479
479
|
ImageId?: string;
|
|
480
480
|
/**
|
|
@@ -168,7 +168,8 @@ export interface StartWhiteboardPushRequest {
|
|
|
168
168
|
/**
|
|
169
169
|
* 需要推流的白板房间号,取值范围: (1, 4294967295)。
|
|
170
170
|
|
|
171
|
-
|
|
171
|
+
1. 白板推流默认以RoomId的字符串表达形式作为IM群组的GroupID(比如RoomId为1234,则IM群组的GroupID为"1234")加群进行信令同步,请在开始推流前确保相应IM群组已创建完成,否则会导致推流失败。
|
|
172
|
+
2. 在没有指定TRTCRoomId和TRTCRoomIdStr的情况下,默认会以RoomId作为白板流进行推流的TRTC房间号。
|
|
172
173
|
*/
|
|
173
174
|
RoomId: number;
|
|
174
175
|
/**
|
|
@@ -8464,7 +8464,7 @@ export interface ConfirmEventsRequest {
|
|
|
8464
8464
|
*/
|
|
8465
8465
|
ExtInfo?: string;
|
|
8466
8466
|
/**
|
|
8467
|
-
*
|
|
8467
|
+
* <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
|
|
8468
8468
|
*/
|
|
8469
8469
|
SubAppId?: number;
|
|
8470
8470
|
}
|
|
@@ -8505,7 +8505,7 @@ export interface CreateSubAppIdResponse {
|
|
|
8505
8505
|
/**
|
|
8506
8506
|
* 新创建的子应用 ID。
|
|
8507
8507
|
*/
|
|
8508
|
-
SubAppId
|
|
8508
|
+
SubAppId: number;
|
|
8509
8509
|
/**
|
|
8510
8510
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8511
8511
|
*/
|
|
@@ -12317,11 +12317,11 @@ export interface DescribeSubAppIdsResponse {
|
|
|
12317
12317
|
/**
|
|
12318
12318
|
* 子应用信息集合。
|
|
12319
12319
|
*/
|
|
12320
|
-
SubAppIdInfoSet
|
|
12320
|
+
SubAppIdInfoSet?: Array<SubAppIdInfo>;
|
|
12321
12321
|
/**
|
|
12322
12322
|
* 子应用总数量。
|
|
12323
12323
|
*/
|
|
12324
|
-
TotalCount
|
|
12324
|
+
TotalCount?: number;
|
|
12325
12325
|
/**
|
|
12326
12326
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12327
12327
|
*/
|
|
@@ -3840,10 +3840,15 @@ export interface DescribeDependTasksNewRequest {
|
|
|
3840
3840
|
* CreateOfflineTask返回参数结构体
|
|
3841
3841
|
*/
|
|
3842
3842
|
export interface CreateOfflineTaskResponse {
|
|
3843
|
+
/**
|
|
3844
|
+
* 任务ID
|
|
3845
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3846
|
+
*/
|
|
3847
|
+
TaskId?: string;
|
|
3843
3848
|
/**
|
|
3844
3849
|
* 结果
|
|
3845
3850
|
*/
|
|
3846
|
-
Data
|
|
3851
|
+
Data?: string;
|
|
3847
3852
|
/**
|
|
3848
3853
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3849
3854
|
*/
|
|
@@ -668,6 +668,16 @@ it("cdb.v20170320.StopDBImportJob", async function () {
|
|
|
668
668
|
}
|
|
669
669
|
})
|
|
670
670
|
|
|
671
|
+
it("cdb.v20170320.AnalyzeAuditLogs", async function () {
|
|
672
|
+
try {
|
|
673
|
+
const data = await client.AnalyzeAuditLogs({})
|
|
674
|
+
expect(data).to.be.ok
|
|
675
|
+
} catch(error) {
|
|
676
|
+
expect(error.requestId).to.be.ok
|
|
677
|
+
expect(error.code).to.be.ok
|
|
678
|
+
}
|
|
679
|
+
})
|
|
680
|
+
|
|
671
681
|
it("cdb.v20170320.CreateAccounts", async function () {
|
|
672
682
|
try {
|
|
673
683
|
const data = await client.CreateAccounts({})
|
|
@@ -18,6 +18,16 @@ const client = new tencentcloud.iotvideo.v20211125.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("iotvideo.v20211125.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("iotvideo.v20211125.CallTRTCDevice", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.CallTRTCDevice({})
|
|
24
|
+
expect(data).to.be.ok
|
|
25
|
+
} catch(error) {
|
|
26
|
+
expect(error.requestId).to.be.ok
|
|
27
|
+
expect(error.code).to.be.ok
|
|
28
|
+
}
|
|
29
|
+
})
|
|
30
|
+
|
|
21
31
|
it("iotvideo.v20211125.CreateAIDetection", async function () {
|
|
22
32
|
try {
|
|
23
33
|
const data = await client.CreateAIDetection({})
|
|
@@ -168,6 +168,16 @@ it("lcic.v20220817.DescribeUser", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
+
it("lcic.v20220817.DescribeGroupMemberList", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.DescribeGroupMemberList({})
|
|
174
|
+
expect(data).to.be.ok
|
|
175
|
+
} catch(error) {
|
|
176
|
+
expect(error.requestId).to.be.ok
|
|
177
|
+
expect(error.code).to.be.ok
|
|
178
|
+
}
|
|
179
|
+
})
|
|
180
|
+
|
|
171
181
|
it("lcic.v20220817.ModifyGroup", async function () {
|
|
172
182
|
try {
|
|
173
183
|
const data = await client.ModifyGroup({})
|
|
@@ -198,9 +208,9 @@ it("lcic.v20220817.BatchAddGroupMember", async function () {
|
|
|
198
208
|
}
|
|
199
209
|
})
|
|
200
210
|
|
|
201
|
-
it("lcic.v20220817.
|
|
211
|
+
it("lcic.v20220817.DescribeDeveloper", async function () {
|
|
202
212
|
try {
|
|
203
|
-
const data = await client.
|
|
213
|
+
const data = await client.DescribeDeveloper({})
|
|
204
214
|
expect(data).to.be.ok
|
|
205
215
|
} catch(error) {
|
|
206
216
|
expect(error.requestId).to.be.ok
|
|
@@ -348,9 +358,9 @@ it("lcic.v20220817.SetAppCustomContent", async function () {
|
|
|
348
358
|
}
|
|
349
359
|
})
|
|
350
360
|
|
|
351
|
-
it("lcic.v20220817.
|
|
361
|
+
it("lcic.v20220817.BatchDeleteGroupMember", async function () {
|
|
352
362
|
try {
|
|
353
|
-
const data = await client.
|
|
363
|
+
const data = await client.BatchDeleteGroupMember({})
|
|
354
364
|
expect(data).to.be.ok
|
|
355
365
|
} catch(error) {
|
|
356
366
|
expect(error.requestId).to.be.ok
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
|
|
2
|
+
const expect = require("chai").expect
|
|
3
|
+
const tencentcloud = require("../../tencentcloud-sdk-nodejs")
|
|
4
|
+
const client = new tencentcloud.omics.v20221128.Client({
|
|
5
|
+
credential: {
|
|
6
|
+
secretId: process.env.secretId,
|
|
7
|
+
secretKey: process.env.secretKey,
|
|
8
|
+
},
|
|
9
|
+
region: "ap-shanghai",
|
|
10
|
+
profile: {
|
|
11
|
+
signMethod: "TC3-HMAC-SHA256",
|
|
12
|
+
httpProfile: {
|
|
13
|
+
reqMethod: "POST",
|
|
14
|
+
reqTimeout: 30,
|
|
15
|
+
endpoint: "cvm.ap-shanghai.tencentcloudapi.com",
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
})
|
|
19
|
+
describe("omics.v20221128.test.js", function () {
|
|
20
|
+
|
|
21
|
+
it("omics.v20221128.GetRunCalls", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.GetRunCalls({})
|
|
24
|
+
expect(data).to.be.ok
|
|
25
|
+
} catch(error) {
|
|
26
|
+
expect(error.requestId).to.be.ok
|
|
27
|
+
expect(error.code).to.be.ok
|
|
28
|
+
}
|
|
29
|
+
})
|
|
30
|
+
|
|
31
|
+
it("omics.v20221128.ImportTableFile", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.ImportTableFile({})
|
|
34
|
+
expect(data).to.be.ok
|
|
35
|
+
} catch(error) {
|
|
36
|
+
expect(error.requestId).to.be.ok
|
|
37
|
+
expect(error.code).to.be.ok
|
|
38
|
+
}
|
|
39
|
+
})
|
|
40
|
+
|
|
41
|
+
it("omics.v20221128.RunApplication", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.RunApplication({})
|
|
44
|
+
expect(data).to.be.ok
|
|
45
|
+
} catch(error) {
|
|
46
|
+
expect(error.requestId).to.be.ok
|
|
47
|
+
expect(error.code).to.be.ok
|
|
48
|
+
}
|
|
49
|
+
})
|
|
50
|
+
|
|
51
|
+
it("omics.v20221128.DescribeRuns", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DescribeRuns({})
|
|
54
|
+
expect(data).to.be.ok
|
|
55
|
+
} catch(error) {
|
|
56
|
+
expect(error.requestId).to.be.ok
|
|
57
|
+
expect(error.code).to.be.ok
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
|
|
61
|
+
it("omics.v20221128.DescribeRunGroups", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.DescribeRunGroups({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
71
|
+
it("omics.v20221128.GetRunStatus", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.GetRunStatus({})
|
|
74
|
+
expect(data).to.be.ok
|
|
75
|
+
} catch(error) {
|
|
76
|
+
expect(error.requestId).to.be.ok
|
|
77
|
+
expect(error.code).to.be.ok
|
|
78
|
+
}
|
|
79
|
+
})
|
|
80
|
+
|
|
81
|
+
})
|
|
@@ -448,6 +448,16 @@ it("tcb.v20180608.DestroyEnv", async function () {
|
|
|
448
448
|
}
|
|
449
449
|
})
|
|
450
450
|
|
|
451
|
+
it("tcb.v20180608.DescribeGatewayCurveData", async function () {
|
|
452
|
+
try {
|
|
453
|
+
const data = await client.DescribeGatewayCurveData({})
|
|
454
|
+
expect(data).to.be.ok
|
|
455
|
+
} catch(error) {
|
|
456
|
+
expect(error.requestId).to.be.ok
|
|
457
|
+
expect(error.code).to.be.ok
|
|
458
|
+
}
|
|
459
|
+
})
|
|
460
|
+
|
|
451
461
|
it("tcb.v20180608.DescribeEnvDealRegion", async function () {
|
|
452
462
|
try {
|
|
453
463
|
const data = await client.DescribeEnvDealRegion({})
|