tencentcloud-sdk-nodejs 4.0.579 → 4.0.581

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.
Files changed (55) hide show
  1. package/CHANGELOG.md +370 -0
  2. package/SERVICE_CHANGELOG.md +387 -19
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +8 -2
  7. package/src/services/cdn/v20180606/cdn_models.ts +2 -2
  8. package/src/services/cfs/v20190719/cfs_client.ts +72 -5
  9. package/src/services/cfs/v20190719/cfs_models.ts +461 -59
  10. package/src/services/cls/v20201016/cls_models.ts +10 -0
  11. package/src/services/ess/v20201111/ess_models.ts +13 -8
  12. package/src/services/faceid/v20180301/faceid_models.ts +34 -3
  13. package/src/services/lcic/v20220817/lcic_models.ts +4 -4
  14. package/src/services/ms/v20180408/ms_client.ts +4 -2
  15. package/src/services/ocr/v20181119/ocr_client.ts +15 -13
  16. package/src/services/ocr/v20181119/ocr_models.ts +34 -34
  17. package/src/services/redis/v20180412/redis_models.ts +35 -18
  18. package/src/services/teo/v20220106/teo_client.ts +17 -1252
  19. package/src/services/teo/v20220106/teo_models.ts +278 -10164
  20. package/src/services/tiw/v20190919/tiw_models.ts +1 -1
  21. package/src/services/trp/v20210515/trp_client.ts +12 -0
  22. package/src/services/trp/v20210515/trp_models.ts +30 -0
  23. package/src/services/trtc/v20190722/trtc_models.ts +5 -0
  24. package/src/services/vrs/v20200824/vrs_models.ts +12 -4
  25. package/src/services/waf/v20180125/waf_models.ts +2 -2
  26. package/tencentcloud/common/sdk_version.d.ts +1 -1
  27. package/tencentcloud/common/sdk_version.js +1 -1
  28. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +7 -1
  29. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -2
  30. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +26 -1
  31. package/tencentcloud/services/cfs/v20190719/cfs_client.js +35 -0
  32. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +391 -51
  33. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +8 -0
  34. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +13 -8
  35. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +34 -5
  36. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -4
  37. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +3 -1
  38. package/tencentcloud/services/ms/v20180408/ms_client.js +3 -1
  39. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +14 -12
  40. package/tencentcloud/services/ocr/v20181119/ocr_client.js +14 -12
  41. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +34 -34
  42. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +31 -14
  43. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +3 -375
  44. package/tencentcloud/services/teo/v20220106/teo_client.js +3 -557
  45. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +260 -8717
  46. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +1 -1
  47. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +5 -1
  48. package/tencentcloud/services/trp/v20210515/trp_client.js +6 -0
  49. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +26 -0
  50. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -0
  51. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +12 -4
  52. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -2
  53. package/test/cfs.v20190719.test.js +50 -0
  54. package/test/teo.v20220106.test.js +3 -913
  55. package/test/trp.v20210515.test.js +10 -0
@@ -18,16 +18,6 @@ const client = new tencentcloud.teo.v20220106.Client({
18
18
  })
