tencentcloud-sdk-nodejs 4.0.736 → 4.0.738

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 (71) hide show
  1. package/CHANGELOG.md +190 -0
  2. package/SERVICE_CHANGELOG.md +229 -5
  3. package/package.json +1 -1
  4. package/products.md +26 -26
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +2 -2
  7. package/src/services/cfg/v20210820/cfg_models.ts +1 -1
  8. package/src/services/cfw/v20190904/cfw_client.ts +1 -1
  9. package/src/services/cfw/v20190904/cfw_models.ts +18 -18
  10. package/src/services/csip/v20221121/csip_models.ts +3 -3
  11. package/src/services/cvm/v20170312/cvm_client.ts +2 -2
  12. package/src/services/cvm/v20170312/cvm_models.ts +6 -6
  13. package/src/services/cwp/v20180228/cwp_client.ts +1 -1
  14. package/src/services/cwp/v20180228/cwp_models.ts +1 -1
  15. package/src/services/dasb/v20191018/dasb_models.ts +4 -4
  16. package/src/services/dlc/v20210125/dlc_client.ts +12 -0
  17. package/src/services/dlc/v20210125/dlc_models.ts +70 -0
  18. package/src/services/ess/v20201111/ess_models.ts +1 -1
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  20. package/src/services/lcic/v20220817/lcic_models.ts +3 -3
  21. package/src/services/ocr/v20181119/ocr_client.ts +1 -0
  22. package/src/services/ocr/v20181119/ocr_models.ts +68 -10
  23. package/src/services/redis/v20180412/redis_models.ts +6 -6
  24. package/src/services/sqlserver/v20180328/sqlserver_client.ts +155 -45
  25. package/src/services/sqlserver/v20180328/sqlserver_models.ts +737 -157
  26. package/src/services/ssl/v20191205/ssl_client.ts +1 -1
  27. package/src/services/tdmq/v20200217/tdmq_models.ts +29 -14
  28. package/src/services/teo/v20220901/teo_models.ts +3 -3
  29. package/src/services/tione/v20211111/tione_client.ts +1 -0
  30. package/src/services/tione/v20211111/tione_models.ts +20 -0
  31. package/src/services/vrs/v20200824/vrs_models.ts +1 -7
  32. package/src/services/wedata/v20210820/wedata_client.ts +110 -37
  33. package/src/services/wedata/v20210820/wedata_models.ts +12073 -10108
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -2
  37. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1 -1
  38. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  39. package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
  40. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +18 -18
  41. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +3 -3
  42. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -2
  43. package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -2
  44. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
  45. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
  46. package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
  47. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
  48. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +4 -4
  49. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  50. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  51. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +68 -0
  52. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  54. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +3 -3
  55. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +67 -10
  56. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +6 -6
  57. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +49 -13
  58. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +72 -18
  59. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +723 -163
  60. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
  61. package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
  62. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +29 -14
  63. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -3
  64. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +19 -0
  65. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +1 -7
  66. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +24 -8
  67. package/tencentcloud/services/wedata/v20210820/wedata_client.js +34 -10
  68. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +11685 -9753
  69. package/test/dlc.v20210125.test.js +10 -0
  70. package/test/sqlserver.v20180328.test.js +108 -18
  71. package/test/wedata.v20210820.test.js +46 -6
@@ -418,6 +418,16 @@ it("dlc.v20210125.ModifyWorkGroup", async function () {
418
418
  }
419
419
  })
420
420
 
