tencentcloud-sdk-nodejs 4.0.601 → 4.0.603

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.
Files changed (94) hide show
  1. package/CHANGELOG.md +649 -0
  2. package/SERVICE_CHANGELOG.md +617 -78
  3. package/package.json +1 -1
  4. package/products.md +29 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +38 -6
  7. package/src/services/cbs/v20170312/cbs_models.ts +3 -3
  8. package/src/services/cdb/v20170320/cdb_client.ts +3 -16
  9. package/src/services/cdb/v20170320/cdb_models.ts +4 -69
  10. package/src/services/cdn/v20180606/cdn_models.ts +69 -37
  11. package/src/services/cfw/v20190904/cfw_client.ts +22 -10
  12. package/src/services/cfw/v20190904/cfw_models.ts +69 -0
  13. package/src/services/csip/v20221121/csip_models.ts +14 -2
  14. package/src/services/csxg/index.ts +5 -0
  15. package/src/services/csxg/v20230303/csxg_client.ts +91 -0
  16. package/src/services/csxg/v20230303/csxg_models.ts +91 -0
  17. package/src/services/csxg/v20230303/index.ts +6 -0
  18. package/src/services/dts/v20211206/dts_models.ts +4 -4
  19. package/src/services/ess/v20201111/ess_client.ts +6 -3
  20. package/src/services/ess/v20201111/ess_models.ts +12 -2
  21. package/src/services/essbasic/v20210526/essbasic_client.ts +5 -5
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -1
  23. package/src/services/index.ts +1 -0
  24. package/src/services/lcic/v20220817/lcic_models.ts +3 -3
  25. package/src/services/live/v20180801/live_models.ts +5 -0
  26. package/src/services/monitor/v20180724/monitor_models.ts +30 -9
  27. package/src/services/nlp/v20190408/nlp_models.ts +7 -7
  28. package/src/services/ocr/v20181119/ocr_models.ts +6 -0
  29. package/src/services/organization/v20210331/organization_models.ts +9 -4
  30. package/src/services/sqlserver/v20180328/sqlserver_client.ts +36 -12
  31. package/src/services/sqlserver/v20180328/sqlserver_models.ts +829 -554
  32. package/src/services/ssl/v20191205/ssl_client.ts +354 -79
  33. package/src/services/ssl/v20191205/ssl_models.ts +2986 -1253
  34. package/src/services/tcss/v20201101/tcss_models.ts +963 -172
  35. package/src/services/thpc/v20230321/thpc_models.ts +28 -0
  36. package/src/services/tsf/v20180326/tsf_models.ts +18 -0
  37. package/src/services/vod/v20180717/vod_models.ts +141 -1
  38. package/src/services/vpc/v20170312/vpc_client.ts +3 -3
  39. package/src/services/vpc/v20170312/vpc_models.ts +58 -28
  40. package/src/services/vrs/v20200824/vrs_models.ts +1 -1
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +32 -6
  44. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +3 -3
  45. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +4 -8
  46. package/tencentcloud/services/cdb/v20170320/cdb_client.js +3 -9
  47. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -59
  48. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +63 -31
  49. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +10 -6
  50. package/tencentcloud/services/cfw/v20190904/cfw_client.js +12 -6
  51. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +58 -0
  52. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +12 -2
  53. package/tencentcloud/services/csxg/index.d.ts +6 -0
  54. package/tencentcloud/services/csxg/index.js +7 -0
  55. package/tencentcloud/services/csxg/v20230303/csxg_client.d.ts +30 -0
  56. package/tencentcloud/services/csxg/v20230303/csxg_client.js +61 -0
  57. package/tencentcloud/services/csxg/v20230303/csxg_models.d.ts +65 -0
  58. package/tencentcloud/services/csxg/v20230303/csxg_models.js +18 -0
  59. package/tencentcloud/services/csxg/v20230303/index.d.ts +6 -0
  60. package/tencentcloud/services/csxg/v20230303/index.js +9 -0
  61. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -4
  62. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -2
  63. package/tencentcloud/services/ess/v20201111/ess_client.js +5 -2
  64. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -2
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -5
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +5 -5
  67. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -0
  68. package/tencentcloud/services/index.d.ts +1 -0
  69. package/tencentcloud/services/index.js +2 -0
  70. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +3 -3
  71. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -0
  72. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +26 -9
  73. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +7 -7
  74. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -0
  75. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +8 -4
  76. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +11 -3
  77. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +15 -3
  78. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +622 -398
  79. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +95 -11
  80. package/tencentcloud/services/ssl/v20191205/ssl_client.js +141 -15
  81. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2548 -1081
  82. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +806 -170
  83. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +24 -0
  84. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +15 -0
  85. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +113 -1
  86. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -3
  87. package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -3
  88. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +52 -28
  89. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +1 -1
  90. package/test/cdb.v20170320.test.js +0 -10
  91. package/test/cfw.v20190904.test.js +12 -2
  92. package/test/csxg.v20230303.test.js +71 -0
  93. package/test/sqlserver.v20180328.test.js +22 -2
  94. package/test/ssl.v20191205.test.js +220 -10
