tencentcloud-sdk-nodejs 4.0.409 → 4.0.412
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 +510 -0
- package/SERVICE_CHANGELOG.md +596 -70
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aa/v20200224/aa_client.ts +1 -42
- package/src/services/aa/v20200224/aa_models.ts +0 -624
- package/src/services/batch/v20170312/batch_models.ts +2 -2
- package/src/services/bda/v20200324/bda_models.ts +12 -0
- package/src/services/cat/v20180409/cat_models.ts +1 -5
- package/src/services/cbs/v20170312/cbs_models.ts +46 -34
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +12 -0
- package/src/services/cfw/v20190904/cfw_models.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +13 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +55 -10
- package/src/services/cpdp/v20190820/cpdp_client.ts +9 -36
- package/src/services/cpdp/v20190820/cpdp_models.ts +19 -260
- package/src/services/cvm/v20170312/cvm_client.ts +24 -11
- package/src/services/cvm/v20170312/cvm_models.ts +239 -194
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/dnspod/v20210323/dnspod_models.ts +5 -0
- package/src/services/ess/v20201111/ess_models.ts +28 -15
- package/src/services/essbasic/v20210526/essbasic_client.ts +48 -22
- package/src/services/essbasic/v20210526/essbasic_models.ts +326 -112
- package/src/services/faceid/v20180301/faceid_models.ts +19 -3
- package/src/services/gaap/v20180529/gaap_models.ts +1 -1
- package/src/services/iai/v20180301/iai_models.ts +2 -2
- package/src/services/ic/v20190307/ic_client.ts +23 -10
- package/src/services/ic/v20190307/ic_models.ts +294 -168
- package/src/services/kms/v20190118/kms_models.ts +13 -13
- package/src/services/live/v20180801/live_client.ts +34 -6
- package/src/services/live/v20180801/live_models.ts +424 -228
- package/src/services/ocr/v20181119/ocr_client.ts +28 -12
- package/src/services/rce/v20201103/rce_client.ts +13 -28
- package/src/services/rce/v20201103/rce_models.ts +322 -403
- package/src/services/tag/v20180813/tag_client.ts +16 -3
- package/src/services/tag/v20180813/tag_models.ts +113 -43
- package/src/services/tcr/v20190924/tcr_models.ts +2 -2
- package/src/services/tem/v20210701/tem_client.ts +72 -8
- package/src/services/tem/v20210701/tem_models.ts +550 -111
- package/src/services/teo/v20220106/teo_models.ts +9 -3
- package/src/services/tiia/v20190529/tiia_client.ts +2 -2
- package/src/services/tiia/v20190529/tiia_models.ts +28 -20
- package/src/services/trtc/v20190722/trtc_client.ts +16 -91
- package/src/services/trtc/v20190722/trtc_models.ts +8 -360
- package/src/services/wedata/v20210820/wedata_client.ts +469 -16
- package/src/services/wedata/v20210820/wedata_models.ts +3015 -114
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aa/v20200224/aa_client.d.ts +1 -9
- package/tencentcloud/services/aa/v20200224/aa_client.js +0 -12
- package/tencentcloud/services/aa/v20200224/aa_models.d.ts +0 -529
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -2
- package/tencentcloud/services/bda/v20200324/bda_models.d.ts +10 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -5
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +40 -30
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +46 -8
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +4 -12
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +4 -16
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +16 -218
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +213 -174
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +28 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +19 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +291 -99
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +16 -3
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +2 -2
- package/tencentcloud/services/ic/v20190307/ic_client.d.ts +5 -1
- package/tencentcloud/services/ic/v20190307/ic_client.js +6 -0
- package/tencentcloud/services/ic/v20190307/ic_models.d.ts +254 -148
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +13 -13
- package/tencentcloud/services/live/v20180801/live_client.d.ts +10 -1
- package/tencentcloud/services/live/v20180801/live_client.js +13 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +363 -196
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +16 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +16 -0
- package/tencentcloud/services/rce/v20201103/rce_client.d.ts +1 -5
- package/tencentcloud/services/rce/v20201103/rce_client.js +0 -6
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +270 -340
- package/tencentcloud/services/tag/v20180813/tag_client.d.ts +5 -1
- package/tencentcloud/services/tag/v20180813/tag_client.js +6 -0
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +95 -36
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +2 -2
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +23 -3
- package/tencentcloud/services/tem/v20210701/tem_client.js +32 -2
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +469 -98
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +8 -3
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +2 -2
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +2 -2
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +26 -18
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +10 -37
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +10 -49
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -309
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +147 -5
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +218 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +2583 -125
- package/test/aa.v20200224.test.js +0 -20
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/cpdp.v20190820.test.js +2 -22
- package/test/cvm.v20170312.test.js +10 -0
- package/test/essbasic.v20210526.test.js +24 -4
- package/test/ic.v20190307.test.js +10 -0
- package/test/live.v20180801.test.js +20 -0
- package/test/rce.v20201103.test.js +0 -10
- package/test/tag.v20180813.test.js +10 -0
- package/test/tem.v20210701.test.js +50 -0
- package/test/trtc.v20190722.test.js +2 -62
- package/test/wedata.v20210820.test.js +354 -4
|
@@ -28,24 +28,4 @@ it("aa.v20200224.QueryActivityAntiRush", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("aa.v20200224.ManageMarketingRisk", async function () {
|
|
32
|
-
try {
|
|
33
|
-
const data = await client.ManageMarketingRisk({})
|
|
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("aa.v20200224.QueryActivityAntiRushAdvanced", async function () {
|
|
42
|
-
try {
|
|
43
|
-
const data = await client.QueryActivityAntiRushAdvanced({})
|
|
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
31
|
})
|
|
@@ -238,6 +238,16 @@ it("ckafka.v20190819.DescribeUser", async function () {
|
|
|
238
238
|
}
|
|
239
239
|
})
|
|
240
240
|
|
|
241
|
+
it("ckafka.v20190819.FetchMessageListByOffset", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.FetchMessageListByOffset({})
|
|
244
|
+
expect(data).to.be.ok
|
|
245
|
+
} catch(error) {
|
|
246
|
+
expect(error.requestId).to.be.ok
|
|
247
|
+
expect(error.code).to.be.ok
|
|
248
|
+
}
|
|
249
|
+
})
|
|
250
|
+
|
|
241
251
|
it("ckafka.v20190819.DescribeACL", async function () {
|
|
242
252
|
try {
|
|
243
253
|
const data = await client.DescribeACL({})
|
|
@@ -1598,16 +1598,6 @@ it("cpdp.v20190820.QueryOpenBankDownLoadUrl", async function () {
|
|
|
1598
1598
|
}
|
|
1599
1599
|
})
|
|
1600
1600
|
|
|
1601
|
-
it("cpdp.v20190820.GetDistributeBillDownloadUrl", async function () {
|
|
1602
|
-
try {
|
|
1603
|
-
const data = await client.GetDistributeBillDownloadUrl({})
|
|
1604
|
-
expect(data).to.be.ok
|
|
1605
|
-
} catch(error) {
|
|
1606
|
-
expect(error.requestId).to.be.ok
|
|
1607
|
-
expect(error.code).to.be.ok
|
|
1608
|
-
}
|
|
1609
|
-
})
|
|
1610
|
-
|
|
1611
1601
|
it("cpdp.v20190820.QueryOrderStatus", async function () {
|
|
1612
1602
|
try {
|
|
1613
1603
|
const data = await client.QueryOrderStatus({})
|
|
@@ -1618,16 +1608,6 @@ it("cpdp.v20190820.QueryOrderStatus", async function () {
|
|
|
1618
1608
|
}
|
|
1619
1609
|
})
|
|
1620
1610
|
|
|
1621
|
-
it("cpdp.v20190820.QuerySinglePay", async function () {
|
|
1622
|
-
try {
|
|
1623
|
-
const data = await client.QuerySinglePay({})
|
|
1624
|
-
expect(data).to.be.ok
|
|
1625
|
-
} catch(error) {
|
|
1626
|
-
expect(error.requestId).to.be.ok
|
|
1627
|
-
expect(error.code).to.be.ok
|
|
1628
|
-
}
|
|
1629
|
-
})
|
|
1630
|
-
|
|
1631
1611
|
it("cpdp.v20190820.QueryPayerInfo", async function () {
|
|
1632
1612
|
try {
|
|
1633
1613
|
const data = await client.QueryPayerInfo({})
|
|
@@ -1668,9 +1648,9 @@ it("cpdp.v20190820.GetPayRollAuth", async function () {
|
|
|
1668
1648
|
}
|
|
1669
1649
|
})
|
|
1670
1650
|
|
|
1671
|
-
it("cpdp.v20190820.
|
|
1651
|
+
it("cpdp.v20190820.GetDistributeBillDownloadUrl", async function () {
|
|
1672
1652
|
try {
|
|
1673
|
-
const data = await client.
|
|
1653
|
+
const data = await client.GetDistributeBillDownloadUrl({})
|
|
1674
1654
|
expect(data).to.be.ok
|
|
1675
1655
|
} catch(error) {
|
|
1676
1656
|
expect(error.requestId).to.be.ok
|
|
@@ -758,6 +758,16 @@ it("cvm.v20170312.DescribeImageQuota", async function () {
|
|
|
758
758
|
}
|
|
759
759
|
})
|
|
760
760
|
|
|
761
|
+
it("cvm.v20170312.DescribeChcDeniedActions", async function () {
|
|
762
|
+
try {
|
|
763
|
+
const data = await client.DescribeChcDeniedActions({})
|
|
764
|
+
expect(data).to.be.ok
|
|
765
|
+
} catch(error) {
|
|
766
|
+
expect(error.requestId).to.be.ok
|
|
767
|
+
expect(error.code).to.be.ok
|
|
768
|
+
}
|
|
769
|
+
})
|
|
770
|
+
|
|
761
771
|
it("cvm.v20170312.DescribeAccountQuota", async function () {
|
|
762
772
|
try {
|
|
763
773
|
const data = await client.DescribeAccountQuota({})
|
|
@@ -28,6 +28,16 @@ it("essbasic.v20210526.CreateFlowsByTemplates", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeResourceUrlsByFlows({})
|
|
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
|
+
|
|
31
41
|
it("essbasic.v20210526.GetDownloadFlowUrl", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.GetDownloadFlowUrl({})
|
|
@@ -148,6 +158,16 @@ it("essbasic.v20210526.ChannelCreateBatchCancelFlowUrl", async function () {
|
|
|
148
158
|
}
|
|
149
159
|
})
|
|
150
160
|
|
|
161
|
+
it("essbasic.v20210526.ChannelCreateConvertTaskApi", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.ChannelCreateConvertTaskApi({})
|
|
164
|
+
expect(data).to.be.ok
|
|
165
|
+
} catch(error) {
|
|
166
|
+
expect(error.requestId).to.be.ok
|
|
167
|
+
expect(error.code).to.be.ok
|
|
168
|
+
}
|
|
169
|
+
})
|
|
170
|
+
|
|
151
171
|
it("essbasic.v20210526.DescribeUsage", async function () {
|
|
152
172
|
try {
|
|
153
173
|
const data = await client.DescribeUsage({})
|
|
@@ -158,9 +178,9 @@ it("essbasic.v20210526.DescribeUsage", async function () {
|
|
|
158
178
|
}
|
|
159
179
|
})
|
|
160
180
|
|
|
161
|
-
it("essbasic.v20210526.
|
|
181
|
+
it("essbasic.v20210526.ChannelGetTaskResultApi", async function () {
|
|
162
182
|
try {
|
|
163
|
-
const data = await client.
|
|
183
|
+
const data = await client.ChannelGetTaskResultApi({})
|
|
164
184
|
expect(data).to.be.ok
|
|
165
185
|
} catch(error) {
|
|
166
186
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +198,9 @@ it("essbasic.v20210526.SyncProxyOrganization", async function () {
|
|
|
178
198
|
}
|
|
179
199
|
})
|
|
180
200
|
|
|
181
|
-
it("essbasic.v20210526.
|
|
201
|
+
it("essbasic.v20210526.DescribeFlowDetailInfo", async function () {
|
|
182
202
|
try {
|
|
183
|
-
const data = await client.
|
|
203
|
+
const data = await client.DescribeFlowDetailInfo({})
|
|
184
204
|
expect(data).to.be.ok
|
|
185
205
|
} catch(error) {
|
|
186
206
|
expect(error.requestId).to.be.ok
|
|
@@ -68,6 +68,16 @@ it("ic.v20190307.ModifyUserCardRemark", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("ic.v20190307.DescribeSms", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DescribeSms({})
|
|
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("ic.v20190307.RenewCards", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.RenewCards({})
|
|
@@ -398,6 +398,16 @@ it("live.v20180801.DeleteLiveWatermark", async function () {
|
|
|
398
398
|
}
|
|
399
399
|
})
|
|
400
400
|
|
|
401
|
+
it("live.v20180801.DescribeLiveDomainCertBindings", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.DescribeLiveDomainCertBindings({})
|
|
404
|
+
expect(data).to.be.ok
|
|
405
|
+
} catch(error) {
|
|
406
|
+
expect(error.requestId).to.be.ok
|
|
407
|
+
expect(error.code).to.be.ok
|
|
408
|
+
}
|
|
409
|
+
})
|
|
410
|
+
|
|
401
411
|
it("live.v20180801.DescribePlayErrorCodeSumInfoList", async function () {
|
|
402
412
|
try {
|
|
403
413
|
const data = await client.DescribePlayErrorCodeSumInfoList({})
|
|
@@ -528,6 +538,16 @@ it("live.v20180801.DescribeLiveCert", async function () {
|
|
|
528
538
|
}
|
|
529
539
|
})
|
|
530
540
|
|
|
541
|
+
it("live.v20180801.ModifyLiveDomainCertBindings", async function () {
|
|
542
|
+
try {
|
|
543
|
+
const data = await client.ModifyLiveDomainCertBindings({})
|
|
544
|
+
expect(data).to.be.ok
|
|
545
|
+
} catch(error) {
|
|
546
|
+
expect(error.requestId).to.be.ok
|
|
547
|
+
expect(error.code).to.be.ok
|
|
548
|
+
}
|
|
549
|
+
})
|
|
550
|
+
|
|
531
551
|
it("live.v20180801.DescribeLiveDomains", async function () {
|
|
532
552
|
try {
|
|
533
553
|
const data = await client.DescribeLiveDomains({})
|
|
@@ -18,16 +18,6 @@ const client = new tencentcloud.rce.v20201103.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("rce.v20201103.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("rce.v20201103.DescribeRiskModel", async function () {
|
|
22
|
-
try {
|
|
23
|
-
const data = await client.DescribeRiskModel({})
|
|
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
21
|
it("rce.v20201103.DescribeRiskTrends", async function () {
|
|
32
22
|
try {
|
|
33
23
|
const data = await client.DescribeRiskTrends({})
|
|
@@ -238,6 +238,16 @@ it("tag.v20180813.DescribeTags", async function () {
|
|
|
238
238
|
}
|
|
239
239
|
})
|
|
240
240
|
|
|
241
|
+
it("tag.v20180813.DescribeProjects", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.DescribeProjects({})
|
|
244
|
+
expect(data).to.be.ok
|
|
245
|
+
} catch(error) {
|
|
246
|
+
expect(error.requestId).to.be.ok
|
|
247
|
+
expect(error.code).to.be.ok
|
|
248
|
+
}
|
|
249
|
+
})
|
|
250
|
+
|
|
241
251
|
it("tag.v20180813.DescribeTagKeys", async function () {
|
|
242
252
|
try {
|
|
243
253
|
const data = await client.DescribeTagKeys({})
|
|
@@ -38,6 +38,16 @@ it("tem.v20210701.DescribeApplicationsStatus", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
+
it("tem.v20210701.DescribePagedLogConfigList", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribePagedLogConfigList({})
|
|
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
|
+
|
|
41
51
|
it("tem.v20210701.ModifyIngress", async function () {
|
|
42
52
|
try {
|
|
43
53
|
const data = await client.ModifyIngress({})
|
|
@@ -78,6 +88,16 @@ it("tem.v20210701.RestartApplicationPod", async function () {
|
|
|
78
88
|
}
|
|
79
89
|
})
|
|
80
90
|
|
|
91
|
+
it("tem.v20210701.ModifyLogConfig", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.ModifyLogConfig({})
|
|
94
|
+
expect(data).to.be.ok
|
|
95
|
+
} catch(error) {
|
|
96
|
+
expect(error.requestId).to.be.ok
|
|
97
|
+
expect(error.code).to.be.ok
|
|
98
|
+
}
|
|
99
|
+
})
|
|
100
|
+
|
|
81
101
|
it("tem.v20210701.DeleteApplication", async function () {
|
|
82
102
|
try {
|
|
83
103
|
const data = await client.DeleteApplication({})
|
|
@@ -158,6 +178,16 @@ it("tem.v20210701.ModifyEnvironment", async function () {
|
|
|
158
178
|
}
|
|
159
179
|
})
|
|
160
180
|
|
|
181
|
+
it("tem.v20210701.DescribeLogConfig", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.DescribeLogConfig({})
|
|
184
|
+
expect(data).to.be.ok
|
|
185
|
+
} catch(error) {
|
|
186
|
+
expect(error.requestId).to.be.ok
|
|
187
|
+
expect(error.code).to.be.ok
|
|
188
|
+
}
|
|
189
|
+
})
|
|
190
|
+
|
|
161
191
|
it("tem.v20210701.StopApplication", async function () {
|
|
162
192
|
try {
|
|
163
193
|
const data = await client.StopApplication({})
|
|
@@ -168,6 +198,16 @@ it("tem.v20210701.StopApplication", async function () {
|
|
|
168
198
|
}
|
|
169
199
|
})
|
|
170
200
|
|
|
201
|
+
it("tem.v20210701.CreateLogConfig", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.CreateLogConfig({})
|
|
204
|
+
expect(data).to.be.ok
|
|
205
|
+
} catch(error) {
|
|
206
|
+
expect(error.requestId).to.be.ok
|
|
207
|
+
expect(error.code).to.be.ok
|
|
208
|
+
}
|
|
209
|
+
})
|
|
210
|
+
|
|
171
211
|
it("tem.v20210701.DescribeApplicationInfo", async function () {
|
|
172
212
|
try {
|
|
173
213
|
const data = await client.DescribeApplicationInfo({})
|
|
@@ -338,6 +378,16 @@ it("tem.v20210701.RevertDeployApplication", async function () {
|
|
|
338
378
|
}
|
|
339
379
|
})
|
|
340
380
|
|
|
381
|
+
it("tem.v20210701.DestroyLogConfig", async function () {
|
|
382
|
+
try {
|
|
383
|
+
const data = await client.DestroyLogConfig({})
|
|
384
|
+
expect(data).to.be.ok
|
|
385
|
+
} catch(error) {
|
|
386
|
+
expect(error.requestId).to.be.ok
|
|
387
|
+
expect(error.code).to.be.ok
|
|
388
|
+
}
|
|
389
|
+
})
|
|
390
|
+
|
|
341
391
|
it("tem.v20210701.DescribeRelatedIngresses", async function () {
|
|
342
392
|
try {
|
|
343
393
|
const data = await client.DescribeRelatedIngresses({})
|
|
@@ -38,16 +38,6 @@ it("trtc.v20190722.StartMCUMixTranscode", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("trtc.v20190722.DescribeRoomInformation", async function () {
|
|
42
|
-
try {
|
|
43
|
-
const data = await client.DescribeRoomInformation({})
|
|
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
41
|
it("trtc.v20190722.DescribeCallDetailInfo", async function () {
|
|
52
42
|
try {
|
|
53
43
|
const data = await client.DescribeCallDetailInfo({})
|
|
@@ -68,16 +58,6 @@ it("trtc.v20190722.StopMCUMixTranscode", async function () {
|
|
|
68
58
|
}
|
|
69
59
|
})
|
|
70
60
|
|
|
71
|
-
it("trtc.v20190722.DescribeHistoryScale", async function () {
|
|
72
|
-
try {
|
|
73
|
-
const data = await client.DescribeHistoryScale({})
|
|
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
61
|
it("trtc.v20190722.DeletePicture", async function () {
|
|
82
62
|
try {
|
|
83
63
|
const data = await client.DeletePicture({})
|
|
@@ -108,9 +88,9 @@ it("trtc.v20190722.RemoveUser", async function () {
|
|
|
108
88
|
}
|
|
109
89
|
})
|
|
110
90
|
|
|
111
|
-
it("trtc.v20190722.
|
|
91
|
+
it("trtc.v20190722.ModifyCloudRecording", async function () {
|
|
112
92
|
try {
|
|
113
|
-
const data = await client.
|
|
93
|
+
const data = await client.ModifyCloudRecording({})
|
|
114
94
|
expect(data).to.be.ok
|
|
115
95
|
} catch(error) {
|
|
116
96
|
expect(error.requestId).to.be.ok
|
|
@@ -128,16 +108,6 @@ it("trtc.v20190722.DescribeUserEvent", async function () {
|
|
|
128
108
|
}
|
|
129
109
|
})
|
|
130
110
|
|
|
131
|
-
it("trtc.v20190722.ModifyCloudRecording", async function () {
|
|
132
|
-
try {
|
|
133
|
-
const data = await client.ModifyCloudRecording({})
|
|
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
|
-
|
|
141
111
|
it("trtc.v20190722.CreateCloudRecording", async function () {
|
|
142
112
|
try {
|
|
143
113
|
const data = await client.CreateCloudRecording({})
|
|
@@ -208,16 +178,6 @@ it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
|
|
|
208
178
|
}
|
|
209
179
|
})
|
|
210
180
|
|
|
211
|
-
it("trtc.v20190722.DescribeAbnormalEvent", async function () {
|
|
212
|
-
try {
|
|
213
|
-
const data = await client.DescribeAbnormalEvent({})
|
|
214
|
-
expect(data).to.be.ok
|
|
215
|
-
} catch(error) {
|
|
216
|
-
expect(error.requestId).to.be.ok
|
|
217
|
-
expect(error.code).to.be.ok
|
|
218
|
-
}
|
|
219
|
-
})
|
|
220
|
-
|
|
221
181
|
it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
|
|
222
182
|
try {
|
|
223
183
|
const data = await client.StartMCUMixTranscodeByStrRoomId({})
|
|
@@ -298,16 +258,6 @@ it("trtc.v20190722.DescribePicture", async function () {
|
|
|
298
258
|
}
|
|
299
259
|
})
|
|
300
260
|
|
|
301
|
-
it("trtc.v20190722.DescribeDetailEvent", async function () {
|
|
302
|
-
try {
|
|
303
|
-
const data = await client.DescribeDetailEvent({})
|
|
304
|
-
expect(data).to.be.ok
|
|
305
|
-
} catch(error) {
|
|
306
|
-
expect(error.requestId).to.be.ok
|
|
307
|
-
expect(error.code).to.be.ok
|
|
308
|
-
}
|
|
309
|
-
})
|
|
310
|
-
|
|
311
261
|
it("trtc.v20190722.DescribeUnusualEvent", async function () {
|
|
312
262
|
try {
|
|
313
263
|
const data = await client.DescribeUnusualEvent({})
|
|
@@ -318,14 +268,4 @@ it("trtc.v20190722.DescribeUnusualEvent", async function () {
|
|
|
318
268
|
}
|
|
319
269
|
})
|
|
320
270
|
|
|
321
|
-
it("trtc.v20190722.DescribeUserInformation", async function () {
|
|
322
|
-
try {
|
|
323
|
-
const data = await client.DescribeUserInformation({})
|
|
324
|
-
expect(data).to.be.ok
|
|
325
|
-
} catch(error) {
|
|
326
|
-
expect(error.requestId).to.be.ok
|
|
327
|
-
expect(error.code).to.be.ok
|
|
328
|
-
}
|
|
329
|
-
})
|
|
330
|
-
|
|
331
271
|
})
|