tencentcloud-sdk-nodejs 4.0.770 → 4.0.772
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 +192 -0
- package/SERVICE_CHANGELOG.md +151 -9
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cdc/v20201214/cdc_client.ts +3 -2
- package/src/services/cdc/v20201214/cdc_models.ts +65 -19
- package/src/services/cdwch/v20200915/cdwch_models.ts +7 -3
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +17 -15
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +11 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +25 -15
- package/src/services/hai/v20230812/hai_models.ts +33 -3
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/organization/index.ts +2 -2
- package/src/services/tcss/v20201101/tcss_client.ts +77 -25
- package/src/services/tcss/v20201101/tcss_models.ts +663 -91
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tsw/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cdc/v20201214/cdc_client.d.ts +2 -2
- package/tencentcloud/services/cdc/v20201214/cdc_client.js +2 -2
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +64 -19
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +7 -3
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -15
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +25 -15
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +33 -3
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +23 -7
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +33 -9
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +653 -93
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/test/tcss.v20201101.test.js +46 -6
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const teo: {
|
|
2
|
-
v20220901: {
|
|
3
|
-
Client: typeof import("./v20220901/teo_client").Client;
|
|
4
|
-
Models: typeof import("./v20220901/teo_models");
|
|
5
|
-
};
|
|
6
2
|
v20220106: {
|
|
7
3
|
Client: typeof import("./v20220106/teo_client").Client;
|
|
8
4
|
Models: typeof import("./v20220106/teo_models");
|
|
9
5
|
};
|
|
6
|
+
v20220901: {
|
|
7
|
+
Client: typeof import("./v20220901/teo_client").Client;
|
|
8
|
+
Models: typeof import("./v20220901/teo_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.teo = void 0;
|
|
4
|
-
const v20220901_1 = require("./v20220901");
|
|
5
4
|
const v20220106_1 = require("./v20220106");
|
|
5
|
+
const v20220901_1 = require("./v20220901");
|
|
6
6
|
exports.teo = {
|
|
7
|
-
v20220901: v20220901_1.v20220901,
|
|
8
7
|
v20220106: v20220106_1.v20220106,
|
|
8
|
+
v20220901: v20220901_1.v20220901,
|
|
9
9
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const thpc: {
|
|
2
|
-
v20220401: {
|
|
3
|
-
Client: typeof import("./v20220401/thpc_client").Client;
|
|
4
|
-
Models: typeof import("./v20220401/thpc_models");
|
|
5
|
-
};
|
|
6
2
|
v20211109: {
|
|
7
3
|
Client: typeof import("./v20211109/thpc_client").Client;
|
|
8
4
|
Models: typeof import("./v20211109/thpc_models");
|
|
9
5
|
};
|
|
6
|
+
v20220401: {
|
|
7
|
+
Client: typeof import("./v20220401/thpc_client").Client;
|
|
8
|
+
Models: typeof import("./v20220401/thpc_models");
|
|
9
|
+
};
|
|
10
10
|
v20230321: {
|
|
11
11
|
Client: typeof import("./v20230321/thpc_client").Client;
|
|
12
12
|
Models: typeof import("./v20230321/thpc_models");
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.thpc = void 0;
|
|
4
|
-
const v20220401_1 = require("./v20220401");
|
|
5
4
|
const v20211109_1 = require("./v20211109");
|
|
5
|
+
const v20220401_1 = require("./v20220401");
|
|
6
6
|
const v20230321_1 = require("./v20230321");
|
|
7
7
|
exports.thpc = {
|
|
8
|
-
v20220401: v20220401_1.v20220401,
|
|
9
8
|
v20211109: v20211109_1.v20211109,
|
|
9
|
+
v20220401: v20220401_1.v20220401,
|
|
10
10
|
v20230321: v20230321_1.v20230321,
|
|
11
11
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tione: {
|
|
2
|
-
v20211111: {
|
|
3
|
-
Client: typeof import("./v20211111/tione_client").Client;
|
|
4
|
-
Models: typeof import("./v20211111/tione_models");
|
|
5
|
-
};
|
|
6
2
|
v20191022: {
|
|
7
3
|
Client: typeof import("./v20191022/tione_client").Client;
|
|
8
4
|
Models: typeof import("./v20191022/tione_models");
|
|
9
5
|
};
|
|
6
|
+
v20211111: {
|
|
7
|
+
Client: typeof import("./v20211111/tione_client").Client;
|
|
8
|
+
Models: typeof import("./v20211111/tione_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tione = void 0;
|
|
4
|
-
const v20211111_1 = require("./v20211111");
|
|
5
4
|
const v20191022_1 = require("./v20191022");
|
|
5
|
+
const v20211111_1 = require("./v20211111");
|
|
6
6
|
exports.tione = {
|
|
7
|
-
v20211111: v20211111_1.v20211111,
|
|
8
7
|
v20191022: v20191022_1.v20191022,
|
|
8
|
+
v20211111: v20211111_1.v20211111,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tsw: {
|
|
2
|
-
v20200924: {
|
|
3
|
-
Client: typeof import("./v20200924/tsw_client").Client;
|
|
4
|
-
Models: typeof import("./v20200924/tsw_models");
|
|
5
|
-
};
|
|
6
2
|
v20210412: {
|
|
7
3
|
Client: typeof import("./v20210412/tsw_client").Client;
|
|
8
4
|
Models: typeof import("./v20210412/tsw_models");
|
|
9
5
|
};
|
|
6
|
+
v20200924: {
|
|
7
|
+
Client: typeof import("./v20200924/tsw_client").Client;
|
|
8
|
+
Models: typeof import("./v20200924/tsw_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tsw = void 0;
|
|
4
|
-
const v20200924_1 = require("./v20200924");
|
|
5
4
|
const v20210412_1 = require("./v20210412");
|
|
5
|
+
const v20200924_1 = require("./v20200924");
|
|
6
6
|
exports.tsw = {
|
|
7
|
-
v20200924: v20200924_1.v20200924,
|
|
8
7
|
v20210412: v20210412_1.v20210412,
|
|
8
|
+
v20200924: v20200924_1.v20200924,
|
|
9
9
|
};
|
|
@@ -528,9 +528,9 @@ it("tcss.v20201101.DescribeAssetImageRegistryRegistryList", async function () {
|
|
|
528
528
|
}
|
|
529
529
|
})
|
|
530
530
|
|
|
531
|
-
it("tcss.v20201101.
|
|
531
|
+
it("tcss.v20201101.ExportVirusList", async function () {
|
|
532
532
|
try {
|
|
533
|
-
const data = await client.
|
|
533
|
+
const data = await client.ExportVirusList({})
|
|
534
534
|
expect(data).to.be.ok
|
|
535
535
|
} catch(error) {
|
|
536
536
|
expect(error.requestId).to.be.ok
|
|
@@ -668,6 +668,16 @@ it("tcss.v20201101.CreateCheckComponent", async function () {
|
|
|
668
668
|
}
|
|
669
669
|
})
|
|
670
670
|
|
|
671
|
+
it("tcss.v20201101.SetCheckMode", async function () {
|
|
672
|
+
try {
|
|
673
|
+
const data = await client.SetCheckMode({})
|
|
674
|
+
expect(data).to.be.ok
|
|
675
|
+
} catch(error) {
|
|
676
|
+
expect(error.requestId).to.be.ok
|
|
677
|
+
expect(error.code).to.be.ok
|
|
678
|
+
}
|
|
679
|
+
})
|
|
680
|
+
|
|
671
681
|
it("tcss.v20201101.DescribeNewestVul", async function () {
|
|
672
682
|
try {
|
|
673
683
|
const data = await client.DescribeNewestVul({})
|
|
@@ -1058,6 +1068,16 @@ it("tcss.v20201101.DescribeContainerAssetSummary", async function () {
|
|
|
1058
1068
|
}
|
|
1059
1069
|
})
|
|
1060
1070
|
|
|
1071
|
+
it("tcss.v20201101.DescribeAssetSuperNodeList", async function () {
|
|
1072
|
+
try {
|
|
1073
|
+
const data = await client.DescribeAssetSuperNodeList({})
|
|
1074
|
+
expect(data).to.be.ok
|
|
1075
|
+
} catch(error) {
|
|
1076
|
+
expect(error.requestId).to.be.ok
|
|
1077
|
+
expect(error.code).to.be.ok
|
|
1078
|
+
}
|
|
1079
|
+
})
|
|
1080
|
+
|
|
1061
1081
|
it("tcss.v20201101.DescribeImageRegistryTimingScanTask", async function () {
|
|
1062
1082
|
try {
|
|
1063
1083
|
const data = await client.DescribeImageRegistryTimingScanTask({})
|
|
@@ -1338,6 +1358,16 @@ it("tcss.v20201101.DescribePostPayDetail", async function () {
|
|
|
1338
1358
|
}
|
|
1339
1359
|
})
|
|
1340
1360
|
|
|
1361
|
+
it("tcss.v20201101.DescribeSuperNodePodList", async function () {
|
|
1362
|
+
try {
|
|
1363
|
+
const data = await client.DescribeSuperNodePodList({})
|
|
1364
|
+
expect(data).to.be.ok
|
|
1365
|
+
} catch(error) {
|
|
1366
|
+
expect(error.requestId).to.be.ok
|
|
1367
|
+
expect(error.code).to.be.ok
|
|
1368
|
+
}
|
|
1369
|
+
})
|
|
1370
|
+
|
|
1341
1371
|
it("tcss.v20201101.AddNetworkFirewallPolicyYamlDetail", async function () {
|
|
1342
1372
|
try {
|
|
1343
1373
|
const data = await client.AddNetworkFirewallPolicyYamlDetail({})
|
|
@@ -2438,9 +2468,9 @@ it("tcss.v20201101.DescribeComplianceAssetPolicyItemList", async function () {
|
|
|
2438
2468
|
}
|
|
2439
2469
|
})
|
|
2440
2470
|
|
|
2441
|
-
it("tcss.v20201101.
|
|
2471
|
+
it("tcss.v20201101.DescribeClusterNodes", async function () {
|
|
2442
2472
|
try {
|
|
2443
|
-
const data = await client.
|
|
2473
|
+
const data = await client.DescribeClusterNodes({})
|
|
2444
2474
|
expect(data).to.be.ok
|
|
2445
2475
|
} catch(error) {
|
|
2446
2476
|
expect(error.requestId).to.be.ok
|
|
@@ -3168,6 +3198,16 @@ it("tcss.v20201101.DescribeVulContainerList", async function () {
|
|
|
3168
3198
|
}
|
|
3169
3199
|
})
|
|
3170
3200
|
|
|
3201
|
+
it("tcss.v20201101.ModifyAssetImageRegistryScanStop", async function () {
|
|
3202
|
+
try {
|
|
3203
|
+
const data = await client.ModifyAssetImageRegistryScanStop({})
|
|
3204
|
+
expect(data).to.be.ok
|
|
3205
|
+
} catch(error) {
|
|
3206
|
+
expect(error.requestId).to.be.ok
|
|
3207
|
+
expect(error.code).to.be.ok
|
|
3208
|
+
}
|
|
3209
|
+
})
|
|
3210
|
+
|
|
3171
3211
|
it("tcss.v20201101.DescribeSecLogVasInfo", async function () {
|
|
3172
3212
|
try {
|
|
3173
3213
|
const data = await client.DescribeSecLogVasInfo({})
|
|
@@ -3178,9 +3218,9 @@ it("tcss.v20201101.DescribeSecLogVasInfo", async function () {
|
|
|
3178
3218
|
}
|
|
3179
3219
|
})
|
|
3180
3220
|
|
|
3181
|
-
it("tcss.v20201101.
|
|
3221
|
+
it("tcss.v20201101.DescribeUserPodList", async function () {
|
|
3182
3222
|
try {
|
|
3183
|
-
const data = await client.
|
|
3223
|
+
const data = await client.DescribeUserPodList({})
|
|
3184
3224
|
expect(data).to.be.ok
|
|
3185
3225
|
} catch(error) {
|
|
3186
3226
|
expect(error.requestId).to.be.ok
|