tencentcloud-sdk-nodejs 4.0.685 → 4.0.686

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 (77) hide show
  1. package/CHANGELOG.md +445 -0
  2. package/SERVICE_CHANGELOG.md +791 -37
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +1 -1
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
  8. package/src/services/as/v20180419/as_models.ts +4 -0
  9. package/src/services/cdc/v20201214/cdc_client.ts +1 -0
  10. package/src/services/cdc/v20201214/cdc_models.ts +72 -5
  11. package/src/services/cdn/v20180606/cdn_models.ts +2 -2
  12. package/src/services/clb/v20180317/clb_models.ts +1 -1
  13. package/src/services/csip/v20221121/csip_models.ts +5 -0
  14. package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
  15. package/src/services/ess/v20201111/ess_client.ts +32 -14
  16. package/src/services/ess/v20201111/ess_models.ts +98 -38
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -0
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +53 -1
  19. package/src/services/lcic/v20220817/lcic_models.ts +5 -1
  20. package/src/services/monitor/v20180724/monitor_models.ts +2 -2
  21. package/src/services/mrs/v20200910/mrs_client.ts +90 -16
  22. package/src/services/mrs/v20200910/mrs_models.ts +2328 -782
  23. package/src/services/ocr/v20181119/ocr_models.ts +8 -0
  24. package/src/services/ses/v20201002/ses_client.ts +13 -0
  25. package/src/services/ses/v20201002/ses_models.ts +58 -0
  26. package/src/services/ssa/v20180608/ssa_client.ts +14 -0
  27. package/src/services/ssa/v20180608/ssa_models.ts +86 -0
  28. package/src/services/ssl/v20191205/ssl_models.ts +65 -38
  29. package/src/services/trocket/v20230308/trocket_client.ts +129 -18
  30. package/src/services/trocket/v20230308/trocket_models.ts +705 -256
  31. package/src/services/tsf/v20180326/tsf_models.ts +40 -20
  32. package/src/services/vod/v20180717/vod_client.ts +44 -6
  33. package/src/services/vod/v20180717/vod_models.ts +286 -170
  34. package/src/services/vpc/v20170312/vpc_models.ts +16 -0
  35. package/src/services/waf/v20180125/waf_models.ts +28 -1
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
  39. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
  40. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
  41. package/tencentcloud/services/as/v20180419/as_models.d.ts +4 -0
  42. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +71 -5
  43. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -2
  44. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  45. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +5 -0
  46. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
  47. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +28 -11
  48. package/tencentcloud/services/ess/v20201111/ess_client.js +28 -11
  49. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +97 -38
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +52 -1
  51. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -1
  52. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
  53. package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +5 -1
  54. package/tencentcloud/services/mrs/v20200910/mrs_client.js +6 -0
  55. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2272 -790
  56. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
  57. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +5 -1
  58. package/tencentcloud/services/ses/v20201002/ses_client.js +6 -0
  59. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +55 -0
  60. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
  61. package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
  62. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +82 -0
  63. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +65 -38
  64. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +41 -3
  65. package/tencentcloud/services/trocket/v20230308/trocket_client.js +59 -3
  66. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +665 -235
  67. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +40 -20
  68. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +13 -1
  69. package/tencentcloud/services/vod/v20180717/vod_client.js +18 -0
  70. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +278 -170
  71. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +16 -0
  72. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +27 -0
  73. package/test/mrs.v20200910.test.js +10 -0
  74. package/test/ses.v20201002.test.js +10 -0
  75. package/test/ssa.v20180608.test.js +10 -0
  76. package/test/trocket.v20230308.test.js +92 -2
  77. package/test/vod.v20180717.test.js +30 -0
