tencentcloud-sdk-nodejs 4.0.683 → 4.0.685

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 (65) hide show
  1. package/CHANGELOG.md +266 -0
  2. package/SERVICE_CHANGELOG.md +247 -100
  3. package/package.json +1 -1
  4. package/products.md +12 -12
  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 +849 -496
  9. package/src/services/cfw/v20190904/cfw_models.ts +2327 -381
  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 +45 -20
  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_client.ts +0 -2
  16. package/src/services/iai/v20180301/iai_models.ts +26 -30
  17. package/src/services/iai/v20200303/iai_models.ts +16 -20
  18. package/src/services/sqlserver/v20180328/sqlserver_client.ts +25 -0
  19. package/src/services/sqlserver/v20180328/sqlserver_models.ts +107 -0
  20. package/src/services/tcr/v20190924/tcr_client.ts +1 -1
  21. package/src/services/tcr/v20190924/tcr_models.ts +9 -3
  22. package/src/services/trocket/v20230308/trocket_client.ts +68 -17
  23. package/src/services/trocket/v20230308/trocket_models.ts +371 -35
  24. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  25. package/src/services/waf/v20180125/waf_client.ts +25 -38
  26. package/src/services/waf/v20180125/waf_models.ts +45 -73
  27. package/tencentcloud/common/sdk_version.d.ts +1 -1
  28. package/tencentcloud/common/sdk_version.js +1 -1
  29. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +9 -5
  30. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +12 -6
  31. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +68 -46
  32. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +258 -146
  33. package/tencentcloud/services/cfw/v20190904/cfw_client.js +382 -214
  34. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2197 -324
  35. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +17 -1
  36. package/tencentcloud/services/eb/v20210416/eb_client.js +24 -0
  37. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +896 -770
  38. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +41 -16
  39. package/tencentcloud/services/ess/v20201111/ess_client.js +41 -16
  40. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +301 -177
  41. package/tencentcloud/services/facefusion/v20181201/facefusion_client.d.ts +3 -1
  42. package/tencentcloud/services/facefusion/v20181201/facefusion_client.js +3 -1
  43. package/tencentcloud/services/iai/v20180301/iai_client.d.ts +0 -2
  44. package/tencentcloud/services/iai/v20180301/iai_client.js +0 -2
  45. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +26 -30
  46. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +16 -20
  47. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +9 -1
  48. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +12 -0
  49. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +102 -0
  50. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +1 -1
  51. package/tencentcloud/services/tcr/v20190924/tcr_client.js +1 -1
  52. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +9 -3
  53. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +24 -8
  54. package/tencentcloud/services/trocket/v20230308/trocket_client.js +33 -9
  55. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +359 -34
  56. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  57. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -13
  58. package/tencentcloud/services/waf/v20180125/waf_client.js +12 -18
  59. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +43 -68
  60. package/test/cdwch.v20200915.test.js +14 -4
  61. package/test/cfw.v20190904.test.js +418 -138
  62. package/test/eb.v20210416.test.js +40 -0
  63. package/test/sqlserver.v20180328.test.js +20 -0
  64. package/test/trocket.v20230308.test.js +42 -2
  65. 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,129 @@ 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
