tencentcloud-sdk-nodejs 4.0.699 → 4.0.701

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 +322 -0
  2. package/SERVICE_CHANGELOG.md +410 -154
  3. package/package.json +1 -1
  4. package/products.md +25 -25
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/batch/v20170312/batch_models.ts +5 -0
  7. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  8. package/src/services/cls/v20201016/cls_client.ts +3 -4
  9. package/src/services/cls/v20201016/cls_models.ts +17 -14
  10. package/src/services/cvm/v20170312/cvm_models.ts +5 -0
  11. package/src/services/dbbrain/v20210527/dbbrain_models.ts +3 -3
  12. package/src/services/dlc/v20210125/dlc_client.ts +318 -59
  13. package/src/services/dlc/v20210125/dlc_models.ts +1076 -228
  14. package/src/services/es/v20180416/es_models.ts +19 -14
  15. package/src/services/ess/v20201111/ess_client.ts +4 -2
  16. package/src/services/ess/v20201111/ess_models.ts +10 -2
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +58 -23
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +176 -31
  19. package/src/services/iss/v20230517/iss_models.ts +3 -3
  20. package/src/services/live/v20180801/live_models.ts +4 -1
  21. package/src/services/monitor/v20180724/monitor_models.ts +10 -5
  22. package/src/services/postgres/v20170312/postgres_client.ts +12 -0
  23. package/src/services/postgres/v20170312/postgres_models.ts +66 -0
  24. package/src/services/scf/v20180416/scf_models.ts +1 -0
  25. package/src/services/ssl/v20191205/ssl_client.ts +4 -2
  26. package/src/services/tcm/v20210413/tcm_models.ts +5 -0
  27. package/src/services/tdmq/v20200217/tdmq_client.ts +2 -1
  28. package/src/services/tdmq/v20200217/tdmq_models.ts +202 -93
  29. package/src/services/tke/v20180525/tke_models.ts +1 -1
  30. package/src/services/vod/v20180717/vod_models.ts +2 -2
  31. package/src/services/waf/v20180125/waf_client.ts +15 -3
  32. package/src/services/waf/v20180125/waf_models.ts +224 -166
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +5 -0
  36. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  37. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -2
  38. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -2
  39. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +17 -14
  40. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -0
  41. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +3 -3
  42. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +101 -17
  43. package/tencentcloud/services/dlc/v20210125/dlc_client.js +150 -24
  44. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1023 -224
  45. package/tencentcloud/services/es/v20180416/es_models.d.ts +19 -14
  46. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -2
  47. package/tencentcloud/services/ess/v20201111/ess_client.js +4 -2
  48. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -2
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +32 -14
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +36 -14
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +171 -31
  52. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +3 -3
  53. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -1
  54. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -5
  55. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -1
  56. package/tencentcloud/services/postgres/v20170312/postgres_client.js +6 -0
  57. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +64 -0
  58. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -0
  59. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +3 -1
  60. package/tencentcloud/services/ssl/v20191205/ssl_client.js +3 -1
  61. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +5 -0
  62. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +201 -93
  63. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  64. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -2
  65. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  66. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  67. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +222 -166
  68. package/test/dlc.v20210125.test.js +228 -18
  69. package/test/essbasic.v20210526.test.js +24 -4
  70. package/test/postgres.v20170312.test.js +10 -0
  71. package/test/waf.v20180125.test.js +10 -0
@@ -68,6 +68,26 @@ it("dlc.v20210125.DescribeUserRoles", async function () {
68
68
  }
69
69
  })
70
70
 
