tencentcloud-sdk-nodejs 4.0.683 → 4.0.684

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 (51) hide show
  1. package/CHANGELOG.md +196 -0
  2. package/SERVICE_CHANGELOG.md +271 -54
  3. package/package.json +1 -1
  4. package/products.md +10 -10
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdwch/v20200915/cdwch_client.ts +27 -15
  7. package/src/services/cdwch/v20200915/cdwch_models.ts +70 -46
  8. package/src/services/cfw/v20190904/cfw_client.ts +711 -456
  9. package/src/services/cfw/v20190904/cfw_models.ts +1815 -305
  10. package/src/services/eb/v20210416/eb_client.ts +110 -59
  11. package/src/services/eb/v20210416/eb_models.ts +917 -780
  12. package/src/services/ess/v20201111/ess_client.ts +40 -16
  13. package/src/services/ess/v20201111/ess_models.ts +301 -177
  14. package/src/services/facefusion/v20181201/facefusion_client.ts +4 -2
  15. package/src/services/iai/v20180301/iai_models.ts +13 -13
  16. package/src/services/iai/v20200303/iai_models.ts +15 -15
  17. package/src/services/trocket/v20230308/trocket_client.ts +68 -17
  18. package/src/services/trocket/v20230308/trocket_models.ts +371 -35
  19. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  20. package/src/services/waf/v20180125/waf_client.ts +25 -38
  21. package/src/services/waf/v20180125/waf_models.ts +45 -73
  22. package/tencentcloud/common/sdk_version.d.ts +1 -1
  23. package/tencentcloud/common/sdk_version.js +1 -1
  24. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +9 -5
  25. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +12 -6
  26. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +68 -46
  27. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +227 -147
  28. package/tencentcloud/services/cfw/v20190904/cfw_client.js +336 -216
  29. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1815 -360
  30. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +17 -1
  31. package/tencentcloud/services/eb/v20210416/eb_client.js +24 -0
  32. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +896 -770
  33. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +36 -12
  34. package/tencentcloud/services/ess/v20201111/ess_client.js +36 -12
  35. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +301 -177
  36. package/tencentcloud/services/facefusion/v20181201/facefusion_client.d.ts +3 -1
  37. package/tencentcloud/services/facefusion/v20181201/facefusion_client.js +3 -1
  38. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +13 -13
  39. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +15 -15
  40. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +24 -8
  41. package/tencentcloud/services/trocket/v20230308/trocket_client.js +33 -9
  42. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +359 -34
  43. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  44. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -13
  45. package/tencentcloud/services/waf/v20180125/waf_client.js +12 -18
  46. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +43 -68
  47. package/test/cdwch.v20200915.test.js +14 -4
  48. package/test/cfw.v20190904.test.js +340 -140
  49. package/test/eb.v20210416.test.js +40 -0
  50. package/test/trocket.v20230308.test.js +42 -2
  51. package/test/waf.v20180125.test.js +14 -24
@@ -18,9 +18,9 @@ const client = new tencentcloud.cfw.v20190904.Client({
18
18
  })
