tencentcloud-sdk-nodejs 4.0.595 → 4.0.597
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 +506 -0
- package/SERVICE_CHANGELOG.md +623 -85
- package/package.json +1 -1
- package/products.md +34 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
- package/src/services/as/v20180419/as_client.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +2 -2
- package/src/services/asr/v20190614/asr_models.ts +34 -23
- package/src/services/billing/v20180709/billing_client.ts +5 -2
- package/src/services/billing/v20180709/billing_models.ts +23 -12
- package/src/services/cbs/v20170312/cbs_client.ts +2 -5
- package/src/services/cbs/v20170312/cbs_models.ts +10 -9
- package/src/services/ckafka/v20190819/ckafka_client.ts +33 -3
- package/src/services/ckafka/v20190819/ckafka_models.ts +283 -87
- package/src/services/cls/v20201016/cls_models.ts +6 -0
- package/src/services/cwp/v20180228/cwp_models.ts +26 -3
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +40 -14
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +199 -10
- package/src/services/dasb/v20191018/dasb_models.ts +11 -1
- package/src/services/eis/v20210601/eis_client.ts +1 -1
- package/src/services/eis/v20210601/eis_models.ts +17 -2
- package/src/services/es/v20180416/es_models.ts +10 -0
- package/src/services/ess/v20201111/ess_client.ts +14 -2
- package/src/services/ess/v20201111/ess_models.ts +101 -66
- package/src/services/gs/v20191118/gs_models.ts +1 -1
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +6 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
- package/src/services/monitor/v20180724/monitor_client.ts +16 -4
- package/src/services/monitor/v20180724/monitor_models.ts +77 -62
- package/src/services/oceanus/v20190422/oceanus_client.ts +1 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +11 -0
- package/src/services/omics/v20221128/omics_client.ts +58 -19
- package/src/services/omics/v20221128/omics_models.ts +275 -58
- package/src/services/redis/v20180412/redis_client.ts +6 -6
- package/src/services/redis/v20180412/redis_models.ts +132 -107
- package/src/services/rum/v20210622/rum_models.ts +6 -0
- package/src/services/ssl/v20191205/ssl_models.ts +62 -32
- package/src/services/ssm/v20190923/ssm_models.ts +38 -22
- package/src/services/tcss/v20201101/tcss_models.ts +6 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +7 -7
- package/src/services/teo/v20220901/teo_models.ts +2 -2
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tsf/v20180326/tsf_client.ts +13 -1
- package/src/services/tsf/v20180326/tsf_models.ts +61 -31
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +33 -14
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -1
- package/tencentcloud/services/as/v20180419/as_client.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 +33 -23
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +4 -1
- package/tencentcloud/services/billing/v20180709/billing_client.js +4 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +21 -12
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +2 -5
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +2 -5
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +7 -6
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +10 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +13 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +243 -75
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +22 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +13 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +18 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +168 -9
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +9 -1
- package/tencentcloud/services/eis/v20210601/eis_client.d.ts +1 -1
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +15 -2
- package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +89 -59
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +1 -1
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +5 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +66 -53
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +9 -0
- package/tencentcloud/services/omics/v20221128/omics_client.d.ts +19 -7
- package/tencentcloud/services/omics/v20221128/omics_client.js +27 -9
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +236 -50
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +6 -6
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -6
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +123 -98
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +5 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +57 -32
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +35 -22
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +5 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +6 -6
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +52 -26
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +22 -6
- package/test/ckafka.v20190819.test.js +20 -0
- package/test/cynosdb.v20190107.test.js +24 -4
- package/test/ess.v20201111.test.js +10 -0
- package/test/monitor.v20180724.test.js +10 -0
- package/test/omics.v20221128.test.js +36 -6
- package/test/tsf.v20180326.test.js +10 -0
|
@@ -783,7 +783,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
783
783
|
return this.request("RefreshDirectConnectGatewayRouteToNatGateway", req, cb);
|
|
784
784
|
}
|
|
785
785
|
/**
|
|
786
|
-
*
|
|
786
|
+
* 本接口(MigratePrivateIpAddress)用于弹性网卡内网IP迁移。
|
|
787
787
|
* 该接口用于将一个内网IP从一个弹性网卡上迁移到另外一个弹性网卡,主IP地址不支持迁移。
|
|
788
788
|
* 迁移前后的弹性网卡必须在同一个子网内。
|
|
789
789
|
|
|
@@ -103,6 +103,18 @@ export interface SecurityGroupLimitSet {
|
|
|
103
103
|
* 实例关联安全组数
|
|
104
104
|
*/
|
|
105
105
|
InstanceSecurityGroupLimit: number;
|
|
106
|
+
/**
|
|
107
|
+
* 安全组展开后的规则数限制
|
|
108
|
+
*/
|
|
109
|
+
SecurityGroupExtendedPolicyLimit?: number;
|
|
110
|
+
/**
|
|
111
|
+
* 被引用的安全组关联CVM、ENI的实例配额
|
|
112
|
+
*/
|
|
113
|
+
SecurityGroupReferedCvmAndEniLimit?: number;
|
|
114
|
+
/**
|
|
115
|
+
* 被引用的安全组关联数据库、LB等服务实例配额
|
|
116
|
+
*/
|
|
117
|
+
SecurityGroupReferedSvcLimit?: number;
|
|
106
118
|
}
|
|
107
119
|
/**
|
|
108
120
|
* LockCcns请求参数结构体
|
|
@@ -1423,14 +1435,17 @@ export interface DisassociateNetworkInterfaceSecurityGroupsRequest {
|
|
|
1423
1435
|
export interface SecurityGroupPolicySet {
|
|
1424
1436
|
/**
|
|
1425
1437
|
* 安全组规则当前版本。用户每次更新安全规则版本会自动加1,防止更新的路由规则已过期,不填不考虑冲突。
|
|
1438
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1426
1439
|
*/
|
|
1427
1440
|
Version?: string;
|
|
1428
1441
|
/**
|
|
1429
1442
|
* 出站规则。
|
|
1443
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1430
1444
|
*/
|
|
1431
1445
|
Egress?: Array<SecurityGroupPolicy>;
|
|
1432
1446
|
/**
|
|
1433
1447
|
* 入站规则。
|
|
1448
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1434
1449
|
*/
|
|
1435
1450
|
Ingress?: Array<SecurityGroupPolicy>;
|
|
1436
1451
|
}
|
|
@@ -3482,11 +3497,11 @@ export interface DescribeAssistantCidrResponse {
|
|
|
3482
3497
|
* 符合条件的辅助CIDR数组。
|
|
3483
3498
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3484
3499
|
*/
|
|
3485
|
-
AssistantCidrSet
|
|
3500
|
+
AssistantCidrSet?: Array<AssistantCidr>;
|
|
3486
3501
|
/**
|
|
3487
3502
|
* 符合条件的实例数量。
|
|
3488
3503
|
*/
|
|
3489
|
-
TotalCount
|
|
3504
|
+
TotalCount?: number;
|
|
3490
3505
|
/**
|
|
3491
3506
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3492
3507
|
*/
|
|
@@ -4275,7 +4290,7 @@ export interface SecurityGroupPolicy {
|
|
|
4275
4290
|
*/
|
|
4276
4291
|
ServiceTemplate?: ServiceTemplateSpecification;
|
|
4277
4292
|
/**
|
|
4278
|
-
* 网段或IP(互斥)。
|
|
4293
|
+
* 网段或IP(互斥),特殊说明:0.0.0.0/n 都会映射为0.0.0.0/0。
|
|
4279
4294
|
*/
|
|
4280
4295
|
CidrBlock?: string;
|
|
4281
4296
|
/**
|
|
@@ -8776,11 +8791,11 @@ export interface DescribeNetworkAclsResponse {
|
|
|
8776
8791
|
/**
|
|
8777
8792
|
* 实例详细信息列表。
|
|
8778
8793
|
*/
|
|
8779
|
-
NetworkAclSet
|
|
8794
|
+
NetworkAclSet?: Array<NetworkAcl>;
|
|
8780
8795
|
/**
|
|
8781
8796
|
* 符合条件的实例数量。
|
|
8782
8797
|
*/
|
|
8783
|
-
TotalCount
|
|
8798
|
+
TotalCount?: number;
|
|
8784
8799
|
/**
|
|
8785
8800
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8786
8801
|
*/
|
|
@@ -9186,7 +9201,7 @@ export interface DescribeVpcPrivateIpAddressesResponse {
|
|
|
9186
9201
|
/**
|
|
9187
9202
|
* 内网`IP`地址信息列表。
|
|
9188
9203
|
*/
|
|
9189
|
-
VpcPrivateIpAddressSet
|
|
9204
|
+
VpcPrivateIpAddressSet?: Array<VpcPrivateIpAddress>;
|
|
9190
9205
|
/**
|
|
9191
9206
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9192
9207
|
*/
|
|
@@ -13224,6 +13239,7 @@ LOCAL_GATEWAY:本地网关。
|
|
|
13224
13239
|
GatewayType: string;
|
|
13225
13240
|
/**
|
|
13226
13241
|
* 下一跳地址,这里只需要指定不同下一跳类型的网关ID,系统会自动匹配到下一跳地址。
|
|
13242
|
+
特殊说明:GatewayType为NORMAL_CVM时,GatewayId填写实例的内网IP。
|
|
13227
13243
|
*/
|
|
13228
13244
|
GatewayId: string;
|
|
13229
13245
|
/**
|
|
@@ -428,6 +428,16 @@ it("ckafka.v20190819.CheckCdcCluster", async function () {
|
|
|
428
428
|
}
|
|
429
429
|
})
|
|
430
430
|
|
|
431
|
+
it("ckafka.v20190819.DescribeTopicFlowRanking", async function () {
|
|
432
|
+
try {
|
|
433
|
+
const data = await client.DescribeTopicFlowRanking({})
|
|
434
|
+
expect(data).to.be.ok
|
|
435
|
+
} catch(error) {
|
|
436
|
+
expect(error.requestId).to.be.ok
|
|
437
|
+
expect(error.code).to.be.ok
|
|
438
|
+
}
|
|
439
|
+
})
|
|
440
|
+
|
|
431
441
|
it("ckafka.v20190819.ModifyAclRule", async function () {
|
|
432
442
|
try {
|
|
433
443
|
const data = await client.ModifyAclRule({})
|
|
@@ -458,6 +468,16 @@ it("ckafka.v20190819.FetchLatestDatahubMessageList", async function () {
|
|
|
458
468
|
}
|
|
459
469
|
})
|
|
460
470
|
|
|
471
|
+
it("ckafka.v20190819.DescribeTaskStatus", async function () {
|
|
472
|
+
try {
|
|
473
|
+
const data = await client.DescribeTaskStatus({})
|
|
474
|
+
expect(data).to.be.ok
|
|
475
|
+
} catch(error) {
|
|
476
|
+
expect(error.requestId).to.be.ok
|
|
477
|
+
expect(error.code).to.be.ok
|
|
478
|
+
}
|
|
479
|
+
})
|
|
480
|
+
|
|
461
481
|
it("ckafka.v20190819.DeleteUser", async function () {
|
|
462
482
|
try {
|
|
463
483
|
const data = await client.DeleteUser({})
|
|
@@ -68,6 +68,16 @@ it("cynosdb.v20190107.RollBackCluster", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("cynosdb.v20190107.IsolateInstance", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.IsolateInstance({})
|
|
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
|
+
|
|
71
81
|
it("cynosdb.v20190107.DescribeProjectSecurityGroups", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.DescribeProjectSecurityGroups({})
|
|
@@ -118,6 +128,16 @@ it("cynosdb.v20190107.DescribeParamTemplates", async function () {
|
|
|
118
128
|
}
|
|
119
129
|
})
|
|
120
130
|
|
|
131
|
+
it("cynosdb.v20190107.SearchClusterTables", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.SearchClusterTables({})
|
|
134
|
+
expect(data).to.be.ok
|
|
135
|
+
} catch(error) {
|
|
136
|
+
expect(error.requestId).to.be.ok
|
|
137
|
+
expect(error.code).to.be.ok
|
|
138
|
+
}
|
|
139
|
+
})
|
|
140
|
+
|
|
121
141
|
it("cynosdb.v20190107.DeleteBackup", async function () {
|
|
122
142
|
try {
|
|
123
143
|
const data = await client.DeleteBackup({})
|
|
@@ -508,9 +528,9 @@ it("cynosdb.v20190107.DescribeAuditRuleWithInstanceIds", async function () {
|
|
|
508
528
|
}
|
|
509
529
|
})
|
|
510
530
|
|
|
511
|
-
it("cynosdb.v20190107.
|
|
531
|
+
it("cynosdb.v20190107.ExportInstanceErrorLogs", async function () {
|
|
512
532
|
try {
|
|
513
|
-
const data = await client.
|
|
533
|
+
const data = await client.ExportInstanceErrorLogs({})
|
|
514
534
|
expect(data).to.be.ok
|
|
515
535
|
} catch(error) {
|
|
516
536
|
expect(error.requestId).to.be.ok
|
|
@@ -748,9 +768,9 @@ it("cynosdb.v20190107.GrantAccountPrivileges", async function () {
|
|
|
748
768
|
}
|
|
749
769
|
})
|
|
750
770
|
|
|
751
|
-
it("cynosdb.v20190107.
|
|
771
|
+
it("cynosdb.v20190107.DescribeInstanceErrorLogs", async function () {
|
|
752
772
|
try {
|
|
753
|
-
const data = await client.
|
|
773
|
+
const data = await client.DescribeInstanceErrorLogs({})
|
|
754
774
|
expect(data).to.be.ok
|
|
755
775
|
} catch(error) {
|
|
756
776
|
expect(error.requestId).to.be.ok
|
|
@@ -268,6 +268,16 @@ it("ess.v20201111.DescribeUserAutoSignStatus", async function () {
|
|
|
268
268
|
}
|
|
269
269
|
})
|
|
270
270
|
|
|
271
|
+
it("ess.v20201111.CreateChannelSubOrganizationModifyQrCode", async function () {
|
|
272
|
+
try {
|
|
273
|
+
const data = await client.CreateChannelSubOrganizationModifyQrCode({})
|
|
274
|
+
expect(data).to.be.ok
|
|
275
|
+
} catch(error) {
|
|
276
|
+
expect(error.requestId).to.be.ok
|
|
277
|
+
expect(error.code).to.be.ok
|
|
278
|
+
}
|
|
279
|
+
})
|
|
280
|
+
|
|
271
281
|
it("ess.v20201111.DescribeFlowEvidenceReport", async function () {
|
|
272
282
|
try {
|
|
273
283
|
const data = await client.DescribeFlowEvidenceReport({})
|
|
@@ -1478,6 +1478,16 @@ it("monitor.v20180724.DescribePluginOverviews", async function () {
|
|
|
1478
1478
|
}
|
|
1479
1479
|
})
|
|
1480
1480
|
|
|
1481
|
+
it("monitor.v20180724.DescribeClusterAgentCreatingProgress", async function () {
|
|
1482
|
+
try {
|
|
1483
|
+
const data = await client.DescribeClusterAgentCreatingProgress({})
|
|
1484
|
+
expect(data).to.be.ok
|
|
1485
|
+
} catch(error) {
|
|
1486
|
+
expect(error.requestId).to.be.ok
|
|
1487
|
+
expect(error.code).to.be.ok
|
|
1488
|
+
}
|
|
1489
|
+
})
|
|
1490
|
+
|
|
1481
1491
|
it("monitor.v20180724.DescribeRecordingRules", async function () {
|
|
1482
1492
|
try {
|
|
1483
1493
|
const data = await client.DescribeRecordingRules({})
|
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.omics.v20221128.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("omics.v20221128.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("omics.v20221128.
|
|
21
|
+
it("omics.v20221128.DescribeTablesRows", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.DescribeTablesRows({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +48,9 @@ it("omics.v20221128.ImportTableFile", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("omics.v20221128.
|
|
51
|
+
it("omics.v20221128.GetRunStatus", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
53
|
+
const data = await client.GetRunStatus({})
|
|
54
54
|
expect(data).to.be.ok
|
|
55
55
|
} catch(error) {
|
|
56
56
|
expect(error.requestId).to.be.ok
|
|
@@ -68,6 +68,26 @@ it("omics.v20221128.RunApplication", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("omics.v20221128.CreateEnvironment", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.CreateEnvironment({})
|
|
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
|
+
it("omics.v20221128.RetryRuns", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.RetryRuns({})
|
|
84
|
+
expect(data).to.be.ok
|
|
85
|
+
} catch(error) {
|
|
86
|
+
expect(error.requestId).to.be.ok
|
|
87
|
+
expect(error.code).to.be.ok
|
|
88
|
+
}
|
|
89
|
+
})
|
|
90
|
+
|
|
71
91
|
it("omics.v20221128.DescribeRuns", async function () {
|
|
72
92
|
try {
|
|
73
93
|
const data = await client.DescribeRuns({})
|
|
@@ -98,9 +118,19 @@ it("omics.v20221128.DeleteEnvironment", async function () {
|
|
|
98
118
|
}
|
|
99
119
|
})
|
|
100
120
|
|
|
101
|
-
it("omics.v20221128.
|
|
121
|
+
it("omics.v20221128.DescribeTables", async function () {
|
|
102
122
|
try {
|
|
103
|
-
const data = await client.
|
|
123
|
+
const data = await client.DescribeTables({})
|
|
124
|
+
expect(data).to.be.ok
|
|
125
|
+
} catch(error) {
|
|
126
|
+
expect(error.requestId).to.be.ok
|
|
127
|
+
expect(error.code).to.be.ok
|
|
128
|
+
}
|
|
129
|
+
})
|
|
130
|
+
|
|
131
|
+
it("omics.v20221128.GetRunCalls", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.GetRunCalls({})
|
|
104
134
|
expect(data).to.be.ok
|
|
105
135
|
} catch(error) {
|
|
106
136
|
expect(error.requestId).to.be.ok
|
|
@@ -1788,6 +1788,16 @@ it("tsf.v20180326.SearchStdoutLog", async function () {
|
|
|
1788
1788
|
}
|
|
1789
1789
|
})
|
|
1790
1790
|
|
|
1791
|
+
it("tsf.v20180326.DeleteGatewayApi", async function () {
|
|
1792
|
+
try {
|
|
1793
|
+
const data = await client.DeleteGatewayApi({})
|
|
1794
|
+
expect(data).to.be.ok
|
|
1795
|
+
} catch(error) {
|
|
1796
|
+
expect(error.requestId).to.be.ok
|
|
1797
|
+
expect(error.code).to.be.ok
|
|
1798
|
+
}
|
|
1799
|
+
})
|
|
1800
|
+
|
|
1791
1801
|
it("tsf.v20180326.CreateTaskFlow", async function () {
|
|
1792
1802
|
try {
|
|
1793
1803
|
const data = await client.CreateTaskFlow({})
|