71
+ it("dlc.v20210125.ModifyUserType", async function () {
72
+ try {
73
+ const data = await client.ModifyUserType({})
74
+ expect(data).to.be.ok
75
+ } catch(error) {
76
+ expect(error.requestId).to.be.ok
77
+ expect(error.code).to.be.ok
78
+ }
79
+ })
80
+
81
+ it("dlc.v20210125.DescribeWorkGroupInfo", async function () {
82
+ try {
83
+ const data = await client.DescribeWorkGroupInfo({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
71
91
  it("dlc.v20210125.DescribeNotebookSession", async function () {
72
92
  try {
73
93
  const data = await client.DescribeNotebookSession({})
@@ -108,9 +128,9 @@ it("dlc.v20210125.UnlockMetaData", async function () {
108
128
  }
109
129
  })
110
130
 
111
- it("dlc.v20210125.CreateStoreLocation", async function () {
131
+ it("dlc.v20210125.DescribeDataEngine", async function () {
112
132
  try {
113
- const data = await client.CreateStoreLocation({})
133
+ const data = await client.DescribeDataEngine({})
114
134
  expect(data).to.be.ok
115
135
  } catch(error) {
116
136
  expect(error.requestId).to.be.ok
@@ -118,9 +138,9 @@ it("dlc.v20210125.CreateStoreLocation", async function () {
118
138
  }
119
139
  })
120
140
 
121
- it("dlc.v20210125.CreateNotebookSessionStatementSupportBatchSQL", async function () {
141
+ it("dlc.v20210125.CreateStoreLocation", async function () {
122
142
  try {
123
- const data = await client.CreateNotebookSessionStatementSupportBatchSQL({})
143
+ const data = await client.CreateStoreLocation({})
124
144
  expect(data).to.be.ok
125
145
  } catch(error) {
126
146
  expect(error.requestId).to.be.ok
@@ -128,9 +148,9 @@ it("dlc.v20210125.CreateNotebookSessionStatementSupportBatchSQL", async function
128
148
  }
129
149
  })
130
150
 
131
- it("dlc.v20210125.DescribeSparkSessionBatchSqlLog", async function () {
151
+ it("dlc.v20210125.CreateNotebookSessionStatementSupportBatchSQL", async function () {
132
152
  try {
133
- const data = await client.DescribeSparkSessionBatchSqlLog({})
153
+ const data = await client.CreateNotebookSessionStatementSupportBatchSQL({})
134
154
  expect(data).to.be.ok
135
155
  } catch(error) {
136
156
  expect(error.requestId).to.be.ok
@@ -188,6 +208,16 @@ it("dlc.v20210125.DescribeDMSTables", async function () {
188
208
  }
189
209
  })
190
210
 
211
+ it("dlc.v20210125.DescribeUserType", async function () {
212
+ try {
213
+ const data = await client.DescribeUserType({})
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
+
191
221
  it("dlc.v20210125.DescribeTasks", async function () {
192
222
  try {
193
223
  const data = await client.DescribeTasks({})
@@ -208,6 +238,16 @@ it("dlc.v20210125.DeleteScript", async function () {
208
238
  }
209
239
  })
210
240
 
241
+ it("dlc.v20210125.SwitchDataEngineImage", async function () {
242
+ try {
243
+ const data = await client.SwitchDataEngineImage({})
244
+ expect(data).to.be.ok
245
+ } catch(error) {
246
+ expect(error.requestId).to.be.ok
247
+ expect(error.code).to.be.ok
248
+ }
249
+ })
250
+
211
251
  it("dlc.v20210125.CreateSparkAppTask", async function () {
212
252
  try {
213
253
  const data = await client.CreateSparkAppTask({})
@@ -238,9 +278,9 @@ it("dlc.v20210125.DescribeDatabases", async function () {
238
278
  }
239
279
  })
240
280
 
241
- it("dlc.v20210125.DescribeNotebookSessions", async function () {
281
+ it("dlc.v20210125.AlterDMSPartition", async function () {
242
282
  try {
243
- const data = await client.DescribeNotebookSessions({})
283
+ const data = await client.AlterDMSPartition({})
244
284
  expect(data).to.be.ok
245
285
  } catch(error) {
246
286
  expect(error.requestId).to.be.ok
@@ -278,9 +318,19 @@ it("dlc.v20210125.ModifySparkAppBatch", async function () {
278
318
  }
279
319
  })
280
320
 
281
- it("dlc.v20210125.AlterDMSPartition", async function () {
321
+ it("dlc.v20210125.DescribeNotebookSessions", async function () {
282
322
  try {
283
- const data = await client.AlterDMSPartition({})
323
+ const data = await client.DescribeNotebookSessions({})
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.UpdateRowFilter", async function () {
332
+ try {
333
+ const data = await client.UpdateRowFilter({})
284
334
  expect(data).to.be.ok
285
335
  } catch(error) {
286
336
  expect(error.requestId).to.be.ok
@@ -418,6 +468,16 @@ it("dlc.v20210125.CreateDatabase", async function () {
418
468
  }
419
469
  })
420
470
 
471
+ it("dlc.v20210125.RollbackDataEngineImage", async function () {
472
+ try {
473
+ const data = await client.RollbackDataEngineImage({})
474
+ expect(data).to.be.ok
475
+ } catch(error) {
476
+ expect(error.requestId).to.be.ok
477
+ expect(error.code).to.be.ok
478
+ }
479
+ })
480
+
421
481
  it("dlc.v20210125.CreateSparkSessionBatchSQL", async function () {
422
482
  try {
423
483
  const data = await client.CreateSparkSessionBatchSQL({})
@@ -548,6 +608,16 @@ it("dlc.v20210125.AddDMSPartitions", async function () {
548
608
  }
549
609
  })
550
610
 
611
+ it("dlc.v20210125.UpdateUserDataEngineConfig", async function () {
612
+ try {
613
+ const data = await client.UpdateUserDataEngineConfig({})
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
+
551
621
  it("dlc.v20210125.CancelNotebookSessionStatementBatch", async function () {
552
622
  try {
553
623
  const data = await client.CancelNotebookSessionStatementBatch({})
@@ -558,6 +628,16 @@ it("dlc.v20210125.CancelNotebookSessionStatementBatch", async function () {
558
628
  }
559
629
  })
560
630
 
631
+ it("dlc.v20210125.CheckDataEngineImageCanBeUpgrade", async function () {
632
+ try {
633
+ const data = await client.CheckDataEngineImageCanBeUpgrade({})
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
+
561
641
  it("dlc.v20210125.DeleteSparkApp", async function () {
562
642
  try {
563
643
  const data = await client.DeleteSparkApp({})
@@ -628,6 +708,16 @@ it("dlc.v20210125.DescribeDatasourceConnection", async function () {
628
708
  }
629
709
  })
630
710
 
711
+ it("dlc.v20210125.CheckDataEngineImageCanBeRollback", async function () {
712
+ try {
713
+ const data = await client.CheckDataEngineImageCanBeRollback({})
714
+ expect(data).to.be.ok
715
+ } catch(error) {
716
+ expect(error.requestId).to.be.ok
717
+ expect(error.code).to.be.ok
718
+ }
719
+ })
720
+
631
721
  it("dlc.v20210125.CancelSparkSessionBatchSQL", async function () {
632
722
  try {
633
723
  const data = await client.CancelSparkSessionBatchSQL({})
@@ -638,9 +728,9 @@ it("dlc.v20210125.CancelSparkSessionBatchSQL", async function () {
638
728
  }
639
729
  })
640
730
 
641
- it("dlc.v20210125.CancelTask", async function () {
731
+ it("dlc.v20210125.DescribeSparkSessionBatchSqlLog", async function () {
642
732
  try {
643
- const data = await client.CancelTask({})
733
+ const data = await client.DescribeSparkSessionBatchSqlLog({})
644
734
  expect(data).to.be.ok
645
735
  } catch(error) {
646
736
  expect(error.requestId).to.be.ok
@@ -648,9 +738,49 @@ it("dlc.v20210125.CancelTask", async function () {
648
738
  }
649
739
  })
650
740
 
651
- it("dlc.v20210125.ModifySparkApp", async function () {
741
+ it("dlc.v20210125.DescribeTable", async function () {
652
742
  try {
653
- const data = await client.ModifySparkApp({})
743
+ const data = await client.DescribeTable({})
744
+ expect(data).to.be.ok
745
+ } catch(error) {
746
+ expect(error.requestId).to.be.ok
747
+ expect(error.code).to.be.ok
748
+ }
749
+ })
750
+
751
+ it("dlc.v20210125.DescribeUserInfo", async function () {
752
+ try {
753
+ const data = await client.DescribeUserInfo({})
754
+ expect(data).to.be.ok
755
+ } catch(error) {
756
+ expect(error.requestId).to.be.ok
757
+ expect(error.code).to.be.ok
758
+ }
759
+ })
760
+
761
+ it("dlc.v20210125.UpdateDataEngine", async function () {
762
+ try {
763
+ const data = await client.UpdateDataEngine({})
764
+ expect(data).to.be.ok
765
+ } catch(error) {
766
+ expect(error.requestId).to.be.ok
767
+ expect(error.code).to.be.ok
768
+ }
769
+ })
770
+
771
+ it("dlc.v20210125.CheckDataEngineConfigPairsValidity", async function () {
772
+ try {
773
+ const data = await client.CheckDataEngineConfigPairsValidity({})
774
+ expect(data).to.be.ok
775
+ } catch(error) {
776
+ expect(error.requestId).to.be.ok
777
+ expect(error.code).to.be.ok
778
+ }
779
+ })
780
+
781
+ it("dlc.v20210125.DeleteDataEngine", async function () {
782
+ try {
783
+ const data = await client.DeleteDataEngine({})
654
784
  expect(data).to.be.ok
655
785
  } catch(error) {
656
786
  expect(error.requestId).to.be.ok
@@ -678,6 +808,16 @@ it("dlc.v20210125.DescribeEngineUsageInfo", async function () {
678
808
  }
679
809
  })
680
810
 
811
+ it("dlc.v20210125.UpdateDataEngineConfig", async function () {
812
+ try {
813
+ const data = await client.UpdateDataEngineConfig({})
814
+ expect(data).to.be.ok
815
+ } catch(error) {
816
+ expect(error.requestId).to.be.ok
817
+ expect(error.code).to.be.ok
818
+ }
819
+ })
820
+
681
821
  it("dlc.v20210125.CreateTasksInOrder", async function () {
682
822
  try {
683
823
  const data = await client.CreateTasksInOrder({})
@@ -688,9 +828,9 @@ it("dlc.v20210125.CreateTasksInOrder", async function () {
688
828
  }
689
829
  })
690
830
 
691
- it("dlc.v20210125.UpdateRowFilter", async function () {
831
+ it("dlc.v20210125.DescribeDataEngineImageVersions", async function () {
692
832
  try {
693
- const data = await client.UpdateRowFilter({})
833
+ const data = await client.DescribeDataEngineImageVersions({})
694
834
  expect(data).to.be.ok
695
835
  } catch(error) {
696
836
  expect(error.requestId).to.be.ok
@@ -708,6 +848,16 @@ it("dlc.v20210125.CreateDMSTable", async function () {
708
848
  }
709
849
  })
710
850
 
851
+ it("dlc.v20210125.UpgradeDataEngineImage", async function () {
852
+ try {
853
+ const data = await client.UpgradeDataEngineImage({})
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
+
711
861
  it("dlc.v20210125.DetachUserPolicy", async function () {
712
862
  try {
713
863
  const data = await client.DetachUserPolicy({})
@@ -788,6 +938,16 @@ it("dlc.v20210125.CreateExportTask", async function () {
788
938
  }
789
939
  })
790
940
 
941
+ it("dlc.v20210125.CancelTask", async function () {
942
+ try {
943
+ const data = await client.CancelTask({})
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
+
791
951
  it("dlc.v20210125.DeleteUsersFromWorkGroup", async function () {
792
952
  try {
793
953
  const data = await client.DeleteUsersFromWorkGroup({})
@@ -838,6 +998,16 @@ it("dlc.v20210125.CreateScript", async function () {
838
998
  }
839
999
  })
840
1000
 
1001
+ it("dlc.v20210125.RestartDataEngine", async function () {
1002
+ try {
1003
+ const data = await client.RestartDataEngine({})
1004
+ expect(data).to.be.ok
1005
+ } catch(error) {
1006
+ expect(error.requestId).to.be.ok
1007
+ expect(error.code).to.be.ok
1008
+ }
1009
+ })
1010
+
841
1011
  it("dlc.v20210125.DescribeNotebookSessionStatement", async function () {
842
1012
  try {
843
1013
  const data = await client.DescribeNotebookSessionStatement({})
@@ -848,9 +1018,19 @@ it("dlc.v20210125.DescribeNotebookSessionStatement", async function () {
848
1018
  }
849
1019
  })
850
1020
 
851
- it("dlc.v20210125.DescribeTable", async function () {
1021
+ it("dlc.v20210125.RenewDataEngine", async function () {
852
1022
  try {
853
- const data = await client.DescribeTable({})
1023
+ const data = await client.RenewDataEngine({})
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
+
1031
+ it("dlc.v20210125.ModifySparkApp", async function () {
1032
+ try {
1033
+ const data = await client.ModifySparkApp({})
854
1034
  expect(data).to.be.ok
855
1035
  } catch(error) {
856
1036
  expect(error.requestId).to.be.ok
@@ -888,6 +1068,16 @@ it("dlc.v20210125.BindWorkGroupsToUser", async function () {
888
1068
  }
889
1069
  })
890
1070
 
1071
+ it("dlc.v20210125.DescribeUserDataEngineConfig", async function () {
1072
+ try {
1073
+ const data = await client.DescribeUserDataEngineConfig({})
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
+
891
1081
  it("dlc.v20210125.ModifyUser", async function () {
892
1082
  try {
893
1083
  const data = await client.ModifyUser({})
@@ -898,6 +1088,16 @@ it("dlc.v20210125.ModifyUser", async function () {
898
1088
  }
899
1089
  })
900
1090
 
1091
+ it("dlc.v20210125.ModifyDataEngineDescription", async function () {
1092
+ try {
1093
+ const data = await client.ModifyDataEngineDescription({})
1094
+ expect(data).to.be.ok
1095
+ } catch(error) {
1096
+ expect(error.requestId).to.be.ok
1097
+ expect(error.code).to.be.ok
1098
+ }
1099
+ })
1100
+
901
1101
  it("dlc.v20210125.DeleteNotebookSession", async function () {
902
1102
  try {
903
1103
  const data = await client.DeleteNotebookSession({})
@@ -948,6 +1148,16 @@ it("dlc.v20210125.DescribeSparkAppTasks", async function () {
948
1148
  }
949
1149
  })
950
1150
 
1151
+ it("dlc.v20210125.DescribeDataEnginePythonSparkImages", async function () {
1152
+ try {
1153
+ const data = await client.DescribeDataEnginePythonSparkImages({})
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
+
951
1161
  it("dlc.v20210125.DescribeLakeFsInfo", async function () {
952
1162
  try {
953
1163
  const data = await client.DescribeLakeFsInfo({})
@@ -138,9 +138,9 @@ it("essbasic.v20210526.ChannelCancelFlow", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("essbasic.v20210526.GetDownloadFlowUrl", async function () {
141
+ it("essbasic.v20210526.ChannelCreateOrganizationBatchSignUrl", async function () {
142
142
  try {
143
- const data = await client.GetDownloadFlowUrl({})
143
+ const data = await client.ChannelCreateOrganizationBatchSignUrl({})
144
144
  expect(data).to.be.ok
145
145
  } catch(error) {
146
146
  expect(error.requestId).to.be.ok
@@ -168,6 +168,16 @@ it("essbasic.v20210526.ChannelCreateRole", async function () {
168
168
  }
169
169
  })
170
170
 
171
+ it("essbasic.v20210526.CreateFlowsByTemplates", async function () {
172
+ try {
173
+ const data = await client.CreateFlowsByTemplates({})
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("essbasic.v20210526.ChannelDisableUserAutoSign", async function () {
172
182
  try {
173
183
  const data = await client.ChannelDisableUserAutoSign({})
@@ -398,9 +408,19 @@ it("essbasic.v20210526.PrepareFlows", async function () {
398
408
  }
399
409
  })
400
410
 
401
- it("essbasic.v20210526.CreateFlowsByTemplates", async function () {
411
+ it("essbasic.v20210526.GetDownloadFlowUrl", async function () {
402
412
  try {
403
- const data = await client.CreateFlowsByTemplates({})
413
+ const data = await client.GetDownloadFlowUrl({})
414
+ expect(data).to.be.ok
415
+ } catch(error) {
416
+ expect(error.requestId).to.be.ok
417
+ expect(error.code).to.be.ok
418
+ }
419
+ })
420
+
421
+ it("essbasic.v20210526.ChannelCreateFlowApprovers", async function () {
422
+ try {
423
+ const data = await client.ChannelCreateFlowApprovers({})
404
424
  expect(data).to.be.ok
405
425
  } catch(error) {
406
426
  expect(error.requestId).to.be.ok
@@ -468,6 +468,16 @@ it("postgres.v20170312.DescribeBackupSummaries", async function () {
468
468
  }
469
469
  })
470
470
 
471
+ it("postgres.v20170312.UpgradeDBInstanceMajorVersion", async function () {
472
+ try {
473
+ const data = await client.UpgradeDBInstanceMajorVersion({})
474
+ expect(data).to.be.ok
475
+ } catch(error) {
476
+ expect(error.requestId).to.be.ok
477
+ expect(error.code).to.be.ok
478
+ }
479
+ })
480
+
471
481
  it("postgres.v20170312.DescribeBackupOverview", async function () {
472
482
  try {
473
483
  const data = await client.DescribeBackupOverview({})
@@ -438,6 +438,16 @@ it("waf.v20180125.ModifyCustomWhiteRule", async function () {
438
438
  }
439
439
  })
440
440
 
441
+ it("waf.v20180125.DescribeCertificateVerifyResult", async function () {
442
+ try {
443
+ const data = await client.DescribeCertificateVerifyResult({})
444
+ expect(data).to.be.ok
445
+ } catch(error) {
446
+ expect(error.requestId).to.be.ok
447
+ expect(error.code).to.be.ok
448
+ }
449
+ })
450
+
441
451
  it("waf.v20180125.SwitchElasticMode", async function () {
442
452
  try {
443
453
  const data = await client.SwitchElasticMode({})