421
+ it("dlc.v20210125.DescribeTablesName", async function () {
422
+ try {
423
+ const data = await client.DescribeTablesName({})
424
+ expect(data).to.be.ok
425
+ } catch(error) {
426
+ expect(error.requestId).to.be.ok
427
+ expect(error.code).to.be.ok
428
+ }
429
+ })
430
+
421
431
  it("dlc.v20210125.ReportHeartbeatMetaData", async function () {
422
432
  try {
423
433
  const data = await client.ReportHeartbeatMetaData({})
@@ -148,6 +148,16 @@ it("sqlserver.v20180328.ModifyMaintenanceSpan", async function () {
148
148
  }
149
149
  })
150
150
 
151
+ it("sqlserver.v20180328.DescribeMaintenanceSpan", async function () {
152
+ try {
153
+ const data = await client.DescribeMaintenanceSpan({})
154
+ expect(data).to.be.ok
155
+ } catch(error) {
156
+ expect(error.requestId).to.be.ok
157
+ expect(error.code).to.be.ok
158
+ }
159
+ })
160
+
151
161
  it("sqlserver.v20180328.DescribeReadOnlyGroupDetails", async function () {
152
162
  try {
153
163
  const data = await client.DescribeReadOnlyGroupDetails({})
@@ -168,9 +178,9 @@ it("sqlserver.v20180328.CreatePublishSubscribe", async function () {
168
178
  }
169
179
  })
170
180
 
171
- it("sqlserver.v20180328.DescribeReadOnlyGroupByReadOnlyInstance", async function () {
181
+ it("sqlserver.v20180328.DescribeBackupFiles", async function () {
172
182
  try {
173
- const data = await client.DescribeReadOnlyGroupByReadOnlyInstance({})
183
+ const data = await client.DescribeBackupFiles({})
174
184
  expect(data).to.be.ok
175
185
  } catch(error) {
176
186
  expect(error.requestId).to.be.ok
@@ -178,9 +188,9 @@ it("sqlserver.v20180328.DescribeReadOnlyGroupByReadOnlyInstance", async function
178
188
  }
179
189
  })
180
190
 
181
- it("sqlserver.v20180328.DescribeMaintenanceSpan", async function () {
191
+ it("sqlserver.v20180328.DescribeRegularBackupPlan", async function () {
182
192
  try {
183
- const data = await client.DescribeMaintenanceSpan({})
193
+ const data = await client.DescribeRegularBackupPlan({})
184
194
  expect(data).to.be.ok
185
195
  } catch(error) {
186
196
  expect(error.requestId).to.be.ok
@@ -198,6 +208,16 @@ it("sqlserver.v20180328.DescribePublishSubscribe", async function () {
198
208
  }
199
209
  })
200
210
 
211
+ it("sqlserver.v20180328.DescribeDatabases", async function () {
212
+ try {
213
+ const data = await client.DescribeDatabases({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
201
221
  it("sqlserver.v20180328.DescribeReadOnlyGroupList", async function () {
202
222
  try {
203
223
  const data = await client.DescribeReadOnlyGroupList({})
@@ -468,6 +488,16 @@ it("sqlserver.v20180328.CompleteExpansion", async function () {
468
488
  }
469
489
  })
470
490
 
491
+ it("sqlserver.v20180328.DescribeBackupStatistical", async function () {
492
+ try {
493
+ const data = await client.DescribeBackupStatistical({})
494
+ expect(data).to.be.ok
495
+ } catch(error) {
496
+ expect(error.requestId).to.be.ok
497
+ expect(error.code).to.be.ok
498
+ }
499
+ })
500
+
471
501
  it("sqlserver.v20180328.CreateDB", async function () {
472
502
  try {
473
503
  const data = await client.CreateDB({})
@@ -558,6 +588,16 @@ it("sqlserver.v20180328.DeletePublishSubscribe", async function () {
558
588
  }
559
589
  })
560
590
 
591
+ it("sqlserver.v20180328.ModifyDatabaseShrinkMDF", async function () {
592
+ try {
593
+ const data = await client.ModifyDatabaseShrinkMDF({})
594
+ expect(data).to.be.ok
595
+ } catch(error) {
596
+ expect(error.requestId).to.be.ok
597
+ expect(error.code).to.be.ok
598
+ }
599
+ })
600
+
561
601
  it("sqlserver.v20180328.ResetAccountPassword", async function () {
562
602
  try {
563
603
  const data = await client.ResetAccountPassword({})
@@ -588,6 +628,16 @@ it("sqlserver.v20180328.DescribeSlowlogs", async function () {
588
628
  }
589
629
  })
590
630
 
631
+ it("sqlserver.v20180328.ModifyCrossBackupStrategy", async function () {
632
+ try {
633
+ const data = await client.ModifyCrossBackupStrategy({})
634
+ expect(data).to.be.ok
635
+ } catch(error) {
636
+ expect(error.requestId).to.be.ok
637
+ expect(error.code).to.be.ok
638
+ }
639
+ })
640
+
591
641
  it("sqlserver.v20180328.DeleteDB", async function () {
592
642
  try {
593
643
  const data = await client.DeleteDB({})
@@ -888,6 +938,16 @@ it("sqlserver.v20180328.CloseInterCommunication", async function () {
888
938
  }
889
939
  })
890
940
 
941
+ it("sqlserver.v20180328.DescribeBackupSummary", async function () {
942
+ try {
943
+ const data = await client.DescribeBackupSummary({})
944
+ expect(data).to.be.ok
945
+ } catch(error) {
946
+ expect(error.requestId).to.be.ok
947
+ expect(error.code).to.be.ok
948
+ }
949
+ })
950
+
891
951
  it("sqlserver.v20180328.ModifyMigration", async function () {
892
952
  try {
893
953
  const data = await client.ModifyMigration({})
@@ -918,6 +978,16 @@ it("sqlserver.v20180328.RecycleDBInstance", async function () {
918
978
  }
919
979
  })
920
980
 
981
+ it("sqlserver.v20180328.DescribeBackupMonitor", async function () {
982
+ try {
983
+ const data = await client.DescribeBackupMonitor({})
984
+ expect(data).to.be.ok
985
+ } catch(error) {
986
+ expect(error.requestId).to.be.ok
987
+ expect(error.code).to.be.ok
988
+ }
989
+ })
990
+
921
991
  it("sqlserver.v20180328.CloneDB", async function () {
922
992
  try {
923
993
  const data = await client.CloneDB({})
@@ -938,6 +1008,16 @@ it("sqlserver.v20180328.ModifyDBInstanceProject", async function () {
938
1008
  }
939
1009
  })
940
1010
 
1011
+ it("sqlserver.v20180328.DescribeCrossBackupStatistical", async function () {
1012
+ try {
1013
+ const data = await client.DescribeCrossBackupStatistical({})
1014
+ expect(data).to.be.ok
1015
+ } catch(error) {
1016
+ expect(error.requestId).to.be.ok
1017
+ expect(error.code).to.be.ok
1018
+ }
1019
+ })
1020
+
941
1021
  it("sqlserver.v20180328.DeleteAccount", async function () {
942
1022
  try {
943
1023
  const data = await client.DeleteAccount({})
@@ -978,6 +1058,16 @@ it("sqlserver.v20180328.ModifyAccountPrivilege", async function () {
978
1058
  }
979
1059
  })
980
1060
 
1061
+ it("sqlserver.v20180328.DescribeDatabasesNormal", async function () {
1062
+ try {
1063
+ const data = await client.DescribeDatabasesNormal({})
1064
+ expect(data).to.be.ok
1065
+ } catch(error) {
1066
+ expect(error.requestId).to.be.ok
1067
+ expect(error.code).to.be.ok
1068
+ }
1069
+ })
1070
+
981
1071
  it("sqlserver.v20180328.RollbackInstance", async function () {
982
1072
  try {
983
1073
  const data = await client.RollbackInstance({})
@@ -1028,16 +1118,6 @@ it("sqlserver.v20180328.InquiryPriceUpgradeDBInstance", async function () {
1028
1118
  }
1029
1119
  })
1030
1120
 
1031
- it("sqlserver.v20180328.DescribeBackupFiles", async function () {
1032
- try {
1033
- const data = await client.DescribeBackupFiles({})
1034
- expect(data).to.be.ok
1035
- } catch(error) {
1036
- expect(error.requestId).to.be.ok
1037
- expect(error.code).to.be.ok
1038
- }
1039
- })
1040
-
1041
1121
  it("sqlserver.v20180328.InquiryPriceRenewDBInstance", async function () {
1042
1122
  try {
1043
1123
  const data = await client.InquiryPriceRenewDBInstance({})
@@ -1108,6 +1188,16 @@ it("sqlserver.v20180328.DescribeDBSecurityGroups", async function () {
1108
1188
  }
1109
1189
  })
1110
1190
 
1191
+ it("sqlserver.v20180328.ModifyReadOnlyGroupDetails", async function () {
1192
+ try {
1193
+ const data = await client.ModifyReadOnlyGroupDetails({})
1194
+ expect(data).to.be.ok
1195
+ } catch(error) {
1196
+ expect(error.requestId).to.be.ok
1197
+ expect(error.code).to.be.ok
1198
+ }
1199
+ })
1200
+
1111
1201
  it("sqlserver.v20180328.DeleteBackupMigration", async function () {
1112
1202
  try {
1113
1203
  const data = await client.DeleteBackupMigration({})
@@ -1138,9 +1228,9 @@ it("sqlserver.v20180328.UpgradeDBInstance", async function () {
1138
1228
  }
1139
1229
  })
1140
1230
 
1141
- it("sqlserver.v20180328.ModifyReadOnlyGroupDetails", async function () {
1231
+ it("sqlserver.v20180328.ModifyDBInstanceRenewFlag", async function () {
1142
1232
  try {
1143
- const data = await client.ModifyReadOnlyGroupDetails({})
1233
+ const data = await client.ModifyDBInstanceRenewFlag({})
1144
1234
  expect(data).to.be.ok
1145
1235
  } catch(error) {
1146
1236
  expect(error.requestId).to.be.ok
@@ -1148,9 +1238,9 @@ it("sqlserver.v20180328.ModifyReadOnlyGroupDetails", async function () {
1148
1238
  }
1149
1239
  })
1150
1240
 
1151
- it("sqlserver.v20180328.ModifyDBInstanceRenewFlag", async function () {
1241
+ it("sqlserver.v20180328.DescribeReadOnlyGroupByReadOnlyInstance", async function () {
1152
1242
  try {
1153
- const data = await client.ModifyDBInstanceRenewFlag({})
1243
+ const data = await client.DescribeReadOnlyGroupByReadOnlyInstance({})
1154
1244
  expect(data).to.be.ok
1155
1245
  } catch(error) {
1156
1246
  expect(error.requestId).to.be.ok
@@ -428,6 +428,16 @@ it("wedata.v20210820.DescribeInstanceLastLog", async function () {
428
428
  }
429
429
  })
430
430
 
431
+ it("wedata.v20210820.CreateTaskVersionDs", async function () {
432
+ try {
433
+ const data = await client.CreateTaskVersionDs({})
434
+ expect(data).to.be.ok
435
+ } catch(error) {
436
+ expect(error.requestId).to.be.ok
437
+ expect(error.code).to.be.ok
438
+ }
439
+ })
440
+
431
441
  it("wedata.v20210820.BatchModifyOpsOwners", async function () {
432
442
  try {
433
443
  const data = await client.BatchModifyOpsOwners({})
@@ -578,9 +588,9 @@ it("wedata.v20210820.DeleteRuleTemplate", async function () {
578
588
  }
579
589
  })
580
590
 
581
- it("wedata.v20210820.CreateDsFolder", async function () {
591
+ it("wedata.v20210820.DescribeApproveList", async function () {
582
592
  try {
583
- const data = await client.CreateDsFolder({})
593
+ const data = await client.DescribeApproveList({})
584
594
  expect(data).to.be.ok
585
595
  } catch(error) {
586
596
  expect(error.requestId).to.be.ok
@@ -798,9 +808,9 @@ it("wedata.v20210820.MakeUpOpsTasks", async function () {
798
808
  }
799
809
  })
800
810
 
801
- it("wedata.v20210820.SubmitWorkflow", async function () {
811
+ it("wedata.v20210820.CreateDsFolder", async function () {
802
812
  try {
803
- const data = await client.SubmitWorkflow({})
813
+ const data = await client.CreateDsFolder({})
804
814
  expect(data).to.be.ok
805
815
  } catch(error) {
806
816
  expect(error.requestId).to.be.ok
@@ -838,6 +848,16 @@ it("wedata.v20210820.DryRunDIOfflineTask", async function () {
838
848
  }
839
849
  })
840
850
 
851
+ it("wedata.v20210820.DescribeEventCases", async function () {
852
+ try {
853
+ const data = await client.DescribeEventCases({})
854
+ expect(data).to.be.ok
855
+ } catch(error) {
856
+ expect(error.requestId).to.be.ok
857
+ expect(error.code).to.be.ok
858
+ }
859
+ })
860
+
841
861
  it("wedata.v20210820.DescribeDimensionScore", async function () {
842
862
  try {
843
863
  const data = await client.DescribeDimensionScore({})
@@ -2058,6 +2078,16 @@ it("wedata.v20210820.DescribeFolderList", async function () {
2058
2078
  }
2059
2079
  })
2060
2080
 
2081
+ it("wedata.v20210820.ModifyApproveStatus", async function () {
2082
+ try {
2083
+ const data = await client.ModifyApproveStatus({})
2084
+ expect(data).to.be.ok
2085
+ } catch(error) {
2086
+ expect(error.requestId).to.be.ok
2087
+ expect(error.code).to.be.ok
2088
+ }
2089
+ })
2090
+
2061
2091
  it("wedata.v20210820.DescribeDataSourceWithoutInfo", async function () {
2062
2092
  try {
2063
2093
  const data = await client.DescribeDataSourceWithoutInfo({})
@@ -2208,9 +2238,9 @@ it("wedata.v20210820.DescribeTableLineage", async function () {
2208
2238
  }
2209
2239
  })
2210
2240
 
2211
- it("wedata.v20210820.DescribeEventCases", async function () {
2241
+ it("wedata.v20210820.BatchCreateTaskVersionDs", async function () {
2212
2242
  try {
2213
- const data = await client.DescribeEventCases({})
2243
+ const data = await client.BatchCreateTaskVersionDs({})
2214
2244
  expect(data).to.be.ok
2215
2245
  } catch(error) {
2216
2246
  expect(error.requestId).to.be.ok
@@ -2508,6 +2538,16 @@ it("wedata.v20210820.ModifyDsFolder", async function () {
2508
2538
  }
2509
2539
  })
2510
2540
 
2541
+ it("wedata.v20210820.SubmitWorkflow", async function () {
2542
+ try {
2543
+ const data = await client.SubmitWorkflow({})
2544
+ expect(data).to.be.ok
2545
+ } catch(error) {
2546
+ expect(error.requestId).to.be.ok
2547
+ expect(error.code).to.be.ok
2548
+ }
2549
+ })
2550
+
2511
2551
  it("wedata.v20210820.DeleteCustomFunction", async function () {
2512
2552
  try {
2513
2553
  const data = await client.DeleteCustomFunction({})