tencentcloud-sdk-nodejs 4.0.670 → 4.0.672

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 (140) hide show
  1. package/CHANGELOG.md +405 -0
  2. package/SERVICE_CHANGELOG.md +421 -342
  3. package/package.json +1 -1
  4. package/products.md +26 -25
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/bma/index.ts +2 -2
  8. package/src/services/car/v20220110/car_client.ts +2 -2
  9. package/src/services/car/v20220110/car_models.ts +7 -0
  10. package/src/services/ccc/v20200210/ccc_models.ts +4 -0
  11. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  12. package/src/services/cdb/v20170320/cdb_models.ts +4 -4
  13. package/src/services/cfg/v20210820/cfg_models.ts +20 -10
  14. package/src/services/chdfs/index.ts +2 -2
  15. package/src/services/cynosdb/v20190107/cynosdb_models.ts +23 -23
  16. package/src/services/dcdb/v20180411/dcdb_client.ts +7 -22
  17. package/src/services/dcdb/v20180411/dcdb_models.ts +0 -98
  18. package/src/services/dsgc/index.ts +5 -0
  19. package/src/services/dsgc/v20190723/dsgc_client.ts +44 -0
  20. package/src/services/dsgc/v20190723/dsgc_models.ts +106 -0
  21. package/src/services/dsgc/v20190723/index.ts +6 -0
  22. package/src/services/dts/index.ts +2 -2
  23. package/src/services/eis/index.ts +2 -2
  24. package/src/services/ess/v20201111/ess_client.ts +1 -1
  25. package/src/services/ess/v20201111/ess_models.ts +36 -11
  26. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -1
  27. package/src/services/gme/v20180711/gme_models.ts +18 -0
  28. package/src/services/iai/index.ts +2 -2
  29. package/src/services/ims/index.ts +2 -2
  30. package/src/services/index.ts +1 -0
  31. package/src/services/iotcloud/index.ts +2 -2
  32. package/src/services/iotvideo/index.ts +2 -2
  33. package/src/services/lcic/v20220817/lcic_models.ts +4 -0
  34. package/src/services/lighthouse/v20200324/lighthouse_client.ts +197 -35
  35. package/src/services/lighthouse/v20200324/lighthouse_models.ts +617 -112
  36. package/src/services/live/v20180801/live_models.ts +24 -24
  37. package/src/services/mgobe/index.ts +2 -2
  38. package/src/services/mongodb/index.ts +2 -2
  39. package/src/services/postgres/v20170312/postgres_models.ts +8 -12
  40. package/src/services/privatedns/v20201028/privatedns_models.ts +11 -11
  41. package/src/services/pts/v20210728/pts_models.ts +4 -0
  42. package/src/services/sms/index.ts +2 -2
  43. package/src/services/tat/v20201028/tat_client.ts +175 -88
  44. package/src/services/tat/v20201028/tat_models.ts +580 -208
  45. package/src/services/tdmq/v20200217/tdmq_models.ts +4 -4
  46. package/src/services/tem/index.ts +2 -2
  47. package/src/services/thpc/index.ts +4 -4
  48. package/src/services/tione/v20211111/tione_client.ts +1 -0
  49. package/src/services/tione/v20211111/tione_models.ts +148 -104
  50. package/src/services/tms/index.ts +2 -2
  51. package/src/services/tsw/index.ts +2 -2
  52. package/src/services/vm/index.ts +2 -2
  53. package/src/services/waf/v20180125/waf_client.ts +326 -33
  54. package/src/services/waf/v20180125/waf_models.ts +1256 -262
  55. package/src/services/wedata/v20210820/wedata_models.ts +21 -21
  56. package/tencentcloud/common/sdk_version.d.ts +1 -1
  57. package/tencentcloud/common/sdk_version.js +1 -1
  58. package/tencentcloud/services/ams/index.d.ts +4 -4
  59. package/tencentcloud/services/ams/index.js +2 -2
  60. package/tencentcloud/services/bma/index.d.ts +4 -4
  61. package/tencentcloud/services/bma/index.js +2 -2
  62. package/tencentcloud/services/car/v20220110/car_client.d.ts +2 -2
  63. package/tencentcloud/services/car/v20220110/car_client.js +2 -2
  64. package/tencentcloud/services/car/v20220110/car_models.d.ts +7 -0
  65. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
  66. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  67. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  68. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -4
  69. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +20 -10
  70. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  71. package/tencentcloud/services/chdfs/index.js +2 -2
  72. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +23 -23
  73. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +3 -9
  74. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +3 -11
  75. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +0 -95
  76. package/tencentcloud/services/dsgc/index.d.ts +6 -0
  77. package/tencentcloud/services/dsgc/index.js +7 -0
  78. package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +14 -0
  79. package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +37 -0
  80. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +87 -0
  81. package/tencentcloud/services/dsgc/v20190723/dsgc_models.js +18 -0
  82. package/tencentcloud/services/dsgc/v20190723/index.d.ts +6 -0
  83. package/tencentcloud/services/dsgc/v20190723/index.js +9 -0
  84. package/tencentcloud/services/dts/index.d.ts +4 -4
  85. package/tencentcloud/services/dts/index.js +2 -2
  86. package/tencentcloud/services/eis/index.d.ts +4 -4
  87. package/tencentcloud/services/eis/index.js +2 -2
  88. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  89. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  90. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +36 -11
  91. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -1
  92. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +18 -0
  93. package/tencentcloud/services/iai/index.d.ts +4 -4
  94. package/tencentcloud/services/iai/index.js +2 -2
  95. package/tencentcloud/services/ims/index.d.ts +4 -4
  96. package/tencentcloud/services/ims/index.js +2 -2
  97. package/tencentcloud/services/index.d.ts +1 -0
  98. package/tencentcloud/services/index.js +2 -0
  99. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  100. package/tencentcloud/services/iotcloud/index.js +2 -2
  101. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  102. package/tencentcloud/services/iotvideo/index.js +2 -2
  103. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -0
  104. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +61 -9
  105. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +90 -12
  106. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +589 -116
  107. package/tencentcloud/services/live/v20180801/live_models.d.ts +24 -24
  108. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  109. package/tencentcloud/services/mgobe/index.js +2 -2
  110. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  111. package/tencentcloud/services/mongodb/index.js +2 -2
  112. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +8 -12
  113. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +11 -11
  114. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +4 -0
  115. package/tencentcloud/services/sms/index.d.ts +4 -4
  116. package/tencentcloud/services/sms/index.js +2 -2
  117. package/tencentcloud/services/tat/v20201028/tat_client.d.ts +65 -37
  118. package/tencentcloud/services/tat/v20201028/tat_client.js +90 -48
  119. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +551 -196
  120. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +4 -4
  121. package/tencentcloud/services/tem/index.d.ts +4 -4
  122. package/tencentcloud/services/tem/index.js +2 -2
  123. package/tencentcloud/services/thpc/index.d.ts +6 -6
  124. package/tencentcloud/services/thpc/index.js +4 -4
  125. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +147 -104
  126. package/tencentcloud/services/tms/index.d.ts +4 -4
  127. package/tencentcloud/services/tms/index.js +2 -2
  128. package/tencentcloud/services/tsw/index.d.ts +4 -4
  129. package/tencentcloud/services/tsw/index.js +2 -2
  130. package/tencentcloud/services/vm/index.d.ts +4 -4
  131. package/tencentcloud/services/vm/index.js +2 -2
  132. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +104 -7
  133. package/tencentcloud/services/waf/v20180125/waf_client.js +152 -9
  134. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1169 -233
  135. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +21 -21
  136. package/test/dcdb.v20180411.test.js +2 -12
  137. package/test/dsgc.v20190723.test.js +31 -0
  138. package/test/lighthouse.v20200324.test.js +138 -8
  139. package/test/tat.v20201028.test.js +94 -24
  140. package/test/waf.v20180125.test.js +236 -6
