tencentcloud-sdk-nodejs 4.0.330 → 4.0.333
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 +712 -0
- package/SERVICE_CHANGELOG.md +1057 -26
- package/package.json +1 -1
- package/products.md +52 -50
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +12 -0
- package/src/services/apigateway/v20180808/apigateway_client.ts +5 -5
- package/src/services/apigateway/v20180808/apigateway_models.ts +116 -86
- package/src/services/apm/v20210622/apm_client.ts +12 -0
- package/src/services/apm/v20210622/apm_models.ts +66 -0
- package/src/services/as/v20180419/as_client.ts +12 -0
- package/src/services/as/v20180419/as_models.ts +99 -15
- package/src/services/asr/v20190614/asr_client.ts +2 -2
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/bda/v20200324/bda_client.ts +18 -18
- package/src/services/bda/v20200324/bda_models.ts +37 -37
- package/src/services/car/index.ts +5 -0
- package/src/services/car/v20220110/car_client.ts +67 -0
- package/src/services/car/v20220110/car_models.ts +106 -0
- package/src/services/car/v20220110/index.ts +6 -0
- package/src/services/cat/v20180409/cat_models.ts +10 -0
- package/src/services/cdb/v20170320/cdb_client.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +3 -3
- package/src/services/cdn/v20180606/cdn_client.ts +4 -1
- package/src/services/cdn/v20180606/cdn_models.ts +147 -11
- package/src/services/ckafka/v20190819/ckafka_client.ts +12 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +52 -2
- package/src/services/cls/v20201016/cls_client.ts +3 -1
- package/src/services/cls/v20201016/cls_models.ts +51 -2
- package/src/services/cme/v20191029/cme_client.ts +1 -0
- package/src/services/cme/v20191029/cme_models.ts +43 -1
- package/src/services/cpdp/v20190820/cpdp_client.ts +126 -59
- package/src/services/cpdp/v20190820/cpdp_models.ts +1008 -433
- package/src/services/cvm/v20170312/cvm_models.ts +17 -0
- package/src/services/cwp/v20180228/cwp_client.ts +4 -78
- package/src/services/cwp/v20180228/cwp_models.ts +58 -281
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +145 -34
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +646 -91
- package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +30 -0
- package/src/services/dlc/v20210125/dlc_models.ts +29 -1
- package/src/services/domain/v20180808/domain_client.ts +15 -2
- package/src/services/domain/v20180808/domain_models.ts +202 -30
- package/src/services/dts/v20180330/dts_client.ts +3 -0
- package/src/services/dts/v20180330/dts_models.ts +89 -36
- package/src/services/emr/v20190103/emr_client.ts +51 -3
- package/src/services/emr/v20190103/emr_models.ts +219 -72
- package/src/services/ess/v20201111/ess_client.ts +15 -0
- package/src/services/ess/v20201111/ess_models.ts +128 -3
- package/src/services/essbasic/v20210526/essbasic_client.ts +28 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +229 -113
- package/src/services/faceid/v20180301/faceid_client.ts +3 -3
- package/src/services/faceid/v20180301/faceid_models.ts +2 -2
- package/src/services/iai/v20180301/iai_client.ts +14 -79
- package/src/services/iai/v20180301/iai_models.ts +53 -201
- package/src/services/iai/v20200303/iai_client.ts +31 -96
- package/src/services/iai/v20200303/iai_models.ts +49 -199
- package/src/services/index.ts +2 -0
- package/src/services/ivld/v20210903/ivld_models.ts +18 -4
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +31 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +86 -1
- package/src/services/mongodb/v20190725/mongodb_models.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +11 -6
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +6 -3
- package/src/services/postgres/v20170312/postgres_client.ts +17 -4
- package/src/services/postgres/v20170312/postgres_models.ts +156 -89
- package/src/services/rce/v20201103/rce_models.ts +11 -0
- package/src/services/redis/v20180412/redis_client.ts +38 -14
- package/src/services/redis/v20180412/redis_models.ts +114 -54
- package/src/services/smh/v20210712/smh_models.ts +12 -2
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +1 -1
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +39 -39
- package/src/services/ssa/v20180608/ssa_models.ts +1 -1
- package/src/services/sts/v20180813/sts_client.ts +23 -11
- package/src/services/sts/v20180813/sts_models.ts +61 -6
- package/src/services/tcb/v20180608/tcb_models.ts +17 -0
- package/src/services/tem/v20210701/tem_client.ts +1 -0
- package/src/services/tem/v20210701/tem_models.ts +28 -0
- package/src/services/teo/index.ts +5 -0
- package/src/services/teo/v20220106/index.ts +6 -0
- package/src/services/teo/v20220106/teo_client.ts +57 -0
- package/src/services/teo/v20220106/teo_models.ts +193 -0
- package/src/services/thpc/v20211109/thpc_models.ts +5 -0
- package/src/services/thpc/v20220401/thpc_models.ts +6 -1
- package/src/services/tiia/v20190529/tiia_client.ts +1 -1
- package/src/services/tiia/v20190529/tiia_models.ts +3 -2
- package/src/services/tke/v20180525/tke_models.ts +1 -1
- package/src/services/tse/v20201207/tse_models.ts +36 -0
- package/src/services/tsf/v20180326/tsf_client.ts +18 -68
- package/src/services/tsf/v20180326/tsf_models.ts +0 -314
- package/src/services/vod/v20180717/vod_client.ts +42 -8
- package/src/services/vod/v20180717/vod_models.ts +153 -33
- package/src/services/vpc/v20170312/vpc_models.ts +10 -0
- package/src/services/waf/v20180125/waf_client.ts +14 -0
- package/src/services/waf/v20180125/waf_models.ts +73 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +10 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +5 -5
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +5 -5
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +110 -86
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +5 -1
- package/tencentcloud/services/apm/v20210622/apm_client.js +6 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +55 -0
- package/tencentcloud/services/as/v20180419/as_client.d.ts +5 -1
- package/tencentcloud/services/as/v20180419/as_client.js +6 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +87 -14
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
- package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/bda/v20200324/bda_client.d.ts +18 -18
- package/tencentcloud/services/bda/v20200324/bda_client.js +18 -18
- package/tencentcloud/services/bda/v20200324/bda_models.d.ts +37 -37
- package/tencentcloud/services/car/index.d.ts +6 -0
- package/tencentcloud/services/car/index.js +7 -0
- package/tencentcloud/services/car/v20220110/car_client.d.ts +22 -0
- package/tencentcloud/services/car/v20220110/car_client.js +49 -0
- package/tencentcloud/services/car/v20220110/car_models.d.ts +78 -0
- package/tencentcloud/services/car/v20220110/car_models.js +18 -0
- package/tencentcloud/services/car/v20220110/index.d.ts +6 -0
- package/tencentcloud/services/car/v20220110/index.js +9 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +8 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +3 -3
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +125 -10
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +44 -2
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +44 -2
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +37 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +38 -18
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +55 -25
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +849 -357
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +14 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -25
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -36
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +50 -246
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +47 -11
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +69 -15
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +534 -69
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +26 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +24 -1
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +179 -30
- package/tencentcloud/services/dts/v20180330/dts_client.d.ts +2 -0
- package/tencentcloud/services/dts/v20180330/dts_client.js +2 -0
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +80 -36
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +17 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +24 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +187 -61
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +108 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +189 -92
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +3 -3
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +3 -3
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -2
- package/tencentcloud/services/iai/v20180301/iai_client.d.ts +6 -38
- package/tencentcloud/services/iai/v20180301/iai_client.js +6 -46
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +48 -177
- package/tencentcloud/services/iai/v20200303/iai_client.d.ts +16 -48
- package/tencentcloud/services/iai/v20200303/iai_client.js +18 -58
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +44 -175
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +13 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +16 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +19 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +77 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -5
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -3
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +6 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +133 -75
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +9 -0
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +14 -6
- package/tencentcloud/services/redis/v20180412/redis_client.js +19 -7
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +97 -45
- package/tencentcloud/services/smh/v20210712/smh_models.d.ts +10 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +39 -39
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +1 -1
- package/tencentcloud/services/sts/v20180813/sts_client.d.ts +9 -5
- package/tencentcloud/services/sts/v20180813/sts_client.js +12 -6
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +52 -6
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +14 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +24 -0
- package/tencentcloud/services/teo/index.d.ts +6 -0
- package/tencentcloud/services/teo/index.js +7 -0
- package/tencentcloud/services/teo/v20220106/index.d.ts +6 -0
- package/tencentcloud/services/teo/v20220106/index.js +9 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +18 -0
- package/tencentcloud/services/teo/v20220106/teo_client.js +43 -0
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +149 -0
- package/tencentcloud/services/teo/v20220106/teo_models.js +18 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +4 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +5 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +1 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +1 -1
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +1 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +30 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +7 -23
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +9 -33
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +0 -266
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +20 -3
- package/tencentcloud/services/vod/v20180717/vod_client.js +24 -3
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +134 -30
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +62 -2
- package/test/apm.v20210622.test.js +10 -0
- package/test/as.v20180419.test.js +10 -0
- package/test/car.v20220110.test.js +51 -0
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/cpdp.v20190820.test.js +72 -22
- package/test/cwp.v20180228.test.js +0 -60
- package/test/dbbrain.v20210527.test.js +100 -10
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/domain.v20180808.test.js +10 -0
- package/test/emr.v20190103.test.js +40 -0
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +20 -0
- package/test/iai.v20180301.test.js +2 -42
- package/test/iai.v20200303.test.js +6 -46
- package/test/lighthouse.v20200324.test.js +20 -0
- package/test/postgres.v20170312.test.js +10 -0
- package/test/redis.v20180412.test.js +24 -4
- package/test/sts.v20180813.test.js +14 -4
- package/test/teo.v20220106.test.js +41 -0
- package/test/tsf.v20180326.test.js +6 -46
- package/test/vod.v20180717.test.js +22 -2
- package/test/waf.v20180125.test.js +10 -0
|
@@ -208,6 +208,16 @@ it("cpdp.v20190820.QueryAnchorContractInfo", async function () {
|
|
|
208
208
|
}
|
|
209
209
|
})
|
|
210
210
|
|
|
211
|
+
it("cpdp.v20190820.TransferSinglePay", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.TransferSinglePay({})
|
|
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
|
+
|
|
211
221
|
it("cpdp.v20190820.QueryMerchantPayWayList", async function () {
|
|
212
222
|
try {
|
|
213
223
|
const data = await client.QueryMerchantPayWayList({})
|
|
@@ -238,6 +248,16 @@ it("cpdp.v20190820.QueryOpenBankDailyReceiptDownloadUrl", async function () {
|
|
|
238
248
|
}
|
|
239
249
|
})
|
|
240
250
|
|
|
251
|
+
it("cpdp.v20190820.CreateOpenBankRechargeOrder", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.CreateOpenBankRechargeOrder({})
|
|
254
|
+
expect(data).to.be.ok
|
|
255
|
+
} catch(error) {
|
|
256
|
+
expect(error.requestId).to.be.ok
|
|
257
|
+
expect(error.code).to.be.ok
|
|
258
|
+
}
|
|
259
|
+
})
|
|
260
|
+
|
|
241
261
|
it("cpdp.v20190820.QueryTrade", async function () {
|
|
242
262
|
try {
|
|
243
263
|
const data = await client.QueryTrade({})
|
|
@@ -268,6 +288,16 @@ it("cpdp.v20190820.AddShop", async function () {
|
|
|
268
288
|
}
|
|
269
289
|
})
|
|
270
290
|
|
|
291
|
+
it("cpdp.v20190820.QueryOpenBankExternalSubAccountBookBalance", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.QueryOpenBankExternalSubAccountBookBalance({})
|
|
294
|
+
expect(data).to.be.ok
|
|
295
|
+
} catch(error) {
|
|
296
|
+
expect(error.requestId).to.be.ok
|
|
297
|
+
expect(error.code).to.be.ok
|
|
298
|
+
}
|
|
299
|
+
})
|
|
300
|
+
|
|
271
301
|
it("cpdp.v20190820.QueryMerchantClassification", async function () {
|
|
272
302
|
try {
|
|
273
303
|
const data = await client.QueryMerchantClassification({})
|
|
@@ -368,6 +398,16 @@ it("cpdp.v20190820.QuerySinglePaymentResult", async function () {
|
|
|
368
398
|
}
|
|
369
399
|
})
|
|
370
400
|
|
|
401
|
+
it("cpdp.v20190820.ApplyOpenBankOrderDetailReceipt", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.ApplyOpenBankOrderDetailReceipt({})
|
|
404
|
+
expect(data).to.be.ok
|
|
405
|
+
} catch(error) {
|
|
406
|
+
expect(error.requestId).to.be.ok
|
|
407
|
+
expect(error.code).to.be.ok
|
|
408
|
+
}
|
|
409
|
+
})
|
|
410
|
+
|
|
371
411
|
it("cpdp.v20190820.ViewMerchant", async function () {
|
|
372
412
|
try {
|
|
373
413
|
const data = await client.ViewMerchant({})
|
|
@@ -388,9 +428,9 @@ it("cpdp.v20190820.UploadTaxPayment", async function () {
|
|
|
388
428
|
}
|
|
389
429
|
})
|
|
390
430
|
|
|
391
|
-
it("cpdp.v20190820.
|
|
431
|
+
it("cpdp.v20190820.QueryMemberBind", async function () {
|
|
392
432
|
try {
|
|
393
|
-
const data = await client.
|
|
433
|
+
const data = await client.QueryMemberBind({})
|
|
394
434
|
expect(data).to.be.ok
|
|
395
435
|
} catch(error) {
|
|
396
436
|
expect(error.requestId).to.be.ok
|
|
@@ -428,9 +468,9 @@ it("cpdp.v20190820.UnBindAcct", async function () {
|
|
|
428
468
|
}
|
|
429
469
|
})
|
|
430
470
|
|
|
431
|
-
it("cpdp.v20190820.
|
|
471
|
+
it("cpdp.v20190820.DistributeApply", async function () {
|
|
432
472
|
try {
|
|
433
|
-
const data = await client.
|
|
473
|
+
const data = await client.DistributeApply({})
|
|
434
474
|
expect(data).to.be.ok
|
|
435
475
|
} catch(error) {
|
|
436
476
|
expect(error.requestId).to.be.ok
|
|
@@ -568,16 +608,6 @@ it("cpdp.v20190820.QueryContractRelateShop", async function () {
|
|
|
568
608
|
}
|
|
569
609
|
})
|
|
570
610
|
|
|
571
|
-
it("cpdp.v20190820.ViewShop", async function () {
|
|
572
|
-
try {
|
|
573
|
-
const data = await client.ViewShop({})
|
|
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
|
-
|
|
581
611
|
it("cpdp.v20190820.CheckAmount", async function () {
|
|
582
612
|
try {
|
|
583
613
|
const data = await client.CheckAmount({})
|
|
@@ -838,9 +868,9 @@ it("cpdp.v20190820.UploadOrgFile", async function () {
|
|
|
838
868
|
}
|
|
839
869
|
})
|
|
840
870
|
|
|
841
|
-
it("cpdp.v20190820.
|
|
871
|
+
it("cpdp.v20190820.BindRelateAccReUnionPay", async function () {
|
|
842
872
|
try {
|
|
843
|
-
const data = await client.
|
|
873
|
+
const data = await client.BindRelateAccReUnionPay({})
|
|
844
874
|
expect(data).to.be.ok
|
|
845
875
|
} catch(error) {
|
|
846
876
|
expect(error.requestId).to.be.ok
|
|
@@ -1278,9 +1308,9 @@ it("cpdp.v20190820.ApplyWithdrawal", async function () {
|
|
|
1278
1308
|
}
|
|
1279
1309
|
})
|
|
1280
1310
|
|
|
1281
|
-
it("cpdp.v20190820.
|
|
1311
|
+
it("cpdp.v20190820.DescribeChargeDetail", async function () {
|
|
1282
1312
|
try {
|
|
1283
|
-
const data = await client.
|
|
1313
|
+
const data = await client.DescribeChargeDetail({})
|
|
1284
1314
|
expect(data).to.be.ok
|
|
1285
1315
|
} catch(error) {
|
|
1286
1316
|
expect(error.requestId).to.be.ok
|
|
@@ -1428,6 +1458,16 @@ it("cpdp.v20190820.CreateInvoice", async function () {
|
|
|
1428
1458
|
}
|
|
1429
1459
|
})
|
|
1430
1460
|
|
|
1461
|
+
it("cpdp.v20190820.QueryOpenBankOrderDetailReceiptInfo", async function () {
|
|
1462
|
+
try {
|
|
1463
|
+
const data = await client.QueryOpenBankOrderDetailReceiptInfo({})
|
|
1464
|
+
expect(data).to.be.ok
|
|
1465
|
+
} catch(error) {
|
|
1466
|
+
expect(error.requestId).to.be.ok
|
|
1467
|
+
expect(error.code).to.be.ok
|
|
1468
|
+
}
|
|
1469
|
+
})
|
|
1470
|
+
|
|
1431
1471
|
it("cpdp.v20190820.QueryRefund", async function () {
|
|
1432
1472
|
try {
|
|
1433
1473
|
const data = await client.QueryRefund({})
|
|
@@ -1488,9 +1528,9 @@ it("cpdp.v20190820.MigrateOrderRefundQuery", async function () {
|
|
|
1488
1528
|
}
|
|
1489
1529
|
})
|
|
1490
1530
|
|
|
1491
|
-
it("cpdp.v20190820.
|
|
1531
|
+
it("cpdp.v20190820.ViewShop", async function () {
|
|
1492
1532
|
try {
|
|
1493
|
-
const data = await client.
|
|
1533
|
+
const data = await client.ViewShop({})
|
|
1494
1534
|
expect(data).to.be.ok
|
|
1495
1535
|
} catch(error) {
|
|
1496
1536
|
expect(error.requestId).to.be.ok
|
|
@@ -1568,6 +1608,16 @@ it("cpdp.v20190820.QueryOpenBankBindExternalSubMerchantBankAccount", async funct
|
|
|
1568
1608
|
}
|
|
1569
1609
|
})
|
|
1570
1610
|
|
|
1611
|
+
it("cpdp.v20190820.CreateOpenBankExternalSubMerchantAccountBook", async function () {
|
|
1612
|
+
try {
|
|
1613
|
+
const data = await client.CreateOpenBankExternalSubMerchantAccountBook({})
|
|
1614
|
+
expect(data).to.be.ok
|
|
1615
|
+
} catch(error) {
|
|
1616
|
+
expect(error.requestId).to.be.ok
|
|
1617
|
+
expect(error.code).to.be.ok
|
|
1618
|
+
}
|
|
1619
|
+
})
|
|
1620
|
+
|
|
1571
1621
|
it("cpdp.v20190820.QuerySingleTransactionStatus", async function () {
|
|
1572
1622
|
try {
|
|
1573
1623
|
const data = await client.QuerySingleTransactionStatus({})
|
|
@@ -1618,9 +1668,9 @@ it("cpdp.v20190820.QueryAcctInfoList", async function () {
|
|
|
1618
1668
|
}
|
|
1619
1669
|
})
|
|
1620
1670
|
|
|
1621
|
-
it("cpdp.v20190820.
|
|
1671
|
+
it("cpdp.v20190820.QueryAgentStatements", async function () {
|
|
1622
1672
|
try {
|
|
1623
|
-
const data = await client.
|
|
1673
|
+
const data = await client.QueryAgentStatements({})
|
|
1624
1674
|
expect(data).to.be.ok
|
|
1625
1675
|
} catch(error) {
|
|
1626
1676
|
expect(error.requestId).to.be.ok
|
|
@@ -248,16 +248,6 @@ it("cwp.v20180228.DeletePrivilegeEvents", async function () {
|
|
|
248
248
|
}
|
|
249
249
|
})
|
|
250
250
|
|
|
251
|
-
it("cwp.v20180228.RenewProVersion", async function () {
|
|
252
|
-
try {
|
|
253
|
-
const data = await client.RenewProVersion({})
|
|
254
|
-
expect(data).to.be.ok
|
|
255
|
-
} catch(error) {
|
|
256
|
-
expect(error.requestId).to.be.ok
|
|
257
|
-
expect(error.code).to.be.ok
|
|
258
|
-
}
|
|
259
|
-
})
|
|
260
|
-
|
|
261
251
|
it("cwp.v20180228.ExportAttackLogs", async function () {
|
|
262
252
|
try {
|
|
263
253
|
const data = await client.ExportAttackLogs({})
|
|
@@ -958,16 +948,6 @@ it("cwp.v20180228.UpdateBaselineStrategy", async function () {
|
|
|
958
948
|
}
|
|
959
949
|
})
|
|
960
950
|
|
|
961
|
-
it("cwp.v20180228.CloseProVersion", async function () {
|
|
962
|
-
try {
|
|
963
|
-
const data = await client.CloseProVersion({})
|
|
964
|
-
expect(data).to.be.ok
|
|
965
|
-
} catch(error) {
|
|
966
|
-
expect(error.requestId).to.be.ok
|
|
967
|
-
expect(error.code).to.be.ok
|
|
968
|
-
}
|
|
969
|
-
})
|
|
970
|
-
|
|
971
951
|
it("cwp.v20180228.ScanVulSetting", async function () {
|
|
972
952
|
try {
|
|
973
953
|
const data = await client.ScanVulSetting({})
|
|
@@ -1208,16 +1188,6 @@ it("cwp.v20180228.DescribeScanTaskStatus", async function () {
|
|
|
1208
1188
|
}
|
|
1209
1189
|
})
|
|
1210
1190
|
|
|
1211
|
-
it("cwp.v20180228.OpenProVersionPrepaid", async function () {
|
|
1212
|
-
try {
|
|
1213
|
-
const data = await client.OpenProVersionPrepaid({})
|
|
1214
|
-
expect(data).to.be.ok
|
|
1215
|
-
} catch(error) {
|
|
1216
|
-
expect(error.requestId).to.be.ok
|
|
1217
|
-
expect(error.code).to.be.ok
|
|
1218
|
-
}
|
|
1219
|
-
})
|
|
1220
|
-
|
|
1221
1191
|
it("cwp.v20180228.DescribeSearchTemplates", async function () {
|
|
1222
1192
|
try {
|
|
1223
1193
|
const data = await client.DescribeSearchTemplates({})
|
|
@@ -1708,16 +1678,6 @@ it("cwp.v20180228.UntrustMalwares", async function () {
|
|
|
1708
1678
|
}
|
|
1709
1679
|
})
|
|
1710
1680
|
|
|
1711
|
-
it("cwp.v20180228.OpenProVersion", async function () {
|
|
1712
|
-
try {
|
|
1713
|
-
const data = await client.OpenProVersion({})
|
|
1714
|
-
expect(data).to.be.ok
|
|
1715
|
-
} catch(error) {
|
|
1716
|
-
expect(error.requestId).to.be.ok
|
|
1717
|
-
expect(error.code).to.be.ok
|
|
1718
|
-
}
|
|
1719
|
-
})
|
|
1720
|
-
|
|
1721
1681
|
it("cwp.v20180228.DescribeAssetWebFrameList", async function () {
|
|
1722
1682
|
try {
|
|
1723
1683
|
const data = await client.DescribeAssetWebFrameList({})
|
|
@@ -1798,16 +1758,6 @@ it("cwp.v20180228.DescribeVulList", async function () {
|
|
|
1798
1758
|
}
|
|
1799
1759
|
})
|
|
1800
1760
|
|
|
1801
|
-
it("cwp.v20180228.ModifyProVersionRenewFlag", async function () {
|
|
1802
|
-
try {
|
|
1803
|
-
const data = await client.ModifyProVersionRenewFlag({})
|
|
1804
|
-
expect(data).to.be.ok
|
|
1805
|
-
} catch(error) {
|
|
1806
|
-
expect(error.requestId).to.be.ok
|
|
1807
|
-
expect(error.code).to.be.ok
|
|
1808
|
-
}
|
|
1809
|
-
})
|
|
1810
|
-
|
|
1811
1761
|
it("cwp.v20180228.DescribeAssetCoreModuleInfo", async function () {
|
|
1812
1762
|
try {
|
|
1813
1763
|
const data = await client.DescribeAssetCoreModuleInfo({})
|
|
@@ -2128,16 +2078,6 @@ it("cwp.v20180228.DescribeWebPageEventList", async function () {
|
|
|
2128
2078
|
}
|
|
2129
2079
|
})
|
|
2130
2080
|
|
|
2131
|
-
it("cwp.v20180228.InquiryPriceOpenProVersionPrepaid", async function () {
|
|
2132
|
-
try {
|
|
2133
|
-
const data = await client.InquiryPriceOpenProVersionPrepaid({})
|
|
2134
|
-
expect(data).to.be.ok
|
|
2135
|
-
} catch(error) {
|
|
2136
|
-
expect(error.requestId).to.be.ok
|
|
2137
|
-
expect(error.code).to.be.ok
|
|
2138
|
-
}
|
|
2139
|
-
})
|
|
2140
|
-
|
|
2141
2081
|
it("cwp.v20180228.DescribeMalwareFile", async function () {
|
|
2142
2082
|
try {
|
|
2143
2083
|
const data = await client.DescribeMalwareFile({})
|
|
@@ -48,6 +48,16 @@ it("dbbrain.v20210527.CreateSchedulerMailProfile", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("dbbrain.v20210527.DescribeSqlTemplate", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DescribeSqlTemplate({})
|
|
54
|
+
expect(data).to.be.ok
|
|
55
|
+
} catch(error) {
|
|
56
|
+
expect(error.requestId).to.be.ok
|
|
57
|
+
expect(error.code).to.be.ok
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
|
|
51
61
|
it("dbbrain.v20210527.DescribeTopSpaceSchemas", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.DescribeTopSpaceSchemas({})
|
|
@@ -68,9 +78,9 @@ it("dbbrain.v20210527.DescribeMySqlProcessList", async function () {
|
|
|
68
78
|
}
|
|
69
79
|
})
|
|
70
80
|
|
|
71
|
-
it("dbbrain.v20210527.
|
|
81
|
+
it("dbbrain.v20210527.CreateMailProfile", async function () {
|
|
72
82
|
try {
|
|
73
|
-
const data = await client.
|
|
83
|
+
const data = await client.CreateMailProfile({})
|
|
74
84
|
expect(data).to.be.ok
|
|
75
85
|
} catch(error) {
|
|
76
86
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +138,19 @@ it("dbbrain.v20210527.DescribeSlowLogUserHostStats", async function () {
|
|
|
128
138
|
}
|
|
129
139
|
})
|
|
130
140
|
|
|
131
|
-
it("dbbrain.v20210527.
|
|
141
|
+
it("dbbrain.v20210527.DescribeSlowLogTopSqls", async function () {
|
|
132
142
|
try {
|
|
133
|
-
const data = await client.
|
|
143
|
+
const data = await client.DescribeSlowLogTopSqls({})
|
|
144
|
+
expect(data).to.be.ok
|
|
145
|
+
} catch(error) {
|
|
146
|
+
expect(error.requestId).to.be.ok
|
|
147
|
+
expect(error.code).to.be.ok
|
|
148
|
+
}
|
|
149
|
+
})
|
|
150
|
+
|
|
151
|
+
it("dbbrain.v20210527.CreateSqlFilter", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.CreateSqlFilter({})
|
|
134
154
|
expect(data).to.be.ok
|
|
135
155
|
} catch(error) {
|
|
136
156
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +168,9 @@ it("dbbrain.v20210527.DescribeDBSpaceStatus", async function () {
|
|
|
148
168
|
}
|
|
149
169
|
})
|
|
150
170
|
|
|
151
|
-
it("dbbrain.v20210527.
|
|
171
|
+
it("dbbrain.v20210527.CreateProxySessionKillTask", async function () {
|
|
152
172
|
try {
|
|
153
|
-
const data = await client.
|
|
173
|
+
const data = await client.CreateProxySessionKillTask({})
|
|
154
174
|
expect(data).to.be.ok
|
|
155
175
|
} catch(error) {
|
|
156
176
|
expect(error.requestId).to.be.ok
|
|
@@ -168,6 +188,16 @@ it("dbbrain.v20210527.DescribeHealthScore", async function () {
|
|
|
168
188
|
}
|
|
169
189
|
})
|
|
170
190
|
|
|
191
|
+
it("dbbrain.v20210527.CancelKillTask", async function () {
|
|
192
|
+
try {
|
|
193
|
+
const data = await client.CancelKillTask({})
|
|
194
|
+
expect(data).to.be.ok
|
|
195
|
+
} catch(error) {
|
|
196
|
+
expect(error.requestId).to.be.ok
|
|
197
|
+
expect(error.code).to.be.ok
|
|
198
|
+
}
|
|
199
|
+
})
|
|
200
|
+
|
|
171
201
|
it("dbbrain.v20210527.CreateSecurityAuditLogExportTask", async function () {
|
|
172
202
|
try {
|
|
173
203
|
const data = await client.CreateSecurityAuditLogExportTask({})
|
|
@@ -178,6 +208,16 @@ it("dbbrain.v20210527.CreateSecurityAuditLogExportTask", async function () {
|
|
|
178
208
|
}
|
|
179
209
|
})
|
|
180
210
|
|
|
211
|
+
it("dbbrain.v20210527.DescribeUserSqlAdvice", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.DescribeUserSqlAdvice({})
|
|
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
|
+
|
|
181
221
|
it("dbbrain.v20210527.DeleteSecurityAuditLogExportTasks", async function () {
|
|
182
222
|
try {
|
|
183
223
|
const data = await client.DeleteSecurityAuditLogExportTasks({})
|
|
@@ -188,9 +228,9 @@ it("dbbrain.v20210527.DeleteSecurityAuditLogExportTasks", async function () {
|
|
|
188
228
|
}
|
|
189
229
|
})
|
|
190
230
|
|
|
191
|
-
it("dbbrain.v20210527.
|
|
231
|
+
it("dbbrain.v20210527.DescribeRedisTopBigKeys", async function () {
|
|
192
232
|
try {
|
|
193
|
-
const data = await client.
|
|
233
|
+
const data = await client.DescribeRedisTopBigKeys({})
|
|
194
234
|
expect(data).to.be.ok
|
|
195
235
|
} catch(error) {
|
|
196
236
|
expect(error.requestId).to.be.ok
|
|
@@ -238,6 +278,16 @@ it("dbbrain.v20210527.DescribeDBDiagHistory", async function () {
|
|
|
238
278
|
}
|
|
239
279
|
})
|
|
240
280
|
|
|
281
|
+
it("dbbrain.v20210527.ModifySqlFilters", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.ModifySqlFilters({})
|
|
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
|
+
|
|
241
291
|
it("dbbrain.v20210527.CreateDBDiagReportTask", async function () {
|
|
242
292
|
try {
|
|
243
293
|
const data = await client.CreateDBDiagReportTask({})
|
|
@@ -258,6 +308,16 @@ it("dbbrain.v20210527.DescribeDiagDBInstances", async function () {
|
|
|
258
308
|
}
|
|
259
309
|
})
|
|
260
310
|
|
|
311
|
+
it("dbbrain.v20210527.DeleteSqlFilters", async function () {
|
|
312
|
+
try {
|
|
313
|
+
const data = await client.DeleteSqlFilters({})
|
|
314
|
+
expect(data).to.be.ok
|
|
315
|
+
} catch(error) {
|
|
316
|
+
expect(error.requestId).to.be.ok
|
|
317
|
+
expect(error.code).to.be.ok
|
|
318
|
+
}
|
|
319
|
+
})
|
|
320
|
+
|
|
261
321
|
it("dbbrain.v20210527.AddUserContact", async function () {
|
|
262
322
|
try {
|
|
263
323
|
const data = await client.AddUserContact({})
|
|
@@ -288,9 +348,29 @@ it("dbbrain.v20210527.CreateKillTask", async function () {
|
|
|
288
348
|
}
|
|
289
349
|
})
|
|
290
350
|
|
|
291
|
-
it("dbbrain.v20210527.
|
|
351
|
+
it("dbbrain.v20210527.DescribeNoPrimaryKeyTables", async function () {
|
|
292
352
|
try {
|
|
293
|
-
const data = await client.
|
|
353
|
+
const data = await client.DescribeNoPrimaryKeyTables({})
|
|
354
|
+
expect(data).to.be.ok
|
|
355
|
+
} catch(error) {
|
|
356
|
+
expect(error.requestId).to.be.ok
|
|
357
|
+
expect(error.code).to.be.ok
|
|
358
|
+
}
|
|
359
|
+
})
|
|
360
|
+
|
|
361
|
+
it("dbbrain.v20210527.DescribeTopSpaceTables", async function () {
|
|
362
|
+
try {
|
|
363
|
+
const data = await client.DescribeTopSpaceTables({})
|
|
364
|
+
expect(data).to.be.ok
|
|
365
|
+
} catch(error) {
|
|
366
|
+
expect(error.requestId).to.be.ok
|
|
367
|
+
expect(error.code).to.be.ok
|
|
368
|
+
}
|
|
369
|
+
})
|
|
370
|
+
|
|
371
|
+
it("dbbrain.v20210527.DescribeSqlFilters", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.DescribeSqlFilters({})
|
|
294
374
|
expect(data).to.be.ok
|
|
295
375
|
} catch(error) {
|
|
296
376
|
expect(error.requestId).to.be.ok
|
|
@@ -338,6 +418,16 @@ it("dbbrain.v20210527.CreateDBDiagReportUrl", async function () {
|
|
|
338
418
|
}
|
|
339
419
|
})
|
|
340
420
|
|
|
421
|
+
it("dbbrain.v20210527.VerifyUserAccount", async function () {
|
|
422
|
+
try {
|
|
423
|
+
const data = await client.VerifyUserAccount({})
|
|
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
|
+
|
|
341
431
|
it("dbbrain.v20210527.DescribeProxySessionKillTasks", async function () {
|
|
342
432
|
try {
|
|
343
433
|
const data = await client.DescribeProxySessionKillTasks({})
|
|
@@ -508,6 +508,16 @@ it("dcdb.v20180411.CloneAccount", async function () {
|
|
|
508
508
|
}
|
|
509
509
|
})
|
|
510
510
|
|
|
511
|
+
it("dcdb.v20180411.ModifyDBInstanceName", async function () {
|
|
512
|
+
try {
|
|
513
|
+
const data = await client.ModifyDBInstanceName({})
|
|
514
|
+
expect(data).to.be.ok
|
|
515
|
+
} catch(error) {
|
|
516
|
+
expect(error.requestId).to.be.ok
|
|
517
|
+
expect(error.code).to.be.ok
|
|
518
|
+
}
|
|
519
|
+
})
|
|
520
|
+
|
|
511
521
|
it("dcdb.v20180411.CreateHourDCDBInstance", async function () {
|
|
512
522
|
try {
|
|
513
523
|
const data = await client.CreateHourDCDBInstance({})
|
|
@@ -248,6 +248,16 @@ it("domain.v20180808.SendPhoneEmailCode", async function () {
|
|
|
248
248
|
}
|
|
249
249
|
})
|
|
250
250
|
|
|
251
|
+
it("domain.v20180808.DescribeDomainSimpleInfo", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.DescribeDomainSimpleInfo({})
|
|
254
|
+
expect(data).to.be.ok
|
|
255
|
+
} catch(error) {
|
|
256
|
+
expect(error.requestId).to.be.ok
|
|
257
|
+
expect(error.code).to.be.ok
|
|
258
|
+
}
|
|
259
|
+
})
|
|
260
|
+
|
|
251
261
|
it("domain.v20180808.DescribeDomainPriceList", async function () {
|
|
252
262
|
try {
|
|
253
263
|
const data = await client.DescribeDomainPriceList({})
|
|
@@ -68,6 +68,16 @@ it("emr.v20190103.DescribeClusterNodes", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("emr.v20190103.ModifyResourceScheduler", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.ModifyResourceScheduler({})
|
|
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
|
+
|
|
71
81
|
it("emr.v20190103.InquiryPriceRenewInstance", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.InquiryPriceRenewInstance({})
|
|
@@ -88,6 +98,16 @@ it("emr.v20190103.CreateInstance", async function () {
|
|
|
88
98
|
}
|
|
89
99
|
})
|
|
90
100
|
|
|
101
|
+
it("emr.v20190103.ModifyResourcePools", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.ModifyResourcePools({})
|
|
104
|
+
expect(data).to.be.ok
|
|
105
|
+
} catch(error) {
|
|
106
|
+
expect(error.requestId).to.be.ok
|
|
107
|
+
expect(error.code).to.be.ok
|
|
108
|
+
}
|
|
109
|
+
})
|
|
110
|
+
|
|
91
111
|
it("emr.v20190103.InquiryPriceCreateInstance", async function () {
|
|
92
112
|
try {
|
|
93
113
|
const data = await client.InquiryPriceCreateInstance({})
|
|
@@ -108,6 +128,16 @@ it("emr.v20190103.InquirePriceRenewEmr", async function () {
|
|
|
108
128
|
}
|
|
109
129
|
})
|
|
110
130
|
|
|
131
|
+
it("emr.v20190103.DescribeResourceSchedule", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.DescribeResourceSchedule({})
|
|
134
|
+
expect(data).to.be.ok
|
|
135
|
+
} catch(error) {
|
|
136
|
+
expect(error.requestId).to.be.ok
|
|
137
|
+
expect(error.code).to.be.ok
|
|
138
|
+
}
|
|
139
|
+
})
|
|
140
|
+
|
|
111
141
|
it("emr.v20190103.InquiryPriceScaleOutInstance", async function () {
|
|
112
142
|
try {
|
|
113
143
|
const data = await client.InquiryPriceScaleOutInstance({})
|
|
@@ -118,6 +148,16 @@ it("emr.v20190103.InquiryPriceScaleOutInstance", async function () {
|
|
|
118
148
|
}
|
|
119
149
|
})
|
|
120
150
|
|
|
151
|
+
it("emr.v20190103.ModifyResourceScheduleConfig", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.ModifyResourceScheduleConfig({})
|
|
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
|
+
|
|
121
161
|
it("emr.v20190103.DescribeJobFlow", async function () {
|
|
122
162
|
try {
|
|
123
163
|
const data = await client.DescribeJobFlow({})
|
|
@@ -108,4 +108,14 @@ it("ess.v20201111.CreateFlowByFiles", async function () {
|
|
|
108
108
|
}
|
|
109
109
|
})
|
|
110
110
|
|
|
111
|
+
it("ess.v20201111.UploadFiles", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.UploadFiles({})
|
|
114
|
+
expect(data).to.be.ok
|
|
115
|
+
} catch(error) {
|
|
116
|
+
expect(error.requestId).to.be.ok
|
|
117
|
+
expect(error.code).to.be.ok
|
|
118
|
+
}
|
|
119
|
+
})
|
|
120
|
+
|
|
111
121
|
})
|
|
@@ -48,6 +48,16 @@ it("essbasic.v20210526.DescribeTemplates", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("essbasic.v20210526.ChannelCreateFlowByFiles", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.ChannelCreateFlowByFiles({})
|
|
54
|
+
expect(data).to.be.ok
|
|
55
|
+
} catch(error) {
|
|
56
|
+
expect(error.requestId).to.be.ok
|
|
57
|
+
expect(error.code).to.be.ok
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
|
|
51
61
|
it("essbasic.v20210526.PrepareFlows", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.PrepareFlows({})
|
|
@@ -68,6 +78,16 @@ it("essbasic.v20210526.OperateChannelTemplate", async function () {
|
|
|
68
78
|
}
|
|
69
79
|
})
|
|
70
80
|
|
|
81
|
+
it("essbasic.v20210526.CreateSealByImage", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.CreateSealByImage({})
|
|
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("essbasic.v20210526.CreateSignUrls", async function () {
|
|
72
92
|
try {
|
|
73
93
|
const data = await client.CreateSignUrls({})
|