tencentcloud-sdk-nodejs 4.0.870 → 4.0.872

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 (76) hide show
  1. package/CHANGELOG.md +303 -0
  2. package/SERVICE_CHANGELOG.md +304 -131
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  7. package/src/services/dlc/v20210125/dlc_client.ts +174 -47
  8. package/src/services/dlc/v20210125/dlc_models.ts +740 -292
  9. package/src/services/domain/v20180808/domain_client.ts +12 -9
  10. package/src/services/domain/v20180808/domain_models.ts +355 -55
  11. package/src/services/dts/v20180330/dts_models.ts +8 -8
  12. package/src/services/eb/v20210416/eb_models.ts +34 -25
  13. package/src/services/emr/v20190103/emr_models.ts +10 -0
  14. package/src/services/ess/v20201111/ess_models.ts +2 -2
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
  16. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +6 -6
  17. package/src/services/mongodb/v20190725/mongodb_models.ts +12 -12
  18. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  19. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  20. package/src/services/ocr/v20181119/ocr_client.ts +5 -4
  21. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  22. package/src/services/postgres/v20170312/postgres_client.ts +20 -8
  23. package/src/services/postgres/v20170312/postgres_models.ts +218 -154
  24. package/src/services/redis/v20180412/redis_client.ts +12 -0
  25. package/src/services/redis/v20180412/redis_models.ts +84 -0
  26. package/src/services/smh/v20210712/smh_models.ts +2 -2
  27. package/src/services/teo/v20220901/teo_client.ts +61 -11
  28. package/src/services/teo/v20220901/teo_models.ts +267 -73
  29. package/src/services/tione/v20211111/tione_client.ts +1 -0
  30. package/src/services/tione/v20211111/tione_models.ts +38 -2
  31. package/src/services/tse/v20201207/tse_client.ts +12 -0
  32. package/src/services/tse/v20201207/tse_models.ts +24 -0
  33. package/src/services/vtc/v20240223/vtc_models.ts +8 -0
  34. package/src/services/wedata/v20210820/wedata_models.ts +10 -0
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  38. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +53 -13
  39. package/tencentcloud/services/dlc/v20210125/dlc_client.js +78 -18
  40. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +713 -292
  41. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -5
  42. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +352 -55
  43. package/tencentcloud/services/dts/v20180330/dts_models.d.ts +8 -8
  44. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +34 -25
  45. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +10 -0
  46. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -2
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
  48. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +6 -6
  49. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +12 -12
  50. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  51. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  52. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  53. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +3 -2
  54. package/tencentcloud/services/ocr/v20181119/ocr_client.js +3 -2
  55. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  56. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +9 -5
  57. package/tencentcloud/services/postgres/v20170312/postgres_client.js +11 -5
  58. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +216 -154
  59. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  60. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  61. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +82 -0
  62. package/tencentcloud/services/smh/v20210712/smh_models.d.ts +2 -2
  63. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +19 -3
  64. package/tencentcloud/services/teo/v20220901/teo_client.js +27 -3
  65. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +255 -71
  66. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +37 -2
  67. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  68. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  69. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +22 -0
  70. package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +8 -0
  71. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +10 -0
  72. package/test/dlc.v20210125.test.js +114 -14
  73. package/test/postgres.v20170312.test.js +12 -2
  74. package/test/redis.v20180412.test.js +10 -0
  75. package/test/teo.v20220901.test.js +42 -2
  76. package/test/tse.v20201207.test.js +10 -0
@@ -19642,6 +19642,16 @@ export interface OrganizationalFunction {
19642
19642
  注意:此字段可能返回 null,表示取不到有效值。
19643
19643
  */
19644
19644
  Tag?: string;
19645
+ /**
19646
+ * 操作人 ID 列表
19647
+ 注意:此字段可能返回 null,表示取不到有效值。
19648
+ */
19649
+ OperatorUserIdsStr?: Array<string>;
19650
+ /**
19651
+ * 公有云 Owner ID 列表
19652
+ 注意:此字段可能返回 null,表示取不到有效值。
19653
+ */
19654
+ OwnerUserIdsStr?: Array<string>;
19645
19655
  }