@@ -28,6 +28,16 @@ it("mrs.v20200910.ImageToClass", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("mrs.v20200910.TurnPDFToObject", async function () {
32
+ try {
33
+ const data = await client.TurnPDFToObject({})
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("mrs.v20200910.ImageToObject", async function () {
32
42
  try {
33
43
  const data = await client.ImageToObject({})
@@ -58,6 +58,16 @@ it("ses.v20201002.GetSendEmailStatus", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("ses.v20201002.ListReceiverDetails", async function () {
62
+ try {
63
+ const data = await client.ListReceiverDetails({})
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("ses.v20201002.CreateReceiver", async function () {
62
72
  try {
63
73
  const data = await client.CreateReceiver({})
@@ -208,6 +208,16 @@ it("ssa.v20180608.DescribeSocAlertDetails", async function () {
208
208
  }
209
209
  })
210
210
 
211
+ it("ssa.v20180608.DescribeAlarmStat", async function () {
212
+ try {
213
+ const data = await client.DescribeAlarmStat({})
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
+
211
221
  it("ssa.v20180608.DescribeSocCspmCompliance", async function () {
212
222
  try {
213
223
  const data = await client.DescribeSocCspmCompliance({})
@@ -18,9 +18,49 @@ const client = new tencentcloud.trocket.v20230308.Client({
18
18
  })
19
19
  describe("trocket.v20230308.test.js", function () {
20
20
 
21
- it("trocket.v20230308.DescribeInstanceList", async function () {
21
+ it("trocket.v20230308.DescribeTopicStatsOp", async function () {
22
22
  try {
23
- const data = await client.DescribeInstanceList({})
23
+ const data = await client.DescribeTopicStatsOp({})
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
+
31
+ it("trocket.v20230308.DescribeConsumerGroup", async function () {
32
+ try {
33
+ const data = await client.DescribeConsumerGroup({})
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
+
41
+ it("trocket.v20230308.CreateTopic", async function () {
42
+ try {
43
+ const data = await client.CreateTopic({})
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("trocket.v20230308.DeleteConsumerGroup", async function () {
52
+ try {
53
+ const data = await client.DeleteConsumerGroup({})
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
+
61
+ it("trocket.v20230308.ModifyConsumerGroup", async function () {
62
+ try {
63
+ const data = await client.ModifyConsumerGroup({})
24
64
  expect(data).to.be.ok
25
65
  } catch(error) {
26
66
  expect(error.requestId).to.be.ok
@@ -38,6 +78,36 @@ it("trocket.v20230308.CreateInstance", async function () {
38
78
  }
39
79
  })
40
80
 
81
+ it("trocket.v20230308.DescribeInstanceList", async function () {
82
+ try {
83
+ const data = await client.DescribeInstanceList({})
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("trocket.v20230308.DescribeTopic", async function () {
92
+ try {
93
+ const data = await client.DescribeTopic({})
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
+
101
+ it("trocket.v20230308.ModifyTopic", async function () {
102
+ try {
103
+ const data = await client.ModifyTopic({})
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
+
41
111
  it("trocket.v20230308.DescribeInstance", async function () {
42
112
  try {
43
113
  const data = await client.DescribeInstance({})
@@ -68,6 +138,26 @@ it("trocket.v20230308.DescribeTopicList", async function () {
68
138
  }
69
139
  })
70
140
 
141
+ it("trocket.v20230308.DeleteTopic", async function () {
142
+ try {
143
+ const data = await client.DeleteTopic({})
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
+ it("trocket.v20230308.CreateConsumerGroup", async function () {
152
+ try {
153
+ const data = await client.CreateConsumerGroup({})
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
+
71
161
  it("trocket.v20230308.ModifyInstance", async function () {
72
162
  try {
73
163
  const data = await client.ModifyInstance({})
@@ -478,6 +478,16 @@ it("vod.v20180717.DescribePrepaidProducts", async function () {
478
478
  }
479
479
  })
480
480
 
481
+ it("vod.v20180717.CreateDomainVerifyRecord", async function () {
482
+ try {
483
+ const data = await client.CreateDomainVerifyRecord({})
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
+
481
491
  it("vod.v20180717.DescribeSnapshotByTimeOffsetTemplates", async function () {
482
492
  try {
483
493
  const data = await client.DescribeSnapshotByTimeOffsetTemplates({})
@@ -858,6 +868,16 @@ it("vod.v20180717.ModifyQualityInspectTemplate", async function () {
858
868
  }
859
869
  })
860
870
 
871
+ it("vod.v20180717.VerifyDomainRecord", async function () {
872
+ try {
873
+ const data = await client.VerifyDomainRecord({})
874
+ expect(data).to.be.ok
875
+ } catch(error) {
876
+ expect(error.requestId).to.be.ok
877
+ expect(error.code).to.be.ok
878
+ }
879
+ })
880
+
861
881
  it("vod.v20180717.CreateSuperPlayerConfig", async function () {
862
882
  try {
863
883
  const data = await client.CreateSuperPlayerConfig({})
@@ -938,6 +958,16 @@ it("vod.v20180717.ModifyHeadTailTemplate", async function () {
938
958
  }
939
959
  })
940
960
 
961
+ it("vod.v20180717.VerifyDomainOwnershipForConsole", async function () {
962
+ try {
963
+ const data = await client.VerifyDomainOwnershipForConsole({})
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
+
941
971
  it("vod.v20180717.DeleteImageProcessingTemplate", async function () {
942
972
  try {
943
973
  const data = await client.DeleteImageProcessingTemplate({})