tencentcloud-sdk-nodejs 4.0.1016 → 4.0.1017

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +57 -0
  2. package/SERVICE_CHANGELOG.md +51 -655
  3. package/package.json +1 -1
  4. package/products.md +8 -8
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cvm/v20170312/cvm_models.ts +4 -4
  7. package/src/services/lcic/v20220817/lcic_client.ts +1 -1
  8. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  9. package/src/services/rum/v20210622/rum_models.ts +0 -1
  10. package/src/services/scf/v20180416/scf_models.ts +2 -2
  11. package/src/services/trro/v20220325/trro_models.ts +6 -6
  12. package/src/services/trtc/v20190722/trtc_models.ts +4 -0
  13. package/src/services/tse/v20201207/tse_client.ts +17 -4
  14. package/src/services/tse/v20201207/tse_models.ts +105 -64
  15. package/src/services/vpc/v20170312/vpc_client.ts +5179 -7
  16. package/src/services/vpc/v20170312/vpc_models.ts +18815 -9
  17. package/tencentcloud/common/sdk_version.d.ts +1 -1
  18. package/tencentcloud/common/sdk_version.js +1 -1
  19. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -4
  20. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +1 -1
  21. package/tencentcloud/services/lcic/v20220817/lcic_client.js +1 -1
  22. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  23. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +0 -1
  24. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +2 -2
  25. package/tencentcloud/services/trro/v20220325/trro_models.d.ts +6 -6
  26. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -0
  27. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  28. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  29. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +102 -64
  30. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1895 -3
  31. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2669 -3
  32. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17875 -9
  33. package/test/tse.v20201207.test.js +10 -0
  34. package/test/vpc.v20170312.test.js +3872 -2
@@ -18,9 +18,3879 @@ const client = new tencentcloud.vpc.v20170312.Client({
18
18
  })
