tencentcloud-sdk-nodejs 4.0.1009 → 4.0.1011
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 +332 -0
- package/SERVICE_CHANGELOG.md +298 -431
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +52 -19
- package/src/services/aiart/v20221229/aiart_models.ts +145 -32
- package/src/services/batch/v20170312/batch_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +10 -0
- package/src/services/cmq/v20190304/cmq_client.ts +6 -208
- package/src/services/cmq/v20190304/cmq_models.ts +89 -710
- package/src/services/config/v20220802/config_client.ts +54 -29
- package/src/services/config/v20220802/config_models.ts +410 -218
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/dc/v20180410/dc_client.ts +1 -1
- package/src/services/dc/v20180410/dc_models.ts +16 -25
- package/src/services/ecm/v20190719/ecm_models.ts +13 -22
- package/src/services/es/v20180416/es_models.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +25 -4
- package/src/services/ess/v20201111/ess_models.ts +4 -24
- package/src/services/essbasic/v20210526/essbasic_models.ts +4 -9
- package/src/services/hai/v20230812/hai_client.ts +17 -4
- package/src/services/hai/v20230812/hai_models.ts +136 -47
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +70 -14
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +286 -12
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +13 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +41 -0
- package/src/services/lkeap/v20240522/lkeap_client.ts +1 -1
- package/src/services/lkeap/v20240522/lkeap_models.ts +27 -8
- package/src/services/mna/v20210119/mna_models.ts +0 -11
- package/src/services/redis/v20180412/redis_models.ts +97 -95
- package/src/services/sms/v20190711/sms_models.ts +23 -0
- package/src/services/sms/v20210111/sms_models.ts +23 -0
- package/src/services/tcb/v20180608/tcb_client.ts +2 -3
- package/src/services/tcb/v20180608/tcb_models.ts +3 -45
- package/src/services/tcr/v20190924/tcr_models.ts +3 -3
- package/src/services/tke/v20220501/tke_models.ts +1 -1
- package/src/services/trro/v20220325/trro_models.ts +4 -29
- package/src/services/trtc/v20190722/trtc_models.ts +54 -54
- package/src/services/tse/v20201207/tse_models.ts +8 -0
- package/src/services/vpc/v20170312/vpc_models.ts +3 -10
- package/src/services/wedata/v20210820/wedata_models.ts +35 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +29 -12
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +34 -13
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +141 -32
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +10 -0
- package/tencentcloud/services/cmq/v20190304/cmq_client.d.ts +1 -82
- package/tencentcloud/services/cmq/v20190304/cmq_client.js +0 -111
- package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +89 -679
- package/tencentcloud/services/config/v20220802/config_client.d.ts +15 -7
- package/tencentcloud/services/config/v20220802/config_client.js +21 -9
- package/tencentcloud/services/config/v20220802/config_models.d.ts +395 -208
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/dc/v20180410/dc_client.d.ts +1 -1
- package/tencentcloud/services/dc/v20180410/dc_client.js +1 -1
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +16 -25
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +13 -22
- package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +25 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +25 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -24
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -9
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +5 -1
- package/tencentcloud/services/hai/v20230812/hai_client.js +6 -0
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +133 -47
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +21 -5
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +30 -6
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +270 -12
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +38 -0
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +1 -1
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +1 -1
- package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +27 -8
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +0 -11
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +97 -95
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +23 -0
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +23 -0
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +0 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +0 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +3 -45
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +3 -3
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +1 -1
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +4 -29
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +54 -54
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -8
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +35 -0
- package/test/aiart.v20221229.test.js +24 -4
- package/test/cmq.v20190304.test.js +0 -150
- package/test/config.v20220802.test.js +26 -6
- package/test/hai.v20230812.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +44 -4
- package/test/iotvideo.v20211125.test.js +10 -0
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.config.v20220802.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("config.v20220802.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("config.v20220802.
|
|
21
|
+
it("config.v20220802.ListAggregateConfigRules", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.ListAggregateConfigRules({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +38,9 @@ it("config.v20220802.ListDiscoveredResources", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("config.v20220802.
|
|
41
|
+
it("config.v20220802.ListConfigRules", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.ListConfigRules({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +48,9 @@ it("config.v20220802.ListAggregateConfigRules", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("config.v20220802.
|
|
51
|
+
it("config.v20220802.DescribeAggregateDiscoveredResource", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
53
|
+
const data = await client.DescribeAggregateDiscoveredResource({})
|
|
54
54
|
expect(data).to.be.ok
|
|
55
55
|
} catch(error) {
|
|
56
56
|
expect(error.requestId).to.be.ok
|
|
@@ -68,4 +68,24 @@ it("config.v20220802.DescribeDiscoveredResource", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("config.v20220802.ListAggregateDiscoveredResources", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.ListAggregateDiscoveredResources({})
|
|
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("config.v20220802.PutEvaluations", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.PutEvaluations({})
|
|
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
|
+
|
|
71
91
|
})
|
|
@@ -38,6 +38,16 @@ it("hai.v20230812.DescribeApplications", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
+
it("hai.v20230812.DescribeMuskPrompts", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeMuskPrompts({})
|
|
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
|
+
|
|
41
51
|
it("hai.v20230812.DescribeScenes", async function () {
|
|
42
52
|
try {
|
|
43
53
|
const data = await client.DescribeScenes({})
|
|
@@ -168,9 +168,9 @@ it("iotexplorer.v20190423.ListEventHistory", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
-
it("iotexplorer.v20190423.
|
|
171
|
+
it("iotexplorer.v20190423.DescribeStudioProduct", async function () {
|
|
172
172
|
try {
|
|
173
|
-
const data = await client.
|
|
173
|
+
const data = await client.DescribeStudioProduct({})
|
|
174
174
|
expect(data).to.be.ok
|
|
175
175
|
} catch(error) {
|
|
176
176
|
expect(error.requestId).to.be.ok
|
|
@@ -278,6 +278,16 @@ it("iotexplorer.v20190423.DeletePositionSpace", async function () {
|
|
|
278
278
|
}
|
|
279
279
|
})
|
|
280
280
|
|
|
281
|
+
it("iotexplorer.v20190423.DescribeActivateDevice", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.DescribeActivateDevice({})
|
|
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("iotexplorer.v20190423.DescribeBindedProducts", async function () {
|
|
282
292
|
try {
|
|
283
293
|
const data = await client.DescribeBindedProducts({})
|
|
@@ -388,6 +398,16 @@ it("iotexplorer.v20190423.DescribeCloudStorageDate", async function () {
|
|
|
388
398
|
}
|
|
389
399
|
})
|
|
390
400
|
|
|
401
|
+
it("iotexplorer.v20190423.DescribeFreeCloudStorageNum", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.DescribeFreeCloudStorageNum({})
|
|
404
|
+
expect(data).to.be.ok
|
|
405
|
+
} catch(error) {
|
|
406
|
+
expect(error.requestId).to.be.ok
|
|
407
|
+
expect(error.code).to.be.ok
|
|
408
|
+
}
|
|
409
|
+
})
|
|
410
|
+
|
|
391
411
|
it("iotexplorer.v20190423.EnableTopicRule", async function () {
|
|
392
412
|
try {
|
|
393
413
|
const data = await client.EnableTopicRule({})
|
|
@@ -428,6 +448,16 @@ it("iotexplorer.v20190423.TransferCloudStorage", async function () {
|
|
|
428
448
|
}
|
|
429
449
|
})
|
|
430
450
|
|
|
451
|
+
it("iotexplorer.v20190423.DescribeVideoLicense", async function () {
|
|
452
|
+
try {
|
|
453
|
+
const data = await client.DescribeVideoLicense({})
|
|
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
|
+
|
|
431
461
|
it("iotexplorer.v20190423.SearchStudioProduct", async function () {
|
|
432
462
|
try {
|
|
433
463
|
const data = await client.SearchStudioProduct({})
|
|
@@ -858,6 +888,16 @@ it("iotexplorer.v20190423.InvokeCloudStorageAIServiceTask", async function () {
|
|
|
858
888
|
}
|
|
859
889
|
})
|
|
860
890
|
|
|
891
|
+
it("iotexplorer.v20190423.DescribeActivateLicenseService", async function () {
|
|
892
|
+
try {
|
|
893
|
+
const data = await client.DescribeActivateLicenseService({})
|
|
894
|
+
expect(data).to.be.ok
|
|
895
|
+
} catch(error) {
|
|
896
|
+
expect(error.requestId).to.be.ok
|
|
897
|
+
expect(error.code).to.be.ok
|
|
898
|
+
}
|
|
899
|
+
})
|
|
900
|
+
|
|
861
901
|
it("iotexplorer.v20190423.CreateFreeCloudStorage", async function () {
|
|
862
902
|
try {
|
|
863
903
|
const data = await client.CreateFreeCloudStorage({})
|
|
@@ -1268,9 +1308,9 @@ it("iotexplorer.v20190423.ModifyPositionFence", async function () {
|
|
|
1268
1308
|
}
|
|
1269
1309
|
})
|
|
1270
1310
|
|
|
1271
|
-
it("iotexplorer.v20190423.
|
|
1311
|
+
it("iotexplorer.v20190423.DeleteDevice", async function () {
|
|
1272
1312
|
try {
|
|
1273
|
-
const data = await client.
|
|
1313
|
+
const data = await client.DeleteDevice({})
|
|
1274
1314
|
expect(data).to.be.ok
|
|
1275
1315
|
} catch(error) {
|
|
1276
1316
|
expect(error.requestId).to.be.ok
|
|
@@ -318,6 +318,16 @@ it("iotvideo.v20211125.DescribeCloudStorageDate", async function () {
|
|
|
318
318
|
}
|
|
319
319
|
})
|
|
320
320
|
|
|
321
|
+
it("iotvideo.v20211125.DescribeFreeCloudStorageNum", async function () {
|
|
322
|
+
try {
|
|
323
|
+
const data = await client.DescribeFreeCloudStorageNum({})
|
|
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
|
+
|
|
321
331
|
it("iotvideo.v20211125.SetForwardAuth", async function () {
|
|
322
332
|
try {
|
|
323
333
|
const data = await client.SetForwardAuth({})
|