@@ -18,6 +18,16 @@ const client = new tencentcloud.waf.v20180125.Client({
18
18
  })
19
19
  describe("waf.v20180125.test.js", function () {
20
20
 
21
+ it("waf.v20180125.ModifyHost", async function () {
22
+ try {
23
+ const data = await client.ModifyHost({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
21
31
  it("waf.v20180125.DescribeAccessExports", async function () {
22
32
  try {
23
33
  const data = await client.DescribeAccessExports({})
@@ -28,6 +38,16 @@ it("waf.v20180125.DescribeAccessExports", async function () {
28
38
  }
29
39
  })
30
40
 
41
+ it("waf.v20180125.DescribeFindDomainList", async function () {
42
+ try {
43
+ const data = await client.DescribeFindDomainList({})
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
+
31
51
  it("waf.v20180125.DescribePeakPoints", async function () {
32
52
  try {
33
53
  const data = await client.DescribePeakPoints({})
@@ -38,6 +58,26 @@ it("waf.v20180125.DescribePeakPoints", async function () {
38
58
  }
39
59
  })
40
60
 
61
+ it("waf.v20180125.ModifyProtectionStatus", async function () {
62
+ try {
63
+ const data = await client.ModifyProtectionStatus({})
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("waf.v20180125.DescribeHostLimit", async function () {
72
+ try {
73
+ const data = await client.DescribeHostLimit({})
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
+
41
81
  it("waf.v20180125.DeleteAccessExport", async function () {
42
82
  try {
43
83
  const data = await client.DeleteAccessExport({})
@@ -48,6 +88,16 @@ it("waf.v20180125.DeleteAccessExport", async function () {
48
88
  }
49
89
  })
50
90
 
91
+ it("waf.v20180125.DescribeDomainDetailsClb", async function () {
92
+ try {
93
+ const data = await client.DescribeDomainDetailsClb({})
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
+
51
101
  it("waf.v20180125.DeleteDomainWhiteRules", async function () {
52
102
  try {
53
103
  const data = await client.DeleteDomainWhiteRules({})
@@ -68,6 +118,16 @@ it("waf.v20180125.ModifyAreaBanStatus", async function () {
68
118
  }
69
119
  })
70
120
 
121
+ it("waf.v20180125.SwitchDomainRules", async function () {
122
+ try {
123
+ const data = await client.SwitchDomainRules({})
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
+
71
131
  it("waf.v20180125.DescribeDomains", async function () {
72
132
  try {
73
133
  const data = await client.DescribeDomains({})
@@ -98,6 +158,16 @@ it("waf.v20180125.DescribeAccessIndex", async function () {
98
158
  }
99
159
  })
100
160
 
161
+ it("waf.v20180125.ModifyHostFlowMode", async function () {
162
+ try {
163
+ const data = await client.ModifyHostFlowMode({})
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
+
101
171
  it("waf.v20180125.CreateAccessExport", async function () {
102
172
  try {
103
173
  const data = await client.CreateAccessExport({})
@@ -148,6 +218,16 @@ it("waf.v20180125.DescribeInstances", async function () {
148
218
  }
149
219
  })
150
220
 
221
+ it("waf.v20180125.ModifySpartaProtectionMode", async function () {
222
+ try {
223
+ const data = await client.ModifySpartaProtectionMode({})
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
+
151
231
  it("waf.v20180125.DeleteIpAccessControl", async function () {
152
232
  try {
153
233
  const data = await client.DeleteIpAccessControl({})
@@ -158,6 +238,16 @@ it("waf.v20180125.DeleteIpAccessControl", async function () {
158
238
  }
159
239
  })
160
240
 
241
+ it("waf.v20180125.ModifyAccessPeriod", async function () {
242
+ try {
243
+ const data = await client.ModifyAccessPeriod({})
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
+
161
251
  it("waf.v20180125.GetAttackHistogram", async function () {
162
252
  try {
163
253
  const data = await client.GetAttackHistogram({})
@@ -178,9 +268,49 @@ it("waf.v20180125.ModifyWafAutoDenyStatus", async function () {
178
268
  }
179
269
  })
180
270
 
181
- it("waf.v20180125.ModifyAccessPeriod", async function () {
271
+ it("waf.v20180125.DescribeTlsVersion", async function () {
182
272
  try {
183
- const data = await client.ModifyAccessPeriod({})
273
+ const data = await client.DescribeTlsVersion({})
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("waf.v20180125.ModifyHostStatus", async function () {
282
+ try {
283
+ const data = await client.ModifyHostStatus({})
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("waf.v20180125.DescribeCiphersDetail", async function () {
292
+ try {
293
+ const data = await client.DescribeCiphersDetail({})
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("waf.v20180125.AddSpartaProtectionsAuto", async function () {
302
+ try {
303
+ const data = await client.AddSpartaProtectionsAuto({})
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
+ it("waf.v20180125.ModifyDomainsCLSStatus", async function () {
312
+ try {
313
+ const data = await client.ModifyDomainsCLSStatus({})
184
314
  expect(data).to.be.ok
185
315
  } catch(error) {
186
316
  expect(error.requestId).to.be.ok
@@ -208,6 +338,16 @@ it("waf.v20180125.DescribeVipInfo", async function () {
208
338
  }
209
339
  })
210
340
 
341
+ it("waf.v20180125.DescribeUserDomainInfo", async function () {
342
+ try {
343
+ const data = await client.DescribeUserDomainInfo({})
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
+
211
351
  it("waf.v20180125.DescribeUserCdcClbWafRegions", async function () {
212
352
  try {
213
353
  const data = await client.DescribeUserCdcClbWafRegions({})
@@ -218,6 +358,16 @@ it("waf.v20180125.DescribeUserCdcClbWafRegions", async function () {
218
358
  }
219
359
  })
220
360
 
361
+ it("waf.v20180125.DeleteHost", async function () {
362
+ try {
363
+ const data = await client.DeleteHost({})
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
+
221
371
  it("waf.v20180125.ModifyDomainWhiteRule", async function () {
222
372
  try {
223
373
  const data = await client.ModifyDomainWhiteRule({})
@@ -338,6 +488,26 @@ it("waf.v20180125.ModifyCustomRuleStatus", async function () {
338
488
  }
339
489
  })
340
490
 
491
+ it("waf.v20180125.DescribeDomainCountInfo", async function () {
492
+ try {
493
+ const data = await client.DescribeDomainCountInfo({})
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("waf.v20180125.DeleteSpartaProtection", async function () {
502
+ try {
503
+ const data = await client.DeleteSpartaProtection({})
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
+
341
511
  it("waf.v20180125.DescribePeakValue", async function () {
342
512
  try {
343
513
  const data = await client.DescribePeakValue({})
@@ -358,6 +528,16 @@ it("waf.v20180125.ModifyWafThreatenIntelligence", async function () {
358
528
  }
359
529
  })
360
530
 
531
+ it("waf.v20180125.ModifyHostMode", async function () {
532
+ try {
533
+ const data = await client.ModifyHostMode({})
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
+
361
541
  it("waf.v20180125.ModifySpartaProtection", async function () {
362
542
  try {
363
543
  const data = await client.ModifySpartaProtection({})
@@ -458,9 +638,9 @@ it("waf.v20180125.DeleteSession", async function () {
458
638
  }
459
639
  })
460
640
 
461
- it("waf.v20180125.DescribeDomainWhiteRules", async function () {
641
+ it("waf.v20180125.AddSpartaProtectionAuto", async function () {
462
642
  try {
463
- const data = await client.DescribeDomainWhiteRules({})
643
+ const data = await client.AddSpartaProtectionAuto({})
464
644
  expect(data).to.be.ok
465
645
  } catch(error) {
466
646
  expect(error.requestId).to.be.ok
@@ -478,6 +658,16 @@ it("waf.v20180125.DescribeRuleLimit", async function () {
478
658
  }
479
659
  })
480
660
 
661
+ it("waf.v20180125.DescribeHosts", async function () {
662
+ try {
663
+ const data = await client.DescribeHosts({})
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
+
481
671
  it("waf.v20180125.AddSpartaProtection", async function () {
482
672
  try {
483
673
  const data = await client.AddSpartaProtection({})
@@ -498,6 +688,16 @@ it("waf.v20180125.DescribeWafThreatenIntelligence", async function () {
498
688
  }
499
689
  })
500
690
 
691
+ it("waf.v20180125.DescribeWafInfo", async function () {
692
+ try {
693
+ const data = await client.DescribeWafInfo({})
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
+
501
701
  it("waf.v20180125.DescribePolicyStatus", async function () {
502
702
  try {
503
703
  const data = await client.DescribePolicyStatus({})
@@ -508,6 +708,16 @@ it("waf.v20180125.DescribePolicyStatus", async function () {
508
708
  }
509
709
  })
510
710
 
711
+ it("waf.v20180125.RefreshAccessCheckResult", async function () {
712
+ try {
713
+ const data = await client.RefreshAccessCheckResult({})
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
+
511
721
  it("waf.v20180125.DescribeIpHitItems", async function () {
512
722
  try {
513
723
  const data = await client.DescribeIpHitItems({})
@@ -528,9 +738,19 @@ it("waf.v20180125.AddDomainWhiteRule", async function () {
528
738
  }
529
739
  })
530
740
 
531
- it("waf.v20180125.SwitchDomainRules", async function () {
741
+ it("waf.v20180125.ModifyDomainIpv6Status", async function () {
532
742
  try {
533
- const data = await client.SwitchDomainRules({})
743
+ const data = await client.ModifyDomainIpv6Status({})
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("waf.v20180125.DescribeDomainWhiteRules", async function () {
752
+ try {
753
+ const data = await client.DescribeDomainWhiteRules({})
534
754
  expect(data).to.be.ok
535
755
  } catch(error) {
536
756
  expect(error.requestId).to.be.ok
@@ -548,6 +768,16 @@ it("waf.v20180125.DescribeCustomWhiteRule", async function () {
548
768
  }
549
769
  })
550
770
 
771
+ it("waf.v20180125.DescribeHost", async function () {
772
+ try {
773
+ const data = await client.DescribeHost({})
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
+
551
781
  it("waf.v20180125.UpsertIpAccessControl", async function () {
552
782
  try {
553
783
  const data = await client.UpsertIpAccessControl({})