tencentcloud-sdk-nodejs 4.0.600 → 4.0.602
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 +684 -0
- package/SERVICE_CHANGELOG.md +935 -81
- package/package.json +1 -1
- package/products.md +193 -193
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +38 -6
- package/src/services/bma/v20221115/bma_models.ts +5 -0
- package/src/services/cbs/v20170312/cbs_models.ts +3 -3
- package/src/services/cdb/v20170320/cdb_client.ts +6 -2
- package/src/services/cdb/v20170320/cdb_models.ts +17 -11
- package/src/services/cdn/v20180606/cdn_models.ts +140 -77
- package/src/services/cfw/v20190904/cfw_client.ts +22 -10
- package/src/services/cfw/v20190904/cfw_models.ts +69 -0
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +14 -2
- package/src/services/domain/v20180808/domain_models.ts +6 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +10 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +14 -3
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +1 -1
- package/src/services/nlp/v20190408/nlp_models.ts +7 -7
- package/src/services/ocr/v20181119/ocr_models.ts +6 -0
- package/src/services/organization/v20210331/organization_models.ts +9 -4
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +12 -12
- package/src/services/ssl/v20191205/ssl_client.ts +354 -79
- package/src/services/ssl/v20191205/ssl_models.ts +2986 -1253
- package/src/services/tcss/v20201101/tcss_models.ts +981 -179
- package/src/services/teo/v20220901/teo_models.ts +5 -0
- package/src/services/thpc/v20230321/thpc_models.ts +28 -0
- package/src/services/tsf/v20180326/tsf_client.ts +18 -6
- package/src/services/tsf/v20180326/tsf_models.ts +31 -0
- package/src/services/vod/v20180717/vod_models.ts +141 -1
- package/src/services/vpc/v20170312/vpc_client.ts +3 -3
- package/src/services/vpc/v20170312/vpc_models.ts +54 -24
- package/src/services/vrs/v20200824/vrs_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +32 -6
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +4 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +3 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +6 -2
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +16 -11
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +122 -59
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +10 -6
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +12 -6
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +58 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +12 -2
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +7 -7
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +8 -4
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +12 -12
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +95 -11
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +141 -15
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2548 -1081
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +826 -181
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -0
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +24 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +7 -3
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +9 -3
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +27 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +113 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +48 -24
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +1 -1
- package/test/cfw.v20190904.test.js +12 -2
- package/test/ssl.v20191205.test.js +220 -10
- package/test/tsf.v20180326.test.js +12 -2
|
@@ -398,9 +398,9 @@ it("cfw.v20190904.DescribeEnterpriseSecurityGroupRule", async function () {
|
|
|
398
398
|
}
|
|
399
399
|
})
|
|
400
400
|
|
|
401
|
-
it("cfw.v20190904.
|
|
401
|
+
it("cfw.v20190904.DescribeLogs", async function () {
|
|
402
402
|
try {
|
|
403
|
-
const data = await client.
|
|
403
|
+
const data = await client.DescribeLogs({})
|
|
404
404
|
expect(data).to.be.ok
|
|
405
405
|
} catch(error) {
|
|
406
406
|
expect(error.requestId).to.be.ok
|
|
@@ -538,6 +538,16 @@ it("cfw.v20190904.DescribeTableStatus", async function () {
|
|
|
538
538
|
}
|
|
539
539
|
})
|
|
540
540
|
|
|
541
|
+
it("cfw.v20190904.ModifyBlockIgnoreList", async function () {
|
|
542
|
+
try {
|
|
543
|
+
const data = await client.ModifyBlockIgnoreList({})
|
|
544
|
+
expect(data).to.be.ok
|
|
545
|
+
} catch(error) {
|
|
546
|
+
expect(error.requestId).to.be.ok
|
|
547
|
+
expect(error.code).to.be.ok
|
|
548
|
+
}
|
|
549
|
+
})
|
|
550
|
+
|
|
541
551
|
it("cfw.v20190904.DescribeNatFwInstancesInfo", async function () {
|
|
542
552
|
try {
|
|
543
553
|
const data = await client.DescribeNatFwInstancesInfo({})
|
|
@@ -18,6 +18,16 @@ const client = new tencentcloud.ssl.v20191205.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("ssl.v20191205.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("ssl.v20191205.DescribeHostCosInstanceList", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.DescribeHostCosInstanceList({})
|
|
24
|
+
expect(data).to.be.ok
|
|
25
|
+
} catch(error) {
|
|
26
|
+
expect(error.requestId).to.be.ok
|
|
27
|
+
expect(error.code).to.be.ok
|
|
28
|
+
}
|
|
29
|
+
})
|
|
30
|
+
|
|
21
31
|
it("ssl.v20191205.DescribeCertificates", async function () {
|
|
22
32
|
try {
|
|
23
33
|
const data = await client.DescribeCertificates({})
|
|
@@ -28,9 +38,19 @@ it("ssl.v20191205.DescribeCertificates", async function () {
|
|
|
28
38
|
}
|
|
29
39
|
})
|
|
30
40
|
|
|
31
|
-
it("ssl.v20191205.
|
|
41
|
+
it("ssl.v20191205.DescribeHostCdnInstanceList", async function () {
|
|
32
42
|
try {
|
|
33
|
-
const data = await client.
|
|
43
|
+
const data = await client.DescribeHostCdnInstanceList({})
|
|
44
|
+
expect(data).to.be.ok
|
|
45
|
+
} catch(error) {
|
|
46
|
+
expect(error.requestId).to.be.ok
|
|
47
|
+
expect(error.code).to.be.ok
|
|
48
|
+
}
|
|
49
|
+
})
|
|
50
|
+
|
|
51
|
+
it("ssl.v20191205.DescribeHostTkeInstanceList", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DescribeHostTkeInstanceList({})
|
|
34
54
|
expect(data).to.be.ok
|
|
35
55
|
} catch(error) {
|
|
36
56
|
expect(error.requestId).to.be.ok
|
|
@@ -58,9 +78,19 @@ it("ssl.v20191205.DeleteManager", async function () {
|
|
|
58
78
|
}
|
|
59
79
|
})
|
|
60
80
|
|
|
61
|
-
it("ssl.v20191205.
|
|
81
|
+
it("ssl.v20191205.DescribeHostVodInstanceList", async function () {
|
|
62
82
|
try {
|
|
63
|
-
const data = await client.
|
|
83
|
+
const data = await client.DescribeHostVodInstanceList({})
|
|
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("ssl.v20191205.DeployCertificateInstance", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DeployCertificateInstance({})
|
|
64
94
|
expect(data).to.be.ok
|
|
65
95
|
} catch(error) {
|
|
66
96
|
expect(error.requestId).to.be.ok
|
|
@@ -78,6 +108,16 @@ it("ssl.v20191205.SubmitAuditManager", async function () {
|
|
|
78
108
|
}
|
|
79
109
|
})
|
|
80
110
|
|
|
111
|
+
it("ssl.v20191205.DescribePackages", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.DescribePackages({})
|
|
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
|
+
|
|
81
121
|
it("ssl.v20191205.SubmitCertificateInformation", async function () {
|
|
82
122
|
try {
|
|
83
123
|
const data = await client.SubmitCertificateInformation({})
|
|
@@ -88,6 +128,16 @@ it("ssl.v20191205.SubmitCertificateInformation", async function () {
|
|
|
88
128
|
}
|
|
89
129
|
})
|
|
90
130
|
|
|
131
|
+
it("ssl.v20191205.DescribeHostDdosInstanceList", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.DescribeHostDdosInstanceList({})
|
|
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
|
+
|
|
91
141
|
it("ssl.v20191205.VerifyManager", async function () {
|
|
92
142
|
try {
|
|
93
143
|
const data = await client.VerifyManager({})
|
|
@@ -98,6 +148,26 @@ it("ssl.v20191205.VerifyManager", async function () {
|
|
|
98
148
|
}
|
|
99
149
|
})
|
|
100
150
|
|
|
151
|
+
it("ssl.v20191205.DescribeHostClbInstanceList", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.DescribeHostClbInstanceList({})
|
|
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("ssl.v20191205.DescribeHostTeoInstanceList", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.DescribeHostTeoInstanceList({})
|
|
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
|
+
|
|
101
171
|
it("ssl.v20191205.CancelCertificateOrder", async function () {
|
|
102
172
|
try {
|
|
103
173
|
const data = await client.CancelCertificateOrder({})
|
|
@@ -138,6 +208,16 @@ it("ssl.v20191205.CompleteCertificate", async function () {
|
|
|
138
208
|
}
|
|
139
209
|
})
|
|
140
210
|
|
|
211
|
+
it("ssl.v20191205.UpdateCertificateInstance", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.UpdateCertificateInstance({})
|
|
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
|
+
|
|
141
221
|
it("ssl.v20191205.UploadCertificate", async function () {
|
|
142
222
|
try {
|
|
143
223
|
const data = await client.UploadCertificate({})
|
|
@@ -158,9 +238,9 @@ it("ssl.v20191205.CheckCertificateChain", async function () {
|
|
|
158
238
|
}
|
|
159
239
|
})
|
|
160
240
|
|
|
161
|
-
it("ssl.v20191205.
|
|
241
|
+
it("ssl.v20191205.ModifyCertificateAlias", async function () {
|
|
162
242
|
try {
|
|
163
|
-
const data = await client.
|
|
243
|
+
const data = await client.ModifyCertificateAlias({})
|
|
164
244
|
expect(data).to.be.ok
|
|
165
245
|
} catch(error) {
|
|
166
246
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +268,19 @@ it("ssl.v20191205.DescribeCertificateDetail", async function () {
|
|
|
188
268
|
}
|
|
189
269
|
})
|
|
190
270
|
|
|
191
|
-
it("ssl.v20191205.
|
|
271
|
+
it("ssl.v20191205.DescribeHostLiveInstanceList", async function () {
|
|
192
272
|
try {
|
|
193
|
-
const data = await client.
|
|
273
|
+
const data = await client.DescribeHostLiveInstanceList({})
|
|
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
|
+
|
|
281
|
+
it("ssl.v20191205.DescribeHostWafInstanceList", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.DescribeHostWafInstanceList({})
|
|
194
284
|
expect(data).to.be.ok
|
|
195
285
|
} catch(error) {
|
|
196
286
|
expect(error.requestId).to.be.ok
|
|
@@ -208,6 +298,26 @@ it("ssl.v20191205.DescribeManagerDetail", async function () {
|
|
|
208
298
|
}
|
|
209
299
|
})
|
|
210
300
|
|
|
301
|
+
it("ssl.v20191205.DescribeHostDeployRecordDetail", async function () {
|
|
302
|
+
try {
|
|
303
|
+
const data = await client.DescribeHostDeployRecordDetail({})
|
|
304
|
+
expect(data).to.be.ok
|
|
305
|
+
} catch(error) {
|
|
306
|
+
expect(error.requestId).to.be.ok
|
|
307
|
+
expect(error.code).to.be.ok
|
|
308
|
+
}
|
|
309
|
+
})
|
|
310
|
+
|
|
311
|
+
it("ssl.v20191205.DeployCertificateRecordRollback", async function () {
|
|
312
|
+
try {
|
|
313
|
+
const data = await client.DeployCertificateRecordRollback({})
|
|
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
|
+
|
|
211
321
|
it("ssl.v20191205.HostCertificate", async function () {
|
|
212
322
|
try {
|
|
213
323
|
const data = await client.HostCertificate({})
|
|
@@ -218,6 +328,46 @@ it("ssl.v20191205.HostCertificate", async function () {
|
|
|
218
328
|
}
|
|
219
329
|
})
|
|
220
330
|
|
|
331
|
+
it("ssl.v20191205.DeployCertificateRecordRetry", async function () {
|
|
332
|
+
try {
|
|
333
|
+
const data = await client.DeployCertificateRecordRetry({})
|
|
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("ssl.v20191205.DescribeHostUpdateRecord", async function () {
|
|
342
|
+
try {
|
|
343
|
+
const data = await client.DescribeHostUpdateRecord({})
|
|
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
|
+
|
|
351
|
+
it("ssl.v20191205.DescribeHostDeployRecord", async function () {
|
|
352
|
+
try {
|
|
353
|
+
const data = await client.DescribeHostDeployRecord({})
|
|
354
|
+
expect(data).to.be.ok
|
|
355
|
+
} catch(error) {
|
|
356
|
+
expect(error.requestId).to.be.ok
|
|
357
|
+
expect(error.code).to.be.ok
|
|
358
|
+
}
|
|
359
|
+
})
|
|
360
|
+
|
|
361
|
+
it("ssl.v20191205.UpdateCertificateRecordRetry", async function () {
|
|
362
|
+
try {
|
|
363
|
+
const data = await client.UpdateCertificateRecordRetry({})
|
|
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
|
+
|
|
221
371
|
it("ssl.v20191205.ModifyCertificateProject", async function () {
|
|
222
372
|
try {
|
|
223
373
|
const data = await client.ModifyCertificateProject({})
|
|
@@ -228,9 +378,9 @@ it("ssl.v20191205.ModifyCertificateProject", async function () {
|
|
|
228
378
|
}
|
|
229
379
|
})
|
|
230
380
|
|
|
231
|
-
it("ssl.v20191205.
|
|
381
|
+
it("ssl.v20191205.DescribeCertificate", async function () {
|
|
232
382
|
try {
|
|
233
|
-
const data = await client.
|
|
383
|
+
const data = await client.DescribeCertificate({})
|
|
234
384
|
expect(data).to.be.ok
|
|
235
385
|
} catch(error) {
|
|
236
386
|
expect(error.requestId).to.be.ok
|
|
@@ -258,6 +408,36 @@ it("ssl.v20191205.CreateCertificate", async function () {
|
|
|
258
408
|
}
|
|
259
409
|
})
|
|
260
410
|
|
|
411
|
+
it("ssl.v20191205.UploadConfirmLetter", async function () {
|
|
412
|
+
try {
|
|
413
|
+
const data = await client.UploadConfirmLetter({})
|
|
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
|
+
|
|
421
|
+
it("ssl.v20191205.DescribeHostLighthouseInstanceList", async function () {
|
|
422
|
+
try {
|
|
423
|
+
const data = await client.DescribeHostLighthouseInstanceList({})
|
|
424
|
+
expect(data).to.be.ok
|
|
425
|
+
} catch(error) {
|
|
426
|
+
expect(error.requestId).to.be.ok
|
|
427
|
+
expect(error.code).to.be.ok
|
|
428
|
+
}
|
|
429
|
+
})
|
|
430
|
+
|
|
431
|
+
it("ssl.v20191205.DescribeHostUpdateRecordDetail", async function () {
|
|
432
|
+
try {
|
|
433
|
+
const data = await client.DescribeHostUpdateRecordDetail({})
|
|
434
|
+
expect(data).to.be.ok
|
|
435
|
+
} catch(error) {
|
|
436
|
+
expect(error.requestId).to.be.ok
|
|
437
|
+
expect(error.code).to.be.ok
|
|
438
|
+
}
|
|
439
|
+
})
|
|
440
|
+
|
|
261
441
|
it("ssl.v20191205.CommitCertificateInformation", async function () {
|
|
262
442
|
try {
|
|
263
443
|
const data = await client.CommitCertificateInformation({})
|
|
@@ -278,6 +458,36 @@ it("ssl.v20191205.DescribeCertificateOperateLogs", async function () {
|
|
|
278
458
|
}
|
|
279
459
|
})
|
|
280
460
|
|
|
461
|
+
it("ssl.v20191205.DescribeHostApiGatewayInstanceList", async function () {
|
|
462
|
+
try {
|
|
463
|
+
const data = await client.DescribeHostApiGatewayInstanceList({})
|
|
464
|
+
expect(data).to.be.ok
|
|
465
|
+
} catch(error) {
|
|
466
|
+
expect(error.requestId).to.be.ok
|
|
467
|
+
expect(error.code).to.be.ok
|
|
468
|
+
}
|
|
469
|
+
})
|
|
470
|
+
|
|
471
|
+
it("ssl.v20191205.UpdateCertificateRecordRollback", async function () {
|
|
472
|
+
try {
|
|
473
|
+
const data = await client.UpdateCertificateRecordRollback({})
|
|
474
|
+
expect(data).to.be.ok
|
|
475
|
+
} catch(error) {
|
|
476
|
+
expect(error.requestId).to.be.ok
|
|
477
|
+
expect(error.code).to.be.ok
|
|
478
|
+
}
|
|
479
|
+
})
|
|
480
|
+
|
|
481
|
+
it("ssl.v20191205.ModifyCertificatesExpiringNotificationSwitch", async function () {
|
|
482
|
+
try {
|
|
483
|
+
const data = await client.ModifyCertificatesExpiringNotificationSwitch({})
|
|
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
|
+
|
|
281
491
|
it("ssl.v20191205.ReplaceCertificate", async function () {
|
|
282
492
|
try {
|
|
283
493
|
const data = await client.ReplaceCertificate({})
|
|
@@ -608,9 +608,9 @@ it("tsf.v20180326.UpdateApiTimeouts", async function () {
|
|
|
608
608
|
}
|
|
609
609
|
})
|
|
610
610
|
|
|
611
|
-
it("tsf.v20180326.
|
|
611
|
+
it("tsf.v20180326.CreateUnitNamespaces", async function () {
|
|
612
612
|
try {
|
|
613
|
-
const data = await client.
|
|
613
|
+
const data = await client.CreateUnitNamespaces({})
|
|
614
614
|
expect(data).to.be.ok
|
|
615
615
|
} catch(error) {
|
|
616
616
|
expect(error.requestId).to.be.ok
|
|
@@ -1718,6 +1718,16 @@ it("tsf.v20180326.DescribeJvmMonitor", async function () {
|
|
|
1718
1718
|
}
|
|
1719
1719
|
})
|
|
1720
1720
|
|
|
1721
|
+
it("tsf.v20180326.DescribeFlowLastBatchState", async function () {
|
|
1722
|
+
try {
|
|
1723
|
+
const data = await client.DescribeFlowLastBatchState({})
|
|
1724
|
+
expect(data).to.be.ok
|
|
1725
|
+
} catch(error) {
|
|
1726
|
+
expect(error.requestId).to.be.ok
|
|
1727
|
+
expect(error.code).to.be.ok
|
|
1728
|
+
}
|
|
1729
|
+
})
|
|
1730
|
+
|
|
1721
1731
|
it("tsf.v20180326.ReleaseConfigWithDetailResp", async function () {
|
|
1722
1732
|
try {
|
|
1723
1733
|
const data = await client.ReleaseConfigWithDetailResp({})
|