19646
19656
  /**
19647
19657
  * 通用排序字段
@@ -168,9 +168,9 @@ it("dlc.v20210125.CreateNotebookSessionStatementSupportBatchSQL", async function
168
168
  }
169
169
  })
170
170
 
171
- it("dlc.v20210125.DescribeSparkSessionBatchSqlLog", async function () {
171
+ it("dlc.v20210125.SwitchDataEngine", async function () {
172
172
  try {
173
- const data = await client.DescribeSparkSessionBatchSqlLog({})
173
+ const data = await client.SwitchDataEngine({})
174
174
  expect(data).to.be.ok
175
175
  } catch(error) {
176
176
  expect(error.requestId).to.be.ok
@@ -178,9 +178,9 @@ it("dlc.v20210125.DescribeSparkSessionBatchSqlLog", async function () {
178
178
  }
179
179
  })
180
180
 
181
- it("dlc.v20210125.SwitchDataEngine", async function () {
181
+ it("dlc.v20210125.DescribeDataEngines", async function () {
182
182
  try {
183
- const data = await client.SwitchDataEngine({})
183
+ const data = await client.DescribeDataEngines({})
184
184
  expect(data).to.be.ok
185
185
  } catch(error) {
186
186
  expect(error.requestId).to.be.ok
@@ -188,9 +188,9 @@ it("dlc.v20210125.SwitchDataEngine", async function () {
188
188
  }
189
189
  })
190
190
 
191
- it("dlc.v20210125.AlterDMSDatabase", async function () {
191
+ it("dlc.v20210125.DescribeDMSPartitions", async function () {
192
192
  try {
193
- const data = await client.AlterDMSDatabase({})
193
+ const data = await client.DescribeDMSPartitions({})
194
194
  expect(data).to.be.ok
195
195
  } catch(error) {
196
196
  expect(error.requestId).to.be.ok
@@ -198,9 +198,9 @@ it("dlc.v20210125.AlterDMSDatabase", async function () {
198
198
  }
199
199
  })
200
200
 
201
- it("dlc.v20210125.DescribeDMSPartitions", async function () {
201
+ it("dlc.v20210125.CancelTask", async function () {
202
202
  try {
203
- const data = await client.DescribeDMSPartitions({})
203
+ const data = await client.CancelTask({})
204
204
  expect(data).to.be.ok
205
205
  } catch(error) {
206
206
  expect(error.requestId).to.be.ok
@@ -208,9 +208,9 @@ it("dlc.v20210125.DescribeDMSPartitions", async function () {
208
208
  }
209
209
  })
210
210
 
211
- it("dlc.v20210125.DescribeTaskResult", async function () {
211
+ it("dlc.v20210125.DescribeDLCCatalogAccess", async function () {
212
212
  try {
213
- const data = await client.DescribeTaskResult({})
213
+ const data = await client.DescribeDLCCatalogAccess({})
214
214
  expect(data).to.be.ok
215
215
  } catch(error) {
216
216
  expect(error.requestId).to.be.ok
@@ -278,6 +278,16 @@ it("dlc.v20210125.CreateSparkAppTask", async function () {
278
278
  }
279
279
  })
280
280
 
281
+ it("dlc.v20210125.DescribeOtherCHDFSBindingList", async function () {
282
+ try {
283
+ const data = await client.DescribeOtherCHDFSBindingList({})
284
+ expect(data).to.be.ok
285
+ } catch(error) {
286
+ expect(error.requestId).to.be.ok
287
+ expect(error.code).to.be.ok
288
+ }
289
+ })
290
+
281
291
  it("dlc.v20210125.DescribeLakeFsDirSummary", async function () {
282
292
  try {
283
293
  const data = await client.DescribeLakeFsDirSummary({})
@@ -308,6 +318,26 @@ it("dlc.v20210125.DescribeNotebookSessions", async function () {
308
318
  }
309
319
  })
310
320
 
321
+ it("dlc.v20210125.DescribeThirdPartyAccessUser", async function () {
322
+ try {
323
+ const data = await client.DescribeThirdPartyAccessUser({})
324
+ expect(data).to.be.ok
325
+ } catch(error) {
326
+ expect(error.requestId).to.be.ok
327
+ expect(error.code).to.be.ok
328
+ }
329
+ })
330
+
331
+ it("dlc.v20210125.RevokeDLCCatalogAccess", async function () {
332
+ try {
333
+ const data = await client.RevokeDLCCatalogAccess({})
334
+ expect(data).to.be.ok
335
+ } catch(error) {
336
+ expect(error.requestId).to.be.ok
337
+ expect(error.code).to.be.ok
338
+ }
339
+ })
340
+
311
341
  it("dlc.v20210125.CreateUser", async function () {
312
342
  try {
313
343
  const data = await client.CreateUser({})
@@ -458,6 +488,16 @@ it("dlc.v20210125.DescribeTablesName", async function () {
458
488
  }
459
489
  })
460
490
 
491
+ it("dlc.v20210125.DeleteCHDFSBindingProduct", async function () {
492
+ try {
493
+ const data = await client.DeleteCHDFSBindingProduct({})
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
+
461
501
  it("dlc.v20210125.ReportHeartbeatMetaData", async function () {
462
502
  try {
463
503
  const data = await client.ReportHeartbeatMetaData({})
@@ -538,6 +578,16 @@ it("dlc.v20210125.RollbackDataEngineImage", async function () {
538
578
  }
539
579
  })
540
580
 
581
+ it("dlc.v20210125.DescribeSubUserAccessPolicy", async function () {
582
+ try {
583
+ const data = await client.DescribeSubUserAccessPolicy({})
584
+ expect(data).to.be.ok
585
+ } catch(error) {
586
+ expect(error.requestId).to.be.ok
587
+ expect(error.code).to.be.ok
588
+ }
589
+ })
590
+
541
591
  it("dlc.v20210125.CreateSparkSessionBatchSQL", async function () {
542
592
  try {
543
593
  const data = await client.CreateSparkSessionBatchSQL({})
@@ -558,6 +608,16 @@ it("dlc.v20210125.DescribeNotebookSessionStatements", async function () {
558
608
  }
559
609
  })
560
610
 
611
+ it("dlc.v20210125.GrantDLCCatalogAccess", async function () {
612
+ try {
613
+ const data = await client.GrantDLCCatalogAccess({})
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
+
561
621
  it("dlc.v20210125.SuspendResumeDataEngine", async function () {
562
622
  try {
563
623
  const data = await client.SuspendResumeDataEngine({})
@@ -638,9 +698,9 @@ it("dlc.v20210125.CreateNotebookSessionStatement", async function () {
638
698
  }
639
699
  })
640
700
 
641
- it("dlc.v20210125.DescribeDataEngines", async function () {
701
+ it("dlc.v20210125.AlterDMSDatabase", async function () {
642
702
  try {
643
- const data = await client.DescribeDataEngines({})
703
+ const data = await client.AlterDMSDatabase({})
644
704
  expect(data).to.be.ok
645
705
  } catch(error) {
646
706
  expect(error.requestId).to.be.ok
@@ -788,6 +848,16 @@ it("dlc.v20210125.CreateWorkGroup", async function () {
788
848
  }
789
849
  })
790
850
 
851
+ it("dlc.v20210125.CreateCHDFSBindingProduct", async function () {
852
+ try {
853
+ const data = await client.CreateCHDFSBindingProduct({})
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
+
791
861
  it("dlc.v20210125.DescribeDatasourceConnection", async function () {
792
862
  try {
793
863
  const data = await client.DescribeDatasourceConnection({})
@@ -828,9 +898,9 @@ it("dlc.v20210125.ModifyUser", async function () {
828
898
  }
829
899
  })
830
900
 
831
- it("dlc.v20210125.CancelTask", async function () {
901
+ it("dlc.v20210125.DescribeSparkSessionBatchSqlLog", async function () {
832
902
  try {
833
- const data = await client.CancelTask({})
903
+ const data = await client.DescribeSparkSessionBatchSqlLog({})
834
904
  expect(data).to.be.ok
835
905
  } catch(error) {
836
906
  expect(error.requestId).to.be.ok
@@ -1058,6 +1128,16 @@ it("dlc.v20210125.CreateTable", async function () {
1058
1128
  }
1059
1129
  })
1060
1130
 
1131
+ it("dlc.v20210125.DescribeTaskResult", async function () {
1132
+ try {
1133
+ const data = await client.DescribeTaskResult({})
1134
+ expect(data).to.be.ok
1135
+ } catch(error) {
1136
+ expect(error.requestId).to.be.ok
1137
+ expect(error.code).to.be.ok
1138
+ }
1139
+ })
1140
+
1061
1141
  it("dlc.v20210125.CreateExportTask", async function () {
1062
1142
  try {
1063
1143
  const data = await client.CreateExportTask({})
@@ -1068,6 +1148,16 @@ it("dlc.v20210125.CreateExportTask", async function () {
1068
1148
  }
1069
1149
  })
1070
1150
 
1151
+ it("dlc.v20210125.RegisterThirdPartyAccessUser", async function () {
1152
+ try {
1153
+ const data = await client.RegisterThirdPartyAccessUser({})
1154
+ expect(data).to.be.ok
1155
+ } catch(error) {
1156
+ expect(error.requestId).to.be.ok
1157
+ expect(error.code).to.be.ok
1158
+ }
1159
+ })
1160
+
1071
1161
  it("dlc.v20210125.DeleteUsersFromWorkGroup", async function () {
1072
1162
  try {
1073
1163
  const data = await client.DeleteUsersFromWorkGroup({})
@@ -1168,6 +1258,16 @@ it("dlc.v20210125.DescribeViews", async function () {
1168
1258
  }
1169
1259
  })
1170
1260
 
1261
+ it("dlc.v20210125.DeleteThirdPartyAccessUser", async function () {
1262
+ try {
1263
+ const data = await client.DeleteThirdPartyAccessUser({})
1264
+ expect(data).to.be.ok
1265
+ } catch(error) {
1266
+ expect(error.requestId).to.be.ok
1267
+ expect(error.code).to.be.ok
1268
+ }
1269
+ })
1270
+
1171
1271
  it("dlc.v20210125.DescribeDMSDatabase", async function () {
1172
1272
  try {
1173
1273
  const data = await client.DescribeDMSDatabase({})
@@ -538,9 +538,9 @@ it("postgres.v20170312.ResetAccountPassword", async function () {
538
538
  }
539
539
  })
540
540
 
541
- it("postgres.v20170312.DescribeDBInstanceAttribute", async function () {
541
+ it("postgres.v20170312.RestoreDBInstanceObjects", async function () {
542
542
  try {
543
- const data = await client.DescribeDBInstanceAttribute({})
543
+ const data = await client.RestoreDBInstanceObjects({})
544
544
  expect(data).to.be.ok
545
545
  } catch(error) {
546
546
  expect(error.requestId).to.be.ok
@@ -898,6 +898,16 @@ it("postgres.v20170312.DescribeReadOnlyGroups", async function () {
898
898
  }
899
899
  })
900
900
 
901
+ it("postgres.v20170312.DescribeDBInstanceAttribute", async function () {
902
+ try {
903
+ const data = await client.DescribeDBInstanceAttribute({})
904
+ expect(data).to.be.ok
905
+ } catch(error) {
906
+ expect(error.requestId).to.be.ok
907
+ expect(error.code).to.be.ok
908
+ }
909
+ })
910
+
901
911
  it("postgres.v20170312.UpgradeDBInstance", async function () {
902
912
  try {
903
913
  const data = await client.UpgradeDBInstance({})
@@ -168,6 +168,16 @@ it("redis.v20180412.DescribeInstanceSecurityGroup", async function () {
168
168
  }
169
169
  })
170
170
 
171
+ it("redis.v20180412.DescribeBackupDetail", async function () {
172
+ try {
173
+ const data = await client.DescribeBackupDetail({})
174
+ expect(data).to.be.ok
175
+ } catch(error) {
176
+ expect(error.requestId).to.be.ok
177
+ expect(error.code).to.be.ok
178
+ }
179
+ })
180
+
171
181
  it("redis.v20180412.UpgradeVersionToMultiAvailabilityZones", async function () {
172
182
  try {
173
183
  const data = await client.UpgradeVersionToMultiAvailabilityZones({})
@@ -518,6 +518,16 @@ it("teo.v20220901.DeleteL4ProxyRules", async function () {
518
518
  }
519
519
  })
520
520
 
521
+ it("teo.v20220901.CreateCustomizeErrorPage", async function () {
522
+ try {
523
+ const data = await client.CreateCustomizeErrorPage({})
524
+ expect(data).to.be.ok
525
+ } catch(error) {
526
+ expect(error.requestId).to.be.ok
527
+ expect(error.code).to.be.ok
528
+ }
529
+ })
530
+
521
531
  it("teo.v20220901.ModifyAccelerationDomain", async function () {
522
532
  try {
523
533
  const data = await client.ModifyAccelerationDomain({})
@@ -638,6 +648,16 @@ it("teo.v20220901.DescribeAvailablePlans", async function () {
638
648
  }
639
649
  })
640
650
 
651
+ it("teo.v20220901.DescribeCustomErrorPages", async function () {
652
+ try {
653
+ const data = await client.DescribeCustomErrorPages({})
654
+ expect(data).to.be.ok
655
+ } catch(error) {
656
+ expect(error.requestId).to.be.ok
657
+ expect(error.code).to.be.ok
658
+ }
659
+ })
660
+
641
661
  it("teo.v20220901.DescribeRulesSetting", async function () {
642
662
  try {
643
663
  const data = await client.DescribeRulesSetting({})
@@ -728,9 +748,9 @@ it("teo.v20220901.DescribeL4ProxyRules", async function () {
728
748
  }
729
749
  })
730
750
 
731
- it("teo.v20220901.DescribeL4Proxy", async function () {
751
+ it("teo.v20220901.DeleteCustomErrorPage", async function () {
732
752
  try {
733
- const data = await client.DescribeL4Proxy({})
753
+ const data = await client.DeleteCustomErrorPage({})
734
754
  expect(data).to.be.ok
735
755
  } catch(error) {
736
756
  expect(error.requestId).to.be.ok
@@ -998,6 +1018,16 @@ it("teo.v20220901.DescribeSecurityIPGroup", async function () {
998
1018
  }
999
1019
  })
1000
1020
 
1021
+ it("teo.v20220901.ModifyCustomErrorPage", async function () {
1022
+ try {
1023
+ const data = await client.ModifyCustomErrorPage({})
1024
+ expect(data).to.be.ok
1025
+ } catch(error) {
1026
+ expect(error.requestId).to.be.ok
1027
+ expect(error.code).to.be.ok
1028
+ }
1029
+ })
1030
+
1001
1031
  it("teo.v20220901.DescribeDDoSAttackData", async function () {
1002
1032
  try {
1003
1033
  const data = await client.DescribeDDoSAttackData({})
@@ -1028,6 +1058,16 @@ it("teo.v20220901.DescribeAliasDomains", async function () {
1028
1058
  }
1029
1059
  })
1030
1060
 
1061
+ it("teo.v20220901.DescribeL4Proxy", async function () {
1062
+ try {
1063
+ const data = await client.DescribeL4Proxy({})
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
+
1031
1071
  it("teo.v20220901.DescribeBillingData", async function () {
1032
1072
  try {
1033
1073
  const data = await client.DescribeBillingData({})
@@ -938,6 +938,16 @@ it("tse.v20201207.DeleteWafDomains", async function () {
938
938
  }
939
939
  })
940
940
 
941
+ it("tse.v20201207.DescribePublicAddressConfig", async function () {
942
+ try {
943
+ const data = await client.DescribePublicAddressConfig({})
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
+
941
951
  it("tse.v20201207.DeleteCloudNativeAPIGatewayService", async function () {
942
952
  try {
943
953
  const data = await client.DeleteCloudNativeAPIGatewayService({})