tencentcloud-sdk-nodejs 4.0.666 → 4.0.668

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 (85) hide show
  1. package/CHANGELOG.md +335 -0
  2. package/SERVICE_CHANGELOG.md +342 -61
  3. package/package.json +1 -1
  4. package/products.md +118 -118
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/batch/v20170312/batch_models.ts +8 -4
  7. package/src/services/cam/v20190116/cam_models.ts +11 -11
  8. package/src/services/cdb/v20170320/cdb_client.ts +13 -30
  9. package/src/services/cdb/v20170320/cdb_models.ts +1 -55
  10. package/src/services/cls/v20201016/cls_client.ts +4 -2
  11. package/src/services/cls/v20201016/cls_models.ts +1 -1
  12. package/src/services/cwp/v20180228/cwp_models.ts +5 -3
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -1
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
  15. package/src/services/ecm/v20190719/ecm_models.ts +4 -0
  16. package/src/services/ess/v20201111/ess_client.ts +2 -3
  17. package/src/services/ess/v20201111/ess_models.ts +108 -140
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +55 -27
  20. package/src/services/faceid/v20180301/faceid_client.ts +6 -3
  21. package/src/services/faceid/v20180301/faceid_models.ts +114 -33
  22. package/src/services/iotvideo/v20211125/iotvideo_client.ts +24 -12
  23. package/src/services/iotvideo/v20211125/iotvideo_models.ts +56 -0
  24. package/src/services/lcic/v20220817/lcic_client.ts +15 -3
  25. package/src/services/lcic/v20220817/lcic_models.ts +32 -12
  26. package/src/services/mps/v20190612/mps_client.ts +1 -0
  27. package/src/services/mps/v20190612/mps_models.ts +45 -13
  28. package/src/services/ms/v20180408/ms_client.ts +127 -91
  29. package/src/services/ms/v20180408/ms_models.ts +145 -8
  30. package/src/services/nlp/v20190408/nlp_client.ts +15 -0
  31. package/src/services/nlp/v20190408/nlp_models.ts +117 -0
  32. package/src/services/privatedns/v20201028/privatedns_models.ts +5 -5
  33. package/src/services/redis/v20180412/redis_models.ts +89 -65
  34. package/src/services/ssa/v20180608/ssa_models.ts +2 -2
  35. package/src/services/tione/v20211111/tione_client.ts +1 -1
  36. package/src/services/vpc/v20170312/vpc_models.ts +5 -1
  37. package/src/services/wedata/v20210820/wedata_models.ts +5 -1
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +8 -4
  41. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -11
  42. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -13
  43. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -16
  44. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -52
  45. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -0
  46. package/tencentcloud/services/cls/v20201016/cls_client.js +2 -0
  47. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  48. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -3
  49. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
  50. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
  51. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
  52. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +4 -0
  53. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +0 -1
  54. package/tencentcloud/services/ess/v20201111/ess_client.js +0 -1
  55. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +108 -140
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +54 -27
  59. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
  60. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +111 -33
  61. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +9 -5
  62. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +12 -6
  63. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +54 -0
  64. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  65. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  66. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +30 -12
  67. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +44 -13
  68. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +51 -39
  69. package/tencentcloud/services/ms/v20180408/ms_client.js +72 -54
  70. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +139 -8
  71. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +5 -1
  72. package/tencentcloud/services/nlp/v20190408/nlp_client.js +6 -0
  73. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +112 -0
  74. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +5 -5
  75. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +89 -65
  76. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +2 -2
  77. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -1
  78. package/tencentcloud/services/tione/v20211111/tione_client.js +1 -1
  79. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -1
  80. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -1
  81. package/test/cdb.v20170320.test.js +4 -14
  82. package/test/iotvideo.v20211125.test.js +14 -4
  83. package/test/lcic.v20220817.test.js +10 -0
  84. package/test/ms.v20180408.test.js +66 -36
  85. package/test/nlp.v20190408.test.js +10 -0
@@ -168,16 +168,6 @@ it("cdb.v20170320.DescribeCdbZoneConfig", async function () {
168
168
  }
169
169
  })
170
170
 