19
19
  describe("cfw.v20190904.test.js", function () {
20
20
 
21
- it("cfw.v20190904.DescribeNatFwInfoCount", async function () {
21
+ it("cfw.v20190904.RemoveVpcAcRule", async function () {
22
22
  try {
23
- const data = await client.DescribeNatFwInfoCount({})
23
+ const data = await client.RemoveVpcAcRule({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("cfw.v20190904.StopSecurityGroupRuleDispatch", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("cfw.v20190904.ModifyTableStatus", async function () {
41
+ it("cfw.v20190904.DescribeVpcFwGroupSwitch", async function () {
42
42
  try {
43
- const data = await client.ModifyTableStatus({})
43
+ const data = await client.DescribeVpcFwGroupSwitch({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("cfw.v20190904.ModifyTableStatus", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("cfw.v20190904.DescribeNatFwVpcDnsLst", async function () {
51
+ it("cfw.v20190904.ModifyEWRuleStatus", async function () {
52
52
  try {
53
- const data = await client.DescribeNatFwVpcDnsLst({})
53
+ const data = await client.ModifyEWRuleStatus({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("cfw.v20190904.DescribeNatFwVpcDnsLst", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("cfw.v20190904.DescribeUnHandleEventTabList", async function () {
61
+ it("cfw.v20190904.ModifyResourceGroup", async function () {
62
62
  try {
63
- const data = await client.DescribeUnHandleEventTabList({})
63
+ const data = await client.ModifyResourceGroup({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("cfw.v20190904.DescribeUnHandleEventTabList", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("cfw.v20190904.ModifyAllPublicIPSwitchStatus", async function () {
71
+ it("cfw.v20190904.DescribeResourceGroupNew", async function () {
72
72
  try {
73
- const data = await client.ModifyAllPublicIPSwitchStatus({})
73
+ const data = await client.DescribeResourceGroupNew({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("cfw.v20190904.ModifyAllPublicIPSwitchStatus", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("cfw.v20190904.DescribeAssociatedInstanceList", async function () {
81
+ it("cfw.v20190904.ModifyVpcFwGroup", async function () {
82
82
  try {
83
- const data = await client.DescribeAssociatedInstanceList({})
83
+ const data = await client.ModifyVpcFwGroup({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,9 @@ it("cfw.v20190904.DescribeAssociatedInstanceList", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("cfw.v20190904.CreateChooseVpcs", async function () {
91
+ it("cfw.v20190904.DeleteVpcFwGroup", async function () {
92
92
  try {
93
- const data = await client.CreateChooseVpcs({})
93
+ const data = await client.DeleteVpcFwGroup({})
94
94
  expect(data).to.be.ok
95
95
  } catch(error) {
96
96
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("cfw.v20190904.CreateChooseVpcs", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("cfw.v20190904.DescribeNatFwInstanceWithRegion", async function () {
101
+ it("cfw.v20190904.AddVpcAcRule", async function () {
102
102
  try {
103
- const data = await client.DescribeNatFwInstanceWithRegion({})
103
+ const data = await client.AddVpcAcRule({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("cfw.v20190904.DescribeNatFwInstanceWithRegion", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("cfw.v20190904.DeleteAcRule", async function () {
111
+ it("cfw.v20190904.AddEnterpriseSecurityGroupRules", async function () {
112
112
  try {
113
- const data = await client.DeleteAcRule({})
113
+ const data = await client.AddEnterpriseSecurityGroupRules({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -118,9 +118,9 @@ it("cfw.v20190904.DeleteAcRule", async function () {
118
118
  }
119
119
  })
120
120
 
121
- it("cfw.v20190904.ModifyResourceGroup", async function () {
121
+ it("cfw.v20190904.DescribeTableStatus", async function () {
122
122
  try {
123
- const data = await client.ModifyResourceGroup({})
123
+ const data = await client.DescribeTableStatus({})
124
124
  expect(data).to.be.ok
125
125
  } catch(error) {
126
126
  expect(error.requestId).to.be.ok
@@ -128,9 +128,9 @@ it("cfw.v20190904.ModifyResourceGroup", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("cfw.v20190904.ModifySecurityGroupItemRuleStatus", async function () {
131
+ it("cfw.v20190904.ModifySecurityGroupSequenceRules", async function () {
132
132
  try {
133
- const data = await client.ModifySecurityGroupItemRuleStatus({})
133
+ const data = await client.ModifySecurityGroupSequenceRules({})
134
134
  expect(data).to.be.ok
135
135
  } catch(error) {
136
136
  expect(error.requestId).to.be.ok
@@ -138,9 +138,9 @@ it("cfw.v20190904.ModifySecurityGroupItemRuleStatus", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("cfw.v20190904.DescribeResourceGroupNew", async function () {
141
+ it("cfw.v20190904.RemoveEnterpriseSecurityGroupRule", async function () {
142
142
  try {
143
- const data = await client.DescribeResourceGroupNew({})
143
+ const data = await client.RemoveEnterpriseSecurityGroupRule({})
144
144
  expect(data).to.be.ok
145
145
  } catch(error) {
146
146
  expect(error.requestId).to.be.ok
@@ -148,9 +148,9 @@ it("cfw.v20190904.DescribeResourceGroupNew", async function () {
148
148
  }
149
149
  })
150
150
 
151
- it("cfw.v20190904.DeleteAllAccessControlRule", async function () {
151
+ it("cfw.v20190904.ModifyNatSequenceRules", async function () {
152
152
  try {
153
- const data = await client.DeleteAllAccessControlRule({})
153
+ const data = await client.ModifyNatSequenceRules({})
154
154
  expect(data).to.be.ok
155
155
  } catch(error) {
156
156
  expect(error.requestId).to.be.ok
@@ -158,9 +158,9 @@ it("cfw.v20190904.DeleteAllAccessControlRule", async function () {
158
158
  }
159
159
  })
160
160
 
161
- it("cfw.v20190904.ModifyEWRuleStatus", async function () {
161
+ it("cfw.v20190904.DeleteVpcInstance", async function () {
162
162
  try {
163
- const data = await client.ModifyEWRuleStatus({})
163
+ const data = await client.DeleteVpcInstance({})
164
164
  expect(data).to.be.ok
165
165
  } catch(error) {
166
166
  expect(error.requestId).to.be.ok
@@ -168,9 +168,9 @@ it("cfw.v20190904.ModifyEWRuleStatus", async function () {
168
168
  }
169
169
  })
170
170
 
171
- it("cfw.v20190904.DescribeSecurityGroupList", async function () {
171
+ it("cfw.v20190904.DescribeUnHandleEventTabList", async function () {
172
172
  try {
173
- const data = await client.DescribeSecurityGroupList({})
173
+ const data = await client.DescribeUnHandleEventTabList({})
174
174
  expect(data).to.be.ok
175
175
  } catch(error) {
176
176
  expect(error.requestId).to.be.ok
@@ -178,9 +178,9 @@ it("cfw.v20190904.DescribeSecurityGroupList", async function () {
178
178
  }
179
179
  })
180
180
 
181
- it("cfw.v20190904.ModifySecurityGroupRule", async function () {
181
+ it("cfw.v20190904.CreateNatFwInstance", async function () {
182
182
  try {
183
- const data = await client.ModifySecurityGroupRule({})
183
+ const data = await client.CreateNatFwInstance({})
184
184
  expect(data).to.be.ok
185
185
  } catch(error) {
186
186
  expect(error.requestId).to.be.ok
@@ -188,9 +188,9 @@ it("cfw.v20190904.ModifySecurityGroupRule", async function () {
188
188
  }
189
189
  })
190
190
 
191
- it("cfw.v20190904.DescribeNatFwInstance", async function () {
191
+ it("cfw.v20190904.ModifyBlockTop", async function () {
192
192
  try {
193
- const data = await client.DescribeNatFwInstance({})
193
+ const data = await client.ModifyBlockTop({})
194
194
  expect(data).to.be.ok
195
195
  } catch(error) {
196
196
  expect(error.requestId).to.be.ok
@@ -198,9 +198,9 @@ it("cfw.v20190904.DescribeNatFwInstance", async function () {
198
198
  }
199
199
  })
200
200
 
201
- it("cfw.v20190904.ModifyAssetScan", async function () {
201
+ it("cfw.v20190904.RemoveAclRule", async function () {
202
202
  try {
203
- const data = await client.ModifyAssetScan({})
203
+ const data = await client.RemoveAclRule({})
204
204
  expect(data).to.be.ok
205
205
  } catch(error) {
206
206
  expect(error.requestId).to.be.ok
@@ -208,9 +208,9 @@ it("cfw.v20190904.ModifyAssetScan", async function () {
208
208
  }
209
209
  })
210
210
 
211
- it("cfw.v20190904.CreateAddressTemplate", async function () {
211
+ it("cfw.v20190904.CreateBlockIgnoreRuleList", async function () {
212
212
  try {
213
- const data = await client.CreateAddressTemplate({})
213
+ const data = await client.CreateBlockIgnoreRuleList({})
214
214
  expect(data).to.be.ok
215
215
  } catch(error) {
216
216
  expect(error.requestId).to.be.ok
@@ -218,9 +218,9 @@ it("cfw.v20190904.CreateAddressTemplate", async function () {
218
218
  }
219
219
  })
220
220
 
221
- it("cfw.v20190904.CreateDatabaseWhiteListRules", async function () {
221
+ it("cfw.v20190904.ModifyEdgeIpSwitch", async function () {
222
222
  try {
223
- const data = await client.CreateDatabaseWhiteListRules({})
223
+ const data = await client.ModifyEdgeIpSwitch({})
224
224
  expect(data).to.be.ok
225
225
  } catch(error) {
226
226
  expect(error.requestId).to.be.ok
@@ -228,9 +228,9 @@ it("cfw.v20190904.CreateDatabaseWhiteListRules", async function () {
228
228
  }
229
229
  })
230
230
 
231
- it("cfw.v20190904.CreateNatFwInstanceWithDomain", async function () {
231
+ it("cfw.v20190904.DescribeBlockByIpTimesList", async function () {
232
232
  try {
233
- const data = await client.CreateNatFwInstanceWithDomain({})
233
+ const data = await client.DescribeBlockByIpTimesList({})
234
234
  expect(data).to.be.ok
235
235
  } catch(error) {
236
236
  expect(error.requestId).to.be.ok
@@ -238,9 +238,9 @@ it("cfw.v20190904.CreateNatFwInstanceWithDomain", async function () {
238
238
  }
239
239
  })
240
240
 
241
- it("cfw.v20190904.ModifySequenceRules", async function () {
241
+ it("cfw.v20190904.DescribeEnterpriseSGRuleProgress", async function () {
242
242
  try {
243
- const data = await client.ModifySequenceRules({})
243
+ const data = await client.DescribeEnterpriseSGRuleProgress({})
244
244
  expect(data).to.be.ok
245
245
  } catch(error) {
246
246
  expect(error.requestId).to.be.ok
@@ -248,9 +248,9 @@ it("cfw.v20190904.ModifySequenceRules", async function () {
248
248
  }
249
249
  })
250
250
 
251
- it("cfw.v20190904.AddAcRule", async function () {
251
+ it("cfw.v20190904.DescribeNatFwInfoCount", async function () {
252
252
  try {
253
- const data = await client.AddAcRule({})
253
+ const data = await client.DescribeNatFwInfoCount({})
254
254
  expect(data).to.be.ok
255
255
  } catch(error) {
256
256
  expect(error.requestId).to.be.ok
@@ -258,9 +258,9 @@ it("cfw.v20190904.AddAcRule", async function () {
258
258
  }
259
259
  })
260
260
 
261
- it("cfw.v20190904.AddEnterpriseSecurityGroupRules", async function () {
261
+ it("cfw.v20190904.DescribeNatFwVpcDnsLst", async function () {
262
262
  try {
263
- const data = await client.AddEnterpriseSecurityGroupRules({})
263
+ const data = await client.DescribeNatFwVpcDnsLst({})
264
264
  expect(data).to.be.ok
265
265
  } catch(error) {
266
266
  expect(error.requestId).to.be.ok
@@ -268,9 +268,9 @@ it("cfw.v20190904.AddEnterpriseSecurityGroupRules", async function () {
268
268
  }
269
269
  })
270
270
 
271
- it("cfw.v20190904.CreateAcRules", async function () {
271
+ it("cfw.v20190904.ModifyBlockIgnoreRule", async function () {
272
272
  try {
273
- const data = await client.CreateAcRules({})
273
+ const data = await client.ModifyBlockIgnoreRule({})
274
274
  expect(data).to.be.ok
275
275
  } catch(error) {
276
276
  expect(error.requestId).to.be.ok
@@ -278,9 +278,9 @@ it("cfw.v20190904.CreateAcRules", async function () {
278
278
  }
279
279
  })
280
280
 
281
- it("cfw.v20190904.DeleteNatFwInstance", async function () {
281
+ it("cfw.v20190904.DescribeAclRule", async function () {
282
282
  try {
283
- const data = await client.DeleteNatFwInstance({})
283
+ const data = await client.DescribeAclRule({})
284
284
  expect(data).to.be.ok
285
285
  } catch(error) {
286
286
  expect(error.requestId).to.be.ok
@@ -288,9 +288,9 @@ it("cfw.v20190904.DeleteNatFwInstance", async function () {
288
288
  }
289
289
  })
290
290
 
291
- it("cfw.v20190904.CreateSecurityGroupRules", async function () {
291
+ it("cfw.v20190904.ModifySecurityGroupRule", async function () {
292
292
  try {
293
- const data = await client.CreateSecurityGroupRules({})
293
+ const data = await client.ModifySecurityGroupRule({})
294
294
  expect(data).to.be.ok
295
295
  } catch(error) {
296
296
  expect(error.requestId).to.be.ok
@@ -298,9 +298,9 @@ it("cfw.v20190904.CreateSecurityGroupRules", async function () {
298
298
  }
299
299
  })
300
300
 
301
- it("cfw.v20190904.RemoveEnterpriseSecurityGroupRule", async function () {
301
+ it("cfw.v20190904.DeleteAllAccessControlRule", async function () {
302
302
  try {
303
- const data = await client.RemoveEnterpriseSecurityGroupRule({})
303
+ const data = await client.DeleteAllAccessControlRule({})
304
304
  expect(data).to.be.ok
305
305
  } catch(error) {
306
306
  expect(error.requestId).to.be.ok
@@ -308,9 +308,9 @@ it("cfw.v20190904.RemoveEnterpriseSecurityGroupRule", async function () {
308
308
  }
309
309
  })
310
310
 
311
- it("cfw.v20190904.DescribeRuleOverview", async function () {
311
+ it("cfw.v20190904.DescribeSecurityGroupList", async function () {
312
312
  try {
313
- const data = await client.DescribeRuleOverview({})
313
+ const data = await client.DescribeSecurityGroupList({})
314
314
  expect(data).to.be.ok
315
315
  } catch(error) {
316
316
  expect(error.requestId).to.be.ok
@@ -318,9 +318,9 @@ it("cfw.v20190904.DescribeRuleOverview", async function () {
318
318
  }
319
319
  })
320
320
 
321
- it("cfw.v20190904.DescribeIPStatusList", async function () {
321
+ it("cfw.v20190904.ModifyVpcAcRule", async function () {
322
322
  try {
323
- const data = await client.DescribeIPStatusList({})
323
+ const data = await client.ModifyVpcAcRule({})
324
324
  expect(data).to.be.ok
325
325
  } catch(error) {
326
326
  expect(error.requestId).to.be.ok
@@ -328,9 +328,19 @@ it("cfw.v20190904.DescribeIPStatusList", async function () {
328
328
  }
329
329
  })
330
330
 
331
- it("cfw.v20190904.ModifyEnterpriseSecurityGroupRule", async function () {
331
+ it("cfw.v20190904.DeleteNatFwInstance", async function () {
332
332
  try {
333
- const data = await client.ModifyEnterpriseSecurityGroupRule({})
333
+ const data = await client.DeleteNatFwInstance({})
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("cfw.v20190904.CreateSecurityGroupRules", async function () {
342
+ try {
343
+ const data = await client.CreateSecurityGroupRules({})
334
344
  expect(data).to.be.ok
335
345
  } catch(error) {
336
346
  expect(error.requestId).to.be.ok
@@ -348,9 +358,9 @@ it("cfw.v20190904.DescribeDefenseSwitch", async function () {
348
358
  }
349
359
  })
350
360
 
351
- it("cfw.v20190904.DescribeTLogInfo", async function () {
361
+ it("cfw.v20190904.DescribeFwGroupInstanceInfo", async function () {
352
362
  try {
353
- const data = await client.DescribeTLogInfo({})
363
+ const data = await client.DescribeFwGroupInstanceInfo({})
354
364
  expect(data).to.be.ok
355
365
  } catch(error) {
356
366
  expect(error.requestId).to.be.ok
@@ -358,9 +368,9 @@ it("cfw.v20190904.DescribeTLogInfo", async function () {
358
368
  }
359
369
  })
360
370
 
361
- it("cfw.v20190904.ModifyRunSyncAsset", async function () {
371
+ it("cfw.v20190904.ModifyNatFwVpcDnsSwitch", async function () {
362
372
  try {
363
- const data = await client.ModifyRunSyncAsset({})
373
+ const data = await client.ModifyNatFwVpcDnsSwitch({})
364
374
  expect(data).to.be.ok
365
375
  } catch(error) {
366
376
  expect(error.requestId).to.be.ok
@@ -368,9 +378,9 @@ it("cfw.v20190904.ModifyRunSyncAsset", async function () {
368
378
  }
369
379
  })
370
380
 
371
- it("cfw.v20190904.ModifyNatSequenceRules", async function () {
381
+ it("cfw.v20190904.ModifySecurityGroupItemRuleStatus", async function () {
372
382
  try {
373
- const data = await client.ModifyNatSequenceRules({})
383
+ const data = await client.ModifySecurityGroupItemRuleStatus({})
374
384
  expect(data).to.be.ok
375
385
  } catch(error) {
376
386
  expect(error.requestId).to.be.ok
@@ -378,9 +388,9 @@ it("cfw.v20190904.ModifyNatSequenceRules", async function () {
378
388
  }
379
389
  })
380
390
 
381
- it("cfw.v20190904.ModifyNatFwVpcDnsSwitch", async function () {
391
+ it("cfw.v20190904.DescribeNatFwInstanceWithRegion", async function () {
382
392
  try {
383
- const data = await client.ModifyNatFwVpcDnsSwitch({})
393
+ const data = await client.DescribeNatFwInstanceWithRegion({})
384
394
  expect(data).to.be.ok
385
395
  } catch(error) {
386
396
  expect(error.requestId).to.be.ok
@@ -388,9 +398,9 @@ it("cfw.v20190904.ModifyNatFwVpcDnsSwitch", async function () {
388
398
  }
389
399
  })
390
400
 
391
- it("cfw.v20190904.ModifyAllVPCSwitchStatus", async function () {
401
+ it("cfw.v20190904.DescribeSourceAsset", async function () {
392
402
  try {
393
- const data = await client.ModifyAllVPCSwitchStatus({})
403
+ const data = await client.DescribeSourceAsset({})
394
404
  expect(data).to.be.ok
395
405
  } catch(error) {
396
406
  expect(error.requestId).to.be.ok
@@ -398,9 +408,9 @@ it("cfw.v20190904.ModifyAllVPCSwitchStatus", async function () {
398
408
  }
399
409
  })
400
410
 
401
- it("cfw.v20190904.ModifyStorageSetting", async function () {
411
+ it("cfw.v20190904.DeleteResourceGroup", async function () {
402
412
  try {
403
- const data = await client.ModifyStorageSetting({})
413
+ const data = await client.DeleteResourceGroup({})
404
414
  expect(data).to.be.ok
405
415
  } catch(error) {
406
416
  expect(error.requestId).to.be.ok
@@ -408,9 +418,9 @@ it("cfw.v20190904.ModifyStorageSetting", async function () {
408
418
  }
409
419
  })
410
420
 
411
- it("cfw.v20190904.DescribeEnterpriseSecurityGroupRule", async function () {
421
+ it("cfw.v20190904.RemoveAcRule", async function () {
412
422
  try {
413
- const data = await client.DescribeEnterpriseSecurityGroupRule({})
423
+ const data = await client.RemoveAcRule({})
414
424
  expect(data).to.be.ok
415
425
  } catch(error) {
416
426
  expect(error.requestId).to.be.ok
@@ -418,9 +428,9 @@ it("cfw.v20190904.DescribeEnterpriseSecurityGroupRule", async function () {
418
428
  }
419
429
  })
420
430
 
421
- it("cfw.v20190904.DescribeLogs", async function () {
431
+ it("cfw.v20190904.ModifyVpcFwSequenceRules", async function () {
422
432
  try {
423
- const data = await client.DescribeLogs({})
433
+ const data = await client.ModifyVpcFwSequenceRules({})
424
434
  expect(data).to.be.ok
425
435
  } catch(error) {
426
436
  expect(error.requestId).to.be.ok
@@ -428,9 +438,9 @@ it("cfw.v20190904.DescribeLogs", async function () {
428
438
  }
429
439
  })
430
440
 
431
- it("cfw.v20190904.DeleteVpcInstance", async function () {
441
+ it("cfw.v20190904.DescribeVpcAcRule", async function () {
432
442
  try {
433
- const data = await client.DeleteVpcInstance({})
443
+ const data = await client.DescribeVpcAcRule({})
434
444
  expect(data).to.be.ok
435
445
  } catch(error) {
436
446
  expect(error.requestId).to.be.ok
@@ -438,9 +448,9 @@ it("cfw.v20190904.DeleteVpcInstance", async function () {
438
448
  }
439
449
  })
440
450
 
441
- it("cfw.v20190904.DescribeGuideScanInfo", async function () {
451
+ it("cfw.v20190904.ModifyEnterpriseSecurityGroupRule", async function () {
442
452
  try {
443
- const data = await client.DescribeGuideScanInfo({})
453
+ const data = await client.ModifyEnterpriseSecurityGroupRule({})
444
454
  expect(data).to.be.ok
445
455
  } catch(error) {
446
456
  expect(error.requestId).to.be.ok
@@ -448,9 +458,9 @@ it("cfw.v20190904.DescribeGuideScanInfo", async function () {
448
458
  }
449
459
  })
450
460
 
451
- it("cfw.v20190904.DeleteAddressTemplate", async function () {
461
+ it("cfw.v20190904.AddAclRule", async function () {
452
462
  try {
453
- const data = await client.DeleteAddressTemplate({})
463
+ const data = await client.AddAclRule({})
454
464
  expect(data).to.be.ok
455
465
  } catch(error) {
456
466
  expect(error.requestId).to.be.ok
@@ -458,9 +468,9 @@ it("cfw.v20190904.DeleteAddressTemplate", async function () {
458
468
  }
459
469
  })
460
470
 
461
- it("cfw.v20190904.ModifyNatFwSwitch", async function () {
471
+ it("cfw.v20190904.ModifyNatAcRule", async function () {
462
472
  try {
463
- const data = await client.ModifyNatFwSwitch({})
473
+ const data = await client.ModifyNatAcRule({})
464
474
  expect(data).to.be.ok
465
475
  } catch(error) {
466
476
  expect(error.requestId).to.be.ok
@@ -468,9 +478,9 @@ it("cfw.v20190904.ModifyNatFwSwitch", async function () {
468
478
  }
469
479
  })
470
480
 
471
- it("cfw.v20190904.DescribeSourceAsset", async function () {
481
+ it("cfw.v20190904.DeleteSecurityGroupRule", async function () {
472
482
  try {
473
- const data = await client.DescribeSourceAsset({})
483
+ const data = await client.DeleteSecurityGroupRule({})
474
484
  expect(data).to.be.ok
475
485
  } catch(error) {
476
486
  expect(error.requestId).to.be.ok
@@ -478,9 +488,9 @@ it("cfw.v20190904.DescribeSourceAsset", async function () {
478
488
  }
479
489
  })
480
490
 
481
- it("cfw.v20190904.DeleteResourceGroup", async function () {
491
+ it("cfw.v20190904.DescribeSwitchLists", async function () {
482
492
  try {
483
- const data = await client.DeleteResourceGroup({})
493
+ const data = await client.DescribeSwitchLists({})
484
494
  expect(data).to.be.ok
485
495
  } catch(error) {
486
496
  expect(error.requestId).to.be.ok
@@ -488,9 +498,9 @@ it("cfw.v20190904.DeleteResourceGroup", async function () {
488
498
  }
489
499
  })
490
500
 
491
- it("cfw.v20190904.CreateNatFwInstance", async function () {
501
+ it("cfw.v20190904.ModifyPublicIPSwitchStatus", async function () {
492
502
  try {
493
- const data = await client.CreateNatFwInstance({})
503
+ const data = await client.ModifyPublicIPSwitchStatus({})
494
504
  expect(data).to.be.ok
495
505
  } catch(error) {
496
506
  expect(error.requestId).to.be.ok
@@ -498,9 +508,9 @@ it("cfw.v20190904.CreateNatFwInstance", async function () {
498
508
  }
499
509
  })
500
510
 
501
- it("cfw.v20190904.SetNatFwDnatRule", async function () {
511
+ it("cfw.v20190904.ModifyTableStatus", async function () {
502
512
  try {
503
- const data = await client.SetNatFwDnatRule({})
513
+ const data = await client.ModifyTableStatus({})
504
514
  expect(data).to.be.ok
505
515
  } catch(error) {
506
516
  expect(error.requestId).to.be.ok
@@ -508,9 +518,9 @@ it("cfw.v20190904.SetNatFwDnatRule", async function () {
508
518
  }
509
519
  })
510
520
 
511
- it("cfw.v20190904.ModifyAllRuleStatus", async function () {
521
+ it("cfw.v20190904.ModifyBlockIgnoreList", async function () {
512
522
  try {
513
- const data = await client.ModifyAllRuleStatus({})
523
+ const data = await client.ModifyBlockIgnoreList({})
514
524
  expect(data).to.be.ok
515
525
  } catch(error) {
516
526
  expect(error.requestId).to.be.ok
@@ -518,9 +528,9 @@ it("cfw.v20190904.ModifyAllRuleStatus", async function () {
518
528
  }
519
529
  })
520
530
 
521
- it("cfw.v20190904.DescribeSwitchLists", async function () {
531
+ it("cfw.v20190904.CreateChooseVpcs", async function () {
522
532
  try {
523
- const data = await client.DescribeSwitchLists({})
533
+ const data = await client.CreateChooseVpcs({})
524
534
  expect(data).to.be.ok
525
535
  } catch(error) {
526
536
  expect(error.requestId).to.be.ok
@@ -528,9 +538,9 @@ it("cfw.v20190904.DescribeSwitchLists", async function () {
528
538
  }
529
539
  })
530
540
 
531
- it("cfw.v20190904.RemoveAcRule", async function () {
541
+ it("cfw.v20190904.ModifyAssetScan", async function () {
532
542
  try {
533
- const data = await client.RemoveAcRule({})
543
+ const data = await client.ModifyAssetScan({})
534
544
  expect(data).to.be.ok
535
545
  } catch(error) {
536
546
  expect(error.requestId).to.be.ok
@@ -538,9 +548,9 @@ it("cfw.v20190904.RemoveAcRule", async function () {
538
548
  }
539
549
  })
540
550
 
541
- it("cfw.v20190904.ModifyBlockTop", async function () {
551
+ it("cfw.v20190904.DeleteAddressTemplate", async function () {
542
552
  try {
543
- const data = await client.ModifyBlockTop({})
553
+ const data = await client.DeleteAddressTemplate({})
544
554
  expect(data).to.be.ok
545
555
  } catch(error) {
546
556
  expect(error.requestId).to.be.ok
@@ -548,9 +558,9 @@ it("cfw.v20190904.ModifyBlockTop", async function () {
548
558
  }
549
559
  })
550
560
 
551
- it("cfw.v20190904.DescribeTableStatus", async function () {
561
+ it("cfw.v20190904.ModifySequenceRules", async function () {
552
562
  try {
553
- const data = await client.DescribeTableStatus({})
563
+ const data = await client.ModifySequenceRules({})
554
564
  expect(data).to.be.ok
555
565
  } catch(error) {
556
566
  expect(error.requestId).to.be.ok
@@ -558,9 +568,9 @@ it("cfw.v20190904.DescribeTableStatus", async function () {
558
568
  }
559
569
  })
560
570
 
561
- it("cfw.v20190904.ModifyBlockIgnoreList", async function () {
571
+ it("cfw.v20190904.AddAcRule", async function () {
562
572
  try {
563
- const data = await client.ModifyBlockIgnoreList({})
573
+ const data = await client.AddAcRule({})
564
574
  expect(data).to.be.ok
565
575
  } catch(error) {
566
576
  expect(error.requestId).to.be.ok
@@ -568,9 +578,9 @@ it("cfw.v20190904.ModifyBlockIgnoreList", async function () {
568
578
  }
569
579
  })
570
580
 
571
- it("cfw.v20190904.DescribeNatFwInstancesInfo", async function () {
581
+ it("cfw.v20190904.ModifySequenceAclRules", async function () {
572
582
  try {
573
- const data = await client.DescribeNatFwInstancesInfo({})
583
+ const data = await client.ModifySequenceAclRules({})
574
584
  expect(data).to.be.ok
575
585
  } catch(error) {
576
586
  expect(error.requestId).to.be.ok
@@ -578,9 +588,9 @@ it("cfw.v20190904.DescribeNatFwInstancesInfo", async function () {
578
588
  }
579
589
  })
580
590
 
581
- it("cfw.v20190904.ModifyNatFwReSelect", async function () {
591
+ it("cfw.v20190904.DescribeRuleOverview", async function () {
582
592
  try {
583
- const data = await client.ModifyNatFwReSelect({})
593
+ const data = await client.DescribeRuleOverview({})
584
594
  expect(data).to.be.ok
585
595
  } catch(error) {
586
596
  expect(error.requestId).to.be.ok
@@ -588,9 +598,9 @@ it("cfw.v20190904.ModifyNatFwReSelect", async function () {
588
598
  }
589
599
  })
590
600
 
591
- it("cfw.v20190904.DescribeResourceGroup", async function () {
601
+ it("cfw.v20190904.DescribeIPStatusList", async function () {
592
602
  try {
593
- const data = await client.DescribeResourceGroup({})
603
+ const data = await client.DescribeIPStatusList({})
594
604
  expect(data).to.be.ok
595
605
  } catch(error) {
596
606
  expect(error.requestId).to.be.ok
@@ -598,9 +608,9 @@ it("cfw.v20190904.DescribeResourceGroup", async function () {
598
608
  }
599
609
  })
600
610
 
601
- it("cfw.v20190904.CreateBlockIgnoreRuleList", async function () {
611
+ it("cfw.v20190904.DescribeEnterpriseSecurityGroupRule", async function () {
602
612
  try {
603
- const data = await client.CreateBlockIgnoreRuleList({})
613
+ const data = await client.DescribeEnterpriseSecurityGroupRule({})
604
614
  expect(data).to.be.ok
605
615
  } catch(error) {
606
616
  expect(error.requestId).to.be.ok
@@ -608,9 +618,9 @@ it("cfw.v20190904.CreateBlockIgnoreRuleList", async function () {
608
618
  }
609
619
  })
610
620
 
611
- it("cfw.v20190904.DescribeEnterpriseSGRuleProgress", async function () {
621
+ it("cfw.v20190904.ModifyFwGroupSwitch", async function () {
612
622
  try {
613
- const data = await client.DescribeEnterpriseSGRuleProgress({})
623
+ const data = await client.ModifyFwGroupSwitch({})
614
624
  expect(data).to.be.ok
615
625
  } catch(error) {
616
626
  expect(error.requestId).to.be.ok
@@ -618,9 +628,9 @@ it("cfw.v20190904.DescribeEnterpriseSGRuleProgress", async function () {
618
628
  }
619
629
  })
620
630
 
621
- it("cfw.v20190904.DescribeCfwEips", async function () {
631
+ it("cfw.v20190904.DescribeLogs", async function () {
622
632
  try {
623
- const data = await client.DescribeCfwEips({})
633
+ const data = await client.DescribeLogs({})
624
634
  expect(data).to.be.ok
625
635
  } catch(error) {
626
636
  expect(error.requestId).to.be.ok
@@ -628,9 +638,9 @@ it("cfw.v20190904.DescribeCfwEips", async function () {
628
638
  }
629
639
  })
630
640
 
631
- it("cfw.v20190904.ModifyNatAcRule", async function () {
641
+ it("cfw.v20190904.SetNatFwDnatRule", async function () {
632
642
  try {
633
- const data = await client.ModifyNatAcRule({})
643
+ const data = await client.SetNatFwDnatRule({})
634
644
  expect(data).to.be.ok
635
645
  } catch(error) {
636
646
  expect(error.requestId).to.be.ok
@@ -638,9 +648,9 @@ it("cfw.v20190904.ModifyNatAcRule", async function () {
638
648
  }
639
649
  })
640
650
 
641
- it("cfw.v20190904.ModifyAcRule", async function () {
651
+ it("cfw.v20190904.ModifyAllRuleStatus", async function () {
642
652
  try {
643
- const data = await client.ModifyAcRule({})
653
+ const data = await client.ModifyAllRuleStatus({})
644
654
  expect(data).to.be.ok
645
655
  } catch(error) {
646
656
  expect(error.requestId).to.be.ok
@@ -648,9 +658,9 @@ it("cfw.v20190904.ModifyAcRule", async function () {
648
658
  }
649
659
  })
650
660
 
651
- it("cfw.v20190904.DeleteSecurityGroupRule", async function () {
661
+ it("cfw.v20190904.DeleteBlockIgnoreRuleList", async function () {
652
662
  try {
653
- const data = await client.DeleteSecurityGroupRule({})
663
+ const data = await client.DeleteBlockIgnoreRuleList({})
654
664
  expect(data).to.be.ok
655
665
  } catch(error) {
656
666
  expect(error.requestId).to.be.ok
@@ -658,9 +668,9 @@ it("cfw.v20190904.DeleteSecurityGroupRule", async function () {
658
668
  }
659
669
  })
660
670
 
661
- it("cfw.v20190904.ModifySecurityGroupSequenceRules", async function () {
671
+ it("cfw.v20190904.SetNatFwEip", async function () {
662
672
  try {
663
- const data = await client.ModifySecurityGroupSequenceRules({})
673
+ const data = await client.SetNatFwEip({})
664
674
  expect(data).to.be.ok
665
675
  } catch(error) {
666
676
  expect(error.requestId).to.be.ok
@@ -668,9 +678,9 @@ it("cfw.v20190904.ModifySecurityGroupSequenceRules", async function () {
668
678
  }
669
679
  })
670
680
 
671
- it("cfw.v20190904.ModifyEnterpriseSecurityDispatchStatus", async function () {
681
+ it("cfw.v20190904.ModifyAclRule", async function () {
672
682
  try {
673
- const data = await client.ModifyEnterpriseSecurityDispatchStatus({})
683
+ const data = await client.ModifyAclRule({})
674
684
  expect(data).to.be.ok
675
685
  } catch(error) {
676
686
  expect(error.requestId).to.be.ok
@@ -678,9 +688,9 @@ it("cfw.v20190904.ModifyEnterpriseSecurityDispatchStatus", async function () {
678
688
  }
679
689
  })
680
690
 
681
- it("cfw.v20190904.DescribeTLogIpList", async function () {
691
+ it("cfw.v20190904.DescribeCfwEips", async function () {
682
692
  try {
683
- const data = await client.DescribeTLogIpList({})
693
+ const data = await client.DescribeCfwEips({})
684
694
  expect(data).to.be.ok
685
695
  } catch(error) {
686
696
  expect(error.requestId).to.be.ok
@@ -718,9 +728,49 @@ it("cfw.v20190904.DescribeAcLists", async function () {
718
728
  }
719
729
  })
720
730
 
721
- it("cfw.v20190904.ModifyPublicIPSwitchStatus", async function () {
731
+ it("cfw.v20190904.ExpandCfwVertical", async function () {
722
732
  try {
723
- const data = await client.ModifyPublicIPSwitchStatus({})
733
+ const data = await client.ExpandCfwVertical({})
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("cfw.v20190904.CreateVpcFwGroup", async function () {
742
+ try {
743
+ const data = await client.CreateVpcFwGroup({})
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("cfw.v20190904.ModifyAllPublicIPSwitchStatus", async function () {
752
+ try {
753
+ const data = await client.ModifyAllPublicIPSwitchStatus({})
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("cfw.v20190904.DescribeAssociatedInstanceList", async function () {
762
+ try {
763
+ const data = await client.DescribeAssociatedInstanceList({})
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("cfw.v20190904.DeleteAcRule", async function () {
772
+ try {
773
+ const data = await client.DeleteAcRule({})
724
774
  expect(data).to.be.ok
725
775
  } catch(error) {
726
776
  expect(error.requestId).to.be.ok
@@ -738,9 +788,9 @@ it("cfw.v20190904.DescribeNatAcRule", async function () {
738
788
  }
739
789
  })
740
790
 
741
- it("cfw.v20190904.AddNatAcRule", async function () {
791
+ it("cfw.v20190904.DescribeNatFwInstance", async function () {
742
792
  try {
743
- const data = await client.AddNatAcRule({})
793
+ const data = await client.DescribeNatFwInstance({})
744
794
  expect(data).to.be.ok
745
795
  } catch(error) {
746
796
  expect(error.requestId).to.be.ok
@@ -748,9 +798,9 @@ it("cfw.v20190904.AddNatAcRule", async function () {
748
798
  }
749
799
  })
750
800
 
751
- it("cfw.v20190904.ExpandCfwVertical", async function () {
801
+ it("cfw.v20190904.CreateDatabaseWhiteListRules", async function () {
752
802
  try {
753
- const data = await client.ExpandCfwVertical({})
803
+ const data = await client.CreateDatabaseWhiteListRules({})
754
804
  expect(data).to.be.ok
755
805
  } catch(error) {
756
806
  expect(error.requestId).to.be.ok
@@ -758,9 +808,159 @@ it("cfw.v20190904.ExpandCfwVertical", async function () {
758
808
  }
759
809
  })
760
810
 
761
- it("cfw.v20190904.DescribeBlockByIpTimesList", async function () {
811
+ it("cfw.v20190904.CreateNatFwInstanceWithDomain", async function () {
762
812
  try {
763
- const data = await client.DescribeBlockByIpTimesList({})
813
+ const data = await client.CreateNatFwInstanceWithDomain({})
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("cfw.v20190904.CreateAcRules", async function () {
822
+ try {
823
+ const data = await client.CreateAcRules({})
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("cfw.v20190904.ModifyNatFwSwitch", async function () {
832
+ try {
833
+ const data = await client.ModifyNatFwSwitch({})
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("cfw.v20190904.DescribeTLogInfo", async function () {
842
+ try {
843
+ const data = await client.DescribeTLogInfo({})
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("cfw.v20190904.ModifyRunSyncAsset", async function () {
852
+ try {
853
+ const data = await client.ModifyRunSyncAsset({})
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("cfw.v20190904.ModifyAllVPCSwitchStatus", async function () {
862
+ try {
863
+ const data = await client.ModifyAllVPCSwitchStatus({})
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("cfw.v20190904.DescribeGuideScanInfo", async function () {
872
+ try {
873
+ const data = await client.DescribeGuideScanInfo({})
874
+ expect(data).to.be.ok
875
+ } catch(error) {
876
+ expect(error.requestId).to.be.ok
877
+ expect(error.code).to.be.ok
878
+ }
879
+ })
880
+
881
+ it("cfw.v20190904.DescribeNatFwInstancesInfo", async function () {
882
+ try {
883
+ const data = await client.DescribeNatFwInstancesInfo({})
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("cfw.v20190904.ModifyNatFwReSelect", async function () {
892
+ try {
893
+ const data = await client.ModifyNatFwReSelect({})
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("cfw.v20190904.ModifyStorageSetting", async function () {
902
+ try {
903
+ const data = await client.ModifyStorageSetting({})
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("cfw.v20190904.DescribeResourceGroup", async function () {
912
+ try {
913
+ const data = await client.DescribeResourceGroup({})
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("cfw.v20190904.ModifyAcRule", async function () {
922
+ try {
923
+ const data = await client.ModifyAcRule({})
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("cfw.v20190904.ModifyEnterpriseSecurityDispatchStatus", async function () {
932
+ try {
933
+ const data = await client.ModifyEnterpriseSecurityDispatchStatus({})
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("cfw.v20190904.DescribeTLogIpList", async function () {
942
+ try {
943
+ const data = await client.DescribeTLogIpList({})
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("cfw.v20190904.CreateAddressTemplate", async function () {
952
+ try {
953
+ const data = await client.CreateAddressTemplate({})
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("cfw.v20190904.AddNatAcRule", async function () {
962
+ try {
963
+ const data = await client.AddNatAcRule({})
764
964
  expect(data).to.be.ok
765
965
  } catch(error) {
766
966
  expect(error.requestId).to.be.ok
@@ -778,9 +978,9 @@ it("cfw.v20190904.DescribeBlockStaticList", async function () {
778
978
  }
779
979
  })
780
980
 
781
- it("cfw.v20190904.SetNatFwEip", async function () {
981
+ it("cfw.v20190904.DescribeFwEdgeIps", async function () {
782
982
  try {
783
- const data = await client.SetNatFwEip({})
983
+ const data = await client.DescribeFwEdgeIps({})
784
984
  expect(data).to.be.ok
785
985
  } catch(error) {
786
986
  expect(error.requestId).to.be.ok