tencentcloud-sdk-nodejs 4.0.570 → 4.0.572
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 +488 -0
- package/SERVICE_CHANGELOG.md +508 -132
- package/package.json +1 -1
- package/products.md +44 -44
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +14 -12
- package/src/services/car/v20220110/car_client.ts +24 -0
- package/src/services/car/v20220110/car_models.ts +40 -0
- package/src/services/cbs/v20170312/cbs_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/cdn/v20180606/cdn_client.ts +1 -0
- package/src/services/cdn/v20180606/cdn_models.ts +52 -2
- package/src/services/cdwch/v20200915/cdwch_client.ts +13 -1
- package/src/services/cdwch/v20200915/cdwch_models.ts +79 -19
- package/src/services/cls/v20201016/cls_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +20 -7
- package/src/services/cwp/v20180228/cwp_models.ts +185 -4
- package/src/services/dcdb/v20180411/dcdb_client.ts +14 -1
- package/src/services/dcdb/v20180411/dcdb_models.ts +138 -8
- package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +5 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +19 -14
- package/src/services/lcic/v20220817/lcic_client.ts +55 -16
- package/src/services/lcic/v20220817/lcic_models.ts +325 -111
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +17 -17
- package/src/services/monitor/v20180724/monitor_models.ts +25 -3
- package/src/services/ocr/v20181119/ocr_client.ts +4 -2
- package/src/services/ocr/v20181119/ocr_models.ts +26 -16
- package/src/services/redis/v20180412/redis_models.ts +35 -12
- package/src/services/scf/v20180416/scf_client.ts +12 -0
- package/src/services/scf/v20180416/scf_models.ts +50 -0
- package/src/services/smop/v20201203/smop_models.ts +8 -2
- package/src/services/tcss/v20201101/tcss_models.ts +71 -61
- package/src/services/teo/v20220901/teo_models.ts +4 -2
- package/src/services/tke/v20180525/tke_models.ts +6 -0
- package/src/services/vod/v20180717/vod_client.ts +73 -9
- package/src/services/vod/v20180717/vod_models.ts +705 -212
- package/src/services/vpc/v20170312/vpc_client.ts +11 -10
- package/src/services/vpc/v20170312/vpc_models.ts +191 -72
- package/src/services/waf/v20180125/waf_client.ts +14 -1
- package/src/services/waf/v20180125/waf_models.ts +66 -24
- package/src/services/wedata/v20210820/wedata_models.ts +11 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +14 -12
- package/tencentcloud/services/car/v20220110/car_client.d.ts +9 -1
- package/tencentcloud/services/car/v20220110/car_client.js +12 -0
- package/tencentcloud/services/car/v20220110/car_models.d.ts +36 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +44 -2
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +5 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +6 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +67 -16
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +7 -3
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -3
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +155 -4
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +115 -8
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +16 -12
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +17 -5
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +24 -6
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +274 -93
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +17 -17
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -16
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +33 -10
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +5 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +6 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +42 -0
- package/tencentcloud/services/smop/v20201203/smop_models.d.ts +7 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +69 -61
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +21 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +30 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +608 -192
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +8 -9
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +170 -70
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +57 -20
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +10 -5
- package/test/car.v20220110.test.js +20 -0
- package/test/cdwch.v20200915.test.js +10 -0
- package/test/cwp.v20180228.test.js +12 -2
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/lcic.v20220817.test.js +34 -4
- package/test/scf.v20180416.test.js +10 -0
- package/test/vod.v20180717.test.js +50 -0
- package/test/waf.v20180125.test.js +10 -0
|
@@ -5810,23 +5810,23 @@ export interface DescribeInLongAgentListResponse {
|
|
|
5810
5810
|
/**
|
|
5811
5811
|
* 采集器信息列表
|
|
5812
5812
|
*/
|
|
5813
|
-
Items
|
|
5813
|
+
Items?: Array<InLongAgentDetail>;
|
|
5814
5814
|
/**
|
|
5815
5815
|
* 页码
|
|
5816
5816
|
*/
|
|
5817
|
-
PageIndex
|
|
5817
|
+
PageIndex?: number;
|
|
5818
5818
|
/**
|
|
5819
5819
|
* 每页记录数
|
|
5820
5820
|
*/
|
|
5821
|
-
PageSize
|
|
5821
|
+
PageSize?: number;
|
|
5822
5822
|
/**
|
|
5823
5823
|
* 总记录数
|
|
5824
5824
|
*/
|
|
5825
|
-
TotalCount
|
|
5825
|
+
TotalCount?: number;
|
|
5826
5826
|
/**
|
|
5827
5827
|
* 总页数
|
|
5828
5828
|
*/
|
|
5829
|
-
TotalPage
|
|
5829
|
+
TotalPage?: number;
|
|
5830
5830
|
/**
|
|
5831
5831
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5832
5832
|
*/
|
|
@@ -6002,6 +6002,11 @@ export interface InLongAgentDetail {
|
|
|
6002
6002
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6003
6003
|
*/
|
|
6004
6004
|
AgentTotal: number;
|
|
6005
|
+
/**
|
|
6006
|
+
* 生命周期
|
|
6007
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6008
|
+
*/
|
|
6009
|
+
LifeDays?: number;
|
|
6005
6010
|
}
|
|
6006
6011
|
/**
|
|
6007
6012
|
* ModifyDataSource请求参数结构体
|
|
@@ -28,6 +28,16 @@ it("car.v20220110.ApplyConcurrent", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("car.v20220110.StopPublishStream", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.StopPublishStream({})
|
|
34
|
+
expect(data).to.be.ok
|
|
35
|
+
} catch(error) {
|
|
36
|
+
expect(error.requestId).to.be.ok
|
|
37
|
+
expect(error.code).to.be.ok
|
|
38
|
+
}
|
|
39
|
+
})
|
|
40
|
+
|
|
31
41
|
it("car.v20220110.DestroySession", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.DestroySession({})
|
|
@@ -48,4 +58,14 @@ it("car.v20220110.CreateSession", async function () {
|
|
|
48
58
|
}
|
|
49
59
|
})
|
|
50
60
|
|
|
61
|
+
it("car.v20220110.StartPublishStream", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.StartPublishStream({})
|
|
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
|
+
|
|
51
71
|
})
|
|
@@ -68,6 +68,16 @@ it("cdwch.v20200915.ActionAlterCkUser", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("cdwch.v20200915.DescribeInstanceState", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DescribeInstanceState({})
|
|
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
|
+
|
|
71
81
|
it("cdwch.v20200915.OpenBackUp", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.OpenBackUp({})
|
|
@@ -728,9 +728,9 @@ it("cwp.v20180228.ExportIgnoreBaselineRule", async function () {
|
|
|
728
728
|
}
|
|
729
729
|
})
|
|
730
730
|
|
|
731
|
-
it("cwp.v20180228.
|
|
731
|
+
it("cwp.v20180228.DescribeBashEventsInfoNew", async function () {
|
|
732
732
|
try {
|
|
733
|
-
const data = await client.
|
|
733
|
+
const data = await client.DescribeBashEventsInfoNew({})
|
|
734
734
|
expect(data).to.be.ok
|
|
735
735
|
} catch(error) {
|
|
736
736
|
expect(error.requestId).to.be.ok
|
|
@@ -1768,6 +1768,16 @@ it("cwp.v20180228.DeleteMalwareScanTask", async function () {
|
|
|
1768
1768
|
}
|
|
1769
1769
|
})
|
|
1770
1770
|
|
|
1771
|
+
it("cwp.v20180228.DescribeMalwareRiskWarning", async function () {
|
|
1772
|
+
try {
|
|
1773
|
+
const data = await client.DescribeMalwareRiskWarning({})
|
|
1774
|
+
expect(data).to.be.ok
|
|
1775
|
+
} catch(error) {
|
|
1776
|
+
expect(error.requestId).to.be.ok
|
|
1777
|
+
expect(error.code).to.be.ok
|
|
1778
|
+
}
|
|
1779
|
+
})
|
|
1780
|
+
|
|
1771
1781
|
it("cwp.v20180228.DescribeVulTop", async function () {
|
|
1772
1782
|
try {
|
|
1773
1783
|
const data = await client.DescribeVulTop({})
|
|
@@ -438,6 +438,16 @@ it("dcdb.v20180411.CloseDBExtranetAccess", async function () {
|
|
|
438
438
|
}
|
|
439
439
|
})
|
|
440
440
|
|
|
441
|
+
it("dcdb.v20180411.DescribeBackupFiles", async function () {
|
|
442
|
+
try {
|
|
443
|
+
const data = await client.DescribeBackupFiles({})
|
|
444
|
+
expect(data).to.be.ok
|
|
445
|
+
} catch(error) {
|
|
446
|
+
expect(error.requestId).to.be.ok
|
|
447
|
+
expect(error.code).to.be.ok
|
|
448
|
+
}
|
|
449
|
+
})
|
|
450
|
+
|
|
441
451
|
it("dcdb.v20180411.ModifyDBEncryptAttributes", async function () {
|
|
442
452
|
try {
|
|
443
453
|
const data = await client.ModifyDBEncryptAttributes({})
|
|
@@ -148,6 +148,16 @@ it("lcic.v20220817.CreateDocument", async function () {
|
|
|
148
148
|
}
|
|
149
149
|
})
|
|
150
150
|
|
|
151
|
+
it("lcic.v20220817.DescribeSupervisors", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.DescribeSupervisors({})
|
|
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
|
+
|
|
151
161
|
it("lcic.v20220817.DeleteGroup", async function () {
|
|
152
162
|
try {
|
|
153
163
|
const data = await client.DeleteGroup({})
|
|
@@ -208,9 +218,9 @@ it("lcic.v20220817.BatchAddGroupMember", async function () {
|
|
|
208
218
|
}
|
|
209
219
|
})
|
|
210
220
|
|
|
211
|
-
it("lcic.v20220817.
|
|
221
|
+
it("lcic.v20220817.BatchDeleteGroupMember", async function () {
|
|
212
222
|
try {
|
|
213
|
-
const data = await client.
|
|
223
|
+
const data = await client.BatchDeleteGroupMember({})
|
|
214
224
|
expect(data).to.be.ok
|
|
215
225
|
} catch(error) {
|
|
216
226
|
expect(error.requestId).to.be.ok
|
|
@@ -348,6 +358,16 @@ it("lcic.v20220817.CreateSupervisor", async function () {
|
|
|
348
358
|
}
|
|
349
359
|
})
|
|
350
360
|
|
|
361
|
+
it("lcic.v20220817.DescribeQuestionList", async function () {
|
|
362
|
+
try {
|
|
363
|
+
const data = await client.DescribeQuestionList({})
|
|
364
|
+
expect(data).to.be.ok
|
|
365
|
+
} catch(error) {
|
|
366
|
+
expect(error.requestId).to.be.ok
|
|
367
|
+
expect(error.code).to.be.ok
|
|
368
|
+
}
|
|
369
|
+
})
|
|
370
|
+
|
|
351
371
|
it("lcic.v20220817.SetAppCustomContent", async function () {
|
|
352
372
|
try {
|
|
353
373
|
const data = await client.SetAppCustomContent({})
|
|
@@ -358,9 +378,9 @@ it("lcic.v20220817.SetAppCustomContent", async function () {
|
|
|
358
378
|
}
|
|
359
379
|
})
|
|
360
380
|
|
|
361
|
-
it("lcic.v20220817.
|
|
381
|
+
it("lcic.v20220817.DescribeDeveloper", async function () {
|
|
362
382
|
try {
|
|
363
|
-
const data = await client.
|
|
383
|
+
const data = await client.DescribeDeveloper({})
|
|
364
384
|
expect(data).to.be.ok
|
|
365
385
|
} catch(error) {
|
|
366
386
|
expect(error.requestId).to.be.ok
|
|
@@ -388,6 +408,16 @@ it("lcic.v20220817.BatchCreateRoom", async function () {
|
|
|
388
408
|
}
|
|
389
409
|
})
|
|
390
410
|
|
|
411
|
+
it("lcic.v20220817.DescribeAnswerList", async function () {
|
|
412
|
+
try {
|
|
413
|
+
const data = await client.DescribeAnswerList({})
|
|
414
|
+
expect(data).to.be.ok
|
|
415
|
+
} catch(error) {
|
|
416
|
+
expect(error.requestId).to.be.ok
|
|
417
|
+
expect(error.code).to.be.ok
|
|
418
|
+
}
|
|
419
|
+
})
|
|
420
|
+
|
|
391
421
|
it("lcic.v20220817.DeleteDocument", async function () {
|
|
392
422
|
try {
|
|
393
423
|
const data = await client.DeleteDocument({})
|
|
@@ -248,6 +248,16 @@ it("scf.v20180416.DeleteNamespace", async function () {
|
|
|
248
248
|
}
|
|
249
249
|
})
|
|
250
250
|
|
|
251
|
+
it("scf.v20180416.UpdateTriggerStatus", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.UpdateTriggerStatus({})
|
|
254
|
+
expect(data).to.be.ok
|
|
255
|
+
} catch(error) {
|
|
256
|
+
expect(error.requestId).to.be.ok
|
|
257
|
+
expect(error.code).to.be.ok
|
|
258
|
+
}
|
|
259
|
+
})
|
|
260
|
+
|
|
251
261
|
it("scf.v20180416.CreateAlias", async function () {
|
|
252
262
|
try {
|
|
253
263
|
const data = await client.CreateAlias({})
|
|
@@ -138,6 +138,16 @@ it("vod.v20180717.ProcessMediaByProcedure", async function () {
|
|
|
138
138
|
}
|
|
139
139
|
})
|
|
140
140
|
|
|
141
|
+
it("vod.v20180717.ModifyRebuildMediaTemplate", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.ModifyRebuildMediaTemplate({})
|
|
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
|
+
|
|
141
151
|
it("vod.v20180717.DeleteTranscodeTemplate", async function () {
|
|
142
152
|
try {
|
|
143
153
|
const data = await client.DeleteTranscodeTemplate({})
|
|
@@ -518,6 +528,16 @@ it("vod.v20180717.DescribeDrmKeyProviderInfo", async function () {
|
|
|
518
528
|
}
|
|
519
529
|
})
|
|
520
530
|
|
|
531
|
+
it("vod.v20180717.DeleteRebuildMediaTemplate", async function () {
|
|
532
|
+
try {
|
|
533
|
+
const data = await client.DeleteRebuildMediaTemplate({})
|
|
534
|
+
expect(data).to.be.ok
|
|
535
|
+
} catch(error) {
|
|
536
|
+
expect(error.requestId).to.be.ok
|
|
537
|
+
expect(error.code).to.be.ok
|
|
538
|
+
}
|
|
539
|
+
})
|
|
540
|
+
|
|
521
541
|
it("vod.v20180717.LiveRealTimeClip", async function () {
|
|
522
542
|
try {
|
|
523
543
|
const data = await client.LiveRealTimeClip({})
|
|
@@ -678,6 +698,16 @@ it("vod.v20180717.CreateStorageRegion", async function () {
|
|
|
678
698
|
}
|
|
679
699
|
})
|
|
680
700
|
|
|
701
|
+
it("vod.v20180717.CreateRebuildMediaTemplate", async function () {
|
|
702
|
+
try {
|
|
703
|
+
const data = await client.CreateRebuildMediaTemplate({})
|
|
704
|
+
expect(data).to.be.ok
|
|
705
|
+
} catch(error) {
|
|
706
|
+
expect(error.requestId).to.be.ok
|
|
707
|
+
expect(error.code).to.be.ok
|
|
708
|
+
}
|
|
709
|
+
})
|
|
710
|
+
|
|
681
711
|
it("vod.v20180717.ModifyRoundPlay", async function () {
|
|
682
712
|
try {
|
|
683
713
|
const data = await client.ModifyRoundPlay({})
|
|
@@ -1138,6 +1168,16 @@ it("vod.v20180717.SetDrmKeyProviderInfo", async function () {
|
|
|
1138
1168
|
}
|
|
1139
1169
|
})
|
|
1140
1170
|
|
|
1171
|
+
it("vod.v20180717.RebuildMediaByTemplate", async function () {
|
|
1172
|
+
try {
|
|
1173
|
+
const data = await client.RebuildMediaByTemplate({})
|
|
1174
|
+
expect(data).to.be.ok
|
|
1175
|
+
} catch(error) {
|
|
1176
|
+
expect(error.requestId).to.be.ok
|
|
1177
|
+
expect(error.code).to.be.ok
|
|
1178
|
+
}
|
|
1179
|
+
})
|
|
1180
|
+
|
|
1141
1181
|
it("vod.v20180717.CreateReviewTemplate", async function () {
|
|
1142
1182
|
try {
|
|
1143
1183
|
const data = await client.CreateReviewTemplate({})
|
|
@@ -1428,6 +1468,16 @@ it("vod.v20180717.CreateAIRecognitionTemplate", async function () {
|
|
|
1428
1468
|
}
|
|
1429
1469
|
})
|
|
1430
1470
|
|
|
1471
|
+
it("vod.v20180717.DescribeRebuildMediaTemplates", async function () {
|
|
1472
|
+
try {
|
|
1473
|
+
const data = await client.DescribeRebuildMediaTemplates({})
|
|
1474
|
+
expect(data).to.be.ok
|
|
1475
|
+
} catch(error) {
|
|
1476
|
+
expect(error.requestId).to.be.ok
|
|
1477
|
+
expect(error.code).to.be.ok
|
|
1478
|
+
}
|
|
1479
|
+
})
|
|
1480
|
+
|
|
1431
1481
|
it("vod.v20180717.DescribeDailyPlayStatFileList", async function () {
|
|
1432
1482
|
try {
|
|
1433
1483
|
const data = await client.DescribeDailyPlayStatFileList({})
|
|
@@ -178,6 +178,16 @@ it("waf.v20180125.DescribeFlowTrend", async function () {
|
|
|
178
178
|
}
|
|
179
179
|
})
|
|
180
180
|
|
|
181
|
+
it("waf.v20180125.DescribeVipInfo", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.DescribeVipInfo({})
|
|
184
|
+
expect(data).to.be.ok
|
|
185
|
+
} catch(error) {
|
|
186
|
+
expect(error.requestId).to.be.ok
|
|
187
|
+
expect(error.code).to.be.ok
|
|
188
|
+
}
|
|
189
|
+
})
|
|
190
|
+
|
|
181
191
|
it("waf.v20180125.DescribeUserCdcClbWafRegions", async function () {
|
|
182
192
|
try {
|
|
183
193
|
const data = await client.DescribeUserCdcClbWafRegions({})
|