171
- it("cdb.v20170320.ModifyDBInstanceSecurityGroups", async function () {
172
- try {
173
- const data = await client.ModifyDBInstanceSecurityGroups({})
174
- expect(data).to.be.ok
175
- } catch(error) {
176
- expect(error.requestId).to.be.ok
177
- expect(error.code).to.be.ok
178
- }
179
- })
180
-
181
171
  it("cdb.v20170320.StopRollback", async function () {
182
172
  try {
183
173
  const data = await client.StopRollback({})
@@ -1248,9 +1238,9 @@ it("cdb.v20170320.DescribeRemoteBackupConfig", async function () {
1248
1238
  }
1249
1239
  })
1250
1240
 
1251
- it("cdb.v20170320.DescribeBackupDatabases", async function () {
1241
+ it("cdb.v20170320.ModifyCdbProxyAddressVipAndVPort", async function () {
1252
1242
  try {
1253
- const data = await client.DescribeBackupDatabases({})
1243
+ const data = await client.ModifyCdbProxyAddressVipAndVPort({})
1254
1244
  expect(data).to.be.ok
1255
1245
  } catch(error) {
1256
1246
  expect(error.requestId).to.be.ok
@@ -1358,9 +1348,9 @@ it("cdb.v20170320.ModifyAuditRule", async function () {
1358
1348
  }
1359
1349
  })
1360
1350
 
1361
- it("cdb.v20170320.ModifyCdbProxyAddressVipAndVPort", async function () {
1351
+ it("cdb.v20170320.ModifyDBInstanceSecurityGroups", async function () {
1362
1352
  try {
1363
- const data = await client.ModifyCdbProxyAddressVipAndVPort({})
1353
+ const data = await client.ModifyDBInstanceSecurityGroups({})
1364
1354
  expect(data).to.be.ok
1365
1355
  } catch(error) {
1366
1356
  expect(error.requestId).to.be.ok
@@ -488,9 +488,9 @@ it("iotvideo.v20211125.DescribeDataForwardList", async function () {
488
488
  }
489
489
  })
490
490
 
491
- it("iotvideo.v20211125.DescribeProductDynamicRegister", async function () {
491
+ it("iotvideo.v20211125.DescribeCloudStorageTime", async function () {
492
492
  try {
493
- const data = await client.DescribeProductDynamicRegister({})
493
+ const data = await client.DescribeCloudStorageTime({})
494
494
  expect(data).to.be.ok
495
495
  } catch(error) {
496
496
  expect(error.requestId).to.be.ok
@@ -668,9 +668,9 @@ it("iotvideo.v20211125.CreateCloudStorage", async function () {
668
668
  }
669
669
  })
670
670
 
671
- it("iotvideo.v20211125.DescribeCloudStorageTime", async function () {
671
+ it("iotvideo.v20211125.DescribeProductDynamicRegister", async function () {
672
672
  try {
673
- const data = await client.DescribeCloudStorageTime({})
673
+ const data = await client.DescribeProductDynamicRegister({})
674
674
  expect(data).to.be.ok
675
675
  } catch(error) {
676
676
  expect(error.requestId).to.be.ok
@@ -798,6 +798,16 @@ it("iotvideo.v20211125.DeleteCloudStorageEvent", async function () {
798
798
  }
799
799
  })
800
800
 
801
+ it("iotvideo.v20211125.DescribeCloudStorageOrder", async function () {
802
+ try {
803
+ const data = await client.DescribeCloudStorageOrder({})
804
+ expect(data).to.be.ok
805
+ } catch(error) {
806
+ expect(error.requestId).to.be.ok
807
+ expect(error.code).to.be.ok
808
+ }
809
+ })
810
+
801
811
  it("iotvideo.v20211125.DescribeBalanceTransactions", async function () {
802
812
  try {
803
813
  const data = await client.DescribeBalanceTransactions({})
@@ -278,6 +278,16 @@ it("lcic.v20220817.GetRoomEvent", async function () {
278
278
  }
279
279
  })
280
280
 
281
+ it("lcic.v20220817.DeleteUser", async function () {
282
+ try {
283
+ const data = await client.DeleteUser({})
284
+ expect(data).to.be.ok
285
+ } catch(error) {
286
+ expect(error.requestId).to.be.ok
287
+ expect(error.code).to.be.ok
288
+ }
289
+ })
290
+
281
291
  it("lcic.v20220817.DescribeRoom", async function () {
282
292
  try {
283
293
  const data = await client.DescribeRoom({})
@@ -18,9 +18,9 @@ const client = new tencentcloud.ms.v20180408.Client({
18
18
  })
19
19
  describe("ms.v20180408.test.js", function () {
20
20
 
21
- it("ms.v20180408.CreateShieldPlanInstance", async function () {
21
+ it("ms.v20180408.RequestLocalTask", async function () {
22
22
  try {
23
- const data = await client.CreateShieldPlanInstance({})
23
+ const data = await client.RequestLocalTask({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("ms.v20180408.CreateShieldPlanInstance", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("ms.v20180408.DeleteShieldInstances", async function () {
31
+ it("ms.v20180408.DescribeResourceInstances", async function () {
32
32
  try {
33
- const data = await client.DeleteShieldInstances({})
33
+ const data = await client.DescribeResourceInstances({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("ms.v20180408.DeleteShieldInstances", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("ms.v20180408.CreateResourceInstances", async function () {
41
+ it("ms.v20180408.DescribeShieldPlanInstance", async function () {
42
42
  try {
43
- const data = await client.CreateResourceInstances({})
43
+ const data = await client.DescribeShieldPlanInstance({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("ms.v20180408.CreateResourceInstances", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("ms.v20180408.CreateBindInstance", async function () {
51
+ it("ms.v20180408.DescribeShieldInstances", async function () {
52
52
  try {
53
- const data = await client.CreateBindInstance({})
53
+ const data = await client.DescribeShieldInstances({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("ms.v20180408.CreateBindInstance", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("ms.v20180408.CreateCosSecKeyInstance", async function () {
61
+ it("ms.v20180408.DescribeUrlDetectionResult", async function () {
62
62
  try {
63
- const data = await client.CreateCosSecKeyInstance({})
63
+ const data = await client.DescribeUrlDetectionResult({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("ms.v20180408.CreateCosSecKeyInstance", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("ms.v20180408.DescribeResourceInstances", async function () {
71
+ it("ms.v20180408.CreateEncryptInstance", async function () {
72
72
  try {
73
- const data = await client.DescribeResourceInstances({})
73
+ const data = await client.CreateEncryptInstance({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("ms.v20180408.DescribeResourceInstances", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("ms.v20180408.DescribeShieldPlanInstance", async function () {
81
+ it("ms.v20180408.DescribeEncryptPlan", async function () {
82
82
  try {
83
- const data = await client.DescribeShieldPlanInstance({})
83
+ const data = await client.DescribeEncryptPlan({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,9 @@ it("ms.v20180408.DescribeShieldPlanInstance", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("ms.v20180408.DescribeShieldResult", async function () {
91
+ it("ms.v20180408.DescribeOrderInstances", async function () {
92
92
  try {
93
- const data = await client.DescribeShieldResult({})
93
+ const data = await client.DescribeOrderInstances({})
94
94
  expect(data).to.be.ok
95
95
  } catch(error) {
96
96
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("ms.v20180408.DescribeShieldResult", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("ms.v20180408.CreateShieldInstance", async function () {
101
+ it("ms.v20180408.UpdateLocalTaskResult", async function () {
102
102
  try {
103
- const data = await client.CreateShieldInstance({})
103
+ const data = await client.UpdateLocalTaskResult({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("ms.v20180408.CreateShieldInstance", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("ms.v20180408.DescribeShieldInstances", async function () {
111
+ it("ms.v20180408.CreateShieldPlanInstance", async function () {
112
112
  try {
113
- const data = await client.DescribeShieldInstances({})
113
+ const data = await client.CreateShieldPlanInstance({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -118,9 +118,9 @@ it("ms.v20180408.DescribeShieldInstances", async function () {
118
118
  }
119
119
  })
120
120
 
121
- it("ms.v20180408.DescribeUrlDetectionResult", async function () {
121
+ it("ms.v20180408.CreateResourceInstances", async function () {
122
122
  try {
123
- const data = await client.DescribeUrlDetectionResult({})
123
+ const data = await client.CreateResourceInstances({})
124
124
  expect(data).to.be.ok
125
125
  } catch(error) {
126
126
  expect(error.requestId).to.be.ok
@@ -128,9 +128,9 @@ it("ms.v20180408.DescribeUrlDetectionResult", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("ms.v20180408.CancelEncryptTask", async function () {
131
+ it("ms.v20180408.CreateBindInstance", async function () {
132
132
  try {
133
- const data = await client.CancelEncryptTask({})
133
+ const data = await client.CreateBindInstance({})
134
134
  expect(data).to.be.ok
135
135
  } catch(error) {
136
136
  expect(error.requestId).to.be.ok
@@ -138,9 +138,9 @@ it("ms.v20180408.CancelEncryptTask", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("ms.v20180408.DescribeUserBaseInfoInstance", async function () {
141
+ it("ms.v20180408.CreateShieldInstance", async function () {
142
142
  try {
143
- const data = await client.DescribeUserBaseInfoInstance({})
143
+ const data = await client.CreateShieldInstance({})
144
144
  expect(data).to.be.ok
145
145
  } catch(error) {
146
146
  expect(error.requestId).to.be.ok
@@ -148,9 +148,9 @@ it("ms.v20180408.DescribeUserBaseInfoInstance", async function () {
148
148
  }
149
149
  })
150
150
 
151
- it("ms.v20180408.DescribeApkDetectionResult", async function () {
151
+ it("ms.v20180408.DeleteShieldInstances", async function () {
152
152
  try {
153
- const data = await client.DescribeApkDetectionResult({})
153
+ const data = await client.DeleteShieldInstances({})
154
154
  expect(data).to.be.ok
155
155
  } catch(error) {
156
156
  expect(error.requestId).to.be.ok
@@ -158,9 +158,9 @@ it("ms.v20180408.DescribeApkDetectionResult", async function () {
158
158
  }
159
159
  })
160
160
 
161
- it("ms.v20180408.DescribeEncryptInstances", async function () {
161
+ it("ms.v20180408.DescribeShieldResult", async function () {
162
162
  try {
163
- const data = await client.DescribeEncryptInstances({})
163
+ const data = await client.DescribeShieldResult({})
164
164
  expect(data).to.be.ok
165
165
  } catch(error) {
166
166
  expect(error.requestId).to.be.ok
@@ -168,9 +168,9 @@ it("ms.v20180408.DescribeEncryptInstances", async function () {
168
168
  }
169
169
  })
170
170
 
171
- it("ms.v20180408.CreateEncryptInstance", async function () {
171
+ it("ms.v20180408.UpdateClientState", async function () {
172
172
  try {
173
- const data = await client.CreateEncryptInstance({})
173
+ const data = await client.UpdateClientState({})
174
174
  expect(data).to.be.ok
175
175
  } catch(error) {
176
176
  expect(error.requestId).to.be.ok
@@ -178,9 +178,9 @@ it("ms.v20180408.CreateEncryptInstance", async function () {
178
178
  }
179
179
  })
180
180
 
181
- it("ms.v20180408.DescribeEncryptPlan", async function () {
181
+ it("ms.v20180408.CreateCosSecKeyInstance", async function () {
182
182
  try {
183
- const data = await client.DescribeEncryptPlan({})
183
+ const data = await client.CreateCosSecKeyInstance({})
184
184
  expect(data).to.be.ok
185
185
  } catch(error) {
186
186
  expect(error.requestId).to.be.ok
@@ -188,9 +188,39 @@ it("ms.v20180408.DescribeEncryptPlan", async function () {
188
188
  }
189
189
  })
190
190
 
191
- it("ms.v20180408.DescribeOrderInstances", async function () {
191
+ it("ms.v20180408.CancelEncryptTask", async function () {
192
192
  try {
193
- const data = await client.DescribeOrderInstances({})
193
+ const data = await client.CancelEncryptTask({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
201
+ it("ms.v20180408.DescribeUserBaseInfoInstance", async function () {
202
+ try {
203
+ const data = await client.DescribeUserBaseInfoInstance({})
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
+
211
+ it("ms.v20180408.DescribeApkDetectionResult", async function () {
212
+ try {
213
+ const data = await client.DescribeApkDetectionResult({})
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
+
221
+ it("ms.v20180408.DescribeEncryptInstances", async function () {
222
+ try {
223
+ const data = await client.DescribeEncryptInstances({})
194
224
  expect(data).to.be.ok
195
225
  } catch(error) {
196
226
  expect(error.requestId).to.be.ok
@@ -138,4 +138,14 @@ 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
+
141
151
  })