tencentcloud-sdk-nodejs 4.0.688 → 4.0.690
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 +489 -0
- package/SERVICE_CHANGELOG.md +580 -389
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +0 -4
- package/src/services/bi/v20220105/bi_models.ts +18 -0
- package/src/services/cvm/v20170312/cvm_client.ts +6 -3
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +8 -6
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +214 -88
- package/src/services/dlc/v20210125/dlc_client.ts +41 -6
- package/src/services/dlc/v20210125/dlc_models.ts +773 -274
- package/src/services/es/v20180416/es_models.ts +5 -5
- package/src/services/ess/v20201111/ess_client.ts +63 -60
- package/src/services/ess/v20201111/ess_models.ts +264 -229
- package/src/services/essbasic/v20210526/essbasic_client.ts +52 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +203 -9
- package/src/services/facefusion/v20220927/facefusion_models.ts +5 -1
- package/src/services/iss/v20230517/iss_models.ts +3 -3
- package/src/services/lcic/v20220817/lcic_models.ts +4 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +23 -19
- package/src/services/live/v20180801/live_models.ts +32 -27
- package/src/services/mongodb/v20190725/mongodb_models.ts +46 -46
- package/src/services/monitor/v20180724/monitor_models.ts +6 -2
- package/src/services/nlp/v20190408/nlp_client.ts +0 -17
- package/src/services/nlp/v20190408/nlp_models.ts +0 -117
- package/src/services/omics/v20221128/omics_models.ts +1 -1
- package/src/services/postgres/v20170312/postgres_models.ts +33 -30
- package/src/services/rce/v20201103/rce_models.ts +42 -11
- package/src/services/ssa/v20180608/ssa_client.ts +16 -3
- package/src/services/ssa/v20180608/ssa_models.ts +94 -24
- package/src/services/ssl/v20191205/ssl_client.ts +26 -2
- package/src/services/ssl/v20191205/ssl_models.ts +64 -16
- package/src/services/tat/v20201028/tat_models.ts +30 -9
- package/src/services/tse/v20201207/tse_client.ts +82 -18
- package/src/services/tse/v20201207/tse_models.ts +543 -270
- package/src/services/vod/v20180717/vod_client.ts +3 -9
- package/src/services/vod/v20180717/vod_models.ts +247 -242
- package/src/services/vpc/v20170312/vpc_models.ts +44 -22
- package/src/services/waf/v20180125/waf_client.ts +92 -29
- package/src/services/waf/v20180125/waf_models.ts +377 -77
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +0 -4
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +18 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +4 -4
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +209 -85
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +9 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +695 -211
- package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -5
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +53 -41
- package/tencentcloud/services/ess/v20201111/ess_client.js +53 -43
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +264 -226
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +26 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +31 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +195 -9
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +5 -1
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +3 -3
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +23 -19
- package/tencentcloud/services/live/v20180801/live_models.d.ts +32 -27
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +46 -46
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +6 -2
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +1 -7
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -8
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +0 -112
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +33 -30
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +42 -11
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +91 -24
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +9 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +12 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +60 -16
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +30 -9
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +25 -5
- package/tencentcloud/services/tse/v20201207/tse_client.js +36 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +531 -272
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -7
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -7
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +247 -242
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +44 -22
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +30 -10
- package/tencentcloud/services/waf/v20180125/waf_client.js +43 -13
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +364 -77
- package/test/dlc.v20210125.test.js +20 -0
- package/test/ess.v20201111.test.js +2 -12
- package/test/essbasic.v20210526.test.js +30 -0
- package/test/nlp.v20190408.test.js +0 -10
- package/test/ssa.v20180608.test.js +10 -0
- package/test/ssl.v20191205.test.js +20 -0
- package/test/tse.v20201207.test.js +54 -4
- package/test/waf.v20180125.test.js +58 -8
|
@@ -48,6 +48,16 @@ it("essbasic.v20210526.ChannelCreateMultiFlowSignQRCode", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("essbasic.v20210526.ChannelModifyRole", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.ChannelModifyRole({})
|
|
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
|
+
|
|
51
61
|
it("essbasic.v20210526.ChannelCreateFlowByFiles", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.ChannelCreateFlowByFiles({})
|
|
@@ -148,6 +158,16 @@ it("essbasic.v20210526.ChannelCreateSealPolicy", async function () {
|
|
|
148
158
|
}
|
|
149
159
|
})
|
|
150
160
|
|
|
161
|
+
it("essbasic.v20210526.ChannelCreateRole", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.ChannelCreateRole({})
|
|
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
|
+
|
|
151
171
|
it("essbasic.v20210526.ChannelDisableUserAutoSign", async function () {
|
|
152
172
|
try {
|
|
153
173
|
const data = await client.ChannelDisableUserAutoSign({})
|
|
@@ -238,6 +258,16 @@ it("essbasic.v20210526.ChannelCreateBatchCancelFlowUrl", async function () {
|
|
|
238
258
|
}
|
|
239
259
|
})
|
|
240
260
|
|
|
261
|
+
it("essbasic.v20210526.ChannelDeleteRole", async function () {
|
|
262
|
+
try {
|
|
263
|
+
const data = await client.ChannelDeleteRole({})
|
|
264
|
+
expect(data).to.be.ok
|
|
265
|
+
} catch(error) {
|
|
266
|
+
expect(error.requestId).to.be.ok
|
|
267
|
+
expect(error.code).to.be.ok
|
|
268
|
+
}
|
|
269
|
+
})
|
|
270
|
+
|
|
241
271
|
it("essbasic.v20210526.ChannelGetTaskResultApi", async function () {
|
|
242
272
|
try {
|
|
243
273
|
const data = await client.ChannelGetTaskResultApi({})
|
|
@@ -138,14 +138,4 @@ it("nlp.v20190408.ParseWords", async function () {
|
|
|
138
138
|
}
|
|
139
139
|
})
|
|
140
140
|
|
|
141
|
-
it("nlp.v20190408.TestingTextGeneration", async function () {
|
|
142
|
-
try {
|
|
143
|
-
const data = await client.TestingTextGeneration({})
|
|
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
141
|
})
|
|
@@ -138,6 +138,16 @@ it("ssa.v20180608.DescribeSafetyEventList", async function () {
|
|
|
138
138
|
}
|
|
139
139
|
})
|
|
140
140
|
|
|
141
|
+
it("ssa.v20180608.SaDivulgeScanRuleMutate", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.SaDivulgeScanRuleMutate({})
|
|
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("ssa.v20180608.DescribeComplianceList", async function () {
|
|
142
152
|
try {
|
|
143
153
|
const data = await client.DescribeComplianceList({})
|
|
@@ -368,6 +368,16 @@ it("ssl.v20191205.DescribeCertificateBindResourceTaskResult", async function ()
|
|
|
368
368
|
}
|
|
369
369
|
})
|
|
370
370
|
|
|
371
|
+
it("ssl.v20191205.CancelAuditCertificate", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.CancelAuditCertificate({})
|
|
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
|
+
|
|
371
381
|
it("ssl.v20191205.DescribeHostDeployRecord", async function () {
|
|
372
382
|
try {
|
|
373
383
|
const data = await client.DescribeHostDeployRecord({})
|
|
@@ -568,4 +578,14 @@ it("ssl.v20191205.DescribeCertificateBindResourceTaskDetail", async function ()
|
|
|
568
578
|
}
|
|
569
579
|
})
|
|
570
580
|
|
|
581
|
+
it("ssl.v20191205.ModifyCertificateResubmit", async function () {
|
|
582
|
+
try {
|
|
583
|
+
const data = await client.ModifyCertificateResubmit({})
|
|
584
|
+
expect(data).to.be.ok
|
|
585
|
+
} catch(error) {
|
|
586
|
+
expect(error.requestId).to.be.ok
|
|
587
|
+
expect(error.code).to.be.ok
|
|
588
|
+
}
|
|
589
|
+
})
|
|
590
|
+
|
|
571
591
|
})
|
|
@@ -68,6 +68,16 @@ it("tse.v20201207.DescribeOneCloudNativeAPIGatewayService", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("tse.v20201207.DescribeCloudNativeAPIGatewayCertificates", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DescribeCloudNativeAPIGatewayCertificates({})
|
|
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("tse.v20201207.ModifyCloudNativeAPIGatewayServiceRateLimit", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.ModifyCloudNativeAPIGatewayServiceRateLimit({})
|
|
@@ -188,6 +198,16 @@ it("tse.v20201207.DescribeCloudNativeAPIGateways", async function () {
|
|
|
188
198
|
}
|
|
189
199
|
})
|
|
190
200
|
|
|
201
|
+
it("tse.v20201207.CreateCloudNativeAPIGatewayCertificate", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.CreateCloudNativeAPIGatewayCertificate({})
|
|
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
|
+
|
|
191
211
|
it("tse.v20201207.DescribeCloudNativeAPIGatewayServices", async function () {
|
|
192
212
|
try {
|
|
193
213
|
const data = await client.DescribeCloudNativeAPIGatewayServices({})
|
|
@@ -258,9 +278,9 @@ it("tse.v20201207.DescribeSREInstances", async function () {
|
|
|
258
278
|
}
|
|
259
279
|
})
|
|
260
280
|
|
|
261
|
-
it("tse.v20201207.
|
|
281
|
+
it("tse.v20201207.DescribeCloudNativeAPIGatewayRouteRateLimit", async function () {
|
|
262
282
|
try {
|
|
263
|
-
const data = await client.
|
|
283
|
+
const data = await client.DescribeCloudNativeAPIGatewayRouteRateLimit({})
|
|
264
284
|
expect(data).to.be.ok
|
|
265
285
|
} catch(error) {
|
|
266
286
|
expect(error.requestId).to.be.ok
|
|
@@ -268,9 +288,9 @@ it("tse.v20201207.DescribeCloudNativeAPIGatewayConfig", async function () {
|
|
|
268
288
|
}
|
|
269
289
|
})
|
|
270
290
|
|
|
271
|
-
it("tse.v20201207.
|
|
291
|
+
it("tse.v20201207.DescribeCloudNativeAPIGatewayConfig", async function () {
|
|
272
292
|
try {
|
|
273
|
-
const data = await client.
|
|
293
|
+
const data = await client.DescribeCloudNativeAPIGatewayConfig({})
|
|
274
294
|
expect(data).to.be.ok
|
|
275
295
|
} catch(error) {
|
|
276
296
|
expect(error.requestId).to.be.ok
|
|
@@ -308,6 +328,16 @@ it("tse.v20201207.CreateCloudNativeAPIGatewayCanaryRule", async function () {
|
|
|
308
328
|
}
|
|
309
329
|
})
|
|
310
330
|
|
|
331
|
+
it("tse.v20201207.DescribeCloudNativeAPIGatewayCertificateDetails", async function () {
|
|
332
|
+
try {
|
|
333
|
+
const data = await client.DescribeCloudNativeAPIGatewayCertificateDetails({})
|
|
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
|
+
|
|
311
341
|
it("tse.v20201207.UpdateEngineInternetAccess", async function () {
|
|
312
342
|
try {
|
|
313
343
|
const data = await client.UpdateEngineInternetAccess({})
|
|
@@ -348,6 +378,16 @@ it("tse.v20201207.DeleteCloudNativeAPIGateway", async function () {
|
|
|
348
378
|
}
|
|
349
379
|
})
|
|
350
380
|
|
|
381
|
+
it("tse.v20201207.DeleteCloudNativeAPIGatewayCertificate", async function () {
|
|
382
|
+
try {
|
|
383
|
+
const data = await client.DeleteCloudNativeAPIGatewayCertificate({})
|
|
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
|
+
|
|
351
391
|
it("tse.v20201207.CreateCloudNativeAPIGatewayRoute", async function () {
|
|
352
392
|
try {
|
|
353
393
|
const data = await client.CreateCloudNativeAPIGatewayRoute({})
|
|
@@ -358,6 +398,16 @@ it("tse.v20201207.CreateCloudNativeAPIGatewayRoute", async function () {
|
|
|
358
398
|
}
|
|
359
399
|
})
|
|
360
400
|
|
|
401
|
+
it("tse.v20201207.UpdateCloudNativeAPIGatewayCertificateInfo", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.UpdateCloudNativeAPIGatewayCertificateInfo({})
|
|
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("tse.v20201207.CreateNativeGatewayServerGroup", async function () {
|
|
362
412
|
try {
|
|
363
413
|
const data = await client.CreateNativeGatewayServerGroup({})
|
|
@@ -98,6 +98,16 @@ it("waf.v20180125.ModifyCustomRule", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
+
it("waf.v20180125.ModifyInstanceQpsLimit", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.ModifyInstanceQpsLimit({})
|
|
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.DescribeAutoDenyIP", async function () {
|
|
102
112
|
try {
|
|
103
113
|
const data = await client.DescribeAutoDenyIP({})
|
|
@@ -168,6 +178,16 @@ it("waf.v20180125.ModifySpartaProtection", async function () {
|
|
|
168
178
|
}
|
|
169
179
|
})
|
|
170
180
|
|
|
181
|
+
it("waf.v20180125.ModifyInstanceElasticMode", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.ModifyInstanceElasticMode({})
|
|
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
|
+
|
|
171
191
|
it("waf.v20180125.ModifyApiAnalyzeStatus", async function () {
|
|
172
192
|
try {
|
|
173
193
|
const data = await client.ModifyApiAnalyzeStatus({})
|
|
@@ -248,6 +268,16 @@ it("waf.v20180125.DescribeIpHitItems", async function () {
|
|
|
248
268
|
}
|
|
249
269
|
})
|
|
250
270
|
|
|
271
|
+
it("waf.v20180125.DescribeDomainWhiteRules", async function () {
|
|
272
|
+
try {
|
|
273
|
+
const data = await client.DescribeDomainWhiteRules({})
|
|
274
|
+
expect(data).to.be.ok
|
|
275
|
+
} catch(error) {
|
|
276
|
+
expect(error.requestId).to.be.ok
|
|
277
|
+
expect(error.code).to.be.ok
|
|
278
|
+
}
|
|
279
|
+
})
|
|
280
|
+
|
|
251
281
|
it("waf.v20180125.DeleteAntiInfoLeakRule", async function () {
|
|
252
282
|
try {
|
|
253
283
|
const data = await client.DeleteAntiInfoLeakRule({})
|
|
@@ -328,9 +358,9 @@ it("waf.v20180125.ModifyWafAutoDenyStatus", async function () {
|
|
|
328
358
|
}
|
|
329
359
|
})
|
|
330
360
|
|
|
331
|
-
it("waf.v20180125.
|
|
361
|
+
it("waf.v20180125.ModifyAccessPeriod", async function () {
|
|
332
362
|
try {
|
|
333
|
-
const data = await client.
|
|
363
|
+
const data = await client.ModifyAccessPeriod({})
|
|
334
364
|
expect(data).to.be.ok
|
|
335
365
|
} catch(error) {
|
|
336
366
|
expect(error.requestId).to.be.ok
|
|
@@ -338,9 +368,9 @@ it("waf.v20180125.ModifyAntiInfoLeakRuleStatus", async function () {
|
|
|
338
368
|
}
|
|
339
369
|
})
|
|
340
370
|
|
|
341
|
-
it("waf.v20180125.
|
|
371
|
+
it("waf.v20180125.ModifyDomainsCLSStatus", async function () {
|
|
342
372
|
try {
|
|
343
|
-
const data = await client.
|
|
373
|
+
const data = await client.ModifyDomainsCLSStatus({})
|
|
344
374
|
expect(data).to.be.ok
|
|
345
375
|
} catch(error) {
|
|
346
376
|
expect(error.requestId).to.be.ok
|
|
@@ -408,6 +438,16 @@ it("waf.v20180125.ModifyCustomWhiteRule", async function () {
|
|
|
408
438
|
}
|
|
409
439
|
})
|
|
410
440
|
|
|
441
|
+
it("waf.v20180125.ModifyInstanceRenewFlag", async function () {
|
|
442
|
+
try {
|
|
443
|
+
const data = await client.ModifyInstanceRenewFlag({})
|
|
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
|
+
|
|
411
451
|
it("waf.v20180125.DescribeDomainDetailsSaas", async function () {
|
|
412
452
|
try {
|
|
413
453
|
const data = await client.DescribeDomainDetailsSaas({})
|
|
@@ -758,9 +798,9 @@ it("waf.v20180125.DeleteSession", async function () {
|
|
|
758
798
|
}
|
|
759
799
|
})
|
|
760
800
|
|
|
761
|
-
it("waf.v20180125.
|
|
801
|
+
it("waf.v20180125.GenerateDealsAndPayNew", async function () {
|
|
762
802
|
try {
|
|
763
|
-
const data = await client.
|
|
803
|
+
const data = await client.GenerateDealsAndPayNew({})
|
|
764
804
|
expect(data).to.be.ok
|
|
765
805
|
} catch(error) {
|
|
766
806
|
expect(error.requestId).to.be.ok
|
|
@@ -768,9 +808,9 @@ it("waf.v20180125.DescribeDomainWhiteRules", async function () {
|
|
|
768
808
|
}
|
|
769
809
|
})
|
|
770
810
|
|
|
771
|
-
it("waf.v20180125.
|
|
811
|
+
it("waf.v20180125.ModifyAntiInfoLeakRuleStatus", async function () {
|
|
772
812
|
try {
|
|
773
|
-
const data = await client.
|
|
813
|
+
const data = await client.ModifyAntiInfoLeakRuleStatus({})
|
|
774
814
|
expect(data).to.be.ok
|
|
775
815
|
} catch(error) {
|
|
776
816
|
expect(error.requestId).to.be.ok
|
|
@@ -918,6 +958,16 @@ it("waf.v20180125.ModifyHostFlowMode", async function () {
|
|
|
918
958
|
}
|
|
919
959
|
})
|
|
920
960
|
|
|
961
|
+
it("waf.v20180125.ModifyInstanceName", async function () {
|
|
962
|
+
try {
|
|
963
|
+
const data = await client.ModifyInstanceName({})
|
|
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
|
+
|
|
921
971
|
it("waf.v20180125.DescribeUserCdcClbWafRegions", async function () {
|
|
922
972
|
try {
|
|
923
973
|
const data = await client.DescribeUserCdcClbWafRegions({})
|