tencentcloud-sdk-nodejs 4.0.994 → 4.0.995

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 (73) hide show
  1. package/CHANGELOG.md +327 -0
  2. package/SERVICE_CHANGELOG.md +578 -22
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +12 -26
  7. package/src/services/billing/v20180709/billing_models.ts +2 -0
  8. package/src/services/cam/v20190116/cam_models.ts +24 -24
  9. package/src/services/ccc/v20200210/ccc_models.ts +4 -0
  10. package/src/services/cdb/v20170320/cdb_client.ts +13 -1
  11. package/src/services/cdb/v20170320/cdb_models.ts +105 -81
  12. package/src/services/cfg/v20210820/cfg_models.ts +8 -0
  13. package/src/services/cloudapp/v20220530/cloudapp_models.ts +4 -0
  14. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +11 -4
  15. package/src/services/cvm/v20170312/cvm_models.ts +3 -3
  16. package/src/services/cynosdb/v20190107/cynosdb_client.ts +18 -6
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +53 -0
  18. package/src/services/domain/v20180808/domain_models.ts +3 -3
  19. package/src/services/ess/v20201111/ess_client.ts +48 -36
  20. package/src/services/ess/v20201111/ess_models.ts +33 -0
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +4 -1
  22. package/src/services/gwlb/v20240906/gwlb_models.ts +24 -12
  23. package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
  24. package/src/services/lcic/v20220817/lcic_models.ts +3 -2
  25. package/src/services/live/v20180801/live_models.ts +4 -4
  26. package/src/services/mongodb/v20180408/mongodb_client.ts +2 -4
  27. package/src/services/mongodb/v20180408/mongodb_models.ts +15 -11
  28. package/src/services/mongodb/v20190725/mongodb_client.ts +4 -5
  29. package/src/services/mongodb/v20190725/mongodb_models.ts +42 -34
  30. package/src/services/vpc/v20170312/vpc_models.ts +8 -0
  31. package/src/services/vrs/v20200824/vrs_client.ts +2 -2
  32. package/src/services/vrs/v20200824/vrs_models.ts +1 -1
  33. package/src/services/wedata/v20210820/wedata_client.ts +1 -0
  34. package/src/services/wedata/v20210820/wedata_models.ts +225 -1
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +12 -26
  38. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -0
  39. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +24 -24
  40. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
  41. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
  42. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
  43. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +103 -81
  44. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +8 -0
  45. package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.d.ts +4 -0
  46. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +11 -4
  47. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -3
  48. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
  49. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
  50. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +51 -0
  51. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +3 -3
  52. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +26 -22
  53. package/tencentcloud/services/ess/v20201111/ess_client.js +31 -25
  54. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +31 -0
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -1
  56. package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +24 -12
  57. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
  58. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +3 -2
  59. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -4
  60. package/tencentcloud/services/mongodb/v20180408/mongodb_client.d.ts +0 -2
  61. package/tencentcloud/services/mongodb/v20180408/mongodb_client.js +0 -2
  62. package/tencentcloud/services/mongodb/v20180408/mongodb_models.d.ts +15 -11
  63. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +2 -3
  64. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +2 -3
  65. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +42 -34
  66. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
  67. package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +2 -2
  68. package/tencentcloud/services/vrs/v20200824/vrs_client.js +2 -2
  69. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +1 -1
  70. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +224 -1
  71. package/test/cdb.v20170320.test.js +10 -0
  72. package/test/cynosdb.v20190107.test.js +12 -2
  73. package/test/ess.v20201111.test.js +22 -12
@@ -618,6 +618,16 @@ it("cynosdb.v20190107.ModifyClusterDatabase", async function () {
618
618
  }
619
619
  })
620
620
 
