tencentcloud-sdk-nodejs 4.0.365 → 4.0.368
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 +434 -0
- package/SERVICE_CHANGELOG.md +522 -11
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +13 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +12 -0
- package/src/services/cls/v20201016/cls_models.ts +1 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +39 -8
- package/src/services/cwp/v20180228/cwp_client.ts +1 -0
- package/src/services/cwp/v20180228/cwp_models.ts +43 -5
- package/src/services/dlc/v20210125/dlc_models.ts +5 -0
- package/src/services/dnspod/v20210323/dnspod_client.ts +75 -26
- package/src/services/dnspod/v20210323/dnspod_models.ts +184 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -0
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +42 -1
- package/src/services/monitor/v20180724/monitor_models.ts +9 -4
- package/src/services/tcbr/v20220217/tcbr_client.ts +28 -2
- package/src/services/tcbr/v20220217/tcbr_models.ts +152 -17
- package/src/services/tcss/v20201101/tcss_models.ts +18 -0
- package/src/services/teo/v20220106/teo_models.ts +3 -3
- package/src/services/tke/v20180525/tke_models.ts +2 -2
- package/src/services/trtc/v20190722/trtc_client.ts +7 -25
- package/src/services/trtc/v20190722/trtc_models.ts +0 -134
- package/src/services/tsf/v20180326/tsf_client.ts +204 -51
- package/src/services/tsf/v20180326/tsf_models.ts +968 -236
- package/src/services/vod/v20180717/vod_client.ts +7 -0
- package/src/services/vod/v20180717/vod_models.ts +49 -28
- package/src/services/vpc/v20170312/vpc_client.ts +16 -1
- package/src/services/vpc/v20170312/vpc_models.ts +162 -12
- package/src/services/waf/v20180125/waf_client.ts +37 -20
- package/src/services/waf/v20180125/waf_models.ts +435 -129
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +11 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +34 -8
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -5
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +26 -10
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +37 -13
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +159 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +35 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +8 -4
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.d.ts +9 -1
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.js +12 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +130 -16
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +15 -0
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +3 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -11
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -13
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -112
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +61 -13
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +90 -18
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +842 -213
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +6 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +41 -23
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +6 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +7 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +135 -11
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +12 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +363 -108
- package/test/dnspod.v20210323.test.js +48 -8
- package/test/tcbr.v20220217.test.js +20 -0
- package/test/trtc.v20190722.test.js +2 -12
- package/test/tsf.v20180326.test.js +132 -12
- package/test/vpc.v20170312.test.js +10 -0
- package/test/waf.v20180125.test.js +14 -4
|
@@ -48,9 +48,9 @@ it("dnspod.v20210323.ModifySubdomainStatus", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("dnspod.v20210323.
|
|
51
|
+
it("dnspod.v20210323.DescribeRecordType", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
53
|
+
const data = await client.DescribeRecordType({})
|
|
54
54
|
expect(data).to.be.ok
|
|
55
55
|
} catch(error) {
|
|
56
56
|
expect(error.requestId).to.be.ok
|
|
@@ -88,6 +88,16 @@ it("dnspod.v20210323.ModifyRecordStatus", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
+
it("dnspod.v20210323.ModifyVasAutoRenewStatus", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.ModifyVasAutoRenewStatus({})
|
|
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
|
+
|
|
91
101
|
it("dnspod.v20210323.ModifyDomainStatus", async function () {
|
|
92
102
|
try {
|
|
93
103
|
const data = await client.ModifyDomainStatus({})
|
|
@@ -128,6 +138,16 @@ it("dnspod.v20210323.DescribeDomainShareInfo", async function () {
|
|
|
128
138
|
}
|
|
129
139
|
})
|
|
130
140
|
|
|
141
|
+
it("dnspod.v20210323.CreateDeal", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.CreateDeal({})
|
|
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
|
+
|
|
131
151
|
it("dnspod.v20210323.DeleteShareDomain", async function () {
|
|
132
152
|
try {
|
|
133
153
|
const data = await client.DeleteShareDomain({})
|
|
@@ -158,9 +178,9 @@ it("dnspod.v20210323.ModifyDynamicDNS", async function () {
|
|
|
158
178
|
}
|
|
159
179
|
})
|
|
160
180
|
|
|
161
|
-
it("dnspod.v20210323.
|
|
181
|
+
it("dnspod.v20210323.CreateRecordBatch", async function () {
|
|
162
182
|
try {
|
|
163
|
-
const data = await client.
|
|
183
|
+
const data = await client.CreateRecordBatch({})
|
|
164
184
|
expect(data).to.be.ok
|
|
165
185
|
} catch(error) {
|
|
166
186
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +198,9 @@ it("dnspod.v20210323.DescribeUserDetail", async function () {
|
|
|
178
198
|
}
|
|
179
199
|
})
|
|
180
200
|
|
|
181
|
-
it("dnspod.v20210323.
|
|
201
|
+
it("dnspod.v20210323.DeleteRecord", async function () {
|
|
182
202
|
try {
|
|
183
|
-
const data = await client.
|
|
203
|
+
const data = await client.DeleteRecord({})
|
|
184
204
|
expect(data).to.be.ok
|
|
185
205
|
} catch(error) {
|
|
186
206
|
expect(error.requestId).to.be.ok
|
|
@@ -218,6 +238,16 @@ it("dnspod.v20210323.DescribeDomainAnalytics", async function () {
|
|
|
218
238
|
}
|
|
219
239
|
})
|
|
220
240
|
|
|
241
|
+
it("dnspod.v20210323.ModifyPackageAutoRenew", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.ModifyPackageAutoRenew({})
|
|
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
|
+
|
|
221
251
|
it("dnspod.v20210323.ModifyRecordRemark", async function () {
|
|
222
252
|
try {
|
|
223
253
|
const data = await client.ModifyRecordRemark({})
|
|
@@ -298,9 +328,19 @@ it("dnspod.v20210323.DescribeBatchTask", async function () {
|
|
|
298
328
|
}
|
|
299
329
|
})
|
|
300
330
|
|
|
301
|
-
it("dnspod.v20210323.
|
|
331
|
+
it("dnspod.v20210323.CreateDomain", async function () {
|
|
302
332
|
try {
|
|
303
|
-
const data = await client.
|
|
333
|
+
const data = await client.CreateDomain({})
|
|
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("dnspod.v20210323.PayOrderWithBalance", async function () {
|
|
342
|
+
try {
|
|
343
|
+
const data = await client.PayOrderWithBalance({})
|
|
304
344
|
expect(data).to.be.ok
|
|
305
345
|
} catch(error) {
|
|
306
346
|
expect(error.requestId).to.be.ok
|
|
@@ -58,6 +58,16 @@ it("tcbr.v20220217.DescribeCloudRunServers", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("tcbr.v20220217.ReleaseGray", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.ReleaseGray({})
|
|
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
|
+
|
|
61
71
|
it("tcbr.v20220217.CreateCloudRunEnv", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.CreateCloudRunEnv({})
|
|
@@ -78,6 +88,16 @@ it("tcbr.v20220217.DescribeCloudRunEnvs", async function () {
|
|
|
78
88
|
}
|
|
79
89
|
})
|
|
80
90
|
|
|
91
|
+
it("tcbr.v20220217.OperateServerManage", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.OperateServerManage({})
|
|
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
|
+
|
|
81
101
|
it("tcbr.v20220217.DescribeCloudRunServerDetail", async function () {
|
|
82
102
|
try {
|
|
83
103
|
const data = await client.DescribeCloudRunServerDetail({})
|
|
@@ -108,9 +108,9 @@ it("trtc.v20190722.DescribeCallDetail", async function () {
|
|
|
108
108
|
}
|
|
109
109
|
})
|
|
110
110
|
|
|
111
|
-
it("trtc.v20190722.
|
|
111
|
+
it("trtc.v20190722.ModifyCloudRecording", async function () {
|
|
112
112
|
try {
|
|
113
|
-
const data = await client.
|
|
113
|
+
const data = await client.ModifyCloudRecording({})
|
|
114
114
|
expect(data).to.be.ok
|
|
115
115
|
} catch(error) {
|
|
116
116
|
expect(error.requestId).to.be.ok
|
|
@@ -148,16 +148,6 @@ it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
|
|
|
148
148
|
}
|
|
149
149
|
})
|
|
150
150
|
|
|
151
|
-
it("trtc.v20190722.ModifyCloudRecording", async function () {
|
|
152
|
-
try {
|
|
153
|
-
const data = await client.ModifyCloudRecording({})
|
|
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
151
|
it("trtc.v20190722.ModifyPicture", async function () {
|
|
162
152
|
try {
|
|
163
153
|
const data = await client.ModifyPicture({})
|
|
@@ -58,9 +58,9 @@ it("tsf.v20180326.DescribeMicroservices", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
-
it("tsf.v20180326.
|
|
61
|
+
it("tsf.v20180326.DescribeApplicationBusinessLogConfig", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
63
|
+
const data = await client.DescribeApplicationBusinessLogConfig({})
|
|
64
64
|
expect(data).to.be.ok
|
|
65
65
|
} catch(error) {
|
|
66
66
|
expect(error.requestId).to.be.ok
|
|
@@ -308,6 +308,16 @@ it("tsf.v20180326.DescribeFileConfigs", async function () {
|
|
|
308
308
|
}
|
|
309
309
|
})
|
|
310
310
|
|
|
311
|
+
it("tsf.v20180326.ModifyContainerReplicas", async function () {
|
|
312
|
+
try {
|
|
313
|
+
const data = await client.ModifyContainerReplicas({})
|
|
314
|
+
expect(data).to.be.ok
|
|
315
|
+
} catch(error) {
|
|
316
|
+
expect(error.requestId).to.be.ok
|
|
317
|
+
expect(error.code).to.be.ok
|
|
318
|
+
}
|
|
319
|
+
})
|
|
320
|
+
|
|
311
321
|
it("tsf.v20180326.DescribeSimpleClusters", async function () {
|
|
312
322
|
try {
|
|
313
323
|
const data = await client.DescribeSimpleClusters({})
|
|
@@ -328,6 +338,16 @@ it("tsf.v20180326.DescribeApiDetail", async function () {
|
|
|
328
338
|
}
|
|
329
339
|
})
|
|
330
340
|
|
|
341
|
+
it("tsf.v20180326.CreateContainGroup", async function () {
|
|
342
|
+
try {
|
|
343
|
+
const data = await client.CreateContainGroup({})
|
|
344
|
+
expect(data).to.be.ok
|
|
345
|
+
} catch(error) {
|
|
346
|
+
expect(error.requestId).to.be.ok
|
|
347
|
+
expect(error.code).to.be.ok
|
|
348
|
+
}
|
|
349
|
+
})
|
|
350
|
+
|
|
331
351
|
it("tsf.v20180326.DescribeGroupsWithPlugin", async function () {
|
|
332
352
|
try {
|
|
333
353
|
const data = await client.DescribeGroupsWithPlugin({})
|
|
@@ -348,6 +368,16 @@ it("tsf.v20180326.DisableUnitRoute", async function () {
|
|
|
348
368
|
}
|
|
349
369
|
})
|
|
350
370
|
|
|
371
|
+
it("tsf.v20180326.DisassociateBusinessLogConfig", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.DisassociateBusinessLogConfig({})
|
|
374
|
+
expect(data).to.be.ok
|
|
375
|
+
} catch(error) {
|
|
376
|
+
expect(error.requestId).to.be.ok
|
|
377
|
+
expect(error.code).to.be.ok
|
|
378
|
+
}
|
|
379
|
+
})
|
|
380
|
+
|
|
351
381
|
it("tsf.v20180326.CreateConfig", async function () {
|
|
352
382
|
try {
|
|
353
383
|
const data = await client.CreateConfig({})
|
|
@@ -478,6 +508,16 @@ it("tsf.v20180326.CreateUnitRule", async function () {
|
|
|
478
508
|
}
|
|
479
509
|
})
|
|
480
510
|
|
|
511
|
+
it("tsf.v20180326.UpdateRepository", async function () {
|
|
512
|
+
try {
|
|
513
|
+
const data = await client.UpdateRepository({})
|
|
514
|
+
expect(data).to.be.ok
|
|
515
|
+
} catch(error) {
|
|
516
|
+
expect(error.requestId).to.be.ok
|
|
517
|
+
expect(error.code).to.be.ok
|
|
518
|
+
}
|
|
519
|
+
})
|
|
520
|
+
|
|
481
521
|
it("tsf.v20180326.DescribeGroupUseDetail", async function () {
|
|
482
522
|
try {
|
|
483
523
|
const data = await client.DescribeGroupUseDetail({})
|
|
@@ -498,9 +538,9 @@ it("tsf.v20180326.DescribePublicConfig", async function () {
|
|
|
498
538
|
}
|
|
499
539
|
})
|
|
500
540
|
|
|
501
|
-
it("tsf.v20180326.
|
|
541
|
+
it("tsf.v20180326.ReassociateBusinessLogConfig", async function () {
|
|
502
542
|
try {
|
|
503
|
-
const data = await client.
|
|
543
|
+
const data = await client.ReassociateBusinessLogConfig({})
|
|
504
544
|
expect(data).to.be.ok
|
|
505
545
|
} catch(error) {
|
|
506
546
|
expect(error.requestId).to.be.ok
|
|
@@ -608,6 +648,16 @@ it("tsf.v20180326.StopContainerGroup", async function () {
|
|
|
608
648
|
}
|
|
609
649
|
})
|
|
610
650
|
|
|
651
|
+
it("tsf.v20180326.DescribeGroupBusinessLogConfigs", async function () {
|
|
652
|
+
try {
|
|
653
|
+
const data = await client.DescribeGroupBusinessLogConfigs({})
|
|
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
|
+
|
|
611
661
|
it("tsf.v20180326.DescribeGroupRelease", async function () {
|
|
612
662
|
try {
|
|
613
663
|
const data = await client.DescribeGroupRelease({})
|
|
@@ -678,6 +728,16 @@ it("tsf.v20180326.UnbindApiGroup", async function () {
|
|
|
678
728
|
}
|
|
679
729
|
})
|
|
680
730
|
|
|
731
|
+
it("tsf.v20180326.DescribeGroupInstances", async function () {
|
|
732
|
+
try {
|
|
733
|
+
const data = await client.DescribeGroupInstances({})
|
|
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
|
+
|
|
681
741
|
it("tsf.v20180326.CreateLaneRule", async function () {
|
|
682
742
|
try {
|
|
683
743
|
const data = await client.CreateLaneRule({})
|
|
@@ -708,6 +768,16 @@ it("tsf.v20180326.DescribeApiGroups", async function () {
|
|
|
708
768
|
}
|
|
709
769
|
})
|
|
710
770
|
|
|
771
|
+
it("tsf.v20180326.DescribeBusinessLogConfigs", async function () {
|
|
772
|
+
try {
|
|
773
|
+
const data = await client.DescribeBusinessLogConfigs({})
|
|
774
|
+
expect(data).to.be.ok
|
|
775
|
+
} catch(error) {
|
|
776
|
+
expect(error.requestId).to.be.ok
|
|
777
|
+
expect(error.code).to.be.ok
|
|
778
|
+
}
|
|
779
|
+
})
|
|
780
|
+
|
|
711
781
|
it("tsf.v20180326.ReleaseConfig", async function () {
|
|
712
782
|
try {
|
|
713
783
|
const data = await client.ReleaseConfig({})
|
|
@@ -838,6 +908,16 @@ it("tsf.v20180326.DescribeInovcationIndicators", async function () {
|
|
|
838
908
|
}
|
|
839
909
|
})
|
|
840
910
|
|
|
911
|
+
it("tsf.v20180326.DescribeDeliveryConfigByGroupId", async function () {
|
|
912
|
+
try {
|
|
913
|
+
const data = await client.DescribeDeliveryConfigByGroupId({})
|
|
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
|
+
|
|
841
921
|
it("tsf.v20180326.DescribeSimpleGroups", async function () {
|
|
842
922
|
try {
|
|
843
923
|
const data = await client.DescribeSimpleGroups({})
|
|
@@ -1048,9 +1128,9 @@ it("tsf.v20180326.DescribeTaskLastStatus", async function () {
|
|
|
1048
1128
|
}
|
|
1049
1129
|
})
|
|
1050
1130
|
|
|
1051
|
-
it("tsf.v20180326.
|
|
1131
|
+
it("tsf.v20180326.DescribeBusinessLogConfig", async function () {
|
|
1052
1132
|
try {
|
|
1053
|
-
const data = await client.
|
|
1133
|
+
const data = await client.DescribeBusinessLogConfig({})
|
|
1054
1134
|
expect(data).to.be.ok
|
|
1055
1135
|
} catch(error) {
|
|
1056
1136
|
expect(error.requestId).to.be.ok
|
|
@@ -1058,9 +1138,9 @@ it("tsf.v20180326.DescribeGroupInstances", async function () {
|
|
|
1058
1138
|
}
|
|
1059
1139
|
})
|
|
1060
1140
|
|
|
1061
|
-
it("tsf.v20180326.
|
|
1141
|
+
it("tsf.v20180326.DescribeGatewayAllGroupApis", async function () {
|
|
1062
1142
|
try {
|
|
1063
|
-
const data = await client.
|
|
1143
|
+
const data = await client.DescribeGatewayAllGroupApis({})
|
|
1064
1144
|
expect(data).to.be.ok
|
|
1065
1145
|
} catch(error) {
|
|
1066
1146
|
expect(error.requestId).to.be.ok
|
|
@@ -1108,6 +1188,16 @@ it("tsf.v20180326.DescribePathRewrite", async function () {
|
|
|
1108
1188
|
}
|
|
1109
1189
|
})
|
|
1110
1190
|
|
|
1191
|
+
it("tsf.v20180326.DisassociateKafkaConfig", async function () {
|
|
1192
|
+
try {
|
|
1193
|
+
const data = await client.DisassociateKafkaConfig({})
|
|
1194
|
+
expect(data).to.be.ok
|
|
1195
|
+
} catch(error) {
|
|
1196
|
+
expect(error.requestId).to.be.ok
|
|
1197
|
+
expect(error.code).to.be.ok
|
|
1198
|
+
}
|
|
1199
|
+
})
|
|
1200
|
+
|
|
1111
1201
|
it("tsf.v20180326.DescribeInvocationMetricDataCurve", async function () {
|
|
1112
1202
|
try {
|
|
1113
1203
|
const data = await client.DescribeInvocationMetricDataCurve({})
|
|
@@ -1238,6 +1328,16 @@ it("tsf.v20180326.DeployGroup", async function () {
|
|
|
1238
1328
|
}
|
|
1239
1329
|
})
|
|
1240
1330
|
|
|
1331
|
+
it("tsf.v20180326.DescribeDeliveryConfigs", async function () {
|
|
1332
|
+
try {
|
|
1333
|
+
const data = await client.DescribeDeliveryConfigs({})
|
|
1334
|
+
expect(data).to.be.ok
|
|
1335
|
+
} catch(error) {
|
|
1336
|
+
expect(error.requestId).to.be.ok
|
|
1337
|
+
expect(error.code).to.be.ok
|
|
1338
|
+
}
|
|
1339
|
+
})
|
|
1340
|
+
|
|
1241
1341
|
it("tsf.v20180326.UpdateApiGroup", async function () {
|
|
1242
1342
|
try {
|
|
1243
1343
|
const data = await client.UpdateApiGroup({})
|
|
@@ -1338,6 +1438,16 @@ it("tsf.v20180326.RedoTaskBatch", async function () {
|
|
|
1338
1438
|
}
|
|
1339
1439
|
})
|
|
1340
1440
|
|
|
1441
|
+
it("tsf.v20180326.AssociateBusinessLogConfig", async function () {
|
|
1442
|
+
try {
|
|
1443
|
+
const data = await client.AssociateBusinessLogConfig({})
|
|
1444
|
+
expect(data).to.be.ok
|
|
1445
|
+
} catch(error) {
|
|
1446
|
+
expect(error.requestId).to.be.ok
|
|
1447
|
+
expect(error.code).to.be.ok
|
|
1448
|
+
}
|
|
1449
|
+
})
|
|
1450
|
+
|
|
1341
1451
|
it("tsf.v20180326.DescribePublicConfigReleaseLogs", async function () {
|
|
1342
1452
|
try {
|
|
1343
1453
|
const data = await client.DescribePublicConfigReleaseLogs({})
|
|
@@ -1408,9 +1518,9 @@ it("tsf.v20180326.DescribeJvmMonitor", async function () {
|
|
|
1408
1518
|
}
|
|
1409
1519
|
})
|
|
1410
1520
|
|
|
1411
|
-
it("tsf.v20180326.
|
|
1521
|
+
it("tsf.v20180326.DeleteRepository", async function () {
|
|
1412
1522
|
try {
|
|
1413
|
-
const data = await client.
|
|
1523
|
+
const data = await client.DeleteRepository({})
|
|
1414
1524
|
expect(data).to.be.ok
|
|
1415
1525
|
} catch(error) {
|
|
1416
1526
|
expect(error.requestId).to.be.ok
|
|
@@ -1608,9 +1718,9 @@ it("tsf.v20180326.ChangeApiUsableStatus", async function () {
|
|
|
1608
1718
|
}
|
|
1609
1719
|
})
|
|
1610
1720
|
|
|
1611
|
-
it("tsf.v20180326.
|
|
1721
|
+
it("tsf.v20180326.DescribeDeliveryConfig", async function () {
|
|
1612
1722
|
try {
|
|
1613
|
-
const data = await client.
|
|
1723
|
+
const data = await client.DescribeDeliveryConfig({})
|
|
1614
1724
|
expect(data).to.be.ok
|
|
1615
1725
|
} catch(error) {
|
|
1616
1726
|
expect(error.requestId).to.be.ok
|
|
@@ -1708,6 +1818,16 @@ it("tsf.v20180326.DescribePublicConfigReleases", async function () {
|
|
|
1708
1818
|
}
|
|
1709
1819
|
})
|
|
1710
1820
|
|
|
1821
|
+
it("tsf.v20180326.AssociateConfigWithGroup", async function () {
|
|
1822
|
+
try {
|
|
1823
|
+
const data = await client.AssociateConfigWithGroup({})
|
|
1824
|
+
expect(data).to.be.ok
|
|
1825
|
+
} catch(error) {
|
|
1826
|
+
expect(error.requestId).to.be.ok
|
|
1827
|
+
expect(error.code).to.be.ok
|
|
1828
|
+
}
|
|
1829
|
+
})
|
|
1830
|
+
|
|
1711
1831
|
it("tsf.v20180326.DescribeLanes", async function () {
|
|
1712
1832
|
try {
|
|
1713
1833
|
const data = await client.DescribeLanes({})
|
|
@@ -58,6 +58,16 @@ it("vpc.v20170312.ReplaceSecurityGroupPolicy", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("vpc.v20170312.AdjustPublicAddress", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.AdjustPublicAddress({})
|
|
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
|
+
|
|
61
71
|
it("vpc.v20170312.CreateFlowLog", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.CreateFlowLog({})
|
|
@@ -98,6 +98,16 @@ it("waf.v20180125.CreateAccessExport", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
+
it("waf.v20180125.DescribeInstances", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.DescribeInstances({})
|
|
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
|
+
|
|
101
111
|
it("waf.v20180125.DeleteIpAccessControl", async function () {
|
|
102
112
|
try {
|
|
103
113
|
const data = await client.DeleteIpAccessControl({})
|
|
@@ -138,9 +148,9 @@ it("waf.v20180125.DescribeFlowTrend", async function () {
|
|
|
138
148
|
}
|
|
139
149
|
})
|
|
140
150
|
|
|
141
|
-
it("waf.v20180125.
|
|
151
|
+
it("waf.v20180125.DescribeUserClbWafRegions", async function () {
|
|
142
152
|
try {
|
|
143
|
-
const data = await client.
|
|
153
|
+
const data = await client.DescribeUserClbWafRegions({})
|
|
144
154
|
expect(data).to.be.ok
|
|
145
155
|
} catch(error) {
|
|
146
156
|
expect(error.requestId).to.be.ok
|
|
@@ -228,9 +238,9 @@ it("waf.v20180125.ModifyWafAutoDenyRules", async function () {
|
|
|
228
238
|
}
|
|
229
239
|
})
|
|
230
240
|
|
|
231
|
-
it("waf.v20180125.
|
|
241
|
+
it("waf.v20180125.CreateAttackDownloadTask", async function () {
|
|
232
242
|
try {
|
|
233
|
-
const data = await client.
|
|
243
|
+
const data = await client.CreateAttackDownloadTask({})
|
|
234
244
|
expect(data).to.be.ok
|
|
235
245
|
} catch(error) {
|
|
236
246
|
expect(error.requestId).to.be.ok
|