tencentcloud-sdk-nodejs 4.0.737 → 4.0.739
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 +502 -0
- package/SERVICE_CHANGELOG.md +791 -191
- package/package.json +1 -1
- package/products.md +28 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +12 -8
- package/src/services/cdb/v20170320/cdb_models.ts +5 -1
- package/src/services/cloudstudio/index.ts +0 -2
- package/src/services/cvm/v20170312/cvm_client.ts +6 -6
- package/src/services/cvm/v20170312/cvm_models.ts +23 -23
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +6 -6
- package/src/services/dsgc/v20190723/dsgc_models.ts +38 -38
- package/src/services/ess/v20201111/ess_models.ts +8 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +7 -7
- package/src/services/hai/v20230812/hai_models.ts +4 -4
- package/src/services/index.ts +0 -1
- package/src/services/ocr/v20181119/ocr_client.ts +1 -0
- package/src/services/ocr/v20181119/ocr_models.ts +68 -10
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +539 -291
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +4781 -3669
- package/src/services/ssl/v20191205/ssl_client.ts +1 -1
- package/src/services/tbaas/v20180416/tbaas_client.ts +154 -105
- package/src/services/tbaas/v20180416/tbaas_models.ts +429 -173
- package/src/services/tcss/v20201101/tcss_client.ts +2 -1
- package/src/services/tcss/v20201101/tcss_models.ts +235 -83
- package/src/services/tdmq/v20200217/tdmq_models.ts +4 -4
- package/src/services/tke/v20180525/tke_client.ts +38 -1
- package/src/services/tke/v20180525/tke_models.ts +201 -10
- package/src/services/trocket/v20230308/trocket_client.ts +141 -115
- package/src/services/trocket/v20230308/trocket_models.ts +149 -8
- package/src/services/tse/v20201207/tse_models.ts +41 -31
- package/src/services/vrs/v20200824/vrs_models.ts +4 -0
- package/src/services/waf/v20180125/waf_client.ts +1 -1
- package/src/services/waf/v20180125/waf_models.ts +103 -29
- package/src/services/wedata/v20210820/wedata_client.ts +128 -42
- package/src/services/wedata/v20210820/wedata_models.ts +12159 -10128
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +12 -8
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -1
- package/tencentcloud/services/cloudstudio/index.d.ts +0 -4
- package/tencentcloud/services/cloudstudio/index.js +0 -2
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +6 -6
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -6
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +23 -23
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +6 -6
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +38 -38
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -7
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +4 -4
- package/tencentcloud/services/index.d.ts +0 -1
- package/tencentcloud/services/index.js +0 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +67 -10
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +97 -17
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +144 -24
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +4674 -3610
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +51 -35
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +75 -51
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +412 -165
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +234 -83
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +4 -4
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +13 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +18 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +194 -10
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +55 -47
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +78 -66
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +143 -8
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +41 -31
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +4 -0
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +103 -29
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +28 -8
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +40 -10
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +11677 -9682
- package/test/sqlserver.v20180328.test.js +216 -16
- package/test/tbaas.v20180416.test.js +74 -34
- package/test/tke.v20180525.test.js +30 -0
- package/test/trocket.v20230308.test.js +58 -38
- package/test/wedata.v20210820.test.js +56 -6
- package/src/services/casb/index.ts +0 -5
- package/src/services/casb/v20200507/casb_client.ts +0 -51
- package/src/services/casb/v20200507/casb_models.ts +0 -70
- package/src/services/casb/v20200507/index.ts +0 -6
- package/src/services/cloudstudio/v20210524/cloudstudio_client.ts +0 -312
- package/src/services/cloudstudio/v20210524/cloudstudio_models.ts +0 -1335
- package/src/services/cloudstudio/v20210524/index.ts +0 -6
- package/tencentcloud/services/casb/index.d.ts +0 -6
- package/tencentcloud/services/casb/index.js +0 -7
- package/tencentcloud/services/casb/v20200507/casb_client.d.ts +0 -21
- package/tencentcloud/services/casb/v20200507/casb_client.js +0 -44
- package/tencentcloud/services/casb/v20200507/casb_models.d.ts +0 -51
- package/tencentcloud/services/casb/v20200507/casb_models.js +0 -18
- package/tencentcloud/services/casb/v20200507/index.d.ts +0 -6
- package/tencentcloud/services/casb/v20200507/index.js +0 -9
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.d.ts +0 -99
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.js +0 -164
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.d.ts +0 -1259
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.js +0 -18
- package/tencentcloud/services/cloudstudio/v20210524/index.d.ts +0 -6
- package/tencentcloud/services/cloudstudio/v20210524/index.js +0 -9
- package/test/casb.v20200507.test.js +0 -31
- package/test/cloudstudio.v20210524.test.js +0 -241
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.sqlserver.v20180328.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("sqlserver.v20180328.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("sqlserver.v20180328.
|
|
21
|
+
it("sqlserver.v20180328.ModifyAccountPrivilege", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.ModifyAccountPrivilege({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -38,6 +38,26 @@ it("sqlserver.v20180328.RecycleReadOnlyGroup", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
+
it("sqlserver.v20180328.ModifyBackupName", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.ModifyBackupName({})
|
|
44
|
+
expect(data).to.be.ok
|
|
45
|
+
} catch(error) {
|
|
46
|
+
expect(error.requestId).to.be.ok
|
|
47
|
+
expect(error.code).to.be.ok
|
|
48
|
+
}
|
|
49
|
+
})
|
|
50
|
+
|
|
51
|
+
it("sqlserver.v20180328.DescribeSpecSellStatus", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DescribeSpecSellStatus({})
|
|
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
|
+
|
|
41
61
|
it("sqlserver.v20180328.StartIncrementalMigration", async function () {
|
|
42
62
|
try {
|
|
43
63
|
const data = await client.StartIncrementalMigration({})
|
|
@@ -68,6 +88,16 @@ it("sqlserver.v20180328.ModifyAccountRemark", async function () {
|
|
|
68
88
|
}
|
|
69
89
|
})
|
|
70
90
|
|
|
91
|
+
it("sqlserver.v20180328.ModifyPublishSubscribe", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.ModifyPublishSubscribe({})
|
|
94
|
+
expect(data).to.be.ok
|
|
95
|
+
} catch(error) {
|
|
96
|
+
expect(error.requestId).to.be.ok
|
|
97
|
+
expect(error.code).to.be.ok
|
|
98
|
+
}
|
|
99
|
+
})
|
|
100
|
+
|
|
71
101
|
it("sqlserver.v20180328.ModifyDBInstanceName", async function () {
|
|
72
102
|
try {
|
|
73
103
|
const data = await client.ModifyDBInstanceName({})
|
|
@@ -118,6 +148,16 @@ it("sqlserver.v20180328.DeleteIncrementalMigration", async function () {
|
|
|
118
148
|
}
|
|
119
149
|
})
|
|
120
150
|
|
|
151
|
+
it("sqlserver.v20180328.RunMigration", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.RunMigration({})
|
|
154
|
+
expect(data).to.be.ok
|
|
155
|
+
} catch(error) {
|
|
156
|
+
expect(error.requestId).to.be.ok
|
|
157
|
+
expect(error.code).to.be.ok
|
|
158
|
+
}
|
|
159
|
+
})
|
|
160
|
+
|
|
121
161
|
it("sqlserver.v20180328.ModifyDBInstanceNetwork", async function () {
|
|
122
162
|
try {
|
|
123
163
|
const data = await client.ModifyDBInstanceNetwork({})
|
|
@@ -128,6 +168,16 @@ it("sqlserver.v20180328.ModifyDBInstanceNetwork", async function () {
|
|
|
128
168
|
}
|
|
129
169
|
})
|
|
130
170
|
|
|
171
|
+
it("sqlserver.v20180328.CreateCloudReadOnlyDBInstances", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.CreateCloudReadOnlyDBInstances({})
|
|
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
|
+
|
|
131
181
|
it("sqlserver.v20180328.ModifyDBInstanceSecurityGroups", async function () {
|
|
132
182
|
try {
|
|
133
183
|
const data = await client.ModifyDBInstanceSecurityGroups({})
|
|
@@ -268,6 +318,16 @@ it("sqlserver.v20180328.DescribeProductConfig", async function () {
|
|
|
268
318
|
}
|
|
269
319
|
})
|
|
270
320
|
|
|
321
|
+
it("sqlserver.v20180328.DescribeUpgradeInstanceCheck", async function () {
|
|
322
|
+
try {
|
|
323
|
+
const data = await client.DescribeUpgradeInstanceCheck({})
|
|
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
|
+
|
|
271
331
|
it("sqlserver.v20180328.DisassociateSecurityGroups", async function () {
|
|
272
332
|
try {
|
|
273
333
|
const data = await client.DisassociateSecurityGroups({})
|
|
@@ -288,6 +348,16 @@ it("sqlserver.v20180328.TerminateDBInstance", async function () {
|
|
|
288
348
|
}
|
|
289
349
|
})
|
|
290
350
|
|
|
351
|
+
it("sqlserver.v20180328.ModifyDBInstanceNote", async function () {
|
|
352
|
+
try {
|
|
353
|
+
const data = await client.ModifyDBInstanceNote({})
|
|
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
|
+
|
|
291
361
|
it("sqlserver.v20180328.DeleteDBInstance", async function () {
|
|
292
362
|
try {
|
|
293
363
|
const data = await client.DeleteDBInstance({})
|
|
@@ -398,6 +468,16 @@ it("sqlserver.v20180328.CreateBackup", async function () {
|
|
|
398
468
|
}
|
|
399
469
|
})
|
|
400
470
|
|
|
471
|
+
it("sqlserver.v20180328.DescribeDBRestoreTime", async function () {
|
|
472
|
+
try {
|
|
473
|
+
const data = await client.DescribeDBRestoreTime({})
|
|
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("sqlserver.v20180328.DescribeBackupMigration", async function () {
|
|
402
482
|
try {
|
|
403
483
|
const data = await client.DescribeBackupMigration({})
|
|
@@ -408,6 +488,16 @@ it("sqlserver.v20180328.DescribeBackupMigration", async function () {
|
|
|
408
488
|
}
|
|
409
489
|
})
|
|
410
490
|
|
|
491
|
+
it("sqlserver.v20180328.BalanceReadOnlyGroup", async function () {
|
|
492
|
+
try {
|
|
493
|
+
const data = await client.BalanceReadOnlyGroup({})
|
|
494
|
+
expect(data).to.be.ok
|
|
495
|
+
} catch(error) {
|
|
496
|
+
expect(error.requestId).to.be.ok
|
|
497
|
+
expect(error.code).to.be.ok
|
|
498
|
+
}
|
|
499
|
+
})
|
|
500
|
+
|
|
411
501
|
it("sqlserver.v20180328.ModifyDatabaseCDC", async function () {
|
|
412
502
|
try {
|
|
413
503
|
const data = await client.ModifyDatabaseCDC({})
|
|
@@ -418,9 +508,19 @@ it("sqlserver.v20180328.ModifyDatabaseCDC", async function () {
|
|
|
418
508
|
}
|
|
419
509
|
})
|
|
420
510
|
|
|
421
|
-
it("sqlserver.v20180328.
|
|
511
|
+
it("sqlserver.v20180328.DeleteRestoreTask", async function () {
|
|
422
512
|
try {
|
|
423
|
-
const data = await client.
|
|
513
|
+
const data = await client.DeleteRestoreTask({})
|
|
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("sqlserver.v20180328.CompleteMigration", async function () {
|
|
522
|
+
try {
|
|
523
|
+
const data = await client.CompleteMigration({})
|
|
424
524
|
expect(data).to.be.ok
|
|
425
525
|
} catch(error) {
|
|
426
526
|
expect(error.requestId).to.be.ok
|
|
@@ -468,6 +568,16 @@ it("sqlserver.v20180328.DescribeRegions", async function () {
|
|
|
468
568
|
}
|
|
469
569
|
})
|
|
470
570
|
|
|
571
|
+
it("sqlserver.v20180328.DescribeRestoreTask", async function () {
|
|
572
|
+
try {
|
|
573
|
+
const data = await client.DescribeRestoreTask({})
|
|
574
|
+
expect(data).to.be.ok
|
|
575
|
+
} catch(error) {
|
|
576
|
+
expect(error.requestId).to.be.ok
|
|
577
|
+
expect(error.code).to.be.ok
|
|
578
|
+
}
|
|
579
|
+
})
|
|
580
|
+
|
|
471
581
|
it("sqlserver.v20180328.DescribeInstanceParams", async function () {
|
|
472
582
|
try {
|
|
473
583
|
const data = await client.DescribeInstanceParams({})
|
|
@@ -478,6 +588,16 @@ it("sqlserver.v20180328.DescribeInstanceParams", async function () {
|
|
|
478
588
|
}
|
|
479
589
|
})
|
|
480
590
|
|
|
591
|
+
it("sqlserver.v20180328.ModifyCloseWanIp", async function () {
|
|
592
|
+
try {
|
|
593
|
+
const data = await client.ModifyCloseWanIp({})
|
|
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
|
+
|
|
481
601
|
it("sqlserver.v20180328.CompleteExpansion", async function () {
|
|
482
602
|
try {
|
|
483
603
|
const data = await client.CompleteExpansion({})
|
|
@@ -518,9 +638,9 @@ it("sqlserver.v20180328.CreateCloudDBInstances", async function () {
|
|
|
518
638
|
}
|
|
519
639
|
})
|
|
520
640
|
|
|
521
|
-
it("sqlserver.v20180328.
|
|
641
|
+
it("sqlserver.v20180328.DescribeCollationTimeZone", async function () {
|
|
522
642
|
try {
|
|
523
|
-
const data = await client.
|
|
643
|
+
const data = await client.DescribeCollationTimeZone({})
|
|
524
644
|
expect(data).to.be.ok
|
|
525
645
|
} catch(error) {
|
|
526
646
|
expect(error.requestId).to.be.ok
|
|
@@ -548,6 +668,16 @@ it("sqlserver.v20180328.CreateBusinessIntelligenceFile", async function () {
|
|
|
548
668
|
}
|
|
549
669
|
})
|
|
550
670
|
|
|
671
|
+
it("sqlserver.v20180328.DescribeInstanceTasks", async function () {
|
|
672
|
+
try {
|
|
673
|
+
const data = await client.DescribeInstanceTasks({})
|
|
674
|
+
expect(data).to.be.ok
|
|
675
|
+
} catch(error) {
|
|
676
|
+
expect(error.requestId).to.be.ok
|
|
677
|
+
expect(error.code).to.be.ok
|
|
678
|
+
}
|
|
679
|
+
})
|
|
680
|
+
|
|
551
681
|
it("sqlserver.v20180328.DescribeHASwitchLog", async function () {
|
|
552
682
|
try {
|
|
553
683
|
const data = await client.DescribeHASwitchLog({})
|
|
@@ -818,9 +948,9 @@ it("sqlserver.v20180328.ModifyInstanceEncryptAttributes", async function () {
|
|
|
818
948
|
}
|
|
819
949
|
})
|
|
820
950
|
|
|
821
|
-
it("sqlserver.v20180328.
|
|
951
|
+
it("sqlserver.v20180328.DescribeDatabaseNames", async function () {
|
|
822
952
|
try {
|
|
823
|
-
const data = await client.
|
|
953
|
+
const data = await client.DescribeDatabaseNames({})
|
|
824
954
|
expect(data).to.be.ok
|
|
825
955
|
} catch(error) {
|
|
826
956
|
expect(error.requestId).to.be.ok
|
|
@@ -868,6 +998,16 @@ it("sqlserver.v20180328.ModifyDBEncryptAttributes", async function () {
|
|
|
868
998
|
}
|
|
869
999
|
})
|
|
870
1000
|
|
|
1001
|
+
it("sqlserver.v20180328.DescribeCrossRegions", async function () {
|
|
1002
|
+
try {
|
|
1003
|
+
const data = await client.DescribeCrossRegions({})
|
|
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
|
+
|
|
871
1011
|
it("sqlserver.v20180328.RemoveBackups", async function () {
|
|
872
1012
|
try {
|
|
873
1013
|
const data = await client.RemoveBackups({})
|
|
@@ -898,6 +1038,16 @@ it("sqlserver.v20180328.DescribeDBInstanceInter", async function () {
|
|
|
898
1038
|
}
|
|
899
1039
|
})
|
|
900
1040
|
|
|
1041
|
+
it("sqlserver.v20180328.RecycleDBInstance", async function () {
|
|
1042
|
+
try {
|
|
1043
|
+
const data = await client.RecycleDBInstance({})
|
|
1044
|
+
expect(data).to.be.ok
|
|
1045
|
+
} catch(error) {
|
|
1046
|
+
expect(error.requestId).to.be.ok
|
|
1047
|
+
expect(error.code).to.be.ok
|
|
1048
|
+
}
|
|
1049
|
+
})
|
|
1050
|
+
|
|
901
1051
|
it("sqlserver.v20180328.CreateReadOnlyDBInstances", async function () {
|
|
902
1052
|
try {
|
|
903
1053
|
const data = await client.CreateReadOnlyDBInstances({})
|
|
@@ -918,9 +1068,9 @@ it("sqlserver.v20180328.SwitchCloudInstanceHA", async function () {
|
|
|
918
1068
|
}
|
|
919
1069
|
})
|
|
920
1070
|
|
|
921
|
-
it("sqlserver.v20180328.
|
|
1071
|
+
it("sqlserver.v20180328.DescribeInquiryPriceParameter", async function () {
|
|
922
1072
|
try {
|
|
923
|
-
const data = await client.
|
|
1073
|
+
const data = await client.DescribeInquiryPriceParameter({})
|
|
924
1074
|
expect(data).to.be.ok
|
|
925
1075
|
} catch(error) {
|
|
926
1076
|
expect(error.requestId).to.be.ok
|
|
@@ -968,9 +1118,9 @@ it("sqlserver.v20180328.DescribeOrders", async function () {
|
|
|
968
1118
|
}
|
|
969
1119
|
})
|
|
970
1120
|
|
|
971
|
-
it("sqlserver.v20180328.
|
|
1121
|
+
it("sqlserver.v20180328.DescribeInstanceTradeParameter", async function () {
|
|
972
1122
|
try {
|
|
973
|
-
const data = await client.
|
|
1123
|
+
const data = await client.DescribeInstanceTradeParameter({})
|
|
974
1124
|
expect(data).to.be.ok
|
|
975
1125
|
} catch(error) {
|
|
976
1126
|
expect(error.requestId).to.be.ok
|
|
@@ -998,6 +1148,16 @@ it("sqlserver.v20180328.CloneDB", async function () {
|
|
|
998
1148
|
}
|
|
999
1149
|
})
|
|
1000
1150
|
|
|
1151
|
+
it("sqlserver.v20180328.RestoreInstance", async function () {
|
|
1152
|
+
try {
|
|
1153
|
+
const data = await client.RestoreInstance({})
|
|
1154
|
+
expect(data).to.be.ok
|
|
1155
|
+
} catch(error) {
|
|
1156
|
+
expect(error.requestId).to.be.ok
|
|
1157
|
+
expect(error.code).to.be.ok
|
|
1158
|
+
}
|
|
1159
|
+
})
|
|
1160
|
+
|
|
1001
1161
|
it("sqlserver.v20180328.ModifyDBInstanceProject", async function () {
|
|
1002
1162
|
try {
|
|
1003
1163
|
const data = await client.ModifyDBInstanceProject({})
|
|
@@ -1048,9 +1208,19 @@ it("sqlserver.v20180328.DescribeDBsNormal", async function () {
|
|
|
1048
1208
|
}
|
|
1049
1209
|
})
|
|
1050
1210
|
|
|
1051
|
-
it("sqlserver.v20180328.
|
|
1211
|
+
it("sqlserver.v20180328.ModifyOpenWanIp", async function () {
|
|
1052
1212
|
try {
|
|
1053
|
-
const data = await client.
|
|
1213
|
+
const data = await client.ModifyOpenWanIp({})
|
|
1214
|
+
expect(data).to.be.ok
|
|
1215
|
+
} catch(error) {
|
|
1216
|
+
expect(error.requestId).to.be.ok
|
|
1217
|
+
expect(error.code).to.be.ok
|
|
1218
|
+
}
|
|
1219
|
+
})
|
|
1220
|
+
|
|
1221
|
+
it("sqlserver.v20180328.DescribeMigrations", async function () {
|
|
1222
|
+
try {
|
|
1223
|
+
const data = await client.DescribeMigrations({})
|
|
1054
1224
|
expect(data).to.be.ok
|
|
1055
1225
|
} catch(error) {
|
|
1056
1226
|
expect(error.requestId).to.be.ok
|
|
@@ -1118,6 +1288,16 @@ it("sqlserver.v20180328.InquiryPriceUpgradeDBInstance", async function () {
|
|
|
1118
1288
|
}
|
|
1119
1289
|
})
|
|
1120
1290
|
|
|
1291
|
+
it("sqlserver.v20180328.DescribeReadOnlyGroupAutoWeight", async function () {
|
|
1292
|
+
try {
|
|
1293
|
+
const data = await client.DescribeReadOnlyGroupAutoWeight({})
|
|
1294
|
+
expect(data).to.be.ok
|
|
1295
|
+
} catch(error) {
|
|
1296
|
+
expect(error.requestId).to.be.ok
|
|
1297
|
+
expect(error.code).to.be.ok
|
|
1298
|
+
}
|
|
1299
|
+
})
|
|
1300
|
+
|
|
1121
1301
|
it("sqlserver.v20180328.InquiryPriceRenewDBInstance", async function () {
|
|
1122
1302
|
try {
|
|
1123
1303
|
const data = await client.InquiryPriceRenewDBInstance({})
|
|
@@ -1148,9 +1328,29 @@ it("sqlserver.v20180328.ModifyBackupMigration", async function () {
|
|
|
1148
1328
|
}
|
|
1149
1329
|
})
|
|
1150
1330
|
|
|
1151
|
-
it("sqlserver.v20180328.
|
|
1331
|
+
it("sqlserver.v20180328.DescribeDBPrivilegeByAccount", async function () {
|
|
1152
1332
|
try {
|
|
1153
|
-
const data = await client.
|
|
1333
|
+
const data = await client.DescribeDBPrivilegeByAccount({})
|
|
1334
|
+
expect(data).to.be.ok
|
|
1335
|
+
} catch(error) {
|
|
1336
|
+
expect(error.requestId).to.be.ok
|
|
1337
|
+
expect(error.code).to.be.ok
|
|
1338
|
+
}
|
|
1339
|
+
})
|
|
1340
|
+
|
|
1341
|
+
it("sqlserver.v20180328.DescribeAccountPrivilegeByDB", async function () {
|
|
1342
|
+
try {
|
|
1343
|
+
const data = await client.DescribeAccountPrivilegeByDB({})
|
|
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
|
+
|
|
1351
|
+
it("sqlserver.v20180328.DescribeProductSpec", async function () {
|
|
1352
|
+
try {
|
|
1353
|
+
const data = await client.DescribeProductSpec({})
|
|
1154
1354
|
expect(data).to.be.ok
|
|
1155
1355
|
} catch(error) {
|
|
1156
1356
|
expect(error.requestId).to.be.ok
|
|
@@ -28,9 +28,9 @@ it("tbaas.v20180416.QueryChainMakerTransaction", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("tbaas.v20180416.
|
|
31
|
+
it("tbaas.v20180416.ApplyChainMakerBatchUserCert", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.ApplyChainMakerBatchUserCert({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +38,9 @@ it("tbaas.v20180416.ApplyUserCert", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("tbaas.v20180416.
|
|
41
|
+
it("tbaas.v20180416.QueryChainMakerDemoTransaction", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.QueryChainMakerDemoTransaction({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +48,29 @@ it("tbaas.v20180416.ApplyChainMakerBatchUserCert", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("tbaas.v20180416.
|
|
51
|
+
it("tbaas.v20180416.QueryChainMakerContract", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
53
|
+
const data = await client.QueryChainMakerContract({})
|
|
54
|
+
expect(data).to.be.ok
|
|
55
|
+
} catch(error) {
|
|
56
|
+
expect(error.requestId).to.be.ok
|
|
57
|
+
expect(error.code).to.be.ok
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
|
|
61
|
+
it("tbaas.v20180416.QueryChainMakerDemoBlockTransaction", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.QueryChainMakerDemoBlockTransaction({})
|
|
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("tbaas.v20180416.DescribeFabricBlock", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DescribeFabricBlock({})
|
|
54
74
|
expect(data).to.be.ok
|
|
55
75
|
} catch(error) {
|
|
56
76
|
expect(error.requestId).to.be.ok
|
|
@@ -78,9 +98,9 @@ it("tbaas.v20180416.GetClusterSummary", async function () {
|
|
|
78
98
|
}
|
|
79
99
|
})
|
|
80
100
|
|
|
81
|
-
it("tbaas.v20180416.
|
|
101
|
+
it("tbaas.v20180416.GetLatestTransactionList", async function () {
|
|
82
102
|
try {
|
|
83
|
-
const data = await client.
|
|
103
|
+
const data = await client.GetLatestTransactionList({})
|
|
84
104
|
expect(data).to.be.ok
|
|
85
105
|
} catch(error) {
|
|
86
106
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +108,9 @@ it("tbaas.v20180416.QueryChainMakerBlockTransaction", async function () {
|
|
|
88
108
|
}
|
|
89
109
|
})
|
|
90
110
|
|
|
91
|
-
it("tbaas.v20180416.
|
|
111
|
+
it("tbaas.v20180416.DownloadUserCert", async function () {
|
|
92
112
|
try {
|
|
93
|
-
const data = await client.
|
|
113
|
+
const data = await client.DownloadUserCert({})
|
|
94
114
|
expect(data).to.be.ok
|
|
95
115
|
} catch(error) {
|
|
96
116
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +118,29 @@ it("tbaas.v20180416.QueryChainMakerDemoContract", async function () {
|
|
|
98
118
|
}
|
|
99
119
|
})
|
|
100
120
|
|
|
101
|
-
it("tbaas.v20180416.
|
|
121
|
+
it("tbaas.v20180416.GetLatesdTransactionList", async function () {
|
|
102
122
|
try {
|
|
103
|
-
const data = await client.
|
|
123
|
+
const data = await client.GetLatesdTransactionList({})
|
|
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
|
+
|
|
131
|
+
it("tbaas.v20180416.ApplyUserCert", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.ApplyUserCert({})
|
|
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
|
+
|
|
141
|
+
it("tbaas.v20180416.InvokeChainMakerContract", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.InvokeChainMakerContract({})
|
|
104
144
|
expect(data).to.be.ok
|
|
105
145
|
} catch(error) {
|
|
106
146
|
expect(error.requestId).to.be.ok
|
|
@@ -118,9 +158,9 @@ it("tbaas.v20180416.GetInvokeTx", async function () {
|
|
|
118
158
|
}
|
|
119
159
|
})
|
|
120
160
|
|
|
121
|
-
it("tbaas.v20180416.
|
|
161
|
+
it("tbaas.v20180416.QueryChainMakerBlockTransaction", async function () {
|
|
122
162
|
try {
|
|
123
|
-
const data = await client.
|
|
163
|
+
const data = await client.QueryChainMakerBlockTransaction({})
|
|
124
164
|
expect(data).to.be.ok
|
|
125
165
|
} catch(error) {
|
|
126
166
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +168,9 @@ it("tbaas.v20180416.GetLatestTransactionList", async function () {
|
|
|
128
168
|
}
|
|
129
169
|
})
|
|
130
170
|
|
|
131
|
-
it("tbaas.v20180416.
|
|
171
|
+
it("tbaas.v20180416.QueryChainMakerDemoContract", async function () {
|
|
132
172
|
try {
|
|
133
|
-
const data = await client.
|
|
173
|
+
const data = await client.QueryChainMakerDemoContract({})
|
|
134
174
|
expect(data).to.be.ok
|
|
135
175
|
} catch(error) {
|
|
136
176
|
expect(error.requestId).to.be.ok
|
|
@@ -138,9 +178,9 @@ it("tbaas.v20180416.InvokeChainMakerDemoContract", async function () {
|
|
|
138
178
|
}
|
|
139
179
|
})
|
|
140
180
|
|
|
141
|
-
it("tbaas.v20180416.
|
|
181
|
+
it("tbaas.v20180416.GetTransactionDetailForUser", async function () {
|
|
142
182
|
try {
|
|
143
|
-
const data = await client.
|
|
183
|
+
const data = await client.GetTransactionDetailForUser({})
|
|
144
184
|
expect(data).to.be.ok
|
|
145
185
|
} catch(error) {
|
|
146
186
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +188,9 @@ it("tbaas.v20180416.DownloadUserCert", async function () {
|
|
|
148
188
|
}
|
|
149
189
|
})
|
|
150
190
|
|
|
151
|
-
it("tbaas.v20180416.
|
|
191
|
+
it("tbaas.v20180416.QueryFabricChaincode", async function () {
|
|
152
192
|
try {
|
|
153
|
-
const data = await client.
|
|
193
|
+
const data = await client.QueryFabricChaincode({})
|
|
154
194
|
expect(data).to.be.ok
|
|
155
195
|
} catch(error) {
|
|
156
196
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +198,9 @@ it("tbaas.v20180416.GetBlockTransactionListForUser", async function () {
|
|
|
158
198
|
}
|
|
159
199
|
})
|
|
160
200
|
|
|
161
|
-
it("tbaas.v20180416.
|
|
201
|
+
it("tbaas.v20180416.SrvInvoke", async function () {
|
|
162
202
|
try {
|
|
163
|
-
const data = await client.
|
|
203
|
+
const data = await client.SrvInvoke({})
|
|
164
204
|
expect(data).to.be.ok
|
|
165
205
|
} catch(error) {
|
|
166
206
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +208,9 @@ it("tbaas.v20180416.InvokeChainMakerContract", async function () {
|
|
|
168
208
|
}
|
|
169
209
|
})
|
|
170
210
|
|
|
171
|
-
it("tbaas.v20180416.
|
|
211
|
+
it("tbaas.v20180416.DescribeFabricTransaction", async function () {
|
|
172
212
|
try {
|
|
173
|
-
const data = await client.
|
|
213
|
+
const data = await client.DescribeFabricTransaction({})
|
|
174
214
|
expect(data).to.be.ok
|
|
175
215
|
} catch(error) {
|
|
176
216
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +218,9 @@ it("tbaas.v20180416.GetBlockList", async function () {
|
|
|
178
218
|
}
|
|
179
219
|
})
|
|
180
220
|
|
|
181
|
-
it("tbaas.v20180416.
|
|
221
|
+
it("tbaas.v20180416.InvokeChainMakerDemoContract", async function () {
|
|
182
222
|
try {
|
|
183
|
-
const data = await client.
|
|
223
|
+
const data = await client.InvokeChainMakerDemoContract({})
|
|
184
224
|
expect(data).to.be.ok
|
|
185
225
|
} catch(error) {
|
|
186
226
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +228,9 @@ it("tbaas.v20180416.Query", async function () {
|
|
|
188
228
|
}
|
|
189
229
|
})
|
|
190
230
|
|
|
191
|
-
it("tbaas.v20180416.
|
|
231
|
+
it("tbaas.v20180416.GetBlockTransactionListForUser", async function () {
|
|
192
232
|
try {
|
|
193
|
-
const data = await client.
|
|
233
|
+
const data = await client.GetBlockTransactionListForUser({})
|
|
194
234
|
expect(data).to.be.ok
|
|
195
235
|
} catch(error) {
|
|
196
236
|
expect(error.requestId).to.be.ok
|
|
@@ -198,9 +238,9 @@ it("tbaas.v20180416.GetTransactionDetailForUser", async function () {
|
|
|
198
238
|
}
|
|
199
239
|
})
|
|
200
240
|
|
|
201
|
-
it("tbaas.v20180416.
|
|
241
|
+
it("tbaas.v20180416.GetBlockList", async function () {
|
|
202
242
|
try {
|
|
203
|
-
const data = await client.
|
|
243
|
+
const data = await client.GetBlockList({})
|
|
204
244
|
expect(data).to.be.ok
|
|
205
245
|
} catch(error) {
|
|
206
246
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +248,9 @@ it("tbaas.v20180416.QueryChainMakerDemoBlockTransaction", async function () {
|
|
|
208
248
|
}
|
|
209
249
|
})
|
|
210
250
|
|
|
211
|
-
it("tbaas.v20180416.
|
|
251
|
+
it("tbaas.v20180416.InvokeFabricChaincode", async function () {
|
|
212
252
|
try {
|
|
213
|
-
const data = await client.
|
|
253
|
+
const data = await client.InvokeFabricChaincode({})
|
|
214
254
|
expect(data).to.be.ok
|
|
215
255
|
} catch(error) {
|
|
216
256
|
expect(error.requestId).to.be.ok
|
|
@@ -218,9 +258,9 @@ it("tbaas.v20180416.QueryChainMakerContract", async function () {
|
|
|
218
258
|
}
|
|
219
259
|
})
|
|
220
260
|
|
|
221
|
-
it("tbaas.v20180416.
|
|
261
|
+
it("tbaas.v20180416.Query", async function () {
|
|
222
262
|
try {
|
|
223
|
-
const data = await client.
|
|
263
|
+
const data = await client.Query({})
|
|
224
264
|
expect(data).to.be.ok
|
|
225
265
|
} catch(error) {
|
|
226
266
|
expect(error.requestId).to.be.ok
|
|
@@ -128,6 +128,16 @@ it("tke.v20180525.UninstallEdgeLogAgent", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
+
it("tke.v20180525.DescribeExternalNodeSupportConfig", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.DescribeExternalNodeSupportConfig({})
|
|
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("tke.v20180525.DeleteEdgeClusterInstances", async function () {
|
|
132
142
|
try {
|
|
133
143
|
const data = await client.DeleteEdgeClusterInstances({})
|
|
@@ -208,6 +218,16 @@ it("tke.v20180525.DescribePrometheusAlertHistory", async function () {
|
|
|
208
218
|
}
|
|
209
219
|
})
|
|
210
220
|
|
|
221
|
+
it("tke.v20180525.DescribeIPAMD", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.DescribeIPAMD({})
|
|
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
|
+
|
|
211
231
|
it("tke.v20180525.CreateClusterRouteTable", async function () {
|
|
212
232
|
try {
|
|
213
233
|
const data = await client.CreateClusterRouteTable({})
|
|
@@ -1018,6 +1038,16 @@ it("tke.v20180525.CreateEKSCluster", async function () {
|
|
|
1018
1038
|
}
|
|
1019
1039
|
})
|
|
1020
1040
|
|
|
1041
|
+
it("tke.v20180525.DescribeClusterExtraArgs", async function () {
|
|
1042
|
+
try {
|
|
1043
|
+
const data = await client.DescribeClusterExtraArgs({})
|
|
1044
|
+
expect(data).to.be.ok
|
|
1045
|
+
} catch(error) {
|
|
1046
|
+
expect(error.requestId).to.be.ok
|
|
1047
|
+
expect(error.code).to.be.ok
|
|
1048
|
+
}
|
|
1049
|
+
})
|
|
1050
|
+
|
|
1021
1051
|
it("tke.v20180525.UpdateClusterKubeconfig", async function () {
|
|
1022
1052
|
try {
|
|
1023
1053
|
const data = await client.UpdateClusterKubeconfig({})
|