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
|
@@ -58,6 +58,16 @@ it("iotvideoindustry.v20201201.UpdateDeviceGroup", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("iotvideoindustry.v20201201.ModifyMessageForward", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.ModifyMessageForward({})
|
|
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("iotvideoindustry.v20201201.DescribeDeviceStreams", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.DescribeDeviceStreams({})
|
|
@@ -198,6 +208,16 @@ it("iotvideoindustry.v20201201.DeleteLiveVideoList", async function () {
|
|
|
198
208
|
}
|
|
199
209
|
})
|
|
200
210
|
|
|
211
|
+
it("iotvideoindustry.v20201201.GetRecordPlanByDev", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.GetRecordPlanByDev({})
|
|
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
|
+
|
|
201
221
|
it("iotvideoindustry.v20201201.ModifyLiveRecordPlan", async function () {
|
|
202
222
|
try {
|
|
203
223
|
const data = await client.ModifyLiveRecordPlan({})
|
|
@@ -208,6 +228,16 @@ it("iotvideoindustry.v20201201.ModifyLiveRecordPlan", async function () {
|
|
|
208
228
|
}
|
|
209
229
|
})
|
|
210
230
|
|
|
231
|
+
it("iotvideoindustry.v20201201.DescribeMessageForwards", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.DescribeMessageForwards({})
|
|
234
|
+
expect(data).to.be.ok
|
|
235
|
+
} catch(error) {
|
|
236
|
+
expect(error.requestId).to.be.ok
|
|
237
|
+
expect(error.code).to.be.ok
|
|
238
|
+
}
|
|
239
|
+
})
|
|
240
|
+
|
|
211
241
|
it("iotvideoindustry.v20201201.DeleteChannel", async function () {
|
|
212
242
|
try {
|
|
213
243
|
const data = await client.DeleteChannel({})
|
|
@@ -238,9 +268,9 @@ it("iotvideoindustry.v20201201.DescribeGroupDevices", async function () {
|
|
|
238
268
|
}
|
|
239
269
|
})
|
|
240
270
|
|
|
241
|
-
it("iotvideoindustry.v20201201.
|
|
271
|
+
it("iotvideoindustry.v20201201.DeleteMessageForward", async function () {
|
|
242
272
|
try {
|
|
243
|
-
const data = await client.
|
|
273
|
+
const data = await client.DeleteMessageForward({})
|
|
244
274
|
expect(data).to.be.ok
|
|
245
275
|
} catch(error) {
|
|
246
276
|
expect(error.requestId).to.be.ok
|
|
@@ -288,6 +318,16 @@ it("iotvideoindustry.v20201201.DescribeGroupByPath", async function () {
|
|
|
288
318
|
}
|
|
289
319
|
})
|
|
290
320
|
|
|
321
|
+
it("iotvideoindustry.v20201201.DescribeStatisticSummary", async function () {
|
|
322
|
+
try {
|
|
323
|
+
const data = await client.DescribeStatisticSummary({})
|
|
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
|
+
|
|
291
331
|
it("iotvideoindustry.v20201201.DescribeRecordDatesByLive", async function () {
|
|
292
332
|
try {
|
|
293
333
|
const data = await client.DescribeRecordDatesByLive({})
|
|
@@ -398,9 +438,9 @@ it("iotvideoindustry.v20201201.DeleteRecordPlan", async function () {
|
|
|
398
438
|
}
|
|
399
439
|
})
|
|
400
440
|
|
|
401
|
-
it("iotvideoindustry.v20201201.
|
|
441
|
+
it("iotvideoindustry.v20201201.CreateMessageForward", async function () {
|
|
402
442
|
try {
|
|
403
|
-
const data = await client.
|
|
443
|
+
const data = await client.CreateMessageForward({})
|
|
404
444
|
expect(data).to.be.ok
|
|
405
445
|
} catch(error) {
|
|
406
446
|
expect(error.requestId).to.be.ok
|
|
@@ -468,6 +508,16 @@ it("iotvideoindustry.v20201201.ModifyLiveChannel", async function () {
|
|
|
468
508
|
}
|
|
469
509
|
})
|
|
470
510
|
|
|
511
|
+
it("iotvideoindustry.v20201201.DescribeMessageForward", async function () {
|
|
512
|
+
try {
|
|
513
|
+
const data = await client.DescribeMessageForward({})
|
|
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
|
+
|
|
471
521
|
it("iotvideoindustry.v20201201.DeleteDeviceGroup", async function () {
|
|
472
522
|
try {
|
|
473
523
|
const data = await client.DeleteDeviceGroup({})
|
|
@@ -48,9 +48,9 @@ it("lighthouse.v20200324.DeleteBlueprints", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("lighthouse.v20200324.
|
|
51
|
+
it("lighthouse.v20200324.DescribeInstancesDiskNum", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
53
|
+
const data = await client.DescribeInstancesDiskNum({})
|
|
54
54
|
expect(data).to.be.ok
|
|
55
55
|
} catch(error) {
|
|
56
56
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +98,19 @@ it("lighthouse.v20200324.ModifyInstancesAttribute", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("lighthouse.v20200324.
|
|
101
|
+
it("lighthouse.v20200324.DescribeModifyInstanceBundles", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
103
|
+
const data = await client.DescribeModifyInstanceBundles({})
|
|
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
|
+
|
|
111
|
+
it("lighthouse.v20200324.DescribeCcnAttachedInstances", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.DescribeCcnAttachedInstances({})
|
|
104
114
|
expect(data).to.be.ok
|
|
105
115
|
} catch(error) {
|
|
106
116
|
expect(error.requestId).to.be.ok
|
|
@@ -138,9 +148,19 @@ it("lighthouse.v20200324.DeleteKeyPairs", async function () {
|
|
|
138
148
|
}
|
|
139
149
|
})
|
|
140
150
|
|
|
141
|
-
it("lighthouse.v20200324.
|
|
151
|
+
it("lighthouse.v20200324.ModifyDisksRenewFlag", async function () {
|
|
142
152
|
try {
|
|
143
|
-
const data = await client.
|
|
153
|
+
const data = await client.ModifyDisksRenewFlag({})
|
|
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
|
+
|
|
161
|
+
it("lighthouse.v20200324.DescribeFirewallRulesTemplate", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.DescribeFirewallRulesTemplate({})
|
|
144
164
|
expect(data).to.be.ok
|
|
145
165
|
} catch(error) {
|
|
146
166
|
expect(error.requestId).to.be.ok
|
|
@@ -188,6 +208,16 @@ it("lighthouse.v20200324.InquirePriceCreateBlueprint", async function () {
|
|
|
188
208
|
}
|
|
189
209
|
})
|
|
190
210
|
|
|
211
|
+
it("lighthouse.v20200324.AttachDisks", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.AttachDisks({})
|
|
214
|
+
expect(data).to.be.ok
|
|
215
|
+
} catch(error) {
|
|
216
|
+
expect(error.requestId).to.be.ok
|
|
217
|
+
expect(error.code).to.be.ok
|
|
218
|
+
}
|
|
219
|
+
})
|
|
220
|
+
|
|
191
221
|
it("lighthouse.v20200324.AssociateInstancesKeyPairs", async function () {
|
|
192
222
|
try {
|
|
193
223
|
const data = await client.AssociateInstancesKeyPairs({})
|
|
@@ -268,9 +298,9 @@ it("lighthouse.v20200324.DescribeInstanceLoginKeyPairAttribute", async function
|
|
|
268
298
|
}
|
|
269
299
|
})
|
|
270
300
|
|
|
271
|
-
it("lighthouse.v20200324.
|
|
301
|
+
it("lighthouse.v20200324.DescribeDisksDeniedActions", async function () {
|
|
272
302
|
try {
|
|
273
|
-
const data = await client.
|
|
303
|
+
const data = await client.DescribeDisksDeniedActions({})
|
|
274
304
|
expect(data).to.be.ok
|
|
275
305
|
} catch(error) {
|
|
276
306
|
expect(error.requestId).to.be.ok
|
|
@@ -288,6 +318,16 @@ it("lighthouse.v20200324.DescribeFirewallRules", async function () {
|
|
|
288
318
|
}
|
|
289
319
|
})
|
|
290
320
|
|
|
321
|
+
it("lighthouse.v20200324.DescribeDisks", async function () {
|
|
322
|
+
try {
|
|
323
|
+
const data = await client.DescribeDisks({})
|
|
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
|
+
|
|
291
331
|
it("lighthouse.v20200324.DescribeGeneralResourceQuotas", async function () {
|
|
292
332
|
try {
|
|
293
333
|
const data = await client.DescribeGeneralResourceQuotas({})
|
|
@@ -358,6 +398,16 @@ it("lighthouse.v20200324.CreateInstanceSnapshot", async function () {
|
|
|
358
398
|
}
|
|
359
399
|
})
|
|
360
400
|
|
|
401
|
+
it("lighthouse.v20200324.ModifyDisksAttribute", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.ModifyDisksAttribute({})
|
|
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
|
+
|
|
361
411
|
it("lighthouse.v20200324.DescribeRegions", async function () {
|
|
362
412
|
try {
|
|
363
413
|
const data = await client.DescribeRegions({})
|
|
@@ -388,6 +438,26 @@ it("lighthouse.v20200324.ModifySnapshotAttribute", async function () {
|
|
|
388
438
|
}
|
|
389
439
|
})
|
|
390
440
|
|
|
441
|
+
it("lighthouse.v20200324.DescribeDisksReturnable", async function () {
|
|
442
|
+
try {
|
|
443
|
+
const data = await client.DescribeDisksReturnable({})
|
|
444
|
+
expect(data).to.be.ok
|
|
445
|
+
} catch(error) {
|
|
446
|
+
expect(error.requestId).to.be.ok
|
|
447
|
+
expect(error.code).to.be.ok
|
|
448
|
+
}
|
|
449
|
+
})
|
|
450
|
+
|
|
451
|
+
it("lighthouse.v20200324.InquirePriceRenewDisks", async function () {
|
|
452
|
+
try {
|
|
453
|
+
const data = await client.InquirePriceRenewDisks({})
|
|
454
|
+
expect(data).to.be.ok
|
|
455
|
+
} catch(error) {
|
|
456
|
+
expect(error.requestId).to.be.ok
|
|
457
|
+
expect(error.code).to.be.ok
|
|
458
|
+
}
|
|
459
|
+
})
|
|
460
|
+
|
|
391
461
|
it("lighthouse.v20200324.DescribeBlueprintInstances", async function () {
|
|
392
462
|
try {
|
|
393
463
|
const data = await client.DescribeBlueprintInstances({})
|
|
@@ -398,6 +468,16 @@ it("lighthouse.v20200324.DescribeBlueprintInstances", async function () {
|
|
|
398
468
|
}
|
|
399
469
|
})
|
|
400
470
|
|
|
471
|
+
it("lighthouse.v20200324.ResetInstance", async function () {
|
|
472
|
+
try {
|
|
473
|
+
const data = await client.ResetInstance({})
|
|
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
|
+
|
|
401
481
|
it("lighthouse.v20200324.ApplyInstanceSnapshot", async function () {
|
|
402
482
|
try {
|
|
403
483
|
const data = await client.ApplyInstanceSnapshot({})
|
|
@@ -458,6 +538,16 @@ it("lighthouse.v20200324.DescribeInstanceVncUrl", async function () {
|
|
|
458
538
|
}
|
|
459
539
|
})
|
|
460
540
|
|
|
541
|
+
it("lighthouse.v20200324.TerminateDisks", async function () {
|
|
542
|
+
try {
|
|
543
|
+
const data = await client.TerminateDisks({})
|
|
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
|
+
|
|
461
551
|
it("lighthouse.v20200324.StartInstances", async function () {
|
|
462
552
|
try {
|
|
463
553
|
const data = await client.StartInstances({})
|
|
@@ -498,6 +588,36 @@ it("lighthouse.v20200324.DescribeSnapshotsDeniedActions", async function () {
|
|
|
498
588
|
}
|
|
499
589
|
})
|
|
500
590
|
|
|
591
|
+
it("lighthouse.v20200324.InquirePriceCreateDisks", async function () {
|
|
592
|
+
try {
|
|
593
|
+
const data = await client.InquirePriceCreateDisks({})
|
|
594
|
+
expect(data).to.be.ok
|
|
595
|
+
} catch(error) {
|
|
596
|
+
expect(error.requestId).to.be.ok
|
|
597
|
+
expect(error.code).to.be.ok
|
|
598
|
+
}
|
|
599
|
+
})
|
|
600
|
+
|
|
601
|
+
it("lighthouse.v20200324.DescribeDiskDiscount", async function () {
|
|
602
|
+
try {
|
|
603
|
+
const data = await client.DescribeDiskDiscount({})
|
|
604
|
+
expect(data).to.be.ok
|
|
605
|
+
} catch(error) {
|
|
606
|
+
expect(error.requestId).to.be.ok
|
|
607
|
+
expect(error.code).to.be.ok
|
|
608
|
+
}
|
|
609
|
+
})
|
|
610
|
+
|
|
611
|
+
it("lighthouse.v20200324.DescribeDiskConfigs", async function () {
|
|
612
|
+
try {
|
|
613
|
+
const data = await client.DescribeDiskConfigs({})
|
|
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
|
+
|
|
501
621
|
it("lighthouse.v20200324.DescribeZones", async function () {
|
|
502
622
|
try {
|
|
503
623
|
const data = await client.DescribeZones({})
|
|
@@ -538,4 +658,14 @@ it("lighthouse.v20200324.CreateBlueprint", async function () {
|
|
|
538
658
|
}
|
|
539
659
|
})
|
|
540
660
|
|
|
661
|
+
it("lighthouse.v20200324.DetachDisks", async function () {
|
|
662
|
+
try {
|
|
663
|
+
const data = await client.DetachDisks({})
|
|
664
|
+
expect(data).to.be.ok
|
|
665
|
+
} catch(error) {
|
|
666
|
+
expect(error.requestId).to.be.ok
|
|
667
|
+
expect(error.code).to.be.ok
|
|
668
|
+
}
|
|
669
|
+
})
|
|
670
|
+
|
|
541
671
|
})
|
|
@@ -98,6 +98,16 @@ it("mariadb.v20170312.ModifyRealServerAccessStrategy", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
+
it("mariadb.v20170312.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("mariadb.v20170312.DescribeBackupTime", async function () {
|
|
102
112
|
try {
|
|
103
113
|
const data = await client.DescribeBackupTime({})
|
|
@@ -278,6 +278,16 @@ it("monitor.v20180724.DescribeAlarmNotices", async function () {
|
|
|
278
278
|
}
|
|
279
279
|
})
|
|
280
280
|
|
|
281
|
+
it("monitor.v20180724.ModifyAlarmPolicyStatus", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.ModifyAlarmPolicyStatus({})
|
|
284
|
+
expect(data).to.be.ok
|
|
285
|
+
} catch(error) {
|
|
286
|
+
expect(error.requestId).to.be.ok
|
|
287
|
+
expect(error.code).to.be.ok
|
|
288
|
+
}
|
|
289
|
+
})
|
|
290
|
+
|
|
281
291
|
it("monitor.v20180724.DescribeAlarmNoticeCallbacks", async function () {
|
|
282
292
|
try {
|
|
283
293
|
const data = await client.DescribeAlarmNoticeCallbacks({})
|
|
@@ -418,9 +428,9 @@ it("monitor.v20180724.DescribeAlarmMetrics", async function () {
|
|
|
418
428
|
}
|
|
419
429
|
})
|
|
420
430
|
|
|
421
|
-
it("monitor.v20180724.
|
|
431
|
+
it("monitor.v20180724.DescribePrometheusInstances", async function () {
|
|
422
432
|
try {
|
|
423
|
-
const data = await client.
|
|
433
|
+
const data = await client.DescribePrometheusInstances({})
|
|
424
434
|
expect(data).to.be.ok
|
|
425
435
|
} catch(error) {
|
|
426
436
|
expect(error.requestId).to.be.ok
|
|
@@ -58,4 +58,14 @@ it("sts.v20180813.AssumeRole", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("sts.v20180813.GetCallerIdentity", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.GetCallerIdentity({})
|
|
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
|
})
|
|
@@ -278,6 +278,16 @@ it("tdmq.v20200217.CreateCmqSubscribe", async function () {
|
|
|
278
278
|
}
|
|
279
279
|
})
|
|
280
280
|
|
|
281
|
+
it("tdmq.v20200217.DescribePublisherSummary", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.DescribePublisherSummary({})
|
|
284
|
+
expect(data).to.be.ok
|
|
285
|
+
} catch(error) {
|
|
286
|
+
expect(error.requestId).to.be.ok
|
|
287
|
+
expect(error.code).to.be.ok
|
|
288
|
+
}
|
|
289
|
+
})
|
|
290
|
+
|
|
281
291
|
it("tdmq.v20200217.DeleteRocketMQNamespace", async function () {
|
|
282
292
|
try {
|
|
283
293
|
const data = await client.DeleteRocketMQNamespace({})
|
|
@@ -858,6 +868,16 @@ it("tdmq.v20200217.DescribeEnvironmentRoles", async function () {
|
|
|
858
868
|
}
|
|
859
869
|
})
|
|
860
870
|
|
|
871
|
+
it("tdmq.v20200217.DescribePublishers", async function () {
|
|
872
|
+
try {
|
|
873
|
+
const data = await client.DescribePublishers({})
|
|
874
|
+
expect(data).to.be.ok
|
|
875
|
+
} catch(error) {
|
|
876
|
+
expect(error.requestId).to.be.ok
|
|
877
|
+
expect(error.code).to.be.ok
|
|
878
|
+
}
|
|
879
|
+
})
|
|
880
|
+
|
|
861
881
|
it("tdmq.v20200217.CreateRocketMQCluster", async function () {
|
|
862
882
|
try {
|
|
863
883
|
const data = await client.CreateRocketMQCluster({})
|
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.tem.v20210701.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("tem.v20210701.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("tem.v20210701.
|
|
21
|
+
it("tem.v20210701.ModifyApplicationReplicas", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.ModifyApplicationReplicas({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -28,9 +28,9 @@ it("tem.v20210701.DeployApplication", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("tem.v20210701.
|
|
31
|
+
it("tem.v20210701.ModifyIngress", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.ModifyIngress({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +38,9 @@ it("tem.v20210701.ModifyApplicationReplicas", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("tem.v20210701.
|
|
41
|
+
it("tem.v20210701.DeleteApplication", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.DeleteApplication({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +48,9 @@ it("tem.v20210701.RestartApplicationPod", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("tem.v20210701.
|
|
51
|
+
it("tem.v20210701.DeleteIngress", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
53
|
+
const data = await client.DeleteIngress({})
|
|
54
54
|
expect(data).to.be.ok
|
|
55
55
|
} catch(error) {
|
|
56
56
|
expect(error.requestId).to.be.ok
|
|
@@ -58,9 +58,9 @@ it("tem.v20210701.DescribeDeployApplicationDetail", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
-
it("tem.v20210701.
|
|
61
|
+
it("tem.v20210701.DeployApplication", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
63
|
+
const data = await client.DeployApplication({})
|
|
64
64
|
expect(data).to.be.ok
|
|
65
65
|
} catch(error) {
|
|
66
66
|
expect(error.requestId).to.be.ok
|
|
@@ -68,9 +68,19 @@ it("tem.v20210701.CreateEnvironment", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
-
it("tem.v20210701.
|
|
71
|
+
it("tem.v20210701.DescribeDeployApplicationDetail", async function () {
|
|
72
72
|
try {
|
|
73
|
-
const data = await client.
|
|
73
|
+
const data = await client.DescribeDeployApplicationDetail({})
|
|
74
|
+
expect(data).to.be.ok
|
|
75
|
+
} catch(error) {
|
|
76
|
+
expect(error.requestId).to.be.ok
|
|
77
|
+
expect(error.code).to.be.ok
|
|
78
|
+
}
|
|
79
|
+
})
|
|
80
|
+
|
|
81
|
+
it("tem.v20210701.ResumeDeployApplication", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.ResumeDeployApplication({})
|
|
74
84
|
expect(data).to.be.ok
|
|
75
85
|
} catch(error) {
|
|
76
86
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +98,9 @@ it("tem.v20210701.ModifyEnvironment", async function () {
|
|
|
88
98
|
}
|
|
89
99
|
})
|
|
90
100
|
|
|
91
|
-
it("tem.v20210701.
|
|
101
|
+
it("tem.v20210701.StopApplication", async function () {
|
|
92
102
|
try {
|
|
93
|
-
const data = await client.
|
|
103
|
+
const data = await client.StopApplication({})
|
|
94
104
|
expect(data).to.be.ok
|
|
95
105
|
} catch(error) {
|
|
96
106
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +108,9 @@ it("tem.v20210701.DescribeEnvironments", async function () {
|
|
|
98
108
|
}
|
|
99
109
|
})
|
|
100
110
|
|
|
101
|
-
it("tem.v20210701.
|
|
111
|
+
it("tem.v20210701.DescribeApplicationPods", async function () {
|
|
102
112
|
try {
|
|
103
|
-
const data = await client.
|
|
113
|
+
const data = await client.DescribeApplicationPods({})
|
|
104
114
|
expect(data).to.be.ok
|
|
105
115
|
} catch(error) {
|
|
106
116
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +118,9 @@ it("tem.v20210701.CreateCosToken", async function () {
|
|
|
108
118
|
}
|
|
109
119
|
})
|
|
110
120
|
|
|
111
|
-
it("tem.v20210701.
|
|
121
|
+
it("tem.v20210701.RestartApplication", async function () {
|
|
112
122
|
try {
|
|
113
|
-
const data = await client.
|
|
123
|
+
const data = await client.RestartApplication({})
|
|
114
124
|
expect(data).to.be.ok
|
|
115
125
|
} catch(error) {
|
|
116
126
|
expect(error.requestId).to.be.ok
|
|
@@ -118,9 +128,9 @@ it("tem.v20210701.DescribeIngress", async function () {
|
|
|
118
128
|
}
|
|
119
129
|
})
|
|
120
130
|
|
|
121
|
-
it("tem.v20210701.
|
|
131
|
+
it("tem.v20210701.ModifyApplicationInfo", async function () {
|
|
122
132
|
try {
|
|
123
|
-
const data = await client.
|
|
133
|
+
const data = await client.ModifyApplicationInfo({})
|
|
124
134
|
expect(data).to.be.ok
|
|
125
135
|
} catch(error) {
|
|
126
136
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +138,9 @@ it("tem.v20210701.RevertDeployApplication", async function () {
|
|
|
128
138
|
}
|
|
129
139
|
})
|
|
130
140
|
|
|
131
|
-
it("tem.v20210701.
|
|
141
|
+
it("tem.v20210701.DescribeEnvironments", async function () {
|
|
132
142
|
try {
|
|
133
|
-
const data = await client.
|
|
143
|
+
const data = await client.DescribeEnvironments({})
|
|
134
144
|
expect(data).to.be.ok
|
|
135
145
|
} catch(error) {
|
|
136
146
|
expect(error.requestId).to.be.ok
|
|
@@ -138,9 +148,9 @@ it("tem.v20210701.DescribeRelatedIngresses", async function () {
|
|
|
138
148
|
}
|
|
139
149
|
})
|
|
140
150
|
|
|
141
|
-
it("tem.v20210701.
|
|
151
|
+
it("tem.v20210701.CreateCosToken", async function () {
|
|
142
152
|
try {
|
|
143
|
-
const data = await client.
|
|
153
|
+
const data = await client.CreateCosToken({})
|
|
144
154
|
expect(data).to.be.ok
|
|
145
155
|
} catch(error) {
|
|
146
156
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +158,9 @@ it("tem.v20210701.GenerateApplicationPackageDownloadUrl", async function () {
|
|
|
148
158
|
}
|
|
149
159
|
})
|
|
150
160
|
|
|
151
|
-
it("tem.v20210701.
|
|
161
|
+
it("tem.v20210701.DescribeIngress", async function () {
|
|
152
162
|
try {
|
|
153
|
-
const data = await client.
|
|
163
|
+
const data = await client.DescribeIngress({})
|
|
154
164
|
expect(data).to.be.ok
|
|
155
165
|
} catch(error) {
|
|
156
166
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +168,19 @@ it("tem.v20210701.DescribeApplicationPods", async function () {
|
|
|
158
168
|
}
|
|
159
169
|
})
|
|
160
170
|
|
|
161
|
-
it("tem.v20210701.
|
|
171
|
+
it("tem.v20210701.GenerateApplicationPackageDownloadUrl", async function () {
|
|
162
172
|
try {
|
|
163
|
-
const data = await client.
|
|
173
|
+
const data = await client.GenerateApplicationPackageDownloadUrl({})
|
|
174
|
+
expect(data).to.be.ok
|
|
175
|
+
} catch(error) {
|
|
176
|
+
expect(error.requestId).to.be.ok
|
|
177
|
+
expect(error.code).to.be.ok
|
|
178
|
+
}
|
|
179
|
+
})
|
|
180
|
+
|
|
181
|
+
it("tem.v20210701.CreateEnvironment", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.CreateEnvironment({})
|
|
164
184
|
expect(data).to.be.ok
|
|
165
185
|
} catch(error) {
|
|
166
186
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +208,9 @@ it("tem.v20210701.CreateApplication", async function () {
|
|
|
188
208
|
}
|
|
189
209
|
})
|
|
190
210
|
|
|
191
|
-
it("tem.v20210701.
|
|
211
|
+
it("tem.v20210701.RestartApplicationPod", async function () {
|
|
192
212
|
try {
|
|
193
|
-
const data = await client.
|
|
213
|
+
const data = await client.RestartApplicationPod({})
|
|
194
214
|
expect(data).to.be.ok
|
|
195
215
|
} catch(error) {
|
|
196
216
|
expect(error.requestId).to.be.ok
|
|
@@ -198,9 +218,9 @@ it("tem.v20210701.ResumeDeployApplication", async function () {
|
|
|
198
218
|
}
|
|
199
219
|
})
|
|
200
220
|
|
|
201
|
-
it("tem.v20210701.
|
|
221
|
+
it("tem.v20210701.RollingUpdateApplicationByVersion", async function () {
|
|
202
222
|
try {
|
|
203
|
-
const data = await client.
|
|
223
|
+
const data = await client.RollingUpdateApplicationByVersion({})
|
|
204
224
|
expect(data).to.be.ok
|
|
205
225
|
} catch(error) {
|
|
206
226
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +228,29 @@ it("tem.v20210701.ModifyApplicationInfo", async function () {
|
|
|
208
228
|
}
|
|
209
229
|
})
|
|
210
230
|
|
|
211
|
-
it("tem.v20210701.
|
|
231
|
+
it("tem.v20210701.RevertDeployApplication", async function () {
|
|
212
232
|
try {
|
|
213
|
-
const data = await client.
|
|
233
|
+
const data = await client.RevertDeployApplication({})
|
|
234
|
+
expect(data).to.be.ok
|
|
235
|
+
} catch(error) {
|
|
236
|
+
expect(error.requestId).to.be.ok
|
|
237
|
+
expect(error.code).to.be.ok
|
|
238
|
+
}
|
|
239
|
+
})
|
|
240
|
+
|
|
241
|
+
it("tem.v20210701.DescribeRelatedIngresses", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.DescribeRelatedIngresses({})
|
|
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("tem.v20210701.CreateResource", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.CreateResource({})
|
|
214
254
|
expect(data).to.be.ok
|
|
215
255
|
} catch(error) {
|
|
216
256
|
expect(error.requestId).to.be.ok
|
|
@@ -28,6 +28,26 @@ it("thpc.v20211109.DeleteCluster", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("thpc.v20211109.DescribeClusters", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeClusters({})
|
|
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("thpc.v20211109.BindAutoScalingGroup", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.BindAutoScalingGroup({})
|
|
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("thpc.v20211109.CreateCluster", async function () {
|
|
32
52
|
try {
|
|
33
53
|
const data = await client.CreateCluster({})
|