tencentcloud-sdk-nodejs 4.0.1001 → 4.0.1002
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +335 -0
- package/SERVICE_CHANGELOG.md +1063 -35
- package/package.json +1 -1
- package/products.md +47 -47
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_client.ts +5 -5
- package/src/services/apm/v20210622/apm_models.ts +18 -18
- package/src/services/as/v20180419/as_models.ts +7 -1
- package/src/services/batch/v20170312/batch_models.ts +6 -6
- package/src/services/billing/v20180709/billing_models.ts +8 -0
- package/src/services/cdb/v20170320/cdb_client.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +46 -277
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +17 -0
- package/src/services/cfg/v20210820/cfg_models.ts +4 -0
- package/src/services/chdfs/v20201112/chdfs_models.ts +6 -6
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/cmq/v20190304/cmq_client.ts +40 -20
- package/src/services/cmq/v20190304/cmq_models.ts +27 -27
- package/src/services/cvm/v20170312/cvm_client.ts +14 -81
- package/src/services/cvm/v20170312/cvm_models.ts +185 -614
- package/src/services/cwp/v20180228/cwp_client.ts +1 -15
- package/src/services/cwp/v20180228/cwp_models.ts +15 -34
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +3 -3
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +40 -52
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +38 -38
- package/src/services/dts/v20180330/dts_models.ts +22 -22
- package/src/services/dts/v20211206/dts_models.ts +10 -5
- package/src/services/ecm/v20190719/ecm_client.ts +2 -3
- package/src/services/ecm/v20190719/ecm_models.ts +3 -3
- package/src/services/emr/v20190103/emr_client.ts +135 -23
- package/src/services/emr/v20190103/emr_models.ts +875 -321
- package/src/services/ess/v20201111/ess_models.ts +19 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +13 -10
- package/src/services/faceid/v20180301/faceid_models.ts +2 -2
- package/src/services/gaap/v20180529/gaap_models.ts +53 -53
- package/src/services/iai/v20200303/iai_client.ts +17 -0
- package/src/services/iai/v20200303/iai_models.ts +72 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +4 -0
- package/src/services/keewidb/v20220308/keewidb_models.ts +87 -87
- package/src/services/live/v20180801/live_models.ts +53 -50
- package/src/services/mna/v20210119/mna_client.ts +12 -6
- package/src/services/mps/v20190612/mps_models.ts +16 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +167 -13
- package/src/services/ocr/v20181119/ocr_models.ts +20 -0
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +1 -1
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +84 -74
- package/src/services/ssl/v20191205/ssl_models.ts +94 -94
- package/src/services/tbaas/v20180416/tbaas_client.ts +2 -2
- package/src/services/tbaas/v20180416/tbaas_models.ts +2 -2
- package/src/services/tcb/v20180608/tcb_models.ts +1 -1
- package/src/services/tcm/v20210413/tcm_models.ts +1 -1
- package/src/services/tcr/v20190924/tcr_models.ts +4 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +8 -0
- package/src/services/tem/v20210701/tem_client.ts +4 -2
- package/src/services/tem/v20210701/tem_models.ts +82 -82
- package/src/services/tke/v20180525/tke_models.ts +11 -7
- package/src/services/trro/v20220325/trro_models.ts +11 -11
- package/src/services/tse/v20201207/tse_models.ts +20 -0
- package/src/services/tsf/v20180326/tsf_models.ts +67 -68
- package/src/services/tts/v20190823/tts_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_client.ts +47 -9
- package/src/services/vpc/v20170312/vpc_models.ts +153 -10
- package/src/services/waf/v20180125/waf_client.ts +45 -7
- package/src/services/waf/v20180125/waf_models.ts +272 -124
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +5 -5
- package/tencentcloud/services/apm/v20210622/apm_client.js +5 -5
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +18 -18
- package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +6 -6
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +8 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +46 -277
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +17 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +4 -0
- package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +6 -6
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/cmq/v20190304/cmq_client.d.ts +30 -10
- package/tencentcloud/services/cmq/v20190304/cmq_client.js +30 -10
- package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +27 -27
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +6 -26
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -36
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +185 -597
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +15 -32
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +3 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +3 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +40 -52
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +38 -38
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +22 -22
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +10 -5
- package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +0 -1
- package/tencentcloud/services/ecm/v20190719/ecm_client.js +0 -1
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +3 -3
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +41 -5
- package/tencentcloud/services/emr/v20190103/emr_client.js +60 -6
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +867 -335
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +13 -10
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -2
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +53 -53
- package/tencentcloud/services/iai/v20200303/iai_client.d.ts +10 -1
- package/tencentcloud/services/iai/v20200303/iai_client.js +11 -0
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +70 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +4 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +87 -87
- package/tencentcloud/services/live/v20180801/live_models.d.ts +53 -50
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +9 -3
- package/tencentcloud/services/mna/v20210119/mna_client.js +9 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +16 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +167 -13
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +20 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +84 -74
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +94 -94
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +2 -2
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +2 -2
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +2 -2
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -1
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +1 -1
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +8 -0
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +3 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +3 -1
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +82 -82
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +11 -7
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +11 -11
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +20 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +67 -68
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +16 -4
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +22 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +145 -10
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +14 -2
- package/tencentcloud/services/waf/v20180125/waf_client.js +19 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +263 -123
- package/test/cvm.v20170312.test.js +2 -52
- package/test/cwp.v20180228.test.js +0 -10
- package/test/emr.v20190103.test.js +94 -4
- package/test/iai.v20200303.test.js +10 -0
- package/test/vpc.v20170312.test.js +32 -2
- package/test/waf.v20180125.test.js +30 -0
|
@@ -128,6 +128,16 @@ it("emr.v20190103.DescribeClusterFlowStatusDetail", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
+
it("emr.v20190103.SyncPodState", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.SyncPodState({})
|
|
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
|
+
|
|
131
141
|
it("emr.v20190103.InquiryPriceScaleOutInstance", async function () {
|
|
132
142
|
try {
|
|
133
143
|
const data = await client.InquiryPriceScaleOutInstance({})
|
|
@@ -188,6 +198,26 @@ it("emr.v20190103.ScaleOutInstance", async function () {
|
|
|
188
198
|
}
|
|
189
199
|
})
|
|
190
200
|
|
|
201
|
+
it("emr.v20190103.AttachDisks", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.AttachDisks({})
|
|
204
|
+
expect(data).to.be.ok
|
|
205
|
+
} catch(error) {
|
|
206
|
+
expect(error.requestId).to.be.ok
|
|
207
|
+
expect(error.code).to.be.ok
|
|
208
|
+
}
|
|
209
|
+
})
|
|
210
|
+
|
|
211
|
+
it("emr.v20190103.SetNodeResourceConfigDefault", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.SetNodeResourceConfigDefault({})
|
|
214
|
+
expect(data).to.be.ok
|
|
215
|
+
} catch(error) {
|
|
216
|
+
expect(error.requestId).to.be.ok
|
|
217
|
+
expect(error.code).to.be.ok
|
|
218
|
+
}
|
|
219
|
+
})
|
|
220
|
+
|
|
191
221
|
it("emr.v20190103.DescribeResourceSchedule", async function () {
|
|
192
222
|
try {
|
|
193
223
|
const data = await client.DescribeResourceSchedule({})
|
|
@@ -258,6 +288,16 @@ it("emr.v20190103.TerminateTasks", async function () {
|
|
|
258
288
|
}
|
|
259
289
|
})
|
|
260
290
|
|
|
291
|
+
it("emr.v20190103.TerminateInstance", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.TerminateInstance({})
|
|
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
|
+
|
|
261
301
|
it("emr.v20190103.TerminateClusterNodes", async function () {
|
|
262
302
|
try {
|
|
263
303
|
const data = await client.TerminateClusterNodes({})
|
|
@@ -358,6 +398,16 @@ it("emr.v20190103.DescribeSLInstanceList", async function () {
|
|
|
358
398
|
}
|
|
359
399
|
})
|
|
360
400
|
|
|
401
|
+
it("emr.v20190103.ResizeDataDisks", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.ResizeDataDisks({})
|
|
404
|
+
expect(data).to.be.ok
|
|
405
|
+
} catch(error) {
|
|
406
|
+
expect(error.requestId).to.be.ok
|
|
407
|
+
expect(error.code).to.be.ok
|
|
408
|
+
}
|
|
409
|
+
})
|
|
410
|
+
|
|
361
411
|
it("emr.v20190103.ModifyAutoScaleStrategy", async function () {
|
|
362
412
|
try {
|
|
363
413
|
const data = await client.ModifyAutoScaleStrategy({})
|
|
@@ -428,6 +478,16 @@ it("emr.v20190103.ModifyResourceScheduler", async function () {
|
|
|
428
478
|
}
|
|
429
479
|
})
|
|
430
480
|
|
|
481
|
+
it("emr.v20190103.DescribeNodeResourceConfigFast", async function () {
|
|
482
|
+
try {
|
|
483
|
+
const data = await client.DescribeNodeResourceConfigFast({})
|
|
484
|
+
expect(data).to.be.ok
|
|
485
|
+
} catch(error) {
|
|
486
|
+
expect(error.requestId).to.be.ok
|
|
487
|
+
expect(error.code).to.be.ok
|
|
488
|
+
}
|
|
489
|
+
})
|
|
490
|
+
|
|
431
491
|
it("emr.v20190103.DescribeResourceScheduleDiffDetail", async function () {
|
|
432
492
|
try {
|
|
433
493
|
const data = await client.DescribeResourceScheduleDiffDetail({})
|
|
@@ -538,9 +598,9 @@ it("emr.v20190103.DescribeEmrOverviewMetrics", async function () {
|
|
|
538
598
|
}
|
|
539
599
|
})
|
|
540
600
|
|
|
541
|
-
it("emr.v20190103.
|
|
601
|
+
it("emr.v20190103.AddNodeResourceConfig", async function () {
|
|
542
602
|
try {
|
|
543
|
-
const data = await client.
|
|
603
|
+
const data = await client.AddNodeResourceConfig({})
|
|
544
604
|
expect(data).to.be.ok
|
|
545
605
|
} catch(error) {
|
|
546
606
|
expect(error.requestId).to.be.ok
|
|
@@ -558,9 +618,9 @@ it("emr.v20190103.InquirePriceRenewEmr", async function () {
|
|
|
558
618
|
}
|
|
559
619
|
})
|
|
560
620
|
|
|
561
|
-
it("emr.v20190103.
|
|
621
|
+
it("emr.v20190103.ModifyResource", async function () {
|
|
562
622
|
try {
|
|
563
|
-
const data = await client.
|
|
623
|
+
const data = await client.ModifyResource({})
|
|
564
624
|
expect(data).to.be.ok
|
|
565
625
|
} catch(error) {
|
|
566
626
|
expect(error.requestId).to.be.ok
|
|
@@ -578,6 +638,16 @@ it("emr.v20190103.ModifySLInstance", async function () {
|
|
|
578
638
|
}
|
|
579
639
|
})
|
|
580
640
|
|
|
641
|
+
it("emr.v20190103.DescribeNodeDataDisks", async function () {
|
|
642
|
+
try {
|
|
643
|
+
const data = await client.DescribeNodeDataDisks({})
|
|
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
|
+
|
|
581
651
|
it("emr.v20190103.DescribeAutoScaleStrategies", async function () {
|
|
582
652
|
try {
|
|
583
653
|
const data = await client.DescribeAutoScaleStrategies({})
|
|
@@ -658,6 +728,26 @@ it("emr.v20190103.DescribeInsightList", async function () {
|
|
|
658
728
|
}
|
|
659
729
|
})
|
|
660
730
|
|
|
731
|
+
it("emr.v20190103.DeleteNodeResourceConfig", async function () {
|
|
732
|
+
try {
|
|
733
|
+
const data = await client.DeleteNodeResourceConfig({})
|
|
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("emr.v20190103.ModifyInstanceBasic", async function () {
|
|
742
|
+
try {
|
|
743
|
+
const data = await client.ModifyInstanceBasic({})
|
|
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
|
+
|
|
661
751
|
it("emr.v20190103.ModifyPodNum", async function () {
|
|
662
752
|
try {
|
|
663
753
|
const data = await client.ModifyPodNum({})
|
|
@@ -238,6 +238,16 @@ it("iai.v20200303.GetUpgradeGroupFaceModelVersionJobList", async function () {
|
|
|
238
238
|
}
|
|
239
239
|
})
|
|
240
240
|
|
|
241
|
+
it("iai.v20200303.DetectFaceSimilarity", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.DetectFaceSimilarity({})
|
|
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
|
+
|
|
241
251
|
it("iai.v20200303.GetGroupInfo", async function () {
|
|
242
252
|
try {
|
|
243
253
|
const data = await client.GetGroupInfo({})
|
|
@@ -1428,6 +1428,16 @@ it("vpc.v20170312.CreateHighPriorityRouteTable", async function () {
|
|
|
1428
1428
|
}
|
|
1429
1429
|
})
|
|
1430
1430
|
|
|
1431
|
+
it("vpc.v20170312.InquiryPriceRenewAddresses", async function () {
|
|
1432
|
+
try {
|
|
1433
|
+
const data = await client.InquiryPriceRenewAddresses({})
|
|
1434
|
+
expect(data).to.be.ok
|
|
1435
|
+
} catch(error) {
|
|
1436
|
+
expect(error.requestId).to.be.ok
|
|
1437
|
+
expect(error.code).to.be.ok
|
|
1438
|
+
}
|
|
1439
|
+
})
|
|
1440
|
+
|
|
1431
1441
|
it("vpc.v20170312.ModifyGatewayFlowQos", async function () {
|
|
1432
1442
|
try {
|
|
1433
1443
|
const data = await client.ModifyGatewayFlowQos({})
|
|
@@ -2508,6 +2518,16 @@ it("vpc.v20170312.CreateServiceTemplate", async function () {
|
|
|
2508
2518
|
}
|
|
2509
2519
|
})
|
|
2510
2520
|
|
|
2521
|
+
it("vpc.v20170312.InquiryPriceAllocateAddresses", async function () {
|
|
2522
|
+
try {
|
|
2523
|
+
const data = await client.InquiryPriceAllocateAddresses({})
|
|
2524
|
+
expect(data).to.be.ok
|
|
2525
|
+
} catch(error) {
|
|
2526
|
+
expect(error.requestId).to.be.ok
|
|
2527
|
+
expect(error.code).to.be.ok
|
|
2528
|
+
}
|
|
2529
|
+
})
|
|
2530
|
+
|
|
2511
2531
|
it("vpc.v20170312.ModifyDirectConnectGatewayAttribute", async function () {
|
|
2512
2532
|
try {
|
|
2513
2533
|
const data = await client.ModifyDirectConnectGatewayAttribute({})
|
|
@@ -3088,6 +3108,16 @@ it("vpc.v20170312.DescribeVpcs", async function () {
|
|
|
3088
3108
|
}
|
|
3089
3109
|
})
|
|
3090
3110
|
|
|
3111
|
+
it("vpc.v20170312.MigrateNetworkInterface", async function () {
|
|
3112
|
+
try {
|
|
3113
|
+
const data = await client.MigrateNetworkInterface({})
|
|
3114
|
+
expect(data).to.be.ok
|
|
3115
|
+
} catch(error) {
|
|
3116
|
+
expect(error.requestId).to.be.ok
|
|
3117
|
+
expect(error.code).to.be.ok
|
|
3118
|
+
}
|
|
3119
|
+
})
|
|
3120
|
+
|
|
3091
3121
|
it("vpc.v20170312.DescribeHighPriorityRouteTables", async function () {
|
|
3092
3122
|
try {
|
|
3093
3123
|
const data = await client.DescribeHighPriorityRouteTables({})
|
|
@@ -3678,9 +3708,9 @@ it("vpc.v20170312.ClearRouteTableSelectionPolicies", async function () {
|
|
|
3678
3708
|
}
|
|
3679
3709
|
})
|
|
3680
3710
|
|
|
3681
|
-
it("vpc.v20170312.
|
|
3711
|
+
it("vpc.v20170312.InquiryPriceModifyAddressesBandwidth", async function () {
|
|
3682
3712
|
try {
|
|
3683
|
-
const data = await client.
|
|
3713
|
+
const data = await client.InquiryPriceModifyAddressesBandwidth({})
|
|
3684
3714
|
expect(data).to.be.ok
|
|
3685
3715
|
} catch(error) {
|
|
3686
3716
|
expect(error.requestId).to.be.ok
|
|
@@ -378,6 +378,16 @@ it("waf.v20180125.DeleteAntiInfoLeakRule", async function () {
|
|
|
378
378
|
}
|
|
379
379
|
})
|
|
380
380
|
|
|
381
|
+
it("waf.v20180125.CreateAreaBanRule", async function () {
|
|
382
|
+
try {
|
|
383
|
+
const data = await client.CreateAreaBanRule({})
|
|
384
|
+
expect(data).to.be.ok
|
|
385
|
+
} catch(error) {
|
|
386
|
+
expect(error.requestId).to.be.ok
|
|
387
|
+
expect(error.code).to.be.ok
|
|
388
|
+
}
|
|
389
|
+
})
|
|
390
|
+
|
|
381
391
|
it("waf.v20180125.ModifyAreaBanAreas", async function () {
|
|
382
392
|
try {
|
|
383
393
|
const data = await client.ModifyAreaBanAreas({})
|
|
@@ -1128,6 +1138,16 @@ it("waf.v20180125.GetInstanceQpsLimit", async function () {
|
|
|
1128
1138
|
}
|
|
1129
1139
|
})
|
|
1130
1140
|
|
|
1141
|
+
it("waf.v20180125.DescribeAreaBanRule", async function () {
|
|
1142
|
+
try {
|
|
1143
|
+
const data = await client.DescribeAreaBanRule({})
|
|
1144
|
+
expect(data).to.be.ok
|
|
1145
|
+
} catch(error) {
|
|
1146
|
+
expect(error.requestId).to.be.ok
|
|
1147
|
+
expect(error.code).to.be.ok
|
|
1148
|
+
}
|
|
1149
|
+
})
|
|
1150
|
+
|
|
1131
1151
|
it("waf.v20180125.DeleteAccessExport", async function () {
|
|
1132
1152
|
try {
|
|
1133
1153
|
const data = await client.DeleteAccessExport({})
|
|
@@ -1258,6 +1278,16 @@ it("waf.v20180125.DescribeUserCdcClbWafRegions", async function () {
|
|
|
1258
1278
|
}
|
|
1259
1279
|
})
|
|
1260
1280
|
|
|
1281
|
+
it("waf.v20180125.ModifyAreaBanRule", async function () {
|
|
1282
|
+
try {
|
|
1283
|
+
const data = await client.ModifyAreaBanRule({})
|
|
1284
|
+
expect(data).to.be.ok
|
|
1285
|
+
} catch(error) {
|
|
1286
|
+
expect(error.requestId).to.be.ok
|
|
1287
|
+
expect(error.code).to.be.ok
|
|
1288
|
+
}
|
|
1289
|
+
})
|
|
1290
|
+
|
|
1261
1291
|
it("waf.v20180125.DescribeWafAutoDenyStatus", async function () {
|
|
1262
1292
|
try {
|
|
1263
1293
|
const data = await client.DescribeWafAutoDenyStatus({})
|