tencentcloud-sdk-nodejs 4.0.263 → 4.0.267
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 +594 -0
- package/SERVICE_CHANGELOG.md +623 -10
- package/package.json +1 -1
- package/products.md +31 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +24 -0
- package/src/services/as/v20180419/as_client.ts +45 -8
- package/src/services/as/v20180419/as_models.ts +357 -237
- package/src/services/cdb/v20170320/cdb_models.ts +10 -0
- package/src/services/cdn/v20180606/cdn_models.ts +25 -2
- package/src/services/clb/v20180317/clb_models.ts +17 -0
- package/src/services/cls/v20201016/cls_client.ts +29 -127
- package/src/services/cls/v20201016/cls_models.ts +166 -669
- package/src/services/eiam/v20210420/eiam_models.ts +53 -6
- package/src/services/es/v20180416/es_models.ts +125 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/facefusion/v20181201/facefusion_models.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +15 -0
- package/src/services/gaap/v20180529/gaap_client.ts +1 -1
- package/src/services/gaap/v20180529/gaap_models.ts +14 -7
- package/src/services/ic/v20190307/ic_models.ts +1 -1
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +831 -391
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +2085 -361
- package/src/services/live/v20180801/live_client.ts +7 -6
- package/src/services/live/v20180801/live_models.ts +28 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +15 -2
- package/src/services/mongodb/v20190725/mongodb_models.ts +72 -22
- package/src/services/monitor/v20180724/monitor_client.ts +15 -2
- package/src/services/monitor/v20180724/monitor_models.ts +115 -49
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/organization/v20210331/organization_client.ts +14 -1
- package/src/services/organization/v20210331/organization_models.ts +124 -2
- package/src/services/rce/v20201103/rce_client.ts +38 -10
- package/src/services/rce/v20201103/rce_models.ts +367 -235
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/ses/v20201002/ses_models.ts +1 -1
- package/src/services/sms/v20210111/sms_client.ts +1 -0
- package/src/services/tdmq/v20200217/tdmq_client.ts +0 -14
- package/src/services/tdmq/v20200217/tdmq_models.ts +0 -129
- package/src/services/tke/v20180525/tke_models.ts +16 -0
- package/src/services/tsf/v20180326/tsf_client.ts +14 -1
- package/src/services/tsf/v20180326/tsf_models.ts +240 -8
- package/src/services/wav/v20210129/wav_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +20 -0
- package/tencentcloud/services/as/v20180419/as_client.d.ts +13 -1
- package/tencentcloud/services/as/v20180419/as_client.js +18 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +300 -197
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +21 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +14 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +8 -40
- package/tencentcloud/services/cls/v20201016/cls_client.js +10 -58
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +157 -586
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +44 -6
- package/tencentcloud/services/es/v20180416/es_models.d.ts +105 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +13 -0
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +1 -1
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +1 -1
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +13 -7
- package/tencentcloud/services/ic/v20190307/ic_models.d.ts +1 -1
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +276 -119
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +400 -175
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1776 -294
- package/tencentcloud/services/live/v20180801/live_client.d.ts +7 -6
- package/tencentcloud/services/live/v20180801/live_client.js +7 -6
- package/tencentcloud/services/live/v20180801/live_models.d.ts +26 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +63 -20
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +100 -44
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- 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 +105 -2
- package/tencentcloud/services/rce/v20201103/rce_client.d.ts +9 -1
- package/tencentcloud/services/rce/v20201103/rce_client.js +12 -0
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +322 -208
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +1 -0
- package/tencentcloud/services/sms/v20210111/sms_client.js +1 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -5
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +0 -109
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +13 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +202 -7
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1 -1
- package/test/as.v20180419.test.js +30 -0
- package/test/cls.v20201016.test.js +6 -86
- package/test/iotvideoindustry.v20201201.test.js +454 -114
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/monitor.v20180724.test.js +10 -0
- package/test/organization.v20210331.test.js +10 -0
- package/test/rce.v20201103.test.js +20 -0
- package/test/tdmq.v20200217.test.js +0 -10
- package/test/tsf.v20180326.test.js +10 -0
|
@@ -68,6 +68,16 @@ it("mongodb.v20190725.DescribeSecurityGroup", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("mongodb.v20190725.SetAccountUserPrivilege", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.SetAccountUserPrivilege({})
|
|
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
|
+
|
|
71
81
|
it("mongodb.v20190725.FlushInstanceRouterConfig", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.FlushInstanceRouterConfig({})
|
|
@@ -278,6 +278,16 @@ it("monitor.v20180724.DescribeAlarmNotices", async function () {
|
|
|
278
278
|
}
|
|
279
279
|
})
|
|
280
280
|
|
|
281
|
+
it("monitor.v20180724.BindingPolicyTag", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.BindingPolicyTag({})
|
|
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("monitor.v20180724.ModifyAlarmPolicyStatus", async function () {
|
|
282
292
|
try {
|
|
283
293
|
const data = await client.ModifyAlarmPolicyStatus({})
|
|
@@ -18,6 +18,16 @@ const client = new tencentcloud.organization.v20210331.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("organization.v20210331.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("organization.v20210331.DescribeOrganizationMembers", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.DescribeOrganizationMembers({})
|
|
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("organization.v20210331.CreateOrganizationMember", async function () {
|
|
22
32
|
try {
|
|
23
33
|
const data = await client.CreateOrganizationMember({})
|
|
@@ -28,6 +28,26 @@ it("rce.v20201103.DescribeRiskModel", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("rce.v20201103.DescribeRiskTrends", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeRiskTrends({})
|
|
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.DescribeRiskAssessment", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeRiskAssessment({})
|
|
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
|
+
|
|
31
51
|
it("rce.v20201103.ManageMarketingRisk", async function () {
|
|
32
52
|
try {
|
|
33
53
|
const data = await client.ManageMarketingRisk({})
|
|
@@ -438,16 +438,6 @@ it("tdmq.v20200217.DescribeCmqTopicDetail", async function () {
|
|
|
438
438
|
}
|
|
439
439
|
})
|
|
440
440
|
|
|
441
|
-
it("tdmq.v20200217.DescribeProducers", async function () {
|
|
442
|
-
try {
|
|
443
|
-
const data = await client.DescribeProducers({})
|
|
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
441
|
it("tdmq.v20200217.DeleteAMQPQueue", async function () {
|
|
452
442
|
try {
|
|
453
443
|
const data = await client.DeleteAMQPQueue({})
|
|
@@ -398,6 +398,16 @@ it("tsf.v20180326.DescribeApplications", async function () {
|
|
|
398
398
|
}
|
|
399
399
|
})
|
|
400
400
|
|
|
401
|
+
it("tsf.v20180326.DescribeContainerGroupDeployInfo", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.DescribeContainerGroupDeployInfo({})
|
|
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
|
+
|
|
401
411
|
it("tsf.v20180326.DescribeUnitApiUseDetail", async function () {
|
|
402
412
|
try {
|
|
403
413
|
const data = await client.DescribeUnitApiUseDetail({})
|