tencentcloud-sdk-nodejs 4.0.1015 → 4.0.1017
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 +190 -0
- package/SERVICE_CHANGELOG.md +160 -1235
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +20 -9
- package/src/services/cfs/v20190719/cfs_client.ts +19 -7
- package/src/services/cfs/v20190719/cfs_models.ts +52 -28
- package/src/services/cvm/v20170312/cvm_models.ts +24 -4
- package/src/services/faceid/v20180301/faceid_models.ts +7 -7
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +17 -4
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +156 -40
- package/src/services/lcic/v20220817/lcic_client.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +8 -0
- package/src/services/mps/v20190612/mps_models.ts +2 -5
- package/src/services/postgres/v20170312/postgres_models.ts +30 -16
- package/src/services/rum/v20210622/rum_models.ts +0 -1
- package/src/services/scf/v20180416/scf_models.ts +2 -2
- package/src/services/trro/v20220325/trro_models.ts +6 -6
- package/src/services/trtc/v20190722/trtc_models.ts +4 -0
- package/src/services/tse/v20201207/tse_client.ts +17 -4
- package/src/services/tse/v20201207/tse_models.ts +105 -64
- package/src/services/vpc/v20170312/vpc_client.ts +5179 -7
- package/src/services/vpc/v20170312/vpc_models.ts +18815 -9
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +20 -9
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +7 -3
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +9 -3
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +50 -28
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +24 -4
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +7 -7
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +153 -40
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +8 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -5
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +30 -16
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +0 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +2 -2
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +6 -6
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -0
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +102 -64
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1895 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +2669 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17875 -9
- package/test/cfs.v20190719.test.js +12 -2
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/tse.v20201207.test.js +10 -0
- package/test/vpc.v20170312.test.js +3872 -2
|
@@ -288,6 +288,16 @@ it("cfs.v20190719.UpdateAutoSnapshotPolicy", async function () {
|
|
|
288
288
|
}
|
|
289
289
|
})
|
|
290
290
|
|
|
291
|
+
it("cfs.v20190719.UpdateCfsRule", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.UpdateCfsRule({})
|
|
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
|
+
|
|
291
301
|
it("cfs.v20190719.DescribeCfsFileSystems", async function () {
|
|
292
302
|
try {
|
|
293
303
|
const data = await client.DescribeCfsFileSystems({})
|
|
@@ -428,9 +438,9 @@ it("cfs.v20190719.CreateCfsRule", async function () {
|
|
|
428
438
|
}
|
|
429
439
|
})
|
|
430
440
|
|
|
431
|
-
it("cfs.v20190719.
|
|
441
|
+
it("cfs.v20190719.CreateAccessCert", async function () {
|
|
432
442
|
try {
|
|
433
|
-
const data = await client.
|
|
443
|
+
const data = await client.CreateAccessCert({})
|
|
434
444
|
expect(data).to.be.ok
|
|
435
445
|
} catch(error) {
|
|
436
446
|
expect(error.requestId).to.be.ok
|
|
@@ -68,6 +68,16 @@ it("iotexplorer.v20190423.DescribeDevice", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("iotexplorer.v20190423.DescribeCloudStorageEventsWithAITasks", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DescribeCloudStorageEventsWithAITasks({})
|
|
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("iotexplorer.v20190423.DescribeTopicPolicy", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.DescribeTopicPolicy({})
|
|
@@ -608,6 +608,16 @@ it("tse.v20201207.DescribeNativeGatewayServiceSources", async function () {
|
|
|
608
608
|
}
|
|
609
609
|
})
|
|
610
610
|
|
|
611
|
+
it("tse.v20201207.DescribeCloudNativeAPIGatewayInfoByIp", async function () {
|
|
612
|
+
try {
|
|
613
|
+
const data = await client.DescribeCloudNativeAPIGatewayInfoByIp({})
|
|
614
|
+
expect(data).to.be.ok
|
|
615
|
+
} catch(error) {
|
|
616
|
+
expect(error.requestId).to.be.ok
|
|
617
|
+
expect(error.code).to.be.ok
|
|
618
|
+
}
|
|
619
|
+
})
|
|
620
|
+
|
|
611
621
|
it("tse.v20201207.ModifyNativeGatewayServerGroup", async function () {
|
|
612
622
|
try {
|
|
613
623
|
const data = await client.ModifyNativeGatewayServerGroup({})
|