tencentcloud-sdk-nodejs 4.0.908 → 4.0.910
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 +241 -0
- package/SERVICE_CHANGELOG.md +423 -230
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +5 -5
- package/src/services/cbs/v20170312/cbs_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +31 -7
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +356 -77
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +1846 -489
- package/src/services/cfs/v20190719/cfs_client.ts +2 -2
- package/src/services/cfs/v20190719/cfs_models.ts +25 -7
- package/src/services/csip/v20221121/csip_models.ts +8 -0
- package/src/services/emr/v20190103/emr_models.ts +9 -1
- package/src/services/ess/v20201111/ess_client.ts +25 -7
- package/src/services/ess/v20201111/ess_models.ts +3 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +15 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +3 -1
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +9 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +300 -276
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +3804 -3686
- package/src/services/lcic/v20220817/lcic_models.ts +8 -0
- package/src/services/monitor/v20180724/monitor_models.ts +14 -13
- package/src/services/mps/v20190612/mps_models.ts +11 -0
- package/src/services/organization/v20210331/organization_client.ts +13 -0
- package/src/services/organization/v20210331/organization_models.ts +110 -0
- package/src/services/rce/v20201103/rce_client.ts +142 -9
- package/src/services/rce/v20201103/rce_models.ts +1027 -216
- package/src/services/redis/v20180412/redis_client.ts +34 -8
- package/src/services/redis/v20180412/redis_models.ts +192 -9
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +14 -2
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +38 -18
- package/src/services/tmt/v20180321/tmt_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +8 -3
- package/src/services/tse/v20201207/tse_models.ts +5 -0
- package/src/services/tsi/v20210325/tsi_client.ts +13 -2
- package/src/services/tsi/v20210325/tsi_models.ts +24 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +5 -5
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +31 -7
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +107 -19
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +159 -27
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +1754 -456
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +2 -2
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +2 -2
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +25 -7
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +8 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +9 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +23 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +23 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +9 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +11 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +15 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +3732 -3618
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +14 -13
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +11 -0
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +107 -0
- package/tencentcloud/services/rce/v20201103/rce_client.d.ts +37 -1
- package/tencentcloud/services/rce/v20201103/rce_client.js +54 -0
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +983 -215
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +11 -3
- package/tencentcloud/services/redis/v20180412/redis_client.js +15 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +186 -9
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +5 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +35 -17
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -3
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +5 -0
- package/tencentcloud/services/tsi/v20210325/tsi_client.d.ts +12 -1
- package/tencentcloud/services/tsi/v20210325/tsi_client.js +12 -1
- package/tencentcloud/services/tsi/v20210325/tsi_models.d.ts +24 -4
- package/test/cdwdoris.v20211228.test.js +238 -18
- package/test/iotexplorer.v20190423.test.js +22 -2
- package/test/organization.v20210331.test.js +10 -0
- package/test/rce.v20201103.test.js +90 -0
- package/test/redis.v20180412.test.js +22 -2
- package/test/sqlserver.v20180328.test.js +10 -0
|
@@ -79,11 +79,21 @@ export interface TongChuanRecognizeRequest {
|
|
|
79
79
|
*/
|
|
80
80
|
SessionUuid: string;
|
|
81
81
|
/**
|
|
82
|
-
*
|
|
82
|
+
* 源语言,支持:
|
|
83
|
+
zh:中文
|
|
84
|
+
en:英语
|
|
85
|
+
ja:日语
|
|
86
|
+
ko:韩语
|
|
87
|
+
yue:粤语
|
|
83
88
|
*/
|
|
84
89
|
Source: string;
|
|
85
90
|
/**
|
|
86
|
-
*
|
|
91
|
+
* 目标语言,各源语言的目标语言支持列表如下
|
|
92
|
+
<li>zh(中文):en(英语)、ja(日语)、ko(韩语)、yue(粤语)</li>
|
|
93
|
+
<li>en(英语):zh(中文)</li>
|
|
94
|
+
<li>ja(日语):zh(中文)</li>
|
|
95
|
+
<li>ko(韩语):zh(中文)</li>
|
|
96
|
+
<li>yue(粤语):zh(中文)</li>
|
|
87
97
|
*/
|
|
88
98
|
Target: string;
|
|
89
99
|
/**
|
|
@@ -133,11 +143,21 @@ export interface TongChuanSyncRequest {
|
|
|
133
143
|
*/
|
|
134
144
|
SessionUuid: string;
|
|
135
145
|
/**
|
|
136
|
-
*
|
|
146
|
+
* 源语言,支持:
|
|
147
|
+
zh:中文
|
|
148
|
+
en:英语
|
|
149
|
+
ja:日语
|
|
150
|
+
ko:韩语
|
|
151
|
+
yue:粤语
|
|
137
152
|
*/
|
|
138
153
|
Source: string;
|
|
139
154
|
/**
|
|
140
|
-
*
|
|
155
|
+
* 目标语言,各源语言的目标语言支持列表如下
|
|
156
|
+
<li>zh(中文):en(英语)、ja(日语)、ko(韩语)、yue(粤语)</li>
|
|
157
|
+
<li>en(英语):zh(中文)</li>
|
|
158
|
+
<li>ja(日语):zh(中文)</li>
|
|
159
|
+
<li>ko(韩语):zh(中文)</li>
|
|
160
|
+
<li>yue(粤语):zh(中文)</li>
|
|
141
161
|
*/
|
|
142
162
|
Target: string;
|
|
143
163
|
/**
|
|
@@ -18,6 +18,46 @@ const client = new tencentcloud.cdwdoris.v20211228.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("cdwdoris.v20211228.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("cdwdoris.v20211228.CreateBackUpSchedule", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.CreateBackUpSchedule({})
|
|
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("cdwdoris.v20211228.DescribeFrontEnd", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeFrontEnd({})
|
|
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("cdwdoris.v20211228.DescribeBackUpSchedules", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeBackUpSchedules({})
|
|
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("cdwdoris.v20211228.DescribeBackUpJob", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DescribeBackUpJob({})
|
|
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
|
+
|
|
21
61
|
it("cdwdoris.v20211228.DestroyInstance", async function () {
|
|
22
62
|
try {
|
|
23
63
|
const data = await client.DestroyInstance({})
|
|
@@ -28,9 +68,19 @@ it("cdwdoris.v20211228.DestroyInstance", async function () {
|
|
|
28
68
|
}
|
|
29
69
|
})
|
|
30
70
|
|
|
31
|
-
it("cdwdoris.v20211228.
|
|
71
|
+
it("cdwdoris.v20211228.DescribeDorisMetricFiles", async function () {
|
|
32
72
|
try {
|
|
33
|
-
const data = await client.
|
|
73
|
+
const data = await client.DescribeDorisMetricFiles({})
|
|
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
|
+
|
|
81
|
+
it("cdwdoris.v20211228.DescribeDatabaseAuditRecords", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.DescribeDatabaseAuditRecords({})
|
|
34
84
|
expect(data).to.be.ok
|
|
35
85
|
} catch(error) {
|
|
36
86
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +148,9 @@ it("cdwdoris.v20211228.DescribeUserBindWorkloadGroup", async function () {
|
|
|
98
148
|
}
|
|
99
149
|
})
|
|
100
150
|
|
|
101
|
-
it("cdwdoris.v20211228.
|
|
151
|
+
it("cdwdoris.v20211228.DescribeBackUpTables", async function () {
|
|
102
152
|
try {
|
|
103
|
-
const data = await client.
|
|
153
|
+
const data = await client.DescribeBackUpTables({})
|
|
104
154
|
expect(data).to.be.ok
|
|
105
155
|
} catch(error) {
|
|
106
156
|
expect(error.requestId).to.be.ok
|
|
@@ -118,9 +168,19 @@ it("cdwdoris.v20211228.DescribeRegionZone", async function () {
|
|
|
118
168
|
}
|
|
119
169
|
})
|
|
120
170
|
|
|
121
|
-
it("cdwdoris.v20211228.
|
|
171
|
+
it("cdwdoris.v20211228.ModifyNodeStatus", async function () {
|
|
122
172
|
try {
|
|
123
|
-
const data = await client.
|
|
173
|
+
const data = await client.ModifyNodeStatus({})
|
|
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
|
+
it("cdwdoris.v20211228.DescribeClusterConfigsHistory", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.DescribeClusterConfigsHistory({})
|
|
124
184
|
expect(data).to.be.ok
|
|
125
185
|
} catch(error) {
|
|
126
186
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +218,9 @@ it("cdwdoris.v20211228.ModifyUserBindWorkloadGroup", async function () {
|
|
|
158
218
|
}
|
|
159
219
|
})
|
|
160
220
|
|
|
161
|
-
it("cdwdoris.v20211228.
|
|
221
|
+
it("cdwdoris.v20211228.DeleteBackUpData", async function () {
|
|
162
222
|
try {
|
|
163
|
-
const data = await client.
|
|
223
|
+
const data = await client.DeleteBackUpData({})
|
|
164
224
|
expect(data).to.be.ok
|
|
165
225
|
} catch(error) {
|
|
166
226
|
expect(error.requestId).to.be.ok
|
|
@@ -178,6 +238,16 @@ it("cdwdoris.v20211228.DescribeInstances", async function () {
|
|
|
178
238
|
}
|
|
179
239
|
})
|
|
180
240
|
|
|
241
|
+
it("cdwdoris.v20211228.ModifyWorkloadGroup", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.ModifyWorkloadGroup({})
|
|
244
|
+
expect(data).to.be.ok
|
|
245
|
+
} catch(error) {
|
|
246
|
+
expect(error.requestId).to.be.ok
|
|
247
|
+
expect(error.code).to.be.ok
|
|
248
|
+
}
|
|
249
|
+
})
|
|
250
|
+
|
|
181
251
|
it("cdwdoris.v20211228.DescribeInstanceState", async function () {
|
|
182
252
|
try {
|
|
183
253
|
const data = await client.DescribeInstanceState({})
|
|
@@ -208,9 +278,29 @@ it("cdwdoris.v20211228.DeleteWorkloadGroup", async function () {
|
|
|
208
278
|
}
|
|
209
279
|
})
|
|
210
280
|
|
|
211
|
-
it("cdwdoris.v20211228.
|
|
281
|
+
it("cdwdoris.v20211228.OpenBackUp", async function () {
|
|
212
282
|
try {
|
|
213
|
-
const data = await client.
|
|
283
|
+
const data = await client.OpenBackUp({})
|
|
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
|
+
|
|
291
|
+
it("cdwdoris.v20211228.DescribeDmsSqlHistory", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.DescribeDmsSqlHistory({})
|
|
294
|
+
expect(data).to.be.ok
|
|
295
|
+
} catch(error) {
|
|
296
|
+
expect(error.requestId).to.be.ok
|
|
297
|
+
expect(error.code).to.be.ok
|
|
298
|
+
}
|
|
299
|
+
})
|
|
300
|
+
|
|
301
|
+
it("cdwdoris.v20211228.DescribeReplicaVersion", async function () {
|
|
302
|
+
try {
|
|
303
|
+
const data = await client.DescribeReplicaVersion({})
|
|
214
304
|
expect(data).to.be.ok
|
|
215
305
|
} catch(error) {
|
|
216
306
|
expect(error.requestId).to.be.ok
|
|
@@ -228,6 +318,26 @@ it("cdwdoris.v20211228.DescribeFederationToken", async function () {
|
|
|
228
318
|
}
|
|
229
319
|
})
|
|
230
320
|
|
|
321
|
+
it("cdwdoris.v20211228.ModifySecurityGroups", async function () {
|
|
322
|
+
try {
|
|
323
|
+
const data = await client.ModifySecurityGroups({})
|
|
324
|
+
expect(data).to.be.ok
|
|
325
|
+
} catch(error) {
|
|
326
|
+
expect(error.requestId).to.be.ok
|
|
327
|
+
expect(error.code).to.be.ok
|
|
328
|
+
}
|
|
329
|
+
})
|
|
330
|
+
|
|
331
|
+
it("cdwdoris.v20211228.RecoverBackUpJob", async function () {
|
|
332
|
+
try {
|
|
333
|
+
const data = await client.RecoverBackUpJob({})
|
|
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
|
+
|
|
231
341
|
it("cdwdoris.v20211228.ReduceInstance", async function () {
|
|
232
342
|
try {
|
|
233
343
|
const data = await client.ReduceInstance({})
|
|
@@ -248,6 +358,16 @@ it("cdwdoris.v20211228.ModifyUserPrivilegesV3", async function () {
|
|
|
248
358
|
}
|
|
249
359
|
})
|
|
250
360
|
|
|
361
|
+
it("cdwdoris.v20211228.DescribeInstanceOperations", async function () {
|
|
362
|
+
try {
|
|
363
|
+
const data = await client.DescribeInstanceOperations({})
|
|
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
|
+
|
|
251
371
|
it("cdwdoris.v20211228.FitClsLog", async function () {
|
|
252
372
|
try {
|
|
253
373
|
const data = await client.FitClsLog({})
|
|
@@ -258,9 +378,19 @@ it("cdwdoris.v20211228.FitClsLog", async function () {
|
|
|
258
378
|
}
|
|
259
379
|
})
|
|
260
380
|
|
|
261
|
-
it("cdwdoris.v20211228.
|
|
381
|
+
it("cdwdoris.v20211228.DescribeSqlApis", async function () {
|
|
262
382
|
try {
|
|
263
|
-
const data = await client.
|
|
383
|
+
const data = await client.DescribeSqlApis({})
|
|
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
|
+
|
|
391
|
+
it("cdwdoris.v20211228.DescribeBackUpTaskDetail", async function () {
|
|
392
|
+
try {
|
|
393
|
+
const data = await client.DescribeBackUpTaskDetail({})
|
|
264
394
|
expect(data).to.be.ok
|
|
265
395
|
} catch(error) {
|
|
266
396
|
expect(error.requestId).to.be.ok
|
|
@@ -288,9 +418,9 @@ it("cdwdoris.v20211228.CreateInstanceNew", async function () {
|
|
|
288
418
|
}
|
|
289
419
|
})
|
|
290
420
|
|
|
291
|
-
it("cdwdoris.v20211228.
|
|
421
|
+
it("cdwdoris.v20211228.DescribeGoodsDetail", async function () {
|
|
292
422
|
try {
|
|
293
|
-
const data = await client.
|
|
423
|
+
const data = await client.DescribeGoodsDetail({})
|
|
294
424
|
expect(data).to.be.ok
|
|
295
425
|
} catch(error) {
|
|
296
426
|
expect(error.requestId).to.be.ok
|
|
@@ -298,9 +428,89 @@ it("cdwdoris.v20211228.DescribeInstanceNodes", async function () {
|
|
|
298
428
|
}
|
|
299
429
|
})
|
|
300
430
|
|
|
301
|
-
it("cdwdoris.v20211228.
|
|
431
|
+
it("cdwdoris.v20211228.DescribeDatabaseAuditResource", async function () {
|
|
302
432
|
try {
|
|
303
|
-
const data = await client.
|
|
433
|
+
const data = await client.DescribeDatabaseAuditResource({})
|
|
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
|
+
|
|
441
|
+
it("cdwdoris.v20211228.CancelBackupJob", async function () {
|
|
442
|
+
try {
|
|
443
|
+
const data = await client.CancelBackupJob({})
|
|
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
|
+
|
|
451
|
+
it("cdwdoris.v20211228.ScaleUpInstance", async function () {
|
|
452
|
+
try {
|
|
453
|
+
const data = await client.ScaleUpInstance({})
|
|
454
|
+
expect(data).to.be.ok
|
|
455
|
+
} catch(error) {
|
|
456
|
+
expect(error.requestId).to.be.ok
|
|
457
|
+
expect(error.code).to.be.ok
|
|
458
|
+
}
|
|
459
|
+
})
|
|
460
|
+
|
|
461
|
+
it("cdwdoris.v20211228.ScaleOutInstance", async function () {
|
|
462
|
+
try {
|
|
463
|
+
const data = await client.ScaleOutInstance({})
|
|
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("cdwdoris.v20211228.DescribeBackUpJobDetail", async function () {
|
|
472
|
+
try {
|
|
473
|
+
const data = await client.DescribeBackUpJobDetail({})
|
|
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("cdwdoris.v20211228.DescribeInstanceNodesRole", async function () {
|
|
482
|
+
try {
|
|
483
|
+
const data = await client.DescribeInstanceNodesRole({})
|
|
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
|
+
|
|
491
|
+
it("cdwdoris.v20211228.RestartClusterForConfigs", async function () {
|
|
492
|
+
try {
|
|
493
|
+
const data = await client.RestartClusterForConfigs({})
|
|
494
|
+
expect(data).to.be.ok
|
|
495
|
+
} catch(error) {
|
|
496
|
+
expect(error.requestId).to.be.ok
|
|
497
|
+
expect(error.code).to.be.ok
|
|
498
|
+
}
|
|
499
|
+
})
|
|
500
|
+
|
|
501
|
+
it("cdwdoris.v20211228.DescribeSpec", async function () {
|
|
502
|
+
try {
|
|
503
|
+
const data = await client.DescribeSpec({})
|
|
504
|
+
expect(data).to.be.ok
|
|
505
|
+
} catch(error) {
|
|
506
|
+
expect(error.requestId).to.be.ok
|
|
507
|
+
expect(error.code).to.be.ok
|
|
508
|
+
}
|
|
509
|
+
})
|
|
510
|
+
|
|
511
|
+
it("cdwdoris.v20211228.DescribeAreaRegion", async function () {
|
|
512
|
+
try {
|
|
513
|
+
const data = await client.DescribeAreaRegion({})
|
|
304
514
|
expect(data).to.be.ok
|
|
305
515
|
} catch(error) {
|
|
306
516
|
expect(error.requestId).to.be.ok
|
|
@@ -318,6 +528,16 @@ it("cdwdoris.v20211228.ResizeDisk", async function () {
|
|
|
318
528
|
}
|
|
319
529
|
})
|
|
320
530
|
|
|
531
|
+
it("cdwdoris.v20211228.DescribeInstancesHealthState", async function () {
|
|
532
|
+
try {
|
|
533
|
+
const data = await client.DescribeInstancesHealthState({})
|
|
534
|
+
expect(data).to.be.ok
|
|
535
|
+
} catch(error) {
|
|
536
|
+
expect(error.requestId).to.be.ok
|
|
537
|
+
expect(error.code).to.be.ok
|
|
538
|
+
}
|
|
539
|
+
})
|
|
540
|
+
|
|
321
541
|
it("cdwdoris.v20211228.RestartClusterForNode", async function () {
|
|
322
542
|
try {
|
|
323
543
|
const data = await client.RestartClusterForNode({})
|
|
@@ -338,9 +558,9 @@ it("cdwdoris.v20211228.DescribeSlowQueryRecordsDownload", async function () {
|
|
|
338
558
|
}
|
|
339
559
|
})
|
|
340
560
|
|
|
341
|
-
it("cdwdoris.v20211228.
|
|
561
|
+
it("cdwdoris.v20211228.DescribeInstanceNodes", async function () {
|
|
342
562
|
try {
|
|
343
|
-
const data = await client.
|
|
563
|
+
const data = await client.DescribeInstanceNodes({})
|
|
344
564
|
expect(data).to.be.ok
|
|
345
565
|
} catch(error) {
|
|
346
566
|
expect(error.requestId).to.be.ok
|
|
@@ -78,9 +78,9 @@ it("iotexplorer.v20190423.DescribeTopicPolicy", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
-
it("iotexplorer.v20190423.
|
|
81
|
+
it("iotexplorer.v20190423.CreateCloudStorageAIService", async function () {
|
|
82
82
|
try {
|
|
83
|
-
const data = await client.
|
|
83
|
+
const data = await client.CreateCloudStorageAIService({})
|
|
84
84
|
expect(data).to.be.ok
|
|
85
85
|
} catch(error) {
|
|
86
86
|
expect(error.requestId).to.be.ok
|
|
@@ -588,6 +588,16 @@ it("iotexplorer.v20190423.DescribeCloudStorageThumbnail", async function () {
|
|
|
588
588
|
}
|
|
589
589
|
})
|
|
590
590
|
|
|
591
|
+
it("iotexplorer.v20190423.ResetCloudStorageAIService", async function () {
|
|
592
|
+
try {
|
|
593
|
+
const data = await client.ResetCloudStorageAIService({})
|
|
594
|
+
expect(data).to.be.ok
|
|
595
|
+
} catch(error) {
|
|
596
|
+
expect(error.requestId).to.be.ok
|
|
597
|
+
expect(error.code).to.be.ok
|
|
598
|
+
}
|
|
599
|
+
})
|
|
600
|
+
|
|
591
601
|
it("iotexplorer.v20190423.GetWechatDeviceTicket", async function () {
|
|
592
602
|
try {
|
|
593
603
|
const data = await client.GetWechatDeviceTicket({})
|
|
@@ -738,6 +748,16 @@ it("iotexplorer.v20190423.CreatePositionFence", async function () {
|
|
|
738
748
|
}
|
|
739
749
|
})
|
|
740
750
|
|
|
751
|
+
it("iotexplorer.v20190423.ModifyProductCloudStorageAIService", async function () {
|
|
752
|
+
try {
|
|
753
|
+
const data = await client.ModifyProductCloudStorageAIService({})
|
|
754
|
+
expect(data).to.be.ok
|
|
755
|
+
} catch(error) {
|
|
756
|
+
expect(error.requestId).to.be.ok
|
|
757
|
+
expect(error.code).to.be.ok
|
|
758
|
+
}
|
|
759
|
+
})
|
|
760
|
+
|
|
741
761
|
it("iotexplorer.v20190423.CreateLoRaGateway", async function () {
|
|
742
762
|
try {
|
|
743
763
|
const data = await client.CreateLoRaGateway({})
|
|
@@ -618,6 +618,16 @@ it("organization.v20210331.CreateOrganizationMemberPolicy", async function () {
|
|
|
618
618
|
}
|
|
619
619
|
})
|
|
620
620
|
|
|
621
|
+
it("organization.v20210331.ListOrganizationService", async function () {
|
|
622
|
+
try {
|
|
623
|
+
const data = await client.ListOrganizationService({})
|
|
624
|
+
expect(data).to.be.ok
|
|
625
|
+
} catch(error) {
|
|
626
|
+
expect(error.requestId).to.be.ok
|
|
627
|
+
expect(error.code).to.be.ok
|
|
628
|
+
}
|
|
629
|
+
})
|
|
630
|
+
|
|
621
631
|
it("organization.v20210331.ListTargetsForPolicy", async function () {
|
|
622
632
|
try {
|
|
623
633
|
const data = await client.ListTargetsForPolicy({})
|
|
@@ -18,6 +18,46 @@ const client = new tencentcloud.rce.v20201103.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("rce.v20201103.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("rce.v20201103.ModifyNameListData", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.ModifyNameListData({})
|
|
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("rce.v20201103.DeleteNameListData", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DeleteNameListData({})
|
|
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("rce.v20201103.DescribeNameListDataList", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeNameListDataList({})
|
|
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("rce.v20201103.DescribeNameListDetail", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DescribeNameListDetail({})
|
|
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
|
+
|
|
21
61
|
it("rce.v20201103.ManageMarketingRisk", async function () {
|
|
22
62
|
try {
|
|
23
63
|
const data = await client.ManageMarketingRisk({})
|
|
@@ -28,4 +68,54 @@ it("rce.v20201103.ManageMarketingRisk", async function () {
|
|
|
28
68
|
}
|
|
29
69
|
})
|
|
30
70
|
|
|
71
|
+
it("rce.v20201103.ModifyNameList", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.ModifyNameList({})
|
|
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
|
+
|
|
81
|
+
it("rce.v20201103.CreateNameList", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.CreateNameList({})
|
|
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("rce.v20201103.DeleteNameList", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DeleteNameList({})
|
|
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("rce.v20201103.ImportNameListData", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.ImportNameListData({})
|
|
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
|
+
|
|
111
|
+
it("rce.v20201103.DescribeNameList", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.DescribeNameList({})
|
|
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
|
+
|
|
31
121
|
})
|
|
@@ -748,6 +748,16 @@ it("redis.v20180412.DescribeInstanceMonitorBigKey", async function () {
|
|
|
748
748
|
}
|
|
749
749
|
})
|
|
750
750
|
|
|
751
|
+
it("redis.v20180412.DescribeRedisClusters", async function () {
|
|
752
|
+
try {
|
|
753
|
+
const data = await client.DescribeRedisClusters({})
|
|
754
|
+
expect(data).to.be.ok
|
|
755
|
+
} catch(error) {
|
|
756
|
+
expect(error.requestId).to.be.ok
|
|
757
|
+
expect(error.code).to.be.ok
|
|
758
|
+
}
|
|
759
|
+
})
|
|
760
|
+
|
|
751
761
|
it("redis.v20180412.KillMasterGroup", async function () {
|
|
752
762
|
try {
|
|
753
763
|
const data = await client.KillMasterGroup({})
|
|
@@ -818,6 +828,16 @@ it("redis.v20180412.SwitchInstanceVip", async function () {
|
|
|
818
828
|
}
|
|
819
829
|
})
|
|
820
830
|
|
|
831
|
+
it("redis.v20180412.DescribeDBSecurityGroups", async function () {
|
|
832
|
+
try {
|
|
833
|
+
const data = await client.DescribeDBSecurityGroups({})
|
|
834
|
+
expect(data).to.be.ok
|
|
835
|
+
} catch(error) {
|
|
836
|
+
expect(error.requestId).to.be.ok
|
|
837
|
+
expect(error.code).to.be.ok
|
|
838
|
+
}
|
|
839
|
+
})
|
|
840
|
+
|
|
821
841
|
it("redis.v20180412.DescribeReplicationGroup", async function () {
|
|
822
842
|
try {
|
|
823
843
|
const data = await client.DescribeReplicationGroup({})
|
|
@@ -978,9 +998,9 @@ it("redis.v20180412.UpgradeInstance", async function () {
|
|
|
978
998
|
}
|
|
979
999
|
})
|
|
980
1000
|
|
|
981
|
-
it("redis.v20180412.
|
|
1001
|
+
it("redis.v20180412.DescribeRedisClusterOverview", async function () {
|
|
982
1002
|
try {
|
|
983
|
-
const data = await client.
|
|
1003
|
+
const data = await client.DescribeRedisClusterOverview({})
|
|
984
1004
|
expect(data).to.be.ok
|
|
985
1005
|
} catch(error) {
|
|
986
1006
|
expect(error.requestId).to.be.ok
|
|
@@ -268,6 +268,16 @@ it("sqlserver.v20180328.DescribeDatabases", async function () {
|
|
|
268
268
|
}
|
|
269
269
|
})
|
|
270
270
|
|
|
271
|
+
it("sqlserver.v20180328.CutXEvents", async function () {
|
|
272
|
+
try {
|
|
273
|
+
const data = await client.CutXEvents({})
|
|
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
|
+
|
|
271
281
|
it("sqlserver.v20180328.DescribeReadOnlyGroupList", async function () {
|
|
272
282
|
try {
|
|
273
283
|
const data = await client.DescribeReadOnlyGroupList({})
|