19
19
  describe("teo.v20220106.test.js", function () {
20
20
 
21
- it("teo.v20220106.CreateDnsRecord", async function () {
22
- try {
23
- const data = await client.CreateDnsRecord({})
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("teo.v20220106.CreatePurgeTask", async function () {
32
22
  try {
33
23
  const data = await client.CreatePurgeTask({})
@@ -38,169 +28,9 @@ it("teo.v20220106.CreatePurgeTask", async function () {
38
28
  }
39
29
  })
40
30
 
41
- it("teo.v20220106.CreatePlanForZone", async function () {
42
- try {
43
- const data = await client.CreatePlanForZone({})
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("teo.v20220106.DescribeWebProtectionAttackEvents", async function () {
52
- try {
53
- const data = await client.DescribeWebProtectionAttackEvents({})
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("teo.v20220106.CreateLoadBalancing", async function () {
62
- try {
63
- const data = await client.CreateLoadBalancing({})
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("teo.v20220106.ModifyDDoSPolicyHost", async function () {
72
- try {
73
- const data = await client.ModifyDDoSPolicyHost({})
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("teo.v20220106.IdentifyZone", async function () {
82
- try {
83
- const data = await client.IdentifyZone({})
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
-
91
- it("teo.v20220106.DescribeDefaultCertificates", async function () {
92
- try {
93
- const data = await client.DescribeDefaultCertificates({})
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
-
101
- it("teo.v20220106.ModifyOriginGroup", async function () {
102
- try {
103
- const data = await client.ModifyOriginGroup({})
104
- expect(data).to.be.ok
105
- } catch(error) {
106
- expect(error.requestId).to.be.ok
107
- expect(error.code).to.be.ok
108
- }
109
- })
110
-
111
- it("teo.v20220106.DescribeDDosAttackTopData", async function () {
112
- try {
113
- const data = await client.DescribeDDosAttackTopData({})
114
- expect(data).to.be.ok
115
- } catch(error) {
116
- expect(error.requestId).to.be.ok
117
- expect(error.code).to.be.ok
118
- }
119
- })
120
-
121
- it("teo.v20220106.DescribeSecurityPortraitRules", async function () {
122
- try {
123
- const data = await client.DescribeSecurityPortraitRules({})
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("teo.v20220106.DeleteApplicationProxy", async function () {
132
- try {
133
- const data = await client.DeleteApplicationProxy({})
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
- it("teo.v20220106.DescribeWebManagedRulesLog", async function () {
142
- try {
143
- const data = await client.DescribeWebManagedRulesLog({})
144
- expect(data).to.be.ok
145
- } catch(error) {
146
- expect(error.requestId).to.be.ok
147
- expect(error.code).to.be.ok
148
- }
149
- })
150
-
151
- it("teo.v20220106.DownloadL7Logs", async function () {
152
- try {
153
- const data = await client.DownloadL7Logs({})
154
- expect(data).to.be.ok
155
- } catch(error) {
156
- expect(error.requestId).to.be.ok
157
- expect(error.code).to.be.ok
158
- }
159
- })
160
-
161
- it("teo.v20220106.DeleteApplicationProxyRule", async function () {
162
- try {
163
- const data = await client.DeleteApplicationProxyRule({})
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
-
171
- it("teo.v20220106.ModifyLoadBalancingStatus", async function () {
172
- try {
173
- const data = await client.ModifyLoadBalancingStatus({})
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
-
181
- it("teo.v20220106.DescribeWebProtectionData", async function () {
182
- try {
183
- const data = await client.DescribeWebProtectionData({})
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
-
191
- it("teo.v20220106.DescribeWebManagedRulesAttackEvents", async function () {
192
- try {
193
- const data = await client.DescribeWebManagedRulesAttackEvents({})
194
- expect(data).to.be.ok
195
- } catch(error) {
196
- expect(error.requestId).to.be.ok
197
- expect(error.code).to.be.ok
198
- }
199
- })
200
-
201
- it("teo.v20220106.ModifyZone", async function () {
31
+ it("teo.v20220106.DescribePurgeTasks", async function () {
202
32
  try {
203
- const data = await client.ModifyZone({})
33
+ const data = await client.DescribePurgeTasks({})
204
34
  expect(data).to.be.ok
205
35
  } catch(error) {
206
36
  expect(error.requestId).to.be.ok
@@ -218,96 +48,6 @@ it("teo.v20220106.CreatePrefetchTask", async function () {
218
48
  }
219
49
  })
220
50
 
221
- it("teo.v20220106.DescribeOverviewL7Data", async function () {
222
- try {
223
- const data = await client.DescribeOverviewL7Data({})
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("teo.v20220106.CheckCertificate", async function () {
232
- try {
233
- const data = await client.CheckCertificate({})
234
- expect(data).to.be.ok
235
- } catch(error) {
236
- expect(error.requestId).to.be.ok
237
- expect(error.code).to.be.ok
238
- }
239
- })
240
-
241
- it("teo.v20220106.DescribeSecurityPolicyManagedRules", async function () {
242
- try {
243
- const data = await client.DescribeSecurityPolicyManagedRules({})
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
-
251
- it("teo.v20220106.DescribeCnameStatus", async function () {
252
- try {
253
- const data = await client.DescribeCnameStatus({})
254
- expect(data).to.be.ok
255
- } catch(error) {
256
- expect(error.requestId).to.be.ok
257
- expect(error.code).to.be.ok
258
- }
259
- })
260
-
261
- it("teo.v20220106.DescribeSecurityPolicyRegions", async function () {
262
- try {
263
- const data = await client.DescribeSecurityPolicyRegions({})
264
- expect(data).to.be.ok
265
- } catch(error) {
266
- expect(error.requestId).to.be.ok
267
- expect(error.code).to.be.ok
268
- }
269
- })
270
-
271
- it("teo.v20220106.DescribeZoneDetails", async function () {
272
- try {
273
- const data = await client.DescribeZoneDetails({})
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
-
281
- it("teo.v20220106.ModifyZoneSetting", async function () {
282
- try {
283
- const data = await client.ModifyZoneSetting({})
284
- expect(data).to.be.ok
285
- } catch(error) {
286
- expect(error.requestId).to.be.ok
287
- expect(error.code).to.be.ok
288
- }
289
- })
290
-
291
- it("teo.v20220106.ModifyApplicationProxyRuleStatus", async function () {
292
- try {
293
- const data = await client.ModifyApplicationProxyRuleStatus({})
294
- expect(data).to.be.ok
295
- } catch(error) {
296
- expect(error.requestId).to.be.ok
297
- expect(error.code).to.be.ok
298
- }
299
- })
300
-
301
- it("teo.v20220106.DescribeSecurityPolicyList", async function () {
302
- try {
303
- const data = await client.DescribeSecurityPolicyList({})
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
51
  it("teo.v20220106.DescribePrefetchTasks", async function () {
312
52
  try {
313
53
  const data = await client.DescribePrefetchTasks({})
@@ -318,557 +58,7 @@ it("teo.v20220106.DescribePrefetchTasks", async function () {
318
58
  }
319
59
  })
320
60
 
321
- it("teo.v20220106.DeleteOriginGroup", async function () {
322
- try {
323
- const data = await client.DeleteOriginGroup({})
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
- it("teo.v20220106.DescribeWebManagedRulesTopData", async function () {
332
- try {
333
- const data = await client.DescribeWebManagedRulesTopData({})
334
- expect(data).to.be.ok
335
- } catch(error) {
336
- expect(error.requestId).to.be.ok
337
- expect(error.code).to.be.ok
338
- }
339
- })
340
-
341
- it("teo.v20220106.CreateApplicationProxyRules", async function () {
342
- try {
343
- const data = await client.CreateApplicationProxyRules({})
344
- expect(data).to.be.ok
345
- } catch(error) {
346
- expect(error.requestId).to.be.ok
347
- expect(error.code).to.be.ok
348
- }
349
- })
350
-
351
- it("teo.v20220106.DescribePurgeTasks", async function () {
352
- try {
353
- const data = await client.DescribePurgeTasks({})
354
- expect(data).to.be.ok
355
- } catch(error) {
356
- expect(error.requestId).to.be.ok
357
- expect(error.code).to.be.ok
358
- }
359
- })
360
-
361
- it("teo.v20220106.DescribeDDosAttackEventDetail", async function () {
362
- try {
363
- const data = await client.DescribeDDosAttackEventDetail({})
364
- expect(data).to.be.ok
365
- } catch(error) {
366
- expect(error.requestId).to.be.ok
367
- expect(error.code).to.be.ok
368
- }
369
- })
370
-
371
- it("teo.v20220106.DescribeTimingL7CacheData", async function () {
372
- try {
373
- const data = await client.DescribeTimingL7CacheData({})
374
- expect(data).to.be.ok
375
- } catch(error) {
376
- expect(error.requestId).to.be.ok
377
- expect(error.code).to.be.ok
378
- }
379
- })
380
-
381
- it("teo.v20220106.DescribeLoadBalancing", async function () {
382
- try {
383
- const data = await client.DescribeLoadBalancing({})
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
-
391
- it("teo.v20220106.DeleteLoadBalancing", async function () {
392
- try {
393
- const data = await client.DeleteLoadBalancing({})
394
- expect(data).to.be.ok
395
- } catch(error) {
396
- expect(error.requestId).to.be.ok
397
- expect(error.code).to.be.ok
398
- }
399
- })
400
-
401
- it("teo.v20220106.DescribeTopL7CacheData", async function () {
402
- try {
403
- const data = await client.DescribeTopL7CacheData({})
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
-
411
- it("teo.v20220106.DescribeTimingL4Data", async function () {
412
- try {
413
- const data = await client.DescribeTimingL4Data({})
414
- expect(data).to.be.ok
415
- } catch(error) {
416
- expect(error.requestId).to.be.ok
417
- expect(error.code).to.be.ok
418
- }
419
- })
420
-
421
- it("teo.v20220106.ScanDnsRecords", async function () {
422
- try {
423
- const data = await client.ScanDnsRecords({})
424
- expect(data).to.be.ok
425
- } catch(error) {
426
- expect(error.requestId).to.be.ok
427
- expect(error.code).to.be.ok
428
- }
429
- })
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
-
441
- it("teo.v20220106.DescribeTopL7AnalysisData", async function () {
442
- try {
443
- const data = await client.DescribeTopL7AnalysisData({})
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
- it("teo.v20220106.DeleteDnsRecords", async function () {
452
- try {
453
- const data = await client.DeleteDnsRecords({})
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
-
461
- it("teo.v20220106.ModifySecurityPolicy", async function () {
462
- try {
463
- const data = await client.ModifySecurityPolicy({})
464
- expect(data).to.be.ok
465
- } catch(error) {
466
- expect(error.requestId).to.be.ok
467
- expect(error.code).to.be.ok
468
- }
469
- })
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
-
481
- it("teo.v20220106.DescribeBotManagedRules", async function () {
482
- try {
483
- const data = await client.DescribeBotManagedRules({})
484
- expect(data).to.be.ok
485
- } catch(error) {
486
- expect(error.requestId).to.be.ok
487
- expect(error.code).to.be.ok
488
- }
489
- })
490
-
491
- it("teo.v20220106.DescribeDDosAttackSourceEvent", async function () {
492
- try {
493
- const data = await client.DescribeDDosAttackSourceEvent({})
494
- expect(data).to.be.ok
495
- } catch(error) {
496
- expect(error.requestId).to.be.ok
497
- expect(error.code).to.be.ok
498
- }
499
- })
500
-
501
- it("teo.v20220106.ModifyApplicationProxyStatus", async function () {
502
- try {
503
- const data = await client.ModifyApplicationProxyStatus({})
504
- expect(data).to.be.ok
505
- } catch(error) {
506
- expect(error.requestId).to.be.ok
507
- expect(error.code).to.be.ok
508
- }
509
- })
510
-
511
- it("teo.v20220106.DescribeTimingL7AnalysisData", async function () {
512
- try {
513
- const data = await client.DescribeTimingL7AnalysisData({})
514
- expect(data).to.be.ok
515
- } catch(error) {
516
- expect(error.requestId).to.be.ok
517
- expect(error.code).to.be.ok
518
- }
519
- })
520
-
521
- it("teo.v20220106.DescribeIdentification", async function () {
522
- try {
523
- const data = await client.DescribeIdentification({})
524
- expect(data).to.be.ok
525
- } catch(error) {
526
- expect(error.requestId).to.be.ok
527
- expect(error.code).to.be.ok
528
- }
529
- })
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
-
541
- it("teo.v20220106.ModifyApplicationProxy", async function () {
542
- try {
543
- const data = await client.ModifyApplicationProxy({})
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
-
551
- it("teo.v20220106.CreateZone", async function () {
552
- try {
553
- const data = await client.CreateZone({})
554
- expect(data).to.be.ok
555
- } catch(error) {
556
- expect(error.requestId).to.be.ok
557
- expect(error.code).to.be.ok
558
- }
559
- })
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
-
571
- it("teo.v20220106.DescribeZoneDDoSPolicy", async function () {
572
- try {
573
- const data = await client.DescribeZoneDDoSPolicy({})
574
- expect(data).to.be.ok
575
- } catch(error) {
576
- expect(error.requestId).to.be.ok
577
- expect(error.code).to.be.ok
578
- }
579
- })
580
-
581
- it("teo.v20220106.ModifyLoadBalancing", async function () {
582
- try {
583
- const data = await client.ModifyLoadBalancing({})
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
- it("teo.v20220106.CreateCustomErrorPage", async function () {
592
- try {
593
- const data = await client.CreateCustomErrorPage({})
594
- expect(data).to.be.ok
595
- } catch(error) {
596
- expect(error.requestId).to.be.ok
597
- expect(error.code).to.be.ok
598
- }
599
- })
600
-
601
- it("teo.v20220106.ModifyDDoSPolicy", async function () {
602
- try {
603
- const data = await client.ModifyDDoSPolicy({})
604
- expect(data).to.be.ok
605
- } catch(error) {
606
- expect(error.requestId).to.be.ok
607
- expect(error.code).to.be.ok
608
- }
609
- })
610
-
611
- it("teo.v20220106.DescribeDnsData", async function () {
612
- try {
613
- const data = await client.DescribeDnsData({})
614
- expect(data).to.be.ok
615
- } catch(error) {
616
- expect(error.requestId).to.be.ok
617
- expect(error.code).to.be.ok
618
- }
619
- })
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
-
631
- it("teo.v20220106.DescribeHostsCertificate", async function () {
632
- try {
633
- const data = await client.DescribeHostsCertificate({})
634
- expect(data).to.be.ok
635
- } catch(error) {
636
- expect(error.requestId).to.be.ok
637
- expect(error.code).to.be.ok
638
- }
639
- })
640
-
641
- it("teo.v20220106.DescribeDDosAttackData", async function () {
642
- try {
643
- const data = await client.DescribeDDosAttackData({})
644
- expect(data).to.be.ok
645
- } catch(error) {
646
- expect(error.requestId).to.be.ok
647
- expect(error.code).to.be.ok
648
- }
649
- })
650
-
651
- it("teo.v20220106.DescribeOriginGroupDetail", async function () {
652
- try {
653
- const data = await client.DescribeOriginGroupDetail({})
654
- expect(data).to.be.ok
655
- } catch(error) {
656
- expect(error.requestId).to.be.ok
657
- expect(error.code).to.be.ok
658
- }
659
- })
660
-
661
- it("teo.v20220106.DescribeApplicationProxyDetail", async function () {
662
- try {
663
- const data = await client.DescribeApplicationProxyDetail({})
664
- expect(data).to.be.ok
665
- } catch(error) {
666
- expect(error.requestId).to.be.ok
667
- expect(error.code).to.be.ok
668
- }
669
- })
670
-
671
- it("teo.v20220106.DescribeWebProtectionLog", async function () {
672
- try {
673
- const data = await client.DescribeWebProtectionLog({})
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
-
681
- it("teo.v20220106.ModifyZoneStatus", async function () {
682
- try {
683
- const data = await client.ModifyZoneStatus({})
684
- expect(data).to.be.ok
685
- } catch(error) {
686
- expect(error.requestId).to.be.ok
687
- expect(error.code).to.be.ok
688
- }
689
- })
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
-
701
- it("teo.v20220106.DescribeDDoSPolicy", async function () {
702
- try {
703
- const data = await client.DescribeDDoSPolicy({})
704
- expect(data).to.be.ok
705
- } catch(error) {
706
- expect(error.requestId).to.be.ok
707
- expect(error.code).to.be.ok
708
- }
709
- })
710
-
711
- it("teo.v20220106.ModifyDefaultCertificate", async function () {
712
- try {
713
- const data = await client.ModifyDefaultCertificate({})
714
- expect(data).to.be.ok
715
- } catch(error) {
716
- expect(error.requestId).to.be.ok
717
- expect(error.code).to.be.ok
718
- }
719
- })
720
-
721
- it("teo.v20220106.DescribeLoadBalancingDetail", async function () {
722
- try {
723
- const data = await client.DescribeLoadBalancingDetail({})
724
- expect(data).to.be.ok
725
- } catch(error) {
726
- expect(error.requestId).to.be.ok
727
- expect(error.code).to.be.ok
728
- }
729
- })
730
-
731
- it("teo.v20220106.DescribeSecurityPolicy", async function () {
732
- try {
733
- const data = await client.DescribeSecurityPolicy({})
734
- expect(data).to.be.ok
735
- } catch(error) {
736
- expect(error.requestId).to.be.ok
737
- expect(error.code).to.be.ok
738
- }
739
- })
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
-
751
- it("teo.v20220106.CreateApplicationProxy", async function () {
752
- try {
753
- const data = await client.CreateApplicationProxy({})
754
- expect(data).to.be.ok
755
- } catch(error) {
756
- expect(error.requestId).to.be.ok
757
- expect(error.code).to.be.ok
758
- }
759
- })
760
-
761
- it("teo.v20220106.DescribeOriginGroup", async function () {
762
- try {
763
- const data = await client.DescribeOriginGroup({})
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
-
771
- it("teo.v20220106.DescribeDnssec", async function () {
772
- try {
773
- const data = await client.DescribeDnssec({})
774
- expect(data).to.be.ok
775
- } catch(error) {
776
- expect(error.requestId).to.be.ok
777
- expect(error.code).to.be.ok
778
- }
779
- })
780
-
781
- it("teo.v20220106.ModifyApplicationProxyRule", async function () {
782
- try {
783
- const data = await client.ModifyApplicationProxyRule({})
784
- expect(data).to.be.ok
785
- } catch(error) {
786
- expect(error.requestId).to.be.ok
787
- expect(error.code).to.be.ok
788
- }
789
- })
790
-
791
- it("teo.v20220106.CreateOriginGroup", async function () {
792
- try {
793
- const data = await client.CreateOriginGroup({})
794
- expect(data).to.be.ok
795
- } catch(error) {
796
- expect(error.requestId).to.be.ok
797
- expect(error.code).to.be.ok
798
- }
799
- })
800
-
801
- it("teo.v20220106.ModifyHostsCertificate", async function () {
802
- try {
803
- const data = await client.ModifyHostsCertificate({})
804
- expect(data).to.be.ok
805
- } catch(error) {
806
- expect(error.requestId).to.be.ok
807
- expect(error.code).to.be.ok
808
- }
809
- })
810
-
811
- it("teo.v20220106.ModifyZoneCnameSpeedUp", async function () {
812
- try {
813
- const data = await client.ModifyZoneCnameSpeedUp({})
814
- expect(data).to.be.ok
815
- } catch(error) {
816
- expect(error.requestId).to.be.ok
817
- expect(error.code).to.be.ok
818
- }
819
- })
820
-
821
- it("teo.v20220106.ModifyDnsRecord", async function () {
822
- try {
823
- const data = await client.ModifyDnsRecord({})
824
- expect(data).to.be.ok
825
- } catch(error) {
826
- expect(error.requestId).to.be.ok
827
- expect(error.code).to.be.ok
828
- }
829
- })
830
-
831
- it("teo.v20220106.DescribeDDosMajorAttackEvent", async function () {
832
- try {
833
- const data = await client.DescribeDDosMajorAttackEvent({})
834
- expect(data).to.be.ok
835
- } catch(error) {
836
- expect(error.requestId).to.be.ok
837
- expect(error.code).to.be.ok
838
- }
839
- })
840
-
841
- it("teo.v20220106.DescribeHostsSetting", async function () {
842
- try {
843
- const data = await client.DescribeHostsSetting({})
844
- expect(data).to.be.ok
845
- } catch(error) {
846
- expect(error.requestId).to.be.ok
847
- expect(error.code).to.be.ok
848
- }
849
- })
850
-
851
- it("teo.v20220106.DescribeZoneSetting", async function () {
852
- try {
853
- const data = await client.DescribeZoneSetting({})
854
- expect(data).to.be.ok
855
- } catch(error) {
856
- expect(error.requestId).to.be.ok
857
- expect(error.code).to.be.ok
858
- }
859
- })
860
-
861
- it("teo.v20220106.CreateApplicationProxyRule", async function () {
862
- try {
863
- const data = await client.CreateApplicationProxyRule({})
864
- expect(data).to.be.ok
865
- } catch(error) {
866
- expect(error.requestId).to.be.ok
867
- expect(error.code).to.be.ok
868
- }
869
- })
870
-
871
- it("teo.v20220106.DescribeZones", async function () {
61
+ it("teo.v20220106.DescribeZones", async function () {
872
62
  try {
873
63
  const data = await client.DescribeZones({})
874
64
  expect(data).to.be.ok
@@ -878,104 +68,4 @@ it("teo.v20220106.DescribeZones", async function () {
878
68
  }
879
69
  })
880
70
 
881
- it("teo.v20220106.ReclaimZone", async function () {
882
- try {
883
- const data = await client.ReclaimZone({})
884
- expect(data).to.be.ok
885
- } catch(error) {
886
- expect(error.requestId).to.be.ok
887
- expect(error.code).to.be.ok
888
- }
889
- })
890
-
891
- it("teo.v20220106.DeleteZone", async function () {
892
- try {
893
- const data = await client.DeleteZone({})
894
- expect(data).to.be.ok
895
- } catch(error) {
896
- expect(error.requestId).to.be.ok
897
- expect(error.code).to.be.ok
898
- }
899
- })
900
-
901
- it("teo.v20220106.DescribeDDosAttackEvent", async function () {
902
- try {
903
- const data = await client.DescribeDDosAttackEvent({})
904
- expect(data).to.be.ok
905
- } catch(error) {
906
- expect(error.requestId).to.be.ok
907
- expect(error.code).to.be.ok
908
- }
909
- })
910
-
911
- it("teo.v20220106.DescribeDnsRecords", async function () {
912
- try {
913
- const data = await client.DescribeDnsRecords({})
914
- expect(data).to.be.ok
915
- } catch(error) {
916
- expect(error.requestId).to.be.ok
917
- expect(error.code).to.be.ok
918
- }
919
- })
920
-
921
- it("teo.v20220106.DescribeBotLog", async function () {
922
- try {
923
- const data = await client.DescribeBotLog({})
924
- expect(data).to.be.ok
925
- } catch(error) {
926
- expect(error.requestId).to.be.ok
927
- expect(error.code).to.be.ok
928
- }
929
- })
930
-
931
- it("teo.v20220106.DescribeApplicationProxy", async function () {
932
- try {
933
- const data = await client.DescribeApplicationProxy({})
934
- expect(data).to.be.ok
935
- } catch(error) {
936
- expect(error.requestId).to.be.ok
937
- expect(error.code).to.be.ok
938
- }
939
- })
940
-
941
- it("teo.v20220106.DescribeWebManagedRulesData", async function () {
942
- try {
943
- const data = await client.DescribeWebManagedRulesData({})
944
- expect(data).to.be.ok
945
- } catch(error) {
946
- expect(error.requestId).to.be.ok
947
- expect(error.code).to.be.ok
948
- }
949
- })
950
-
951
- it("teo.v20220106.ImportDnsRecords", async function () {
952
- try {
953
- const data = await client.ImportDnsRecords({})
954
- expect(data).to.be.ok
955
- } catch(error) {
956
- expect(error.requestId).to.be.ok
957
- expect(error.code).to.be.ok
958
- }
959
- })
960
-
961
- it("teo.v20220106.DescribeSecurityPolicyManagedRulesId", async function () {
962
- try {
963
- const data = await client.DescribeSecurityPolicyManagedRulesId({})
964
- expect(data).to.be.ok
965
- } catch(error) {
966
- expect(error.requestId).to.be.ok
967
- expect(error.code).to.be.ok
968
- }
969
- })
970
-
971
- it("teo.v20220106.ModifyDnssec", async function () {
972
- try {
973
- const data = await client.ModifyDnssec({})
974
- expect(data).to.be.ok
975
- } catch(error) {
976
- expect(error.requestId).to.be.ok
977
- expect(error.code).to.be.ok
978
- }
979
- })
980
-
981
71
  })