tencentcloud-sdk-nodejs 4.0.257 → 4.0.261
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 +1167 -170
- package/SERVICE_CHANGELOG.md +68463 -0
- package/package.json +1 -1
- package/products.md +62 -61
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +6 -4
- package/src/services/ams/v20201229/ams_client.ts +1 -1
- package/src/services/ams/v20201229/ams_models.ts +24 -0
- package/src/services/antiddos/v20200309/antiddos_client.ts +40 -3
- package/src/services/antiddos/v20200309/antiddos_models.ts +226 -121
- package/src/services/asr/v20190614/asr_models.ts +5 -0
- package/src/services/billing/v20180709/billing_models.ts +5 -5
- package/src/services/cam/v20190116/cam_client.ts +32 -8
- package/src/services/cam/v20190116/cam_models.ts +118 -18
- package/src/services/cat/v20180409/cat_client.ts +160 -55
- package/src/services/cat/v20180409/cat_models.ts +1626 -908
- package/src/services/cbs/v20170312/cbs_client.ts +6 -5
- package/src/services/cbs/v20170312/cbs_models.ts +122 -87
- package/src/services/cdb/v20170320/cdb_client.ts +27 -39
- package/src/services/cdb/v20170320/cdb_models.ts +172 -174
- package/src/services/cdn/v20180606/cdn_models.ts +11 -0
- package/src/services/chdfs/v20201112/chdfs_models.ts +55 -11
- package/src/services/cii/v20210408/cii_models.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +50 -9
- package/src/services/ckafka/v20190819/ckafka_models.ts +308 -28
- package/src/services/clb/v20180317/clb_client.ts +14 -2
- package/src/services/clb/v20180317/clb_models.ts +19 -19
- package/src/services/cls/v20201016/cls_client.ts +65 -15
- package/src/services/cls/v20201016/cls_models.ts +258 -70
- package/src/services/cme/v20191029/cme_client.ts +2 -1
- package/src/services/cme/v20191029/cme_models.ts +31 -14
- package/src/services/cvm/v20170312/cvm_client.ts +168 -76
- package/src/services/cvm/v20170312/cvm_models.ts +935 -188
- package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +35 -0
- package/src/services/dlc/v20210125/dlc_client.ts +19 -6
- package/src/services/dlc/v20210125/dlc_models.ts +333 -36
- package/src/services/dnspod/v20210323/dnspod_models.ts +8 -8
- package/src/services/dts/v20180330/dts_models.ts +10 -9
- package/src/services/ecdn/v20191012/ecdn_client.ts +5 -4
- package/src/services/ecdn/v20191012/ecdn_models.ts +127 -77
- package/src/services/es/v20180416/es_client.ts +17 -2
- package/src/services/es/v20180416/es_models.ts +291 -18
- package/src/services/essbasic/v20210526/essbasic_client.ts +72 -17
- package/src/services/essbasic/v20210526/essbasic_models.ts +495 -162
- package/src/services/faceid/v20180301/faceid_client.ts +13 -0
- package/src/services/faceid/v20180301/faceid_models.ts +60 -0
- package/src/services/gme/v20180711/gme_client.ts +1 -3
- package/src/services/gme/v20180711/gme_models.ts +8 -3
- package/src/services/iecp/index.ts +5 -0
- package/src/services/iecp/v20210914/iecp_client.ts +1064 -0
- package/src/services/iecp/v20210914/iecp_models.ts +5727 -0
- package/src/services/iecp/v20210914/index.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +75 -14
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +309 -20
- package/src/services/kms/v20190118/kms_client.ts +1 -1
- package/src/services/kms/v20190118/kms_models.ts +63 -41
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +203 -38
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +822 -86
- package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +30 -0
- package/src/services/monitor/v20180724/monitor_client.ts +26 -7
- package/src/services/monitor/v20180724/monitor_models.ts +320 -0
- package/src/services/nlp/v20190408/nlp_client.ts +4 -4
- package/src/services/nlp/v20190408/nlp_models.ts +3 -3
- package/src/services/oceanus/v20190422/oceanus_models.ts +10 -0
- package/src/services/ocr/v20181119/ocr_models.ts +2 -1
- package/src/services/postgres/v20170312/postgres_models.ts +56 -12
- package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +4 -4
- package/src/services/scf/v20180416/scf_client.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +13 -13
- package/src/services/sms/v20210111/sms_client.ts +3 -3
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +10 -10
- package/src/services/ssl/v20191205/ssl_models.ts +2 -2
- package/src/services/sts/v20180813/sts_client.ts +13 -0
- package/src/services/sts/v20180813/sts_models.ts +45 -0
- package/src/services/taf/v20200210/taf_client.ts +1 -0
- package/src/services/taf/v20200210/taf_models.ts +20 -0
- package/src/services/tcss/v20201101/tcss_models.ts +33 -7
- package/src/services/tdmq/v20200217/tdmq_client.ts +29 -3
- package/src/services/tdmq/v20200217/tdmq_models.ts +337 -148
- package/src/services/tem/v20210701/tem_client.ts +139 -88
- package/src/services/tem/v20210701/tem_models.ts +171 -16
- package/src/services/thpc/v20211109/thpc_client.ts +35 -8
- package/src/services/thpc/v20211109/thpc_models.ts +285 -108
- package/src/services/tiia/v20190529/tiia_client.ts +2 -6
- package/src/services/tiia/v20190529/tiia_models.ts +32 -1
- package/src/services/tke/v20180525/tke_models.ts +27 -7
- package/src/services/tms/v20201229/tms_models.ts +13 -1
- package/src/services/tsf/v20180326/tsf_client.ts +2 -0
- package/src/services/tsf/v20180326/tsf_models.ts +61 -1
- package/src/services/tts/v20190823/tts_models.ts +1 -1
- package/src/services/vm/v20201229/vm_models.ts +30 -0
- package/src/services/vod/v20180717/vod_client.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +360 -360
- package/src/services/vpc/v20170312/vpc_models.ts +94 -2
- package/src/services/wav/v20210129/wav_client.ts +45 -7
- package/src/services/wav/v20210129/wav_models.ts +370 -134
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +4 -2
- package/tencentcloud/services/ams/v20201229/ams_client.d.ts +1 -1
- package/tencentcloud/services/ams/v20201229/ams_client.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +20 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +13 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +18 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +196 -105
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -5
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +11 -3
- package/tencentcloud/services/cam/v20190116/cam_client.js +15 -3
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +102 -16
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +35 -3
- package/tencentcloud/services/cat/v20180409/cat_client.js +51 -3
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1446 -837
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +103 -74
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +10 -14
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +13 -19
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +144 -147
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +9 -0
- package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +47 -11
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +15 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +21 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +261 -24
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +13 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +13 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +19 -19
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +21 -5
- package/tencentcloud/services/cls/v20201016/cls_client.js +30 -6
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +228 -67
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +28 -13
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +76 -44
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +95 -49
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +747 -122
- 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 +30 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +9 -5
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +10 -4
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +277 -32
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +8 -8
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +9 -9
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +1 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +113 -70
- package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
- package/tencentcloud/services/es/v20180416/es_client.js +6 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +242 -18
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +31 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +38 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +401 -121
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +6 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +7 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +50 -0
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +1 -3
- package/tencentcloud/services/gme/v20180711/gme_client.js +1 -3
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +7 -3
- package/tencentcloud/services/iecp/index.d.ts +6 -0
- package/tencentcloud/services/iecp/index.js +7 -0
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +334 -0
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +517 -0
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +4845 -0
- package/tencentcloud/services/iecp/v20210914/iecp_models.js +18 -0
- package/tencentcloud/services/iecp/v20210914/index.d.ts +6 -0
- package/tencentcloud/services/iecp/v20210914/index.js +9 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +25 -5
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +36 -6
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +263 -16
- package/tencentcloud/services/kms/v20190118/kms_client.d.ts +1 -1
- package/tencentcloud/services/kms/v20190118/kms_client.js +1 -1
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +57 -39
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +66 -14
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +95 -17
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +702 -72
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +26 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +11 -3
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +13 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +275 -0
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +4 -4
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +4 -4
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +3 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +8 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +46 -10
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +4 -4
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +13 -13
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +3 -3
- package/tencentcloud/services/sms/v20210111/sms_client.js +3 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +10 -10
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
- package/tencentcloud/services/sts/v20180813/sts_client.d.ts +6 -1
- package/tencentcloud/services/sts/v20180813/sts_client.js +7 -0
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +38 -0
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +17 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +27 -5
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +9 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +288 -128
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +52 -33
- package/tencentcloud/services/tem/v20210701/tem_client.js +75 -48
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +147 -15
- package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +9 -1
- package/tencentcloud/services/thpc/v20211109/thpc_client.js +12 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +251 -101
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +0 -5
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +0 -5
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +27 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +23 -7
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +11 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +51 -1
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +25 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +360 -360
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +78 -2
- package/tencentcloud/services/wav/v20210129/wav_client.d.ts +13 -1
- package/tencentcloud/services/wav/v20210129/wav_client.js +18 -0
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +314 -116
- package/test/antiddos.v20200309.test.js +30 -0
- package/test/cam.v20190116.test.js +22 -2
- package/test/cat.v20180409.test.js +82 -2
- package/test/cdb.v20170320.test.js +20 -30
- package/test/ckafka.v20190819.test.js +32 -2
- package/test/cls.v20201016.test.js +44 -4
- package/test/cvm.v20170312.test.js +82 -12
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/es.v20180416.test.js +10 -0
- package/test/essbasic.v20210526.test.js +34 -4
- package/test/faceid.v20180301.test.js +10 -0
- package/test/iecp.v20210914.test.js +831 -0
- package/test/iotvideoindustry.v20201201.test.js +54 -4
- package/test/lighthouse.v20200324.test.js +138 -8
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/monitor.v20180724.test.js +12 -2
- package/test/sts.v20180813.test.js +10 -0
- package/test/tdmq.v20200217.test.js +20 -0
- package/test/tem.v20210701.test.js +74 -34
- package/test/thpc.v20211109.test.js +20 -0
- package/test/wav.v20210129.test.js +30 -0
|
@@ -18,6 +18,16 @@ const client = new tencentcloud.cat.v20180409.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("cat.v20180409.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("cat.v20180409.SuspendProbeTask", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.SuspendProbeTask({})
|
|
24
|
+
expect(data).to.be.ok
|
|
25
|
+
} catch(error) {
|
|
26
|
+
expect(error.requestId).to.be.ok
|
|
27
|
+
expect(error.code).to.be.ok
|
|
28
|
+
}
|
|
29
|
+
})
|
|
30
|
+
|
|
21
31
|
it("cat.v20180409.GetRespTimeTrendEx", async function () {
|
|
22
32
|
try {
|
|
23
33
|
const data = await client.GetRespTimeTrendEx({})
|
|
@@ -48,6 +58,16 @@ it("cat.v20180409.DescribeTasksByType", async function () {
|
|
|
48
58
|
}
|
|
49
59
|
})
|
|
50
60
|
|
|
61
|
+
it("cat.v20180409.VerifyResult", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.VerifyResult({})
|
|
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
|
+
|
|
51
71
|
it("cat.v20180409.CreateTaskEx", async function () {
|
|
52
72
|
try {
|
|
53
73
|
const data = await client.CreateTaskEx({})
|
|
@@ -108,6 +128,16 @@ it("cat.v20180409.DescribeTaskDetail", async function () {
|
|
|
108
128
|
}
|
|
109
129
|
})
|
|
110
130
|
|
|
131
|
+
it("cat.v20180409.CreateProbeTasks", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.CreateProbeTasks({})
|
|
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("cat.v20180409.DescribeAlarmTopic", async function () {
|
|
112
142
|
try {
|
|
113
143
|
const data = await client.DescribeAlarmTopic({})
|
|
@@ -158,6 +188,16 @@ it("cat.v20180409.GetDailyAvailRatio", async function () {
|
|
|
158
188
|
}
|
|
159
189
|
})
|
|
160
190
|
|
|
191
|
+
it("cat.v20180409.ResumeProbeTask", async function () {
|
|
192
|
+
try {
|
|
193
|
+
const data = await client.ResumeProbeTask({})
|
|
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
|
+
|
|
161
201
|
it("cat.v20180409.ModifyTaskEx", async function () {
|
|
162
202
|
try {
|
|
163
203
|
const data = await client.ModifyTaskEx({})
|
|
@@ -198,9 +238,19 @@ it("cat.v20180409.DescribeCatLogs", async function () {
|
|
|
198
238
|
}
|
|
199
239
|
})
|
|
200
240
|
|
|
201
|
-
it("cat.v20180409.
|
|
241
|
+
it("cat.v20180409.UpdateProbeTaskConfigurationList", async function () {
|
|
202
242
|
try {
|
|
203
|
-
const data = await client.
|
|
243
|
+
const data = await client.UpdateProbeTaskConfigurationList({})
|
|
244
|
+
expect(data).to.be.ok
|
|
245
|
+
} catch(error) {
|
|
246
|
+
expect(error.requestId).to.be.ok
|
|
247
|
+
expect(error.code).to.be.ok
|
|
248
|
+
}
|
|
249
|
+
})
|
|
250
|
+
|
|
251
|
+
it("cat.v20180409.DescribeDetailedSingleProbeData", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.DescribeDetailedSingleProbeData({})
|
|
204
254
|
expect(data).to.be.ok
|
|
205
255
|
} catch(error) {
|
|
206
256
|
expect(error.requestId).to.be.ok
|
|
@@ -218,6 +268,16 @@ it("cat.v20180409.BindAlarmPolicy", async function () {
|
|
|
218
268
|
}
|
|
219
269
|
})
|
|
220
270
|
|
|
271
|
+
it("cat.v20180409.DescribeProbeTasks", async function () {
|
|
272
|
+
try {
|
|
273
|
+
const data = await client.DescribeProbeTasks({})
|
|
274
|
+
expect(data).to.be.ok
|
|
275
|
+
} catch(error) {
|
|
276
|
+
expect(error.requestId).to.be.ok
|
|
277
|
+
expect(error.code).to.be.ok
|
|
278
|
+
}
|
|
279
|
+
})
|
|
280
|
+
|
|
221
281
|
it("cat.v20180409.GetResultSummary", async function () {
|
|
222
282
|
try {
|
|
223
283
|
const data = await client.GetResultSummary({})
|
|
@@ -258,6 +318,16 @@ it("cat.v20180409.RunTask", async function () {
|
|
|
258
318
|
}
|
|
259
319
|
})
|
|
260
320
|
|
|
321
|
+
it("cat.v20180409.DescribeProbeNodes", async function () {
|
|
322
|
+
try {
|
|
323
|
+
const data = await client.DescribeProbeNodes({})
|
|
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
|
+
|
|
261
331
|
it("cat.v20180409.GetReturnCodeInfo", async function () {
|
|
262
332
|
try {
|
|
263
333
|
const data = await client.GetReturnCodeInfo({})
|
|
@@ -278,6 +348,16 @@ it("cat.v20180409.DescribeAlarmsByTask", async function () {
|
|
|
278
348
|
}
|
|
279
349
|
})
|
|
280
350
|
|
|
351
|
+
it("cat.v20180409.DeleteProbeTask", async function () {
|
|
352
|
+
try {
|
|
353
|
+
const data = await client.DeleteProbeTask({})
|
|
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
|
+
|
|
281
361
|
it("cat.v20180409.GetTaskTotalNumber", async function () {
|
|
282
362
|
try {
|
|
283
363
|
const data = await client.GetTaskTotalNumber({})
|
|
@@ -118,6 +118,16 @@ it("cdb.v20170320.DescribeBackupOverview", async function () {
|
|
|
118
118
|
}
|
|
119
119
|
})
|
|
120
120
|
|
|
121
|
+
it("cdb.v20170320.StopReplication", async function () {
|
|
122
|
+
try {
|
|
123
|
+
const data = await client.StopReplication({})
|
|
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("cdb.v20170320.ModifyDBInstanceName", async function () {
|
|
122
132
|
try {
|
|
123
133
|
const data = await client.ModifyDBInstanceName({})
|
|
@@ -508,16 +518,6 @@ it("cdb.v20170320.InquiryPriceUpgradeInstances", async function () {
|
|
|
508
518
|
}
|
|
509
519
|
})
|
|
510
520
|
|
|
511
|
-
it("cdb.v20170320.StopDelayReplication", async function () {
|
|
512
|
-
try {
|
|
513
|
-
const data = await client.StopDelayReplication({})
|
|
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
|
-
|
|
521
521
|
it("cdb.v20170320.CreateDBInstance", async function () {
|
|
522
522
|
try {
|
|
523
523
|
const data = await client.CreateDBInstance({})
|
|
@@ -898,16 +898,6 @@ it("cdb.v20170320.DescribeBackupDownloadRestriction", async function () {
|
|
|
898
898
|
}
|
|
899
899
|
})
|
|
900
900
|
|
|
901
|
-
it("cdb.v20170320.StartDelayReplication", async function () {
|
|
902
|
-
try {
|
|
903
|
-
const data = await client.StartDelayReplication({})
|
|
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
|
-
|
|
911
901
|
it("cdb.v20170320.ModifyAccountPassword", async function () {
|
|
912
902
|
try {
|
|
913
903
|
const data = await client.ModifyAccountPassword({})
|
|
@@ -948,6 +938,16 @@ it("cdb.v20170320.DescribeSlowLogData", async function () {
|
|
|
948
938
|
}
|
|
949
939
|
})
|
|
950
940
|
|
|
941
|
+
it("cdb.v20170320.StartReplication", async function () {
|
|
942
|
+
try {
|
|
943
|
+
const data = await client.StartReplication({})
|
|
944
|
+
expect(data).to.be.ok
|
|
945
|
+
} catch(error) {
|
|
946
|
+
expect(error.requestId).to.be.ok
|
|
947
|
+
expect(error.code).to.be.ok
|
|
948
|
+
}
|
|
949
|
+
})
|
|
950
|
+
|
|
951
951
|
it("cdb.v20170320.DeleteAuditLogFile", async function () {
|
|
952
952
|
try {
|
|
953
953
|
const data = await client.DeleteAuditLogFile({})
|
|
@@ -1098,16 +1098,6 @@ it("cdb.v20170320.DescribeSupportedPrivileges", async function () {
|
|
|
1098
1098
|
}
|
|
1099
1099
|
})
|
|
1100
1100
|
|
|
1101
|
-
it("cdb.v20170320.ModifyRoReplicationDelay", async function () {
|
|
1102
|
-
try {
|
|
1103
|
-
const data = await client.ModifyRoReplicationDelay({})
|
|
1104
|
-
expect(data).to.be.ok
|
|
1105
|
-
} catch(error) {
|
|
1106
|
-
expect(error.requestId).to.be.ok
|
|
1107
|
-
expect(error.code).to.be.ok
|
|
1108
|
-
}
|
|
1109
|
-
})
|
|
1110
|
-
|
|
1111
1101
|
it("cdb.v20170320.DescribeBinlogs", async function () {
|
|
1112
1102
|
try {
|
|
1113
1103
|
const data = await client.DescribeBinlogs({})
|
|
@@ -58,6 +58,26 @@ it("ckafka.v20190819.DescribeTopicSubscribeGroup", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("ckafka.v20190819.BatchModifyTopicAttributes", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.BatchModifyTopicAttributes({})
|
|
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
|
+
|
|
71
|
+
it("ckafka.v20190819.SendMessage", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.SendMessage({})
|
|
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
|
+
|
|
61
81
|
it("ckafka.v20190819.ModifyTopicAttributes", async function () {
|
|
62
82
|
try {
|
|
63
83
|
const data = await client.ModifyTopicAttributes({})
|
|
@@ -218,6 +238,16 @@ it("ckafka.v20190819.CreatePartition", async function () {
|
|
|
218
238
|
}
|
|
219
239
|
})
|
|
220
240
|
|
|
241
|
+
it("ckafka.v20190819.DeleteUser", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.DeleteUser({})
|
|
244
|
+
expect(data).to.be.ok
|
|
245
|
+
} catch(error) {
|
|
246
|
+
expect(error.requestId).to.be.ok
|
|
247
|
+
expect(error.code).to.be.ok
|
|
248
|
+
}
|
|
249
|
+
})
|
|
250
|
+
|
|
221
251
|
it("ckafka.v20190819.DeleteAcl", async function () {
|
|
222
252
|
try {
|
|
223
253
|
const data = await client.DeleteAcl({})
|
|
@@ -308,9 +338,9 @@ it("ckafka.v20190819.DeleteRouteTriggerTime", async function () {
|
|
|
308
338
|
}
|
|
309
339
|
})
|
|
310
340
|
|
|
311
|
-
it("ckafka.v20190819.
|
|
341
|
+
it("ckafka.v20190819.BatchModifyGroupOffsets", async function () {
|
|
312
342
|
try {
|
|
313
|
-
const data = await client.
|
|
343
|
+
const data = await client.BatchModifyGroupOffsets({})
|
|
314
344
|
expect(data).to.be.ok
|
|
315
345
|
} catch(error) {
|
|
316
346
|
expect(error.requestId).to.be.ok
|
|
@@ -48,6 +48,16 @@ it("cls.v20201016.GetAlarmLog", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("cls.v20201016.CreateConsumer", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.CreateConsumer({})
|
|
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("cls.v20201016.ModifyTopic", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.ModifyTopic({})
|
|
@@ -168,9 +178,9 @@ it("cls.v20201016.CreateShipper", async function () {
|
|
|
168
178
|
}
|
|
169
179
|
})
|
|
170
180
|
|
|
171
|
-
it("cls.v20201016.
|
|
181
|
+
it("cls.v20201016.ModifyConsumer", async function () {
|
|
172
182
|
try {
|
|
173
|
-
const data = await client.
|
|
183
|
+
const data = await client.ModifyConsumer({})
|
|
174
184
|
expect(data).to.be.ok
|
|
175
185
|
} catch(error) {
|
|
176
186
|
expect(error.requestId).to.be.ok
|
|
@@ -198,9 +208,9 @@ it("cls.v20201016.CreateAlarmNotice", async function () {
|
|
|
198
208
|
}
|
|
199
209
|
})
|
|
200
210
|
|
|
201
|
-
it("cls.v20201016.
|
|
211
|
+
it("cls.v20201016.DeleteConsumer", async function () {
|
|
202
212
|
try {
|
|
203
|
-
const data = await client.
|
|
213
|
+
const data = await client.DeleteConsumer({})
|
|
204
214
|
expect(data).to.be.ok
|
|
205
215
|
} catch(error) {
|
|
206
216
|
expect(error.requestId).to.be.ok
|
|
@@ -408,6 +418,16 @@ it("cls.v20201016.CreateAsyncContextTask", async function () {
|
|
|
408
418
|
}
|
|
409
419
|
})
|
|
410
420
|
|
|
421
|
+
it("cls.v20201016.ModifyShipper", async function () {
|
|
422
|
+
try {
|
|
423
|
+
const data = await client.ModifyShipper({})
|
|
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
|
+
|
|
411
431
|
it("cls.v20201016.CreateConfig", async function () {
|
|
412
432
|
try {
|
|
413
433
|
const data = await client.CreateConfig({})
|
|
@@ -478,6 +498,26 @@ it("cls.v20201016.DescribeLogContext", async function () {
|
|
|
478
498
|
}
|
|
479
499
|
})
|
|
480
500
|
|
|
501
|
+
it("cls.v20201016.DescribeConsumer", async function () {
|
|
502
|
+
try {
|
|
503
|
+
const data = await client.DescribeConsumer({})
|
|
504
|
+
expect(data).to.be.ok
|
|
505
|
+
} catch(error) {
|
|
506
|
+
expect(error.requestId).to.be.ok
|
|
507
|
+
expect(error.code).to.be.ok
|
|
508
|
+
}
|
|
509
|
+
})
|
|
510
|
+
|
|
511
|
+
it("cls.v20201016.DescribeConfigs", async function () {
|
|
512
|
+
try {
|
|
513
|
+
const data = await client.DescribeConfigs({})
|
|
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
|
+
|
|
481
521
|
it("cls.v20201016.MergePartition", async function () {
|
|
482
522
|
try {
|
|
483
523
|
const data = await client.MergePartition({})
|
|
@@ -68,6 +68,16 @@ it("cvm.v20170312.DescribeImageSharePermission", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("cvm.v20170312.ModifyLaunchTemplateDefaultVersion", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.ModifyLaunchTemplateDefaultVersion({})
|
|
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("cvm.v20170312.InquiryPriceModifyInstancesChargeType", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.InquiryPriceModifyInstancesChargeType({})
|
|
@@ -198,9 +208,9 @@ it("cvm.v20170312.DescribeInstances", async function () {
|
|
|
198
208
|
}
|
|
199
209
|
})
|
|
200
210
|
|
|
201
|
-
it("cvm.v20170312.
|
|
211
|
+
it("cvm.v20170312.DescribeLaunchTemplateVersions", async function () {
|
|
202
212
|
try {
|
|
203
|
-
const data = await client.
|
|
213
|
+
const data = await client.DescribeLaunchTemplateVersions({})
|
|
204
214
|
expect(data).to.be.ok
|
|
205
215
|
} catch(error) {
|
|
206
216
|
expect(error.requestId).to.be.ok
|
|
@@ -248,9 +258,19 @@ it("cvm.v20170312.AssociateInstancesKeyPairs", async function () {
|
|
|
248
258
|
}
|
|
249
259
|
})
|
|
250
260
|
|
|
251
|
-
it("cvm.v20170312.
|
|
261
|
+
it("cvm.v20170312.DescribeInstanceVncUrl", async function () {
|
|
252
262
|
try {
|
|
253
|
-
const data = await client.
|
|
263
|
+
const data = await client.DescribeInstanceVncUrl({})
|
|
264
|
+
expect(data).to.be.ok
|
|
265
|
+
} catch(error) {
|
|
266
|
+
expect(error.requestId).to.be.ok
|
|
267
|
+
expect(error.code).to.be.ok
|
|
268
|
+
}
|
|
269
|
+
})
|
|
270
|
+
|
|
271
|
+
it("cvm.v20170312.DeleteLaunchTemplate", async function () {
|
|
272
|
+
try {
|
|
273
|
+
const data = await client.DeleteLaunchTemplate({})
|
|
254
274
|
expect(data).to.be.ok
|
|
255
275
|
} catch(error) {
|
|
256
276
|
expect(error.requestId).to.be.ok
|
|
@@ -338,6 +358,16 @@ it("cvm.v20170312.ModifyInstancesRenewFlag", async function () {
|
|
|
338
358
|
}
|
|
339
359
|
})
|
|
340
360
|
|
|
361
|
+
it("cvm.v20170312.RenewInstances", async function () {
|
|
362
|
+
try {
|
|
363
|
+
const data = await client.RenewInstances({})
|
|
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
|
+
|
|
341
371
|
it("cvm.v20170312.PurchaseReservedInstancesOffering", async function () {
|
|
342
372
|
try {
|
|
343
373
|
const data = await client.PurchaseReservedInstancesOffering({})
|
|
@@ -358,6 +388,16 @@ it("cvm.v20170312.ResizeInstanceDisks", async function () {
|
|
|
358
388
|
}
|
|
359
389
|
})
|
|
360
390
|
|
|
391
|
+
it("cvm.v20170312.CreateLaunchTemplate", async function () {
|
|
392
|
+
try {
|
|
393
|
+
const data = await client.CreateLaunchTemplate({})
|
|
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
|
+
|
|
361
401
|
it("cvm.v20170312.DescribeReservedInstances", async function () {
|
|
362
402
|
try {
|
|
363
403
|
const data = await client.DescribeReservedInstances({})
|
|
@@ -428,6 +468,16 @@ it("cvm.v20170312.ModifyImageAttribute", async function () {
|
|
|
428
468
|
}
|
|
429
469
|
})
|
|
430
470
|
|
|
471
|
+
it("cvm.v20170312.StartInstances", async function () {
|
|
472
|
+
try {
|
|
473
|
+
const data = await client.StartInstances({})
|
|
474
|
+
expect(data).to.be.ok
|
|
475
|
+
} catch(error) {
|
|
476
|
+
expect(error.requestId).to.be.ok
|
|
477
|
+
expect(error.code).to.be.ok
|
|
478
|
+
}
|
|
479
|
+
})
|
|
480
|
+
|
|
431
481
|
it("cvm.v20170312.DescribeZones", async function () {
|
|
432
482
|
try {
|
|
433
483
|
const data = await client.DescribeZones({})
|
|
@@ -458,9 +508,19 @@ it("cvm.v20170312.InquiryPriceResetInstancesType", async function () {
|
|
|
458
508
|
}
|
|
459
509
|
})
|
|
460
510
|
|
|
461
|
-
it("cvm.v20170312.
|
|
511
|
+
it("cvm.v20170312.DeleteLaunchTemplateVersions", async function () {
|
|
462
512
|
try {
|
|
463
|
-
const data = await client.
|
|
513
|
+
const data = await client.DeleteLaunchTemplateVersions({})
|
|
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
|
+
|
|
521
|
+
it("cvm.v20170312.CreateLaunchTemplateVersion", async function () {
|
|
522
|
+
try {
|
|
523
|
+
const data = await client.CreateLaunchTemplateVersion({})
|
|
464
524
|
expect(data).to.be.ok
|
|
465
525
|
} catch(error) {
|
|
466
526
|
expect(error.requestId).to.be.ok
|
|
@@ -548,9 +608,19 @@ it("cvm.v20170312.ImportImage", async function () {
|
|
|
548
608
|
}
|
|
549
609
|
})
|
|
550
610
|
|
|
551
|
-
it("cvm.v20170312.
|
|
611
|
+
it("cvm.v20170312.ImportKeyPair", async function () {
|
|
552
612
|
try {
|
|
553
|
-
const data = await client.
|
|
613
|
+
const data = await client.ImportKeyPair({})
|
|
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
|
+
|
|
621
|
+
it("cvm.v20170312.DescribeLaunchTemplates", async function () {
|
|
622
|
+
try {
|
|
623
|
+
const data = await client.DescribeLaunchTemplates({})
|
|
554
624
|
expect(data).to.be.ok
|
|
555
625
|
} catch(error) {
|
|
556
626
|
expect(error.requestId).to.be.ok
|
|
@@ -568,9 +638,9 @@ it("cvm.v20170312.ModifyDisasterRecoverGroupAttribute", async function () {
|
|
|
568
638
|
}
|
|
569
639
|
})
|
|
570
640
|
|
|
571
|
-
it("cvm.v20170312.
|
|
641
|
+
it("cvm.v20170312.DescribeInstanceFamilyConfigs", async function () {
|
|
572
642
|
try {
|
|
573
|
-
const data = await client.
|
|
643
|
+
const data = await client.DescribeInstanceFamilyConfigs({})
|
|
574
644
|
expect(data).to.be.ok
|
|
575
645
|
} catch(error) {
|
|
576
646
|
expect(error.requestId).to.be.ok
|
|
@@ -608,9 +678,9 @@ it("cvm.v20170312.DescribeDisasterRecoverGroups", async function () {
|
|
|
608
678
|
}
|
|
609
679
|
})
|
|
610
680
|
|
|
611
|
-
it("cvm.v20170312.
|
|
681
|
+
it("cvm.v20170312.RunInstances", async function () {
|
|
612
682
|
try {
|
|
613
|
-
const data = await client.
|
|
683
|
+
const data = await client.RunInstances({})
|
|
614
684
|
expect(data).to.be.ok
|
|
615
685
|
} catch(error) {
|
|
616
686
|
expect(error.requestId).to.be.ok
|
|
@@ -98,6 +98,16 @@ it("dcdb.v20180411.ModifyRealServerAccessStrategy", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
+
it("dcdb.v20180411.DescribeFileDownloadUrl", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.DescribeFileDownloadUrl({})
|
|
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
|
+
|
|
101
111
|
it("dcdb.v20180411.ModifyAccountDescription", async function () {
|
|
102
112
|
try {
|
|
103
113
|
const data = await client.ModifyAccountDescription({})
|
|
@@ -48,6 +48,16 @@ it("dlc.v20210125.AddUsersToWorkGroup", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("dlc.v20210125.DescribeTaskResult", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DescribeTaskResult({})
|
|
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("dlc.v20210125.BindWorkGroupsToUser", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.BindWorkGroupsToUser({})
|
|
@@ -78,6 +78,16 @@ it("es.v20180416.UpdatePlugins", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
+
it("es.v20180416.DescribeViews", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.DescribeViews({})
|
|
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("es.v20180416.CreateInstance", async function () {
|
|
82
92
|
try {
|
|
83
93
|
const data = await client.CreateInstance({})
|
|
@@ -28,6 +28,26 @@ it("essbasic.v20210526.CreateFlowsByTemplates", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("essbasic.v20210526.GetDownloadFlowUrl", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.GetDownloadFlowUrl({})
|
|
34
|
+
expect(data).to.be.ok
|
|
35
|
+
} catch(error) {
|
|
36
|
+
expect(error.requestId).to.be.ok
|
|
37
|
+
expect(error.code).to.be.ok
|
|
38
|
+
}
|
|
39
|
+
})
|
|
40
|
+
|
|
41
|
+
it("essbasic.v20210526.DescribeTemplates", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeTemplates({})
|
|
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
|
+
|
|
31
51
|
it("essbasic.v20210526.PrepareFlows", async function () {
|
|
32
52
|
try {
|
|
33
53
|
const data = await client.PrepareFlows({})
|
|
@@ -38,6 +58,16 @@ it("essbasic.v20210526.PrepareFlows", async function () {
|
|
|
38
58
|
}
|
|
39
59
|
})
|
|
40
60
|
|
|
61
|
+
it("essbasic.v20210526.OperateChannelTemplate", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.OperateChannelTemplate({})
|
|
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
|
+
|
|
41
71
|
it("essbasic.v20210526.CreateSignUrls", async function () {
|
|
42
72
|
try {
|
|
43
73
|
const data = await client.CreateSignUrls({})
|
|
@@ -78,9 +108,9 @@ it("essbasic.v20210526.DescribeUsage", async function () {
|
|
|
78
108
|
}
|
|
79
109
|
})
|
|
80
110
|
|
|
81
|
-
it("essbasic.v20210526.
|
|
111
|
+
it("essbasic.v20210526.DescribeFlowDetailInfo", async function () {
|
|
82
112
|
try {
|
|
83
|
-
const data = await client.
|
|
113
|
+
const data = await client.DescribeFlowDetailInfo({})
|
|
84
114
|
expect(data).to.be.ok
|
|
85
115
|
} catch(error) {
|
|
86
116
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +128,9 @@ it("essbasic.v20210526.SyncProxyOrganization", async function () {
|
|
|
98
128
|
}
|
|
99
129
|
})
|
|
100
130
|
|
|
101
|
-
it("essbasic.v20210526.
|
|
131
|
+
it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
|
|
102
132
|
try {
|
|
103
|
-
const data = await client.
|
|
133
|
+
const data = await client.DescribeResourceUrlsByFlows({})
|
|
104
134
|
expect(data).to.be.ok
|
|
105
135
|
} catch(error) {
|
|
106
136
|
expect(error.requestId).to.be.ok
|
|
@@ -208,6 +208,16 @@ it("faceid.v20180301.MinorsVerification", async function () {
|
|
|
208
208
|
}
|
|
209
209
|
})
|
|
210
210
|
|
|
211
|
+
it("faceid.v20180301.DetectReflectLivenessAndCompare", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.DetectReflectLivenessAndCompare({})
|
|
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("faceid.v20180301.CheckIdNameDate", async function () {
|
|
212
222
|
try {
|
|
213
223
|
const data = await client.CheckIdNameDate({})
|