tencentcloud-sdk-nodejs 4.0.425 → 4.0.428
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 +430 -0
- package/SERVICE_CHANGELOG.md +266 -168
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cat/v20180409/cat_models.ts +6 -0
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/cfs/v20190719/cfs_models.ts +37 -37
- package/src/services/cfw/v20190904/cfw_client.ts +19 -55
- package/src/services/cfw/v20190904/cfw_models.ts +48 -189
- package/src/services/ckafka/v20190819/ckafka_models.ts +30 -0
- package/src/services/ess/v20201111/ess_client.ts +12 -0
- package/src/services/ess/v20201111/ess_models.ts +30 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +132 -119
- package/src/services/essbasic/v20210526/essbasic_models.ts +65 -1
- package/src/services/faceid/v20180301/faceid_models.ts +20 -5
- package/src/services/monitor/v20180724/monitor_models.ts +4 -4
- package/src/services/ocr/v20181119/ocr_models.ts +20 -0
- package/src/services/teo/v20220106/teo_client.ts +146 -33
- package/src/services/teo/v20220106/teo_models.ts +1110 -358
- package/src/services/tts/v20190823/tts_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +2 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +5 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +37 -37
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +7 -19
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +9 -27
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +36 -158
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +24 -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 +26 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +58 -54
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +81 -75
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +56 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +17 -5
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -4
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +16 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +39 -7
- package/tencentcloud/services/teo/v20220106/teo_client.js +57 -9
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +967 -309
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +1 -1
- package/tencentcloud/services/tts/v20190823/tts_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -0
- package/test/cfw.v20190904.test.js +6 -36
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +52 -42
- package/test/teo.v20220106.test.js +86 -6
|
@@ -15,7 +15,7 @@ export declare class Client extends AbstractClient {
|
|
|
15
15
|
<li>支持中文普通话、英文、中英文混读、粤语合成</li>
|
|
16
16
|
<li>支持语速、音量设置</li>
|
|
17
17
|
<li>支持回调或轮询的方式获取结果,结果获取请参考 长文本语音合成结果查询。</li>
|
|
18
|
-
<li
|
|
18
|
+
<li>提交长文本语音合成请求后,合成结果在3小时内完成,音频文件在服务端可保存24小时</li>
|
|
19
19
|
|
|
20
20
|
<p></p>
|
|
21
21
|
|
|
@@ -35,7 +35,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
35
35
|
<li>支持中文普通话、英文、中英文混读、粤语合成</li>
|
|
36
36
|
<li>支持语速、音量设置</li>
|
|
37
37
|
<li>支持回调或轮询的方式获取结果,结果获取请参考 长文本语音合成结果查询。</li>
|
|
38
|
-
<li
|
|
38
|
+
<li>提交长文本语音合成请求后,合成结果在3小时内完成,音频文件在服务端可保存24小时</li>
|
|
39
39
|
|
|
40
40
|
<p></p>
|
|
41
41
|
|
|
@@ -281,6 +281,8 @@ export interface DescribeNetworkInterfacesRequest {
|
|
|
281
281
|
<li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例3。</li>
|
|
282
282
|
<li>is-primary - Boolean - 是否必填:否 - (过滤条件)按照是否主网卡进行过滤。值为true时,仅过滤主网卡;值为false时,仅过滤辅助网卡;此过滤参数未提供时,同时过滤主网卡和辅助网卡。</li>
|
|
283
283
|
<li>eni-type - String -是否必填:否- (过滤条件)按照网卡类型进行过滤。“0”-辅助网卡,“1”-主网卡,“2”:中继网卡</li>
|
|
284
|
+
<li>eni-qos - String -是否必填:否- (过滤条件)按照网卡服务质量进行过滤。“AG”-服务质量云铜,“AU”-服务质量为银</li>
|
|
285
|
+
<li>address-ipv6 - String - 是否必填:否 -(过滤条件)内网IPv6地址过滤,支持多ipv6地址查询,如果和address-ip一起使用取交集。</li>
|
|
284
286
|
*/
|
|
285
287
|
Filters?: Array<Filter>;
|
|
286
288
|
/**
|
|
@@ -28,16 +28,6 @@ it("cfw.v20190904.DescribeNatFwInfoCount", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("cfw.v20190904.DescribeNatRuleOverview", async function () {
|
|
32
|
-
try {
|
|
33
|
-
const data = await client.DescribeNatRuleOverview({})
|
|
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
31
|
it("cfw.v20190904.StopSecurityGroupRuleDispatch", async function () {
|
|
42
32
|
try {
|
|
43
33
|
const data = await client.StopSecurityGroupRuleDispatch({})
|
|
@@ -238,9 +228,9 @@ it("cfw.v20190904.CreateNatFwInstanceWithDomain", async function () {
|
|
|
238
228
|
}
|
|
239
229
|
})
|
|
240
230
|
|
|
241
|
-
it("cfw.v20190904.
|
|
231
|
+
it("cfw.v20190904.ModifySequenceRules", async function () {
|
|
242
232
|
try {
|
|
243
|
-
const data = await client.
|
|
233
|
+
const data = await client.ModifySequenceRules({})
|
|
244
234
|
expect(data).to.be.ok
|
|
245
235
|
} catch(error) {
|
|
246
236
|
expect(error.requestId).to.be.ok
|
|
@@ -438,16 +428,6 @@ it("cfw.v20190904.DescribeUnHandleEventTabList", async function () {
|
|
|
438
428
|
}
|
|
439
429
|
})
|
|
440
430
|
|
|
441
|
-
it("cfw.v20190904.SetNatFwEip", async function () {
|
|
442
|
-
try {
|
|
443
|
-
const data = await client.SetNatFwEip({})
|
|
444
|
-
expect(data).to.be.ok
|
|
445
|
-
} catch(error) {
|
|
446
|
-
expect(error.requestId).to.be.ok
|
|
447
|
-
expect(error.code).to.be.ok
|
|
448
|
-
}
|
|
449
|
-
})
|
|
450
|
-
|
|
451
431
|
it("cfw.v20190904.DescribeSourceAsset", async function () {
|
|
452
432
|
try {
|
|
453
433
|
const data = await client.DescribeSourceAsset({})
|
|
@@ -498,9 +478,9 @@ it("cfw.v20190904.ModifyAllRuleStatus", async function () {
|
|
|
498
478
|
}
|
|
499
479
|
})
|
|
500
480
|
|
|
501
|
-
it("cfw.v20190904.
|
|
481
|
+
it("cfw.v20190904.RemoveAcRule", async function () {
|
|
502
482
|
try {
|
|
503
|
-
const data = await client.
|
|
483
|
+
const data = await client.RemoveAcRule({})
|
|
504
484
|
expect(data).to.be.ok
|
|
505
485
|
} catch(error) {
|
|
506
486
|
expect(error.requestId).to.be.ok
|
|
@@ -508,9 +488,9 @@ it("cfw.v20190904.ModifySequenceRules", async function () {
|
|
|
508
488
|
}
|
|
509
489
|
})
|
|
510
490
|
|
|
511
|
-
it("cfw.v20190904.
|
|
491
|
+
it("cfw.v20190904.SetNatFwEip", async function () {
|
|
512
492
|
try {
|
|
513
|
-
const data = await client.
|
|
493
|
+
const data = await client.SetNatFwEip({})
|
|
514
494
|
expect(data).to.be.ok
|
|
515
495
|
} catch(error) {
|
|
516
496
|
expect(error.requestId).to.be.ok
|
|
@@ -578,16 +558,6 @@ it("cfw.v20190904.DescribeCfwEips", async function () {
|
|
|
578
558
|
}
|
|
579
559
|
})
|
|
580
560
|
|
|
581
|
-
it("cfw.v20190904.RunSyncAsset", async function () {
|
|
582
|
-
try {
|
|
583
|
-
const data = await client.RunSyncAsset({})
|
|
584
|
-
expect(data).to.be.ok
|
|
585
|
-
} catch(error) {
|
|
586
|
-
expect(error.requestId).to.be.ok
|
|
587
|
-
expect(error.code).to.be.ok
|
|
588
|
-
}
|
|
589
|
-
})
|
|
590
|
-
|
|
591
561
|
it("cfw.v20190904.ModifyAcRule", async function () {
|
|
592
562
|
try {
|
|
593
563
|
const data = await client.ModifyAcRule({})
|
|
@@ -88,6 +88,16 @@ it("ess.v20201111.DescribeThirdPartyAuthCode", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
+
it("ess.v20201111.CreateFlowEvidenceReport", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.CreateFlowEvidenceReport({})
|
|
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
|
+
|
|
91
101
|
it("ess.v20201111.CreateFlow", async function () {
|
|
92
102
|
try {
|
|
93
103
|
const data = await client.CreateFlow({})
|
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.essbasic.v20210526.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("essbasic.v20210526.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("essbasic.v20210526.
|
|
21
|
+
it("essbasic.v20210526.ChannelCreateFlowSignReview", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.ChannelCreateFlowSignReview({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -28,9 +28,9 @@ it("essbasic.v20210526.UploadFiles", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("essbasic.v20210526.
|
|
31
|
+
it("essbasic.v20210526.ChannelCreateMultiFlowSignQRCode", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.ChannelCreateMultiFlowSignQRCode({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +38,9 @@ it("essbasic.v20210526.CreateFlowsByTemplates", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("essbasic.v20210526.
|
|
41
|
+
it("essbasic.v20210526.ChannelCreateFlowByFiles", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.ChannelCreateFlowByFiles({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +48,9 @@ it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("essbasic.v20210526.
|
|
51
|
+
it("essbasic.v20210526.CreateSealByImage", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
53
|
+
const data = await client.CreateSealByImage({})
|
|
54
54
|
expect(data).to.be.ok
|
|
55
55
|
} catch(error) {
|
|
56
56
|
expect(error.requestId).to.be.ok
|
|
@@ -58,9 +58,9 @@ it("essbasic.v20210526.ChannelCreateFlowSignReview", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
-
it("essbasic.v20210526.
|
|
61
|
+
it("essbasic.v20210526.ChannelCancelMultiFlowSignQRCode", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
63
|
+
const data = await client.ChannelCancelMultiFlowSignQRCode({})
|
|
64
64
|
expect(data).to.be.ok
|
|
65
65
|
} catch(error) {
|
|
66
66
|
expect(error.requestId).to.be.ok
|
|
@@ -68,9 +68,9 @@ it("essbasic.v20210526.DescribeTemplates", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
-
it("essbasic.v20210526.
|
|
71
|
+
it("essbasic.v20210526.ChannelCreateConvertTaskApi", async function () {
|
|
72
72
|
try {
|
|
73
|
-
const data = await client.
|
|
73
|
+
const data = await client.ChannelCreateConvertTaskApi({})
|
|
74
74
|
expect(data).to.be.ok
|
|
75
75
|
} catch(error) {
|
|
76
76
|
expect(error.requestId).to.be.ok
|
|
@@ -78,9 +78,9 @@ it("essbasic.v20210526.OperateChannelTemplate", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
-
it("essbasic.v20210526.
|
|
81
|
+
it("essbasic.v20210526.DescribeUsage", async function () {
|
|
82
82
|
try {
|
|
83
|
-
const data = await client.
|
|
83
|
+
const data = await client.DescribeUsage({})
|
|
84
84
|
expect(data).to.be.ok
|
|
85
85
|
} catch(error) {
|
|
86
86
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +88,9 @@ it("essbasic.v20210526.SyncProxyOrganizationOperators", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
-
it("essbasic.v20210526.
|
|
91
|
+
it("essbasic.v20210526.CreateFlowsByTemplates", async function () {
|
|
92
92
|
try {
|
|
93
|
-
const data = await client.
|
|
93
|
+
const data = await client.CreateFlowsByTemplates({})
|
|
94
94
|
expect(data).to.be.ok
|
|
95
95
|
} catch(error) {
|
|
96
96
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +98,9 @@ it("essbasic.v20210526.ChannelCreateMultiFlowSignQRCode", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("essbasic.v20210526.
|
|
101
|
+
it("essbasic.v20210526.CreateSignUrls", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
103
|
+
const data = await client.CreateSignUrls({})
|
|
104
104
|
expect(data).to.be.ok
|
|
105
105
|
} catch(error) {
|
|
106
106
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +108,9 @@ it("essbasic.v20210526.ChannelCreateFlowByFiles", async function () {
|
|
|
108
108
|
}
|
|
109
109
|
})
|
|
110
110
|
|
|
111
|
-
it("essbasic.v20210526.
|
|
111
|
+
it("essbasic.v20210526.CreateConsoleLoginUrl", async function () {
|
|
112
112
|
try {
|
|
113
|
-
const data = await client.
|
|
113
|
+
const data = await client.CreateConsoleLoginUrl({})
|
|
114
114
|
expect(data).to.be.ok
|
|
115
115
|
} catch(error) {
|
|
116
116
|
expect(error.requestId).to.be.ok
|
|
@@ -118,9 +118,9 @@ it("essbasic.v20210526.PrepareFlows", async function () {
|
|
|
118
118
|
}
|
|
119
119
|
})
|
|
120
120
|
|
|
121
|
-
it("essbasic.v20210526.
|
|
121
|
+
it("essbasic.v20210526.ChannelCreateBatchCancelFlowUrl", async function () {
|
|
122
122
|
try {
|
|
123
|
-
const data = await client.
|
|
123
|
+
const data = await client.ChannelCreateBatchCancelFlowUrl({})
|
|
124
124
|
expect(data).to.be.ok
|
|
125
125
|
} catch(error) {
|
|
126
126
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +128,9 @@ it("essbasic.v20210526.CreateSignUrls", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
-
it("essbasic.v20210526.
|
|
131
|
+
it("essbasic.v20210526.ChannelGetTaskResultApi", async function () {
|
|
132
132
|
try {
|
|
133
|
-
const data = await client.
|
|
133
|
+
const data = await client.ChannelGetTaskResultApi({})
|
|
134
134
|
expect(data).to.be.ok
|
|
135
135
|
} catch(error) {
|
|
136
136
|
expect(error.requestId).to.be.ok
|
|
@@ -138,9 +138,9 @@ it("essbasic.v20210526.CreateSealByImage", async function () {
|
|
|
138
138
|
}
|
|
139
139
|
})
|
|
140
140
|
|
|
141
|
-
it("essbasic.v20210526.
|
|
141
|
+
it("essbasic.v20210526.SyncProxyOrganization", async function () {
|
|
142
142
|
try {
|
|
143
|
-
const data = await client.
|
|
143
|
+
const data = await client.SyncProxyOrganization({})
|
|
144
144
|
expect(data).to.be.ok
|
|
145
145
|
} catch(error) {
|
|
146
146
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +148,9 @@ it("essbasic.v20210526.ChannelCancelMultiFlowSignQRCode", async function () {
|
|
|
148
148
|
}
|
|
149
149
|
})
|
|
150
150
|
|
|
151
|
-
it("essbasic.v20210526.
|
|
151
|
+
it("essbasic.v20210526.GetDownloadFlowUrl", async function () {
|
|
152
152
|
try {
|
|
153
|
-
const data = await client.
|
|
153
|
+
const data = await client.GetDownloadFlowUrl({})
|
|
154
154
|
expect(data).to.be.ok
|
|
155
155
|
} catch(error) {
|
|
156
156
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +158,9 @@ it("essbasic.v20210526.CreateConsoleLoginUrl", async function () {
|
|
|
158
158
|
}
|
|
159
159
|
})
|
|
160
160
|
|
|
161
|
-
it("essbasic.v20210526.
|
|
161
|
+
it("essbasic.v20210526.PrepareFlows", async function () {
|
|
162
162
|
try {
|
|
163
|
-
const data = await client.
|
|
163
|
+
const data = await client.PrepareFlows({})
|
|
164
164
|
expect(data).to.be.ok
|
|
165
165
|
} catch(error) {
|
|
166
166
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +168,9 @@ it("essbasic.v20210526.ChannelCreateBatchCancelFlowUrl", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
-
it("essbasic.v20210526.
|
|
171
|
+
it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
|
|
172
172
|
try {
|
|
173
|
-
const data = await client.
|
|
173
|
+
const data = await client.DescribeResourceUrlsByFlows({})
|
|
174
174
|
expect(data).to.be.ok
|
|
175
175
|
} catch(error) {
|
|
176
176
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +178,9 @@ it("essbasic.v20210526.ChannelCreateConvertTaskApi", async function () {
|
|
|
178
178
|
}
|
|
179
179
|
})
|
|
180
180
|
|
|
181
|
-
it("essbasic.v20210526.
|
|
181
|
+
it("essbasic.v20210526.DescribeTemplates", async function () {
|
|
182
182
|
try {
|
|
183
|
-
const data = await client.
|
|
183
|
+
const data = await client.DescribeTemplates({})
|
|
184
184
|
expect(data).to.be.ok
|
|
185
185
|
} catch(error) {
|
|
186
186
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +188,9 @@ it("essbasic.v20210526.DescribeUsage", async function () {
|
|
|
188
188
|
}
|
|
189
189
|
})
|
|
190
190
|
|
|
191
|
-
it("essbasic.v20210526.
|
|
191
|
+
it("essbasic.v20210526.UploadFiles", async function () {
|
|
192
192
|
try {
|
|
193
|
-
const data = await client.
|
|
193
|
+
const data = await client.UploadFiles({})
|
|
194
194
|
expect(data).to.be.ok
|
|
195
195
|
} catch(error) {
|
|
196
196
|
expect(error.requestId).to.be.ok
|
|
@@ -198,9 +198,9 @@ it("essbasic.v20210526.ChannelGetTaskResultApi", async function () {
|
|
|
198
198
|
}
|
|
199
199
|
})
|
|
200
200
|
|
|
201
|
-
it("essbasic.v20210526.
|
|
201
|
+
it("essbasic.v20210526.CreateChannelFlowEvidenceReport", async function () {
|
|
202
202
|
try {
|
|
203
|
-
const data = await client.
|
|
203
|
+
const data = await client.CreateChannelFlowEvidenceReport({})
|
|
204
204
|
expect(data).to.be.ok
|
|
205
205
|
} catch(error) {
|
|
206
206
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +208,9 @@ it("essbasic.v20210526.SyncProxyOrganization", async function () {
|
|
|
208
208
|
}
|
|
209
209
|
})
|
|
210
210
|
|
|
211
|
-
it("essbasic.v20210526.
|
|
211
|
+
it("essbasic.v20210526.OperateChannelTemplate", async function () {
|
|
212
212
|
try {
|
|
213
|
-
const data = await client.
|
|
213
|
+
const data = await client.OperateChannelTemplate({})
|
|
214
214
|
expect(data).to.be.ok
|
|
215
215
|
} catch(error) {
|
|
216
216
|
expect(error.requestId).to.be.ok
|
|
@@ -218,9 +218,19 @@ it("essbasic.v20210526.DescribeFlowDetailInfo", async function () {
|
|
|
218
218
|
}
|
|
219
219
|
})
|
|
220
220
|
|
|
221
|
-
it("essbasic.v20210526.
|
|
221
|
+
it("essbasic.v20210526.SyncProxyOrganizationOperators", async function () {
|
|
222
222
|
try {
|
|
223
|
-
const data = await client.
|
|
223
|
+
const data = await client.SyncProxyOrganizationOperators({})
|
|
224
|
+
expect(data).to.be.ok
|
|
225
|
+
} catch(error) {
|
|
226
|
+
expect(error.requestId).to.be.ok
|
|
227
|
+
expect(error.code).to.be.ok
|
|
228
|
+
}
|
|
229
|
+
})
|
|
230
|
+
|
|
231
|
+
it("essbasic.v20210526.DescribeFlowDetailInfo", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.DescribeFlowDetailInfo({})
|
|
224
234
|
expect(data).to.be.ok
|
|
225
235
|
} catch(error) {
|
|
226
236
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +38,9 @@ it("teo.v20220106.CreatePurgeTask", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("teo.v20220106.
|
|
41
|
+
it("teo.v20220106.CreatePlanForZone", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.CreatePlanForZone({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -308,6 +308,16 @@ it("teo.v20220106.DescribeSecurityPolicyList", async function () {
|
|
|
308
308
|
}
|
|
309
309
|
})
|
|
310
310
|
|
|
311
|
+
it("teo.v20220106.DescribePrefetchTasks", async function () {
|
|
312
|
+
try {
|
|
313
|
+
const data = await client.DescribePrefetchTasks({})
|
|
314
|
+
expect(data).to.be.ok
|
|
315
|
+
} catch(error) {
|
|
316
|
+
expect(error.requestId).to.be.ok
|
|
317
|
+
expect(error.code).to.be.ok
|
|
318
|
+
}
|
|
319
|
+
})
|
|
320
|
+
|
|
311
321
|
it("teo.v20220106.DeleteOriginGroup", async function () {
|
|
312
322
|
try {
|
|
313
323
|
const data = await client.DeleteOriginGroup({})
|
|
@@ -388,9 +398,9 @@ it("teo.v20220106.DeleteLoadBalancing", async function () {
|
|
|
388
398
|
}
|
|
389
399
|
})
|
|
390
400
|
|
|
391
|
-
it("teo.v20220106.
|
|
401
|
+
it("teo.v20220106.DescribeTopL7CacheData", async function () {
|
|
392
402
|
try {
|
|
393
|
-
const data = await client.
|
|
403
|
+
const data = await client.DescribeTopL7CacheData({})
|
|
394
404
|
expect(data).to.be.ok
|
|
395
405
|
} catch(error) {
|
|
396
406
|
expect(error.requestId).to.be.ok
|
|
@@ -398,9 +408,9 @@ it("teo.v20220106.DescribeTimingL4Data", async function () {
|
|
|
398
408
|
}
|
|
399
409
|
})
|
|
400
410
|
|
|
401
|
-
it("teo.v20220106.
|
|
411
|
+
it("teo.v20220106.DescribeTimingL4Data", async function () {
|
|
402
412
|
try {
|
|
403
|
-
const data = await client.
|
|
413
|
+
const data = await client.DescribeTimingL4Data({})
|
|
404
414
|
expect(data).to.be.ok
|
|
405
415
|
} catch(error) {
|
|
406
416
|
expect(error.requestId).to.be.ok
|
|
@@ -418,6 +428,16 @@ it("teo.v20220106.ScanDnsRecords", async function () {
|
|
|
418
428
|
}
|
|
419
429
|
})
|
|
420
430
|
|
|
431
|
+
it("teo.v20220106.ModifyRule", async function () {
|
|
432
|
+
try {
|
|
433
|
+
const data = await client.ModifyRule({})
|
|
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
|
+
|
|
421
441
|
it("teo.v20220106.DescribeTopL7AnalysisData", async function () {
|
|
422
442
|
try {
|
|
423
443
|
const data = await client.DescribeTopL7AnalysisData({})
|
|
@@ -448,6 +468,16 @@ it("teo.v20220106.ModifySecurityPolicy", async function () {
|
|
|
448
468
|
}
|
|
449
469
|
})
|
|
450
470
|
|
|
471
|
+
it("teo.v20220106.ModifyRulePriority", async function () {
|
|
472
|
+
try {
|
|
473
|
+
const data = await client.ModifyRulePriority({})
|
|
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
|
+
|
|
451
481
|
it("teo.v20220106.DescribeBotManagedRules", async function () {
|
|
452
482
|
try {
|
|
453
483
|
const data = await client.DescribeBotManagedRules({})
|
|
@@ -498,6 +528,16 @@ it("teo.v20220106.DescribeIdentification", async function () {
|
|
|
498
528
|
}
|
|
499
529
|
})
|
|
500
530
|
|
|
531
|
+
it("teo.v20220106.CreateRule", async function () {
|
|
532
|
+
try {
|
|
533
|
+
const data = await client.CreateRule({})
|
|
534
|
+
expect(data).to.be.ok
|
|
535
|
+
} catch(error) {
|
|
536
|
+
expect(error.requestId).to.be.ok
|
|
537
|
+
expect(error.code).to.be.ok
|
|
538
|
+
}
|
|
539
|
+
})
|
|
540
|
+
|
|
501
541
|
it("teo.v20220106.ModifyApplicationProxy", async function () {
|
|
502
542
|
try {
|
|
503
543
|
const data = await client.ModifyApplicationProxy({})
|
|
@@ -518,6 +558,16 @@ it("teo.v20220106.CreateZone", async function () {
|
|
|
518
558
|
}
|
|
519
559
|
})
|
|
520
560
|
|
|
561
|
+
it("teo.v20220106.DescribeAvailablePlans", async function () {
|
|
562
|
+
try {
|
|
563
|
+
const data = await client.DescribeAvailablePlans({})
|
|
564
|
+
expect(data).to.be.ok
|
|
565
|
+
} catch(error) {
|
|
566
|
+
expect(error.requestId).to.be.ok
|
|
567
|
+
expect(error.code).to.be.ok
|
|
568
|
+
}
|
|
569
|
+
})
|
|
570
|
+
|
|
521
571
|
it("teo.v20220106.DescribeZoneDDoSPolicy", async function () {
|
|
522
572
|
try {
|
|
523
573
|
const data = await client.DescribeZoneDDoSPolicy({})
|
|
@@ -568,6 +618,16 @@ it("teo.v20220106.DescribeDnsData", async function () {
|
|
|
568
618
|
}
|
|
569
619
|
})
|
|
570
620
|
|
|
621
|
+
it("teo.v20220106.DescribeRulesSetting", async function () {
|
|
622
|
+
try {
|
|
623
|
+
const data = await client.DescribeRulesSetting({})
|
|
624
|
+
expect(data).to.be.ok
|
|
625
|
+
} catch(error) {
|
|
626
|
+
expect(error.requestId).to.be.ok
|
|
627
|
+
expect(error.code).to.be.ok
|
|
628
|
+
}
|
|
629
|
+
})
|
|
630
|
+
|
|
571
631
|
it("teo.v20220106.DescribeHostsCertificate", async function () {
|
|
572
632
|
try {
|
|
573
633
|
const data = await client.DescribeHostsCertificate({})
|
|
@@ -628,6 +688,16 @@ it("teo.v20220106.ModifyZoneStatus", async function () {
|
|
|
628
688
|
}
|
|
629
689
|
})
|
|
630
690
|
|
|
691
|
+
it("teo.v20220106.DeleteRules", async function () {
|
|
692
|
+
try {
|
|
693
|
+
const data = await client.DeleteRules({})
|
|
694
|
+
expect(data).to.be.ok
|
|
695
|
+
} catch(error) {
|
|
696
|
+
expect(error.requestId).to.be.ok
|
|
697
|
+
expect(error.code).to.be.ok
|
|
698
|
+
}
|
|
699
|
+
})
|
|
700
|
+
|
|
631
701
|
it("teo.v20220106.DescribeDDoSPolicy", async function () {
|
|
632
702
|
try {
|
|
633
703
|
const data = await client.DescribeDDoSPolicy({})
|
|
@@ -668,6 +738,16 @@ it("teo.v20220106.DescribeSecurityPolicy", async function () {
|
|
|
668
738
|
}
|
|
669
739
|
})
|
|
670
740
|
|
|
741
|
+
it("teo.v20220106.DescribeRules", async function () {
|
|
742
|
+
try {
|
|
743
|
+
const data = await client.DescribeRules({})
|
|
744
|
+
expect(data).to.be.ok
|
|
745
|
+
} catch(error) {
|
|
746
|
+
expect(error.requestId).to.be.ok
|
|
747
|
+
expect(error.code).to.be.ok
|
|
748
|
+
}
|
|
749
|
+
})
|
|
750
|
+
|
|
671
751
|
it("teo.v20220106.CreateApplicationProxy", async function () {
|
|
672
752
|
try {
|
|
673
753
|
const data = await client.CreateApplicationProxy({})
|