19
19
  describe("vpc.v20170312.test.js", function () {
20
20
 
21
- it("vpc.v20170312.DescribeNatsEipsInternal", async function () {
21
+ it("vpc.v20170312.AssociateDirectConnectGatewayNatGateway", async function () {
22
22
  try {
23
- const data = await client.DescribeNatsEipsInternal({})
23
+ const data = await client.AssociateDirectConnectGatewayNatGateway({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
31
+ it("vpc.v20170312.ModifyNatGatewayAttribute", async function () {
32
+ try {
33
+ const data = await client.ModifyNatGatewayAttribute({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
41
+ it("vpc.v20170312.DescribeTaskResult", async function () {
42
+ try {
43
+ const data = await client.DescribeTaskResult({})
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("vpc.v20170312.DescribeRouteTables", async function () {
52
+ try {
53
+ const data = await client.DescribeRouteTables({})
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("vpc.v20170312.RemoveBandwidthPackageResources", async function () {
62
+ try {
63
+ const data = await client.RemoveBandwidthPackageResources({})
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("vpc.v20170312.ModifyServiceTemplateGroupAttribute", async function () {
72
+ try {
73
+ const data = await client.ModifyServiceTemplateGroupAttribute({})
74
+ expect(data).to.be.ok
75
+ } catch(error) {
76
+ expect(error.requestId).to.be.ok
77
+ expect(error.code).to.be.ok
78
+ }
79
+ })
80
+
81
+ it("vpc.v20170312.ModifyAddressInternetChargeType", async function () {
82
+ try {
83
+ const data = await client.ModifyAddressInternetChargeType({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
91
+ it("vpc.v20170312.ModifyIPv6AddressesAttributes", async function () {
92
+ try {
93
+ const data = await client.ModifyIPv6AddressesAttributes({})
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
+
101
+ it("vpc.v20170312.CreatePrivateNatGateway", async function () {
102
+ try {
103
+ const data = await client.CreatePrivateNatGateway({})
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("vpc.v20170312.AcceptVpcPeeringConnection", async function () {
112
+ try {
113
+ const data = await client.AcceptVpcPeeringConnection({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
121
+ it("vpc.v20170312.EnableGatewayFlowMonitor", async function () {
122
+ try {
123
+ const data = await client.EnableGatewayFlowMonitor({})
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("vpc.v20170312.DescribeAddresses", async function () {
132
+ try {
133
+ const data = await client.DescribeAddresses({})
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("vpc.v20170312.CreateCcnRouteTables", async function () {
142
+ try {
143
+ const data = await client.CreateCcnRouteTables({})
144
+ expect(data).to.be.ok
145
+ } catch(error) {
146
+ expect(error.requestId).to.be.ok
147
+ expect(error.code).to.be.ok
148
+ }
149
+ })
150
+
151
+ it("vpc.v20170312.ReplaceCcnRouteTableBroadcastPolicys", async function () {
152
+ try {
153
+ const data = await client.ReplaceCcnRouteTableBroadcastPolicys({})
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("vpc.v20170312.ModifyVpnGatewaySslClientCert", async function () {
162
+ try {
163
+ const data = await client.ModifyVpnGatewaySslClientCert({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
171
+ it("vpc.v20170312.ModifyVpnGatewaySslServer", async function () {
172
+ try {
173
+ const data = await client.ModifyVpnGatewaySslServer({})
174
+ expect(data).to.be.ok
175
+ } catch(error) {
176
+ expect(error.requestId).to.be.ok
177
+ expect(error.code).to.be.ok
178
+ }
179
+ })
180
+
181
+ it("vpc.v20170312.DescribeSpecificTrafficPackageUsedDetails", async function () {
182
+ try {
183
+ const data = await client.DescribeSpecificTrafficPackageUsedDetails({})
184
+ expect(data).to.be.ok
185
+ } catch(error) {
186
+ expect(error.requestId).to.be.ok
187
+ expect(error.code).to.be.ok
188
+ }
189
+ })
190
+
191
+ it("vpc.v20170312.ReplaceRouteTableAssociation", async function () {
192
+ try {
193
+ const data = await client.ReplaceRouteTableAssociation({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
201
+ it("vpc.v20170312.DeleteTrafficPackages", async function () {
202
+ try {
203
+ const data = await client.DeleteTrafficPackages({})
204
+ expect(data).to.be.ok
205
+ } catch(error) {
206
+ expect(error.requestId).to.be.ok
207
+ expect(error.code).to.be.ok
208
+ }
209
+ })
210
+
211
+ it("vpc.v20170312.DescribeTemplateLimits", async function () {
212
+ try {
213
+ const data = await client.DescribeTemplateLimits({})
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
+
221
+ it("vpc.v20170312.CheckNetDetectState", async function () {
222
+ try {
223
+ const data = await client.CheckNetDetectState({})
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
+
231
+ it("vpc.v20170312.InquiryPriceResetVpnGatewayInternetMaxBandwidth", async function () {
232
+ try {
233
+ const data = await client.InquiryPriceResetVpnGatewayInternetMaxBandwidth({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
241
+ it("vpc.v20170312.DescribeNetworkAccountType", async function () {
242
+ try {
243
+ const data = await client.DescribeNetworkAccountType({})
244
+ expect(data).to.be.ok
245
+ } catch(error) {
246
+ expect(error.requestId).to.be.ok
247
+ expect(error.code).to.be.ok
248
+ }
249
+ })
250
+
251
+ it("vpc.v20170312.ModifyAddressesBandwidth", async function () {
252
+ try {
253
+ const data = await client.ModifyAddressesBandwidth({})
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
+
261
+ it("vpc.v20170312.CreateSubnet", async function () {
262
+ try {
263
+ const data = await client.CreateSubnet({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
271
+ it("vpc.v20170312.CreateVpnGatewaySslClient", async function () {
272
+ try {
273
+ const data = await client.CreateVpnGatewaySslClient({})
274
+ expect(data).to.be.ok
275
+ } catch(error) {
276
+ expect(error.requestId).to.be.ok
277
+ expect(error.code).to.be.ok
278
+ }
279
+ })
280
+
281
+ it("vpc.v20170312.AllocateIp6AddressesBandwidth", async function () {
282
+ try {
283
+ const data = await client.AllocateIp6AddressesBandwidth({})
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
+
291
+ it("vpc.v20170312.LockCcnBandwidths", async function () {
292
+ try {
293
+ const data = await client.LockCcnBandwidths({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
301
+ it("vpc.v20170312.DeleteServiceTemplateGroup", async function () {
302
+ try {
303
+ const data = await client.DeleteServiceTemplateGroup({})
304
+ expect(data).to.be.ok
305
+ } catch(error) {
306
+ expect(error.requestId).to.be.ok
307
+ expect(error.code).to.be.ok
308
+ }
309
+ })
310
+
311
+ it("vpc.v20170312.AddBandwidthPackageResources", async function () {
312
+ try {
313
+ const data = await client.AddBandwidthPackageResources({})
314
+ expect(data).to.be.ok
315
+ } catch(error) {
316
+ expect(error.requestId).to.be.ok
317
+ expect(error.code).to.be.ok
318
+ }
319
+ })
320
+
321
+ it("vpc.v20170312.AllocateAddresses", async function () {
322
+ try {
323
+ const data = await client.AllocateAddresses({})
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
+
331
+ it("vpc.v20170312.DeleteCdcLDCXList", async function () {
332
+ try {
333
+ const data = await client.DeleteCdcLDCXList({})
334
+ expect(data).to.be.ok
335
+ } catch(error) {
336
+ expect(error.requestId).to.be.ok
337
+ expect(error.code).to.be.ok
338
+ }
339
+ })
340
+
341
+ it("vpc.v20170312.DescribeIp6Addresses", async function () {
342
+ try {
343
+ const data = await client.DescribeIp6Addresses({})
344
+ expect(data).to.be.ok
345
+ } catch(error) {
346
+ expect(error.requestId).to.be.ok
347
+ expect(error.code).to.be.ok
348
+ }
349
+ })
350
+
351
+ it("vpc.v20170312.DeleteNetworkAclQuintupleEntries", async function () {
352
+ try {
353
+ const data = await client.DeleteNetworkAclQuintupleEntries({})
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
+
361
+ it("vpc.v20170312.DeleteDirectConnectGateway", async function () {
362
+ try {
363
+ const data = await client.DeleteDirectConnectGateway({})
364
+ expect(data).to.be.ok
365
+ } catch(error) {
366
+ expect(error.requestId).to.be.ok
367
+ expect(error.code).to.be.ok
368
+ }
369
+ })
370
+
371
+ it("vpc.v20170312.CreateNetworkInterface", async function () {
372
+ try {
373
+ const data = await client.CreateNetworkInterface({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
381
+ it("vpc.v20170312.DescribeNetDetectStates", async function () {
382
+ try {
383
+ const data = await client.DescribeNetDetectStates({})
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("vpc.v20170312.ModifyCdcNetPlaneAttribute", async function () {
392
+ try {
393
+ const data = await client.ModifyCdcNetPlaneAttribute({})
394
+ expect(data).to.be.ok
395
+ } catch(error) {
396
+ expect(error.requestId).to.be.ok
397
+ expect(error.code).to.be.ok
398
+ }
399
+ })
400
+
401
+ it("vpc.v20170312.DescribeCcns", async function () {
402
+ try {
403
+ const data = await client.DescribeCcns({})
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
+
411
+ it("vpc.v20170312.DeleteCcn", async function () {
412
+ try {
413
+ const data = await client.DeleteCcn({})
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
+
421
+ it("vpc.v20170312.ModifyNetworkAclEntries", async function () {
422
+ try {
423
+ const data = await client.ModifyNetworkAclEntries({})
424
+ expect(data).to.be.ok
425
+ } catch(error) {
426
+ expect(error.requestId).to.be.ok
427
+ expect(error.code).to.be.ok
428
+ }
429
+ })
430
+
431
+ it("vpc.v20170312.DescribeCcnRouteTables", async function () {
432
+ try {
433
+ const data = await client.DescribeCcnRouteTables({})
434
+ expect(data).to.be.ok
435
+ } catch(error) {
436
+ expect(error.requestId).to.be.ok
437
+ expect(error.code).to.be.ok
438
+ }
439
+ })
440
+
441
+ it("vpc.v20170312.DetachNetworkInterface", async function () {
442
+ try {
443
+ const data = await client.DetachNetworkInterface({})
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("vpc.v20170312.ModifyNetworkAclQuintupleEntries", async function () {
452
+ try {
453
+ const data = await client.ModifyNetworkAclQuintupleEntries({})
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
+
461
+ it("vpc.v20170312.DeleteAssistantCidr", async function () {
462
+ try {
463
+ const data = await client.DeleteAssistantCidr({})
464
+ expect(data).to.be.ok
465
+ } catch(error) {
466
+ expect(error.requestId).to.be.ok
467
+ expect(error.code).to.be.ok
468
+ }
469
+ })
470
+
471
+ it("vpc.v20170312.DeleteNetworkInterface", async function () {
472
+ try {
473
+ const data = await client.DeleteNetworkInterface({})
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
+
481
+ it("vpc.v20170312.ModifyLocalGateway", async function () {
482
+ try {
483
+ const data = await client.ModifyLocalGateway({})
484
+ expect(data).to.be.ok
485
+ } catch(error) {
486
+ expect(error.requestId).to.be.ok
487
+ expect(error.code).to.be.ok
488
+ }
489
+ })
490
+
491
+ it("vpc.v20170312.DescribeSubnetResourceDashboard", async function () {
492
+ try {
493
+ const data = await client.DescribeSubnetResourceDashboard({})
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
+
501
+ it("vpc.v20170312.DescribeFlowLog", async function () {
502
+ try {
503
+ const data = await client.DescribeFlowLog({})
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("vpc.v20170312.AssociateInstancesToCcnRouteTable", async function () {
512
+ try {
513
+ const data = await client.AssociateInstancesToCcnRouteTable({})
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("vpc.v20170312.RenewAddresses", async function () {
522
+ try {
523
+ const data = await client.RenewAddresses({})
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
+
531
+ it("vpc.v20170312.DescribeCcnRegionBandwidthLimits", async function () {
532
+ try {
533
+ const data = await client.DescribeCcnRegionBandwidthLimits({})
534
+ expect(data).to.be.ok
535
+ } catch(error) {
536
+ expect(error.requestId).to.be.ok
537
+ expect(error.code).to.be.ok
538
+ }
539
+ })
540
+
541
+ it("vpc.v20170312.AddIp6Rules", async function () {
542
+ try {
543
+ const data = await client.AddIp6Rules({})
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
+
551
+ it("vpc.v20170312.DisassociateDirectConnectGatewayNatGateway", async function () {
552
+ try {
553
+ const data = await client.DisassociateDirectConnectGatewayNatGateway({})
554
+ expect(data).to.be.ok
555
+ } catch(error) {
556
+ expect(error.requestId).to.be.ok
557
+ expect(error.code).to.be.ok
558
+ }
559
+ })
560
+
561
+ it("vpc.v20170312.DescribeUsedIpAddress", async function () {
562
+ try {
563
+ const data = await client.DescribeUsedIpAddress({})
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
+
571
+ it("vpc.v20170312.DescribeCcnRoutes", async function () {
572
+ try {
573
+ const data = await client.DescribeCcnRoutes({})
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
+
581
+ it("vpc.v20170312.ReplaceDirectConnectGatewayCcnRoutes", async function () {
582
+ try {
583
+ const data = await client.ReplaceDirectConnectGatewayCcnRoutes({})
584
+ expect(data).to.be.ok
585
+ } catch(error) {
586
+ expect(error.requestId).to.be.ok
587
+ expect(error.code).to.be.ok
588
+ }
589
+ })
590
+
591
+ it("vpc.v20170312.GetCcnRegionBandwidthLimits", async function () {
592
+ try {
593
+ const data = await client.GetCcnRegionBandwidthLimits({})
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("vpc.v20170312.AddTemplateMember", async function () {
602
+ try {
603
+ const data = await client.AddTemplateMember({})
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("vpc.v20170312.DeleteAddressTemplate", async function () {
612
+ try {
613
+ const data = await client.DeleteAddressTemplate({})
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
+
621
+ it("vpc.v20170312.WithdrawNotifyRoutes", async function () {
622
+ try {
623
+ const data = await client.WithdrawNotifyRoutes({})
624
+ expect(data).to.be.ok
625
+ } catch(error) {
626
+ expect(error.requestId).to.be.ok
627
+ expect(error.code).to.be.ok
628
+ }
629
+ })
630
+
631
+ it("vpc.v20170312.CreateCdcNetPlanes", async function () {
632
+ try {
633
+ const data = await client.CreateCdcNetPlanes({})
634
+ expect(data).to.be.ok
635
+ } catch(error) {
636
+ expect(error.requestId).to.be.ok
637
+ expect(error.code).to.be.ok
638
+ }
639
+ })
640
+
641
+ it("vpc.v20170312.DeleteRoutes", async function () {
642
+ try {
643
+ const data = await client.DeleteRoutes({})
644
+ expect(data).to.be.ok
645
+ } catch(error) {
646
+ expect(error.requestId).to.be.ok
647
+ expect(error.code).to.be.ok
648
+ }
649
+ })
650
+
651
+ it("vpc.v20170312.InquiryPriceCreateVpnGateway", async function () {
652
+ try {
653
+ const data = await client.InquiryPriceCreateVpnGateway({})
654
+ expect(data).to.be.ok
655
+ } catch(error) {
656
+ expect(error.requestId).to.be.ok
657
+ expect(error.code).to.be.ok
658
+ }
659
+ })
660
+
661
+ it("vpc.v20170312.DeleteHighPriorityRouteTables", async function () {
662
+ try {
663
+ const data = await client.DeleteHighPriorityRouteTables({})
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
+
671
+ it("vpc.v20170312.DescribeCrossBorderCompliance", async function () {
672
+ try {
673
+ const data = await client.DescribeCrossBorderCompliance({})
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
+
681
+ it("vpc.v20170312.CreateSecurityGroup", async function () {
682
+ try {
683
+ const data = await client.CreateSecurityGroup({})
684
+ expect(data).to.be.ok
685
+ } catch(error) {
686
+ expect(error.requestId).to.be.ok
687
+ expect(error.code).to.be.ok
688
+ }
689
+ })
690
+
691
+ it("vpc.v20170312.ModifyNetworkInterfaceAttribute", async function () {
692
+ try {
693
+ const data = await client.ModifyNetworkInterfaceAttribute({})
694
+ expect(data).to.be.ok
695
+ } catch(error) {
696
+ expect(error.requestId).to.be.ok
697
+ expect(error.code).to.be.ok
698
+ }
699
+ })
700
+
701
+ it("vpc.v20170312.ModifyVpcPeeringConnection", async function () {
702
+ try {
703
+ const data = await client.ModifyVpcPeeringConnection({})
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
+
711
+ it("vpc.v20170312.DescribeVpcLimits", async function () {
712
+ try {
713
+ const data = await client.DescribeVpcLimits({})
714
+ expect(data).to.be.ok
715
+ } catch(error) {
716
+ expect(error.requestId).to.be.ok
717
+ expect(error.code).to.be.ok
718
+ }
719
+ })
720
+
721
+ it("vpc.v20170312.DescribeSnapshotAttachedInstances", async function () {
722
+ try {
723
+ const data = await client.DescribeSnapshotAttachedInstances({})
724
+ expect(data).to.be.ok
725
+ } catch(error) {
726
+ expect(error.requestId).to.be.ok
727
+ expect(error.code).to.be.ok
728
+ }
729
+ })
730
+
731
+ it("vpc.v20170312.DeleteHaVip", async function () {
732
+ try {
733
+ const data = await client.DeleteHaVip({})
734
+ expect(data).to.be.ok
735
+ } catch(error) {
736
+ expect(error.requestId).to.be.ok
737
+ expect(error.code).to.be.ok
738
+ }
739
+ })
740
+
741
+ it("vpc.v20170312.DescribeProductQuota", async function () {
742
+ try {
743
+ const data = await client.DescribeProductQuota({})
744
+ expect(data).to.be.ok
745
+ } catch(error) {
746
+ expect(error.requestId).to.be.ok
747
+ expect(error.code).to.be.ok
748
+ }
749
+ })
750
+
751
+ it("vpc.v20170312.ModifyBandwidthPackageAttribute", async function () {
752
+ try {
753
+ const data = await client.ModifyBandwidthPackageAttribute({})
754
+ expect(data).to.be.ok
755
+ } catch(error) {
756
+ expect(error.requestId).to.be.ok
757
+ expect(error.code).to.be.ok
758
+ }
759
+ })
760
+
761
+ it("vpc.v20170312.CreateVpnGatewaySslServer", async function () {
762
+ try {
763
+ const data = await client.CreateVpnGatewaySslServer({})
764
+ expect(data).to.be.ok
765
+ } catch(error) {
766
+ expect(error.requestId).to.be.ok
767
+ expect(error.code).to.be.ok
768
+ }
769
+ })
770
+
771
+ it("vpc.v20170312.ModifyVpnGatewayAttribute", async function () {
772
+ try {
773
+ const data = await client.ModifyVpnGatewayAttribute({})
774
+ expect(data).to.be.ok
775
+ } catch(error) {
776
+ expect(error.requestId).to.be.ok
777
+ expect(error.code).to.be.ok
778
+ }
779
+ })
780
+
781
+ it("vpc.v20170312.DeleteVpc", async function () {
782
+ try {
783
+ const data = await client.DeleteVpc({})
784
+ expect(data).to.be.ok
785
+ } catch(error) {
786
+ expect(error.requestId).to.be.ok
787
+ expect(error.code).to.be.ok
788
+ }
789
+ })
790
+
791
+ it("vpc.v20170312.DescribeSubnets", async function () {
792
+ try {
793
+ const data = await client.DescribeSubnets({})
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
+
801
+ it("vpc.v20170312.ModifyPrivateNatGatewayTranslationAclRule", async function () {
802
+ try {
803
+ const data = await client.ModifyPrivateNatGatewayTranslationAclRule({})
804
+ expect(data).to.be.ok
805
+ } catch(error) {
806
+ expect(error.requestId).to.be.ok
807
+ expect(error.code).to.be.ok
808
+ }
809
+ })
810
+
811
+ it("vpc.v20170312.ModifyPrivateIpAddressesAttribute", async function () {
812
+ try {
813
+ const data = await client.ModifyPrivateIpAddressesAttribute({})
814
+ expect(data).to.be.ok
815
+ } catch(error) {
816
+ expect(error.requestId).to.be.ok
817
+ expect(error.code).to.be.ok
818
+ }
819
+ })
820
+
821
+ it("vpc.v20170312.ReplaceCcnRouteTableInputPolicys", async function () {
822
+ try {
823
+ const data = await client.ReplaceCcnRouteTableInputPolicys({})
824
+ expect(data).to.be.ok
825
+ } catch(error) {
826
+ expect(error.requestId).to.be.ok
827
+ expect(error.code).to.be.ok
828
+ }
829
+ })
830
+
831
+ it("vpc.v20170312.ModifyNetworkInterfaceQos", async function () {
832
+ try {
833
+ const data = await client.ModifyNetworkInterfaceQos({})
834
+ expect(data).to.be.ok
835
+ } catch(error) {
836
+ expect(error.requestId).to.be.ok
837
+ expect(error.code).to.be.ok
838
+ }
839
+ })
840
+
841
+ it("vpc.v20170312.DetachCcnInstances", async function () {
842
+ try {
843
+ const data = await client.DetachCcnInstances({})
844
+ expect(data).to.be.ok
845
+ } catch(error) {
846
+ expect(error.requestId).to.be.ok
847
+ expect(error.code).to.be.ok
848
+ }
849
+ })
850
+
851
+ it("vpc.v20170312.CreateReserveIpAddresses", async function () {
852
+ try {
853
+ const data = await client.CreateReserveIpAddresses({})
854
+ expect(data).to.be.ok
855
+ } catch(error) {
856
+ expect(error.requestId).to.be.ok
857
+ expect(error.code).to.be.ok
858
+ }
859
+ })
860
+
861
+ it("vpc.v20170312.EnableRoutes", async function () {
862
+ try {
863
+ const data = await client.EnableRoutes({})
864
+ expect(data).to.be.ok
865
+ } catch(error) {
866
+ expect(error.requestId).to.be.ok
867
+ expect(error.code).to.be.ok
868
+ }
869
+ })
870
+
871
+ it("vpc.v20170312.SetCcnRegionBandwidthLimits", async function () {
872
+ try {
873
+ const data = await client.SetCcnRegionBandwidthLimits({})
874
+ expect(data).to.be.ok
875
+ } catch(error) {
876
+ expect(error.requestId).to.be.ok
877
+ expect(error.code).to.be.ok
878
+ }
879
+ })
880
+
881
+ it("vpc.v20170312.ModifyRouteTableAttribute", async function () {
882
+ try {
883
+ const data = await client.ModifyRouteTableAttribute({})
884
+ expect(data).to.be.ok
885
+ } catch(error) {
886
+ expect(error.requestId).to.be.ok
887
+ expect(error.code).to.be.ok
888
+ }
889
+ })
890
+
891
+ it("vpc.v20170312.ModifyHaVipAttribute", async function () {
892
+ try {
893
+ const data = await client.ModifyHaVipAttribute({})
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
+
901
+ it("vpc.v20170312.ReleaseAddresses", async function () {
902
+ try {
903
+ const data = await client.ReleaseAddresses({})
904
+ expect(data).to.be.ok
905
+ } catch(error) {
906
+ expect(error.requestId).to.be.ok
907
+ expect(error.code).to.be.ok
908
+ }
909
+ })
910
+
911
+ it("vpc.v20170312.DescribeReserveIpAddresses", async function () {
912
+ try {
913
+ const data = await client.DescribeReserveIpAddresses({})
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
+
921
+ it("vpc.v20170312.ReplaceRoutes", async function () {
922
+ try {
923
+ const data = await client.ReplaceRoutes({})
924
+ expect(data).to.be.ok
925
+ } catch(error) {
926
+ expect(error.requestId).to.be.ok
927
+ expect(error.code).to.be.ok
928
+ }
929
+ })
930
+
931
+ it("vpc.v20170312.DescribeVpcPrivateIpAddresses", async function () {
932
+ try {
933
+ const data = await client.DescribeVpcPrivateIpAddresses({})
934
+ expect(data).to.be.ok
935
+ } catch(error) {
936
+ expect(error.requestId).to.be.ok
937
+ expect(error.code).to.be.ok
938
+ }
939
+ })
940
+
941
+ it("vpc.v20170312.ModifyIp6Translator", async function () {
942
+ try {
943
+ const data = await client.ModifyIp6Translator({})
944
+ expect(data).to.be.ok
945
+ } catch(error) {
946
+ expect(error.requestId).to.be.ok
947
+ expect(error.code).to.be.ok
948
+ }
949
+ })
950
+
951
+ it("vpc.v20170312.DescribeAddressTemplates", async function () {
952
+ try {
953
+ const data = await client.DescribeAddressTemplates({})
954
+ expect(data).to.be.ok
955
+ } catch(error) {
956
+ expect(error.requestId).to.be.ok
957
+ expect(error.code).to.be.ok
958
+ }
959
+ })
960
+
961
+ it("vpc.v20170312.CreateAddressTemplate", async function () {
962
+ try {
963
+ const data = await client.CreateAddressTemplate({})
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
+
971
+ it("vpc.v20170312.TransformAddress", async function () {
972
+ try {
973
+ const data = await client.TransformAddress({})
974
+ expect(data).to.be.ok
975
+ } catch(error) {
976
+ expect(error.requestId).to.be.ok
977
+ expect(error.code).to.be.ok
978
+ }
979
+ })
980
+
981
+ it("vpc.v20170312.DescribeVpcEndPoint", async function () {
982
+ try {
983
+ const data = await client.DescribeVpcEndPoint({})
984
+ expect(data).to.be.ok
985
+ } catch(error) {
986
+ expect(error.requestId).to.be.ok
987
+ expect(error.code).to.be.ok
988
+ }
989
+ })
990
+
991
+ it("vpc.v20170312.DescribeIp6TranslatorQuota", async function () {
992
+ try {
993
+ const data = await client.DescribeIp6TranslatorQuota({})
994
+ expect(data).to.be.ok
995
+ } catch(error) {
996
+ expect(error.requestId).to.be.ok
997
+ expect(error.code).to.be.ok
998
+ }
999
+ })
1000
+
1001
+ it("vpc.v20170312.CreateVpcEndPointServiceWhiteList", async function () {
1002
+ try {
1003
+ const data = await client.CreateVpcEndPointServiceWhiteList({})
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
+
1011
+ it("vpc.v20170312.DownloadCustomerGatewayConfiguration", async function () {
1012
+ try {
1013
+ const data = await client.DownloadCustomerGatewayConfiguration({})
1014
+ expect(data).to.be.ok
1015
+ } catch(error) {
1016
+ expect(error.requestId).to.be.ok
1017
+ expect(error.code).to.be.ok
1018
+ }
1019
+ })
1020
+
1021
+ it("vpc.v20170312.DescribeCustomerGateways", async function () {
1022
+ try {
1023
+ const data = await client.DescribeCustomerGateways({})
1024
+ expect(data).to.be.ok
1025
+ } catch(error) {
1026
+ expect(error.requestId).to.be.ok
1027
+ expect(error.code).to.be.ok
1028
+ }
1029
+ })
1030
+
1031
+ it("vpc.v20170312.DescribeNetworkAcls", async function () {
1032
+ try {
1033
+ const data = await client.DescribeNetworkAcls({})
1034
+ expect(data).to.be.ok
1035
+ } catch(error) {
1036
+ expect(error.requestId).to.be.ok
1037
+ expect(error.code).to.be.ok
1038
+ }
1039
+ })
1040
+
1041
+ it("vpc.v20170312.DescribeServiceTemplateGroups", async function () {
1042
+ try {
1043
+ const data = await client.DescribeServiceTemplateGroups({})
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
+
1051
+ it("vpc.v20170312.AssignIpv6CidrBlock", async function () {
1052
+ try {
1053
+ const data = await client.AssignIpv6CidrBlock({})
1054
+ expect(data).to.be.ok
1055
+ } catch(error) {
1056
+ expect(error.requestId).to.be.ok
1057
+ expect(error.code).to.be.ok
1058
+ }
1059
+ })
1060
+
1061
+ it("vpc.v20170312.DescribeNatGatewayDestinationIpPortTranslationNatRules", async function () {
1062
+ try {
1063
+ const data = await client.DescribeNatGatewayDestinationIpPortTranslationNatRules({})
1064
+ expect(data).to.be.ok
1065
+ } catch(error) {
1066
+ expect(error.requestId).to.be.ok
1067
+ expect(error.code).to.be.ok
1068
+ }
1069
+ })
1070
+
1071
+ it("vpc.v20170312.DescribeCcnAttachedInstances", async function () {
1072
+ try {
1073
+ const data = await client.DescribeCcnAttachedInstances({})
1074
+ expect(data).to.be.ok
1075
+ } catch(error) {
1076
+ expect(error.requestId).to.be.ok
1077
+ expect(error.code).to.be.ok
1078
+ }
1079
+ })
1080
+
1081
+ it("vpc.v20170312.DescribePrivateNatGatewayRegions", async function () {
1082
+ try {
1083
+ const data = await client.DescribePrivateNatGatewayRegions({})
1084
+ expect(data).to.be.ok
1085
+ } catch(error) {
1086
+ expect(error.requestId).to.be.ok
1087
+ expect(error.code).to.be.ok
1088
+ }
1089
+ })
1090
+
1091
+ it("vpc.v20170312.ModifyReserveIpAddress", async function () {
1092
+ try {
1093
+ const data = await client.ModifyReserveIpAddress({})
1094
+ expect(data).to.be.ok
1095
+ } catch(error) {
1096
+ expect(error.requestId).to.be.ok
1097
+ expect(error.code).to.be.ok
1098
+ }
1099
+ })
1100
+
1101
+ it("vpc.v20170312.DisassociateNatGatewayAddress", async function () {
1102
+ try {
1103
+ const data = await client.DisassociateNatGatewayAddress({})
1104
+ expect(data).to.be.ok
1105
+ } catch(error) {
1106
+ expect(error.requestId).to.be.ok
1107
+ expect(error.code).to.be.ok
1108
+ }
1109
+ })
1110
+
1111
+ it("vpc.v20170312.DescribeGatewayFlowMonitorDetail", async function () {
1112
+ try {
1113
+ const data = await client.DescribeGatewayFlowMonitorDetail({})
1114
+ expect(data).to.be.ok
1115
+ } catch(error) {
1116
+ expect(error.requestId).to.be.ok
1117
+ expect(error.code).to.be.ok
1118
+ }
1119
+ })
1120
+
1121
+ it("vpc.v20170312.UnassignIpv6Addresses", async function () {
1122
+ try {
1123
+ const data = await client.UnassignIpv6Addresses({})
1124
+ expect(data).to.be.ok
1125
+ } catch(error) {
1126
+ expect(error.requestId).to.be.ok
1127
+ expect(error.code).to.be.ok
1128
+ }
1129
+ })
1130
+
1131
+ it("vpc.v20170312.AssociateIPv6Address", async function () {
1132
+ try {
1133
+ const data = await client.AssociateIPv6Address({})
1134
+ expect(data).to.be.ok
1135
+ } catch(error) {
1136
+ expect(error.requestId).to.be.ok
1137
+ expect(error.code).to.be.ok
1138
+ }
1139
+ })
1140
+
1141
+ it("vpc.v20170312.DeleteAddressTemplateGroup", async function () {
1142
+ try {
1143
+ const data = await client.DeleteAddressTemplateGroup({})
1144
+ expect(data).to.be.ok
1145
+ } catch(error) {
1146
+ expect(error.requestId).to.be.ok
1147
+ expect(error.code).to.be.ok
1148
+ }
1149
+ })
1150
+
1151
+ it("vpc.v20170312.DescribeVpcTaskResult", async function () {
1152
+ try {
1153
+ const data = await client.DescribeVpcTaskResult({})
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
+
1161
+ it("vpc.v20170312.CreateDirectConnectGateway", async function () {
1162
+ try {
1163
+ const data = await client.CreateDirectConnectGateway({})
1164
+ expect(data).to.be.ok
1165
+ } catch(error) {
1166
+ expect(error.requestId).to.be.ok
1167
+ expect(error.code).to.be.ok
1168
+ }
1169
+ })
1170
+
1171
+ it("vpc.v20170312.AssociateNatGatewayAddress", async function () {
1172
+ try {
1173
+ const data = await client.AssociateNatGatewayAddress({})
1174
+ expect(data).to.be.ok
1175
+ } catch(error) {
1176
+ expect(error.requestId).to.be.ok
1177
+ expect(error.code).to.be.ok
1178
+ }
1179
+ })
1180
+
1181
+ it("vpc.v20170312.DeleteCcnRouteTables", async function () {
1182
+ try {
1183
+ const data = await client.DeleteCcnRouteTables({})
1184
+ expect(data).to.be.ok
1185
+ } catch(error) {
1186
+ expect(error.requestId).to.be.ok
1187
+ expect(error.code).to.be.ok
1188
+ }
1189
+ })
1190
+
1191
+ it("vpc.v20170312.ModifyPrivateNatGatewayTranslationNatRule", async function () {
1192
+ try {
1193
+ const data = await client.ModifyPrivateNatGatewayTranslationNatRule({})
1194
+ expect(data).to.be.ok
1195
+ } catch(error) {
1196
+ expect(error.requestId).to.be.ok
1197
+ expect(error.code).to.be.ok
1198
+ }
1199
+ })
1200
+
1201
+ it("vpc.v20170312.ModifyVpnGatewayRoutes", async function () {
1202
+ try {
1203
+ const data = await client.ModifyVpnGatewayRoutes({})
1204
+ expect(data).to.be.ok
1205
+ } catch(error) {
1206
+ expect(error.requestId).to.be.ok
1207
+ expect(error.code).to.be.ok
1208
+ }
1209
+ })
1210
+
1211
+ it("vpc.v20170312.ModifyIPv6AddressesBandwidth", async function () {
1212
+ try {
1213
+ const data = await client.ModifyIPv6AddressesBandwidth({})
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("vpc.v20170312.DescribeCrossBorderCcnRegionBandwidthLimits", async function () {
1222
+ try {
1223
+ const data = await client.DescribeCrossBorderCcnRegionBandwidthLimits({})
1224
+ expect(data).to.be.ok
1225
+ } catch(error) {
1226
+ expect(error.requestId).to.be.ok
1227
+ expect(error.code).to.be.ok
1228
+ }
1229
+ })
1230
+
1231
+ it("vpc.v20170312.ModifySnapshotPolicies", async function () {
1232
+ try {
1233
+ const data = await client.ModifySnapshotPolicies({})
1234
+ expect(data).to.be.ok
1235
+ } catch(error) {
1236
+ expect(error.requestId).to.be.ok
1237
+ expect(error.code).to.be.ok
1238
+ }
1239
+ })
1240
+
1241
+ it("vpc.v20170312.DeleteVpnGatewaySslClient", async function () {
1242
+ try {
1243
+ const data = await client.DeleteVpnGatewaySslClient({})
1244
+ expect(data).to.be.ok
1245
+ } catch(error) {
1246
+ expect(error.requestId).to.be.ok
1247
+ expect(error.code).to.be.ok
1248
+ }
1249
+ })
1250
+
1251
+ it("vpc.v20170312.CreateNatGatewayDestinationIpPortTranslationNatRule", async function () {
1252
+ try {
1253
+ const data = await client.CreateNatGatewayDestinationIpPortTranslationNatRule({})
1254
+ expect(data).to.be.ok
1255
+ } catch(error) {
1256
+ expect(error.requestId).to.be.ok
1257
+ expect(error.code).to.be.ok
1258
+ }
1259
+ })
1260
+
1261
+ it("vpc.v20170312.ModifyAddressTemplateAttribute", async function () {
1262
+ try {
1263
+ const data = await client.ModifyAddressTemplateAttribute({})
1264
+ expect(data).to.be.ok
1265
+ } catch(error) {
1266
+ expect(error.requestId).to.be.ok
1267
+ expect(error.code).to.be.ok
1268
+ }
1269
+ })
1270
+
1271
+ it("vpc.v20170312.DeleteTemplateMember", async function () {
1272
+ try {
1273
+ const data = await client.DeleteTemplateMember({})
1274
+ expect(data).to.be.ok
1275
+ } catch(error) {
1276
+ expect(error.requestId).to.be.ok
1277
+ expect(error.code).to.be.ok
1278
+ }
1279
+ })
1280
+
1281
+ it("vpc.v20170312.AssignIpv6SubnetCidrBlock", async function () {
1282
+ try {
1283
+ const data = await client.AssignIpv6SubnetCidrBlock({})
1284
+ expect(data).to.be.ok
1285
+ } catch(error) {
1286
+ expect(error.requestId).to.be.ok
1287
+ expect(error.code).to.be.ok
1288
+ }
1289
+ })
1290
+
1291
+ it("vpc.v20170312.DescribeVpnGatewayCcnRoutes", async function () {
1292
+ try {
1293
+ const data = await client.DescribeVpnGatewayCcnRoutes({})
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
+
1301
+ it("vpc.v20170312.AttachCcnInstances", async function () {
1302
+ try {
1303
+ const data = await client.AttachCcnInstances({})
1304
+ expect(data).to.be.ok
1305
+ } catch(error) {
1306
+ expect(error.requestId).to.be.ok
1307
+ expect(error.code).to.be.ok
1308
+ }
1309
+ })
1310
+
1311
+ it("vpc.v20170312.DeleteSubnet", async function () {
1312
+ try {
1313
+ const data = await client.DeleteSubnet({})
1314
+ expect(data).to.be.ok
1315
+ } catch(error) {
1316
+ expect(error.requestId).to.be.ok
1317
+ expect(error.code).to.be.ok
1318
+ }
1319
+ })
1320
+
1321
+ it("vpc.v20170312.AttachClassicLinkVpc", async function () {
1322
+ try {
1323
+ const data = await client.AttachClassicLinkVpc({})
1324
+ expect(data).to.be.ok
1325
+ } catch(error) {
1326
+ expect(error.requestId).to.be.ok
1327
+ expect(error.code).to.be.ok
1328
+ }
1329
+ })
1330
+
1331
+ it("vpc.v20170312.ModifyTemplateMember", async function () {
1332
+ try {
1333
+ const data = await client.ModifyTemplateMember({})
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("vpc.v20170312.DescribeTrafficPackages", async function () {
1342
+ try {
1343
+ const data = await client.DescribeTrafficPackages({})
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("vpc.v20170312.CreateVpcEndPointService", async function () {
1352
+ try {
1353
+ const data = await client.CreateVpcEndPointService({})
1354
+ expect(data).to.be.ok
1355
+ } catch(error) {
1356
+ expect(error.requestId).to.be.ok
1357
+ expect(error.code).to.be.ok
1358
+ }
1359
+ })
1360
+
1361
+ it("vpc.v20170312.ResetVpnConnection", async function () {
1362
+ try {
1363
+ const data = await client.ResetVpnConnection({})
1364
+ expect(data).to.be.ok
1365
+ } catch(error) {
1366
+ expect(error.requestId).to.be.ok
1367
+ expect(error.code).to.be.ok
1368
+ }
1369
+ })
1370
+
1371
+ it("vpc.v20170312.ModifyVpnGatewayCcnRoutes", async function () {
1372
+ try {
1373
+ const data = await client.ModifyVpnGatewayCcnRoutes({})
1374
+ expect(data).to.be.ok
1375
+ } catch(error) {
1376
+ expect(error.requestId).to.be.ok
1377
+ expect(error.code).to.be.ok
1378
+ }
1379
+ })
1380
+
1381
+ it("vpc.v20170312.DeletePrivateNatGatewayDestinationIpPortTranslationNatRule", async function () {
1382
+ try {
1383
+ const data = await client.DeletePrivateNatGatewayDestinationIpPortTranslationNatRule({})
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
+
1391
+ it("vpc.v20170312.ModifyDhcpIpAttribute", async function () {
1392
+ try {
1393
+ const data = await client.ModifyDhcpIpAttribute({})
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
+
1401
+ it("vpc.v20170312.DescribeBandwidthPackageResources", async function () {
1402
+ try {
1403
+ const data = await client.DescribeBandwidthPackageResources({})
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
+
1411
+ it("vpc.v20170312.DescribeVpcPeeringConnections", async function () {
1412
+ try {
1413
+ const data = await client.DescribeVpcPeeringConnections({})
1414
+ expect(data).to.be.ok
1415
+ } catch(error) {
1416
+ expect(error.requestId).to.be.ok
1417
+ expect(error.code).to.be.ok
1418
+ }
1419
+ })
1420
+
1421
+ it("vpc.v20170312.CreateHighPriorityRouteTable", async function () {
1422
+ try {
1423
+ const data = await client.CreateHighPriorityRouteTable({})
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
+
1431
+ it("vpc.v20170312.InquiryPriceRenewAddresses", async function () {
1432
+ try {
1433
+ const data = await client.InquiryPriceRenewAddresses({})
1434
+ expect(data).to.be.ok
1435
+ } catch(error) {
1436
+ expect(error.requestId).to.be.ok
1437
+ expect(error.code).to.be.ok
1438
+ }
1439
+ })
1440
+
1441
+ it("vpc.v20170312.ModifyGatewayFlowQos", async function () {
1442
+ try {
1443
+ const data = await client.ModifyGatewayFlowQos({})
1444
+ expect(data).to.be.ok
1445
+ } catch(error) {
1446
+ expect(error.requestId).to.be.ok
1447
+ expect(error.code).to.be.ok
1448
+ }
1449
+ })
1450
+
1451
+ it("vpc.v20170312.DescribeRouteConflicts", async function () {
1452
+ try {
1453
+ const data = await client.DescribeRouteConflicts({})
1454
+ expect(data).to.be.ok
1455
+ } catch(error) {
1456
+ expect(error.requestId).to.be.ok
1457
+ expect(error.code).to.be.ok
1458
+ }
1459
+ })
1460
+
1461
+ it("vpc.v20170312.CreateDefaultSecurityGroup", async function () {
1462
+ try {
1463
+ const data = await client.CreateDefaultSecurityGroup({})
1464
+ expect(data).to.be.ok
1465
+ } catch(error) {
1466
+ expect(error.requestId).to.be.ok
1467
+ expect(error.code).to.be.ok
1468
+ }
1469
+ })
1470
+
1471
+ it("vpc.v20170312.AssociateDhcpIpWithAddressIp", async function () {
1472
+ try {
1473
+ const data = await client.AssociateDhcpIpWithAddressIp({})
1474
+ expect(data).to.be.ok
1475
+ } catch(error) {
1476
+ expect(error.requestId).to.be.ok
1477
+ expect(error.code).to.be.ok
1478
+ }
1479
+ })
1480
+
1481
+ it("vpc.v20170312.DeleteServiceTemplate", async function () {
1482
+ try {
1483
+ const data = await client.DeleteServiceTemplate({})
1484
+ expect(data).to.be.ok
1485
+ } catch(error) {
1486
+ expect(error.requestId).to.be.ok
1487
+ expect(error.code).to.be.ok
1488
+ }
1489
+ })
1490
+
1491
+ it("vpc.v20170312.UnassignPrivateIpAddresses", async function () {
1492
+ try {
1493
+ const data = await client.UnassignPrivateIpAddresses({})
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
+
1501
+ it("vpc.v20170312.ModifyAddressTemplateGroupAttribute", async function () {
1502
+ try {
1503
+ const data = await client.ModifyAddressTemplateGroupAttribute({})
1504
+ expect(data).to.be.ok
1505
+ } catch(error) {
1506
+ expect(error.requestId).to.be.ok
1507
+ expect(error.code).to.be.ok
1508
+ }
1509
+ })
1510
+
1511
+ it("vpc.v20170312.CreateIp6Translators", async function () {
1512
+ try {
1513
+ const data = await client.CreateIp6Translators({})
1514
+ expect(data).to.be.ok
1515
+ } catch(error) {
1516
+ expect(error.requestId).to.be.ok
1517
+ expect(error.code).to.be.ok
1518
+ }
1519
+ })
1520
+
1521
+ it("vpc.v20170312.CreateDefaultVpc", async function () {
1522
+ try {
1523
+ const data = await client.CreateDefaultVpc({})
1524
+ expect(data).to.be.ok
1525
+ } catch(error) {
1526
+ expect(error.requestId).to.be.ok
1527
+ expect(error.code).to.be.ok
1528
+ }
1529
+ })
1530
+
1531
+ it("vpc.v20170312.AttachNetworkInterface", async function () {
1532
+ try {
1533
+ const data = await client.AttachNetworkInterface({})
1534
+ expect(data).to.be.ok
1535
+ } catch(error) {
1536
+ expect(error.requestId).to.be.ok
1537
+ expect(error.code).to.be.ok
1538
+ }
1539
+ })
1540
+
1541
+ it("vpc.v20170312.DeleteSecurityGroupPolicies", async function () {
1542
+ try {
1543
+ const data = await client.DeleteSecurityGroupPolicies({})
1544
+ expect(data).to.be.ok
1545
+ } catch(error) {
1546
+ expect(error.requestId).to.be.ok
1547
+ expect(error.code).to.be.ok
1548
+ }
1549
+ })
1550
+
1551
+ it("vpc.v20170312.DescribeNetworkAclQuintupleEntries", async function () {
1552
+ try {
1553
+ const data = await client.DescribeNetworkAclQuintupleEntries({})
1554
+ expect(data).to.be.ok
1555
+ } catch(error) {
1556
+ expect(error.requestId).to.be.ok
1557
+ expect(error.code).to.be.ok
1558
+ }
1559
+ })
1560
+
1561
+ it("vpc.v20170312.ModifySecurityGroupAttribute", async function () {
1562
+ try {
1563
+ const data = await client.ModifySecurityGroupAttribute({})
1564
+ expect(data).to.be.ok
1565
+ } catch(error) {
1566
+ expect(error.requestId).to.be.ok
1567
+ expect(error.code).to.be.ok
1568
+ }
1569
+ })
1570
+
1571
+ it("vpc.v20170312.DeletePrivateNatGatewayTranslationAclRule", async function () {
1572
+ try {
1573
+ const data = await client.DeletePrivateNatGatewayTranslationAclRule({})
1574
+ expect(data).to.be.ok
1575
+ } catch(error) {
1576
+ expect(error.requestId).to.be.ok
1577
+ expect(error.code).to.be.ok
1578
+ }
1579
+ })
1580
+
1581
+ it("vpc.v20170312.DescribePrivateNatGatewayTranslationAclRules", async function () {
1582
+ try {
1583
+ const data = await client.DescribePrivateNatGatewayTranslationAclRules({})
1584
+ expect(data).to.be.ok
1585
+ } catch(error) {
1586
+ expect(error.requestId).to.be.ok
1587
+ expect(error.code).to.be.ok
1588
+ }
1589
+ })
1590
+
1591
+ it("vpc.v20170312.DisableFlowLogs", async function () {
1592
+ try {
1593
+ const data = await client.DisableFlowLogs({})
1594
+ expect(data).to.be.ok
1595
+ } catch(error) {
1596
+ expect(error.requestId).to.be.ok
1597
+ expect(error.code).to.be.ok
1598
+ }
1599
+ })
1600
+
1601
+ it("vpc.v20170312.CreateCustomerGateway", async function () {
1602
+ try {
1603
+ const data = await client.CreateCustomerGateway({})
1604
+ expect(data).to.be.ok
1605
+ } catch(error) {
1606
+ expect(error.requestId).to.be.ok
1607
+ expect(error.code).to.be.ok
1608
+ }
1609
+ })
1610
+
1611
+ it("vpc.v20170312.AuditCrossBorderCompliance", async function () {
1612
+ try {
1613
+ const data = await client.AuditCrossBorderCompliance({})
1614
+ expect(data).to.be.ok
1615
+ } catch(error) {
1616
+ expect(error.requestId).to.be.ok
1617
+ expect(error.code).to.be.ok
1618
+ }
1619
+ })
1620
+
1621
+ it("vpc.v20170312.DescribeVpcInstances", async function () {
1622
+ try {
1623
+ const data = await client.DescribeVpcInstances({})
1624
+ expect(data).to.be.ok
1625
+ } catch(error) {
1626
+ expect(error.requestId).to.be.ok
1627
+ expect(error.code).to.be.ok
1628
+ }
1629
+ })
1630
+
1631
+ it("vpc.v20170312.DescribeVpnGatewaySslServers", async function () {
1632
+ try {
1633
+ const data = await client.DescribeVpnGatewaySslServers({})
1634
+ expect(data).to.be.ok
1635
+ } catch(error) {
1636
+ expect(error.requestId).to.be.ok
1637
+ expect(error.code).to.be.ok
1638
+ }
1639
+ })
1640
+
1641
+ it("vpc.v20170312.DeleteRouteTable", async function () {
1642
+ try {
1643
+ const data = await client.DeleteRouteTable({})
1644
+ expect(data).to.be.ok
1645
+ } catch(error) {
1646
+ expect(error.requestId).to.be.ok
1647
+ expect(error.code).to.be.ok
1648
+ }
1649
+ })
1650
+
1651
+ it("vpc.v20170312.DescribeAccountAttributes", async function () {
1652
+ try {
1653
+ const data = await client.DescribeAccountAttributes({})
1654
+ expect(data).to.be.ok
1655
+ } catch(error) {
1656
+ expect(error.requestId).to.be.ok
1657
+ expect(error.code).to.be.ok
1658
+ }
1659
+ })
1660
+
1661
+ it("vpc.v20170312.AssignIpv6Addresses", async function () {
1662
+ try {
1663
+ const data = await client.AssignIpv6Addresses({})
1664
+ expect(data).to.be.ok
1665
+ } catch(error) {
1666
+ expect(error.requestId).to.be.ok
1667
+ expect(error.code).to.be.ok
1668
+ }
1669
+ })
1670
+
1671
+ it("vpc.v20170312.DescribeRouteTableSelectionPolicies", async function () {
1672
+ try {
1673
+ const data = await client.DescribeRouteTableSelectionPolicies({})
1674
+ expect(data).to.be.ok
1675
+ } catch(error) {
1676
+ expect(error.requestId).to.be.ok
1677
+ expect(error.code).to.be.ok
1678
+ }
1679
+ })
1680
+
1681
+ it("vpc.v20170312.DescribeIpGeolocationInfos", async function () {
1682
+ try {
1683
+ const data = await client.DescribeIpGeolocationInfos({})
1684
+ expect(data).to.be.ok
1685
+ } catch(error) {
1686
+ expect(error.requestId).to.be.ok
1687
+ expect(error.code).to.be.ok
1688
+ }
1689
+ })
1690
+
1691
+ it("vpc.v20170312.UnassignIpv6CidrBlock", async function () {
1692
+ try {
1693
+ const data = await client.UnassignIpv6CidrBlock({})
1694
+ expect(data).to.be.ok
1695
+ } catch(error) {
1696
+ expect(error.requestId).to.be.ok
1697
+ expect(error.code).to.be.ok
1698
+ }
1699
+ })
1700
+
1701
+ it("vpc.v20170312.CreateNatGatewaySourceIpTranslationNatRule", async function () {
1702
+ try {
1703
+ const data = await client.CreateNatGatewaySourceIpTranslationNatRule({})
1704
+ expect(data).to.be.ok
1705
+ } catch(error) {
1706
+ expect(error.requestId).to.be.ok
1707
+ expect(error.code).to.be.ok
1708
+ }
1709
+ })
1710
+
1711
+ it("vpc.v20170312.RemoveIp6Rules", async function () {
1712
+ try {
1713
+ const data = await client.RemoveIp6Rules({})
1714
+ expect(data).to.be.ok
1715
+ } catch(error) {
1716
+ expect(error.requestId).to.be.ok
1717
+ expect(error.code).to.be.ok
1718
+ }
1719
+ })
1720
+
1721
+ it("vpc.v20170312.RejectVpcPeeringConnection", async function () {
1722
+ try {
1723
+ const data = await client.RejectVpcPeeringConnection({})
1724
+ expect(data).to.be.ok
1725
+ } catch(error) {
1726
+ expect(error.requestId).to.be.ok
1727
+ expect(error.code).to.be.ok
1728
+ }
1729
+ })
1730
+
1731
+ it("vpc.v20170312.DescribePrivateNatGateways", async function () {
1732
+ try {
1733
+ const data = await client.DescribePrivateNatGateways({})
1734
+ expect(data).to.be.ok
1735
+ } catch(error) {
1736
+ expect(error.requestId).to.be.ok
1737
+ expect(error.code).to.be.ok
1738
+ }
1739
+ })
1740
+
1741
+ it("vpc.v20170312.CreateVpnConnection", async function () {
1742
+ try {
1743
+ const data = await client.CreateVpnConnection({})
1744
+ expect(data).to.be.ok
1745
+ } catch(error) {
1746
+ expect(error.requestId).to.be.ok
1747
+ expect(error.code).to.be.ok
1748
+ }
1749
+ })
1750
+
1751
+ it("vpc.v20170312.ModifyCustomerGatewayAttribute", async function () {
1752
+ try {
1753
+ const data = await client.ModifyCustomerGatewayAttribute({})
1754
+ expect(data).to.be.ok
1755
+ } catch(error) {
1756
+ expect(error.requestId).to.be.ok
1757
+ expect(error.code).to.be.ok
1758
+ }
1759
+ })
1760
+
1761
+ it("vpc.v20170312.EnableCcnRoutes", async function () {
1762
+ try {
1763
+ const data = await client.EnableCcnRoutes({})
1764
+ expect(data).to.be.ok
1765
+ } catch(error) {
1766
+ expect(error.requestId).to.be.ok
1767
+ expect(error.code).to.be.ok
1768
+ }
1769
+ })
1770
+
1771
+ it("vpc.v20170312.CreatePrivateNatGatewayDestinationIpPortTranslationNatRule", async function () {
1772
+ try {
1773
+ const data = await client.CreatePrivateNatGatewayDestinationIpPortTranslationNatRule({})
1774
+ expect(data).to.be.ok
1775
+ } catch(error) {
1776
+ expect(error.requestId).to.be.ok
1777
+ expect(error.code).to.be.ok
1778
+ }
1779
+ })
1780
+
1781
+ it("vpc.v20170312.DeleteSecurityGroup", async function () {
1782
+ try {
1783
+ const data = await client.DeleteSecurityGroup({})
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.DescribeNatGatewaySourceIpTranslationNatRules", async function () {
1792
+ try {
1793
+ const data = await client.DescribeNatGatewaySourceIpTranslationNatRules({})
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
+
1801
+ it("vpc.v20170312.ModifyNetDetect", async function () {
1802
+ try {
1803
+ const data = await client.ModifyNetDetect({})
1804
+ expect(data).to.be.ok
1805
+ } catch(error) {
1806
+ expect(error.requestId).to.be.ok
1807
+ expect(error.code).to.be.ok
1808
+ }
1809
+ })
1810
+
1811
+ it("vpc.v20170312.DescribeBandwidthPackageQuota", async function () {
1812
+ try {
1813
+ const data = await client.DescribeBandwidthPackageQuota({})
1814
+ expect(data).to.be.ok
1815
+ } catch(error) {
1816
+ expect(error.requestId).to.be.ok
1817
+ expect(error.code).to.be.ok
1818
+ }
1819
+ })
1820
+
1821
+ it("vpc.v20170312.CreateSnapshotPolicies", async function () {
1822
+ try {
1823
+ const data = await client.CreateSnapshotPolicies({})
1824
+ expect(data).to.be.ok
1825
+ } catch(error) {
1826
+ expect(error.requestId).to.be.ok
1827
+ expect(error.code).to.be.ok
1828
+ }
1829
+ })
1830
+
1831
+ it("vpc.v20170312.ResetAttachCcnInstances", async function () {
1832
+ try {
1833
+ const data = await client.ResetAttachCcnInstances({})
1834
+ expect(data).to.be.ok
1835
+ } catch(error) {
1836
+ expect(error.requestId).to.be.ok
1837
+ expect(error.code).to.be.ok
1838
+ }
1839
+ })
1840
+
1841
+ it("vpc.v20170312.ModifyVpcEndPointServiceAttribute", async function () {
1842
+ try {
1843
+ const data = await client.ModifyVpcEndPointServiceAttribute({})
1844
+ expect(data).to.be.ok
1845
+ } catch(error) {
1846
+ expect(error.requestId).to.be.ok
1847
+ expect(error.code).to.be.ok
1848
+ }
1849
+ })
1850
+
1851
+ it("vpc.v20170312.DescribeBandwidthPackages", async function () {
1852
+ try {
1853
+ const data = await client.DescribeBandwidthPackages({})
1854
+ expect(data).to.be.ok
1855
+ } catch(error) {
1856
+ expect(error.requestId).to.be.ok
1857
+ expect(error.code).to.be.ok
1858
+ }
1859
+ })
1860
+
1861
+ it("vpc.v20170312.DescribeRouteTableAssociatedInstances", async function () {
1862
+ try {
1863
+ const data = await client.DescribeRouteTableAssociatedInstances({})
1864
+ expect(data).to.be.ok
1865
+ } catch(error) {
1866
+ expect(error.requestId).to.be.ok
1867
+ expect(error.code).to.be.ok
1868
+ }
1869
+ })
1870
+
1871
+ it("vpc.v20170312.CreateServiceTemplateGroup", async function () {
1872
+ try {
1873
+ const data = await client.CreateServiceTemplateGroup({})
1874
+ expect(data).to.be.ok
1875
+ } catch(error) {
1876
+ expect(error.requestId).to.be.ok
1877
+ expect(error.code).to.be.ok
1878
+ }
1879
+ })
1880
+
1881
+ it("vpc.v20170312.ReleaseIp6AddressesBandwidth", async function () {
1882
+ try {
1883
+ const data = await client.ReleaseIp6AddressesBandwidth({})
1884
+ expect(data).to.be.ok
1885
+ } catch(error) {
1886
+ expect(error.requestId).to.be.ok
1887
+ expect(error.code).to.be.ok
1888
+ }
1889
+ })
1890
+
1891
+ it("vpc.v20170312.ModifyCcnAttribute", async function () {
1892
+ try {
1893
+ const data = await client.ModifyCcnAttribute({})
1894
+ expect(data).to.be.ok
1895
+ } catch(error) {
1896
+ expect(error.requestId).to.be.ok
1897
+ expect(error.code).to.be.ok
1898
+ }
1899
+ })
1900
+
1901
+ it("vpc.v20170312.InquirePriceCreateDirectConnectGateway", async function () {
1902
+ try {
1903
+ const data = await client.InquirePriceCreateDirectConnectGateway({})
1904
+ expect(data).to.be.ok
1905
+ } catch(error) {
1906
+ expect(error.requestId).to.be.ok
1907
+ expect(error.code).to.be.ok
1908
+ }
1909
+ })
1910
+
1911
+ it("vpc.v20170312.DescribeAddressTemplateGroups", async function () {
1912
+ try {
1913
+ const data = await client.DescribeAddressTemplateGroups({})
1914
+ expect(data).to.be.ok
1915
+ } catch(error) {
1916
+ expect(error.requestId).to.be.ok
1917
+ expect(error.code).to.be.ok
1918
+ }
1919
+ })
1920
+
1921
+ it("vpc.v20170312.DetachClassicLinkVpc", async function () {
1922
+ try {
1923
+ const data = await client.DetachClassicLinkVpc({})
1924
+ expect(data).to.be.ok
1925
+ } catch(error) {
1926
+ expect(error.requestId).to.be.ok
1927
+ expect(error.code).to.be.ok
1928
+ }
1929
+ })
1930
+
1931
+ it("vpc.v20170312.CreateSecurityGroupPolicies", async function () {
1932
+ try {
1933
+ const data = await client.CreateSecurityGroupPolicies({})
1934
+ expect(data).to.be.ok
1935
+ } catch(error) {
1936
+ expect(error.requestId).to.be.ok
1937
+ expect(error.code).to.be.ok
1938
+ }
1939
+ })
1940
+
1941
+ it("vpc.v20170312.ResetNatGatewayConnection", async function () {
1942
+ try {
1943
+ const data = await client.ResetNatGatewayConnection({})
1944
+ expect(data).to.be.ok
1945
+ } catch(error) {
1946
+ expect(error.requestId).to.be.ok
1947
+ expect(error.code).to.be.ok
1948
+ }
1949
+ })
1950
+
1951
+ it("vpc.v20170312.AttachSnapshotInstances", async function () {
1952
+ try {
1953
+ const data = await client.AttachSnapshotInstances({})
1954
+ expect(data).to.be.ok
1955
+ } catch(error) {
1956
+ expect(error.requestId).to.be.ok
1957
+ expect(error.code).to.be.ok
1958
+ }
1959
+ })
1960
+
1961
+ it("vpc.v20170312.DescribeVpcResourceDashboard", async function () {
1962
+ try {
1963
+ const data = await client.DescribeVpcResourceDashboard({})
1964
+ expect(data).to.be.ok
1965
+ } catch(error) {
1966
+ expect(error.requestId).to.be.ok
1967
+ expect(error.code).to.be.ok
1968
+ }
1969
+ })
1970
+
1971
+ it("vpc.v20170312.ReplaceSecurityGroupPolicy", async function () {
1972
+ try {
1973
+ const data = await client.ReplaceSecurityGroupPolicy({})
1974
+ expect(data).to.be.ok
1975
+ } catch(error) {
1976
+ expect(error.requestId).to.be.ok
1977
+ expect(error.code).to.be.ok
1978
+ }
1979
+ })
1980
+
1981
+ it("vpc.v20170312.AdjustPublicAddress", async function () {
1982
+ try {
1983
+ const data = await client.AdjustPublicAddress({})
1984
+ expect(data).to.be.ok
1985
+ } catch(error) {
1986
+ expect(error.requestId).to.be.ok
1987
+ expect(error.code).to.be.ok
1988
+ }
1989
+ })
1990
+
1991
+ it("vpc.v20170312.CreateNetworkAcl", async function () {
1992
+ try {
1993
+ const data = await client.CreateNetworkAcl({})
1994
+ expect(data).to.be.ok
1995
+ } catch(error) {
1996
+ expect(error.requestId).to.be.ok
1997
+ expect(error.code).to.be.ok
1998
+ }
1999
+ })
2000
+
2001
+ it("vpc.v20170312.CreateBandwidthPackage", async function () {
2002
+ try {
2003
+ const data = await client.CreateBandwidthPackage({})
2004
+ expect(data).to.be.ok
2005
+ } catch(error) {
2006
+ expect(error.requestId).to.be.ok
2007
+ expect(error.code).to.be.ok
2008
+ }
2009
+ })
2010
+
2011
+ it("vpc.v20170312.DeleteFlowLog", async function () {
2012
+ try {
2013
+ const data = await client.DeleteFlowLog({})
2014
+ expect(data).to.be.ok
2015
+ } catch(error) {
2016
+ expect(error.requestId).to.be.ok
2017
+ expect(error.code).to.be.ok
2018
+ }
2019
+ })
2020
+
2021
+ it("vpc.v20170312.GenerateVpnConnectionDefaultHealthCheckIp", async function () {
2022
+ try {
2023
+ const data = await client.GenerateVpnConnectionDefaultHealthCheckIp({})
2024
+ expect(data).to.be.ok
2025
+ } catch(error) {
2026
+ expect(error.requestId).to.be.ok
2027
+ expect(error.code).to.be.ok
2028
+ }
2029
+ })
2030
+
2031
+ it("vpc.v20170312.DeleteVpnGatewaySslServer", async function () {
2032
+ try {
2033
+ const data = await client.DeleteVpnGatewaySslServer({})
2034
+ expect(data).to.be.ok
2035
+ } catch(error) {
2036
+ expect(error.requestId).to.be.ok
2037
+ expect(error.code).to.be.ok
2038
+ }
2039
+ })
2040
+
2041
+ it("vpc.v20170312.DescribeNetworkInterfaceLimit", async function () {
2042
+ try {
2043
+ const data = await client.DescribeNetworkInterfaceLimit({})
2044
+ expect(data).to.be.ok
2045
+ } catch(error) {
2046
+ expect(error.requestId).to.be.ok
2047
+ expect(error.code).to.be.ok
2048
+ }
2049
+ })
2050
+
2051
+ it("vpc.v20170312.EnableSnapshotPolicies", async function () {
2052
+ try {
2053
+ const data = await client.EnableSnapshotPolicies({})
2054
+ expect(data).to.be.ok
2055
+ } catch(error) {
2056
+ expect(error.requestId).to.be.ok
2057
+ expect(error.code).to.be.ok
2058
+ }
2059
+ })
2060
+
2061
+ it("vpc.v20170312.DeleteVpnConnection", async function () {
2062
+ try {
2063
+ const data = await client.DeleteVpnConnection({})
2064
+ expect(data).to.be.ok
2065
+ } catch(error) {
2066
+ expect(error.requestId).to.be.ok
2067
+ expect(error.code).to.be.ok
2068
+ }
2069
+ })
2070
+
2071
+ it("vpc.v20170312.DescribeCustomerGatewayVendors", async function () {
2072
+ try {
2073
+ const data = await client.DescribeCustomerGatewayVendors({})
2074
+ expect(data).to.be.ok
2075
+ } catch(error) {
2076
+ expect(error.requestId).to.be.ok
2077
+ expect(error.code).to.be.ok
2078
+ }
2079
+ })
2080
+
2081
+ it("vpc.v20170312.DeleteCdcNetPlanes", async function () {
2082
+ try {
2083
+ const data = await client.DeleteCdcNetPlanes({})
2084
+ expect(data).to.be.ok
2085
+ } catch(error) {
2086
+ expect(error.requestId).to.be.ok
2087
+ expect(error.code).to.be.ok
2088
+ }
2089
+ })
2090
+
2091
+ it("vpc.v20170312.DeleteLocalGateway", async function () {
2092
+ try {
2093
+ const data = await client.DeleteLocalGateway({})
2094
+ expect(data).to.be.ok
2095
+ } catch(error) {
2096
+ expect(error.requestId).to.be.ok
2097
+ expect(error.code).to.be.ok
2098
+ }
2099
+ })
2100
+
2101
+ it("vpc.v20170312.ModifyServiceTemplateAttribute", async function () {
2102
+ try {
2103
+ const data = await client.ModifyServiceTemplateAttribute({})
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
+
2111
+ it("vpc.v20170312.DisassociateNetworkAclSubnets", async function () {
2112
+ try {
2113
+ const data = await client.DisassociateNetworkAclSubnets({})
2114
+ expect(data).to.be.ok
2115
+ } catch(error) {
2116
+ expect(error.requestId).to.be.ok
2117
+ expect(error.code).to.be.ok
2118
+ }
2119
+ })
2120
+
2121
+ it("vpc.v20170312.ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule", async function () {
2122
+ try {
2123
+ const data = await client.ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule({})
2124
+ expect(data).to.be.ok
2125
+ } catch(error) {
2126
+ expect(error.requestId).to.be.ok
2127
+ expect(error.code).to.be.ok
2128
+ }
2129
+ })
2130
+
2131
+ it("vpc.v20170312.DescribeVpnGatewayRoutes", async function () {
2132
+ try {
2133
+ const data = await client.DescribeVpnGatewayRoutes({})
2134
+ expect(data).to.be.ok
2135
+ } catch(error) {
2136
+ expect(error.requestId).to.be.ok
2137
+ expect(error.code).to.be.ok
2138
+ }
2139
+ })
2140
+
2141
+ it("vpc.v20170312.ReplaceSecurityGroupPolicies", async function () {
2142
+ try {
2143
+ const data = await client.ReplaceSecurityGroupPolicies({})
2144
+ expect(data).to.be.ok
2145
+ } catch(error) {
2146
+ expect(error.requestId).to.be.ok
2147
+ expect(error.code).to.be.ok
2148
+ }
2149
+ })
2150
+
2151
+ it("vpc.v20170312.CreateDirectConnectGatewayCcnRoutes", async function () {
2152
+ try {
2153
+ const data = await client.CreateDirectConnectGatewayCcnRoutes({})
2154
+ expect(data).to.be.ok
2155
+ } catch(error) {
2156
+ expect(error.requestId).to.be.ok
2157
+ expect(error.code).to.be.ok
2158
+ }
2159
+ })
2160
+
2161
+ it("vpc.v20170312.AssignPrivateIpAddresses", async function () {
2162
+ try {
2163
+ const data = await client.AssignPrivateIpAddresses({})
2164
+ expect(data).to.be.ok
2165
+ } catch(error) {
2166
+ expect(error.requestId).to.be.ok
2167
+ expect(error.code).to.be.ok
2168
+ }
2169
+ })
2170
+
2171
+ it("vpc.v20170312.DescribeCrossBorderFlowMonitor", async function () {
2172
+ try {
2173
+ const data = await client.DescribeCrossBorderFlowMonitor({})
2174
+ expect(data).to.be.ok
2175
+ } catch(error) {
2176
+ expect(error.requestId).to.be.ok
2177
+ expect(error.code).to.be.ok
2178
+ }
2179
+ })
2180
+
2181
+ it("vpc.v20170312.CreateSubnets", async function () {
2182
+ try {
2183
+ const data = await client.CreateSubnets({})
2184
+ expect(data).to.be.ok
2185
+ } catch(error) {
2186
+ expect(error.requestId).to.be.ok
2187
+ expect(error.code).to.be.ok
2188
+ }
2189
+ })
2190
+
2191
+ it("vpc.v20170312.CreateVpcPeeringConnection", async function () {
2192
+ try {
2193
+ const data = await client.CreateVpcPeeringConnection({})
2194
+ expect(data).to.be.ok
2195
+ } catch(error) {
2196
+ expect(error.requestId).to.be.ok
2197
+ expect(error.code).to.be.ok
2198
+ }
2199
+ })
2200
+
2201
+ it("vpc.v20170312.DeleteDirectConnectGatewayCcnRoutes", async function () {
2202
+ try {
2203
+ const data = await client.DeleteDirectConnectGatewayCcnRoutes({})
2204
+ expect(data).to.be.ok
2205
+ } catch(error) {
2206
+ expect(error.requestId).to.be.ok
2207
+ expect(error.code).to.be.ok
2208
+ }
2209
+ })
2210
+
2211
+ it("vpc.v20170312.RejectAttachCcnInstances", async function () {
2212
+ try {
2213
+ const data = await client.RejectAttachCcnInstances({})
2214
+ expect(data).to.be.ok
2215
+ } catch(error) {
2216
+ expect(error.requestId).to.be.ok
2217
+ expect(error.code).to.be.ok
2218
+ }
2219
+ })
2220
+
2221
+ it("vpc.v20170312.DescribeVpnConnections", async function () {
2222
+ try {
2223
+ const data = await client.DescribeVpnConnections({})
2224
+ expect(data).to.be.ok
2225
+ } catch(error) {
2226
+ expect(error.requestId).to.be.ok
2227
+ expect(error.code).to.be.ok
2228
+ }
2229
+ })
2230
+
2231
+ it("vpc.v20170312.DeleteDhcpIp", async function () {
2232
+ try {
2233
+ const data = await client.DeleteDhcpIp({})
2234
+ expect(data).to.be.ok
2235
+ } catch(error) {
2236
+ expect(error.requestId).to.be.ok
2237
+ expect(error.code).to.be.ok
2238
+ }
2239
+ })
2240
+
2241
+ it("vpc.v20170312.DescribePrivateNatGatewayDestinationIpPortTranslationNatRules", async function () {
2242
+ try {
2243
+ const data = await client.DescribePrivateNatGatewayDestinationIpPortTranslationNatRules({})
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
+
2251
+ it("vpc.v20170312.DescribeHighPriorityRoutes", async function () {
2252
+ try {
2253
+ const data = await client.DescribeHighPriorityRoutes({})
2254
+ expect(data).to.be.ok
2255
+ } catch(error) {
2256
+ expect(error.requestId).to.be.ok
2257
+ expect(error.code).to.be.ok
2258
+ }
2259
+ })
2260
+
2261
+ it("vpc.v20170312.DisassociateAddress", async function () {
2262
+ try {
2263
+ const data = await client.DisassociateAddress({})
2264
+ expect(data).to.be.ok
2265
+ } catch(error) {
2266
+ expect(error.requestId).to.be.ok
2267
+ expect(error.code).to.be.ok
2268
+ }
2269
+ })
2270
+
2271
+ it("vpc.v20170312.DescribeCdcLDCXList", async function () {
2272
+ try {
2273
+ const data = await client.DescribeCdcLDCXList({})
2274
+ expect(data).to.be.ok
2275
+ } catch(error) {
2276
+ expect(error.requestId).to.be.ok
2277
+ expect(error.code).to.be.ok
2278
+ }
2279
+ })
2280
+
2281
+ it("vpc.v20170312.ModifyIp6Rule", async function () {
2282
+ try {
2283
+ const data = await client.ModifyIp6Rule({})
2284
+ expect(data).to.be.ok
2285
+ } catch(error) {
2286
+ expect(error.requestId).to.be.ok
2287
+ expect(error.code).to.be.ok
2288
+ }
2289
+ })
2290
+
2291
+ it("vpc.v20170312.DescribeVpcIpv6Addresses", async function () {
2292
+ try {
2293
+ const data = await client.DescribeVpcIpv6Addresses({})
2294
+ expect(data).to.be.ok
2295
+ } catch(error) {
2296
+ expect(error.requestId).to.be.ok
2297
+ expect(error.code).to.be.ok
2298
+ }
2299
+ })
2300
+
2301
+ it("vpc.v20170312.UnlockCcnBandwidths", async function () {
2302
+ try {
2303
+ const data = await client.UnlockCcnBandwidths({})
2304
+ expect(data).to.be.ok
2305
+ } catch(error) {
2306
+ expect(error.requestId).to.be.ok
2307
+ expect(error.code).to.be.ok
2308
+ }
2309
+ })
2310
+
2311
+ it("vpc.v20170312.DeleteCustomerGateway", async function () {
2312
+ try {
2313
+ const data = await client.DeleteCustomerGateway({})
2314
+ expect(data).to.be.ok
2315
+ } catch(error) {
2316
+ expect(error.requestId).to.be.ok
2317
+ expect(error.code).to.be.ok
2318
+ }
2319
+ })
2320
+
2321
+ it("vpc.v20170312.DescribeLocalGateway", async function () {
2322
+ try {
2323
+ const data = await client.DescribeLocalGateway({})
2324
+ expect(data).to.be.ok
2325
+ } catch(error) {
2326
+ expect(error.requestId).to.be.ok
2327
+ expect(error.code).to.be.ok
2328
+ }
2329
+ })
2330
+
2331
+ it("vpc.v20170312.DescribeNetDetects", async function () {
2332
+ try {
2333
+ const data = await client.DescribeNetDetects({})
2334
+ expect(data).to.be.ok
2335
+ } catch(error) {
2336
+ expect(error.requestId).to.be.ok
2337
+ expect(error.code).to.be.ok
2338
+ }
2339
+ })
2340
+
2341
+ it("vpc.v20170312.DescribeBandwidthPackageBillUsage", async function () {
2342
+ try {
2343
+ const data = await client.DescribeBandwidthPackageBillUsage({})
2344
+ expect(data).to.be.ok
2345
+ } catch(error) {
2346
+ expect(error.requestId).to.be.ok
2347
+ expect(error.code).to.be.ok
2348
+ }
2349
+ })
2350
+
2351
+ it("vpc.v20170312.ModifyCcnRouteTables", async function () {
2352
+ try {
2353
+ const data = await client.ModifyCcnRouteTables({})
2354
+ expect(data).to.be.ok
2355
+ } catch(error) {
2356
+ expect(error.requestId).to.be.ok
2357
+ expect(error.code).to.be.ok
2358
+ }
2359
+ })
2360
+
2361
+ it("vpc.v20170312.ModifyAddressesRenewFlag", async function () {
2362
+ try {
2363
+ const data = await client.ModifyAddressesRenewFlag({})
2364
+ expect(data).to.be.ok
2365
+ } catch(error) {
2366
+ expect(error.requestId).to.be.ok
2367
+ expect(error.code).to.be.ok
2368
+ }
2369
+ })
2370
+
2371
+ it("vpc.v20170312.ModifyHighPriorityRouteECMPAlgorithm", async function () {
2372
+ try {
2373
+ const data = await client.ModifyHighPriorityRouteECMPAlgorithm({})
2374
+ expect(data).to.be.ok
2375
+ } catch(error) {
2376
+ expect(error.requestId).to.be.ok
2377
+ expect(error.code).to.be.ok
2378
+ }
2379
+ })
2380
+
2381
+ it("vpc.v20170312.DeleteNatGatewaySourceIpTranslationNatRule", async function () {
2382
+ try {
2383
+ const data = await client.DeleteNatGatewaySourceIpTranslationNatRule({})
2384
+ expect(data).to.be.ok
2385
+ } catch(error) {
2386
+ expect(error.requestId).to.be.ok
2387
+ expect(error.code).to.be.ok
2388
+ }
2389
+ })
2390
+
2391
+ it("vpc.v20170312.DisassociateIPv6Address", async function () {
2392
+ try {
2393
+ const data = await client.DisassociateIPv6Address({})
2394
+ expect(data).to.be.ok
2395
+ } catch(error) {
2396
+ expect(error.requestId).to.be.ok
2397
+ expect(error.code).to.be.ok
2398
+ }
2399
+ })
2400
+
2401
+ it("vpc.v20170312.ModifyNatGatewaySourceIpTranslationNatRule", async function () {
2402
+ try {
2403
+ const data = await client.ModifyNatGatewaySourceIpTranslationNatRule({})
2404
+ expect(data).to.be.ok
2405
+ } catch(error) {
2406
+ expect(error.requestId).to.be.ok
2407
+ expect(error.code).to.be.ok
2408
+ }
2409
+ })
2410
+
2411
+ it("vpc.v20170312.UnassignIpv6SubnetCidrBlock", async function () {
2412
+ try {
2413
+ const data = await client.UnassignIpv6SubnetCidrBlock({})
2414
+ expect(data).to.be.ok
2415
+ } catch(error) {
2416
+ expect(error.requestId).to.be.ok
2417
+ expect(error.code).to.be.ok
2418
+ }
2419
+ })
2420
+
2421
+ it("vpc.v20170312.DisableRoutes", async function () {
2422
+ try {
2423
+ const data = await client.DisableRoutes({})
2424
+ expect(data).to.be.ok
2425
+ } catch(error) {
2426
+ expect(error.requestId).to.be.ok
2427
+ expect(error.code).to.be.ok
2428
+ }
2429
+ })
2430
+
2431
+ it("vpc.v20170312.EnableVpnGatewaySslClientCert", async function () {
2432
+ try {
2433
+ const data = await client.EnableVpnGatewaySslClientCert({})
2434
+ expect(data).to.be.ok
2435
+ } catch(error) {
2436
+ expect(error.requestId).to.be.ok
2437
+ expect(error.code).to.be.ok
2438
+ }
2439
+ })
2440
+
2441
+ it("vpc.v20170312.CreateAssistantCidr", async function () {
2442
+ try {
2443
+ const data = await client.CreateAssistantCidr({})
2444
+ expect(data).to.be.ok
2445
+ } catch(error) {
2446
+ expect(error.requestId).to.be.ok
2447
+ expect(error.code).to.be.ok
2448
+ }
2449
+ })
2450
+
2451
+ it("vpc.v20170312.DescribeVpnGatewaySslClients", async function () {
2452
+ try {
2453
+ const data = await client.DescribeVpnGatewaySslClients({})
2454
+ expect(data).to.be.ok
2455
+ } catch(error) {
2456
+ expect(error.requestId).to.be.ok
2457
+ expect(error.code).to.be.ok
2458
+ }
2459
+ })
2460
+
2461
+ it("vpc.v20170312.CreateNatGateway", async function () {
2462
+ try {
2463
+ const data = await client.CreateNatGateway({})
2464
+ expect(data).to.be.ok
2465
+ } catch(error) {
2466
+ expect(error.requestId).to.be.ok
2467
+ expect(error.code).to.be.ok
2468
+ }
2469
+ })
2470
+
2471
+ it("vpc.v20170312.DeleteNetDetect", async function () {
2472
+ try {
2473
+ const data = await client.DeleteNetDetect({})
2474
+ expect(data).to.be.ok
2475
+ } catch(error) {
2476
+ expect(error.requestId).to.be.ok
2477
+ expect(error.code).to.be.ok
2478
+ }
2479
+ })
2480
+
2481
+ it("vpc.v20170312.NotifyRoutes", async function () {
2482
+ try {
2483
+ const data = await client.NotifyRoutes({})
2484
+ expect(data).to.be.ok
2485
+ } catch(error) {
2486
+ expect(error.requestId).to.be.ok
2487
+ expect(error.code).to.be.ok
2488
+ }
2489
+ })
2490
+
2491
+ it("vpc.v20170312.DeleteVpcEndPoint", async function () {
2492
+ try {
2493
+ const data = await client.DeleteVpcEndPoint({})
2494
+ expect(data).to.be.ok
2495
+ } catch(error) {
2496
+ expect(error.requestId).to.be.ok
2497
+ expect(error.code).to.be.ok
2498
+ }
2499
+ })
2500
+
2501
+ it("vpc.v20170312.DeleteHighPriorityRoutes", async function () {
2502
+ try {
2503
+ const data = await client.DeleteHighPriorityRoutes({})
2504
+ expect(data).to.be.ok
2505
+ } catch(error) {
2506
+ expect(error.requestId).to.be.ok
2507
+ expect(error.code).to.be.ok
2508
+ }
2509
+ })
2510
+
2511
+ it("vpc.v20170312.CreateServiceTemplate", async function () {
2512
+ try {
2513
+ const data = await client.CreateServiceTemplate({})
2514
+ expect(data).to.be.ok
2515
+ } catch(error) {
2516
+ expect(error.requestId).to.be.ok
2517
+ expect(error.code).to.be.ok
2518
+ }
2519
+ })
2520
+
2521
+ it("vpc.v20170312.InquiryPriceAllocateAddresses", async function () {
2522
+ try {
2523
+ const data = await client.InquiryPriceAllocateAddresses({})
2524
+ expect(data).to.be.ok
2525
+ } catch(error) {
2526
+ expect(error.requestId).to.be.ok
2527
+ expect(error.code).to.be.ok
2528
+ }
2529
+ })
2530
+
2531
+ it("vpc.v20170312.ModifyDirectConnectGatewayAttribute", async function () {
2532
+ try {
2533
+ const data = await client.ModifyDirectConnectGatewayAttribute({})
2534
+ expect(data).to.be.ok
2535
+ } catch(error) {
2536
+ expect(error.requestId).to.be.ok
2537
+ expect(error.code).to.be.ok
2538
+ }
2539
+ })
2540
+
2541
+ it("vpc.v20170312.ModifySubnetAttribute", async function () {
2542
+ try {
2543
+ const data = await client.ModifySubnetAttribute({})
2544
+ expect(data).to.be.ok
2545
+ } catch(error) {
2546
+ expect(error.requestId).to.be.ok
2547
+ expect(error.code).to.be.ok
2548
+ }
2549
+ })
2550
+
2551
+ it("vpc.v20170312.DescribeSgSnapshotFileContent", async function () {
2552
+ try {
2553
+ const data = await client.DescribeSgSnapshotFileContent({})
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
+
2561
+ it("vpc.v20170312.DescribeNetworkInterfaces", async function () {
2562
+ try {
2563
+ const data = await client.DescribeNetworkInterfaces({})
2564
+ expect(data).to.be.ok
2565
+ } catch(error) {
2566
+ expect(error.requestId).to.be.ok
2567
+ expect(error.code).to.be.ok
2568
+ }
2569
+ })
2570
+
2571
+ it("vpc.v20170312.DisableCcnRoutes", async function () {
2572
+ try {
2573
+ const data = await client.DisableCcnRoutes({})
2574
+ expect(data).to.be.ok
2575
+ } catch(error) {
2576
+ expect(error.requestId).to.be.ok
2577
+ expect(error.code).to.be.ok
2578
+ }
2579
+ })
2580
+
2581
+ it("vpc.v20170312.DescribeCcnRouteTableBroadcastPolicys", async function () {
2582
+ try {
2583
+ const data = await client.DescribeCcnRouteTableBroadcastPolicys({})
2584
+ expect(data).to.be.ok
2585
+ } catch(error) {
2586
+ expect(error.requestId).to.be.ok
2587
+ expect(error.code).to.be.ok
2588
+ }
2589
+ })
2590
+
2591
+ it("vpc.v20170312.CreateAddressTemplateGroup", async function () {
2592
+ try {
2593
+ const data = await client.CreateAddressTemplateGroup({})
2594
+ expect(data).to.be.ok
2595
+ } catch(error) {
2596
+ expect(error.requestId).to.be.ok
2597
+ expect(error.code).to.be.ok
2598
+ }
2599
+ })
2600
+
2601
+ it("vpc.v20170312.AssociateNetworkAclSubnets", async function () {
2602
+ try {
2603
+ const data = await client.AssociateNetworkAclSubnets({})
2604
+ expect(data).to.be.ok
2605
+ } catch(error) {
2606
+ expect(error.requestId).to.be.ok
2607
+ expect(error.code).to.be.ok
2608
+ }
2609
+ })
2610
+
2611
+ it("vpc.v20170312.DescribeVpnGateways", async function () {
2612
+ try {
2613
+ const data = await client.DescribeVpnGateways({})
2614
+ expect(data).to.be.ok
2615
+ } catch(error) {
2616
+ expect(error.requestId).to.be.ok
2617
+ expect(error.code).to.be.ok
2618
+ }
2619
+ })
2620
+
2621
+ it("vpc.v20170312.AssociateNetworkInterfaceSecurityGroups", async function () {
2622
+ try {
2623
+ const data = await client.AssociateNetworkInterfaceSecurityGroups({})
2624
+ expect(data).to.be.ok
2625
+ } catch(error) {
2626
+ expect(error.requestId).to.be.ok
2627
+ expect(error.code).to.be.ok
2628
+ }
2629
+ })
2630
+
2631
+ it("vpc.v20170312.ReplaceHighPriorityRouteTableAssociation", async function () {
2632
+ try {
2633
+ const data = await client.ReplaceHighPriorityRouteTableAssociation({})
2634
+ expect(data).to.be.ok
2635
+ } catch(error) {
2636
+ expect(error.requestId).to.be.ok
2637
+ expect(error.code).to.be.ok
2638
+ }
2639
+ })
2640
+
2641
+ it("vpc.v20170312.EnableFlowLogs", async function () {
2642
+ try {
2643
+ const data = await client.EnableFlowLogs({})
2644
+ expect(data).to.be.ok
2645
+ } catch(error) {
2646
+ expect(error.requestId).to.be.ok
2647
+ expect(error.code).to.be.ok
2648
+ }
2649
+ })
2650
+
2651
+ it("vpc.v20170312.CreateCdcLDCXList", async function () {
2652
+ try {
2653
+ const data = await client.CreateCdcLDCXList({})
2654
+ expect(data).to.be.ok
2655
+ } catch(error) {
2656
+ expect(error.requestId).to.be.ok
2657
+ expect(error.code).to.be.ok
2658
+ }
2659
+ })
2660
+
2661
+ it("vpc.v20170312.ModifyNatGatewayDestinationIpPortTranslationNatRule", async function () {
2662
+ try {
2663
+ const data = await client.ModifyNatGatewayDestinationIpPortTranslationNatRule({})
2664
+ expect(data).to.be.ok
2665
+ } catch(error) {
2666
+ expect(error.requestId).to.be.ok
2667
+ expect(error.code).to.be.ok
2668
+ }
2669
+ })
2670
+
2671
+ it("vpc.v20170312.DisableVpnGatewaySslClientCert", async function () {
2672
+ try {
2673
+ const data = await client.DisableVpnGatewaySslClientCert({})
2674
+ expect(data).to.be.ok
2675
+ } catch(error) {
2676
+ expect(error.requestId).to.be.ok
2677
+ expect(error.code).to.be.ok
2678
+ }
2679
+ })
2680
+
2681
+ it("vpc.v20170312.DescribeHaVips", async function () {
2682
+ try {
2683
+ const data = await client.DescribeHaVips({})
2684
+ expect(data).to.be.ok
2685
+ } catch(error) {
2686
+ expect(error.requestId).to.be.ok
2687
+ expect(error.code).to.be.ok
2688
+ }
2689
+ })
2690
+
2691
+ it("vpc.v20170312.CreateLocalGateway", async function () {
2692
+ try {
2693
+ const data = await client.CreateLocalGateway({})
2694
+ expect(data).to.be.ok
2695
+ } catch(error) {
2696
+ expect(error.requestId).to.be.ok
2697
+ expect(error.code).to.be.ok
2698
+ }
2699
+ })
2700
+
2701
+ it("vpc.v20170312.ResetVpnGatewayInternetMaxBandwidth", async function () {
2702
+ try {
2703
+ const data = await client.ResetVpnGatewayInternetMaxBandwidth({})
2704
+ expect(data).to.be.ok
2705
+ } catch(error) {
2706
+ expect(error.requestId).to.be.ok
2707
+ expect(error.code).to.be.ok
2708
+ }
2709
+ })
2710
+
2711
+ it("vpc.v20170312.ModifyVpnConnectionAttribute", async function () {
2712
+ try {
2713
+ const data = await client.ModifyVpnConnectionAttribute({})
2714
+ expect(data).to.be.ok
2715
+ } catch(error) {
2716
+ expect(error.requestId).to.be.ok
2717
+ expect(error.code).to.be.ok
2718
+ }
2719
+ })
2720
+
2721
+ it("vpc.v20170312.DescribePrivateNatGatewayTranslationNatRules", async function () {
2722
+ try {
2723
+ const data = await client.DescribePrivateNatGatewayTranslationNatRules({})
2724
+ expect(data).to.be.ok
2725
+ } catch(error) {
2726
+ expect(error.requestId).to.be.ok
2727
+ expect(error.code).to.be.ok
2728
+ }
2729
+ })
2730
+
2731
+ it("vpc.v20170312.DisassociateDhcpIpWithAddressIp", async function () {
2732
+ try {
2733
+ const data = await client.DisassociateDhcpIpWithAddressIp({})
2734
+ expect(data).to.be.ok
2735
+ } catch(error) {
2736
+ expect(error.requestId).to.be.ok
2737
+ expect(error.code).to.be.ok
2738
+ }
2739
+ })
2740
+
2741
+ it("vpc.v20170312.CreateHaVip", async function () {
2742
+ try {
2743
+ const data = await client.CreateHaVip({})
2744
+ expect(data).to.be.ok
2745
+ } catch(error) {
2746
+ expect(error.requestId).to.be.ok
2747
+ expect(error.code).to.be.ok
2748
+ }
2749
+ })
2750
+
2751
+ it("vpc.v20170312.DescribeTenantCcns", async function () {
2752
+ try {
2753
+ const data = await client.DescribeTenantCcns({})
2754
+ expect(data).to.be.ok
2755
+ } catch(error) {
2756
+ expect(error.requestId).to.be.ok
2757
+ expect(error.code).to.be.ok
2758
+ }
2759
+ })
2760
+
2761
+ it("vpc.v20170312.CreateHighPriorityRoutes", async function () {
2762
+ try {
2763
+ const data = await client.CreateHighPriorityRoutes({})
2764
+ expect(data).to.be.ok
2765
+ } catch(error) {
2766
+ expect(error.requestId).to.be.ok
2767
+ expect(error.code).to.be.ok
2768
+ }
2769
+ })
2770
+
2771
+ it("vpc.v20170312.LockCcns", async function () {
2772
+ try {
2773
+ const data = await client.LockCcns({})
2774
+ expect(data).to.be.ok
2775
+ } catch(error) {
2776
+ expect(error.requestId).to.be.ok
2777
+ expect(error.code).to.be.ok
2778
+ }
2779
+ })
2780
+
2781
+ it("vpc.v20170312.CreateRoutes", async function () {
2782
+ try {
2783
+ const data = await client.CreateRoutes({})
2784
+ expect(data).to.be.ok
2785
+ } catch(error) {
2786
+ expect(error.requestId).to.be.ok
2787
+ expect(error.code).to.be.ok
2788
+ }
2789
+ })
2790
+
2791
+ it("vpc.v20170312.ModifyRouteTableSelectionPolicies", async function () {
2792
+ try {
2793
+ const data = await client.ModifyRouteTableSelectionPolicies({})
2794
+ expect(data).to.be.ok
2795
+ } catch(error) {
2796
+ expect(error.requestId).to.be.ok
2797
+ expect(error.code).to.be.ok
2798
+ }
2799
+ })
2800
+
2801
+ it("vpc.v20170312.DescribeSecurityGroupAssociationStatistics", async function () {
2802
+ try {
2803
+ const data = await client.DescribeSecurityGroupAssociationStatistics({})
2804
+ expect(data).to.be.ok
2805
+ } catch(error) {
2806
+ expect(error.requestId).to.be.ok
2807
+ expect(error.code).to.be.ok
2808
+ }
2809
+ })
2810
+
2811
+ it("vpc.v20170312.DescribeIpGeolocationDatabaseUrl", async function () {
2812
+ try {
2813
+ const data = await client.DescribeIpGeolocationDatabaseUrl({})
2814
+ expect(data).to.be.ok
2815
+ } catch(error) {
2816
+ expect(error.requestId).to.be.ok
2817
+ expect(error.code).to.be.ok
2818
+ }
2819
+ })
2820
+
2821
+ it("vpc.v20170312.ModifyAddressAttribute", async function () {
2822
+ try {
2823
+ const data = await client.ModifyAddressAttribute({})
2824
+ expect(data).to.be.ok
2825
+ } catch(error) {
2826
+ expect(error.requestId).to.be.ok
2827
+ expect(error.code).to.be.ok
2828
+ }
2829
+ })
2830
+
2831
+ it("vpc.v20170312.DescribeTrafficQosPolicy", async function () {
2832
+ try {
2833
+ const data = await client.DescribeTrafficQosPolicy({})
2834
+ expect(data).to.be.ok
2835
+ } catch(error) {
2836
+ expect(error.requestId).to.be.ok
2837
+ expect(error.code).to.be.ok
2838
+ }
2839
+ })
2840
+
2841
+ it("vpc.v20170312.DescribeIPv6Addresses", async function () {
2842
+ try {
2843
+ const data = await client.DescribeIPv6Addresses({})
2844
+ expect(data).to.be.ok
2845
+ } catch(error) {
2846
+ expect(error.requestId).to.be.ok
2847
+ expect(error.code).to.be.ok
2848
+ }
2849
+ })
2850
+
2851
+ it("vpc.v20170312.CreateFlowLog", async function () {
2852
+ try {
2853
+ const data = await client.CreateFlowLog({})
2854
+ expect(data).to.be.ok
2855
+ } catch(error) {
2856
+ expect(error.requestId).to.be.ok
2857
+ expect(error.code).to.be.ok
2858
+ }
2859
+ })
2860
+
2861
+ it("vpc.v20170312.CreateRouteTable", async function () {
2862
+ try {
2863
+ const data = await client.CreateRouteTable({})
2864
+ expect(data).to.be.ok
2865
+ } catch(error) {
2866
+ expect(error.requestId).to.be.ok
2867
+ expect(error.code).to.be.ok
2868
+ }
2869
+ })
2870
+
2871
+ it("vpc.v20170312.ModifyPrivateNatGatewayAttribute", async function () {
2872
+ try {
2873
+ const data = await client.ModifyPrivateNatGatewayAttribute({})
2874
+ expect(data).to.be.ok
2875
+ } catch(error) {
2876
+ expect(error.requestId).to.be.ok
2877
+ expect(error.code).to.be.ok
2878
+ }
2879
+ })
2880
+
2881
+ it("vpc.v20170312.DeleteNetworkAcl", async function () {
2882
+ try {
2883
+ const data = await client.DeleteNetworkAcl({})
2884
+ expect(data).to.be.ok
2885
+ } catch(error) {
2886
+ expect(error.requestId).to.be.ok
2887
+ expect(error.code).to.be.ok
2888
+ }
2889
+ })
2890
+
2891
+ it("vpc.v20170312.DeleteVpcEndPointServiceWhiteList", async function () {
2892
+ try {
2893
+ const data = await client.DeleteVpcEndPointServiceWhiteList({})
2894
+ expect(data).to.be.ok
2895
+ } catch(error) {
2896
+ expect(error.requestId).to.be.ok
2897
+ expect(error.code).to.be.ok
2898
+ }
2899
+ })
2900
+
2901
+ it("vpc.v20170312.ModifyFlowLogAttribute", async function () {
2902
+ try {
2903
+ const data = await client.ModifyFlowLogAttribute({})
2904
+ expect(data).to.be.ok
2905
+ } catch(error) {
2906
+ expect(error.requestId).to.be.ok
2907
+ expect(error.code).to.be.ok
2908
+ }
2909
+ })
2910
+
2911
+ it("vpc.v20170312.DisassociateNetworkInterfaceSecurityGroups", async function () {
2912
+ try {
2913
+ const data = await client.DisassociateNetworkInterfaceSecurityGroups({})
2914
+ expect(data).to.be.ok
2915
+ } catch(error) {
2916
+ expect(error.requestId).to.be.ok
2917
+ expect(error.code).to.be.ok
2918
+ }
2919
+ })
2920
+
2921
+ it("vpc.v20170312.ResetRoutes", async function () {
2922
+ try {
2923
+ const data = await client.ResetRoutes({})
2924
+ expect(data).to.be.ok
2925
+ } catch(error) {
2926
+ expect(error.requestId).to.be.ok
2927
+ expect(error.code).to.be.ok
2928
+ }
2929
+ })
2930
+
2931
+ it("vpc.v20170312.DeleteNetworkAclEntries", async function () {
2932
+ try {
2933
+ const data = await client.DeleteNetworkAclEntries({})
2934
+ expect(data).to.be.ok
2935
+ } catch(error) {
2936
+ expect(error.requestId).to.be.ok
2937
+ expect(error.code).to.be.ok
2938
+ }
2939
+ })
2940
+
2941
+ it("vpc.v20170312.ModifyCcnRegionBandwidthLimitsType", async function () {
2942
+ try {
2943
+ const data = await client.ModifyCcnRegionBandwidthLimitsType({})
2944
+ expect(data).to.be.ok
2945
+ } catch(error) {
2946
+ expect(error.requestId).to.be.ok
2947
+ expect(error.code).to.be.ok
2948
+ }
2949
+ })
2950
+
2951
+ it("vpc.v20170312.DescribeCcnRouteTableInputPolicys", async function () {
2952
+ try {
2953
+ const data = await client.DescribeCcnRouteTableInputPolicys({})
2954
+ expect(data).to.be.ok
2955
+ } catch(error) {
2956
+ expect(error.requestId).to.be.ok
2957
+ expect(error.code).to.be.ok
2958
+ }
2959
+ })
2960
+
2961
+ it("vpc.v20170312.InquiryPriceRenewVpnGateway", async function () {
2962
+ try {
2963
+ const data = await client.InquiryPriceRenewVpnGateway({})
2964
+ expect(data).to.be.ok
2965
+ } catch(error) {
2966
+ expect(error.requestId).to.be.ok
2967
+ expect(error.code).to.be.ok
2968
+ }
2969
+ })
2970
+
2971
+ it("vpc.v20170312.DeleteSnapshotPolicies", async function () {
2972
+ try {
2973
+ const data = await client.DeleteSnapshotPolicies({})
2974
+ expect(data).to.be.ok
2975
+ } catch(error) {
2976
+ expect(error.requestId).to.be.ok
2977
+ expect(error.code).to.be.ok
2978
+ }
2979
+ })
2980
+
2981
+ it("vpc.v20170312.DescribeVpcEndPointService", async function () {
2982
+ try {
2983
+ const data = await client.DescribeVpcEndPointService({})
2984
+ expect(data).to.be.ok
2985
+ } catch(error) {
2986
+ expect(error.requestId).to.be.ok
2987
+ expect(error.code).to.be.ok
2988
+ }
2989
+ })
2990
+
2991
+ it("vpc.v20170312.RefreshDirectConnectGatewayRouteToNatGateway", async function () {
2992
+ try {
2993
+ const data = await client.RefreshDirectConnectGatewayRouteToNatGateway({})
2994
+ expect(data).to.be.ok
2995
+ } catch(error) {
2996
+ expect(error.requestId).to.be.ok
2997
+ expect(error.code).to.be.ok
2998
+ }
2999
+ })
3000
+
3001
+ it("vpc.v20170312.CreatePrivateNatGatewayTranslationNatRule", async function () {
3002
+ try {
3003
+ const data = await client.CreatePrivateNatGatewayTranslationNatRule({})
3004
+ expect(data).to.be.ok
3005
+ } catch(error) {
3006
+ expect(error.requestId).to.be.ok
3007
+ expect(error.code).to.be.ok
3008
+ }
3009
+ })
3010
+
3011
+ it("vpc.v20170312.ModifyVpcEndPointAttribute", async function () {
3012
+ try {
3013
+ const data = await client.ModifyVpcEndPointAttribute({})
3014
+ expect(data).to.be.ok
3015
+ } catch(error) {
3016
+ expect(error.requestId).to.be.ok
3017
+ expect(error.code).to.be.ok
3018
+ }
3019
+ })
3020
+
3021
+ it("vpc.v20170312.ModifyHighPriorityRouteAttribute", async function () {
3022
+ try {
3023
+ const data = await client.ModifyHighPriorityRouteAttribute({})
3024
+ expect(data).to.be.ok
3025
+ } catch(error) {
3026
+ expect(error.requestId).to.be.ok
3027
+ expect(error.code).to.be.ok
3028
+ }
3029
+ })
3030
+
3031
+ it("vpc.v20170312.DisassociateVpcEndPointSecurityGroups", async function () {
3032
+ try {
3033
+ const data = await client.DisassociateVpcEndPointSecurityGroups({})
3034
+ expect(data).to.be.ok
3035
+ } catch(error) {
3036
+ expect(error.requestId).to.be.ok
3037
+ expect(error.code).to.be.ok
3038
+ }
3039
+ })
3040
+
3041
+ it("vpc.v20170312.CloneSecurityGroup", async function () {
3042
+ try {
3043
+ const data = await client.CloneSecurityGroup({})
3044
+ expect(data).to.be.ok
3045
+ } catch(error) {
3046
+ expect(error.requestId).to.be.ok
3047
+ expect(error.code).to.be.ok
3048
+ }
3049
+ })
3050
+
3051
+ it("vpc.v20170312.EnableVpcEndPointConnect", async function () {
3052
+ try {
3053
+ const data = await client.EnableVpcEndPointConnect({})
3054
+ expect(data).to.be.ok
3055
+ } catch(error) {
3056
+ expect(error.requestId).to.be.ok
3057
+ expect(error.code).to.be.ok
3058
+ }
3059
+ })
3060
+
3061
+ it("vpc.v20170312.CreateAndAttachNetworkInterface", async function () {
3062
+ try {
3063
+ const data = await client.CreateAndAttachNetworkInterface({})
3064
+ expect(data).to.be.ok
3065
+ } catch(error) {
3066
+ expect(error.requestId).to.be.ok
3067
+ expect(error.code).to.be.ok
3068
+ }
3069
+ })
3070
+
3071
+ it("vpc.v20170312.ModifyVpcEndPointServiceWhiteList", async function () {
3072
+ try {
3073
+ const data = await client.ModifyVpcEndPointServiceWhiteList({})
3074
+ expect(data).to.be.ok
3075
+ } catch(error) {
3076
+ expect(error.requestId).to.be.ok
3077
+ expect(error.code).to.be.ok
3078
+ }
3079
+ })
3080
+
3081
+ it("vpc.v20170312.DescribeNatGateways", async function () {
3082
+ try {
3083
+ const data = await client.DescribeNatGateways({})
3084
+ expect(data).to.be.ok
3085
+ } catch(error) {
3086
+ expect(error.requestId).to.be.ok
3087
+ expect(error.code).to.be.ok
3088
+ }
3089
+ })
3090
+
3091
+ it("vpc.v20170312.ResetHighPriorityRoutes", async function () {
3092
+ try {
3093
+ const data = await client.ResetHighPriorityRoutes({})
3094
+ expect(data).to.be.ok
3095
+ } catch(error) {
3096
+ expect(error.requestId).to.be.ok
3097
+ expect(error.code).to.be.ok
3098
+ }
3099
+ })
3100
+
3101
+ it("vpc.v20170312.DescribeVpcs", async function () {
3102
+ try {
3103
+ const data = await client.DescribeVpcs({})
3104
+ expect(data).to.be.ok
3105
+ } catch(error) {
3106
+ expect(error.requestId).to.be.ok
3107
+ expect(error.code).to.be.ok
3108
+ }
3109
+ })
3110
+
3111
+ it("vpc.v20170312.MigrateNetworkInterface", async function () {
3112
+ try {
3113
+ const data = await client.MigrateNetworkInterface({})
3114
+ expect(data).to.be.ok
3115
+ } catch(error) {
3116
+ expect(error.requestId).to.be.ok
3117
+ expect(error.code).to.be.ok
3118
+ }
3119
+ })
3120
+
3121
+ it("vpc.v20170312.DescribeHighPriorityRouteTables", async function () {
3122
+ try {
3123
+ const data = await client.DescribeHighPriorityRouteTables({})
3124
+ expect(data).to.be.ok
3125
+ } catch(error) {
3126
+ expect(error.requestId).to.be.ok
3127
+ expect(error.code).to.be.ok
3128
+ }
3129
+ })
3130
+
3131
+ it("vpc.v20170312.AcceptAttachCcnInstances", async function () {
3132
+ try {
3133
+ const data = await client.AcceptAttachCcnInstances({})
3134
+ expect(data).to.be.ok
3135
+ } catch(error) {
3136
+ expect(error.requestId).to.be.ok
3137
+ expect(error.code).to.be.ok
3138
+ }
3139
+ })
3140
+
3141
+ it("vpc.v20170312.DescribeGatewayFlowQos", async function () {
3142
+ try {
3143
+ const data = await client.DescribeGatewayFlowQos({})
3144
+ expect(data).to.be.ok
3145
+ } catch(error) {
3146
+ expect(error.requestId).to.be.ok
3147
+ expect(error.code).to.be.ok
3148
+ }
3149
+ })
3150
+
3151
+ it("vpc.v20170312.DescribeIp6Translators", async function () {
3152
+ try {
3153
+ const data = await client.DescribeIp6Translators({})
3154
+ expect(data).to.be.ok
3155
+ } catch(error) {
3156
+ expect(error.requestId).to.be.ok
3157
+ expect(error.code).to.be.ok
3158
+ }
3159
+ })
3160
+
3161
+ it("vpc.v20170312.DisableGatewayFlowMonitor", async function () {
3162
+ try {
3163
+ const data = await client.DisableGatewayFlowMonitor({})
3164
+ expect(data).to.be.ok
3165
+ } catch(error) {
3166
+ expect(error.requestId).to.be.ok
3167
+ expect(error.code).to.be.ok
3168
+ }
3169
+ })
3170
+
3171
+ it("vpc.v20170312.CreateVpc", async function () {
3172
+ try {
3173
+ const data = await client.CreateVpc({})
3174
+ expect(data).to.be.ok
3175
+ } catch(error) {
3176
+ expect(error.requestId).to.be.ok
3177
+ expect(error.code).to.be.ok
3178
+ }
3179
+ })
3180
+
3181
+ it("vpc.v20170312.CheckAssistantCidr", async function () {
3182
+ try {
3183
+ const data = await client.CheckAssistantCidr({})
3184
+ expect(data).to.be.ok
3185
+ } catch(error) {
3186
+ expect(error.requestId).to.be.ok
3187
+ expect(error.code).to.be.ok
3188
+ }
3189
+ })
3190
+
3191
+ it("vpc.v20170312.ModifyNetworkAclAttribute", async function () {
3192
+ try {
3193
+ const data = await client.ModifyNetworkAclAttribute({})
3194
+ expect(data).to.be.ok
3195
+ } catch(error) {
3196
+ expect(error.requestId).to.be.ok
3197
+ expect(error.code).to.be.ok
3198
+ }
3199
+ })
3200
+
3201
+ it("vpc.v20170312.DisableSnapshotPolicies", async function () {
3202
+ try {
3203
+ const data = await client.DisableSnapshotPolicies({})
3204
+ expect(data).to.be.ok
3205
+ } catch(error) {
3206
+ expect(error.requestId).to.be.ok
3207
+ expect(error.code).to.be.ok
3208
+ }
3209
+ })
3210
+
3211
+ it("vpc.v20170312.DeletePrivateNatGatewayTranslationNatRule", async function () {
3212
+ try {
3213
+ const data = await client.DeletePrivateNatGatewayTranslationNatRule({})
3214
+ expect(data).to.be.ok
3215
+ } catch(error) {
3216
+ expect(error.requestId).to.be.ok
3217
+ expect(error.code).to.be.ok
3218
+ }
3219
+ })
3220
+
3221
+ it("vpc.v20170312.DescribeDhcpIps", async function () {
3222
+ try {
3223
+ const data = await client.DescribeDhcpIps({})
3224
+ expect(data).to.be.ok
3225
+ } catch(error) {
3226
+ expect(error.requestId).to.be.ok
3227
+ expect(error.code).to.be.ok
3228
+ }
3229
+ })
3230
+
3231
+ it("vpc.v20170312.AssociateAddress", async function () {
3232
+ try {
3233
+ const data = await client.AssociateAddress({})
3234
+ expect(data).to.be.ok
3235
+ } catch(error) {
3236
+ expect(error.requestId).to.be.ok
3237
+ expect(error.code).to.be.ok
3238
+ }
3239
+ })
3240
+
3241
+ it("vpc.v20170312.DeleteVpcPeeringConnection", async function () {
3242
+ try {
3243
+ const data = await client.DeleteVpcPeeringConnection({})
3244
+ expect(data).to.be.ok
3245
+ } catch(error) {
3246
+ expect(error.requestId).to.be.ok
3247
+ expect(error.code).to.be.ok
3248
+ }
3249
+ })
3250
+
3251
+ it("vpc.v20170312.DescribeFlowLogs", async function () {
3252
+ try {
3253
+ const data = await client.DescribeFlowLogs({})
3254
+ expect(data).to.be.ok
3255
+ } catch(error) {
3256
+ expect(error.requestId).to.be.ok
3257
+ expect(error.code).to.be.ok
3258
+ }
3259
+ })
3260
+
3261
+ it("vpc.v20170312.DescribeDirectConnectGatewayCcnRoutes", async function () {
3262
+ try {
3263
+ const data = await client.DescribeDirectConnectGatewayCcnRoutes({})
3264
+ expect(data).to.be.ok
3265
+ } catch(error) {
3266
+ expect(error.requestId).to.be.ok
3267
+ expect(error.code).to.be.ok
3268
+ }
3269
+ })
3270
+
3271
+ it("vpc.v20170312.CreateNetworkAclEntries", async function () {
3272
+ try {
3273
+ const data = await client.CreateNetworkAclEntries({})
3274
+ expect(data).to.be.ok
3275
+ } catch(error) {
3276
+ expect(error.requestId).to.be.ok
3277
+ expect(error.code).to.be.ok
3278
+ }
3279
+ })
3280
+
3281
+ it("vpc.v20170312.DeleteBandwidthPackage", async function () {
3282
+ try {
3283
+ const data = await client.DeleteBandwidthPackage({})
3284
+ expect(data).to.be.ok
3285
+ } catch(error) {
3286
+ expect(error.requestId).to.be.ok
3287
+ expect(error.code).to.be.ok
3288
+ }
3289
+ })
3290
+
3291
+ it("vpc.v20170312.DeleteIp6Translators", async function () {
3292
+ try {
3293
+ const data = await client.DeleteIp6Translators({})
3294
+ expect(data).to.be.ok
3295
+ } catch(error) {
3296
+ expect(error.requestId).to.be.ok
3297
+ expect(error.code).to.be.ok
3298
+ }
3299
+ })
3300
+
3301
+ it("vpc.v20170312.DescribeRoutes", async function () {
3302
+ try {
3303
+ const data = await client.DescribeRoutes({})
3304
+ expect(data).to.be.ok
3305
+ } catch(error) {
3306
+ expect(error.requestId).to.be.ok
3307
+ expect(error.code).to.be.ok
3308
+ }
3309
+ })
3310
+
3311
+ it("vpc.v20170312.DeleteVpnGatewayRoutes", async function () {
3312
+ try {
3313
+ const data = await client.DeleteVpnGatewayRoutes({})
3314
+ expect(data).to.be.ok
3315
+ } catch(error) {
3316
+ expect(error.requestId).to.be.ok
3317
+ expect(error.code).to.be.ok
3318
+ }
3319
+ })
3320
+
3321
+ it("vpc.v20170312.ReplaceHighPriorityRoutes", async function () {
3322
+ try {
3323
+ const data = await client.ReplaceHighPriorityRoutes({})
3324
+ expect(data).to.be.ok
3325
+ } catch(error) {
3326
+ expect(error.requestId).to.be.ok
3327
+ expect(error.code).to.be.ok
3328
+ }
3329
+ })
3330
+
3331
+ it("vpc.v20170312.ModifyCcnAttachedInstancesAttribute", async function () {
3332
+ try {
3333
+ const data = await client.ModifyCcnAttachedInstancesAttribute({})
3334
+ expect(data).to.be.ok
3335
+ } catch(error) {
3336
+ expect(error.requestId).to.be.ok
3337
+ expect(error.code).to.be.ok
3338
+ }
3339
+ })
3340
+
3341
+ it("vpc.v20170312.DeleteNatGateway", async function () {
3342
+ try {
3343
+ const data = await client.DeleteNatGateway({})
3344
+ expect(data).to.be.ok
3345
+ } catch(error) {
3346
+ expect(error.requestId).to.be.ok
3347
+ expect(error.code).to.be.ok
3348
+ }
3349
+ })
3350
+
3351
+ it("vpc.v20170312.DescribeRouteList", async function () {
3352
+ try {
3353
+ const data = await client.DescribeRouteList({})
3354
+ expect(data).to.be.ok
3355
+ } catch(error) {
3356
+ expect(error.requestId).to.be.ok
3357
+ expect(error.code).to.be.ok
3358
+ }
3359
+ })
3360
+
3361
+ it("vpc.v20170312.CreateNetDetect", async function () {
3362
+ try {
3363
+ const data = await client.CreateNetDetect({})
3364
+ expect(data).to.be.ok
3365
+ } catch(error) {
3366
+ expect(error.requestId).to.be.ok
3367
+ expect(error.code).to.be.ok
3368
+ }
3369
+ })
3370
+
3371
+ it("vpc.v20170312.ModifyHighPriorityRouteTableAttribute", async function () {
3372
+ try {
3373
+ const data = await client.ModifyHighPriorityRouteTableAttribute({})
3374
+ expect(data).to.be.ok
3375
+ } catch(error) {
3376
+ expect(error.requestId).to.be.ok
3377
+ expect(error.code).to.be.ok
3378
+ }
3379
+ })
3380
+
3381
+ it("vpc.v20170312.ReleaseIPv6Addresses", async function () {
3382
+ try {
3383
+ const data = await client.ReleaseIPv6Addresses({})
3384
+ expect(data).to.be.ok
3385
+ } catch(error) {
3386
+ expect(error.requestId).to.be.ok
3387
+ expect(error.code).to.be.ok
3388
+ }
3389
+ })
3390
+
3391
+ it("vpc.v20170312.DeleteReserveIpAddresses", async function () {
3392
+ try {
3393
+ const data = await client.DeleteReserveIpAddresses({})
3394
+ expect(data).to.be.ok
3395
+ } catch(error) {
3396
+ expect(error.requestId).to.be.ok
3397
+ expect(error.code).to.be.ok
3398
+ }
3399
+ })
3400
+
3401
+ it("vpc.v20170312.ModifyCdcLDCXAttribute", async function () {
3402
+ try {
3403
+ const data = await client.ModifyCdcLDCXAttribute({})
3404
+ expect(data).to.be.ok
3405
+ } catch(error) {
3406
+ expect(error.requestId).to.be.ok
3407
+ expect(error.code).to.be.ok
3408
+ }
3409
+ })
3410
+
3411
+ it("vpc.v20170312.DeleteVpcEndPointService", async function () {
3412
+ try {
3413
+ const data = await client.DeleteVpcEndPointService({})
3414
+ expect(data).to.be.ok
3415
+ } catch(error) {
3416
+ expect(error.requestId).to.be.ok
3417
+ expect(error.code).to.be.ok
3418
+ }
3419
+ })
3420
+
3421
+ it("vpc.v20170312.CreateNetworkAclQuintupleEntries", async function () {
3422
+ try {
3423
+ const data = await client.CreateNetworkAclQuintupleEntries({})
3424
+ expect(data).to.be.ok
3425
+ } catch(error) {
3426
+ expect(error.requestId).to.be.ok
3427
+ expect(error.code).to.be.ok
3428
+ }
3429
+ })
3430
+
3431
+ it("vpc.v20170312.DeleteVpnGateway", async function () {
3432
+ try {
3433
+ const data = await client.DeleteVpnGateway({})
3434
+ expect(data).to.be.ok
3435
+ } catch(error) {
3436
+ expect(error.requestId).to.be.ok
3437
+ expect(error.code).to.be.ok
3438
+ }
3439
+ })
3440
+
3441
+ it("vpc.v20170312.DescribeVpcEndPointServiceWhiteList", async function () {
3442
+ try {
3443
+ const data = await client.DescribeVpcEndPointServiceWhiteList({})
3444
+ expect(data).to.be.ok
3445
+ } catch(error) {
3446
+ expect(error.requestId).to.be.ok
3447
+ expect(error.code).to.be.ok
3448
+ }
3449
+ })
3450
+
3451
+ it("vpc.v20170312.ModifyBandwidthPackageBandwidth", async function () {
3452
+ try {
3453
+ const data = await client.ModifyBandwidthPackageBandwidth({})
3454
+ expect(data).to.be.ok
3455
+ } catch(error) {
3456
+ expect(error.requestId).to.be.ok
3457
+ expect(error.code).to.be.ok
3458
+ }
3459
+ })
3460
+
3461
+ it("vpc.v20170312.DescribePrivateNatGatewayLimits", async function () {
3462
+ try {
3463
+ const data = await client.DescribePrivateNatGatewayLimits({})
3464
+ expect(data).to.be.ok
3465
+ } catch(error) {
3466
+ expect(error.requestId).to.be.ok
3467
+ expect(error.code).to.be.ok
3468
+ }
3469
+ })
3470
+
3471
+ it("vpc.v20170312.ModifySecurityGroupPolicies", async function () {
3472
+ try {
3473
+ const data = await client.ModifySecurityGroupPolicies({})
3474
+ expect(data).to.be.ok
3475
+ } catch(error) {
3476
+ expect(error.requestId).to.be.ok
3477
+ expect(error.code).to.be.ok
3478
+ }
3479
+ })
3480
+
3481
+ it("vpc.v20170312.CreatePrivateNatGatewayTranslationAclRule", async function () {
3482
+ try {
3483
+ const data = await client.CreatePrivateNatGatewayTranslationAclRule({})
3484
+ expect(data).to.be.ok
3485
+ } catch(error) {
3486
+ expect(error.requestId).to.be.ok
3487
+ expect(error.code).to.be.ok
3488
+ }
3489
+ })
3490
+
3491
+ it("vpc.v20170312.DescribeSecurityGroupLimits", async function () {
3492
+ try {
3493
+ const data = await client.DescribeSecurityGroupLimits({})
3494
+ expect(data).to.be.ok
3495
+ } catch(error) {
3496
+ expect(error.requestId).to.be.ok
3497
+ expect(error.code).to.be.ok
3498
+ }
3499
+ })
3500
+
3501
+ it("vpc.v20170312.DescribeCdcUsedIdcVlan", async function () {
3502
+ try {
3503
+ const data = await client.DescribeCdcUsedIdcVlan({})
3504
+ expect(data).to.be.ok
3505
+ } catch(error) {
3506
+ expect(error.requestId).to.be.ok
3507
+ expect(error.code).to.be.ok
3508
+ }
3509
+ })
3510
+
3511
+ it("vpc.v20170312.DescribeSecurityGroupReferences", async function () {
3512
+ try {
3513
+ const data = await client.DescribeSecurityGroupReferences({})
3514
+ expect(data).to.be.ok
3515
+ } catch(error) {
3516
+ expect(error.requestId).to.be.ok
3517
+ expect(error.code).to.be.ok
3518
+ }
3519
+ })
3520
+
3521
+ it("vpc.v20170312.ModifyIpv6AddressesAttribute", async function () {
3522
+ try {
3523
+ const data = await client.ModifyIpv6AddressesAttribute({})
3524
+ expect(data).to.be.ok
3525
+ } catch(error) {
3526
+ expect(error.requestId).to.be.ok
3527
+ expect(error.code).to.be.ok
3528
+ }
3529
+ })
3530
+
3531
+ it("vpc.v20170312.DescribeDirectConnectGateways", async function () {
3532
+ try {
3533
+ const data = await client.DescribeDirectConnectGateways({})
3534
+ expect(data).to.be.ok
3535
+ } catch(error) {
3536
+ expect(error.requestId).to.be.ok
3537
+ expect(error.code).to.be.ok
3538
+ }
3539
+ })
3540
+
3541
+ it("vpc.v20170312.RenewVpnGateway", async function () {
3542
+ try {
3543
+ const data = await client.RenewVpnGateway({})
3544
+ expect(data).to.be.ok
3545
+ } catch(error) {
3546
+ expect(error.requestId).to.be.ok
3547
+ expect(error.code).to.be.ok
3548
+ }
3549
+ })
3550
+
3551
+ it("vpc.v20170312.MigratePrivateIpAddress", async function () {
3552
+ try {
3553
+ const data = await client.MigratePrivateIpAddress({})
3554
+ expect(data).to.be.ok
3555
+ } catch(error) {
3556
+ expect(error.requestId).to.be.ok
3557
+ expect(error.code).to.be.ok
3558
+ }
3559
+ })
3560
+
3561
+ it("vpc.v20170312.DetachSnapshotInstances", async function () {
3562
+ try {
3563
+ const data = await client.DetachSnapshotInstances({})
3564
+ expect(data).to.be.ok
3565
+ } catch(error) {
3566
+ expect(error.requestId).to.be.ok
3567
+ expect(error.code).to.be.ok
3568
+ }
3569
+ })
3570
+
3571
+ it("vpc.v20170312.DescribeServiceTemplates", async function () {
3572
+ try {
3573
+ const data = await client.DescribeServiceTemplates({})
3574
+ expect(data).to.be.ok
3575
+ } catch(error) {
3576
+ expect(error.requestId).to.be.ok
3577
+ expect(error.code).to.be.ok
3578
+ }
3579
+ })
3580
+
3581
+ it("vpc.v20170312.HaVipDisassociateAddressIp", async function () {
3582
+ try {
3583
+ const data = await client.HaVipDisassociateAddressIp({})
3584
+ expect(data).to.be.ok
3585
+ } catch(error) {
3586
+ expect(error.requestId).to.be.ok
3587
+ expect(error.code).to.be.ok
3588
+ }
3589
+ })
3590
+
3591
+ it("vpc.v20170312.DescribeNatGatewayDirectConnectGatewayRoute", async function () {
3592
+ try {
3593
+ const data = await client.DescribeNatGatewayDirectConnectGatewayRoute({})
3594
+ expect(data).to.be.ok
3595
+ } catch(error) {
3596
+ expect(error.requestId).to.be.ok
3597
+ expect(error.code).to.be.ok
3598
+ }
3599
+ })
3600
+
3601
+ it("vpc.v20170312.UnlockCcns", async function () {
3602
+ try {
3603
+ const data = await client.UnlockCcns({})
3604
+ expect(data).to.be.ok
3605
+ } catch(error) {
3606
+ expect(error.requestId).to.be.ok
3607
+ expect(error.code).to.be.ok
3608
+ }
3609
+ })
3610
+
3611
+ it("vpc.v20170312.HaVipAssociateAddressIp", async function () {
3612
+ try {
3613
+ const data = await client.HaVipAssociateAddressIp({})
3614
+ expect(data).to.be.ok
3615
+ } catch(error) {
3616
+ expect(error.requestId).to.be.ok
3617
+ expect(error.code).to.be.ok
3618
+ }
3619
+ })
3620
+
3621
+ it("vpc.v20170312.CheckDefaultSubnet", async function () {
3622
+ try {
3623
+ const data = await client.CheckDefaultSubnet({})
3624
+ expect(data).to.be.ok
3625
+ } catch(error) {
3626
+ expect(error.requestId).to.be.ok
3627
+ expect(error.code).to.be.ok
3628
+ }
3629
+ })
3630
+
3631
+ it("vpc.v20170312.DownloadVpnGatewaySslClientCert", async function () {
3632
+ try {
3633
+ const data = await client.DownloadVpnGatewaySslClientCert({})
3634
+ expect(data).to.be.ok
3635
+ } catch(error) {
3636
+ expect(error.requestId).to.be.ok
3637
+ expect(error.code).to.be.ok
3638
+ }
3639
+ })
3640
+
3641
+ it("vpc.v20170312.DescribeAddressQuota", async function () {
3642
+ try {
3643
+ const data = await client.DescribeAddressQuota({})
3644
+ expect(data).to.be.ok
3645
+ } catch(error) {
3646
+ expect(error.requestId).to.be.ok
3647
+ expect(error.code).to.be.ok
3648
+ }
3649
+ })
3650
+
3651
+ it("vpc.v20170312.CreateCcn", async function () {
3652
+ try {
3653
+ const data = await client.CreateCcn({})
3654
+ expect(data).to.be.ok
3655
+ } catch(error) {
3656
+ expect(error.requestId).to.be.ok
3657
+ expect(error.code).to.be.ok
3658
+ }
3659
+ })
3660
+
3661
+ it("vpc.v20170312.DescribeSecurityGroups", async function () {
3662
+ try {
3663
+ const data = await client.DescribeSecurityGroups({})
3664
+ expect(data).to.be.ok
3665
+ } catch(error) {
3666
+ expect(error.requestId).to.be.ok
3667
+ expect(error.code).to.be.ok
3668
+ }
3669
+ })
3670
+
3671
+ it("vpc.v20170312.CreateVpnGateway", async function () {
3672
+ try {
3673
+ const data = await client.CreateVpnGateway({})
3674
+ expect(data).to.be.ok
3675
+ } catch(error) {
3676
+ expect(error.requestId).to.be.ok
3677
+ expect(error.code).to.be.ok
3678
+ }
3679
+ })
3680
+
3681
+ it("vpc.v20170312.DescribeSecurityGroupPolicies", async function () {
3682
+ try {
3683
+ const data = await client.DescribeSecurityGroupPolicies({})
3684
+ expect(data).to.be.ok
3685
+ } catch(error) {
3686
+ expect(error.requestId).to.be.ok
3687
+ expect(error.code).to.be.ok
3688
+ }
3689
+ })
3690
+
3691
+ it("vpc.v20170312.DescribeAssistantCidr", async function () {
3692
+ try {
3693
+ const data = await client.DescribeAssistantCidr({})
3694
+ expect(data).to.be.ok
3695
+ } catch(error) {
3696
+ expect(error.requestId).to.be.ok
3697
+ expect(error.code).to.be.ok
3698
+ }
3699
+ })
3700
+
3701
+ it("vpc.v20170312.DescribeClassicLinkInstances", async function () {
3702
+ try {
3703
+ const data = await client.DescribeClassicLinkInstances({})
3704
+ expect(data).to.be.ok
3705
+ } catch(error) {
3706
+ expect(error.requestId).to.be.ok
3707
+ expect(error.code).to.be.ok
3708
+ }
3709
+ })
3710
+
3711
+ it("vpc.v20170312.ClearRouteTableSelectionPolicies", async function () {
3712
+ try {
3713
+ const data = await client.ClearRouteTableSelectionPolicies({})
3714
+ expect(data).to.be.ok
3715
+ } catch(error) {
3716
+ expect(error.requestId).to.be.ok
3717
+ expect(error.code).to.be.ok
3718
+ }
3719
+ })
3720
+
3721
+ it("vpc.v20170312.InquiryPriceModifyAddressesBandwidth", async function () {
3722
+ try {
3723
+ const data = await client.InquiryPriceModifyAddressesBandwidth({})
3724
+ expect(data).to.be.ok
3725
+ } catch(error) {
3726
+ expect(error.requestId).to.be.ok
3727
+ expect(error.code).to.be.ok
3728
+ }
3729
+ })
3730
+
3731
+ it("vpc.v20170312.AllocateIPv6Addresses", async function () {
3732
+ try {
3733
+ const data = await client.AllocateIPv6Addresses({})
3734
+ expect(data).to.be.ok
3735
+ } catch(error) {
3736
+ expect(error.requestId).to.be.ok
3737
+ expect(error.code).to.be.ok
3738
+ }
3739
+ })
3740
+
3741
+ it("vpc.v20170312.ModifyAssistantCidr", async function () {
3742
+ try {
3743
+ const data = await client.ModifyAssistantCidr({})
3744
+ expect(data).to.be.ok
3745
+ } catch(error) {
3746
+ expect(error.requestId).to.be.ok
3747
+ expect(error.code).to.be.ok
3748
+ }
3749
+ })
3750
+
3751
+ it("vpc.v20170312.DeleteNatGatewayDestinationIpPortTranslationNatRule", async function () {
3752
+ try {
3753
+ const data = await client.DeleteNatGatewayDestinationIpPortTranslationNatRule({})
3754
+ expect(data).to.be.ok
3755
+ } catch(error) {
3756
+ expect(error.requestId).to.be.ok
3757
+ expect(error.code).to.be.ok
3758
+ }
3759
+ })
3760
+
3761
+ it("vpc.v20170312.CreateTrafficPackages", async function () {
3762
+ try {
3763
+ const data = await client.CreateTrafficPackages({})
3764
+ expect(data).to.be.ok
3765
+ } catch(error) {
3766
+ expect(error.requestId).to.be.ok
3767
+ expect(error.code).to.be.ok
3768
+ }
3769
+ })
3770
+
3771
+ it("vpc.v20170312.DescribeSnapshotFiles", async function () {
3772
+ try {
3773
+ const data = await client.DescribeSnapshotFiles({})
3774
+ expect(data).to.be.ok
3775
+ } catch(error) {
3776
+ expect(error.requestId).to.be.ok
3777
+ expect(error.code).to.be.ok
3778
+ }
3779
+ })
3780
+
3781
+ it("vpc.v20170312.CreateDhcpIp", async function () {
3782
+ try {
3783
+ const data = await client.CreateDhcpIp({})
3784
+ expect(data).to.be.ok
3785
+ } catch(error) {
3786
+ expect(error.requestId).to.be.ok
3787
+ expect(error.code).to.be.ok
3788
+ }
3789
+ })
3790
+
3791
+ it("vpc.v20170312.DescribeCdcNetPlanes", async function () {
3792
+ try {
3793
+ const data = await client.DescribeCdcNetPlanes({})
3794
+ expect(data).to.be.ok
3795
+ } catch(error) {
3796
+ expect(error.requestId).to.be.ok
3797
+ expect(error.code).to.be.ok
3798
+ }
3799
+ })
3800
+
3801
+ it("vpc.v20170312.ResumeSnapshotInstance", async function () {
3802
+ try {
3803
+ const data = await client.ResumeSnapshotInstance({})
3804
+ expect(data).to.be.ok
3805
+ } catch(error) {
3806
+ expect(error.requestId).to.be.ok
3807
+ expect(error.code).to.be.ok
3808
+ }
3809
+ })
3810
+
3811
+ it("vpc.v20170312.SetVpnGatewaysRenewFlag", async function () {
3812
+ try {
3813
+ const data = await client.SetVpnGatewaysRenewFlag({})
3814
+ expect(data).to.be.ok
3815
+ } catch(error) {
3816
+ expect(error.requestId).to.be.ok
3817
+ expect(error.code).to.be.ok
3818
+ }
3819
+ })
3820
+
3821
+ it("vpc.v20170312.DescribeSnapshotPolicies", async function () {
3822
+ try {
3823
+ const data = await client.DescribeSnapshotPolicies({})
3824
+ expect(data).to.be.ok
3825
+ } catch(error) {
3826
+ expect(error.requestId).to.be.ok
3827
+ expect(error.code).to.be.ok
3828
+ }
3829
+ })
3830
+
3831
+ it("vpc.v20170312.ModifyIp6AddressesBandwidth", async function () {
3832
+ try {
3833
+ const data = await client.ModifyIp6AddressesBandwidth({})
3834
+ expect(data).to.be.ok
3835
+ } catch(error) {
3836
+ expect(error.requestId).to.be.ok
3837
+ expect(error.code).to.be.ok
3838
+ }
3839
+ })
3840
+
3841
+ it("vpc.v20170312.CreateVpcEndPoint", async function () {
3842
+ try {
3843
+ const data = await client.CreateVpcEndPoint({})
3844
+ expect(data).to.be.ok
3845
+ } catch(error) {
3846
+ expect(error.requestId).to.be.ok
3847
+ expect(error.code).to.be.ok
3848
+ }
3849
+ })
3850
+
3851
+ it("vpc.v20170312.CreateSecurityGroupWithPolicies", async function () {
3852
+ try {
3853
+ const data = await client.CreateSecurityGroupWithPolicies({})
3854
+ expect(data).to.be.ok
3855
+ } catch(error) {
3856
+ expect(error.requestId).to.be.ok
3857
+ expect(error.code).to.be.ok
3858
+ }
3859
+ })
3860
+
3861
+ it("vpc.v20170312.ReturnNormalAddresses", async function () {
3862
+ try {
3863
+ const data = await client.ReturnNormalAddresses({})
3864
+ expect(data).to.be.ok
3865
+ } catch(error) {
3866
+ expect(error.requestId).to.be.ok
3867
+ expect(error.code).to.be.ok
3868
+ }
3869
+ })
3870
+
3871
+ it("vpc.v20170312.ModifyVpcAttribute", async function () {
3872
+ try {
3873
+ const data = await client.ModifyVpcAttribute({})
3874
+ expect(data).to.be.ok
3875
+ } catch(error) {
3876
+ expect(error.requestId).to.be.ok
3877
+ expect(error.code).to.be.ok
3878
+ }
3879
+ })
3880
+
3881
+ it("vpc.v20170312.DeletePrivateNatGateway", async function () {
3882
+ try {
3883
+ const data = await client.DeletePrivateNatGateway({})
3884
+ expect(data).to.be.ok
3885
+ } catch(error) {
3886
+ expect(error.requestId).to.be.ok
3887
+ expect(error.code).to.be.ok
3888
+ }
3889
+ })
3890
+
3891
+ it("vpc.v20170312.CreateVpnGatewayRoutes", async function () {
3892
+ try {
3893
+ const data = await client.CreateVpnGatewayRoutes({})
24
3894
  expect(data).to.be.ok
25
3895
  } catch(error) {
26
3896
  expect(error.requestId).to.be.ok