tencentcloud-sdk-nodejs 4.0.293 → 4.0.296
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 +332 -0
- package/SERVICE_CHANGELOG.md +320 -45
- package/package.json +1 -1
- package/products.md +24 -24
- 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 +75 -0
- package/src/services/as/v20180419/as_models.ts +10 -0
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/cam/v20190116/cam_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +5 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +15 -9
- package/src/services/cpdp/v20190820/cpdp_client.ts +20 -5
- package/src/services/cpdp/v20190820/cpdp_models.ts +2271 -2156
- package/src/services/cvm/v20170312/cvm_models.ts +8 -7
- package/src/services/dcdb/v20180411/dcdb_client.ts +18 -6
- package/src/services/dcdb/v20180411/dcdb_models.ts +245 -107
- package/src/services/eiam/v20210420/eiam_models.ts +4 -4
- package/src/services/faceid/v20180301/faceid_models.ts +5 -1
- package/src/services/iecp/v20210914/iecp_models.ts +14 -4
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +81 -23
- package/src/services/live/v20180801/live_models.ts +453 -251
- package/src/services/mongodb/v20190725/mongodb_models.ts +64 -43
- package/src/services/monitor/v20180724/monitor_client.ts +19 -2
- package/src/services/monitor/v20180724/monitor_models.ts +394 -18
- package/src/services/oceanus/v20190422/oceanus_models.ts +11 -0
- package/src/services/sms/v20210111/sms_models.ts +6 -0
- package/src/services/tcm/v20210413/tcm_client.ts +1 -0
- package/src/services/tcm/v20210413/tcm_models.ts +33 -1
- package/src/services/tsf/v20180326/tsf_models.ts +12 -0
- package/src/services/vpc/v20170312/vpc_client.ts +149 -39
- package/src/services/vpc/v20170312/vpc_models.ts +531 -64
- 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 +63 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +8 -0
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +12 -6
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +5 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +6 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1476 -1378
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -3
- 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/eiam/v20210420/eiam_models.d.ts +4 -4
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -1
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +12 -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/live/v20180801/live_client.d.ts +32 -7
- package/tencentcloud/services/live/v20180801/live_client.js +41 -8
- package/tencentcloud/services/live/v20180801/live_models.d.ts +392 -221
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +60 -43
- 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 +328 -17
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +9 -0
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +5 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +28 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +48 -12
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +70 -16
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +460 -60
- package/test/ame.v20190916.test.js +10 -0
- package/test/cpdp.v20190820.test.js +10 -0
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/live.v20180801.test.js +44 -4
- package/test/monitor.v20180724.test.js +10 -0
- package/test/vpc.v20170312.test.js +100 -10
|
@@ -58,6 +58,16 @@ it("ame.v20190916.DescribeAuthInfo", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("ame.v20190916.BatchDescribeKTVMusicDetails", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.BatchDescribeKTVMusicDetails({})
|
|
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("ame.v20190916.DescribeCloudMusicPurchased", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.DescribeCloudMusicPurchased({})
|
|
@@ -1488,6 +1488,16 @@ it("cpdp.v20190820.QueryReconciliationDocument", async function () {
|
|
|
1488
1488
|
}
|
|
1489
1489
|
})
|
|
1490
1490
|
|
|
1491
|
+
it("cpdp.v20190820.QueryExceedingInfo", async function () {
|
|
1492
|
+
try {
|
|
1493
|
+
const data = await client.QueryExceedingInfo({})
|
|
1494
|
+
expect(data).to.be.ok
|
|
1495
|
+
} catch(error) {
|
|
1496
|
+
expect(error.requestId).to.be.ok
|
|
1497
|
+
expect(error.code).to.be.ok
|
|
1498
|
+
}
|
|
1499
|
+
})
|
|
1500
|
+
|
|
1491
1501
|
it("cpdp.v20190820.RefundOrder", async function () {
|
|
1492
1502
|
try {
|
|
1493
1503
|
const data = await client.RefundOrder({})
|
|
@@ -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({})
|
|
@@ -108,9 +108,9 @@ it("live.v20180801.DescribeLiveStreamEventList", async function () {
|
|
|
108
108
|
}
|
|
109
109
|
})
|
|
110
110
|
|
|
111
|
-
it("live.v20180801.
|
|
111
|
+
it("live.v20180801.CreateCommonMixStream", async function () {
|
|
112
112
|
try {
|
|
113
|
-
const data = await client.
|
|
113
|
+
const data = await client.CreateCommonMixStream({})
|
|
114
114
|
expect(data).to.be.ok
|
|
115
115
|
} catch(error) {
|
|
116
116
|
expect(error.requestId).to.be.ok
|
|
@@ -208,6 +208,16 @@ it("live.v20180801.ModifyPullStreamStatus", async function () {
|
|
|
208
208
|
}
|
|
209
209
|
})
|
|
210
210
|
|
|
211
|
+
it("live.v20180801.CreateScreenshotTask", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.CreateScreenshotTask({})
|
|
214
|
+
expect(data).to.be.ok
|
|
215
|
+
} catch(error) {
|
|
216
|
+
expect(error.requestId).to.be.ok
|
|
217
|
+
expect(error.code).to.be.ok
|
|
218
|
+
}
|
|
219
|
+
})
|
|
220
|
+
|
|
211
221
|
it("live.v20180801.DescribeLiveRecordTemplates", async function () {
|
|
212
222
|
try {
|
|
213
223
|
const data = await client.DescribeLiveRecordTemplates({})
|
|
@@ -368,9 +378,19 @@ it("live.v20180801.DescribeLiveRecordTemplate", async function () {
|
|
|
368
378
|
}
|
|
369
379
|
})
|
|
370
380
|
|
|
371
|
-
it("live.v20180801.
|
|
381
|
+
it("live.v20180801.StopScreenshotTask", async function () {
|
|
372
382
|
try {
|
|
373
|
-
const data = await client.
|
|
383
|
+
const data = await client.StopScreenshotTask({})
|
|
384
|
+
expect(data).to.be.ok
|
|
385
|
+
} catch(error) {
|
|
386
|
+
expect(error.requestId).to.be.ok
|
|
387
|
+
expect(error.code).to.be.ok
|
|
388
|
+
}
|
|
389
|
+
})
|
|
390
|
+
|
|
391
|
+
it("live.v20180801.DescribePullStreamConfigs", async function () {
|
|
392
|
+
try {
|
|
393
|
+
const data = await client.DescribePullStreamConfigs({})
|
|
374
394
|
expect(data).to.be.ok
|
|
375
395
|
} catch(error) {
|
|
376
396
|
expect(error.requestId).to.be.ok
|
|
@@ -868,6 +888,16 @@ it("live.v20180801.DescribeLiveStreamPublishedList", async function () {
|
|
|
868
888
|
}
|
|
869
889
|
})
|
|
870
890
|
|
|
891
|
+
it("live.v20180801.DescribeScreenshotTask", async function () {
|
|
892
|
+
try {
|
|
893
|
+
const data = await client.DescribeScreenshotTask({})
|
|
894
|
+
expect(data).to.be.ok
|
|
895
|
+
} catch(error) {
|
|
896
|
+
expect(error.requestId).to.be.ok
|
|
897
|
+
expect(error.code).to.be.ok
|
|
898
|
+
}
|
|
899
|
+
})
|
|
900
|
+
|
|
871
901
|
it("live.v20180801.DescribePushBandwidthAndFluxList", async function () {
|
|
872
902
|
try {
|
|
873
903
|
const data = await client.DescribePushBandwidthAndFluxList({})
|
|
@@ -878,6 +908,16 @@ it("live.v20180801.DescribePushBandwidthAndFluxList", async function () {
|
|
|
878
908
|
}
|
|
879
909
|
})
|
|
880
910
|
|
|
911
|
+
it("live.v20180801.DeleteScreenshotTask", async function () {
|
|
912
|
+
try {
|
|
913
|
+
const data = await client.DeleteScreenshotTask({})
|
|
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
|
+
|
|
881
921
|
it("live.v20180801.ForbidLiveStream", async function () {
|
|
882
922
|
try {
|
|
883
923
|
const data = await client.ForbidLiveStream({})
|
|
@@ -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({})
|
|
@@ -248,6 +248,16 @@ it("vpc.v20170312.ResetRoutes", async function () {
|
|
|
248
248
|
}
|
|
249
249
|
})
|
|
250
250
|
|
|
251
|
+
it("vpc.v20170312.DeleteVpnGatewaySslServer", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.DeleteVpnGatewaySslServer({})
|
|
254
|
+
expect(data).to.be.ok
|
|
255
|
+
} catch(error) {
|
|
256
|
+
expect(error.requestId).to.be.ok
|
|
257
|
+
expect(error.code).to.be.ok
|
|
258
|
+
}
|
|
259
|
+
})
|
|
260
|
+
|
|
251
261
|
it("vpc.v20170312.DescribeNetworkInterfaceLimit", async function () {
|
|
252
262
|
try {
|
|
253
263
|
const data = await client.DescribeNetworkInterfaceLimit({})
|
|
@@ -608,9 +618,9 @@ it("vpc.v20170312.CheckNetDetectState", async function () {
|
|
|
608
618
|
}
|
|
609
619
|
})
|
|
610
620
|
|
|
611
|
-
it("vpc.v20170312.
|
|
621
|
+
it("vpc.v20170312.DeleteVpnGatewaySslClient", async function () {
|
|
612
622
|
try {
|
|
613
|
-
const data = await client.
|
|
623
|
+
const data = await client.DeleteVpnGatewaySslClient({})
|
|
614
624
|
expect(data).to.be.ok
|
|
615
625
|
} catch(error) {
|
|
616
626
|
expect(error.requestId).to.be.ok
|
|
@@ -688,6 +698,16 @@ it("vpc.v20170312.CreateSubnet", async function () {
|
|
|
688
698
|
}
|
|
689
699
|
})
|
|
690
700
|
|
|
701
|
+
it("vpc.v20170312.CreateVpnGatewaySslClient", async function () {
|
|
702
|
+
try {
|
|
703
|
+
const data = await client.CreateVpnGatewaySslClient({})
|
|
704
|
+
expect(data).to.be.ok
|
|
705
|
+
} catch(error) {
|
|
706
|
+
expect(error.requestId).to.be.ok
|
|
707
|
+
expect(error.code).to.be.ok
|
|
708
|
+
}
|
|
709
|
+
})
|
|
710
|
+
|
|
691
711
|
it("vpc.v20170312.AllocateIp6AddressesBandwidth", async function () {
|
|
692
712
|
try {
|
|
693
713
|
const data = await client.AllocateIp6AddressesBandwidth({})
|
|
@@ -768,9 +788,9 @@ it("vpc.v20170312.ModifyTemplateMember", async function () {
|
|
|
768
788
|
}
|
|
769
789
|
})
|
|
770
790
|
|
|
771
|
-
it("vpc.v20170312.
|
|
791
|
+
it("vpc.v20170312.DescribeVpcs", async function () {
|
|
772
792
|
try {
|
|
773
|
-
const data = await client.
|
|
793
|
+
const data = await client.DescribeVpcs({})
|
|
774
794
|
expect(data).to.be.ok
|
|
775
795
|
} catch(error) {
|
|
776
796
|
expect(error.requestId).to.be.ok
|
|
@@ -908,9 +928,9 @@ it("vpc.v20170312.RenewVpnGateway", async function () {
|
|
|
908
928
|
}
|
|
909
929
|
})
|
|
910
930
|
|
|
911
|
-
it("vpc.v20170312.
|
|
931
|
+
it("vpc.v20170312.DescribeDhcpIps", async function () {
|
|
912
932
|
try {
|
|
913
|
-
const data = await client.
|
|
933
|
+
const data = await client.DescribeDhcpIps({})
|
|
914
934
|
expect(data).to.be.ok
|
|
915
935
|
} catch(error) {
|
|
916
936
|
expect(error.requestId).to.be.ok
|
|
@@ -1358,6 +1378,16 @@ it("vpc.v20170312.UnassignPrivateIpAddresses", async function () {
|
|
|
1358
1378
|
}
|
|
1359
1379
|
})
|
|
1360
1380
|
|
|
1381
|
+
it("vpc.v20170312.ModifyIpv6AddressesAttribute", async function () {
|
|
1382
|
+
try {
|
|
1383
|
+
const data = await client.ModifyIpv6AddressesAttribute({})
|
|
1384
|
+
expect(data).to.be.ok
|
|
1385
|
+
} catch(error) {
|
|
1386
|
+
expect(error.requestId).to.be.ok
|
|
1387
|
+
expect(error.code).to.be.ok
|
|
1388
|
+
}
|
|
1389
|
+
})
|
|
1390
|
+
|
|
1361
1391
|
it("vpc.v20170312.DeleteAddressTemplateGroup", async function () {
|
|
1362
1392
|
try {
|
|
1363
1393
|
const data = await client.DeleteAddressTemplateGroup({})
|
|
@@ -1368,6 +1398,16 @@ it("vpc.v20170312.DeleteAddressTemplateGroup", async function () {
|
|
|
1368
1398
|
}
|
|
1369
1399
|
})
|
|
1370
1400
|
|
|
1401
|
+
it("vpc.v20170312.EnableVpnGatewaySslClientCert", async function () {
|
|
1402
|
+
try {
|
|
1403
|
+
const data = await client.EnableVpnGatewaySslClientCert({})
|
|
1404
|
+
expect(data).to.be.ok
|
|
1405
|
+
} catch(error) {
|
|
1406
|
+
expect(error.requestId).to.be.ok
|
|
1407
|
+
expect(error.code).to.be.ok
|
|
1408
|
+
}
|
|
1409
|
+
})
|
|
1410
|
+
|
|
1371
1411
|
it("vpc.v20170312.DescribeCcnRoutes", async function () {
|
|
1372
1412
|
try {
|
|
1373
1413
|
const data = await client.DescribeCcnRoutes({})
|
|
@@ -1428,9 +1468,9 @@ it("vpc.v20170312.AttachNetworkInterface", async function () {
|
|
|
1428
1468
|
}
|
|
1429
1469
|
})
|
|
1430
1470
|
|
|
1431
|
-
it("vpc.v20170312.
|
|
1471
|
+
it("vpc.v20170312.DescribeVpnGatewaySslClients", async function () {
|
|
1432
1472
|
try {
|
|
1433
|
-
const data = await client.
|
|
1473
|
+
const data = await client.DescribeVpnGatewaySslClients({})
|
|
1434
1474
|
expect(data).to.be.ok
|
|
1435
1475
|
} catch(error) {
|
|
1436
1476
|
expect(error.requestId).to.be.ok
|
|
@@ -1738,6 +1778,26 @@ it("vpc.v20170312.DescribeVpcInstances", async function () {
|
|
|
1738
1778
|
}
|
|
1739
1779
|
})
|
|
1740
1780
|
|
|
1781
|
+
it("vpc.v20170312.DownloadVpnGatewaySslClientCert", async function () {
|
|
1782
|
+
try {
|
|
1783
|
+
const data = await client.DownloadVpnGatewaySslClientCert({})
|
|
1784
|
+
expect(data).to.be.ok
|
|
1785
|
+
} catch(error) {
|
|
1786
|
+
expect(error.requestId).to.be.ok
|
|
1787
|
+
expect(error.code).to.be.ok
|
|
1788
|
+
}
|
|
1789
|
+
})
|
|
1790
|
+
|
|
1791
|
+
it("vpc.v20170312.DescribeVpnGatewaySslServers", async function () {
|
|
1792
|
+
try {
|
|
1793
|
+
const data = await client.DescribeVpnGatewaySslServers({})
|
|
1794
|
+
expect(data).to.be.ok
|
|
1795
|
+
} catch(error) {
|
|
1796
|
+
expect(error.requestId).to.be.ok
|
|
1797
|
+
expect(error.code).to.be.ok
|
|
1798
|
+
}
|
|
1799
|
+
})
|
|
1800
|
+
|
|
1741
1801
|
it("vpc.v20170312.DeleteRouteTable", async function () {
|
|
1742
1802
|
try {
|
|
1743
1803
|
const data = await client.DeleteRouteTable({})
|
|
@@ -1788,9 +1848,9 @@ it("vpc.v20170312.DescribeNatGatewayDirectConnectGatewayRoute", async function (
|
|
|
1788
1848
|
}
|
|
1789
1849
|
})
|
|
1790
1850
|
|
|
1791
|
-
it("vpc.v20170312.
|
|
1851
|
+
it("vpc.v20170312.DisableVpnGatewaySslClientCert", async function () {
|
|
1792
1852
|
try {
|
|
1793
|
-
const data = await client.
|
|
1853
|
+
const data = await client.DisableVpnGatewaySslClientCert({})
|
|
1794
1854
|
expect(data).to.be.ok
|
|
1795
1855
|
} catch(error) {
|
|
1796
1856
|
expect(error.requestId).to.be.ok
|
|
@@ -2038,6 +2098,16 @@ it("vpc.v20170312.CreateAddressTemplate", async function () {
|
|
|
2038
2098
|
}
|
|
2039
2099
|
})
|
|
2040
2100
|
|
|
2101
|
+
it("vpc.v20170312.CreateVpnGatewaySslServer", async function () {
|
|
2102
|
+
try {
|
|
2103
|
+
const data = await client.CreateVpnGatewaySslServer({})
|
|
2104
|
+
expect(data).to.be.ok
|
|
2105
|
+
} catch(error) {
|
|
2106
|
+
expect(error.requestId).to.be.ok
|
|
2107
|
+
expect(error.code).to.be.ok
|
|
2108
|
+
}
|
|
2109
|
+
})
|
|
2110
|
+
|
|
2041
2111
|
it("vpc.v20170312.ModifyVpnGatewayAttribute", async function () {
|
|
2042
2112
|
try {
|
|
2043
2113
|
const data = await client.ModifyVpnGatewayAttribute({})
|
|
@@ -2168,6 +2238,16 @@ it("vpc.v20170312.DescribeAssistantCidr", async function () {
|
|
|
2168
2238
|
}
|
|
2169
2239
|
})
|
|
2170
2240
|
|
|
2241
|
+
it("vpc.v20170312.ReplaceDirectConnectGatewayCcnRoutes", async function () {
|
|
2242
|
+
try {
|
|
2243
|
+
const data = await client.ReplaceDirectConnectGatewayCcnRoutes({})
|
|
2244
|
+
expect(data).to.be.ok
|
|
2245
|
+
} catch(error) {
|
|
2246
|
+
expect(error.requestId).to.be.ok
|
|
2247
|
+
expect(error.code).to.be.ok
|
|
2248
|
+
}
|
|
2249
|
+
})
|
|
2250
|
+
|
|
2171
2251
|
it("vpc.v20170312.CreateDirectConnectGateway", async function () {
|
|
2172
2252
|
try {
|
|
2173
2253
|
const data = await client.CreateDirectConnectGateway({})
|
|
@@ -2468,6 +2548,16 @@ it("vpc.v20170312.UnassignIpv6SubnetCidrBlock", async function () {
|
|
|
2468
2548
|
}
|
|
2469
2549
|
})
|
|
2470
2550
|
|
|
2551
|
+
it("vpc.v20170312.DisassociateDirectConnectGatewayNatGateway", async function () {
|
|
2552
|
+
try {
|
|
2553
|
+
const data = await client.DisassociateDirectConnectGatewayNatGateway({})
|
|
2554
|
+
expect(data).to.be.ok
|
|
2555
|
+
} catch(error) {
|
|
2556
|
+
expect(error.requestId).to.be.ok
|
|
2557
|
+
expect(error.code).to.be.ok
|
|
2558
|
+
}
|
|
2559
|
+
})
|
|
2560
|
+
|
|
2471
2561
|
it("vpc.v20170312.DescribeIpGeolocationDatabaseUrl", async function () {
|
|
2472
2562
|
try {
|
|
2473
2563
|
const data = await client.DescribeIpGeolocationDatabaseUrl({})
|