+ 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("cfw.v20190904.ModifyResourceGroup", async function () {
62
+ try {
63
+ const data = await client.ModifyResourceGroup({})
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("cfw.v20190904.DescribeResourceGroupNew", async function () {
72
+ try {
73
+ const data = await client.DescribeResourceGroupNew({})
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("cfw.v20190904.ModifyVpcFwGroup", async function () {
82
+ try {
83
+ const data = await client.ModifyVpcFwGroup({})
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("cfw.v20190904.ModifyAssetSync", async function () {
92
+ try {
93
+ const data = await client.ModifyAssetSync({})
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("cfw.v20190904.DeleteVpcFwGroup", async function () {
102
+ try {
103
+ const data = await client.DeleteVpcFwGroup({})
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("cfw.v20190904.AddVpcAcRule", async function () {
112
+ try {
113
+ const data = await client.AddVpcAcRule({})
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("cfw.v20190904.AddEnterpriseSecurityGroupRules", async function () {
122
+ try {
123
+ const data = await client.AddEnterpriseSecurityGroupRules({})
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("cfw.v20190904.DescribeTableStatus", async function () {
132
+ try {
133
+ const data = await client.DescribeTableStatus({})
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("cfw.v20190904.ModifySecurityGroupSequenceRules", async function () {
142
+ try {
143
+ const data = await client.ModifySecurityGroupSequenceRules({})
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("cfw.v20190904.RemoveEnterpriseSecurityGroupRule", async function () {
152
+ try {
153
+ const data = await client.RemoveEnterpriseSecurityGroupRule({})
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("cfw.v20190904.ModifyNatSequenceRules", async function () {
162
+ try {
163
+ const data = await client.ModifyNatSequenceRules({})
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("cfw.v20190904.DeleteVpcInstance", async function () {
172
+ try {
173
+ const data = await client.DeleteVpcInstance({})
54
174
  expect(data).to.be.ok
55
175
  } catch(error) {
56
176
  expect(error.requestId).to.be.ok
@@ -68,9 +188,9 @@ it("cfw.v20190904.DescribeUnHandleEventTabList", async function () {
68
188
  }
69
189
  })
70
190
 
71
- it("cfw.v20190904.ModifyAllPublicIPSwitchStatus", async function () {
191
+ it("cfw.v20190904.CreateNatFwInstance", async function () {
72
192
  try {
73
- const data = await client.ModifyAllPublicIPSwitchStatus({})
193
+ const data = await client.CreateNatFwInstance({})
74
194
  expect(data).to.be.ok
75
195
  } catch(error) {
76
196
  expect(error.requestId).to.be.ok
@@ -78,9 +198,9 @@ it("cfw.v20190904.ModifyAllPublicIPSwitchStatus", async function () {
78
198
  }
79
199
  })
80
200
 
81
- it("cfw.v20190904.DescribeAssociatedInstanceList", async function () {
201
+ it("cfw.v20190904.ModifyBlockTop", async function () {
82
202
  try {
83
- const data = await client.DescribeAssociatedInstanceList({})
203
+ const data = await client.ModifyBlockTop({})
84
204
  expect(data).to.be.ok
85
205
  } catch(error) {
86
206
  expect(error.requestId).to.be.ok
@@ -88,9 +208,9 @@ it("cfw.v20190904.DescribeAssociatedInstanceList", async function () {
88
208
  }
89
209
  })
90
210
 
91
- it("cfw.v20190904.CreateChooseVpcs", async function () {
211
+ it("cfw.v20190904.RemoveAclRule", async function () {
92
212
  try {
93
- const data = await client.CreateChooseVpcs({})
213
+ const data = await client.RemoveAclRule({})
94
214
  expect(data).to.be.ok
95
215
  } catch(error) {
96
216
  expect(error.requestId).to.be.ok
@@ -98,9 +218,9 @@ it("cfw.v20190904.CreateChooseVpcs", async function () {
98
218
  }
99
219
  })
100
220
 
101
- it("cfw.v20190904.DescribeNatFwInstanceWithRegion", async function () {
221
+ it("cfw.v20190904.DeleteNatFwInstance", async function () {
102
222
  try {
103
- const data = await client.DescribeNatFwInstanceWithRegion({})
223
+ const data = await client.DeleteNatFwInstance({})
104
224
  expect(data).to.be.ok
105
225
  } catch(error) {
106
226
  expect(error.requestId).to.be.ok
@@ -108,9 +228,9 @@ it("cfw.v20190904.DescribeNatFwInstanceWithRegion", async function () {
108
228
  }
109
229
  })
110
230
 
111
- it("cfw.v20190904.DeleteAcRule", async function () {
231
+ it("cfw.v20190904.CreateBlockIgnoreRuleList", async function () {
112
232
  try {
113
- const data = await client.DeleteAcRule({})
233
+ const data = await client.CreateBlockIgnoreRuleList({})
114
234
  expect(data).to.be.ok
115
235
  } catch(error) {
116
236
  expect(error.requestId).to.be.ok
@@ -118,9 +238,9 @@ it("cfw.v20190904.DeleteAcRule", async function () {
118
238
  }
119
239
  })
120
240
 
121
- it("cfw.v20190904.ModifyResourceGroup", async function () {
241
+ it("cfw.v20190904.ModifyEdgeIpSwitch", async function () {
122
242
  try {
123
- const data = await client.ModifyResourceGroup({})
243
+ const data = await client.ModifyEdgeIpSwitch({})
124
244
  expect(data).to.be.ok
125
245
  } catch(error) {
126
246
  expect(error.requestId).to.be.ok
@@ -128,9 +248,9 @@ it("cfw.v20190904.ModifyResourceGroup", async function () {
128
248
  }
129
249
  })
130
250
 
131
- it("cfw.v20190904.ModifySecurityGroupItemRuleStatus", async function () {
251
+ it("cfw.v20190904.DescribeBlockByIpTimesList", async function () {
132
252
  try {
133
- const data = await client.ModifySecurityGroupItemRuleStatus({})
253
+ const data = await client.DescribeBlockByIpTimesList({})
134
254
  expect(data).to.be.ok
135
255
  } catch(error) {
136
256
  expect(error.requestId).to.be.ok
@@ -138,9 +258,9 @@ it("cfw.v20190904.ModifySecurityGroupItemRuleStatus", async function () {
138
258
  }
139
259
  })
140
260
 
141
- it("cfw.v20190904.DescribeResourceGroupNew", async function () {
261
+ it("cfw.v20190904.DescribeEnterpriseSGRuleProgress", async function () {
142
262
  try {
143
- const data = await client.DescribeResourceGroupNew({})
263
+ const data = await client.DescribeEnterpriseSGRuleProgress({})
144
264
  expect(data).to.be.ok
145
265
  } catch(error) {
146
266
  expect(error.requestId).to.be.ok
@@ -148,9 +268,9 @@ it("cfw.v20190904.DescribeResourceGroupNew", async function () {
148
268
  }
149
269
  })
150
270
 
151
- it("cfw.v20190904.DeleteAllAccessControlRule", async function () {
271
+ it("cfw.v20190904.DescribeNatFwInfoCount", async function () {
152
272
  try {
153
- const data = await client.DeleteAllAccessControlRule({})
273
+ const data = await client.DescribeNatFwInfoCount({})
154
274
  expect(data).to.be.ok
155
275
  } catch(error) {
156
276
  expect(error.requestId).to.be.ok
@@ -158,9 +278,9 @@ it("cfw.v20190904.DeleteAllAccessControlRule", async function () {
158
278
  }
159
279
  })
160
280
 
161
- it("cfw.v20190904.ModifyEWRuleStatus", async function () {
281
+ it("cfw.v20190904.DescribeNatFwVpcDnsLst", async function () {
162
282
  try {
163
- const data = await client.ModifyEWRuleStatus({})
283
+ const data = await client.DescribeNatFwVpcDnsLst({})
164
284
  expect(data).to.be.ok
165
285
  } catch(error) {
166
286
  expect(error.requestId).to.be.ok
@@ -168,9 +288,19 @@ it("cfw.v20190904.ModifyEWRuleStatus", async function () {
168
288
  }
169
289
  })
170
290
 
171
- it("cfw.v20190904.DescribeSecurityGroupList", async function () {
291
+ it("cfw.v20190904.ModifyBlockIgnoreRule", async function () {
172
292
  try {
173
- const data = await client.DescribeSecurityGroupList({})
293
+ const data = await client.ModifyBlockIgnoreRule({})
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("cfw.v20190904.DescribeAclRule", async function () {
302
+ try {
303
+ const data = await client.DescribeAclRule({})
174
304
  expect(data).to.be.ok
175
305
  } catch(error) {
176
306
  expect(error.requestId).to.be.ok
@@ -188,9 +318,9 @@ it("cfw.v20190904.ModifySecurityGroupRule", async function () {
188
318
  }
189
319
  })
190
320
 
191
- it("cfw.v20190904.DescribeNatFwInstance", async function () {
321
+ it("cfw.v20190904.DeleteAllAccessControlRule", async function () {
192
322
  try {
193
- const data = await client.DescribeNatFwInstance({})
323
+ const data = await client.DeleteAllAccessControlRule({})
194
324
  expect(data).to.be.ok
195
325
  } catch(error) {
196
326
  expect(error.requestId).to.be.ok
@@ -198,9 +328,9 @@ it("cfw.v20190904.DescribeNatFwInstance", async function () {
198
328
  }
199
329
  })
200
330
 
201
- it("cfw.v20190904.ModifyAssetScan", async function () {
331
+ it("cfw.v20190904.DescribeSecurityGroupList", async function () {
202
332
  try {
203
- const data = await client.ModifyAssetScan({})
333
+ const data = await client.DescribeSecurityGroupList({})
204
334
  expect(data).to.be.ok
205
335
  } catch(error) {
206
336
  expect(error.requestId).to.be.ok
@@ -208,9 +338,9 @@ it("cfw.v20190904.ModifyAssetScan", async function () {
208
338
  }
209
339
  })
210
340
 
211
- it("cfw.v20190904.CreateAddressTemplate", async function () {
341
+ it("cfw.v20190904.ModifyVpcAcRule", async function () {
212
342
  try {
213
- const data = await client.CreateAddressTemplate({})
343
+ const data = await client.ModifyVpcAcRule({})
214
344
  expect(data).to.be.ok
215
345
  } catch(error) {
216
346
  expect(error.requestId).to.be.ok
@@ -218,9 +348,9 @@ it("cfw.v20190904.CreateAddressTemplate", async function () {
218
348
  }
219
349
  })
220
350
 
221
- it("cfw.v20190904.CreateDatabaseWhiteListRules", async function () {
351
+ it("cfw.v20190904.DescribeAssetSync", async function () {
222
352
  try {
223
- const data = await client.CreateDatabaseWhiteListRules({})
353
+ const data = await client.DescribeAssetSync({})
224
354
  expect(data).to.be.ok
225
355
  } catch(error) {
226
356
  expect(error.requestId).to.be.ok
@@ -228,9 +358,9 @@ it("cfw.v20190904.CreateDatabaseWhiteListRules", async function () {
228
358
  }
229
359
  })
230
360
 
231
- it("cfw.v20190904.CreateNatFwInstanceWithDomain", async function () {
361
+ it("cfw.v20190904.CreateSecurityGroupRules", async function () {
232
362
  try {
233
- const data = await client.CreateNatFwInstanceWithDomain({})
363
+ const data = await client.CreateSecurityGroupRules({})
234
364
  expect(data).to.be.ok
235
365
  } catch(error) {
236
366
  expect(error.requestId).to.be.ok
@@ -238,9 +368,9 @@ it("cfw.v20190904.CreateNatFwInstanceWithDomain", async function () {
238
368
  }
239
369
  })
240
370
 
241
- it("cfw.v20190904.ModifySequenceRules", async function () {
371
+ it("cfw.v20190904.DescribeDefenseSwitch", async function () {
242
372
  try {
243
- const data = await client.ModifySequenceRules({})
373
+ const data = await client.DescribeDefenseSwitch({})
244
374
  expect(data).to.be.ok
245
375
  } catch(error) {
246
376
  expect(error.requestId).to.be.ok
@@ -248,9 +378,9 @@ it("cfw.v20190904.ModifySequenceRules", async function () {
248
378
  }
249
379
  })
250
380
 
251
- it("cfw.v20190904.AddAcRule", async function () {
381
+ it("cfw.v20190904.DescribeFwGroupInstanceInfo", async function () {
252
382
  try {
253
- const data = await client.AddAcRule({})
383
+ const data = await client.DescribeFwGroupInstanceInfo({})
254
384
  expect(data).to.be.ok
255
385
  } catch(error) {
256
386
  expect(error.requestId).to.be.ok
@@ -258,9 +388,9 @@ it("cfw.v20190904.AddAcRule", async function () {
258
388
  }
259
389
  })
260
390
 
261
- it("cfw.v20190904.AddEnterpriseSecurityGroupRules", async function () {
391
+ it("cfw.v20190904.ModifyNatFwVpcDnsSwitch", async function () {
262
392
  try {
263
- const data = await client.AddEnterpriseSecurityGroupRules({})
393
+ const data = await client.ModifyNatFwVpcDnsSwitch({})
264
394
  expect(data).to.be.ok
265
395
  } catch(error) {
266
396
  expect(error.requestId).to.be.ok
@@ -268,9 +398,9 @@ it("cfw.v20190904.AddEnterpriseSecurityGroupRules", async function () {
268
398
  }
269
399
  })
270
400
 
271
- it("cfw.v20190904.CreateAcRules", async function () {
401
+ it("cfw.v20190904.ModifySecurityGroupItemRuleStatus", async function () {
272
402
  try {
273
- const data = await client.CreateAcRules({})
403
+ const data = await client.ModifySecurityGroupItemRuleStatus({})
274
404
  expect(data).to.be.ok
275
405
  } catch(error) {
276
406
  expect(error.requestId).to.be.ok
@@ -278,9 +408,9 @@ it("cfw.v20190904.CreateAcRules", async function () {
278
408
  }
279
409
  })
280
410
 
281
- it("cfw.v20190904.DeleteNatFwInstance", async function () {
411
+ it("cfw.v20190904.DescribeNatFwInstanceWithRegion", async function () {
282
412
  try {
283
- const data = await client.DeleteNatFwInstance({})
413
+ const data = await client.DescribeNatFwInstanceWithRegion({})
284
414
  expect(data).to.be.ok
285
415
  } catch(error) {
286
416
  expect(error.requestId).to.be.ok
@@ -288,9 +418,9 @@ it("cfw.v20190904.DeleteNatFwInstance", async function () {
288
418
  }
289
419
  })
290
420
 
291
- it("cfw.v20190904.CreateSecurityGroupRules", async function () {
421
+ it("cfw.v20190904.DescribeSourceAsset", async function () {
292
422
  try {
293
- const data = await client.CreateSecurityGroupRules({})
423
+ const data = await client.DescribeSourceAsset({})
294
424
  expect(data).to.be.ok
295
425
  } catch(error) {
296
426
  expect(error.requestId).to.be.ok
@@ -298,9 +428,9 @@ it("cfw.v20190904.CreateSecurityGroupRules", async function () {
298
428
  }
299
429
  })
300
430
 
301
- it("cfw.v20190904.RemoveEnterpriseSecurityGroupRule", async function () {
431
+ it("cfw.v20190904.DeleteResourceGroup", async function () {
302
432
  try {
303
- const data = await client.RemoveEnterpriseSecurityGroupRule({})
433
+ const data = await client.DeleteResourceGroup({})
304
434
  expect(data).to.be.ok
305
435
  } catch(error) {
306
436
  expect(error.requestId).to.be.ok
@@ -308,9 +438,9 @@ it("cfw.v20190904.RemoveEnterpriseSecurityGroupRule", async function () {
308
438
  }
309
439
  })
310
440
 
311
- it("cfw.v20190904.DescribeRuleOverview", async function () {
441
+ it("cfw.v20190904.RemoveAcRule", async function () {
312
442
  try {
313
- const data = await client.DescribeRuleOverview({})
443
+ const data = await client.RemoveAcRule({})
314
444
  expect(data).to.be.ok
315
445
  } catch(error) {
316
446
  expect(error.requestId).to.be.ok
@@ -318,9 +448,19 @@ it("cfw.v20190904.DescribeRuleOverview", async function () {
318
448
  }
319
449
  })
320
450
 
321
- it("cfw.v20190904.DescribeIPStatusList", async function () {
451
+ it("cfw.v20190904.ModifyVpcFwSequenceRules", async function () {
322
452
  try {
323
- const data = await client.DescribeIPStatusList({})
453
+ const data = await client.ModifyVpcFwSequenceRules({})
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("cfw.v20190904.DescribeVpcAcRule", async function () {
462
+ try {
463
+ const data = await client.DescribeVpcAcRule({})
324
464
  expect(data).to.be.ok
325
465
  } catch(error) {
326
466
  expect(error.requestId).to.be.ok
@@ -338,9 +478,9 @@ it("cfw.v20190904.ModifyEnterpriseSecurityGroupRule", async function () {
338
478
  }
339
479
  })
340
480
 
341
- it("cfw.v20190904.DescribeDefenseSwitch", async function () {
481
+ it("cfw.v20190904.AddAclRule", async function () {
342
482
  try {
343
- const data = await client.DescribeDefenseSwitch({})
483
+ const data = await client.AddAclRule({})
344
484
  expect(data).to.be.ok
345
485
  } catch(error) {
346
486
  expect(error.requestId).to.be.ok
@@ -348,9 +488,9 @@ it("cfw.v20190904.DescribeDefenseSwitch", async function () {
348
488
  }
349
489
  })
350
490
 
351
- it("cfw.v20190904.DescribeTLogInfo", async function () {
491
+ it("cfw.v20190904.ModifyNatAcRule", async function () {
352
492
  try {
353
- const data = await client.DescribeTLogInfo({})
493
+ const data = await client.ModifyNatAcRule({})
354
494
  expect(data).to.be.ok
355
495
  } catch(error) {
356
496
  expect(error.requestId).to.be.ok
@@ -358,9 +498,9 @@ it("cfw.v20190904.DescribeTLogInfo", async function () {
358
498
  }
359
499
  })
360
500
 
361
- it("cfw.v20190904.ModifyRunSyncAsset", async function () {
501
+ it("cfw.v20190904.DeleteSecurityGroupRule", async function () {
362
502
  try {
363
- const data = await client.ModifyRunSyncAsset({})
503
+ const data = await client.DeleteSecurityGroupRule({})
364
504
  expect(data).to.be.ok
365
505
  } catch(error) {
366
506
  expect(error.requestId).to.be.ok
@@ -368,9 +508,9 @@ it("cfw.v20190904.ModifyRunSyncAsset", async function () {
368
508
  }
369
509
  })
370
510
 
371
- it("cfw.v20190904.ModifyNatSequenceRules", async function () {
511
+ it("cfw.v20190904.ModifyAddressTemplate", async function () {
372
512
  try {
373
- const data = await client.ModifyNatSequenceRules({})
513
+ const data = await client.ModifyAddressTemplate({})
374
514
  expect(data).to.be.ok
375
515
  } catch(error) {
376
516
  expect(error.requestId).to.be.ok
@@ -378,9 +518,9 @@ it("cfw.v20190904.ModifyNatSequenceRules", async function () {
378
518
  }
379
519
  })
380
520
 
381
- it("cfw.v20190904.ModifyNatFwVpcDnsSwitch", async function () {
521
+ it("cfw.v20190904.DescribeSwitchLists", async function () {
382
522
  try {
383
- const data = await client.ModifyNatFwVpcDnsSwitch({})
523
+ const data = await client.DescribeSwitchLists({})
384
524
  expect(data).to.be.ok
385
525
  } catch(error) {
386
526
  expect(error.requestId).to.be.ok
@@ -388,9 +528,9 @@ it("cfw.v20190904.ModifyNatFwVpcDnsSwitch", async function () {
388
528
  }
389
529
  })
390
530
 
391
- it("cfw.v20190904.ModifyAllVPCSwitchStatus", async function () {
531
+ it("cfw.v20190904.ModifyPublicIPSwitchStatus", async function () {
392
532
  try {
393
- const data = await client.ModifyAllVPCSwitchStatus({})
533
+ const data = await client.ModifyPublicIPSwitchStatus({})
394
534
  expect(data).to.be.ok
395
535
  } catch(error) {
396
536
  expect(error.requestId).to.be.ok
@@ -398,9 +538,9 @@ it("cfw.v20190904.ModifyAllVPCSwitchStatus", async function () {
398
538
  }
399
539
  })
400
540
 
401
- it("cfw.v20190904.ModifyStorageSetting", async function () {
541
+ it("cfw.v20190904.ModifyTableStatus", async function () {
402
542
  try {
403
- const data = await client.ModifyStorageSetting({})
543
+ const data = await client.ModifyTableStatus({})
404
544
  expect(data).to.be.ok
405
545
  } catch(error) {
406
546
  expect(error.requestId).to.be.ok
@@ -408,9 +548,9 @@ it("cfw.v20190904.ModifyStorageSetting", async function () {
408
548
  }
409
549
  })
410
550
 
411
- it("cfw.v20190904.DescribeEnterpriseSecurityGroupRule", async function () {
551
+ it("cfw.v20190904.ModifyBlockIgnoreList", async function () {
412
552
  try {
413
- const data = await client.DescribeEnterpriseSecurityGroupRule({})
553
+ const data = await client.ModifyBlockIgnoreList({})
414
554
  expect(data).to.be.ok
415
555
  } catch(error) {
416
556
  expect(error.requestId).to.be.ok
@@ -418,9 +558,9 @@ it("cfw.v20190904.DescribeEnterpriseSecurityGroupRule", async function () {
418
558
  }
419
559
  })
420
560
 
421
- it("cfw.v20190904.DescribeLogs", async function () {
561
+ it("cfw.v20190904.CreateChooseVpcs", async function () {
422
562
  try {
423
- const data = await client.DescribeLogs({})
563
+ const data = await client.CreateChooseVpcs({})
424
564
  expect(data).to.be.ok
425
565
  } catch(error) {
426
566
  expect(error.requestId).to.be.ok
@@ -428,9 +568,9 @@ it("cfw.v20190904.DescribeLogs", async function () {
428
568
  }
429
569
  })
430
570
 
431
- it("cfw.v20190904.DeleteVpcInstance", async function () {
571
+ it("cfw.v20190904.DescribeNatSwitchList", async function () {
432
572
  try {
433
- const data = await client.DeleteVpcInstance({})
573
+ const data = await client.DescribeNatSwitchList({})
434
574
  expect(data).to.be.ok
435
575
  } catch(error) {
436
576
  expect(error.requestId).to.be.ok
@@ -438,9 +578,9 @@ it("cfw.v20190904.DeleteVpcInstance", async function () {
438
578
  }
439
579
  })
440
580
 
441
- it("cfw.v20190904.DescribeGuideScanInfo", async function () {
581
+ it("cfw.v20190904.ModifyAssetScan", async function () {
442
582
  try {
443
- const data = await client.DescribeGuideScanInfo({})
583
+ const data = await client.ModifyAssetScan({})
444
584
  expect(data).to.be.ok
445
585
  } catch(error) {
446
586
  expect(error.requestId).to.be.ok
@@ -458,9 +598,9 @@ it("cfw.v20190904.DeleteAddressTemplate", async function () {
458
598
  }
459
599
  })
460
600
 
461
- it("cfw.v20190904.ModifyNatFwSwitch", async function () {
601
+ it("cfw.v20190904.ModifySequenceRules", async function () {
462
602
  try {
463
- const data = await client.ModifyNatFwSwitch({})
603
+ const data = await client.ModifySequenceRules({})
464
604
  expect(data).to.be.ok
465
605
  } catch(error) {
466
606
  expect(error.requestId).to.be.ok
@@ -468,9 +608,9 @@ it("cfw.v20190904.ModifyNatFwSwitch", async function () {
468
608
  }
469
609
  })
470
610
 
471
- it("cfw.v20190904.DescribeSourceAsset", async function () {
611
+ it("cfw.v20190904.AddAcRule", async function () {
472
612
  try {
473
- const data = await client.DescribeSourceAsset({})
613
+ const data = await client.AddAcRule({})
474
614
  expect(data).to.be.ok
475
615
  } catch(error) {
476
616
  expect(error.requestId).to.be.ok
@@ -478,9 +618,9 @@ it("cfw.v20190904.DescribeSourceAsset", async function () {
478
618
  }
479
619
  })
480
620
 
481
- it("cfw.v20190904.DeleteResourceGroup", async function () {
621
+ it("cfw.v20190904.ModifySequenceAclRules", async function () {
482
622
  try {
483
- const data = await client.DeleteResourceGroup({})
623
+ const data = await client.ModifySequenceAclRules({})
484
624
  expect(data).to.be.ok
485
625
  } catch(error) {
486
626
  expect(error.requestId).to.be.ok
@@ -488,9 +628,49 @@ it("cfw.v20190904.DeleteResourceGroup", async function () {
488
628
  }
489
629
  })
490
630
 
491
- it("cfw.v20190904.CreateNatFwInstance", async function () {
631
+ it("cfw.v20190904.DescribeRuleOverview", async function () {
492
632
  try {
493
- const data = await client.CreateNatFwInstance({})
633
+ const data = await client.DescribeRuleOverview({})
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("cfw.v20190904.DescribeIPStatusList", async function () {
642
+ try {
643
+ const data = await client.DescribeIPStatusList({})
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("cfw.v20190904.DescribeEnterpriseSecurityGroupRule", async function () {
652
+ try {
653
+ const data = await client.DescribeEnterpriseSecurityGroupRule({})
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("cfw.v20190904.ModifyFwGroupSwitch", async function () {
662
+ try {
663
+ const data = await client.ModifyFwGroupSwitch({})
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("cfw.v20190904.DescribeLogs", async function () {
672
+ try {
673
+ const data = await client.DescribeLogs({})
494
674
  expect(data).to.be.ok
495
675
  } catch(error) {
496
676
  expect(error.requestId).to.be.ok
@@ -518,9 +698,9 @@ it("cfw.v20190904.ModifyAllRuleStatus", async function () {
518
698
  }
519
699
  })
520
700
 
521
- it("cfw.v20190904.DescribeSwitchLists", async function () {
701
+ it("cfw.v20190904.DeleteBlockIgnoreRuleList", async function () {
522
702
  try {
523
- const data = await client.DescribeSwitchLists({})
703
+ const data = await client.DeleteBlockIgnoreRuleList({})
524
704
  expect(data).to.be.ok
525
705
  } catch(error) {
526
706
  expect(error.requestId).to.be.ok
@@ -528,9 +708,9 @@ it("cfw.v20190904.DescribeSwitchLists", async function () {
528
708
  }
529
709
  })
530
710
 
531
- it("cfw.v20190904.RemoveAcRule", async function () {
711
+ it("cfw.v20190904.SetNatFwEip", async function () {
532
712
  try {
533
- const data = await client.RemoveAcRule({})
713
+ const data = await client.SetNatFwEip({})
534
714
  expect(data).to.be.ok
535
715
  } catch(error) {
536
716
  expect(error.requestId).to.be.ok
@@ -538,9 +718,9 @@ it("cfw.v20190904.RemoveAcRule", async function () {
538
718
  }
539
719
  })
540
720
 
541
- it("cfw.v20190904.ModifyBlockTop", async function () {
721
+ it("cfw.v20190904.ModifyAclRule", async function () {
542
722
  try {
543
- const data = await client.ModifyBlockTop({})
723
+ const data = await client.ModifyAclRule({})
544
724
  expect(data).to.be.ok
545
725
  } catch(error) {
546
726
  expect(error.requestId).to.be.ok
@@ -548,9 +728,9 @@ it("cfw.v20190904.ModifyBlockTop", async function () {
548
728
  }
549
729
  })
550
730
 
551
- it("cfw.v20190904.DescribeTableStatus", async function () {
731
+ it("cfw.v20190904.DescribeCfwEips", async function () {
552
732
  try {
553
- const data = await client.DescribeTableStatus({})
733
+ const data = await client.DescribeCfwEips({})
554
734
  expect(data).to.be.ok
555
735
  } catch(error) {
556
736
  expect(error.requestId).to.be.ok
@@ -558,9 +738,9 @@ it("cfw.v20190904.DescribeTableStatus", async function () {
558
738
  }
559
739
  })
560
740
 
561
- it("cfw.v20190904.ModifyBlockIgnoreList", async function () {
741
+ it("cfw.v20190904.DescribeBlockIgnoreList", async function () {
562
742
  try {
563
- const data = await client.ModifyBlockIgnoreList({})
743
+ const data = await client.DescribeBlockIgnoreList({})
564
744
  expect(data).to.be.ok
565
745
  } catch(error) {
566
746
  expect(error.requestId).to.be.ok
@@ -568,9 +748,9 @@ it("cfw.v20190904.ModifyBlockIgnoreList", async function () {
568
748
  }
569
749
  })
570
750
 
571
- it("cfw.v20190904.DescribeNatFwInstancesInfo", async function () {
751
+ it("cfw.v20190904.RemoveNatAcRule", async function () {
572
752
  try {
573
- const data = await client.DescribeNatFwInstancesInfo({})
753
+ const data = await client.RemoveNatAcRule({})
574
754
  expect(data).to.be.ok
575
755
  } catch(error) {
576
756
  expect(error.requestId).to.be.ok
@@ -578,9 +758,9 @@ it("cfw.v20190904.DescribeNatFwInstancesInfo", async function () {
578
758
  }
579
759
  })
580
760
 
581
- it("cfw.v20190904.ModifyNatFwReSelect", async function () {
761
+ it("cfw.v20190904.DescribeAcLists", async function () {
582
762
  try {
583
- const data = await client.ModifyNatFwReSelect({})
763
+ const data = await client.DescribeAcLists({})
584
764
  expect(data).to.be.ok
585
765
  } catch(error) {
586
766
  expect(error.requestId).to.be.ok
@@ -588,9 +768,9 @@ it("cfw.v20190904.ModifyNatFwReSelect", async function () {
588
768
  }
589
769
  })
590
770
 
591
- it("cfw.v20190904.DescribeResourceGroup", async function () {
771
+ it("cfw.v20190904.ExpandCfwVertical", async function () {
592
772
  try {
593
- const data = await client.DescribeResourceGroup({})
773
+ const data = await client.ExpandCfwVertical({})
594
774
  expect(data).to.be.ok
595
775
  } catch(error) {
596
776
  expect(error.requestId).to.be.ok
@@ -598,9 +778,9 @@ it("cfw.v20190904.DescribeResourceGroup", async function () {
598
778
  }
599
779
  })
600
780
 
601
- it("cfw.v20190904.CreateBlockIgnoreRuleList", async function () {
781
+ it("cfw.v20190904.CreateVpcFwGroup", async function () {
602
782
  try {
603
- const data = await client.CreateBlockIgnoreRuleList({})
783
+ const data = await client.CreateVpcFwGroup({})
604
784
  expect(data).to.be.ok
605
785
  } catch(error) {
606
786
  expect(error.requestId).to.be.ok
@@ -608,9 +788,9 @@ it("cfw.v20190904.CreateBlockIgnoreRuleList", async function () {
608
788
  }
609
789
  })
610
790
 
611
- it("cfw.v20190904.DescribeEnterpriseSGRuleProgress", async function () {
791
+ it("cfw.v20190904.ModifyAllPublicIPSwitchStatus", async function () {
612
792
  try {
613
- const data = await client.DescribeEnterpriseSGRuleProgress({})
793
+ const data = await client.ModifyAllPublicIPSwitchStatus({})
614
794
  expect(data).to.be.ok
615
795
  } catch(error) {
616
796
  expect(error.requestId).to.be.ok
@@ -618,9 +798,9 @@ it("cfw.v20190904.DescribeEnterpriseSGRuleProgress", async function () {
618
798
  }
619
799
  })
620
800
 
621
- it("cfw.v20190904.DescribeCfwEips", async function () {
801
+ it("cfw.v20190904.DescribeAssociatedInstanceList", async function () {
622
802
  try {
623
- const data = await client.DescribeCfwEips({})
803
+ const data = await client.DescribeAssociatedInstanceList({})
624
804
  expect(data).to.be.ok
625
805
  } catch(error) {
626
806
  expect(error.requestId).to.be.ok
@@ -628,9 +808,9 @@ it("cfw.v20190904.DescribeCfwEips", async function () {
628
808
  }
629
809
  })
630
810
 
631
- it("cfw.v20190904.ModifyNatAcRule", async function () {
811
+ it("cfw.v20190904.ModifyNatInstance", async function () {
632
812
  try {
633
- const data = await client.ModifyNatAcRule({})
813
+ const data = await client.ModifyNatInstance({})
634
814
  expect(data).to.be.ok
635
815
  } catch(error) {
636
816
  expect(error.requestId).to.be.ok
@@ -638,9 +818,9 @@ it("cfw.v20190904.ModifyNatAcRule", async function () {
638
818
  }
639
819
  })
640
820
 
641
- it("cfw.v20190904.ModifyAcRule", async function () {
821
+ it("cfw.v20190904.DeleteAcRule", async function () {
642
822
  try {
643
- const data = await client.ModifyAcRule({})
823
+ const data = await client.DeleteAcRule({})
644
824
  expect(data).to.be.ok
645
825
  } catch(error) {
646
826
  expect(error.requestId).to.be.ok
@@ -648,9 +828,9 @@ it("cfw.v20190904.ModifyAcRule", async function () {
648
828
  }
649
829
  })
650
830
 
651
- it("cfw.v20190904.DeleteSecurityGroupRule", async function () {
831
+ it("cfw.v20190904.DescribeNatAcRule", async function () {
652
832
  try {
653
- const data = await client.DeleteSecurityGroupRule({})
833
+ const data = await client.DescribeNatAcRule({})
654
834
  expect(data).to.be.ok
655
835
  } catch(error) {
656
836
  expect(error.requestId).to.be.ok
@@ -658,9 +838,9 @@ it("cfw.v20190904.DeleteSecurityGroupRule", async function () {
658
838
  }
659
839
  })
660
840
 
661
- it("cfw.v20190904.ModifySecurityGroupSequenceRules", async function () {
841
+ it("cfw.v20190904.DescribeFwSyncStatus", async function () {
662
842
  try {
663
- const data = await client.ModifySecurityGroupSequenceRules({})
843
+ const data = await client.DescribeFwSyncStatus({})
664
844
  expect(data).to.be.ok
665
845
  } catch(error) {
666
846
  expect(error.requestId).to.be.ok
@@ -668,9 +848,9 @@ it("cfw.v20190904.ModifySecurityGroupSequenceRules", async function () {
668
848
  }
669
849
  })
670
850
 
671
- it("cfw.v20190904.ModifyEnterpriseSecurityDispatchStatus", async function () {
851
+ it("cfw.v20190904.DescribeNatFwInstance", async function () {
672
852
  try {
673
- const data = await client.ModifyEnterpriseSecurityDispatchStatus({})
853
+ const data = await client.DescribeNatFwInstance({})
674
854
  expect(data).to.be.ok
675
855
  } catch(error) {
676
856
  expect(error.requestId).to.be.ok
@@ -678,9 +858,9 @@ it("cfw.v20190904.ModifyEnterpriseSecurityDispatchStatus", async function () {
678
858
  }
679
859
  })
680
860
 
681
- it("cfw.v20190904.DescribeTLogIpList", async function () {
861
+ it("cfw.v20190904.CreateDatabaseWhiteListRules", async function () {
682
862
  try {
683
- const data = await client.DescribeTLogIpList({})
863
+ const data = await client.CreateDatabaseWhiteListRules({})
684
864
  expect(data).to.be.ok
685
865
  } catch(error) {
686
866
  expect(error.requestId).to.be.ok
@@ -688,9 +868,9 @@ it("cfw.v20190904.DescribeTLogIpList", async function () {
688
868
  }
689
869
  })
690
870
 
691
- it("cfw.v20190904.DescribeBlockIgnoreList", async function () {
871
+ it("cfw.v20190904.CreateNatFwInstanceWithDomain", async function () {
692
872
  try {
693
- const data = await client.DescribeBlockIgnoreList({})
873
+ const data = await client.CreateNatFwInstanceWithDomain({})
694
874
  expect(data).to.be.ok
695
875
  } catch(error) {
696
876
  expect(error.requestId).to.be.ok
@@ -698,9 +878,9 @@ it("cfw.v20190904.DescribeBlockIgnoreList", async function () {
698
878
  }
699
879
  })
700
880
 
701
- it("cfw.v20190904.RemoveNatAcRule", async function () {
881
+ it("cfw.v20190904.CreateAcRules", async function () {
702
882
  try {
703
- const data = await client.RemoveNatAcRule({})
883
+ const data = await client.CreateAcRules({})
704
884
  expect(data).to.be.ok
705
885
  } catch(error) {
706
886
  expect(error.requestId).to.be.ok
@@ -708,9 +888,9 @@ it("cfw.v20190904.RemoveNatAcRule", async function () {
708
888
  }
709
889
  })
710
890
 
711
- it("cfw.v20190904.DescribeAcLists", async function () {
891
+ it("cfw.v20190904.ModifyNatFwSwitch", async function () {
712
892
  try {
713
- const data = await client.DescribeAcLists({})
893
+ const data = await client.ModifyNatFwSwitch({})
714
894
  expect(data).to.be.ok
715
895
  } catch(error) {
716
896
  expect(error.requestId).to.be.ok
@@ -718,9 +898,9 @@ it("cfw.v20190904.DescribeAcLists", async function () {
718
898
  }
719
899
  })
720
900
 
721
- it("cfw.v20190904.ModifyPublicIPSwitchStatus", async function () {
901
+ it("cfw.v20190904.DescribeTLogInfo", async function () {
722
902
  try {
723
- const data = await client.ModifyPublicIPSwitchStatus({})
903
+ const data = await client.DescribeTLogInfo({})
724
904
  expect(data).to.be.ok
725
905
  } catch(error) {
726
906
  expect(error.requestId).to.be.ok
@@ -728,9 +908,9 @@ it("cfw.v20190904.ModifyPublicIPSwitchStatus", async function () {
728
908
  }
729
909
  })
730
910
 
731
- it("cfw.v20190904.DescribeNatAcRule", async function () {
911
+ it("cfw.v20190904.ModifyRunSyncAsset", async function () {
732
912
  try {
733
- const data = await client.DescribeNatAcRule({})
913
+ const data = await client.ModifyRunSyncAsset({})
734
914
  expect(data).to.be.ok
735
915
  } catch(error) {
736
916
  expect(error.requestId).to.be.ok
@@ -738,9 +918,9 @@ it("cfw.v20190904.DescribeNatAcRule", async function () {
738
918
  }
739
919
  })
740
920
 
741
- it("cfw.v20190904.AddNatAcRule", async function () {
921
+ it("cfw.v20190904.ModifyAllVPCSwitchStatus", async function () {
742
922
  try {
743
- const data = await client.AddNatAcRule({})
923
+ const data = await client.ModifyAllVPCSwitchStatus({})
744
924
  expect(data).to.be.ok
745
925
  } catch(error) {
746
926
  expect(error.requestId).to.be.ok
@@ -748,9 +928,9 @@ it("cfw.v20190904.AddNatAcRule", async function () {
748
928
  }
749
929
  })
750
930
 
751
- it("cfw.v20190904.ExpandCfwVertical", async function () {
931
+ it("cfw.v20190904.DescribeGuideScanInfo", async function () {
752
932
  try {
753
- const data = await client.ExpandCfwVertical({})
933
+ const data = await client.DescribeGuideScanInfo({})
754
934
  expect(data).to.be.ok
755
935
  } catch(error) {
756
936
  expect(error.requestId).to.be.ok
@@ -758,9 +938,109 @@ it("cfw.v20190904.ExpandCfwVertical", async function () {
758
938
  }
759
939
  })
760
940
 
761
- it("cfw.v20190904.DescribeBlockByIpTimesList", async function () {
941
+ it("cfw.v20190904.DescribeAddressTemplateList", async function () {
762
942
  try {
763
- const data = await client.DescribeBlockByIpTimesList({})
943
+ const data = await client.DescribeAddressTemplateList({})
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.DescribeNatFwInstancesInfo", async function () {
952
+ try {
953
+ const data = await client.DescribeNatFwInstancesInfo({})
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.ModifyNatFwReSelect", async function () {
962
+ try {
963
+ const data = await client.ModifyNatFwReSelect({})
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("cfw.v20190904.ModifyStorageSetting", async function () {
972
+ try {
973
+ const data = await client.ModifyStorageSetting({})
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
+ it("cfw.v20190904.DescribeResourceGroup", async function () {
982
+ try {
983
+ const data = await client.DescribeResourceGroup({})
984
+ expect(data).to.be.ok
985
+ } catch(error) {
986
+ expect(error.requestId).to.be.ok
987
+ expect(error.code).to.be.ok
988
+ }
989
+ })
990
+
991
+ it("cfw.v20190904.SyncFwOperate", async function () {
992
+ try {
993
+ const data = await client.SyncFwOperate({})
994
+ expect(data).to.be.ok
995
+ } catch(error) {
996
+ expect(error.requestId).to.be.ok
997
+ expect(error.code).to.be.ok
998
+ }
999
+ })
1000
+
1001
+ it("cfw.v20190904.ModifyAcRule", async function () {
1002
+ try {
1003
+ const data = await client.ModifyAcRule({})
1004
+ expect(data).to.be.ok
1005
+ } catch(error) {
1006
+ expect(error.requestId).to.be.ok
1007
+ expect(error.code).to.be.ok
1008
+ }
1009
+ })
1010
+
1011
+ it("cfw.v20190904.ModifyEnterpriseSecurityDispatchStatus", async function () {
1012
+ try {
1013
+ const data = await client.ModifyEnterpriseSecurityDispatchStatus({})
1014
+ expect(data).to.be.ok
1015
+ } catch(error) {
1016
+ expect(error.requestId).to.be.ok
1017
+ expect(error.code).to.be.ok
1018
+ }
1019
+ })
1020
+
1021
+ it("cfw.v20190904.DescribeTLogIpList", async function () {
1022
+ try {
1023
+ const data = await client.DescribeTLogIpList({})
1024
+ expect(data).to.be.ok
1025
+ } catch(error) {
1026
+ expect(error.requestId).to.be.ok
1027
+ expect(error.code).to.be.ok
1028
+ }
1029
+ })
1030
+
1031
+ it("cfw.v20190904.CreateAddressTemplate", async function () {
1032
+ try {
1033
+ const data = await client.CreateAddressTemplate({})
1034
+ expect(data).to.be.ok
1035
+ } catch(error) {
1036
+ expect(error.requestId).to.be.ok
1037
+ expect(error.code).to.be.ok
1038
+ }
1039
+ })
1040
+
1041
+ it("cfw.v20190904.AddNatAcRule", async function () {
1042
+ try {
1043
+ const data = await client.AddNatAcRule({})
764
1044
  expect(data).to.be.ok
765
1045
  } catch(error) {
766
1046
  expect(error.requestId).to.be.ok
@@ -778,9 +1058,9 @@ it("cfw.v20190904.DescribeBlockStaticList", async function () {
778
1058
  }
779
1059
  })
780
1060
 
781
- it("cfw.v20190904.SetNatFwEip", async function () {
1061
+ it("cfw.v20190904.DescribeFwEdgeIps", async function () {
782
1062
  try {
783
- const data = await client.SetNatFwEip({})
1063
+ const data = await client.DescribeFwEdgeIps({})
784
1064
  expect(data).to.be.ok
785
1065
  } catch(error) {
786
1066
  expect(error.requestId).to.be.ok