tencentcloud-sdk-nodejs 4.0.331 → 4.0.334
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 +421 -0
- package/SERVICE_CHANGELOG.md +944 -483
- package/package.json +1 -1
- package/products.md +45 -44
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +546 -498
- package/src/services/antiddos/v20200309/antiddos_models.ts +293 -16
- 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/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 +2 -2
- package/src/services/cdn/v20180606/cdn_client.ts +2 -1
- package/src/services/cdn/v20180606/cdn_models.ts +81 -3
- package/src/services/ckafka/v20190819/ckafka_client.ts +12 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +40 -0
- package/src/services/cls/v20201016/cls_client.ts +3 -1
- package/src/services/cls/v20201016/cls_models.ts +39 -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 +140 -60
- package/src/services/cpdp/v20190820/cpdp_models.ts +1149 -527
- package/src/services/cwp/v20180228/cwp_client.ts +5 -79
- package/src/services/cwp/v20180228/cwp_models.ts +59 -282
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +1 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +3 -3
- 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 +5 -0
- 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 +124 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +33 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +228 -112
- 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 +1 -0
- package/src/services/iotcloud/v20180614/iotcloud_models.ts +11 -11
- 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/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/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- 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 +71 -0
- package/src/services/teo/v20220106/teo_models.ts +312 -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 +45 -9
- package/src/services/vod/v20180717/vod_models.ts +131 -31
- package/src/services/vpc/v20170312/vpc_models.ts +10 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +183 -167
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +272 -248
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +246 -16
- 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/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 +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +69 -3
- 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 +34 -0
- 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 +34 -2
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +37 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +43 -18
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +62 -25
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +905 -373
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +2 -26
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -37
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +51 -247
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +3 -3
- 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 +4 -0
- 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 +105 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +16 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +188 -91
- 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 +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +11 -11
- 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/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/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- 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 +22 -0
- package/tencentcloud/services/teo/v20220106/teo_client.js +49 -0
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +250 -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 +23 -4
- package/tencentcloud/services/vod/v20180717/vod_client.js +27 -4
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +116 -28
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
- package/test/antiddos.v20200309.test.js +204 -164
- package/test/apm.v20210622.test.js +10 -0
- package/test/as.v20180419.test.js +10 -0
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/cpdp.v20190820.test.js +82 -22
- package/test/cwp.v20180228.test.js +0 -60
- package/test/dcdb.v20180411.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/sts.v20180813.test.js +14 -4
- package/test/teo.v20220106.test.js +51 -0
- package/test/tsf.v20180326.test.js +6 -46
- package/test/vod.v20180717.test.js +22 -2
|
@@ -58,4 +58,14 @@ it("apm.v20210622.DescribeApmAgent", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("apm.v20210622.DescribeServiceOverview", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.DescribeServiceOverview({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
61
71
|
})
|
|
@@ -118,6 +118,16 @@ it("as.v20180419.UpgradeLaunchConfiguration", async function () {
|
|
|
118
118
|
}
|
|
119
119
|
})
|
|
120
120
|
|
|
121
|
+
it("as.v20180419.ModifyLifecycleHook", async function () {
|
|
122
|
+
try {
|
|
123
|
+
const data = await client.ModifyLifecycleHook({})
|
|
124
|
+
expect(data).to.be.ok
|
|
125
|
+
} catch(error) {
|
|
126
|
+
expect(error.requestId).to.be.ok
|
|
127
|
+
expect(error.code).to.be.ok
|
|
128
|
+
}
|
|
129
|
+
})
|
|
130
|
+
|
|
121
131
|
it("as.v20180419.DetachLoadBalancers", async function () {
|
|
122
132
|
try {
|
|
123
133
|
const data = await client.DetachLoadBalancers({})
|
|
@@ -78,6 +78,16 @@ it("ckafka.v20190819.BatchModifyTopicAttributes", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
+
it("ckafka.v20190819.DeleteRoute", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.DeleteRoute({})
|
|
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
|
+
|
|
81
91
|
it("ckafka.v20190819.SendMessage", async function () {
|
|
82
92
|
try {
|
|
83
93
|
const data = await client.SendMessage({})
|
|
@@ -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
|
|
@@ -1238,6 +1268,16 @@ it("cpdp.v20190820.QueryOpenBankDownLoadUrl", async function () {
|
|
|
1238
1268
|
}
|
|
1239
1269
|
})
|
|
1240
1270
|
|
|
1271
|
+
it("cpdp.v20190820.GetDistributeBillDownloadUrl", async function () {
|
|
1272
|
+
try {
|
|
1273
|
+
const data = await client.GetDistributeBillDownloadUrl({})
|
|
1274
|
+
expect(data).to.be.ok
|
|
1275
|
+
} catch(error) {
|
|
1276
|
+
expect(error.requestId).to.be.ok
|
|
1277
|
+
expect(error.code).to.be.ok
|
|
1278
|
+
}
|
|
1279
|
+
})
|
|
1280
|
+
|
|
1241
1281
|
it("cpdp.v20190820.QueryOrderStatus", async function () {
|
|
1242
1282
|
try {
|
|
1243
1283
|
const data = await client.QueryOrderStatus({})
|
|
@@ -1278,9 +1318,9 @@ it("cpdp.v20190820.ApplyWithdrawal", async function () {
|
|
|
1278
1318
|
}
|
|
1279
1319
|
})
|
|
1280
1320
|
|
|
1281
|
-
it("cpdp.v20190820.
|
|
1321
|
+
it("cpdp.v20190820.DescribeChargeDetail", async function () {
|
|
1282
1322
|
try {
|
|
1283
|
-
const data = await client.
|
|
1323
|
+
const data = await client.DescribeChargeDetail({})
|
|
1284
1324
|
expect(data).to.be.ok
|
|
1285
1325
|
} catch(error) {
|
|
1286
1326
|
expect(error.requestId).to.be.ok
|
|
@@ -1428,6 +1468,16 @@ it("cpdp.v20190820.CreateInvoice", async function () {
|
|
|
1428
1468
|
}
|
|
1429
1469
|
})
|
|
1430
1470
|
|
|
1471
|
+
it("cpdp.v20190820.QueryOpenBankOrderDetailReceiptInfo", async function () {
|
|
1472
|
+
try {
|
|
1473
|
+
const data = await client.QueryOpenBankOrderDetailReceiptInfo({})
|
|
1474
|
+
expect(data).to.be.ok
|
|
1475
|
+
} catch(error) {
|
|
1476
|
+
expect(error.requestId).to.be.ok
|
|
1477
|
+
expect(error.code).to.be.ok
|
|
1478
|
+
}
|
|
1479
|
+
})
|
|
1480
|
+
|
|
1431
1481
|
it("cpdp.v20190820.QueryRefund", async function () {
|
|
1432
1482
|
try {
|
|
1433
1483
|
const data = await client.QueryRefund({})
|
|
@@ -1488,9 +1538,9 @@ it("cpdp.v20190820.MigrateOrderRefundQuery", async function () {
|
|
|
1488
1538
|
}
|
|
1489
1539
|
})
|
|
1490
1540
|
|
|
1491
|
-
it("cpdp.v20190820.
|
|
1541
|
+
it("cpdp.v20190820.ViewShop", async function () {
|
|
1492
1542
|
try {
|
|
1493
|
-
const data = await client.
|
|
1543
|
+
const data = await client.ViewShop({})
|
|
1494
1544
|
expect(data).to.be.ok
|
|
1495
1545
|
} catch(error) {
|
|
1496
1546
|
expect(error.requestId).to.be.ok
|
|
@@ -1568,6 +1618,16 @@ it("cpdp.v20190820.QueryOpenBankBindExternalSubMerchantBankAccount", async funct
|
|
|
1568
1618
|
}
|
|
1569
1619
|
})
|
|
1570
1620
|
|
|
1621
|
+
it("cpdp.v20190820.CreateOpenBankExternalSubMerchantAccountBook", async function () {
|
|
1622
|
+
try {
|
|
1623
|
+
const data = await client.CreateOpenBankExternalSubMerchantAccountBook({})
|
|
1624
|
+
expect(data).to.be.ok
|
|
1625
|
+
} catch(error) {
|
|
1626
|
+
expect(error.requestId).to.be.ok
|
|
1627
|
+
expect(error.code).to.be.ok
|
|
1628
|
+
}
|
|
1629
|
+
})
|
|
1630
|
+
|
|
1571
1631
|
it("cpdp.v20190820.QuerySingleTransactionStatus", async function () {
|
|
1572
1632
|
try {
|
|
1573
1633
|
const data = await client.QuerySingleTransactionStatus({})
|
|
@@ -1618,9 +1678,9 @@ it("cpdp.v20190820.QueryAcctInfoList", async function () {
|
|
|
1618
1678
|
}
|
|
1619
1679
|
})
|
|
1620
1680
|
|
|
1621
|
-
it("cpdp.v20190820.
|
|
1681
|
+
it("cpdp.v20190820.QueryAgentStatements", async function () {
|
|
1622
1682
|
try {
|
|
1623
|
-
const data = await client.
|
|
1683
|
+
const data = await client.QueryAgentStatements({})
|
|
1624
1684
|
expect(data).to.be.ok
|
|
1625
1685
|
} catch(error) {
|
|
1626
1686
|
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({})
|
|
@@ -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({})
|
|
@@ -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({})
|
|
@@ -48,16 +48,6 @@ it("iai.v20180301.CreateGroup", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("iai.v20180301.GetCheckSimilarPersonJobIdList", async function () {
|
|
52
|
-
try {
|
|
53
|
-
const data = await client.GetCheckSimilarPersonJobIdList({})
|
|
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
|
-
|
|
61
51
|
it("iai.v20180301.GetPersonBaseInfo", async function () {
|
|
62
52
|
try {
|
|
63
53
|
const data = await client.GetPersonBaseInfo({})
|
|
@@ -158,9 +148,9 @@ it("iai.v20180301.CopyPerson", async function () {
|
|
|
158
148
|
}
|
|
159
149
|
})
|
|
160
150
|
|
|
161
|
-
it("iai.v20180301.
|
|
151
|
+
it("iai.v20180301.VerifyFace", async function () {
|
|
162
152
|
try {
|
|
163
|
-
const data = await client.
|
|
153
|
+
const data = await client.VerifyFace({})
|
|
164
154
|
expect(data).to.be.ok
|
|
165
155
|
} catch(error) {
|
|
166
156
|
expect(error.requestId).to.be.ok
|
|
@@ -208,16 +198,6 @@ it("iai.v20180301.UpgradeGroupFaceModelVersion", async function () {
|
|
|
208
198
|
}
|
|
209
199
|
})
|
|
210
200
|
|
|
211
|
-
it("iai.v20180301.GetSimilarPersonResult", async function () {
|
|
212
|
-
try {
|
|
213
|
-
const data = await client.GetSimilarPersonResult({})
|
|
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
|
-
|
|
221
201
|
it("iai.v20180301.RevertGroupFaceModelVersion", async function () {
|
|
222
202
|
try {
|
|
223
203
|
const data = await client.RevertGroupFaceModelVersion({})
|
|
@@ -318,16 +298,6 @@ it("iai.v20180301.ModifyPersonGroupInfo", async function () {
|
|
|
318
298
|
}
|
|
319
299
|
})
|
|
320
300
|
|
|
321
|
-
it("iai.v20180301.VerifyFace", async function () {
|
|
322
|
-
try {
|
|
323
|
-
const data = await client.VerifyFace({})
|
|
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
301
|
it("iai.v20180301.SearchPersons", async function () {
|
|
332
302
|
try {
|
|
333
303
|
const data = await client.SearchPersons({})
|
|
@@ -368,16 +338,6 @@ it("iai.v20180301.GetGroupList", async function () {
|
|
|
368
338
|
}
|
|
369
339
|
})
|
|
370
340
|
|
|
371
|
-
it("iai.v20180301.EstimateCheckSimilarPersonCostTime", async function () {
|
|
372
|
-
try {
|
|
373
|
-
const data = await client.EstimateCheckSimilarPersonCostTime({})
|
|
374
|
-
expect(data).to.be.ok
|
|
375
|
-
} catch(error) {
|
|
376
|
-
expect(error.requestId).to.be.ok
|
|
377
|
-
expect(error.code).to.be.ok
|
|
378
|
-
}
|
|
379
|
-
})
|
|
380
|
-
|
|
381
341
|
it("iai.v20180301.DeleteFace", async function () {
|
|
382
342
|
try {
|
|
383
343
|
const data = await client.DeleteFace({})
|
|
@@ -38,19 +38,9 @@ it("iai.v20200303.SearchFacesReturnsByGroup", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("iai.v20200303.
|
|
42
|
-
try {
|
|
43
|
-
const data = await client.GetPersonGroupInfo({})
|
|
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
|
-
|
|
51
|
-
it("iai.v20200303.GetCheckSimilarPersonJobIdList", async function () {
|
|
41
|
+
it("iai.v20200303.CreateGroup", async function () {
|
|
52
42
|
try {
|
|
53
|
-
const data = await client.
|
|
43
|
+
const data = await client.CreateGroup({})
|
|
54
44
|
expect(data).to.be.ok
|
|
55
45
|
} catch(error) {
|
|
56
46
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +98,9 @@ it("iai.v20200303.GetPersonListNum", async function () {
|
|
|
108
98
|
}
|
|
109
99
|
})
|
|
110
100
|
|
|
111
|
-
it("iai.v20200303.
|
|
101
|
+
it("iai.v20200303.GetPersonGroupInfo", async function () {
|
|
112
102
|
try {
|
|
113
|
-
const data = await client.
|
|
103
|
+
const data = await client.GetPersonGroupInfo({})
|
|
114
104
|
expect(data).to.be.ok
|
|
115
105
|
} catch(error) {
|
|
116
106
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +148,9 @@ it("iai.v20200303.CopyPerson", async function () {
|
|
|
158
148
|
}
|
|
159
149
|
})
|
|
160
150
|
|
|
161
|
-
it("iai.v20200303.
|
|
151
|
+
it("iai.v20200303.VerifyFace", async function () {
|
|
162
152
|
try {
|
|
163
|
-
const data = await client.
|
|
153
|
+
const data = await client.VerifyFace({})
|
|
164
154
|
expect(data).to.be.ok
|
|
165
155
|
} catch(error) {
|
|
166
156
|
expect(error.requestId).to.be.ok
|
|
@@ -208,16 +198,6 @@ it("iai.v20200303.UpgradeGroupFaceModelVersion", async function () {
|
|
|
208
198
|
}
|
|
209
199
|
})
|
|
210
200
|
|
|
211
|
-
it("iai.v20200303.GetSimilarPersonResult", async function () {
|
|
212
|
-
try {
|
|
213
|
-
const data = await client.GetSimilarPersonResult({})
|
|
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
|
-
|
|
221
201
|
it("iai.v20200303.RevertGroupFaceModelVersion", async function () {
|
|
222
202
|
try {
|
|
223
203
|
const data = await client.RevertGroupFaceModelVersion({})
|
|
@@ -338,16 +318,6 @@ it("iai.v20200303.ModifyPersonGroupInfo", async function () {
|
|
|
338
318
|
}
|
|
339
319
|
})
|
|
340
320
|
|
|
341
|
-
it("iai.v20200303.VerifyFace", async function () {
|
|
342
|
-
try {
|
|
343
|
-
const data = await client.VerifyFace({})
|
|
344
|
-
expect(data).to.be.ok
|
|
345
|
-
} catch(error) {
|
|
346
|
-
expect(error.requestId).to.be.ok
|
|
347
|
-
expect(error.code).to.be.ok
|
|
348
|
-
}
|
|
349
|
-
})
|
|
350
|
-
|
|
351
321
|
it("iai.v20200303.SearchPersons", async function () {
|
|
352
322
|
try {
|
|
353
323
|
const data = await client.SearchPersons({})
|
|
@@ -388,16 +358,6 @@ it("iai.v20200303.GetGroupList", async function () {
|
|
|
388
358
|
}
|
|
389
359
|
})
|
|
390
360
|
|
|
391
|
-
it("iai.v20200303.EstimateCheckSimilarPersonCostTime", async function () {
|
|
392
|
-
try {
|
|
393
|
-
const data = await client.EstimateCheckSimilarPersonCostTime({})
|
|
394
|
-
expect(data).to.be.ok
|
|
395
|
-
} catch(error) {
|
|
396
|
-
expect(error.requestId).to.be.ok
|
|
397
|
-
expect(error.code).to.be.ok
|
|
398
|
-
}
|
|
399
|
-
})
|
|
400
|
-
|
|
401
361
|
it("iai.v20200303.DeleteFace", async function () {
|
|
402
362
|
try {
|
|
403
363
|
const data = await client.DeleteFace({})
|
|
@@ -58,6 +58,16 @@ it("lighthouse.v20200324.DescribeInstancesDiskNum", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("lighthouse.v20200324.IsolateInstances", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.IsolateInstances({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
61
71
|
it("lighthouse.v20200324.ModifyInstancesRenewFlag", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.ModifyInstancesRenewFlag({})
|
|
@@ -528,6 +538,16 @@ it("lighthouse.v20200324.TerminateInstances", async function () {
|
|
|
528
538
|
}
|
|
529
539
|
})
|
|
530
540
|
|
|
541
|
+
it("lighthouse.v20200324.RenewInstances", async function () {
|
|
542
|
+
try {
|
|
543
|
+
const data = await client.RenewInstances({})
|
|
544
|
+
expect(data).to.be.ok
|
|
545
|
+
} catch(error) {
|
|
546
|
+
expect(error.requestId).to.be.ok
|
|
547
|
+
expect(error.code).to.be.ok
|
|
548
|
+
}
|
|
549
|
+
})
|
|
550
|
+
|
|
531
551
|
it("lighthouse.v20200324.DescribeInstanceVncUrl", async function () {
|
|
532
552
|
try {
|
|
533
553
|
const data = await client.DescribeInstanceVncUrl({})
|