@@ -478,9 +478,9 @@ it("sqlserver.v20180328.CreateDB", async function () {
478
478
  }
479
479
  })
480
480
 
481
- it("sqlserver.v20180328.StartBackupMigration", async function () {
481
+ it("sqlserver.v20180328.CreateCloudDBInstances", async function () {
482
482
  try {
483
- const data = await client.StartBackupMigration({})
483
+ const data = await client.CreateCloudDBInstances({})
484
484
  expect(data).to.be.ok
485
485
  } catch(error) {
486
486
  expect(error.requestId).to.be.ok
@@ -678,6 +678,16 @@ it("sqlserver.v20180328.DescribeBusinessIntelligenceFile", async function () {
678
678
  }
679
679
  })
680
680
 
681
+ it("sqlserver.v20180328.StartBackupMigration", async function () {
682
+ try {
683
+ const data = await client.StartBackupMigration({})
684
+ expect(data).to.be.ok
685
+ } catch(error) {
686
+ expect(error.requestId).to.be.ok
687
+ expect(error.code).to.be.ok
688
+ }
689
+ })
690
+
681
691
  it("sqlserver.v20180328.AssociateSecurityGroups", async function () {
682
692
  try {
683
693
  const data = await client.AssociateSecurityGroups({})
@@ -808,6 +818,16 @@ it("sqlserver.v20180328.CreateReadOnlyDBInstances", async function () {
808
818
  }
809
819
  })
810
820
 
821
+ it("sqlserver.v20180328.CreateCloudReadOnlyDBInstances", async function () {
822
+ try {
823
+ const data = await client.CreateCloudReadOnlyDBInstances({})
824
+ expect(data).to.be.ok
825
+ } catch(error) {
826
+ expect(error.requestId).to.be.ok
827
+ expect(error.code).to.be.ok
828
+ }
829
+ })
830
+
811
831
  it("sqlserver.v20180328.CloseInterCommunication", async function () {
812
832
  try {
813
833
  const data = await client.CloseInterCommunication({})
@@ -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.DescribePackages", async function () {
41
+ it("ssl.v20191205.DescribeHostCdnInstanceList", async function () {
32
42
  try {
33
- const data = await client.DescribePackages({})
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.UploadConfirmLetter", async function () {
81
+ it("ssl.v20191205.DescribeHostVodInstanceList", async function () {
62
82
  try {
63
- const data = await client.UploadConfirmLetter({})
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.DescribeCertificate", async function () {
241
+ it("ssl.v20191205.ModifyCertificateAlias", async function () {
162
242
  try {
163
- const data = await client.DescribeCertificate({})
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.ModifyCertificatesExpiringNotificationSwitch", async function () {
271
+ it("ssl.v20191205.DescribeHostLiveInstanceList", async function () {
192
272
  try {
193
- const data = await client.ModifyCertificatesExpiringNotificationSwitch({})
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.ModifyCertificateAlias", async function () {
381
+ it("ssl.v20191205.DescribeCertificate", async function () {
232
382
  try {
233
- const data = await client.ModifyCertificateAlias({})
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({})