tencentcloud-sdk-nodejs 4.0.770 → 4.0.771

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +96 -0
  2. package/SERVICE_CHANGELOG.md +151 -9
  3. package/package.json +1 -1
  4. package/products.md +12 -12
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdc/v20201214/cdc_client.ts +3 -2
  7. package/src/services/cdc/v20201214/cdc_models.ts +65 -19
  8. package/src/services/cdwch/v20200915/cdwch_models.ts +7 -3
  9. package/src/services/cwp/v20180228/cwp_client.ts +1 -1
  10. package/src/services/cwp/v20180228/cwp_models.ts +17 -15
  11. package/src/services/ess/v20201111/ess_models.ts +11 -2
  12. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +25 -15
  14. package/src/services/hai/v20230812/hai_models.ts +33 -3
  15. package/src/services/tcss/v20201101/tcss_client.ts +77 -25
  16. package/src/services/tcss/v20201101/tcss_models.ts +663 -91
  17. package/tencentcloud/common/sdk_version.d.ts +1 -1
  18. package/tencentcloud/common/sdk_version.js +1 -1
  19. package/tencentcloud/services/cdc/v20201214/cdc_client.d.ts +2 -2
  20. package/tencentcloud/services/cdc/v20201214/cdc_client.js +2 -2
  21. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +64 -19
  22. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +7 -3
  23. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
  24. package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
  25. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -15
  26. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -2
  27. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  28. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  29. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +25 -15
  30. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +33 -3
  31. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +23 -7
  32. package/tencentcloud/services/tcss/v20201101/tcss_client.js +33 -9
  33. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +653 -93
  34. package/test/tcss.v20201101.test.js +46 -6
@@ -528,9 +528,9 @@ it("tcss.v20201101.DescribeAssetImageRegistryRegistryList", async function () {
528
528
  }
529
529
  })
530
530
 
531
- it("tcss.v20201101.ModifyAssetImageRegistryScanStop", async function () {
531
+ it("tcss.v20201101.ExportVirusList", async function () {
532
532
  try {
533
- const data = await client.ModifyAssetImageRegistryScanStop({})
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.SetCheckMode", async function () {
2471
+ it("tcss.v20201101.DescribeClusterNodes", async function () {
2442
2472
  try {
2443
- const data = await client.SetCheckMode({})
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.ExportVirusList", async function () {
3221
+ it("tcss.v20201101.DescribeUserPodList", async function () {
3182
3222
  try {
3183
- const data = await client.ExportVirusList({})
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