tencentcloud-sdk-nodejs 4.0.291 → 4.0.294
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 +313 -0
- package/SERVICE_CHANGELOG.md +351 -70
- package/package.json +1 -1
- package/products.md +164 -164
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +13 -0
- package/src/services/ame/v20190916/ame_models.ts +65 -0
- package/src/services/as/v20180419/as_models.ts +10 -0
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +13 -13
- package/src/services/cii/v20210408/cii_client.ts +15 -0
- package/src/services/cii/v20210408/cii_models.ts +67 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +34 -10
- package/src/services/ckafka/v20190819/ckafka_models.ts +151 -46
- package/src/services/clb/v20180317/clb_client.ts +29 -15
- package/src/services/clb/v20180317/clb_models.ts +94 -0
- package/src/services/cpdp/v20190820/cpdp_client.ts +209 -46
- package/src/services/cpdp/v20190820/cpdp_models.ts +2012 -541
- package/src/services/cvm/v20170312/cvm_models.ts +11 -1
- package/src/services/dcdb/v20180411/dcdb_client.ts +18 -6
- package/src/services/dcdb/v20180411/dcdb_models.ts +245 -107
- package/src/services/eb/v20210416/eb_client.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +1 -1
- package/src/services/iecp/v20210914/iecp_client.ts +5 -5
- package/src/services/iecp/v20210914/iecp_models.ts +19 -9
- package/src/services/iotcloud/v20180614/iotcloud_client.ts +25 -1
- package/src/services/iotcloud/v20180614/iotcloud_models.ts +69 -4
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_client.ts +21 -5
- package/src/services/mariadb/v20170312/mariadb_models.ts +164 -69
- package/src/services/mna/v20210119/mna_client.ts +3 -0
- package/src/services/mna/v20210119/mna_models.ts +75 -0
- package/src/services/monitor/v20180724/monitor_client.ts +19 -2
- package/src/services/monitor/v20180724/monitor_models.ts +397 -19
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/sms/v20210111/sms_models.ts +6 -0
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +4 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_client.d.ts +5 -1
- package/tencentcloud/services/ame/v20190916/ame_client.js +6 -0
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +55 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +8 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +13 -13
- package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
- package/tencentcloud/services/cii/v20210408/cii_client.js +9 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +57 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +11 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +15 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +129 -41
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +10 -6
- package/tencentcloud/services/clb/v20180317/clb_client.js +13 -7
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +80 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +61 -13
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +90 -18
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1714 -463
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -1
- 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 +210 -96
- package/tencentcloud/services/eb/v20210416/eb_client.d.ts +1 -1
- package/tencentcloud/services/eb/v20210416/eb_client.js +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +5 -5
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +5 -5
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +17 -9
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.d.ts +9 -1
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.js +12 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +60 -4
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -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 +141 -59
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +63 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +331 -18
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +5 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -4
- package/test/ame.v20190916.test.js +10 -0
- package/test/cii.v20210408.test.js +10 -0
- package/test/ckafka.v20190819.test.js +22 -2
- package/test/clb.v20180317.test.js +14 -4
- package/test/cpdp.v20190820.test.js +132 -12
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/iotcloud.v20180614.test.js +20 -0
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/monitor.v20180724.test.js +10 -0
|
@@ -38,6 +38,16 @@ it("ckafka.v20190819.DescribeGroupInfo", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
+
it("ckafka.v20190819.CreateConsumer", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.CreateConsumer({})
|
|
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
|
+
|
|
41
51
|
it("ckafka.v20190819.DescribeConsumerGroup", async function () {
|
|
42
52
|
try {
|
|
43
53
|
const data = await client.DescribeConsumerGroup({})
|
|
@@ -128,9 +138,9 @@ it("ckafka.v20190819.DescribeInstances", async function () {
|
|
|
128
138
|
}
|
|
129
139
|
})
|
|
130
140
|
|
|
131
|
-
it("ckafka.v20190819.
|
|
141
|
+
it("ckafka.v20190819.CreateRoute", async function () {
|
|
132
142
|
try {
|
|
133
|
-
const data = await client.
|
|
143
|
+
const data = await client.CreateRoute({})
|
|
134
144
|
expect(data).to.be.ok
|
|
135
145
|
} catch(error) {
|
|
136
146
|
expect(error.requestId).to.be.ok
|
|
@@ -388,6 +398,16 @@ it("ckafka.v20190819.DescribeTopic", async function () {
|
|
|
388
398
|
}
|
|
389
399
|
})
|
|
390
400
|
|
|
401
|
+
it("ckafka.v20190819.ModifyInstanceAttributes", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.ModifyInstanceAttributes({})
|
|
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
|
+
|
|
391
411
|
it("ckafka.v20190819.DescribeCkafkaZone", async function () {
|
|
392
412
|
try {
|
|
393
413
|
const data = await client.DescribeCkafkaZone({})
|
|
@@ -28,9 +28,9 @@ it("clb.v20180317.RegisterTargets", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("clb.v20180317.
|
|
31
|
+
it("clb.v20180317.ModifyDomainAttributes", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.ModifyDomainAttributes({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -228,6 +228,16 @@ it("clb.v20180317.DeleteTargetGroups", async function () {
|
|
|
228
228
|
}
|
|
229
229
|
})
|
|
230
230
|
|
|
231
|
+
it("clb.v20180317.ModifyLoadBalancerSla", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.ModifyLoadBalancerSla({})
|
|
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
|
+
|
|
231
241
|
it("clb.v20180317.ModifyBlockIPList", async function () {
|
|
232
242
|
try {
|
|
233
243
|
const data = await client.ModifyBlockIPList({})
|
|
@@ -278,9 +288,9 @@ it("clb.v20180317.DeleteLoadBalancer", async function () {
|
|
|
278
288
|
}
|
|
279
289
|
})
|
|
280
290
|
|
|
281
|
-
it("clb.v20180317.
|
|
291
|
+
it("clb.v20180317.DescribeResources", async function () {
|
|
282
292
|
try {
|
|
283
|
-
const data = await client.
|
|
293
|
+
const data = await client.DescribeResources({})
|
|
284
294
|
expect(data).to.be.ok
|
|
285
295
|
} catch(error) {
|
|
286
296
|
expect(error.requestId).to.be.ok
|
|
@@ -128,6 +128,16 @@ it("cpdp.v20190820.QueryBankTransactionDetails", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
+
it("cpdp.v20190820.CreateOpenBankExternalSubMerchantRegistration", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.CreateOpenBankExternalSubMerchantRegistration({})
|
|
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
|
+
|
|
131
141
|
it("cpdp.v20190820.QueryCommonTransferRecharge", async function () {
|
|
132
142
|
try {
|
|
133
143
|
const data = await client.QueryCommonTransferRecharge({})
|
|
@@ -338,6 +348,16 @@ it("cpdp.v20190820.TransferSinglePay", async function () {
|
|
|
338
348
|
}
|
|
339
349
|
})
|
|
340
350
|
|
|
351
|
+
it("cpdp.v20190820.CreateOpenBankPaymentOrder", async function () {
|
|
352
|
+
try {
|
|
353
|
+
const data = await client.CreateOpenBankPaymentOrder({})
|
|
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
|
+
|
|
341
361
|
it("cpdp.v20190820.RefundTlinxOrder", async function () {
|
|
342
362
|
try {
|
|
343
363
|
const data = await client.RefundTlinxOrder({})
|
|
@@ -448,9 +468,9 @@ it("cpdp.v20190820.UnifiedOrder", async function () {
|
|
|
448
468
|
}
|
|
449
469
|
})
|
|
450
470
|
|
|
451
|
-
it("cpdp.v20190820.
|
|
471
|
+
it("cpdp.v20190820.QueryOpenBankUnbindExternalSubMerchantBankAccount", async function () {
|
|
452
472
|
try {
|
|
453
|
-
const data = await client.
|
|
473
|
+
const data = await client.QueryOpenBankUnbindExternalSubMerchantBankAccount({})
|
|
454
474
|
expect(data).to.be.ok
|
|
455
475
|
} catch(error) {
|
|
456
476
|
expect(error.requestId).to.be.ok
|
|
@@ -478,9 +498,19 @@ it("cpdp.v20190820.AddMerchant", async function () {
|
|
|
478
498
|
}
|
|
479
499
|
})
|
|
480
500
|
|
|
481
|
-
it("cpdp.v20190820.
|
|
501
|
+
it("cpdp.v20190820.ViewShop", async function () {
|
|
482
502
|
try {
|
|
483
|
-
const data = await client.
|
|
503
|
+
const data = await client.ViewShop({})
|
|
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("cpdp.v20190820.CheckAmount", async function () {
|
|
512
|
+
try {
|
|
513
|
+
const data = await client.CheckAmount({})
|
|
484
514
|
expect(data).to.be.ok
|
|
485
515
|
} catch(error) {
|
|
486
516
|
expect(error.requestId).to.be.ok
|
|
@@ -528,6 +558,16 @@ it("cpdp.v20190820.QueryShopOpenId", async function () {
|
|
|
528
558
|
}
|
|
529
559
|
})
|
|
530
560
|
|
|
561
|
+
it("cpdp.v20190820.QueryOpenBankPaymentOrder", async function () {
|
|
562
|
+
try {
|
|
563
|
+
const data = await client.QueryOpenBankPaymentOrder({})
|
|
564
|
+
expect(data).to.be.ok
|
|
565
|
+
} catch(error) {
|
|
566
|
+
expect(error.requestId).to.be.ok
|
|
567
|
+
expect(error.code).to.be.ok
|
|
568
|
+
}
|
|
569
|
+
})
|
|
570
|
+
|
|
531
571
|
it("cpdp.v20190820.QueryMaliciousRegistration", async function () {
|
|
532
572
|
try {
|
|
533
573
|
const data = await client.QueryMaliciousRegistration({})
|
|
@@ -558,6 +598,16 @@ it("cpdp.v20190820.QueryAcctInfo", async function () {
|
|
|
558
598
|
}
|
|
559
599
|
})
|
|
560
600
|
|
|
601
|
+
it("cpdp.v20190820.UnBindAcct", async function () {
|
|
602
|
+
try {
|
|
603
|
+
const data = await client.UnBindAcct({})
|
|
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
|
+
|
|
561
611
|
it("cpdp.v20190820.QueryBankWithdrawCashDetails", async function () {
|
|
562
612
|
try {
|
|
563
613
|
const data = await client.QueryBankWithdrawCashDetails({})
|
|
@@ -648,9 +698,9 @@ it("cpdp.v20190820.ModifyBindedAccount", async function () {
|
|
|
648
698
|
}
|
|
649
699
|
})
|
|
650
700
|
|
|
651
|
-
it("cpdp.v20190820.
|
|
701
|
+
it("cpdp.v20190820.QueryInvoiceV2", async function () {
|
|
652
702
|
try {
|
|
653
|
-
const data = await client.
|
|
703
|
+
const data = await client.QueryInvoiceV2({})
|
|
654
704
|
expect(data).to.be.ok
|
|
655
705
|
} catch(error) {
|
|
656
706
|
expect(error.requestId).to.be.ok
|
|
@@ -738,6 +788,16 @@ it("cpdp.v20190820.ReviseMbrProperty", async function () {
|
|
|
738
788
|
}
|
|
739
789
|
})
|
|
740
790
|
|
|
791
|
+
it("cpdp.v20190820.BindOpenBankExternalSubMerchantBankAccount", async function () {
|
|
792
|
+
try {
|
|
793
|
+
const data = await client.BindOpenBankExternalSubMerchantBankAccount({})
|
|
794
|
+
expect(data).to.be.ok
|
|
795
|
+
} catch(error) {
|
|
796
|
+
expect(error.requestId).to.be.ok
|
|
797
|
+
expect(error.code).to.be.ok
|
|
798
|
+
}
|
|
799
|
+
})
|
|
800
|
+
|
|
741
801
|
it("cpdp.v20190820.QueryBalance", async function () {
|
|
742
802
|
try {
|
|
743
803
|
const data = await client.QueryBalance({})
|
|
@@ -848,6 +908,16 @@ it("cpdp.v20190820.ApplyTrade", async function () {
|
|
|
848
908
|
}
|
|
849
909
|
})
|
|
850
910
|
|
|
911
|
+
it("cpdp.v20190820.UnbindOpenBankExternalSubMerchantBankAccount", async function () {
|
|
912
|
+
try {
|
|
913
|
+
const data = await client.UnbindOpenBankExternalSubMerchantBankAccount({})
|
|
914
|
+
expect(data).to.be.ok
|
|
915
|
+
} catch(error) {
|
|
916
|
+
expect(error.requestId).to.be.ok
|
|
917
|
+
expect(error.code).to.be.ok
|
|
918
|
+
}
|
|
919
|
+
})
|
|
920
|
+
|
|
851
921
|
it("cpdp.v20190820.QueryBankClear", async function () {
|
|
852
922
|
try {
|
|
853
923
|
const data = await client.QueryBankClear({})
|
|
@@ -858,9 +928,9 @@ it("cpdp.v20190820.QueryBankClear", async function () {
|
|
|
858
928
|
}
|
|
859
929
|
})
|
|
860
930
|
|
|
861
|
-
it("cpdp.v20190820.
|
|
931
|
+
it("cpdp.v20190820.CreateOpenBankMerchant", async function () {
|
|
862
932
|
try {
|
|
863
|
-
const data = await client.
|
|
933
|
+
const data = await client.CreateOpenBankMerchant({})
|
|
864
934
|
expect(data).to.be.ok
|
|
865
935
|
} catch(error) {
|
|
866
936
|
expect(error.requestId).to.be.ok
|
|
@@ -888,6 +958,16 @@ it("cpdp.v20190820.RevResigterBillSupportWithdraw", async function () {
|
|
|
888
958
|
}
|
|
889
959
|
})
|
|
890
960
|
|
|
961
|
+
it("cpdp.v20190820.QueryOpenBankDownLoadUrl", async function () {
|
|
962
|
+
try {
|
|
963
|
+
const data = await client.QueryOpenBankDownLoadUrl({})
|
|
964
|
+
expect(data).to.be.ok
|
|
965
|
+
} catch(error) {
|
|
966
|
+
expect(error.requestId).to.be.ok
|
|
967
|
+
expect(error.code).to.be.ok
|
|
968
|
+
}
|
|
969
|
+
})
|
|
970
|
+
|
|
891
971
|
it("cpdp.v20190820.QueryCityCode", async function () {
|
|
892
972
|
try {
|
|
893
973
|
const data = await client.QueryCityCode({})
|
|
@@ -918,6 +998,16 @@ it("cpdp.v20190820.Refund", async function () {
|
|
|
918
998
|
}
|
|
919
999
|
})
|
|
920
1000
|
|
|
1001
|
+
it("cpdp.v20190820.CloseOpenBankPaymentOrder", async function () {
|
|
1002
|
+
try {
|
|
1003
|
+
const data = await client.CloseOpenBankPaymentOrder({})
|
|
1004
|
+
expect(data).to.be.ok
|
|
1005
|
+
} catch(error) {
|
|
1006
|
+
expect(error.requestId).to.be.ok
|
|
1007
|
+
expect(error.code).to.be.ok
|
|
1008
|
+
}
|
|
1009
|
+
})
|
|
1010
|
+
|
|
921
1011
|
it("cpdp.v20190820.UploadTaxList", async function () {
|
|
922
1012
|
try {
|
|
923
1013
|
const data = await client.UploadTaxList({})
|
|
@@ -1248,6 +1338,16 @@ it("cpdp.v20190820.QueryContractRelateShop", async function () {
|
|
|
1248
1338
|
}
|
|
1249
1339
|
})
|
|
1250
1340
|
|
|
1341
|
+
it("cpdp.v20190820.QueryOpenBankExternalSubMerchantBankAccount", async function () {
|
|
1342
|
+
try {
|
|
1343
|
+
const data = await client.QueryOpenBankExternalSubMerchantBankAccount({})
|
|
1344
|
+
expect(data).to.be.ok
|
|
1345
|
+
} catch(error) {
|
|
1346
|
+
expect(error.requestId).to.be.ok
|
|
1347
|
+
expect(error.code).to.be.ok
|
|
1348
|
+
}
|
|
1349
|
+
})
|
|
1350
|
+
|
|
1251
1351
|
it("cpdp.v20190820.MigrateOrderRefundQuery", async function () {
|
|
1252
1352
|
try {
|
|
1253
1353
|
const data = await client.MigrateOrderRefundQuery({})
|
|
@@ -1258,9 +1358,9 @@ it("cpdp.v20190820.MigrateOrderRefundQuery", async function () {
|
|
|
1258
1358
|
}
|
|
1259
1359
|
})
|
|
1260
1360
|
|
|
1261
|
-
it("cpdp.v20190820.
|
|
1361
|
+
it("cpdp.v20190820.QueryAgentStatements", async function () {
|
|
1262
1362
|
try {
|
|
1263
|
-
const data = await client.
|
|
1363
|
+
const data = await client.QueryAgentStatements({})
|
|
1264
1364
|
expect(data).to.be.ok
|
|
1265
1365
|
} catch(error) {
|
|
1266
1366
|
expect(error.requestId).to.be.ok
|
|
@@ -1288,6 +1388,16 @@ it("cpdp.v20190820.ApplyOutwardOrder", async function () {
|
|
|
1288
1388
|
}
|
|
1289
1389
|
})
|
|
1290
1390
|
|
|
1391
|
+
it("cpdp.v20190820.QueryOpenBankExternalSubMerchantRegistration", async function () {
|
|
1392
|
+
try {
|
|
1393
|
+
const data = await client.QueryOpenBankExternalSubMerchantRegistration({})
|
|
1394
|
+
expect(data).to.be.ok
|
|
1395
|
+
} catch(error) {
|
|
1396
|
+
expect(error.requestId).to.be.ok
|
|
1397
|
+
expect(error.code).to.be.ok
|
|
1398
|
+
}
|
|
1399
|
+
})
|
|
1400
|
+
|
|
1291
1401
|
it("cpdp.v20190820.QueryContractPayFee", async function () {
|
|
1292
1402
|
try {
|
|
1293
1403
|
const data = await client.QueryContractPayFee({})
|
|
@@ -1308,6 +1418,16 @@ it("cpdp.v20190820.QuerySmallAmountTransfer", async function () {
|
|
|
1308
1418
|
}
|
|
1309
1419
|
})
|
|
1310
1420
|
|
|
1421
|
+
it("cpdp.v20190820.QueryOpenBankBindExternalSubMerchantBankAccount", async function () {
|
|
1422
|
+
try {
|
|
1423
|
+
const data = await client.QueryOpenBankBindExternalSubMerchantBankAccount({})
|
|
1424
|
+
expect(data).to.be.ok
|
|
1425
|
+
} catch(error) {
|
|
1426
|
+
expect(error.requestId).to.be.ok
|
|
1427
|
+
expect(error.code).to.be.ok
|
|
1428
|
+
}
|
|
1429
|
+
})
|
|
1430
|
+
|
|
1311
1431
|
it("cpdp.v20190820.QuerySingleTransactionStatus", async function () {
|
|
1312
1432
|
try {
|
|
1313
1433
|
const data = await client.QuerySingleTransactionStatus({})
|
|
@@ -1348,9 +1468,9 @@ it("cpdp.v20190820.QueryAcctInfoList", async function () {
|
|
|
1348
1468
|
}
|
|
1349
1469
|
})
|
|
1350
1470
|
|
|
1351
|
-
it("cpdp.v20190820.
|
|
1471
|
+
it("cpdp.v20190820.BindRelateAccReUnionPay", async function () {
|
|
1352
1472
|
try {
|
|
1353
|
-
const data = await client.
|
|
1473
|
+
const data = await client.BindRelateAccReUnionPay({})
|
|
1354
1474
|
expect(data).to.be.ok
|
|
1355
1475
|
} catch(error) {
|
|
1356
1476
|
expect(error.requestId).to.be.ok
|
|
@@ -518,6 +518,16 @@ it("dcdb.v20180411.CloneAccount", async function () {
|
|
|
518
518
|
}
|
|
519
519
|
})
|
|
520
520
|
|
|
521
|
+
it("dcdb.v20180411.CreateHourDCDBInstance", async function () {
|
|
522
|
+
try {
|
|
523
|
+
const data = await client.CreateHourDCDBInstance({})
|
|
524
|
+
expect(data).to.be.ok
|
|
525
|
+
} catch(error) {
|
|
526
|
+
expect(error.requestId).to.be.ok
|
|
527
|
+
expect(error.code).to.be.ok
|
|
528
|
+
}
|
|
529
|
+
})
|
|
530
|
+
|
|
521
531
|
it("dcdb.v20180411.DisassociateSecurityGroups", async function () {
|
|
522
532
|
try {
|
|
523
533
|
const data = await client.DisassociateSecurityGroups({})
|
|
@@ -408,6 +408,16 @@ it("iotcloud.v20180614.DeleteProduct", async function () {
|
|
|
408
408
|
}
|
|
409
409
|
})
|
|
410
410
|
|
|
411
|
+
it("iotcloud.v20180614.DownloadDeviceResource", async function () {
|
|
412
|
+
try {
|
|
413
|
+
const data = await client.DownloadDeviceResource({})
|
|
414
|
+
expect(data).to.be.ok
|
|
415
|
+
} catch(error) {
|
|
416
|
+
expect(error.requestId).to.be.ok
|
|
417
|
+
expect(error.code).to.be.ok
|
|
418
|
+
}
|
|
419
|
+
})
|
|
420
|
+
|
|
411
421
|
it("iotcloud.v20180614.CreateTaskFileUrl", async function () {
|
|
412
422
|
try {
|
|
413
423
|
const data = await client.CreateTaskFileUrl({})
|
|
@@ -648,6 +658,16 @@ it("iotcloud.v20180614.DescribeProductResources", async function () {
|
|
|
648
658
|
}
|
|
649
659
|
})
|
|
650
660
|
|
|
661
|
+
it("iotcloud.v20180614.DeleteDeviceResource", async function () {
|
|
662
|
+
try {
|
|
663
|
+
const data = await client.DeleteDeviceResource({})
|
|
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
|
+
|
|
651
671
|
it("iotcloud.v20180614.DescribeProductTask", async function () {
|
|
652
672
|
try {
|
|
653
673
|
const data = await client.DescribeProductTask({})
|
|
@@ -58,6 +58,16 @@ it("mariadb.v20170312.DescribeInstanceNodeInfo", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("mariadb.v20170312.DescribeDatabaseObjects", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.DescribeDatabaseObjects({})
|
|
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("mariadb.v20170312.KillSession", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.KillSession({})
|
|
@@ -68,6 +68,16 @@ it("monitor.v20180724.SendCustomAlarmMsg", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("monitor.v20180724.DescribeConditionsTemplateList", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DescribeConditionsTemplateList({})
|
|
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("monitor.v20180724.DescribeBindingPolicyObjectList", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.DescribeBindingPolicyObjectList({})
|