tencentcloud-sdk-nodejs 4.0.255 → 4.0.259
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 +939 -28
- package/package.json +1 -1
- package/products.md +42 -42
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +15 -0
- package/src/services/as/v20180419/as_client.ts +15 -1
- package/src/services/as/v20180419/as_models.ts +65 -5
- package/src/services/billing/v20180709/billing_models.ts +5 -5
- package/src/services/cam/v20190116/cam_models.ts +1 -1
- package/src/services/cat/v20180409/cat_client.ts +158 -55
- package/src/services/cat/v20180409/cat_models.ts +1535 -863
- package/src/services/cbs/v20170312/cbs_client.ts +6 -5
- package/src/services/cbs/v20170312/cbs_models.ts +112 -87
- package/src/services/cdn/v20180606/cdn_models.ts +11 -0
- package/src/services/cii/v20210408/cii_models.ts +7 -7
- package/src/services/ckafka/v20190819/ckafka_models.ts +14 -2
- package/src/services/clb/v20180317/clb_client.ts +24 -11
- package/src/services/clb/v20180317/clb_models.ts +155 -64
- package/src/services/cls/v20201016/cls_client.ts +71 -21
- package/src/services/cls/v20201016/cls_models.ts +259 -71
- package/src/services/cme/v20191029/cme_models.ts +10 -10
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +14 -2
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +100 -45
- 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 +4 -4
- package/src/services/dlc/v20210125/dlc_models.ts +170 -8
- package/src/services/dnspod/v20210323/dnspod_models.ts +8 -8
- package/src/services/eiam/v20210420/eiam_client.ts +230 -65
- package/src/services/eiam/v20210420/eiam_models.ts +1525 -729
- package/src/services/faceid/v20180301/faceid_client.ts +12 -0
- package/src/services/faceid/v20180301/faceid_models.ts +60 -0
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +436 -57
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +1721 -303
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +202 -38
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +765 -77
- package/src/services/live/v20180801/live_models.ts +12 -1
- package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +30 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +19 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +297 -62
- package/src/services/monitor/v20180724/monitor_client.ts +26 -7
- package/src/services/monitor/v20180724/monitor_models.ts +320 -0
- package/src/services/mrs/v20200910/mrs_models.ts +6 -0
- package/src/services/ocr/v20181119/ocr_models.ts +2 -1
- package/src/services/rum/v20210622/rum_models.ts +24 -4
- package/src/services/scf/v20180416/scf_client.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/sms/v20210111/sms_client.ts +3 -3
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +10 -10
- package/src/services/sts/v20180813/sts_client.ts +13 -0
- package/src/services/sts/v20180813/sts_models.ts +45 -0
- package/src/services/tcb/v20180608/tcb_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +11 -1
- package/src/services/thpc/v20211109/thpc_client.ts +14 -1
- package/src/services/thpc/v20211109/thpc_models.ts +89 -5
- package/src/services/tiia/v20190529/tiia_client.ts +1 -0
- package/src/services/tiia/v20190529/tiia_models.ts +31 -0
- package/src/services/tiw/v20190919/tiw_models.ts +2 -6
- package/src/services/tke/v20180525/tke_models.ts +8 -3
- package/src/services/tse/v20201207/tse_models.ts +5 -0
- package/src/services/vpc/v20170312/vpc_models.ts +68 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +12 -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 +57 -5
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -5
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +1 -1
- 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 +1414 -844
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +95 -74
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +9 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +7 -7
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -2
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -5
- package/tencentcloud/services/clb/v20180317/clb_client.js +11 -5
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +133 -56
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +27 -11
- package/tencentcloud/services/cls/v20201016/cls_client.js +36 -12
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +229 -68
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +8 -9
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +83 -37
- 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 +4 -4
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +4 -4
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +141 -8
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +8 -8
- package/tencentcloud/services/eiam/v20210420/eiam_client.d.ts +57 -5
- package/tencentcloud/services/eiam/v20210420/eiam_client.js +84 -6
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +1353 -673
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +50 -0
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +139 -15
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +207 -21
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1462 -245
- 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 +665 -75
- package/tencentcloud/services/live/v20180801/live_models.d.ts +11 -1
- 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/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +249 -55
- 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/mrs/v20200910/mrs_models.d.ts +5 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +20 -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 +1 -1
- 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/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/tcb/v20180608/tcb_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +9 -1
- package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +5 -1
- package/tencentcloud/services/thpc/v20211109/thpc_client.js +6 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +76 -5
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +26 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -6
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +7 -3
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +59 -2
- package/test/as.v20180419.test.js +10 -0
- package/test/cat.v20180409.test.js +82 -2
- package/test/clb.v20180317.test.js +12 -2
- package/test/cls.v20201016.test.js +44 -4
- package/test/dbbrain.v20210527.test.js +10 -0
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/eiam.v20210420.test.js +134 -4
- package/test/faceid.v20180301.test.js +10 -0
- package/test/iotvideoindustry.v20201201.test.js +324 -14
- package/test/lighthouse.v20200324.test.js +138 -8
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/monitor.v20180724.test.js +12 -2
- package/test/sts.v20180813.test.js +10 -0
- package/test/thpc.v20211109.test.js +10 -0
|
@@ -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({})
|
|
@@ -218,6 +218,16 @@ it("mongodb.v20190725.ModifyDBInstanceSpec", async function () {
|
|
|
218
218
|
}
|
|
219
219
|
})
|
|
220
220
|
|
|
221
|
+
it("mongodb.v20190725.DescribeInstanceParams", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.DescribeInstanceParams({})
|
|
224
|
+
expect(data).to.be.ok
|
|
225
|
+
} catch(error) {
|
|
226
|
+
expect(error.requestId).to.be.ok
|
|
227
|
+
expect(error.code).to.be.ok
|
|
228
|
+
}
|
|
229
|
+
})
|
|
230
|
+
|
|
221
231
|
it("mongodb.v20190725.DescribeSpecInfo", async function () {
|
|
222
232
|
try {
|
|
223
233
|
const data = await client.DescribeSpecInfo({})
|
|
@@ -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
|
})
|
|
@@ -28,6 +28,16 @@ it("thpc.v20211109.DeleteCluster", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("thpc.v20211109.BindAutoScalingGroup", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.BindAutoScalingGroup({})
|
|
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
|
+
|
|
31
41
|
it("thpc.v20211109.CreateCluster", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.CreateCluster({})
|