tencentcloud-sdk-nodejs 4.0.869 → 4.0.871
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.
- package/CHANGELOG.md +373 -0
- package/SERVICE_CHANGELOG.md +395 -33
- package/package.json +1 -1
- package/products.md +35 -35
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +4 -2
- package/src/services/asr/v20190614/asr_models.ts +4 -2
- package/src/services/ccc/v20200210/ccc_client.ts +13 -1
- package/src/services/ccc/v20200210/ccc_models.ts +56 -12
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_client.ts +5 -3
- package/src/services/cfw/v20190904/cfw_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +27 -17
- package/src/services/dlc/v20210125/dlc_client.ts +174 -47
- package/src/services/dlc/v20210125/dlc_models.ts +740 -292
- package/src/services/dts/v20180330/dts_models.ts +8 -8
- package/src/services/dts/v20211206/dts_models.ts +4 -0
- package/src/services/eb/v20210416/eb_models.ts +34 -25
- package/src/services/ess/v20201111/ess_models.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
- package/src/services/facefusion/v20220927/facefusion_client.ts +14 -0
- package/src/services/facefusion/v20220927/facefusion_models.ts +110 -0
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +3 -3
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +16 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +128 -54
- package/src/services/mongodb/v20190725/mongodb_models.ts +12 -12
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +19 -23
- package/src/services/ocr/v20181119/ocr_client.ts +5 -4
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/postgres/v20170312/postgres_client.ts +20 -8
- package/src/services/postgres/v20170312/postgres_models.ts +214 -150
- package/src/services/pts/v20210728/pts_models.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +1 -1
- package/src/services/smh/v20210712/smh_models.ts +2 -2
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +23 -15
- package/src/services/tcss/v20201101/tcss_models.ts +2 -2
- package/src/services/teo/v20220901/teo_models.ts +5 -3
- package/src/services/tione/v20211111/tione_client.ts +1 -0
- package/src/services/tione/v20211111/tione_models.ts +38 -2
- package/src/services/trp/v20210515/trp_client.ts +17 -3
- package/src/services/trp/v20210515/trp_models.ts +101 -40
- package/src/services/vcg/v20240404/vcg_models.ts +2 -2
- package/src/services/vtc/v20240223/vtc_models.ts +8 -0
- package/src/services/waf/v20180125/waf_models.ts +5 -1
- package/src/services/wedata/v20210820/wedata_models.ts +32 -7
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +4 -2
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +4 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -2
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +54 -12
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +4 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +4 -2
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +27 -17
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +53 -13
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +78 -18
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +713 -292
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +8 -8
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -0
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +34 -25
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
- package/tencentcloud/services/facefusion/v20220927/facefusion_client.d.ts +6 -1
- package/tencentcloud/services/facefusion/v20220927/facefusion_client.js +7 -0
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +107 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +3 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +124 -54
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +12 -12
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +17 -21
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +3 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +3 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +9 -5
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +11 -5
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +212 -150
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +1 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
- package/tencentcloud/services/smh/v20210712/smh_models.d.ts +2 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +23 -15
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +2 -2
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -2
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +37 -2
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +5 -1
- package/tencentcloud/services/trp/v20210515/trp_client.js +6 -0
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +97 -40
- package/tencentcloud/services/vcg/v20240404/vcg_models.d.ts +2 -2
- package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +8 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +32 -7
- package/test/ccc.v20200210.test.js +10 -0
- package/test/dlc.v20210125.test.js +114 -14
- package/test/facefusion.v20220927.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/postgres.v20170312.test.js +12 -2
- package/test/trp.v20210515.test.js +10 -0
|
@@ -168,9 +168,9 @@ it("dlc.v20210125.CreateNotebookSessionStatementSupportBatchSQL", async function
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
-
it("dlc.v20210125.
|
|
171
|
+
it("dlc.v20210125.SwitchDataEngine", async function () {
|
|
172
172
|
try {
|
|
173
|
-
const data = await client.
|
|
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.
|
|
181
|
+
it("dlc.v20210125.DescribeDataEngines", async function () {
|
|
182
182
|
try {
|
|
183
|
-
const data = await client.
|
|
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.
|
|
191
|
+
it("dlc.v20210125.DescribeDMSPartitions", async function () {
|
|
192
192
|
try {
|
|
193
|
-
const data = await client.
|
|
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.
|
|
201
|
+
it("dlc.v20210125.CancelTask", async function () {
|
|
202
202
|
try {
|
|
203
|
-
const data = await client.
|
|
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.
|
|
211
|
+
it("dlc.v20210125.DescribeDLCCatalogAccess", async function () {
|
|
212
212
|
try {
|
|
213
|
-
const data = await client.
|
|
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.
|
|
701
|
+
it("dlc.v20210125.AlterDMSDatabase", async function () {
|
|
642
702
|
try {
|
|
643
|
-
const data = await client.
|
|
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.
|
|
901
|
+
it("dlc.v20210125.DescribeSparkSessionBatchSqlLog", async function () {
|
|
832
902
|
try {
|
|
833
|
-
const data = await client.
|
|
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({})
|
|
@@ -38,4 +38,14 @@ it("facefusion.v20220927.FuseFace", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
+
it("facefusion.v20220927.FuseFaceUltra", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.FuseFaceUltra({})
|
|
44
|
+
expect(data).to.be.ok
|
|
45
|
+
} catch(error) {
|
|
46
|
+
expect(error.requestId).to.be.ok
|
|
47
|
+
expect(error.code).to.be.ok
|
|
48
|
+
}
|
|
49
|
+
})
|
|
50
|
+
|
|
41
51
|
})
|
|
@@ -568,6 +568,16 @@ it("iotexplorer.v20190423.DescribeCloudStorageThumbnail", async function () {
|
|
|
568
568
|
}
|
|
569
569
|
})
|
|
570
570
|
|
|
571
|
+
it("iotexplorer.v20190423.GetWechatDeviceTicket", async function () {
|
|
572
|
+
try {
|
|
573
|
+
const data = await client.GetWechatDeviceTicket({})
|
|
574
|
+
expect(data).to.be.ok
|
|
575
|
+
} catch(error) {
|
|
576
|
+
expect(error.requestId).to.be.ok
|
|
577
|
+
expect(error.code).to.be.ok
|
|
578
|
+
}
|
|
579
|
+
})
|
|
580
|
+
|
|
571
581
|
it("iotexplorer.v20190423.DescribeCloudStorageMultiThumbnail", async function () {
|
|
572
582
|
try {
|
|
573
583
|
const data = await client.DescribeCloudStorageMultiThumbnail({})
|
|
@@ -538,9 +538,9 @@ it("postgres.v20170312.ResetAccountPassword", async function () {
|
|
|
538
538
|
}
|
|
539
539
|
})
|
|
540
540
|
|
|
541
|
-
it("postgres.v20170312.
|
|
541
|
+
it("postgres.v20170312.RestoreDBInstanceObjects", async function () {
|
|
542
542
|
try {
|
|
543
|
-
const data = await client.
|
|
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({})
|
|
@@ -148,6 +148,16 @@ it("trp.v20210515.DescribeCodesByPack", async function () {
|
|
|
148
148
|
}
|
|
149
149
|
})
|
|
150
150
|
|
|
151
|
+
it("trp.v20210515.CreateChainBatch", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.CreateChainBatch({})
|
|
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("trp.v20210515.DescribeMerchantById", async function () {
|
|
152
162
|
try {
|
|
153
163
|
const data = await client.DescribeMerchantById({})
|