621
+ it("cynosdb.v20190107.ModifyAuditRuleTemplates", async function () {
622
+ try {
623
+ const data = await client.ModifyAuditRuleTemplates({})
624
+ expect(data).to.be.ok
625
+ } catch(error) {
626
+ expect(error.requestId).to.be.ok
627
+ expect(error.code).to.be.ok
628
+ }
629
+ })
630
+
621
631
  it("cynosdb.v20190107.ModifyParamTemplate", async function () {
622
632
  try {
623
633
  const data = await client.ModifyParamTemplate({})
@@ -1148,9 +1158,9 @@ it("cynosdb.v20190107.OfflineCluster", async function () {
1148
1158
  }
1149
1159
  })
1150
1160
 
1151
- it("cynosdb.v20190107.ModifyAuditRuleTemplates", async function () {
1161
+ it("cynosdb.v20190107.DescribeClusterDatabaseTables", async function () {
1152
1162
  try {
1153
- const data = await client.ModifyAuditRuleTemplates({})
1163
+ const data = await client.DescribeClusterDatabaseTables({})
1154
1164
  expect(data).to.be.ok
1155
1165
  } catch(error) {
1156
1166
  expect(error.requestId).to.be.ok
@@ -558,6 +558,16 @@ it("ess.v20201111.ModifyExtendedService", async function () {
558
558
  }
559
559
  })
560
560
 
561
+ it("ess.v20201111.ModifyFlowDeadline", async function () {
562
+ try {
563
+ const data = await client.ModifyFlowDeadline({})
564
+ expect(data).to.be.ok
565
+ } catch(error) {
566
+ expect(error.requestId).to.be.ok
567
+ expect(error.code).to.be.ok
568
+ }
569
+ })
570
+
561
571
  it("ess.v20201111.CreateFlowBlockchainEvidenceUrl", async function () {
562
572
  try {
563
573
  const data = await client.CreateFlowBlockchainEvidenceUrl({})
@@ -778,9 +788,9 @@ it("ess.v20201111.CreateBatchCancelFlowUrl", async function () {
778
788
  }
779
789
  })
780
790
 
781
- it("ess.v20201111.ModifyFlowDeadline", async function () {
791
+ it("ess.v20201111.DeleteIntegrationDepartment", async function () {
782
792
  try {
783
- const data = await client.ModifyFlowDeadline({})
793
+ const data = await client.DeleteIntegrationDepartment({})
784
794
  expect(data).to.be.ok
785
795
  } catch(error) {
786
796
  expect(error.requestId).to.be.ok
@@ -808,9 +818,9 @@ it("ess.v20201111.CreatePrepareFlow", async function () {
808
818
  }
809
819
  })
810
820
 
811
- it("ess.v20201111.DeleteIntegrationDepartment", async function () {
821
+ it("ess.v20201111.DescribeBillUsage", async function () {
812
822
  try {
813
- const data = await client.DeleteIntegrationDepartment({})
823
+ const data = await client.DescribeBillUsage({})
814
824
  expect(data).to.be.ok
815
825
  } catch(error) {
816
826
  expect(error.requestId).to.be.ok
@@ -848,9 +858,9 @@ it("ess.v20201111.DescribeCancelFlowsTask", async function () {
848
858
  }
849
859
  })
850
860
 
851
- it("ess.v20201111.CreateOrganizationGroupInvitationLink", async function () {
861
+ it("ess.v20201111.DescribeOrganizationVerifyStatus", async function () {
852
862
  try {
853
- const data = await client.CreateOrganizationGroupInvitationLink({})
863
+ const data = await client.DescribeOrganizationVerifyStatus({})
854
864
  expect(data).to.be.ok
855
865
  } catch(error) {
856
866
  expect(error.requestId).to.be.ok
@@ -858,9 +868,9 @@ it("ess.v20201111.CreateOrganizationGroupInvitationLink", async function () {
858
868
  }
859
869
  })
860
870
 
861
- it("ess.v20201111.DescribeFlowEvidenceReport", async function () {
871
+ it("ess.v20201111.CreateOrganizationGroupInvitationLink", async function () {
862
872
  try {
863
- const data = await client.DescribeFlowEvidenceReport({})
873
+ const data = await client.CreateOrganizationGroupInvitationLink({})
864
874
  expect(data).to.be.ok
865
875
  } catch(error) {
866
876
  expect(error.requestId).to.be.ok
@@ -868,9 +878,9 @@ it("ess.v20201111.DescribeFlowEvidenceReport", async function () {
868
878
  }
869
879
  })
870
880
 
871
- it("ess.v20201111.GetTaskResultApi", async function () {
881
+ it("ess.v20201111.DescribeFlowEvidenceReport", async function () {
872
882
  try {
873
- const data = await client.GetTaskResultApi({})
883
+ const data = await client.DescribeFlowEvidenceReport({})
874
884
  expect(data).to.be.ok
875
885
  } catch(error) {
876
886
  expect(error.requestId).to.be.ok
@@ -878,9 +888,9 @@ it("ess.v20201111.GetTaskResultApi", async function () {
878
888
  }
879
889
  })
880
890
 
881
- it("ess.v20201111.DescribeBillUsage", async function () {
891
+ it("ess.v20201111.GetTaskResultApi", async function () {
882
892
  try {
883
- const data = await client.DescribeBillUsage({})
893
+ const data = await client.GetTaskResultApi({})
884
894
  expect(data).to.be.ok
885
895
  } catch(error) {
886
896
  expect(error.requestId).to.be.ok