@aws-sdk/client-direct-connect 3.927.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1693 -1913
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/DirectConnectClient.js +2 -0
- package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +3 -9
- package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +3 -9
- package/dist-es/commands/AllocateHostedConnectionCommand.js +3 -9
- package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/AssociateConnectionWithLagCommand.js +3 -9
- package/dist-es/commands/AssociateHostedConnectionCommand.js +3 -9
- package/dist-es/commands/AssociateMacSecKeyCommand.js +3 -9
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/ConfirmConnectionCommand.js +3 -9
- package/dist-es/commands/ConfirmCustomerAgreementCommand.js +3 -9
- package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/CreateBGPPeerCommand.js +3 -9
- package/dist-es/commands/CreateConnectionCommand.js +3 -9
- package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +3 -9
- package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +3 -9
- package/dist-es/commands/CreateDirectConnectGatewayCommand.js +3 -9
- package/dist-es/commands/CreateInterconnectCommand.js +3 -9
- package/dist-es/commands/CreateLagCommand.js +3 -9
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/DeleteBGPPeerCommand.js +3 -9
- package/dist-es/commands/DeleteConnectionCommand.js +3 -9
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +3 -9
- package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +3 -9
- package/dist-es/commands/DeleteInterconnectCommand.js +3 -9
- package/dist-es/commands/DeleteLagCommand.js +3 -9
- package/dist-es/commands/DeleteVirtualInterfaceCommand.js +3 -9
- package/dist-es/commands/DescribeConnectionLoaCommand.js +3 -9
- package/dist-es/commands/DescribeConnectionsCommand.js +3 -9
- package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +3 -9
- package/dist-es/commands/DescribeCustomerMetadataCommand.js +3 -9
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +3 -9
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +3 -9
- package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +3 -9
- package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +3 -9
- package/dist-es/commands/DescribeHostedConnectionsCommand.js +3 -9
- package/dist-es/commands/DescribeInterconnectLoaCommand.js +3 -9
- package/dist-es/commands/DescribeInterconnectsCommand.js +3 -9
- package/dist-es/commands/DescribeLagsCommand.js +3 -9
- package/dist-es/commands/DescribeLoaCommand.js +3 -9
- package/dist-es/commands/DescribeLocationsCommand.js +3 -9
- package/dist-es/commands/DescribeRouterConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeTagsCommand.js +3 -9
- package/dist-es/commands/DescribeVirtualGatewaysCommand.js +3 -9
- package/dist-es/commands/DescribeVirtualInterfacesCommand.js +3 -9
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js +3 -9
- package/dist-es/commands/DisassociateMacSecKeyCommand.js +3 -9
- package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +3 -9
- package/dist-es/commands/StartBgpFailoverTestCommand.js +3 -9
- package/dist-es/commands/StopBgpFailoverTestCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateConnectionCommand.js +3 -9
- package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +3 -9
- package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +3 -9
- package/dist-es/commands/UpdateLagCommand.js +3 -9
- package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1559 -0
- package/dist-types/DirectConnectClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +223 -0
- package/dist-types/ts3.4/DirectConnectClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +228 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1464
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -569
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -761
package/dist-cjs/index.js
CHANGED
|
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
|
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
7
|
var configResolver = require('@smithy/config-resolver');
|
|
8
8
|
var core = require('@smithy/core');
|
|
9
|
+
var schema = require('@smithy/core/schema');
|
|
9
10
|
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
10
11
|
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
11
12
|
var middlewareRetry = require('@smithy/middleware-retry');
|
|
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
14
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
15
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
16
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
17
|
-
var middlewareSerde = require('@smithy/middleware-serde');
|
|
18
|
-
var core$1 = require('@aws-sdk/core');
|
|
19
18
|
|
|
20
19
|
const resolveClientEndpointParameters = (options) => {
|
|
21
20
|
return Object.assign(options, {
|
|
@@ -91,6 +90,7 @@ class DirectConnectClient extends smithyClient.Client {
|
|
|
91
90
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
92
91
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
93
92
|
this.config = _config_8;
|
|
93
|
+
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
94
94
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
95
95
|
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
96
96
|
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
@@ -110,12 +110,12 @@ class DirectConnectClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
class DirectConnectServiceException extends smithyClient.ServiceException {
|
|
113
|
+
let DirectConnectServiceException$1 = class DirectConnectServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, DirectConnectServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
};
|
|
119
119
|
|
|
120
120
|
const GatewayType = {
|
|
121
121
|
TransitGateway: "transitGateway",
|
|
@@ -128,7 +128,7 @@ const DirectConnectGatewayAssociationState = {
|
|
|
128
128
|
disassociating: "disassociating",
|
|
129
129
|
updating: "updating",
|
|
130
130
|
};
|
|
131
|
-
class DirectConnectClientException extends DirectConnectServiceException {
|
|
131
|
+
let DirectConnectClientException$1 = class DirectConnectClientException extends DirectConnectServiceException$1 {
|
|
132
132
|
name = "DirectConnectClientException";
|
|
133
133
|
$fault = "client";
|
|
134
134
|
constructor(opts) {
|
|
@@ -139,8 +139,8 @@ class DirectConnectClientException extends DirectConnectServiceException {
|
|
|
139
139
|
});
|
|
140
140
|
Object.setPrototypeOf(this, DirectConnectClientException.prototype);
|
|
141
141
|
}
|
|
142
|
-
}
|
|
143
|
-
class DirectConnectServerException extends DirectConnectServiceException {
|
|
142
|
+
};
|
|
143
|
+
let DirectConnectServerException$1 = class DirectConnectServerException extends DirectConnectServiceException$1 {
|
|
144
144
|
name = "DirectConnectServerException";
|
|
145
145
|
$fault = "server";
|
|
146
146
|
constructor(opts) {
|
|
@@ -151,7 +151,7 @@ class DirectConnectServerException extends DirectConnectServiceException {
|
|
|
151
151
|
});
|
|
152
152
|
Object.setPrototypeOf(this, DirectConnectServerException.prototype);
|
|
153
153
|
}
|
|
154
|
-
}
|
|
154
|
+
};
|
|
155
155
|
const AddressFamily = {
|
|
156
156
|
IPv4: "ipv4",
|
|
157
157
|
IPv6: "ipv6",
|
|
@@ -172,7 +172,7 @@ const HasLogicalRedundancy = {
|
|
|
172
172
|
Unknown: "unknown",
|
|
173
173
|
Yes: "yes",
|
|
174
174
|
};
|
|
175
|
-
class DuplicateTagKeysException extends DirectConnectServiceException {
|
|
175
|
+
let DuplicateTagKeysException$1 = class DuplicateTagKeysException extends DirectConnectServiceException$1 {
|
|
176
176
|
name = "DuplicateTagKeysException";
|
|
177
177
|
$fault = "client";
|
|
178
178
|
constructor(opts) {
|
|
@@ -183,8 +183,8 @@ class DuplicateTagKeysException extends DirectConnectServiceException {
|
|
|
183
183
|
});
|
|
184
184
|
Object.setPrototypeOf(this, DuplicateTagKeysException.prototype);
|
|
185
185
|
}
|
|
186
|
-
}
|
|
187
|
-
class TooManyTagsException extends DirectConnectServiceException {
|
|
186
|
+
};
|
|
187
|
+
let TooManyTagsException$1 = class TooManyTagsException extends DirectConnectServiceException$1 {
|
|
188
188
|
name = "TooManyTagsException";
|
|
189
189
|
$fault = "client";
|
|
190
190
|
constructor(opts) {
|
|
@@ -195,7 +195,7 @@ class TooManyTagsException extends DirectConnectServiceException {
|
|
|
195
195
|
});
|
|
196
196
|
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
197
197
|
}
|
|
198
|
-
}
|
|
198
|
+
};
|
|
199
199
|
const BGPPeerState = {
|
|
200
200
|
Available: "available",
|
|
201
201
|
Deleted: "deleted",
|
|
@@ -268,1476 +268,1566 @@ const DirectConnectGatewayAttachmentType = {
|
|
|
268
268
|
TransitVirtualInterface: "TransitVirtualInterface",
|
|
269
269
|
};
|
|
270
270
|
|
|
271
|
-
const
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
const
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
const
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
const
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
const
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
const
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
const
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
const
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
const
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
const
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
const
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
const
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
const
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
const
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
const
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
const
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
const
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
const
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
const
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
const
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
const
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
const
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
const
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
const
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
const
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
const
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
const
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
const
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
const
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
const
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
const
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
const
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
const
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
const
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
const
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
const
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
const
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
const
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
const
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
const
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
const
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
const
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
const
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
const
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
const
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
const
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
const
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
const
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
const
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
const
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
const
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
const
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
const
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
const
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
const
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
const
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
const
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
const
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
const
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
const
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
const
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
const
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
271
|
+
const _ACN = "AssociatedCoreNetwork";
|
|
272
|
+
const _ACOI = "AllocateConnectionOnInterconnect";
|
|
273
|
+
const _ACOIR = "AllocateConnectionOnInterconnectRequest";
|
|
274
|
+
const _ACWL = "AssociateConnectionWithLag";
|
|
275
|
+
const _ACWLR = "AssociateConnectionWithLagRequest";
|
|
276
|
+
const _ADCGAP = "AcceptDirectConnectGatewayAssociationProposal";
|
|
277
|
+
const _ADCGAPR = "AcceptDirectConnectGatewayAssociationProposalRequest";
|
|
278
|
+
const _ADCGAPRc = "AcceptDirectConnectGatewayAssociationProposalResult";
|
|
279
|
+
const _AG = "AssociatedGateway";
|
|
280
|
+
const _AHC = "AllocateHostedConnection";
|
|
281
|
+
const _AHCR = "AllocateHostedConnectionRequest";
|
|
282
|
+
const _AHCRs = "AssociateHostedConnectionRequest";
|
|
283
|
+
const _AHCs = "AssociateHostedConnection";
|
|
284
|
+
const _AL = "AgreementList";
|
|
285
|
+
const _AMSK = "AssociateMacSecKey";
|
|
286
|
+
const _AMSKR = "AssociateMacSecKeyRequest";
|
|
287
|
+
const _AMSKRs = "AssociateMacSecKeyResponse";
|
|
288
|
+
const _APVI = "AllocatePrivateVirtualInterface";
|
|
289
|
+
const _APVIR = "AllocatePrivateVirtualInterfaceRequest";
|
|
290
|
+
const _APVIRl = "AllocatePublicVirtualInterfaceRequest";
|
|
291
|
+
const _APVIl = "AllocatePublicVirtualInterface";
|
|
292
|
+
const _ATVI = "AllocateTransitVirtualInterface";
|
|
293
|
+
const _ATVIR = "AllocateTransitVirtualInterfaceRequest";
|
|
294
|
+
const _ATVIRl = "AllocateTransitVirtualInterfaceResult";
|
|
295
|
+
const _AVI = "AssociateVirtualInterface";
|
|
296
|
+
const _AVIR = "AssociateVirtualInterfaceRequest";
|
|
297
|
+
const _BGPP = "BGPPeer";
|
|
298
|
+
const _BGPPL = "BGPPeerList";
|
|
299
|
+
const _C = "Connection";
|
|
300
|
+
const _CA = "CustomerAgreement";
|
|
301
|
+
const _CBGPP = "CreateBGPPeer";
|
|
302
|
+
const _CBGPPR = "CreateBGPPeerRequest";
|
|
303
|
+
const _CBGPPRr = "CreateBGPPeerResponse";
|
|
304
|
+
const _CC = "ConfirmConnection";
|
|
305
|
+
const _CCA = "ConfirmCustomerAgreement";
|
|
306
|
+
const _CCAR = "ConfirmCustomerAgreementRequest";
|
|
307
|
+
const _CCARo = "ConfirmCustomerAgreementResponse";
|
|
308
|
+
const _CCR = "ConfirmConnectionRequest";
|
|
309
|
+
const _CCRo = "ConfirmConnectionResponse";
|
|
310
|
+
const _CCRr = "CreateConnectionRequest";
|
|
311
|
+
const _CCr = "CreateConnection";
|
|
312
|
+
const _CDCG = "CreateDirectConnectGateway";
|
|
313
|
+
const _CDCGA = "CreateDirectConnectGatewayAssociation";
|
|
314
|
+
const _CDCGAP = "CreateDirectConnectGatewayAssociationProposal";
|
|
315
|
+
const _CDCGAPR = "CreateDirectConnectGatewayAssociationProposalRequest";
|
|
316
|
+
const _CDCGAPRr = "CreateDirectConnectGatewayAssociationProposalResult";
|
|
317
|
+
const _CDCGAR = "CreateDirectConnectGatewayAssociationRequest";
|
|
318
|
+
const _CDCGARr = "CreateDirectConnectGatewayAssociationResult";
|
|
319
|
+
const _CDCGR = "CreateDirectConnectGatewayRequest";
|
|
320
|
+
const _CDCGRr = "CreateDirectConnectGatewayResult";
|
|
321
|
+
const _CI = "CreateInterconnect";
|
|
322
|
+
const _CIR = "CreateInterconnectRequest";
|
|
323
|
+
const _CL = "ConnectionList";
|
|
324
|
+
const _CLR = "CreateLagRequest";
|
|
325
|
+
const _CLr = "CreateLag";
|
|
326
|
+
const _CPVI = "ConfirmPrivateVirtualInterface";
|
|
327
|
+
const _CPVIR = "ConfirmPrivateVirtualInterfaceRequest";
|
|
328
|
+
const _CPVIRo = "ConfirmPrivateVirtualInterfaceResponse";
|
|
329
|
+
const _CPVIRon = "ConfirmPublicVirtualInterfaceRequest";
|
|
330
|
+
const _CPVIRonf = "ConfirmPublicVirtualInterfaceResponse";
|
|
331
|
+
const _CPVIRr = "CreatePrivateVirtualInterfaceRequest";
|
|
332
|
+
const _CPVIRre = "CreatePublicVirtualInterfaceRequest";
|
|
333
|
+
const _CPVIo = "ConfirmPublicVirtualInterface";
|
|
334
|
+
const _CPVIr = "CreatePrivateVirtualInterface";
|
|
335
|
+
const _CPVIre = "CreatePublicVirtualInterface";
|
|
336
|
+
const _CTVI = "ConfirmTransitVirtualInterface";
|
|
337
|
+
const _CTVIR = "ConfirmTransitVirtualInterfaceRequest";
|
|
338
|
+
const _CTVIRo = "ConfirmTransitVirtualInterfaceResponse";
|
|
339
|
+
const _CTVIRr = "CreateTransitVirtualInterfaceRequest";
|
|
340
|
+
const _CTVIRre = "CreateTransitVirtualInterfaceResult";
|
|
341
|
+
const _CTVIr = "CreateTransitVirtualInterface";
|
|
342
|
+
const _Co = "Connections";
|
|
343
|
+
const _DBGPP = "DeleteBGPPeer";
|
|
344
|
+
const _DBGPPR = "DeleteBGPPeerRequest";
|
|
345
|
+
const _DBGPPRe = "DeleteBGPPeerResponse";
|
|
346
|
+
const _DC = "DeleteConnection";
|
|
347
|
+
const _DCCE = "DirectConnectClientException";
|
|
348
|
+
const _DCFL = "DisassociateConnectionFromLag";
|
|
349
|
+
const _DCFLR = "DisassociateConnectionFromLagRequest";
|
|
350
|
+
const _DCG = "DirectConnectGateway";
|
|
351
|
+
const _DCGA = "DirectConnectGatewayAssociation";
|
|
352
|
+
const _DCGAL = "DirectConnectGatewayAssociationList";
|
|
353
|
+
const _DCGALi = "DirectConnectGatewayAttachmentList";
|
|
354
|
+
const _DCGAP = "DirectConnectGatewayAssociationProposal";
|
|
355
|
+
const _DCGAPL = "DirectConnectGatewayAssociationProposalList";
|
|
356
|
+
const _DCGAi = "DirectConnectGatewayAttachment";
|
|
357
|
+
const _DCGL = "DirectConnectGatewayList";
|
|
358
|
+
const _DCL = "DescribeConnectionLoa";
|
|
359
|
+
const _DCLR = "DescribeConnectionLoaRequest";
|
|
360
|
+
const _DCLRe = "DescribeConnectionLoaResponse";
|
|
361
|
+
const _DCM = "DescribeCustomerMetadata";
|
|
362
|
+
const _DCMR = "DescribeCustomerMetadataResponse";
|
|
363
|
+
const _DCOI = "DescribeConnectionsOnInterconnect";
|
|
364
|
+
const _DCOIR = "DescribeConnectionsOnInterconnectRequest";
|
|
365
|
+
const _DCR = "DeleteConnectionRequest";
|
|
366
|
+
const _DCRe = "DescribeConnectionsRequest";
|
|
367
|
+
const _DCSE = "DirectConnectServerException";
|
|
368
|
+
const _DCe = "DescribeConnections";
|
|
369
|
+
const _DDCG = "DeleteDirectConnectGateway";
|
|
370
|
+
const _DDCGA = "DeleteDirectConnectGatewayAssociation";
|
|
371
|
+
const _DDCGAP = "DeleteDirectConnectGatewayAssociationProposal";
|
|
372
|
+
const _DDCGAPR = "DeleteDirectConnectGatewayAssociationProposalRequest";
|
|
373
|
+
const _DDCGAPRe = "DeleteDirectConnectGatewayAssociationProposalResult";
|
|
374
|
+
const _DDCGAPRes = "DescribeDirectConnectGatewayAssociationProposalsRequest";
|
|
375
|
+
const _DDCGAPResc = "DescribeDirectConnectGatewayAssociationProposalsResult";
|
|
376
|
+
const _DDCGAPe = "DescribeDirectConnectGatewayAssociationProposals";
|
|
377
|
+
const _DDCGAR = "DeleteDirectConnectGatewayAssociationRequest";
|
|
378
|
+
const _DDCGARe = "DeleteDirectConnectGatewayAssociationResult";
|
|
379
|
+
const _DDCGARes = "DescribeDirectConnectGatewayAssociationsRequest";
|
|
380
|
+
const _DDCGAResc = "DescribeDirectConnectGatewayAssociationsResult";
|
|
381
|
+
const _DDCGARescr = "DescribeDirectConnectGatewayAttachmentsRequest";
|
|
382
|
+
const _DDCGARescri = "DescribeDirectConnectGatewayAttachmentsResult";
|
|
383
|
+
const _DDCGAe = "DescribeDirectConnectGatewayAssociations";
|
|
384
|
+
const _DDCGAes = "DescribeDirectConnectGatewayAttachments";
|
|
385
|
+
const _DDCGR = "DeleteDirectConnectGatewayRequest";
|
|
386
|
+
const _DDCGRe = "DeleteDirectConnectGatewayResult";
|
|
387
|
+
const _DDCGRes = "DescribeDirectConnectGatewaysRequest";
|
|
388
|
+
const _DDCGResc = "DescribeDirectConnectGatewaysResult";
|
|
389
|
+
const _DDCGe = "DescribeDirectConnectGateways";
|
|
390
|
+
const _DHC = "DescribeHostedConnections";
|
|
391
|
+
const _DHCR = "DescribeHostedConnectionsRequest";
|
|
392
|
+
const _DI = "DeleteInterconnect";
|
|
393
|
+
const _DIL = "DescribeInterconnectLoa";
|
|
394
|
+
const _DILR = "DescribeInterconnectLoaRequest";
|
|
395
|
+
const _DILRe = "DescribeInterconnectLoaResponse";
|
|
396
|
+
const _DIR = "DeleteInterconnectRequest";
|
|
397
|
+
const _DIRe = "DeleteInterconnectResponse";
|
|
398
|
+
const _DIRes = "DescribeInterconnectsRequest";
|
|
399
|
+
const _DIe = "DescribeInterconnects";
|
|
400
|
+
const _DL = "DeleteLag";
|
|
401
|
+
const _DLR = "DeleteLagRequest";
|
|
402
|
+
const _DLRe = "DescribeLagsRequest";
|
|
403
|
+
const _DLRes = "DescribeLoaRequest";
|
|
404
|
+
const _DLe = "DescribeLags";
|
|
405
|
+
const _DLes = "DescribeLoa";
|
|
406
|
+
const _DLesc = "DescribeLocations";
|
|
407
|
+
const _DMSK = "DisassociateMacSecKey";
|
|
408
|
+
const _DMSKR = "DisassociateMacSecKeyRequest";
|
|
409
|
+
const _DMSKRi = "DisassociateMacSecKeyResponse";
|
|
410
|
+
const _DRC = "DescribeRouterConfiguration";
|
|
411
|
+
const _DRCR = "DescribeRouterConfigurationRequest";
|
|
412
|
+
const _DRCRe = "DescribeRouterConfigurationResponse";
|
|
413
|
+
const _DT = "DescribeTags";
|
|
414
|
+
const _DTKE = "DuplicateTagKeysException";
|
|
415
|
+
const _DTR = "DescribeTagsRequest";
|
|
416
|
+
const _DTRe = "DescribeTagsResponse";
|
|
417
|
+
const _DVG = "DescribeVirtualGateways";
|
|
418
|
+
const _DVI = "DeleteVirtualInterface";
|
|
419
|
+
const _DVIR = "DeleteVirtualInterfaceRequest";
|
|
420
|
+
const _DVIRe = "DeleteVirtualInterfaceResponse";
|
|
421
|
+
const _DVIRes = "DescribeVirtualInterfacesRequest";
|
|
422
|
+
const _DVIe = "DescribeVirtualInterfaces";
|
|
423
|
+
const _I = "Interconnect";
|
|
424
|
+
const _IL = "InterconnectList";
|
|
425
|
+
const _In = "Interconnects";
|
|
426
|
+
const _L = "Lag";
|
|
427
|
+
const _LL = "LagList";
|
|
428
|
+
const _LLo = "LocationList";
|
|
429
|
+
const _LVITH = "ListVirtualInterfaceTestHistory";
|
|
430
|
+
const _LVITHR = "ListVirtualInterfaceTestHistoryRequest";
|
|
431
|
+
const _LVITHRi = "ListVirtualInterfaceTestHistoryResponse";
|
|
432
|
+
const _La = "Lags";
|
|
433
|
+
const _Lo = "Loa";
|
|
434
|
+
const _Loc = "Location";
|
|
435
|
+
const _Loca = "Locations";
|
|
436
|
+
const _MSK = "MacSecKey";
|
|
437
|
+
const _MSKL = "MacSecKeyList";
|
|
438
|
+
const _NBGPP = "NewBGPPeer";
|
|
439
|
+
const _NPVI = "NewPrivateVirtualInterface";
|
|
440
|
+
const _NPVIA = "NewPrivateVirtualInterfaceAllocation";
|
|
441
|
+
const _NPVIAe = "NewPublicVirtualInterfaceAllocation";
|
|
442
|
+
const _NPVIe = "NewPublicVirtualInterface";
|
|
443
|
+
const _NTVI = "NewTransitVirtualInterface";
|
|
444
|
+
const _NTVIA = "NewTransitVirtualInterfaceAllocation";
|
|
445
|
+
const _RFP = "RouteFilterPrefix";
|
|
446
|
+
const _RFPL = "RouteFilterPrefixList";
|
|
447
|
+
const _RT = "ResourceTag";
|
|
448
|
+
const _RTL = "ResourceTagList";
|
|
449
|
+
const _RTo = "RouterType";
|
|
450
|
+
const _SBFT = "StartBgpFailoverTest";
|
|
451
|
+
const _SBFTR = "StartBgpFailoverTestRequest";
|
|
452
|
+
const _SBFTRt = "StartBgpFailoverTestResponse";
|
|
453
|
+
const _SBFTRto = "StopBgpFailoverTestRequest";
|
|
454
|
+
const _SBFTRtop = "StopBgpFailoverTestResponse";
|
|
455
|
+
const _SBFTt = "StopBgpFailoverTest";
|
|
456
|
+
const _T = "Tag";
|
|
457
|
+
const _TL = "TagList";
|
|
458
|
+
const _TMTE = "TooManyTagsException";
|
|
459
|
+
const _TR = "TagResource";
|
|
460
|
+
const _TRR = "TagResourceRequest";
|
|
461
|
+
const _TRRa = "TagResourceResponse";
|
|
462
|
+
const _UC = "UpdateConnection";
|
|
463
|
+
const _UCR = "UpdateConnectionRequest";
|
|
464
|
+
const _UDCG = "UpdateDirectConnectGateway";
|
|
465
|
+
const _UDCGA = "UpdateDirectConnectGatewayAssociation";
|
|
466
|
+
const _UDCGAR = "UpdateDirectConnectGatewayAssociationRequest";
|
|
467
|
+
const _UDCGARp = "UpdateDirectConnectGatewayAssociationResult";
|
|
468
|
+
const _UDCGR = "UpdateDirectConnectGatewayRequest";
|
|
469
|
+
const _UDCGRp = "UpdateDirectConnectGatewayResponse";
|
|
470
|
+
const _UL = "UpdateLag";
|
|
471
|
+
const _ULR = "UpdateLagRequest";
|
|
472
|
+
const _UR = "UntagResource";
|
|
473
|
+
const _URR = "UntagResourceRequest";
|
|
474
|
+
const _URRn = "UntagResourceResponse";
|
|
475
|
+
const _UVIA = "UpdateVirtualInterfaceAttributes";
|
|
476
|
+
const _UVIAR = "UpdateVirtualInterfaceAttributesRequest";
|
|
477
|
+
const _VG = "VirtualGateway";
|
|
478
|
+
const _VGL = "VirtualGatewayList";
|
|
479
|
+
const _VGi = "VirtualGateways";
|
|
480
|
+
const _VI = "VirtualInterface";
|
|
481
|
+
const _VIL = "VirtualInterfaceList";
|
|
482
|
+
const _VITH = "VirtualInterfaceTestHistory";
|
|
483
|
+
const _VITHL = "VirtualInterfaceTestHistoryList";
|
|
484
|
+
const _VIi = "VirtualInterfaces";
|
|
485
|
+
const _a = "asn";
|
|
486
|
+
const _aA = "amazonAddress";
|
|
487
|
+
const _aAPTDCG = "addAllowedPrefixesToDirectConnectGateway";
|
|
488
|
+
const _aCN = "associatedCoreNetwork";
|
|
489
|
+
const _aD = "awsDevice";
|
|
490
|
+
const _aDV = "awsDeviceV2";
|
|
491
|
+
const _aF = "addressFamily";
|
|
492
|
+
const _aG = "associatedGateway";
|
|
493
|
+
const _aGI = "associatedGatewayId";
|
|
494
|
+
const _aGOA = "associatedGatewayOwnerAccount";
|
|
495
|
+
const _aHC = "allowsHostedConnections";
|
|
496
|
+
const _aI = "attachmentId";
|
|
497
|
+
const _aIs = "associationId";
|
|
498
|
+
const _aK = "authKey";
|
|
499
|
+
const _aL = "asnLong";
|
|
500
|
+
const _aLDI = "awsLogicalDeviceId";
|
|
501
|
+
const _aMSPS = "availableMacSecPortSpeeds";
|
|
502
|
+
const _aN = "agreementName";
|
|
503
|
+
const _aP = "availableProviders";
|
|
504
|
+
const _aPS = "availablePortSpeeds";
|
|
505
|
+
const _aPTDCG = "allowedPrefixesToDirectConnectGateway";
|
|
506
|
+
const _aS = "associationState";
|
|
507
|
+
const _aSA = "amazonSideAsn";
|
|
508
|
+
const _aSt = "attachmentState";
|
|
509
|
+
const _aT = "attachmentType";
|
|
510
|
+
const _ag = "agreements";
|
|
511
|
+
const _b = "bandwidth";
|
|
512
|
+
const _bP = "bgpPeers";
|
|
513
|
+
const _bPI = "bgpPeerId";
|
|
514
|
+
const _bPS = "bgpPeerState";
|
|
515
|
+
const _bS = "bgpStatus";
|
|
516
|
+
const _c = "ckn";
|
|
517
|
+
const _cA = "customerAddress";
|
|
518
|
+
const _cB = "connectionsBandwidth";
|
|
519
|
+
const _cCT = "childConnectionTags";
|
|
520
|
+
const _cI = "connectionId";
|
|
521
|
+
const _cN = "connectionName";
|
|
522
|
+
const _cRC = "customerRouterConfig";
|
|
523
|
+
const _cS = "connectionState";
|
|
524
|
+
const _ca = "cak";
|
|
525
|
+
const _ci = "cidr";
|
|
526
|
+
const _cl = "client";
|
|
527
|
+
const _co = "connections";
|
|
528
|
+
const _dCG = "directConnectGateway";
|
|
529
|
+
const _dCGA = "directConnectGatewayAssociation";
|
|
530
|
+
const _dCGAP = "directConnectGatewayAssociationProposal";
|
|
531
|
+
const _dCGAPi = "directConnectGatewayAssociationProposals";
|
|
532
|
+
const _dCGAi = "directConnectGatewayAssociations";
|
|
533
|
+
const _dCGAir = "directConnectGatewayAttachments";
|
|
534
|
+
const _dCGI = "directConnectGatewayId";
|
|
535
|
+
const _dCGN = "directConnectGatewayName";
|
|
536
|
+
const _dCGOA = "directConnectGatewayOwnerAccount";
|
|
537
|
+
const _dCGS = "directConnectGatewayState";
|
|
538
|
+
const _dCGi = "directConnectGateways";
|
|
539
|
+
const _e = "error";
|
|
540
|
+
const _eAPTDCG = "existingAllowedPrefixesToDirectConnectGateway";
|
|
541
|
+
const _eM = "encryptionMode";
|
|
542
|
+
const _eSL = "enableSiteLink";
|
|
543
|
+
const _eT = "endTime";
|
|
544
|
+
const _gI = "gatewayId";
|
|
545
|
+
const _hE = "httpError";
|
|
546
|
+
const _hLR = "hasLogicalRedundancy";
|
|
547
|
+
const _i = "id";
|
|
548
|
+
const _iI = "interconnectId";
|
|
549
|
+
const _iN = "interconnectName";
|
|
550
|
+
const _iS = "interconnectState";
|
|
551
|
+
const _in = "interconnects";
|
|
552
|
+
const _jFC = "jumboFrameCapable";
|
|
553
|
+
const _k = "key";
|
|
554
|
+
const _l = "location";
|
|
555
|
+
const _lC = "loaContent";
|
|
556
|
+
const _lCT = "loaContentType";
|
|
557
|
+
const _lCo = "locationCode";
|
|
558
|
+
const _lI = "lagId";
|
|
559
|
+
const _lIT = "loaIssueTime";
|
|
560
|
+
const _lN = "lagName";
|
|
561
|
+
const _lNo = "locationName";
|
|
562
|
+
const _lS = "lagState";
|
|
563
|
+
const _la = "lags";
|
|
564
|
+
const _lo = "loa";
|
|
565
|
+
const _loc = "locations";
|
|
566
|
+
const _m = "message";
|
|
567
|
+
const _mL = "minimumLinks";
|
|
568
|
+
const _mR = "maxResults";
|
|
569
|
+
const _mSC = "macSecCapable";
|
|
570
|
+
const _mSK = "macSecKeys";
|
|
571
|
+
const _mt = "mtu";
|
|
572
|
+
const _nBGPP = "newBGPPeer";
|
|
573
|
+
const _nDCGN = "newDirectConnectGatewayName";
|
|
574
|
+
const _nOC = "numberOfConnections";
|
|
575
|
+
const _nPT = "nniPartnerType";
|
|
576
|
+
const _nPVI = "newPrivateVirtualInterface";
|
|
577
|
+
const _nPVIA = "newPrivateVirtualInterfaceAllocation";
|
|
578
|
+
const _nPVIAe = "newPublicVirtualInterfaceAllocation";
|
|
579
|
+
const _nPVIe = "newPublicVirtualInterface";
|
|
580
|
+
const _nT = "nextToken";
|
|
581
|
+
const _nTVI = "newTransitVirtualInterface";
|
|
582
|
+
const _nTVIA = "newTransitVirtualInterfaceAllocation";
|
|
583
|
+
const _oA = "ownerAccount";
|
|
584
|
+
const _oAPTDCG = "overrideAllowedPrefixesToDirectConnectGateway";
|
|
585
|
+
const _p = "platform";
|
|
586
|
+
const _pCI = "parentConnectionId";
|
|
587
|
+
const _pES = "portEncryptionStatus";
|
|
588
|
+
const _pI = "proposalId";
|
|
589
|
+
const _pIMSC = "partnerInterconnectMacSecCapable";
|
|
590
|
+
const _pN = "partnerName";
|
|
591
|
+
const _pNr = "providerName";
|
|
592
|
+
const _pS = "proposalState";
|
|
593
|
+
const _r = "region";
|
|
594
|
+
const _rA = "resourceArns";
|
|
595
|
+
const _rAPTDCG = "removeAllowedPrefixesToDirectConnectGateway";
|
|
596
|
+
const _rAPTDCGe = "requestedAllowedPrefixesToDirectConnectGateway";
|
|
597
|
+
const _rAe = "resourceArn";
|
|
598
|
+
const _rFP = "routeFilterPrefixes";
|
|
599
|
+
const _rMACS = "requestMACSec";
|
|
600
|
+
const _rT = "resourceTags";
|
|
601
|
+
const _rTI = "routerTypeIdentifier";
|
|
602
|
+
const _ro = "router";
|
|
603
|
+
const _s = "status";
|
|
604
|
+
const _sARN = "secretARN";
|
|
605
|
+
const _sCE = "stateChangeError";
|
|
606
|
+
const _sLE = "siteLinkEnabled";
|
|
607
|
+
const _sO = "startOn";
|
|
608
|
+
const _sT = "startTime";
|
|
609
|
+
const _se = "server";
|
|
610
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.directconnect";
|
|
611
|
+
const _so = "software";
|
|
612
|
+
const _st = "state";
|
|
613
|
+
const _t = "tags";
|
|
614
|
+
const _tDIM = "testDurationInMinutes";
|
|
615
|
+
const _tI = "testId";
|
|
616
|
+
const _tK = "tagKeys";
|
|
617
|
+
const _ty = "type";
|
|
618
|
+
const _v = "vlan";
|
|
619
|
+
const _vG = "virtualGateways";
|
|
620
|
+
const _vGI = "virtualGatewayId";
|
|
621
|
+
const _vGOA = "virtualGatewayOwnerAccount";
|
|
622
|
+
const _vGR = "virtualGatewayRegion";
|
|
623
|
+
const _vGS = "virtualGatewayState";
|
|
624
|
+
const _vI = "virtualInterface";
|
|
625
|
+
const _vII = "virtualInterfaceId";
|
|
626
|
+
const _vIN = "virtualInterfaceName";
|
|
627
|
+
const _vIOA = "virtualInterfaceOwnerAccount";
|
|
628
|
+
const _vIR = "virtualInterfaceRegion";
|
|
629
|
+
const _vIS = "virtualInterfaceState";
|
|
630
|
+
const _vIT = "virtualInterfaceTest";
|
|
631
|
+
const _vITH = "virtualInterfaceTestHistory";
|
|
632
|
+
const _vITi = "virtualInterfaceType";
|
|
633
|
+
const _vIi = "virtualInterfaces";
|
|
634
|
+
const _va = "value";
|
|
635
|
+
const _ve = "vendor";
|
|
636
|
+
const _xTN = "xsltTemplateName";
|
|
637
|
+
const _xTNFMS = "xsltTemplateNameForMacSec";
|
|
638
|
+
const n0 = "com.amazonaws.directconnect";
|
|
639
|
+
var AcceptDirectConnectGatewayAssociationProposalRequest = [
|
|
640
|
+
3,
|
|
641
|
+
n0,
|
|
642
|
+
_ADCGAPR,
|
|
643
|
+
0,
|
|
644
|
+
[_dCGI, _pI, _aGOA, _oAPTDCG],
|
|
645
|
+
[0, 0, 0, () => RouteFilterPrefixList],
|
|
646
|
+
];
|
|
647
|
+
var AcceptDirectConnectGatewayAssociationProposalResult = [
|
|
648
|
+
3,
|
|
649
|
+
n0,
|
|
650
|
+
_ADCGAPRc,
|
|
651
|
+
0,
|
|
652
|
+
[_dCGA],
|
|
653
|
+
[() => DirectConnectGatewayAssociation],
|
|
654
|
+
];
|
|
655
|
+
var AllocateConnectionOnInterconnectRequest = [
|
|
656
|
+
3,
|
|
657
|
+
n0,
|
|
658
|
+
_ACOIR,
|
|
659
|
+
0,
|
|
660
|
+
[_b, _cN, _oA, _iI, _v],
|
|
661
|
+
[0, 0, 0, 0, 1],
|
|
662
|
+
];
|
|
663
|
+
var AllocateHostedConnectionRequest = [
|
|
664
|
+
3,
|
|
665
|
+
n0,
|
|
666
|
+
_AHCR,
|
|
667
|
+
0,
|
|
668
|
+
[_cI, _oA, _b, _cN, _v, _t],
|
|
669
|
+
[0, 0, 0, 0, 1, () => TagList],
|
|
670
|
+
];
|
|
671
|
+
var AllocatePrivateVirtualInterfaceRequest = [
|
|
672
|
+
3,
|
|
673
|
+
n0,
|
|
674
|
+
_APVIR,
|
|
675
|
+
0,
|
|
676
|
+
[_cI, _oA, _nPVIA],
|
|
677
|
+
[0, 0, () => NewPrivateVirtualInterfaceAllocation],
|
|
678
|
+
];
|
|
679
|
+
var AllocatePublicVirtualInterfaceRequest = [
|
|
680
|
+
3,
|
|
681
|
+
n0,
|
|
682
|
+
_APVIRl,
|
|
683
|
+
0,
|
|
684
|
+
[_cI, _oA, _nPVIAe],
|
|
685
|
+
[0, 0, () => NewPublicVirtualInterfaceAllocation],
|
|
686
|
+
];
|
|
687
|
+
var AllocateTransitVirtualInterfaceRequest = [
|
|
688
|
+
3,
|
|
689
|
+
n0,
|
|
690
|
+
_ATVIR,
|
|
691
|
+
0,
|
|
692
|
+
[_cI, _oA, _nTVIA],
|
|
693
|
+
[0, 0, () => NewTransitVirtualInterfaceAllocation],
|
|
694
|
+
];
|
|
695
|
+
var AllocateTransitVirtualInterfaceResult = [
|
|
696
|
+
3,
|
|
697
|
+
n0,
|
|
698
|
+
_ATVIRl,
|
|
699
|
+
0,
|
|
700
|
+
[_vI],
|
|
701
|
+
[() => VirtualInterface],
|
|
702
|
+
];
|
|
703
|
+
var AssociateConnectionWithLagRequest = [3, n0, _ACWLR, 0, [_cI, _lI], [0, 0]];
|
|
704
|
+
var AssociatedCoreNetwork = [3, n0, _ACN, 0, [_i, _oA, _aI], [0, 0, 0]];
|
|
705
|
+
var AssociatedGateway = [3, n0, _AG, 0, [_i, _ty, _oA, _r], [0, 0, 0, 0]];
|
|
706
|
+
var AssociateHostedConnectionRequest = [3, n0, _AHCRs, 0, [_cI, _pCI], [0, 0]];
|
|
707
|
+
var AssociateMacSecKeyRequest = [3, n0, _AMSKR, 0, [_cI, _sARN, _c, _ca], [0, 0, 0, 0]];
|
|
708
|
+
var AssociateMacSecKeyResponse = [
|
|
709
|
+
3,
|
|
710
|
+
n0,
|
|
711
|
+
_AMSKRs,
|
|
712
|
+
0,
|
|
713
|
+
[_cI, _mSK],
|
|
714
|
+
[0, () => MacSecKeyList],
|
|
715
|
+
];
|
|
716
|
+
var AssociateVirtualInterfaceRequest = [3, n0, _AVIR, 0, [_vII, _cI], [0, 0]];
|
|
717
|
+
var BGPPeer = [
|
|
718
|
+
3,
|
|
719
|
+
n0,
|
|
720
|
+
_BGPP,
|
|
721
|
+
0,
|
|
722
|
+
[_bPI, _a, _aL, _aK, _aF, _aA, _cA, _bPS, _bS, _aDV, _aLDI],
|
|
723
|
+
[0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
724
|
+
];
|
|
725
|
+
var ConfirmConnectionRequest = [3, n0, _CCR, 0, [_cI], [0]];
|
|
726
|
+
var ConfirmConnectionResponse = [3, n0, _CCRo, 0, [_cS], [0]];
|
|
727
|
+
var ConfirmCustomerAgreementRequest = [3, n0, _CCAR, 0, [_aN], [0]];
|
|
728
|
+
var ConfirmCustomerAgreementResponse = [3, n0, _CCARo, 0, [_s], [0]];
|
|
729
|
+
var ConfirmPrivateVirtualInterfaceRequest = [
|
|
730
|
+
3,
|
|
731
|
+
n0,
|
|
732
|
+
_CPVIR,
|
|
733
|
+
0,
|
|
734
|
+
[_vII, _vGI, _dCGI],
|
|
735
|
+
[0, 0, 0],
|
|
736
|
+
];
|
|
737
|
+
var ConfirmPrivateVirtualInterfaceResponse = [3, n0, _CPVIRo, 0, [_vIS], [0]];
|
|
738
|
+
var ConfirmPublicVirtualInterfaceRequest = [3, n0, _CPVIRon, 0, [_vII], [0]];
|
|
739
|
+
var ConfirmPublicVirtualInterfaceResponse = [3, n0, _CPVIRonf, 0, [_vIS], [0]];
|
|
740
|
+
var ConfirmTransitVirtualInterfaceRequest = [3, n0, _CTVIR, 0, [_vII, _dCGI], [0, 0]];
|
|
741
|
+
var ConfirmTransitVirtualInterfaceResponse = [3, n0, _CTVIRo, 0, [_vIS], [0]];
|
|
742
|
+
var Connection = [
|
|
743
|
+
3,
|
|
744
|
+
n0,
|
|
745
|
+
_C,
|
|
746
|
+
0,
|
|
747
|
+
[
|
|
748
|
+
_oA,
|
|
749
|
+
_cI,
|
|
750
|
+
_cN,
|
|
751
|
+
_cS,
|
|
752
|
+
_r,
|
|
753
|
+
_l,
|
|
754
|
+
_b,
|
|
755
|
+
_v,
|
|
756
|
+
_pN,
|
|
757
|
+
_lIT,
|
|
758
|
+
_lI,
|
|
759
|
+
_aD,
|
|
760
|
+
_jFC,
|
|
761
|
+
_aDV,
|
|
762
|
+
_aLDI,
|
|
763
|
+
_hLR,
|
|
764
|
+
_t,
|
|
765
|
+
_pNr,
|
|
766
|
+
_mSC,
|
|
767
|
+
_pES,
|
|
768
|
+
_eM,
|
|
769
|
+
_mSK,
|
|
770
|
+
_pIMSC,
|
|
771
|
+
],
|
|
772
|
+
[0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 0, 0, 2, 0, 0, 0, () => TagList, 0, 2, 0, 0, () => MacSecKeyList, 2],
|
|
773
|
+
];
|
|
774
|
+
var Connections = [3, n0, _Co, 0, [_co, _nT], [() => ConnectionList, 0]];
|
|
775
|
+
var CreateBGPPeerRequest = [3, n0, _CBGPPR, 0, [_vII, _nBGPP], [0, () => NewBGPPeer]];
|
|
776
|
+
var CreateBGPPeerResponse = [3, n0, _CBGPPRr, 0, [_vI], [() => VirtualInterface]];
|
|
777
|
+
var CreateConnectionRequest = [
|
|
778
|
+
3,
|
|
779
|
+
n0,
|
|
780
|
+
_CCRr,
|
|
781
|
+
0,
|
|
782
|
+
[_l, _b, _cN, _lI, _t, _pNr, _rMACS],
|
|
783
|
+
[0, 0, 0, 0, () => TagList, 0, 2],
|
|
784
|
+
];
|
|
785
|
+
var CreateDirectConnectGatewayAssociationProposalRequest = [
|
|
786
|
+
3,
|
|
787
|
+
n0,
|
|
788
|
+
_CDCGAPR,
|
|
789
|
+
0,
|
|
790
|
+
[_dCGI, _dCGOA, _gI, _aAPTDCG, _rAPTDCG],
|
|
791
|
+
[0, 0, 0, () => RouteFilterPrefixList, () => RouteFilterPrefixList],
|
|
792
|
+
];
|
|
793
|
+
var CreateDirectConnectGatewayAssociationProposalResult = [
|
|
794
|
+
3,
|
|
795
|
+
n0,
|
|
796
|
+
_CDCGAPRr,
|
|
797
|
+
0,
|
|
798
|
+
[_dCGAP],
|
|
799
|
+
[() => DirectConnectGatewayAssociationProposal],
|
|
800
|
+
];
|
|
801
|
+
var CreateDirectConnectGatewayAssociationRequest = [
|
|
802
|
+
3,
|
|
803
|
+
n0,
|
|
804
|
+
_CDCGAR,
|
|
805
|
+
0,
|
|
806
|
+
[_dCGI, _gI, _aAPTDCG, _vGI],
|
|
807
|
+
[0, 0, () => RouteFilterPrefixList, 0],
|
|
808
|
+
];
|
|
809
|
+
var CreateDirectConnectGatewayAssociationResult = [
|
|
810
|
+
3,
|
|
811
|
+
n0,
|
|
812
|
+
_CDCGARr,
|
|
813
|
+
0,
|
|
814
|
+
[_dCGA],
|
|
815
|
+
[() => DirectConnectGatewayAssociation],
|
|
816
|
+
];
|
|
817
|
+
var CreateDirectConnectGatewayRequest = [
|
|
818
|
+
3,
|
|
819
|
+
n0,
|
|
820
|
+
_CDCGR,
|
|
821
|
+
0,
|
|
822
|
+
[_dCGN, _t, _aSA],
|
|
823
|
+
[0, () => TagList, 1],
|
|
824
|
+
];
|
|
825
|
+
var CreateDirectConnectGatewayResult = [
|
|
826
|
+
3,
|
|
827
|
+
n0,
|
|
828
|
+
_CDCGRr,
|
|
829
|
+
0,
|
|
830
|
+
[_dCG],
|
|
831
|
+
[() => DirectConnectGateway],
|
|
832
|
+
];
|
|
833
|
+
var CreateInterconnectRequest = [
|
|
834
|
+
3,
|
|
835
|
+
n0,
|
|
836
|
+
_CIR,
|
|
837
|
+
0,
|
|
838
|
+
[_iN, _b, _l, _lI, _t, _pNr, _rMACS],
|
|
839
|
+
[0, 0, 0, 0, () => TagList, 0, 2],
|
|
840
|
+
];
|
|
841
|
+
var CreateLagRequest = [
|
|
842
|
+
3,
|
|
843
|
+
n0,
|
|
844
|
+
_CLR,
|
|
845
|
+
0,
|
|
846
|
+
[_nOC, _l, _cB, _lN, _cI, _t, _cCT, _pNr, _rMACS],
|
|
847
|
+
[1, 0, 0, 0, 0, () => TagList, () => TagList, 0, 2],
|
|
848
|
+
];
|
|
849
|
+
var CreatePrivateVirtualInterfaceRequest = [
|
|
850
|
+
3,
|
|
851
|
+
n0,
|
|
852
|
+
_CPVIRr,
|
|
853
|
+
0,
|
|
854
|
+
[_cI, _nPVI],
|
|
855
|
+
[0, () => NewPrivateVirtualInterface],
|
|
856
|
+
];
|
|
857
|
+
var CreatePublicVirtualInterfaceRequest = [
|
|
858
|
+
3,
|
|
859
|
+
n0,
|
|
860
|
+
_CPVIRre,
|
|
861
|
+
0,
|
|
862
|
+
[_cI, _nPVIe],
|
|
863
|
+
[0, () => NewPublicVirtualInterface],
|
|
864
|
+
];
|
|
865
|
+
var CreateTransitVirtualInterfaceRequest = [
|
|
866
|
+
3,
|
|
867
|
+
n0,
|
|
868
|
+
_CTVIRr,
|
|
869
|
+
0,
|
|
870
|
+
[_cI, _nTVI],
|
|
871
|
+
[0, () => NewTransitVirtualInterface],
|
|
872
|
+
];
|
|
873
|
+
var CreateTransitVirtualInterfaceResult = [
|
|
874
|
+
3,
|
|
875
|
+
n0,
|
|
876
|
+
_CTVIRre,
|
|
877
|
+
0,
|
|
878
|
+
[_vI],
|
|
879
|
+
[() => VirtualInterface],
|
|
880
|
+
];
|
|
881
|
+
var CustomerAgreement = [3, n0, _CA, 0, [_aN, _s], [0, 0]];
|
|
882
|
+
var DeleteBGPPeerRequest = [
|
|
883
|
+
3,
|
|
884
|
+
n0,
|
|
885
|
+
_DBGPPR,
|
|
886
|
+
0,
|
|
887
|
+
[_vII, _a, _aL, _cA, _bPI],
|
|
888
|
+
[0, 1, 1, 0, 0],
|
|
889
|
+
];
|
|
890
|
+
var DeleteBGPPeerResponse = [3, n0, _DBGPPRe, 0, [_vI], [() => VirtualInterface]];
|
|
891
|
+
var DeleteConnectionRequest = [3, n0, _DCR, 0, [_cI], [0]];
|
|
892
|
+
var DeleteDirectConnectGatewayAssociationProposalRequest = [
|
|
893
|
+
3,
|
|
894
|
+
n0,
|
|
895
|
+
_DDCGAPR,
|
|
896
|
+
0,
|
|
897
|
+
[_pI],
|
|
898
|
+
[0],
|
|
899
|
+
];
|
|
900
|
+
var DeleteDirectConnectGatewayAssociationProposalResult = [
|
|
901
|
+
3,
|
|
902
|
+
n0,
|
|
903
|
+
_DDCGAPRe,
|
|
904
|
+
0,
|
|
905
|
+
[_dCGAP],
|
|
906
|
+
[() => DirectConnectGatewayAssociationProposal],
|
|
907
|
+
];
|
|
908
|
+
var DeleteDirectConnectGatewayAssociationRequest = [
|
|
909
|
+
3,
|
|
910
|
+
n0,
|
|
911
|
+
_DDCGAR,
|
|
912
|
+
0,
|
|
913
|
+
[_aIs, _dCGI, _vGI],
|
|
914
|
+
[0, 0, 0],
|
|
915
|
+
];
|
|
916
|
+
var DeleteDirectConnectGatewayAssociationResult = [
|
|
917
|
+
3,
|
|
918
|
+
n0,
|
|
919
|
+
_DDCGARe,
|
|
920
|
+
0,
|
|
921
|
+
[_dCGA],
|
|
922
|
+
[() => DirectConnectGatewayAssociation],
|
|
923
|
+
];
|
|
924
|
+
var DeleteDirectConnectGatewayRequest = [3, n0, _DDCGR, 0, [_dCGI], [0]];
|
|
925
|
+
var DeleteDirectConnectGatewayResult = [
|
|
926
|
+
3,
|
|
927
|
+
n0,
|
|
928
|
+
_DDCGRe,
|
|
929
|
+
0,
|
|
930
|
+
[_dCG],
|
|
931
|
+
[() => DirectConnectGateway],
|
|
932
|
+
];
|
|
933
|
+
var DeleteInterconnectRequest = [3, n0, _DIR, 0, [_iI], [0]];
|
|
934
|
+
var DeleteInterconnectResponse = [3, n0, _DIRe, 0, [_iS], [0]];
|
|
935
|
+
var DeleteLagRequest = [3, n0, _DLR, 0, [_lI], [0]];
|
|
936
|
+
var DeleteVirtualInterfaceRequest = [3, n0, _DVIR, 0, [_vII], [0]];
|
|
937
|
+
var DeleteVirtualInterfaceResponse = [3, n0, _DVIRe, 0, [_vIS], [0]];
|
|
938
|
+
var DescribeConnectionLoaRequest = [3, n0, _DCLR, 0, [_cI, _pNr, _lCT], [0, 0, 0]];
|
|
939
|
+
var DescribeConnectionLoaResponse = [3, n0, _DCLRe, 0, [_lo], [() => Loa]];
|
|
940
|
+
var DescribeConnectionsOnInterconnectRequest = [3, n0, _DCOIR, 0, [_iI], [0]];
|
|
941
|
+
var DescribeConnectionsRequest = [3, n0, _DCRe, 0, [_cI, _mR, _nT], [0, 1, 0]];
|
|
942
|
+
var DescribeCustomerMetadataResponse = [
|
|
943
|
+
3,
|
|
944
|
+
n0,
|
|
945
|
+
_DCMR,
|
|
946
|
+
0,
|
|
947
|
+
[_ag, _nPT],
|
|
948
|
+
[() => AgreementList, 0],
|
|
949
|
+
];
|
|
950
|
+
var DescribeDirectConnectGatewayAssociationProposalsRequest = [
|
|
951
|
+
3,
|
|
952
|
+
n0,
|
|
953
|
+
_DDCGAPRes,
|
|
954
|
+
0,
|
|
955
|
+
[_dCGI, _pI, _aGI, _mR, _nT],
|
|
956
|
+
[0, 0, 0, 1, 0],
|
|
957
|
+
];
|
|
958
|
+
var DescribeDirectConnectGatewayAssociationProposalsResult = [
|
|
959
|
+
3,
|
|
960
|
+
n0,
|
|
961
|
+
_DDCGAPResc,
|
|
962
|
+
0,
|
|
963
|
+
[_dCGAPi, _nT],
|
|
964
|
+
[() => DirectConnectGatewayAssociationProposalList, 0],
|
|
965
|
+
];
|
|
966
|
+
var DescribeDirectConnectGatewayAssociationsRequest = [
|
|
967
|
+
3,
|
|
968
|
+
n0,
|
|
969
|
+
_DDCGARes,
|
|
970
|
+
0,
|
|
971
|
+
[_aIs, _aGI, _dCGI, _mR, _nT, _vGI],
|
|
972
|
+
[0, 0, 0, 1, 0, 0],
|
|
973
|
+
];
|
|
974
|
+
var DescribeDirectConnectGatewayAssociationsResult = [
|
|
975
|
+
3,
|
|
976
|
+
n0,
|
|
977
|
+
_DDCGAResc,
|
|
978
|
+
0,
|
|
979
|
+
[_dCGAi, _nT],
|
|
980
|
+
[() => DirectConnectGatewayAssociationList, 0],
|
|
981
|
+
];
|
|
982
|
+
var DescribeDirectConnectGatewayAttachmentsRequest = [
|
|
983
|
+
3,
|
|
984
|
+
n0,
|
|
985
|
+
_DDCGARescr,
|
|
986
|
+
0,
|
|
987
|
+
[_dCGI, _vII, _mR, _nT],
|
|
988
|
+
[0, 0, 1, 0],
|
|
989
|
+
];
|
|
990
|
+
var DescribeDirectConnectGatewayAttachmentsResult = [
|
|
991
|
+
3,
|
|
992
|
+
n0,
|
|
993
|
+
_DDCGARescri,
|
|
994
|
+
0,
|
|
995
|
+
[_dCGAir, _nT],
|
|
996
|
+
[() => DirectConnectGatewayAttachmentList, 0],
|
|
997
|
+
];
|
|
998
|
+
var DescribeDirectConnectGatewaysRequest = [
|
|
999
|
+
3,
|
|
1000
|
+
n0,
|
|
1001
|
+
_DDCGRes,
|
|
1002
|
+
0,
|
|
1003
|
+
[_dCGI, _mR, _nT],
|
|
1004
|
+
[0, 1, 0],
|
|
1005
|
+
];
|
|
1006
|
+
var DescribeDirectConnectGatewaysResult = [
|
|
1007
|
+
3,
|
|
1008
|
+
n0,
|
|
1009
|
+
_DDCGResc,
|
|
1010
|
+
0,
|
|
1011
|
+
[_dCGi, _nT],
|
|
1012
|
+
[() => DirectConnectGatewayList, 0],
|
|
1013
|
+
];
|
|
1014
|
+
var DescribeHostedConnectionsRequest = [3, n0, _DHCR, 0, [_cI, _mR, _nT], [0, 1, 0]];
|
|
1015
|
+
var DescribeInterconnectLoaRequest = [3, n0, _DILR, 0, [_iI, _pNr, _lCT], [0, 0, 0]];
|
|
1016
|
+
var DescribeInterconnectLoaResponse = [3, n0, _DILRe, 0, [_lo], [() => Loa]];
|
|
1017
|
+
var DescribeInterconnectsRequest = [3, n0, _DIRes, 0, [_iI, _mR, _nT], [0, 1, 0]];
|
|
1018
|
+
var DescribeLagsRequest = [3, n0, _DLRe, 0, [_lI, _mR, _nT], [0, 1, 0]];
|
|
1019
|
+
var DescribeLoaRequest = [3, n0, _DLRes, 0, [_cI, _pNr, _lCT], [0, 0, 0]];
|
|
1020
|
+
var DescribeRouterConfigurationRequest = [3, n0, _DRCR, 0, [_vII, _rTI], [0, 0]];
|
|
1021
|
+
var DescribeRouterConfigurationResponse = [
|
|
1022
|
+
3,
|
|
1023
|
+
n0,
|
|
1024
|
+
_DRCRe,
|
|
1025
|
+
0,
|
|
1026
|
+
[_cRC, _ro, _vII, _vIN],
|
|
1027
|
+
[0, () => RouterType, 0, 0],
|
|
1028
|
+
];
|
|
1029
|
+
var DescribeTagsRequest = [3, n0, _DTR, 0, [_rA], [64 | 0]];
|
|
1030
|
+
var DescribeTagsResponse = [3, n0, _DTRe, 0, [_rT], [() => ResourceTagList]];
|
|
1031
|
+
var DescribeVirtualInterfacesRequest = [
|
|
1032
|
+
3,
|
|
1033
|
+
n0,
|
|
1034
|
+
_DVIRes,
|
|
1035
|
+
0,
|
|
1036
|
+
[_cI, _vII, _mR, _nT],
|
|
1037
|
+
[0, 0, 1, 0],
|
|
1038
|
+
];
|
|
1039
|
+
var DirectConnectClientException = [
|
|
1040
|
+
-3,
|
|
1041
|
+
n0,
|
|
1042
|
+
_DCCE,
|
|
1043
|
+
{
|
|
1044
|
+
[_e]: _cl,
|
|
1045
|
+
},
|
|
1046
|
+
[_m],
|
|
1047
|
+
[0],
|
|
1048
|
+
];
|
|
1049
|
+
schema.TypeRegistry.for(n0).registerError(DirectConnectClientException, DirectConnectClientException$1);
|
|
1050
|
+
var DirectConnectGateway = [
|
|
1051
|
+
3,
|
|
1052
|
+
n0,
|
|
1053
|
+
_DCG,
|
|
1054
|
+
0,
|
|
1055
|
+
[_dCGI, _dCGN, _aSA, _oA, _dCGS, _sCE, _t],
|
|
1056
|
+
[0, 0, 1, 0, 0, 0, () => TagList],
|
|
1057
|
+
];
|
|
1058
|
+
var DirectConnectGatewayAssociation = [
|
|
1059
|
+
3,
|
|
1060
|
+
n0,
|
|
1061
|
+
_DCGA,
|
|
1062
|
+
0,
|
|
1063
|
+
[_dCGI, _dCGOA, _aS, _sCE, _aG, _aIs, _aPTDCG, _aCN, _vGI, _vGR, _vGOA],
|
|
1064
|
+
[0, 0, 0, 0, () => AssociatedGateway, 0, () => RouteFilterPrefixList, () => AssociatedCoreNetwork, 0, 0, 0],
|
|
1065
|
+
];
|
|
1066
|
+
var DirectConnectGatewayAssociationProposal = [
|
|
1067
|
+
3,
|
|
1068
|
+
n0,
|
|
1069
|
+
_DCGAP,
|
|
1070
|
+
0,
|
|
1071
|
+
[_pI, _dCGI, _dCGOA, _pS, _aG, _eAPTDCG, _rAPTDCGe],
|
|
1072
|
+
[0, 0, 0, 0, () => AssociatedGateway, () => RouteFilterPrefixList, () => RouteFilterPrefixList],
|
|
1073
|
+
];
|
|
1074
|
+
var DirectConnectGatewayAttachment = [
|
|
1075
|
+
3,
|
|
1076
|
+
n0,
|
|
1077
|
+
_DCGAi,
|
|
1078
|
+
0,
|
|
1079
|
+
[_dCGI, _vII, _vIR, _vIOA, _aSt, _aT, _sCE],
|
|
1080
|
+
[0, 0, 0, 0, 0, 0, 0],
|
|
1081
|
+
];
|
|
1082
|
+
var DirectConnectServerException = [
|
|
1083
|
+
-3,
|
|
1084
|
+
n0,
|
|
1085
|
+
_DCSE,
|
|
1086
|
+
{
|
|
1087
|
+
[_e]: _se,
|
|
1088
|
+
[_hE]: 500,
|
|
1089
|
+
},
|
|
1090
|
+
[_m],
|
|
1091
|
+
[0],
|
|
1092
|
+
];
|
|
1093
|
+
schema.TypeRegistry.for(n0).registerError(DirectConnectServerException, DirectConnectServerException$1);
|
|
1094
|
+
var DisassociateConnectionFromLagRequest = [3, n0, _DCFLR, 0, [_cI, _lI], [0, 0]];
|
|
1095
|
+
var DisassociateMacSecKeyRequest = [3, n0, _DMSKR, 0, [_cI, _sARN], [0, 0]];
|
|
1096
|
+
var DisassociateMacSecKeyResponse = [
|
|
1097
|
+
3,
|
|
1098
|
+
n0,
|
|
1099
|
+
_DMSKRi,
|
|
1100
|
+
0,
|
|
1101
|
+
[_cI, _mSK],
|
|
1102
|
+
[0, () => MacSecKeyList],
|
|
1103
|
+
];
|
|
1104
|
+
var DuplicateTagKeysException = [
|
|
1105
|
+
-3,
|
|
1106
|
+
n0,
|
|
1107
|
+
_DTKE,
|
|
1108
|
+
{
|
|
1109
|
+
[_e]: _cl,
|
|
1110
|
+
},
|
|
1111
|
+
[_m],
|
|
1112
|
+
[0],
|
|
1113
|
+
];
|
|
1114
|
+
schema.TypeRegistry.for(n0).registerError(DuplicateTagKeysException, DuplicateTagKeysException$1);
|
|
1115
|
+
var Interconnect = [
|
|
1116
|
+
3,
|
|
1117
|
+
n0,
|
|
1118
|
+
_I,
|
|
1119
|
+
0,
|
|
1120
|
+
[_iI, _iN, _iS, _r, _l, _b, _lIT, _lI, _aD, _jFC, _aDV, _aLDI, _hLR, _t, _pNr, _mSC, _pES, _eM, _mSK],
|
|
1121
|
+
[0, 0, 0, 0, 0, 0, 4, 0, 0, 2, 0, 0, 0, () => TagList, 0, 2, 0, 0, () => MacSecKeyList],
|
|
1122
|
+
];
|
|
1123
|
+
var Interconnects = [3, n0, _In, 0, [_in, _nT], [() => InterconnectList, 0]];
|
|
1124
|
+
var Lag = [
|
|
1125
|
+
3,
|
|
1126
|
+
n0,
|
|
1127
|
+
_L,
|
|
1128
|
+
0,
|
|
1129
|
+
[_cB, _nOC, _lI, _oA, _lN, _lS, _l, _r, _mL, _aD, _aDV, _aLDI, _co, _aHC, _jFC, _hLR, _t, _pNr, _mSC, _eM, _mSK],
|
|
1130
|
+
[0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, () => ConnectionList, 2, 2, 0, () => TagList, 0, 2, 0, () => MacSecKeyList],
|
|
1131
|
+
];
|
|
1132
|
+
var Lags = [3, n0, _La, 0, [_la, _nT], [() => LagList, 0]];
|
|
1133
|
+
var ListVirtualInterfaceTestHistoryRequest = [
|
|
1134
|
+
3,
|
|
1135
|
+
n0,
|
|
1136
|
+
_LVITHR,
|
|
1137
|
+
0,
|
|
1138
|
+
[_tI, _vII, _bP, _s, _mR, _nT],
|
|
1139
|
+
[0, 0, 64 | 0, 0, 1, 0],
|
|
1140
|
+
];
|
|
1141
|
+
var ListVirtualInterfaceTestHistoryResponse = [
|
|
1142
|
+
3,
|
|
1143
|
+
n0,
|
|
1144
|
+
_LVITHRi,
|
|
1145
|
+
0,
|
|
1146
|
+
[_vITH, _nT],
|
|
1147
|
+
[() => VirtualInterfaceTestHistoryList, 0],
|
|
1148
|
+
];
|
|
1149
|
+
var Loa = [3, n0, _Lo, 0, [_lC, _lCT], [21, 0]];
|
|
1150
|
+
var Location = [
|
|
1151
|
+
3,
|
|
1152
|
+
n0,
|
|
1153
|
+
_Loc,
|
|
1154
|
+
0,
|
|
1155
|
+
[_lCo, _lNo, _r, _aPS, _aP, _aMSPS],
|
|
1156
|
+
[0, 0, 0, 64 | 0, 64 | 0, 64 | 0],
|
|
1157
|
+
];
|
|
1158
|
+
var Locations = [3, n0, _Loca, 0, [_loc], [() => LocationList]];
|
|
1159
|
+
var MacSecKey = [3, n0, _MSK, 0, [_sARN, _c, _st, _sO], [0, 0, 0, 0]];
|
|
1160
|
+
var NewBGPPeer = [3, n0, _NBGPP, 0, [_a, _aL, _aK, _aF, _aA, _cA], [1, 1, 0, 0, 0, 0]];
|
|
1161
|
+
var NewPrivateVirtualInterface = [
|
|
1162
|
+
3,
|
|
1163
|
+
n0,
|
|
1164
|
+
_NPVI,
|
|
1165
|
+
0,
|
|
1166
|
+
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _vGI, _dCGI, _t, _eSL],
|
|
1167
|
+
[0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, () => TagList, 2],
|
|
1168
|
+
];
|
|
1169
|
+
var NewPrivateVirtualInterfaceAllocation = [
|
|
1170
|
+
3,
|
|
1171
|
+
n0,
|
|
1172
|
+
_NPVIA,
|
|
1173
|
+
0,
|
|
1174
|
+
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _aF, _cA, _t],
|
|
1175
|
+
[0, 1, 1, 1, 1, 0, 0, 0, 0, () => TagList],
|
|
1176
|
+
];
|
|
1177
|
+
var NewPublicVirtualInterface = [
|
|
1178
|
+
3,
|
|
1179
|
+
n0,
|
|
1180
|
+
_NPVIe,
|
|
1181
|
+
0,
|
|
1182
|
+
[_vIN, _v, _a, _aL, _aK, _aA, _cA, _aF, _rFP, _t],
|
|
1183
|
+
[0, 1, 1, 1, 0, 0, 0, 0, () => RouteFilterPrefixList, () => TagList],
|
|
1184
|
+
];
|
|
1185
|
+
var NewPublicVirtualInterfaceAllocation = [
|
|
1186
|
+
3,
|
|
1187
|
+
n0,
|
|
1188
|
+
_NPVIAe,
|
|
1189
|
+
0,
|
|
1190
|
+
[_vIN, _v, _a, _aL, _aK, _aA, _cA, _aF, _rFP, _t],
|
|
1191
|
+
[0, 1, 1, 1, 0, 0, 0, 0, () => RouteFilterPrefixList, () => TagList],
|
|
1192
|
+
];
|
|
1193
|
+
var NewTransitVirtualInterface = [
|
|
1194
|
+
3,
|
|
1195
|
+
n0,
|
|
1196
|
+
_NTVI,
|
|
1197
|
+
0,
|
|
1198
|
+
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _dCGI, _t, _eSL],
|
|
1199
|
+
[0, 1, 1, 1, 1, 0, 0, 0, 0, 0, () => TagList, 2],
|
|
1200
|
+
];
|
|
1201
|
+
var NewTransitVirtualInterfaceAllocation = [
|
|
1202
|
+
3,
|
|
1203
|
+
n0,
|
|
1204
|
+
_NTVIA,
|
|
1205
|
+
0,
|
|
1206
|
+
[_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _t],
|
|
1207
|
+
[0, 1, 1, 1, 1, 0, 0, 0, 0, () => TagList],
|
|
1208
|
+
];
|
|
1209
|
+
var ResourceTag = [3, n0, _RT, 0, [_rAe, _t], [0, () => TagList]];
|
|
1210
|
+
var RouteFilterPrefix = [3, n0, _RFP, 0, [_ci], [0]];
|
|
1211
|
+
var RouterType = [
|
|
1212
|
+
3,
|
|
1213
|
+
n0,
|
|
1214
|
+
_RTo,
|
|
1215
|
+
0,
|
|
1216
|
+
[_ve, _p, _so, _xTN, _xTNFMS, _rTI],
|
|
1217
|
+
[0, 0, 0, 0, 0, 0],
|
|
1218
|
+
];
|
|
1219
|
+
var StartBgpFailoverTestRequest = [3, n0, _SBFTR, 0, [_vII, _bP, _tDIM], [0, 64 | 0, 1]];
|
|
1220
|
+
var StartBgpFailoverTestResponse = [
|
|
1221
|
+
3,
|
|
1222
|
+
n0,
|
|
1223
|
+
_SBFTRt,
|
|
1224
|
+
0,
|
|
1225
|
+
[_vIT],
|
|
1226
|
+
[() => VirtualInterfaceTestHistory],
|
|
1227
|
+
];
|
|
1228
|
+
var StopBgpFailoverTestRequest = [3, n0, _SBFTRto, 0, [_vII], [0]];
|
|
1229
|
+
var StopBgpFailoverTestResponse = [
|
|
1230
|
+
3,
|
|
1231
|
+
n0,
|
|
1232
|
+
_SBFTRtop,
|
|
1233
|
+
0,
|
|
1234
|
+
[_vIT],
|
|
1235
|
+
[() => VirtualInterfaceTestHistory],
|
|
1236
|
+
];
|
|
1237
|
+
var Tag = [3, n0, _T, 0, [_k, _va], [0, 0]];
|
|
1238
|
+
var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [0, () => TagList]];
|
|
1239
|
+
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1240
|
+
var TooManyTagsException = [
|
|
1241
|
+
-3,
|
|
1242
|
+
n0,
|
|
1243
|
+
_TMTE,
|
|
1244
|
+
{
|
|
1245
|
+
[_e]: _cl,
|
|
1246
|
+
},
|
|
1247
|
+
[_m],
|
|
1248
|
+
[0],
|
|
1249
|
+
];
|
|
1250
|
+
schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
|
|
1251
|
+
var UntagResourceRequest = [3, n0, _URR, 0, [_rAe, _tK], [0, 64 | 0]];
|
|
1252
|
+
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1253
|
+
var UpdateConnectionRequest = [3, n0, _UCR, 0, [_cI, _cN, _eM], [0, 0, 0]];
|
|
1254
|
+
var UpdateDirectConnectGatewayAssociationRequest = [
|
|
1255
|
+
3,
|
|
1256
|
+
n0,
|
|
1257
|
+
_UDCGAR,
|
|
1258
|
+
0,
|
|
1259
|
+
[_aIs, _aAPTDCG, _rAPTDCG],
|
|
1260
|
+
[0, () => RouteFilterPrefixList, () => RouteFilterPrefixList],
|
|
1261
|
+
];
|
|
1262
|
+
var UpdateDirectConnectGatewayAssociationResult = [
|
|
1263
|
+
3,
|
|
1264
|
+
n0,
|
|
1265
|
+
_UDCGARp,
|
|
1266
|
+
0,
|
|
1267
|
+
[_dCGA],
|
|
1268
|
+
[() => DirectConnectGatewayAssociation],
|
|
1269
|
+
];
|
|
1270
|
+
var UpdateDirectConnectGatewayRequest = [3, n0, _UDCGR, 0, [_dCGI, _nDCGN], [0, 0]];
|
|
1271
|
+
var UpdateDirectConnectGatewayResponse = [
|
|
1272
|
+
3,
|
|
1273
|
+
n0,
|
|
1274
|
+
_UDCGRp,
|
|
1275
|
+
0,
|
|
1276
|
+
[_dCG],
|
|
1277
|
+
[() => DirectConnectGateway],
|
|
1278
|
+
];
|
|
1279
|
+
var UpdateLagRequest = [3, n0, _ULR, 0, [_lI, _lN, _mL, _eM], [0, 0, 1, 0]];
|
|
1280
|
+
var UpdateVirtualInterfaceAttributesRequest = [
|
|
1281
|
+
3,
|
|
1282
|
+
n0,
|
|
1283
|
+
_UVIAR,
|
|
1284
|
+
0,
|
|
1285
|
+
[_vII, _mt, _eSL, _vIN],
|
|
1286
|
+
[0, 1, 2, 0],
|
|
1287
|
+
];
|
|
1288
|
+
var VirtualGateway = [3, n0, _VG, 0, [_vGI, _vGS], [0, 0]];
|
|
1289
|
+
var VirtualGateways = [3, n0, _VGi, 0, [_vG], [() => VirtualGatewayList]];
|
|
1290
|
+
var VirtualInterface = [
|
|
1291
|
+
3,
|
|
1292
|
+
n0,
|
|
1293
|
+
_VI,
|
|
1294
|
+
0,
|
|
1295
|
+
[
|
|
1296
|
+
_oA,
|
|
1297
|
+
_vII,
|
|
1298
|
+
_l,
|
|
1299
|
+
_cI,
|
|
1300
|
+
_vITi,
|
|
1301
|
+
_vIN,
|
|
1302
|
+
_v,
|
|
1303
|
+
_a,
|
|
1304
|
+
_aL,
|
|
1305
|
+
_aSA,
|
|
1306
|
+
_aK,
|
|
1307
|
+
_aA,
|
|
1308
|
+
_cA,
|
|
1309
|
+
_aF,
|
|
1310
|
+
_vIS,
|
|
1311
|
+
_cRC,
|
|
1312
|
+
_mt,
|
|
1313
|
+
_jFC,
|
|
1314
|
+
_vGI,
|
|
1315
|
+
_dCGI,
|
|
1316
|
+
_rFP,
|
|
1317
|
+
_bP,
|
|
1318
|
+
_r,
|
|
1319
|
+
_aDV,
|
|
1320
|
+
_aLDI,
|
|
1321
|
+
_t,
|
|
1322
|
+
_sLE,
|
|
1323
|
+
],
|
|
1324
|
+
[
|
|
1325
|
+
0,
|
|
1326
|
+
0,
|
|
1327
|
+
0,
|
|
1328
|
+
0,
|
|
1329
|
+
0,
|
|
1330
|
+
0,
|
|
1331
|
+
1,
|
|
1332
|
+
1,
|
|
1333
|
+
1,
|
|
1334
|
+
1,
|
|
1335
|
+
0,
|
|
1336
|
+
0,
|
|
1337
|
+
0,
|
|
1338
|
+
0,
|
|
1339
|
+
0,
|
|
1340
|
+
0,
|
|
1341
|
+
1,
|
|
1342
|
+
2,
|
|
1343
|
+
0,
|
|
1344
|
+
0,
|
|
1345
|
+
() => RouteFilterPrefixList,
|
|
1346
|
+
() => BGPPeerList,
|
|
1347
|
+
0,
|
|
1348
|
+
0,
|
|
1349
|
+
0,
|
|
1350
|
+
() => TagList,
|
|
1351
|
+
2,
|
|
1352
|
+
],
|
|
1353
|
+
];
|
|
1354
|
+
var VirtualInterfaces = [3, n0, _VIi, 0, [_vIi, _nT], [() => VirtualInterfaceList, 0]];
|
|
1355
|
+
var VirtualInterfaceTestHistory = [
|
|
1356
|
+
3,
|
|
1357
|
+
n0,
|
|
1358
|
+
_VITH,
|
|
1359
|
+
0,
|
|
1360
|
+
[_tI, _vII, _bP, _s, _oA, _tDIM, _sT, _eT],
|
|
1361
|
+
[0, 0, 64 | 0, 0, 0, 1, 4, 4],
|
|
1362
|
+
];
|
|
1363
|
+
var __Unit = "unit";
|
|
1364
|
+
var DirectConnectServiceException = [-3, _sm, "DirectConnectServiceException", 0, [], []];
|
|
1365
|
+
schema.TypeRegistry.for(_sm).registerError(DirectConnectServiceException, DirectConnectServiceException$1);
|
|
1366
|
+
var AgreementList = [1, n0, _AL, 0, () => CustomerAgreement];
|
|
1367
|
+
var BGPPeerList = [1, n0, _BGPPL, 0, () => BGPPeer];
|
|
1368
|
+
var ConnectionList = [1, n0, _CL, 0, () => Connection];
|
|
1369
|
+
var DirectConnectGatewayAssociationList = [
|
|
1370
|
+
1,
|
|
1371
|
+
n0,
|
|
1372
|
+
_DCGAL,
|
|
1373
|
+
0,
|
|
1374
|
+
() => DirectConnectGatewayAssociation,
|
|
1375
|
+
];
|
|
1376
|
+
var DirectConnectGatewayAssociationProposalList = [
|
|
1377
|
+
1,
|
|
1378
|
+
n0,
|
|
1379
|
+
_DCGAPL,
|
|
1380
|
+
0,
|
|
1381
|
+
() => DirectConnectGatewayAssociationProposal,
|
|
1382
|
+
];
|
|
1383
|
+
var DirectConnectGatewayAttachmentList = [
|
|
1384
|
+
1,
|
|
1385
|
+
n0,
|
|
1386
|
+
_DCGALi,
|
|
1387
|
+
0,
|
|
1388
|
+
() => DirectConnectGatewayAttachment,
|
|
1389
|
+
];
|
|
1390
|
+
var DirectConnectGatewayList = [1, n0, _DCGL, 0, () => DirectConnectGateway];
|
|
1391
|
+
var InterconnectList = [1, n0, _IL, 0, () => Interconnect];
|
|
1392
|
+
var LagList = [1, n0, _LL, 0, () => Lag];
|
|
1393
|
+
var LocationList = [1, n0, _LLo, 0, () => Location];
|
|
1394
|
+
var MacSecKeyList = [1, n0, _MSKL, 0, () => MacSecKey];
|
|
1395
|
+
var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag];
|
|
1396
|
+
var RouteFilterPrefixList = [1, n0, _RFPL, 0, () => RouteFilterPrefix];
|
|
1397
|
+
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1398
|
+
var VirtualGatewayList = [1, n0, _VGL, 0, () => VirtualGateway];
|
|
1399
|
+
var VirtualInterfaceList = [1, n0, _VIL, 0, () => VirtualInterface];
|
|
1400
|
+
var VirtualInterfaceTestHistoryList = [1, n0, _VITHL, 0, () => VirtualInterfaceTestHistory];
|
|
1401
|
+
var AcceptDirectConnectGatewayAssociationProposal = [
|
|
1402
|
+
9,
|
|
1403
|
+
n0,
|
|
1404
|
+
_ADCGAP,
|
|
1405
|
+
0,
|
|
1406
|
+
() => AcceptDirectConnectGatewayAssociationProposalRequest,
|
|
1407
|
+
() => AcceptDirectConnectGatewayAssociationProposalResult,
|
|
1408
|
+
];
|
|
1409
|
+
var AllocateConnectionOnInterconnect = [
|
|
1410
|
+
9,
|
|
1411
|
+
n0,
|
|
1412
|
+
_ACOI,
|
|
1413
|
+
0,
|
|
1414
|
+
() => AllocateConnectionOnInterconnectRequest,
|
|
1415
|
+
() => Connection,
|
|
1416
|
+
];
|
|
1417
|
+
var AllocateHostedConnection = [
|
|
1418
|
+
9,
|
|
1419
|
+
n0,
|
|
1420
|
+
_AHC,
|
|
1421
|
+
0,
|
|
1422
|
+
() => AllocateHostedConnectionRequest,
|
|
1423
|
+
() => Connection,
|
|
1424
|
+
];
|
|
1425
|
+
var AllocatePrivateVirtualInterface = [
|
|
1426
|
+
9,
|
|
1427
|
+
n0,
|
|
1428
|
+
_APVI,
|
|
1429
|
+
0,
|
|
1430
|
+
() => AllocatePrivateVirtualInterfaceRequest,
|
|
1431
|
+
() => VirtualInterface,
|
|
1432
|
+
];
|
|
1433
|
+
var AllocatePublicVirtualInterface = [
|
|
1434
|
+
9,
|
|
1435
|
+
n0,
|
|
1436
|
+
_APVIl,
|
|
1437
|
+
0,
|
|
1438
|
+
() => AllocatePublicVirtualInterfaceRequest,
|
|
1439
|
+
() => VirtualInterface,
|
|
1440
|
+
];
|
|
1441
|
+
var AllocateTransitVirtualInterface = [
|
|
1442
|
+
9,
|
|
1443
|
+
n0,
|
|
1444
|
+
_ATVI,
|
|
1445
|
+
0,
|
|
1446
|
+
() => AllocateTransitVirtualInterfaceRequest,
|
|
1447
|
+
() => AllocateTransitVirtualInterfaceResult,
|
|
1448
|
+
];
|
|
1449
|
+
var AssociateConnectionWithLag = [
|
|
1450
|
+
9,
|
|
1451
|
+
n0,
|
|
1452
|
+
_ACWL,
|
|
1453
|
+
0,
|
|
1454
|
+
() => AssociateConnectionWithLagRequest,
|
|
1455
|
+
() => Connection,
|
|
1456
|
+
];
|
|
1457
|
+
var AssociateHostedConnection = [
|
|
1458
|
+
9,
|
|
1459
|
+
n0,
|
|
1460
|
+
_AHCs,
|
|
1461
|
+
0,
|
|
1462
|
+
() => AssociateHostedConnectionRequest,
|
|
1463
|
+
() => Connection,
|
|
1464
|
+
];
|
|
1465
|
+
var AssociateMacSecKey = [
|
|
1466
|
+
9,
|
|
1467
|
+
n0,
|
|
1468
|
+
_AMSK,
|
|
1469
|
+
0,
|
|
1470
|
+
() => AssociateMacSecKeyRequest,
|
|
1471
|
+
() => AssociateMacSecKeyResponse,
|
|
1472
|
+
];
|
|
1473
|
+
var AssociateVirtualInterface = [
|
|
1474
|
+
9,
|
|
1475
|
+
n0,
|
|
1476
|
+
_AVI,
|
|
1477
|
+
0,
|
|
1478
|
+
() => AssociateVirtualInterfaceRequest,
|
|
1479
|
+
() => VirtualInterface,
|
|
1480
|
+
];
|
|
1481
|
+
var ConfirmConnection = [
|
|
1482
|
+
9,
|
|
1483
|
+
n0,
|
|
1484
|
+
_CC,
|
|
1485
|
+
0,
|
|
1486
|
+
() => ConfirmConnectionRequest,
|
|
1487
|
+
() => ConfirmConnectionResponse,
|
|
1488
|
+
];
|
|
1489
|
+
var ConfirmCustomerAgreement = [
|
|
1490
|
+
9,
|
|
1491
|
+
n0,
|
|
1492
|
+
_CCA,
|
|
1493
|
+
0,
|
|
1494
|
+
() => ConfirmCustomerAgreementRequest,
|
|
1495
|
+
() => ConfirmCustomerAgreementResponse,
|
|
1496
|
+
];
|
|
1497
|
+
var ConfirmPrivateVirtualInterface = [
|
|
1498
|
+
9,
|
|
1499
|
+
n0,
|
|
1500
|
+
_CPVI,
|
|
1501
|
+
0,
|
|
1502
|
+
() => ConfirmPrivateVirtualInterfaceRequest,
|
|
1503
|
+
() => ConfirmPrivateVirtualInterfaceResponse,
|
|
1504
|
+
];
|
|
1505
|
+
var ConfirmPublicVirtualInterface = [
|
|
1506
|
+
9,
|
|
1507
|
+
n0,
|
|
1508
|
+
_CPVIo,
|
|
1509
|
+
0,
|
|
1510
|
+
() => ConfirmPublicVirtualInterfaceRequest,
|
|
1511
|
+
() => ConfirmPublicVirtualInterfaceResponse,
|
|
1512
|
+
];
|
|
1513
|
+
var ConfirmTransitVirtualInterface = [
|
|
1514
|
+
9,
|
|
1515
|
+
n0,
|
|
1516
|
+
_CTVI,
|
|
1517
|
+
0,
|
|
1518
|
+
() => ConfirmTransitVirtualInterfaceRequest,
|
|
1519
|
+
() => ConfirmTransitVirtualInterfaceResponse,
|
|
1520
|
+
];
|
|
1521
|
+
var CreateBGPPeer = [
|
|
1522
|
+
9,
|
|
1523
|
+
n0,
|
|
1524
|
+
_CBGPP,
|
|
1525
|
+
0,
|
|
1526
|
+
() => CreateBGPPeerRequest,
|
|
1527
|
+
() => CreateBGPPeerResponse,
|
|
1528
|
+
];
|
|
1529
|
+
var CreateConnection = [9, n0, _CCr, 0, () => CreateConnectionRequest, () => Connection];
|
|
1530
|
+
var CreateDirectConnectGateway = [
|
|
1531
|
+
9,
|
|
1532
|
+
n0,
|
|
1533
|
+
_CDCG,
|
|
1534
|
+
0,
|
|
1535
|
+
() => CreateDirectConnectGatewayRequest,
|
|
1536
|
+
() => CreateDirectConnectGatewayResult,
|
|
1537
|
+
];
|
|
1538
|
+
var CreateDirectConnectGatewayAssociation = [
|
|
1539
|
+
9,
|
|
1540
|
+
n0,
|
|
1541
|
+
_CDCGA,
|
|
1542
|
+
0,
|
|
1543
|
+
() => CreateDirectConnectGatewayAssociationRequest,
|
|
1544
|
+
() => CreateDirectConnectGatewayAssociationResult,
|
|
1545
|
+
];
|
|
1546
|
+
var CreateDirectConnectGatewayAssociationProposal = [
|
|
1547
|
+
9,
|
|
1548
|
+
n0,
|
|
1549
|
+
_CDCGAP,
|
|
1550
|
+
0,
|
|
1551
|
+
() => CreateDirectConnectGatewayAssociationProposalRequest,
|
|
1552
|
+
() => CreateDirectConnectGatewayAssociationProposalResult,
|
|
1553
|
+
];
|
|
1554
|
+
var CreateInterconnect = [
|
|
1555
|
+
9,
|
|
1556
|
+
n0,
|
|
1557
|
+
_CI,
|
|
1558
|
+
0,
|
|
1559
|
+
() => CreateInterconnectRequest,
|
|
1560
|
+
() => Interconnect,
|
|
1561
|
+
];
|
|
1562
|
+
var CreateLag = [9, n0, _CLr, 0, () => CreateLagRequest, () => Lag];
|
|
1563
|
+
var CreatePrivateVirtualInterface = [
|
|
1564
|
+
9,
|
|
1565
|
+
n0,
|
|
1566
|
+
_CPVIr,
|
|
1567
|
+
0,
|
|
1568
|
+
() => CreatePrivateVirtualInterfaceRequest,
|
|
1569
|
+
() => VirtualInterface,
|
|
1570
|
+
];
|
|
1571
|
+
var CreatePublicVirtualInterface = [
|
|
1572
|
+
9,
|
|
1573
|
+
n0,
|
|
1574
|
+
_CPVIre,
|
|
1575
|
+
0,
|
|
1576
|
+
() => CreatePublicVirtualInterfaceRequest,
|
|
1577
|
+
() => VirtualInterface,
|
|
1578
|
+
];
|
|
1579
|
+
var CreateTransitVirtualInterface = [
|
|
1580
|
+
9,
|
|
1581
|
+
n0,
|
|
1582
|
+
_CTVIr,
|
|
1583
|
+
0,
|
|
1584
|
+
() => CreateTransitVirtualInterfaceRequest,
|
|
1585
|
+
() => CreateTransitVirtualInterfaceResult,
|
|
1586
|
+
];
|
|
1587
|
+
var DeleteBGPPeer = [
|
|
1588
|
+
9,
|
|
1589
|
+
n0,
|
|
1590
|
+
_DBGPP,
|
|
1591
|
+
0,
|
|
1592
|
+
() => DeleteBGPPeerRequest,
|
|
1593
|
+
() => DeleteBGPPeerResponse,
|
|
1594
|
+
];
|
|
1595
|
+
var DeleteConnection = [9, n0, _DC, 0, () => DeleteConnectionRequest, () => Connection];
|
|
1596
|
+
var DeleteDirectConnectGateway = [
|
|
1597
|
+
9,
|
|
1598
|
+
n0,
|
|
1599
|
+
_DDCG,
|
|
1600
|
+
0,
|
|
1601
|
+
() => DeleteDirectConnectGatewayRequest,
|
|
1602
|
+
() => DeleteDirectConnectGatewayResult,
|
|
1603
|
+
];
|
|
1604
|
+
var DeleteDirectConnectGatewayAssociation = [
|
|
1605
|
+
9,
|
|
1606
|
+
n0,
|
|
1607
|
+
_DDCGA,
|
|
1608
|
+
0,
|
|
1609
|
+
() => DeleteDirectConnectGatewayAssociationRequest,
|
|
1610
|
+
() => DeleteDirectConnectGatewayAssociationResult,
|
|
1611
|
+
];
|
|
1612
|
+
var DeleteDirectConnectGatewayAssociationProposal = [
|
|
1613
|
+
9,
|
|
1614
|
+
n0,
|
|
1615
|
+
_DDCGAP,
|
|
1616
|
+
0,
|
|
1617
|
+
() => DeleteDirectConnectGatewayAssociationProposalRequest,
|
|
1618
|
+
() => DeleteDirectConnectGatewayAssociationProposalResult,
|
|
1619
|
+
];
|
|
1620
|
+
var DeleteInterconnect = [
|
|
1621
|
+
9,
|
|
1622
|
+
n0,
|
|
1623
|
+
_DI,
|
|
1624
|
+
0,
|
|
1625
|
+
() => DeleteInterconnectRequest,
|
|
1626
|
+
() => DeleteInterconnectResponse,
|
|
1627
|
+
];
|
|
1628
|
+
var DeleteLag = [9, n0, _DL, 0, () => DeleteLagRequest, () => Lag];
|
|
1629
|
+
var DeleteVirtualInterface = [
|
|
1630
|
+
9,
|
|
1631
|
+
n0,
|
|
1632
|
+
_DVI,
|
|
1633
|
+
0,
|
|
1634
|
+
() => DeleteVirtualInterfaceRequest,
|
|
1635
|
+
() => DeleteVirtualInterfaceResponse,
|
|
1636
|
+
];
|
|
1637
|
+
var DescribeConnectionLoa = [
|
|
1638
|
+
9,
|
|
1639
|
+
n0,
|
|
1640
|
+
_DCL,
|
|
1641
|
+
0,
|
|
1642
|
+
() => DescribeConnectionLoaRequest,
|
|
1643
|
+
() => DescribeConnectionLoaResponse,
|
|
1644
|
+
];
|
|
1645
|
+
var DescribeConnections = [
|
|
1646
|
+
9,
|
|
1647
|
+
n0,
|
|
1648
|
+
_DCe,
|
|
1649
|
+
0,
|
|
1650
|
+
() => DescribeConnectionsRequest,
|
|
1651
|
+
() => Connections,
|
|
1652
|
+
];
|
|
1653
|
+
var DescribeConnectionsOnInterconnect = [
|
|
1654
|
+
9,
|
|
1655
|
+
n0,
|
|
1656
|
+
_DCOI,
|
|
1657
|
+
0,
|
|
1658
|
+
() => DescribeConnectionsOnInterconnectRequest,
|
|
1659
|
+
() => Connections,
|
|
1660
|
+
];
|
|
1661
|
+
var DescribeCustomerMetadata = [
|
|
1662
|
+
9,
|
|
1663
|
+
n0,
|
|
1664
|
+
_DCM,
|
|
1665
|
+
0,
|
|
1666
|
+
() => __Unit,
|
|
1667
|
+
() => DescribeCustomerMetadataResponse,
|
|
1668
|
+
];
|
|
1669
|
+
var DescribeDirectConnectGatewayAssociationProposals = [
|
|
1670
|
+
9,
|
|
1671
|
+
n0,
|
|
1672
|
+
_DDCGAPe,
|
|
1673
|
+
0,
|
|
1674
|
+
() => DescribeDirectConnectGatewayAssociationProposalsRequest,
|
|
1675
|
+
() => DescribeDirectConnectGatewayAssociationProposalsResult,
|
|
1676
|
+
];
|
|
1677
|
+
var DescribeDirectConnectGatewayAssociations = [
|
|
1678
|
+
9,
|
|
1679
|
+
n0,
|
|
1680
|
+
_DDCGAe,
|
|
1681
|
+
0,
|
|
1682
|
+
() => DescribeDirectConnectGatewayAssociationsRequest,
|
|
1683
|
+
() => DescribeDirectConnectGatewayAssociationsResult,
|
|
1684
|
+
];
|
|
1685
|
+
var DescribeDirectConnectGatewayAttachments = [
|
|
1686
|
+
9,
|
|
1687
|
+
n0,
|
|
1688
|
+
_DDCGAes,
|
|
1689
|
+
0,
|
|
1690
|
+
() => DescribeDirectConnectGatewayAttachmentsRequest,
|
|
1691
|
+
() => DescribeDirectConnectGatewayAttachmentsResult,
|
|
1692
|
+
];
|
|
1693
|
+
var DescribeDirectConnectGateways = [
|
|
1694
|
+
9,
|
|
1695
|
+
n0,
|
|
1696
|
+
_DDCGe,
|
|
1697
|
+
0,
|
|
1698
|
+
() => DescribeDirectConnectGatewaysRequest,
|
|
1699
|
+
() => DescribeDirectConnectGatewaysResult,
|
|
1700
|
+
];
|
|
1701
|
+
var DescribeHostedConnections = [
|
|
1702
|
+
9,
|
|
1703
|
+
n0,
|
|
1704
|
+
_DHC,
|
|
1705
|
+
0,
|
|
1706
|
+
() => DescribeHostedConnectionsRequest,
|
|
1707
|
+
() => Connections,
|
|
1708
|
+
];
|
|
1709
|
+
var DescribeInterconnectLoa = [
|
|
1710
|
+
9,
|
|
1711
|
+
n0,
|
|
1712
|
+
_DIL,
|
|
1713
|
+
0,
|
|
1714
|
+
() => DescribeInterconnectLoaRequest,
|
|
1715
|
+
() => DescribeInterconnectLoaResponse,
|
|
1716
|
+
];
|
|
1717
|
+
var DescribeInterconnects = [
|
|
1718
|
+
9,
|
|
1719
|
+
n0,
|
|
1720
|
+
_DIe,
|
|
1721
|
+
0,
|
|
1722
|
+
() => DescribeInterconnectsRequest,
|
|
1723
|
+
() => Interconnects,
|
|
1724
|
+
];
|
|
1725
|
+
var DescribeLags = [9, n0, _DLe, 0, () => DescribeLagsRequest, () => Lags];
|
|
1726
|
+
var DescribeLoa = [9, n0, _DLes, 0, () => DescribeLoaRequest, () => Loa];
|
|
1727
|
+
var DescribeLocations = [9, n0, _DLesc, 0, () => __Unit, () => Locations];
|
|
1728
|
+
var DescribeRouterConfiguration = [
|
|
1729
|
+
9,
|
|
1730
|
+
n0,
|
|
1731
|
+
_DRC,
|
|
1732
|
+
0,
|
|
1733
|
+
() => DescribeRouterConfigurationRequest,
|
|
1734
|
+
() => DescribeRouterConfigurationResponse,
|
|
1735
|
+
];
|
|
1736
|
+
var DescribeTags = [9, n0, _DT, 0, () => DescribeTagsRequest, () => DescribeTagsResponse];
|
|
1737
|
+
var DescribeVirtualGateways = [9, n0, _DVG, 0, () => __Unit, () => VirtualGateways];
|
|
1738
|
+
var DescribeVirtualInterfaces = [
|
|
1739
|
+
9,
|
|
1740
|
+
n0,
|
|
1741
|
+
_DVIe,
|
|
1742
|
+
0,
|
|
1743
|
+
() => DescribeVirtualInterfacesRequest,
|
|
1744
|
+
() => VirtualInterfaces,
|
|
1745
|
+
];
|
|
1746
|
+
var DisassociateConnectionFromLag = [
|
|
1747
|
+
9,
|
|
1748
|
+
n0,
|
|
1749
|
+
_DCFL,
|
|
1750
|
+
0,
|
|
1751
|
+
() => DisassociateConnectionFromLagRequest,
|
|
1752
|
+
() => Connection,
|
|
1753
|
+
];
|
|
1754
|
+
var DisassociateMacSecKey = [
|
|
1755
|
+
9,
|
|
1756
|
+
n0,
|
|
1757
|
+
_DMSK,
|
|
1758
|
+
0,
|
|
1759
|
+
() => DisassociateMacSecKeyRequest,
|
|
1760
|
+
() => DisassociateMacSecKeyResponse,
|
|
1761
|
+
];
|
|
1762
|
+
var ListVirtualInterfaceTestHistory = [
|
|
1763
|
+
9,
|
|
1764
|
+
n0,
|
|
1765
|
+
_LVITH,
|
|
1766
|
+
0,
|
|
1767
|
+
() => ListVirtualInterfaceTestHistoryRequest,
|
|
1768
|
+
() => ListVirtualInterfaceTestHistoryResponse,
|
|
1769
|
+
];
|
|
1770
|
+
var StartBgpFailoverTest = [
|
|
1771
|
+
9,
|
|
1772
|
+
n0,
|
|
1773
|
+
_SBFT,
|
|
1774
|
+
0,
|
|
1775
|
+
() => StartBgpFailoverTestRequest,
|
|
1776
|
+
() => StartBgpFailoverTestResponse,
|
|
1777
|
+
];
|
|
1778
|
+
var StopBgpFailoverTest = [
|
|
1779
|
+
9,
|
|
1780
|
+
n0,
|
|
1781
|
+
_SBFTt,
|
|
1782
|
+
0,
|
|
1783
|
+
() => StopBgpFailoverTestRequest,
|
|
1784
|
+
() => StopBgpFailoverTestResponse,
|
|
1785
|
+
];
|
|
1786
|
+
var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
|
|
1787
|
+
var UntagResource = [
|
|
1788
|
+
9,
|
|
1789
|
+
n0,
|
|
1790
|
+
_UR,
|
|
1791
|
+
0,
|
|
1792
|
+
() => UntagResourceRequest,
|
|
1793
|
+
() => UntagResourceResponse,
|
|
1794
|
+
];
|
|
1795
|
+
var UpdateConnection = [9, n0, _UC, 0, () => UpdateConnectionRequest, () => Connection];
|
|
1796
|
+
var UpdateDirectConnectGateway = [
|
|
1797
|
+
9,
|
|
1798
|
+
n0,
|
|
1799
|
+
_UDCG,
|
|
1800
|
+
0,
|
|
1801
|
+
() => UpdateDirectConnectGatewayRequest,
|
|
1802
|
+
() => UpdateDirectConnectGatewayResponse,
|
|
1803
|
+
];
|
|
1804
|
+
var UpdateDirectConnectGatewayAssociation = [
|
|
1805
|
+
9,
|
|
1806
|
+
n0,
|
|
1807
|
+
_UDCGA,
|
|
1808
|
+
0,
|
|
1809
|
+
() => UpdateDirectConnectGatewayAssociationRequest,
|
|
1810
|
+
() => UpdateDirectConnectGatewayAssociationResult,
|
|
1811
|
+
];
|
|
1812
|
+
var UpdateLag = [9, n0, _UL, 0, () => UpdateLagRequest, () => Lag];
|
|
1813
|
+
var UpdateVirtualInterfaceAttributes = [
|
|
1814
|
+
9,
|
|
1815
|
+
n0,
|
|
1816
|
+
_UVIA,
|
|
1817
|
+
0,
|
|
1818
|
+
() => UpdateVirtualInterfaceAttributesRequest,
|
|
1819
|
+
() => VirtualInterface,
|
|
1820
|
+
];
|
|
1726
1821
|
|
|
1727
1822
|
class AcceptDirectConnectGatewayAssociationProposalCommand extends smithyClient.Command
|
|
1728
1823
|
.classBuilder()
|
|
1729
1824
|
.ep(commonParams)
|
|
1730
1825
|
.m(function (Command, cs, config, o) {
|
|
1731
|
-
return [
|
|
1732
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1733
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1734
|
-
];
|
|
1826
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1735
1827
|
})
|
|
1736
1828
|
.s("OvertureService", "AcceptDirectConnectGatewayAssociationProposal", {})
|
|
1737
1829
|
.n("DirectConnectClient", "AcceptDirectConnectGatewayAssociationProposalCommand")
|
|
1738
|
-
.
|
|
1739
|
-
.ser(se_AcceptDirectConnectGatewayAssociationProposalCommand)
|
|
1740
|
-
.de(de_AcceptDirectConnectGatewayAssociationProposalCommand)
|
|
1830
|
+
.sc(AcceptDirectConnectGatewayAssociationProposal)
|
|
1741
1831
|
.build() {
|
|
1742
1832
|
}
|
|
1743
1833
|
|
|
@@ -1745,16 +1835,11 @@ class AllocateConnectionOnInterconnectCommand extends smithyClient.Command
|
|
|
1745
1835
|
.classBuilder()
|
|
1746
1836
|
.ep(commonParams)
|
|
1747
1837
|
.m(function (Command, cs, config, o) {
|
|
1748
|
-
return [
|
|
1749
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1750
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1751
|
-
];
|
|
1838
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1752
1839
|
})
|
|
1753
1840
|
.s("OvertureService", "AllocateConnectionOnInterconnect", {})
|
|
1754
1841
|
.n("DirectConnectClient", "AllocateConnectionOnInterconnectCommand")
|
|
1755
|
-
.
|
|
1756
|
-
.ser(se_AllocateConnectionOnInterconnectCommand)
|
|
1757
|
-
.de(de_AllocateConnectionOnInterconnectCommand)
|
|
1842
|
+
.sc(AllocateConnectionOnInterconnect)
|
|
1758
1843
|
.build() {
|
|
1759
1844
|
}
|
|
1760
1845
|
|
|
@@ -1762,16 +1847,11 @@ class AllocateHostedConnectionCommand extends smithyClient.Command
|
|
|
1762
1847
|
.classBuilder()
|
|
1763
1848
|
.ep(commonParams)
|
|
1764
1849
|
.m(function (Command, cs, config, o) {
|
|
1765
|
-
return [
|
|
1766
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1767
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1768
|
-
];
|
|
1850
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1769
1851
|
})
|
|
1770
1852
|
.s("OvertureService", "AllocateHostedConnection", {})
|
|
1771
1853
|
.n("DirectConnectClient", "AllocateHostedConnectionCommand")
|
|
1772
|
-
.
|
|
1773
|
-
.ser(se_AllocateHostedConnectionCommand)
|
|
1774
|
-
.de(de_AllocateHostedConnectionCommand)
|
|
1854
|
+
.sc(AllocateHostedConnection)
|
|
1775
1855
|
.build() {
|
|
1776
1856
|
}
|
|
1777
1857
|
|
|
@@ -1779,16 +1859,11 @@ class AllocatePrivateVirtualInterfaceCommand extends smithyClient.Command
|
|
|
1779
1859
|
.classBuilder()
|
|
1780
1860
|
.ep(commonParams)
|
|
1781
1861
|
.m(function (Command, cs, config, o) {
|
|
1782
|
-
return [
|
|
1783
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1784
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1785
|
-
];
|
|
1862
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1786
1863
|
})
|
|
1787
1864
|
.s("OvertureService", "AllocatePrivateVirtualInterface", {})
|
|
1788
1865
|
.n("DirectConnectClient", "AllocatePrivateVirtualInterfaceCommand")
|
|
1789
|
-
.
|
|
1790
|
-
.ser(se_AllocatePrivateVirtualInterfaceCommand)
|
|
1791
|
-
.de(de_AllocatePrivateVirtualInterfaceCommand)
|
|
1866
|
+
.sc(AllocatePrivateVirtualInterface)
|
|
1792
1867
|
.build() {
|
|
1793
1868
|
}
|
|
1794
1869
|
|
|
@@ -1796,16 +1871,11 @@ class AllocatePublicVirtualInterfaceCommand extends smithyClient.Command
|
|
|
1796
1871
|
.classBuilder()
|
|
1797
1872
|
.ep(commonParams)
|
|
1798
1873
|
.m(function (Command, cs, config, o) {
|
|
1799
|
-
return [
|
|
1800
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1801
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1802
|
-
];
|
|
1874
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1803
1875
|
})
|
|
1804
1876
|
.s("OvertureService", "AllocatePublicVirtualInterface", {})
|
|
1805
1877
|
.n("DirectConnectClient", "AllocatePublicVirtualInterfaceCommand")
|
|
1806
|
-
.
|
|
1807
|
-
.ser(se_AllocatePublicVirtualInterfaceCommand)
|
|
1808
|
-
.de(de_AllocatePublicVirtualInterfaceCommand)
|
|
1878
|
+
.sc(AllocatePublicVirtualInterface)
|
|
1809
1879
|
.build() {
|
|
1810
1880
|
}
|
|
1811
1881
|
|
|
@@ -1813,16 +1883,11 @@ class AllocateTransitVirtualInterfaceCommand extends smithyClient.Command
|
|
|
1813
1883
|
.classBuilder()
|
|
1814
1884
|
.ep(commonParams)
|
|
1815
1885
|
.m(function (Command, cs, config, o) {
|
|
1816
|
-
return [
|
|
1817
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1818
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1819
|
-
];
|
|
1886
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1820
1887
|
})
|
|
1821
1888
|
.s("OvertureService", "AllocateTransitVirtualInterface", {})
|
|
1822
1889
|
.n("DirectConnectClient", "AllocateTransitVirtualInterfaceCommand")
|
|
1823
|
-
.
|
|
1824
|
-
.ser(se_AllocateTransitVirtualInterfaceCommand)
|
|
1825
|
-
.de(de_AllocateTransitVirtualInterfaceCommand)
|
|
1890
|
+
.sc(AllocateTransitVirtualInterface)
|
|
1826
1891
|
.build() {
|
|
1827
1892
|
}
|
|
1828
1893
|
|
|
@@ -1830,16 +1895,11 @@ class AssociateConnectionWithLagCommand extends smithyClient.Command
|
|
|
1830
1895
|
.classBuilder()
|
|
1831
1896
|
.ep(commonParams)
|
|
1832
1897
|
.m(function (Command, cs, config, o) {
|
|
1833
|
-
return [
|
|
1834
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1835
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1836
|
-
];
|
|
1898
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1837
1899
|
})
|
|
1838
1900
|
.s("OvertureService", "AssociateConnectionWithLag", {})
|
|
1839
1901
|
.n("DirectConnectClient", "AssociateConnectionWithLagCommand")
|
|
1840
|
-
.
|
|
1841
|
-
.ser(se_AssociateConnectionWithLagCommand)
|
|
1842
|
-
.de(de_AssociateConnectionWithLagCommand)
|
|
1902
|
+
.sc(AssociateConnectionWithLag)
|
|
1843
1903
|
.build() {
|
|
1844
1904
|
}
|
|
1845
1905
|
|
|
@@ -1847,16 +1907,11 @@ class AssociateHostedConnectionCommand extends smithyClient.Command
|
|
|
1847
1907
|
.classBuilder()
|
|
1848
1908
|
.ep(commonParams)
|
|
1849
1909
|
.m(function (Command, cs, config, o) {
|
|
1850
|
-
return [
|
|
1851
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1852
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1853
|
-
];
|
|
1910
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1854
1911
|
})
|
|
1855
1912
|
.s("OvertureService", "AssociateHostedConnection", {})
|
|
1856
1913
|
.n("DirectConnectClient", "AssociateHostedConnectionCommand")
|
|
1857
|
-
.
|
|
1858
|
-
.ser(se_AssociateHostedConnectionCommand)
|
|
1859
|
-
.de(de_AssociateHostedConnectionCommand)
|
|
1914
|
+
.sc(AssociateHostedConnection)
|
|
1860
1915
|
.build() {
|
|
1861
1916
|
}
|
|
1862
1917
|
|
|
@@ -1864,16 +1919,11 @@ class AssociateMacSecKeyCommand extends smithyClient.Command
|
|
|
1864
1919
|
.classBuilder()
|
|
1865
1920
|
.ep(commonParams)
|
|
1866
1921
|
.m(function (Command, cs, config, o) {
|
|
1867
|
-
return [
|
|
1868
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1869
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1870
|
-
];
|
|
1922
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1871
1923
|
})
|
|
1872
1924
|
.s("OvertureService", "AssociateMacSecKey", {})
|
|
1873
1925
|
.n("DirectConnectClient", "AssociateMacSecKeyCommand")
|
|
1874
|
-
.
|
|
1875
|
-
.ser(se_AssociateMacSecKeyCommand)
|
|
1876
|
-
.de(de_AssociateMacSecKeyCommand)
|
|
1926
|
+
.sc(AssociateMacSecKey)
|
|
1877
1927
|
.build() {
|
|
1878
1928
|
}
|
|
1879
1929
|
|
|
@@ -1881,16 +1931,11 @@ class AssociateVirtualInterfaceCommand extends smithyClient.Command
|
|
|
1881
1931
|
.classBuilder()
|
|
1882
1932
|
.ep(commonParams)
|
|
1883
1933
|
.m(function (Command, cs, config, o) {
|
|
1884
|
-
return [
|
|
1885
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1886
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1887
|
-
];
|
|
1934
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1888
1935
|
})
|
|
1889
1936
|
.s("OvertureService", "AssociateVirtualInterface", {})
|
|
1890
1937
|
.n("DirectConnectClient", "AssociateVirtualInterfaceCommand")
|
|
1891
|
-
.
|
|
1892
|
-
.ser(se_AssociateVirtualInterfaceCommand)
|
|
1893
|
-
.de(de_AssociateVirtualInterfaceCommand)
|
|
1938
|
+
.sc(AssociateVirtualInterface)
|
|
1894
1939
|
.build() {
|
|
1895
1940
|
}
|
|
1896
1941
|
|
|
@@ -1898,16 +1943,11 @@ class ConfirmConnectionCommand extends smithyClient.Command
|
|
|
1898
1943
|
.classBuilder()
|
|
1899
1944
|
.ep(commonParams)
|
|
1900
1945
|
.m(function (Command, cs, config, o) {
|
|
1901
|
-
return [
|
|
1902
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1903
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1904
|
-
];
|
|
1946
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1905
1947
|
})
|
|
1906
1948
|
.s("OvertureService", "ConfirmConnection", {})
|
|
1907
1949
|
.n("DirectConnectClient", "ConfirmConnectionCommand")
|
|
1908
|
-
.
|
|
1909
|
-
.ser(se_ConfirmConnectionCommand)
|
|
1910
|
-
.de(de_ConfirmConnectionCommand)
|
|
1950
|
+
.sc(ConfirmConnection)
|
|
1911
1951
|
.build() {
|
|
1912
1952
|
}
|
|
1913
1953
|
|
|
@@ -1915,16 +1955,11 @@ class ConfirmCustomerAgreementCommand extends smithyClient.Command
|
|
|
1915
1955
|
.classBuilder()
|
|
1916
1956
|
.ep(commonParams)
|
|
1917
1957
|
.m(function (Command, cs, config, o) {
|
|
1918
|
-
return [
|
|
1919
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1920
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1921
|
-
];
|
|
1958
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1922
1959
|
})
|
|
1923
1960
|
.s("OvertureService", "ConfirmCustomerAgreement", {})
|
|
1924
1961
|
.n("DirectConnectClient", "ConfirmCustomerAgreementCommand")
|
|
1925
|
-
.
|
|
1926
|
-
.ser(se_ConfirmCustomerAgreementCommand)
|
|
1927
|
-
.de(de_ConfirmCustomerAgreementCommand)
|
|
1962
|
+
.sc(ConfirmCustomerAgreement)
|
|
1928
1963
|
.build() {
|
|
1929
1964
|
}
|
|
1930
1965
|
|
|
@@ -1932,16 +1967,11 @@ class ConfirmPrivateVirtualInterfaceCommand extends smithyClient.Command
|
|
|
1932
1967
|
.classBuilder()
|
|
1933
1968
|
.ep(commonParams)
|
|
1934
1969
|
.m(function (Command, cs, config, o) {
|
|
1935
|
-
return [
|
|
1936
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1937
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1938
|
-
];
|
|
1970
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1939
1971
|
})
|
|
1940
1972
|
.s("OvertureService", "ConfirmPrivateVirtualInterface", {})
|
|
1941
1973
|
.n("DirectConnectClient", "ConfirmPrivateVirtualInterfaceCommand")
|
|
1942
|
-
.
|
|
1943
|
-
.ser(se_ConfirmPrivateVirtualInterfaceCommand)
|
|
1944
|
-
.de(de_ConfirmPrivateVirtualInterfaceCommand)
|
|
1974
|
+
.sc(ConfirmPrivateVirtualInterface)
|
|
1945
1975
|
.build() {
|
|
1946
1976
|
}
|
|
1947
1977
|
|
|
@@ -1949,16 +1979,11 @@ class ConfirmPublicVirtualInterfaceCommand extends smithyClient.Command
|
|
|
1949
1979
|
.classBuilder()
|
|
1950
1980
|
.ep(commonParams)
|
|
1951
1981
|
.m(function (Command, cs, config, o) {
|
|
1952
|
-
return [
|
|
1953
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1954
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1955
|
-
];
|
|
1982
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1956
1983
|
})
|
|
1957
1984
|
.s("OvertureService", "ConfirmPublicVirtualInterface", {})
|
|
1958
1985
|
.n("DirectConnectClient", "ConfirmPublicVirtualInterfaceCommand")
|
|
1959
|
-
.
|
|
1960
|
-
.ser(se_ConfirmPublicVirtualInterfaceCommand)
|
|
1961
|
-
.de(de_ConfirmPublicVirtualInterfaceCommand)
|
|
1986
|
+
.sc(ConfirmPublicVirtualInterface)
|
|
1962
1987
|
.build() {
|
|
1963
1988
|
}
|
|
1964
1989
|
|
|
@@ -1966,16 +1991,11 @@ class ConfirmTransitVirtualInterfaceCommand extends smithyClient.Command
|
|
|
1966
1991
|
.classBuilder()
|
|
1967
1992
|
.ep(commonParams)
|
|
1968
1993
|
.m(function (Command, cs, config, o) {
|
|
1969
|
-
return [
|
|
1970
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1971
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1972
|
-
];
|
|
1994
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1973
1995
|
})
|
|
1974
1996
|
.s("OvertureService", "ConfirmTransitVirtualInterface", {})
|
|
1975
1997
|
.n("DirectConnectClient", "ConfirmTransitVirtualInterfaceCommand")
|
|
1976
|
-
.
|
|
1977
|
-
.ser(se_ConfirmTransitVirtualInterfaceCommand)
|
|
1978
|
-
.de(de_ConfirmTransitVirtualInterfaceCommand)
|
|
1998
|
+
.sc(ConfirmTransitVirtualInterface)
|
|
1979
1999
|
.build() {
|
|
1980
2000
|
}
|
|
1981
2001
|
|
|
@@ -1983,16 +2003,11 @@ class CreateBGPPeerCommand extends smithyClient.Command
|
|
|
1983
2003
|
.classBuilder()
|
|
1984
2004
|
.ep(commonParams)
|
|
1985
2005
|
.m(function (Command, cs, config, o) {
|
|
1986
|
-
return [
|
|
1987
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1988
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1989
|
-
];
|
|
2006
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1990
2007
|
})
|
|
1991
2008
|
.s("OvertureService", "CreateBGPPeer", {})
|
|
1992
2009
|
.n("DirectConnectClient", "CreateBGPPeerCommand")
|
|
1993
|
-
.
|
|
1994
|
-
.ser(se_CreateBGPPeerCommand)
|
|
1995
|
-
.de(de_CreateBGPPeerCommand)
|
|
2010
|
+
.sc(CreateBGPPeer)
|
|
1996
2011
|
.build() {
|
|
1997
2012
|
}
|
|
1998
2013
|
|
|
@@ -2000,16 +2015,11 @@ class CreateConnectionCommand extends smithyClient.Command
|
|
|
2000
2015
|
.classBuilder()
|
|
2001
2016
|
.ep(commonParams)
|
|
2002
2017
|
.m(function (Command, cs, config, o) {
|
|
2003
|
-
return [
|
|
2004
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2005
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2006
|
-
];
|
|
2018
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2007
2019
|
})
|
|
2008
2020
|
.s("OvertureService", "CreateConnection", {})
|
|
2009
2021
|
.n("DirectConnectClient", "CreateConnectionCommand")
|
|
2010
|
-
.
|
|
2011
|
-
.ser(se_CreateConnectionCommand)
|
|
2012
|
-
.de(de_CreateConnectionCommand)
|
|
2022
|
+
.sc(CreateConnection)
|
|
2013
2023
|
.build() {
|
|
2014
2024
|
}
|
|
2015
2025
|
|
|
@@ -2017,16 +2027,11 @@ class CreateDirectConnectGatewayAssociationCommand extends smithyClient.Command
|
|
|
2017
2027
|
.classBuilder()
|
|
2018
2028
|
.ep(commonParams)
|
|
2019
2029
|
.m(function (Command, cs, config, o) {
|
|
2020
|
-
return [
|
|
2021
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2022
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2023
|
-
];
|
|
2030
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2024
2031
|
})
|
|
2025
2032
|
.s("OvertureService", "CreateDirectConnectGatewayAssociation", {})
|
|
2026
2033
|
.n("DirectConnectClient", "CreateDirectConnectGatewayAssociationCommand")
|
|
2027
|
-
.
|
|
2028
|
-
.ser(se_CreateDirectConnectGatewayAssociationCommand)
|
|
2029
|
-
.de(de_CreateDirectConnectGatewayAssociationCommand)
|
|
2034
|
+
.sc(CreateDirectConnectGatewayAssociation)
|
|
2030
2035
|
.build() {
|
|
2031
2036
|
}
|
|
2032
2037
|
|
|
@@ -2034,16 +2039,11 @@ class CreateDirectConnectGatewayAssociationProposalCommand extends smithyClient.
|
|
|
2034
2039
|
.classBuilder()
|
|
2035
2040
|
.ep(commonParams)
|
|
2036
2041
|
.m(function (Command, cs, config, o) {
|
|
2037
|
-
return [
|
|
2038
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2039
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2040
|
-
];
|
|
2042
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2041
2043
|
})
|
|
2042
2044
|
.s("OvertureService", "CreateDirectConnectGatewayAssociationProposal", {})
|
|
2043
2045
|
.n("DirectConnectClient", "CreateDirectConnectGatewayAssociationProposalCommand")
|
|
2044
|
-
.
|
|
2045
|
-
.ser(se_CreateDirectConnectGatewayAssociationProposalCommand)
|
|
2046
|
-
.de(de_CreateDirectConnectGatewayAssociationProposalCommand)
|
|
2046
|
+
.sc(CreateDirectConnectGatewayAssociationProposal)
|
|
2047
2047
|
.build() {
|
|
2048
2048
|
}
|
|
2049
2049
|
|
|
@@ -2051,16 +2051,11 @@ class CreateDirectConnectGatewayCommand extends smithyClient.Command
|
|
|
2051
2051
|
.classBuilder()
|
|
2052
2052
|
.ep(commonParams)
|
|
2053
2053
|
.m(function (Command, cs, config, o) {
|
|
2054
|
-
return [
|
|
2055
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2056
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2057
|
-
];
|
|
2054
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2058
2055
|
})
|
|
2059
2056
|
.s("OvertureService", "CreateDirectConnectGateway", {})
|
|
2060
2057
|
.n("DirectConnectClient", "CreateDirectConnectGatewayCommand")
|
|
2061
|
-
.
|
|
2062
|
-
.ser(se_CreateDirectConnectGatewayCommand)
|
|
2063
|
-
.de(de_CreateDirectConnectGatewayCommand)
|
|
2058
|
+
.sc(CreateDirectConnectGateway)
|
|
2064
2059
|
.build() {
|
|
2065
2060
|
}
|
|
2066
2061
|
|
|
@@ -2068,16 +2063,11 @@ class CreateInterconnectCommand extends smithyClient.Command
|
|
|
2068
2063
|
.classBuilder()
|
|
2069
2064
|
.ep(commonParams)
|
|
2070
2065
|
.m(function (Command, cs, config, o) {
|
|
2071
|
-
return [
|
|
2072
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2073
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2074
|
-
];
|
|
2066
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2075
2067
|
})
|
|
2076
2068
|
.s("OvertureService", "CreateInterconnect", {})
|
|
2077
2069
|
.n("DirectConnectClient", "CreateInterconnectCommand")
|
|
2078
|
-
.
|
|
2079
|
-
.ser(se_CreateInterconnectCommand)
|
|
2080
|
-
.de(de_CreateInterconnectCommand)
|
|
2070
|
+
.sc(CreateInterconnect)
|
|
2081
2071
|
.build() {
|
|
2082
2072
|
}
|
|
2083
2073
|
|
|
@@ -2085,16 +2075,11 @@ class CreateLagCommand extends smithyClient.Command
|
|
|
2085
2075
|
.classBuilder()
|
|
2086
2076
|
.ep(commonParams)
|
|
2087
2077
|
.m(function (Command, cs, config, o) {
|
|
2088
|
-
return [
|
|
2089
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2090
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2091
|
-
];
|
|
2078
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2092
2079
|
})
|
|
2093
2080
|
.s("OvertureService", "CreateLag", {})
|
|
2094
2081
|
.n("DirectConnectClient", "CreateLagCommand")
|
|
2095
|
-
.
|
|
2096
|
-
.ser(se_CreateLagCommand)
|
|
2097
|
-
.de(de_CreateLagCommand)
|
|
2082
|
+
.sc(CreateLag)
|
|
2098
2083
|
.build() {
|
|
2099
2084
|
}
|
|
2100
2085
|
|
|
@@ -2102,16 +2087,11 @@ class CreatePrivateVirtualInterfaceCommand extends smithyClient.Command
|
|
|
2102
2087
|
.classBuilder()
|
|
2103
2088
|
.ep(commonParams)
|
|
2104
2089
|
.m(function (Command, cs, config, o) {
|
|
2105
|
-
return [
|
|
2106
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2107
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2108
|
-
];
|
|
2090
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2109
2091
|
})
|
|
2110
2092
|
.s("OvertureService", "CreatePrivateVirtualInterface", {})
|
|
2111
2093
|
.n("DirectConnectClient", "CreatePrivateVirtualInterfaceCommand")
|
|
2112
|
-
.
|
|
2113
|
-
.ser(se_CreatePrivateVirtualInterfaceCommand)
|
|
2114
|
-
.de(de_CreatePrivateVirtualInterfaceCommand)
|
|
2094
|
+
.sc(CreatePrivateVirtualInterface)
|
|
2115
2095
|
.build() {
|
|
2116
2096
|
}
|
|
2117
2097
|
|
|
@@ -2119,16 +2099,11 @@ class CreatePublicVirtualInterfaceCommand extends smithyClient.Command
|
|
|
2119
2099
|
.classBuilder()
|
|
2120
2100
|
.ep(commonParams)
|
|
2121
2101
|
.m(function (Command, cs, config, o) {
|
|
2122
|
-
return [
|
|
2123
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2124
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2125
|
-
];
|
|
2102
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2126
2103
|
})
|
|
2127
2104
|
.s("OvertureService", "CreatePublicVirtualInterface", {})
|
|
2128
2105
|
.n("DirectConnectClient", "CreatePublicVirtualInterfaceCommand")
|
|
2129
|
-
.
|
|
2130
|
-
.ser(se_CreatePublicVirtualInterfaceCommand)
|
|
2131
|
-
.de(de_CreatePublicVirtualInterfaceCommand)
|
|
2106
|
+
.sc(CreatePublicVirtualInterface)
|
|
2132
2107
|
.build() {
|
|
2133
2108
|
}
|
|
2134
2109
|
|
|
@@ -2136,16 +2111,11 @@ class CreateTransitVirtualInterfaceCommand extends smithyClient.Command
|
|
|
2136
2111
|
.classBuilder()
|
|
2137
2112
|
.ep(commonParams)
|
|
2138
2113
|
.m(function (Command, cs, config, o) {
|
|
2139
|
-
return [
|
|
2140
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2141
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2142
|
-
];
|
|
2114
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2143
2115
|
})
|
|
2144
2116
|
.s("OvertureService", "CreateTransitVirtualInterface", {})
|
|
2145
2117
|
.n("DirectConnectClient", "CreateTransitVirtualInterfaceCommand")
|
|
2146
|
-
.
|
|
2147
|
-
.ser(se_CreateTransitVirtualInterfaceCommand)
|
|
2148
|
-
.de(de_CreateTransitVirtualInterfaceCommand)
|
|
2118
|
+
.sc(CreateTransitVirtualInterface)
|
|
2149
2119
|
.build() {
|
|
2150
2120
|
}
|
|
2151
2121
|
|
|
@@ -2153,16 +2123,11 @@ class DeleteBGPPeerCommand extends smithyClient.Command
|
|
|
2153
2123
|
.classBuilder()
|
|
2154
2124
|
.ep(commonParams)
|
|
2155
2125
|
.m(function (Command, cs, config, o) {
|
|
2156
|
-
return [
|
|
2157
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2158
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2159
|
-
];
|
|
2126
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2160
2127
|
})
|
|
2161
2128
|
.s("OvertureService", "DeleteBGPPeer", {})
|
|
2162
2129
|
.n("DirectConnectClient", "DeleteBGPPeerCommand")
|
|
2163
|
-
.
|
|
2164
|
-
.ser(se_DeleteBGPPeerCommand)
|
|
2165
|
-
.de(de_DeleteBGPPeerCommand)
|
|
2130
|
+
.sc(DeleteBGPPeer)
|
|
2166
2131
|
.build() {
|
|
2167
2132
|
}
|
|
2168
2133
|
|
|
@@ -2170,16 +2135,11 @@ class DeleteConnectionCommand extends smithyClient.Command
|
|
|
2170
2135
|
.classBuilder()
|
|
2171
2136
|
.ep(commonParams)
|
|
2172
2137
|
.m(function (Command, cs, config, o) {
|
|
2173
|
-
return [
|
|
2174
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2175
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2176
|
-
];
|
|
2138
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2177
2139
|
})
|
|
2178
2140
|
.s("OvertureService", "DeleteConnection", {})
|
|
2179
2141
|
.n("DirectConnectClient", "DeleteConnectionCommand")
|
|
2180
|
-
.
|
|
2181
|
-
.ser(se_DeleteConnectionCommand)
|
|
2182
|
-
.de(de_DeleteConnectionCommand)
|
|
2142
|
+
.sc(DeleteConnection)
|
|
2183
2143
|
.build() {
|
|
2184
2144
|
}
|
|
2185
2145
|
|
|
@@ -2187,16 +2147,11 @@ class DeleteDirectConnectGatewayAssociationCommand extends smithyClient.Command
|
|
|
2187
2147
|
.classBuilder()
|
|
2188
2148
|
.ep(commonParams)
|
|
2189
2149
|
.m(function (Command, cs, config, o) {
|
|
2190
|
-
return [
|
|
2191
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2192
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2193
|
-
];
|
|
2150
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2194
2151
|
})
|
|
2195
2152
|
.s("OvertureService", "DeleteDirectConnectGatewayAssociation", {})
|
|
2196
2153
|
.n("DirectConnectClient", "DeleteDirectConnectGatewayAssociationCommand")
|
|
2197
|
-
.
|
|
2198
|
-
.ser(se_DeleteDirectConnectGatewayAssociationCommand)
|
|
2199
|
-
.de(de_DeleteDirectConnectGatewayAssociationCommand)
|
|
2154
|
+
.sc(DeleteDirectConnectGatewayAssociation)
|
|
2200
2155
|
.build() {
|
|
2201
2156
|
}
|
|
2202
2157
|
|
|
@@ -2204,16 +2159,11 @@ class DeleteDirectConnectGatewayAssociationProposalCommand extends smithyClient.
|
|
|
2204
2159
|
.classBuilder()
|
|
2205
2160
|
.ep(commonParams)
|
|
2206
2161
|
.m(function (Command, cs, config, o) {
|
|
2207
|
-
return [
|
|
2208
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2209
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2210
|
-
];
|
|
2162
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2211
2163
|
})
|
|
2212
2164
|
.s("OvertureService", "DeleteDirectConnectGatewayAssociationProposal", {})
|
|
2213
2165
|
.n("DirectConnectClient", "DeleteDirectConnectGatewayAssociationProposalCommand")
|
|
2214
|
-
.
|
|
2215
|
-
.ser(se_DeleteDirectConnectGatewayAssociationProposalCommand)
|
|
2216
|
-
.de(de_DeleteDirectConnectGatewayAssociationProposalCommand)
|
|
2166
|
+
.sc(DeleteDirectConnectGatewayAssociationProposal)
|
|
2217
2167
|
.build() {
|
|
2218
2168
|
}
|
|
2219
2169
|
|
|
@@ -2221,16 +2171,11 @@ class DeleteDirectConnectGatewayCommand extends smithyClient.Command
|
|
|
2221
2171
|
.classBuilder()
|
|
2222
2172
|
.ep(commonParams)
|
|
2223
2173
|
.m(function (Command, cs, config, o) {
|
|
2224
|
-
return [
|
|
2225
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2226
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2227
|
-
];
|
|
2174
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2228
2175
|
})
|
|
2229
2176
|
.s("OvertureService", "DeleteDirectConnectGateway", {})
|
|
2230
2177
|
.n("DirectConnectClient", "DeleteDirectConnectGatewayCommand")
|
|
2231
|
-
.
|
|
2232
|
-
.ser(se_DeleteDirectConnectGatewayCommand)
|
|
2233
|
-
.de(de_DeleteDirectConnectGatewayCommand)
|
|
2178
|
+
.sc(DeleteDirectConnectGateway)
|
|
2234
2179
|
.build() {
|
|
2235
2180
|
}
|
|
2236
2181
|
|
|
@@ -2238,16 +2183,11 @@ class DeleteInterconnectCommand extends smithyClient.Command
|
|
|
2238
2183
|
.classBuilder()
|
|
2239
2184
|
.ep(commonParams)
|
|
2240
2185
|
.m(function (Command, cs, config, o) {
|
|
2241
|
-
return [
|
|
2242
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2243
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2244
|
-
];
|
|
2186
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2245
2187
|
})
|
|
2246
2188
|
.s("OvertureService", "DeleteInterconnect", {})
|
|
2247
2189
|
.n("DirectConnectClient", "DeleteInterconnectCommand")
|
|
2248
|
-
.
|
|
2249
|
-
.ser(se_DeleteInterconnectCommand)
|
|
2250
|
-
.de(de_DeleteInterconnectCommand)
|
|
2190
|
+
.sc(DeleteInterconnect)
|
|
2251
2191
|
.build() {
|
|
2252
2192
|
}
|
|
2253
2193
|
|
|
@@ -2255,16 +2195,11 @@ class DeleteLagCommand extends smithyClient.Command
|
|
|
2255
2195
|
.classBuilder()
|
|
2256
2196
|
.ep(commonParams)
|
|
2257
2197
|
.m(function (Command, cs, config, o) {
|
|
2258
|
-
return [
|
|
2259
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2260
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2261
|
-
];
|
|
2198
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2262
2199
|
})
|
|
2263
2200
|
.s("OvertureService", "DeleteLag", {})
|
|
2264
2201
|
.n("DirectConnectClient", "DeleteLagCommand")
|
|
2265
|
-
.
|
|
2266
|
-
.ser(se_DeleteLagCommand)
|
|
2267
|
-
.de(de_DeleteLagCommand)
|
|
2202
|
+
.sc(DeleteLag)
|
|
2268
2203
|
.build() {
|
|
2269
2204
|
}
|
|
2270
2205
|
|
|
@@ -2272,16 +2207,11 @@ class DeleteVirtualInterfaceCommand extends smithyClient.Command
|
|
|
2272
2207
|
.classBuilder()
|
|
2273
2208
|
.ep(commonParams)
|
|
2274
2209
|
.m(function (Command, cs, config, o) {
|
|
2275
|
-
return [
|
|
2276
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2277
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2278
|
-
];
|
|
2210
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2279
2211
|
})
|
|
2280
2212
|
.s("OvertureService", "DeleteVirtualInterface", {})
|
|
2281
2213
|
.n("DirectConnectClient", "DeleteVirtualInterfaceCommand")
|
|
2282
|
-
.
|
|
2283
|
-
.ser(se_DeleteVirtualInterfaceCommand)
|
|
2284
|
-
.de(de_DeleteVirtualInterfaceCommand)
|
|
2214
|
+
.sc(DeleteVirtualInterface)
|
|
2285
2215
|
.build() {
|
|
2286
2216
|
}
|
|
2287
2217
|
|
|
@@ -2289,16 +2219,11 @@ class DescribeConnectionLoaCommand extends smithyClient.Command
|
|
|
2289
2219
|
.classBuilder()
|
|
2290
2220
|
.ep(commonParams)
|
|
2291
2221
|
.m(function (Command, cs, config, o) {
|
|
2292
|
-
return [
|
|
2293
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2294
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2295
|
-
];
|
|
2222
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2296
2223
|
})
|
|
2297
2224
|
.s("OvertureService", "DescribeConnectionLoa", {})
|
|
2298
2225
|
.n("DirectConnectClient", "DescribeConnectionLoaCommand")
|
|
2299
|
-
.
|
|
2300
|
-
.ser(se_DescribeConnectionLoaCommand)
|
|
2301
|
-
.de(de_DescribeConnectionLoaCommand)
|
|
2226
|
+
.sc(DescribeConnectionLoa)
|
|
2302
2227
|
.build() {
|
|
2303
2228
|
}
|
|
2304
2229
|
|
|
@@ -2306,16 +2231,11 @@ class DescribeConnectionsCommand extends smithyClient.Command
|
|
|
2306
2231
|
.classBuilder()
|
|
2307
2232
|
.ep(commonParams)
|
|
2308
2233
|
.m(function (Command, cs, config, o) {
|
|
2309
|
-
return [
|
|
2310
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2311
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2312
|
-
];
|
|
2234
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2313
2235
|
})
|
|
2314
2236
|
.s("OvertureService", "DescribeConnections", {})
|
|
2315
2237
|
.n("DirectConnectClient", "DescribeConnectionsCommand")
|
|
2316
|
-
.
|
|
2317
|
-
.ser(se_DescribeConnectionsCommand)
|
|
2318
|
-
.de(de_DescribeConnectionsCommand)
|
|
2238
|
+
.sc(DescribeConnections)
|
|
2319
2239
|
.build() {
|
|
2320
2240
|
}
|
|
2321
2241
|
|
|
@@ -2323,16 +2243,11 @@ class DescribeConnectionsOnInterconnectCommand extends smithyClient.Command
|
|
|
2323
2243
|
.classBuilder()
|
|
2324
2244
|
.ep(commonParams)
|
|
2325
2245
|
.m(function (Command, cs, config, o) {
|
|
2326
|
-
return [
|
|
2327
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2328
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2329
|
-
];
|
|
2246
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2330
2247
|
})
|
|
2331
2248
|
.s("OvertureService", "DescribeConnectionsOnInterconnect", {})
|
|
2332
2249
|
.n("DirectConnectClient", "DescribeConnectionsOnInterconnectCommand")
|
|
2333
|
-
.
|
|
2334
|
-
.ser(se_DescribeConnectionsOnInterconnectCommand)
|
|
2335
|
-
.de(de_DescribeConnectionsOnInterconnectCommand)
|
|
2250
|
+
.sc(DescribeConnectionsOnInterconnect)
|
|
2336
2251
|
.build() {
|
|
2337
2252
|
}
|
|
2338
2253
|
|
|
@@ -2340,16 +2255,11 @@ class DescribeCustomerMetadataCommand extends smithyClient.Command
|
|
|
2340
2255
|
.classBuilder()
|
|
2341
2256
|
.ep(commonParams)
|
|
2342
2257
|
.m(function (Command, cs, config, o) {
|
|
2343
|
-
return [
|
|
2344
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2345
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2346
|
-
];
|
|
2258
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2347
2259
|
})
|
|
2348
2260
|
.s("OvertureService", "DescribeCustomerMetadata", {})
|
|
2349
2261
|
.n("DirectConnectClient", "DescribeCustomerMetadataCommand")
|
|
2350
|
-
.
|
|
2351
|
-
.ser(se_DescribeCustomerMetadataCommand)
|
|
2352
|
-
.de(de_DescribeCustomerMetadataCommand)
|
|
2262
|
+
.sc(DescribeCustomerMetadata)
|
|
2353
2263
|
.build() {
|
|
2354
2264
|
}
|
|
2355
2265
|
|
|
@@ -2357,16 +2267,11 @@ class DescribeDirectConnectGatewayAssociationProposalsCommand extends smithyClie
|
|
|
2357
2267
|
.classBuilder()
|
|
2358
2268
|
.ep(commonParams)
|
|
2359
2269
|
.m(function (Command, cs, config, o) {
|
|
2360
|
-
return [
|
|
2361
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2362
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2363
|
-
];
|
|
2270
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2364
2271
|
})
|
|
2365
2272
|
.s("OvertureService", "DescribeDirectConnectGatewayAssociationProposals", {})
|
|
2366
2273
|
.n("DirectConnectClient", "DescribeDirectConnectGatewayAssociationProposalsCommand")
|
|
2367
|
-
.
|
|
2368
|
-
.ser(se_DescribeDirectConnectGatewayAssociationProposalsCommand)
|
|
2369
|
-
.de(de_DescribeDirectConnectGatewayAssociationProposalsCommand)
|
|
2274
|
+
.sc(DescribeDirectConnectGatewayAssociationProposals)
|
|
2370
2275
|
.build() {
|
|
2371
2276
|
}
|
|
2372
2277
|
|
|
@@ -2374,16 +2279,11 @@ class DescribeDirectConnectGatewayAssociationsCommand extends smithyClient.Comma
|
|
|
2374
2279
|
.classBuilder()
|
|
2375
2280
|
.ep(commonParams)
|
|
2376
2281
|
.m(function (Command, cs, config, o) {
|
|
2377
|
-
return [
|
|
2378
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2379
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2380
|
-
];
|
|
2282
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2381
2283
|
})
|
|
2382
2284
|
.s("OvertureService", "DescribeDirectConnectGatewayAssociations", {})
|
|
2383
2285
|
.n("DirectConnectClient", "DescribeDirectConnectGatewayAssociationsCommand")
|
|
2384
|
-
.
|
|
2385
|
-
.ser(se_DescribeDirectConnectGatewayAssociationsCommand)
|
|
2386
|
-
.de(de_DescribeDirectConnectGatewayAssociationsCommand)
|
|
2286
|
+
.sc(DescribeDirectConnectGatewayAssociations)
|
|
2387
2287
|
.build() {
|
|
2388
2288
|
}
|
|
2389
2289
|
|
|
@@ -2391,16 +2291,11 @@ class DescribeDirectConnectGatewayAttachmentsCommand extends smithyClient.Comman
|
|
|
2391
2291
|
.classBuilder()
|
|
2392
2292
|
.ep(commonParams)
|
|
2393
2293
|
.m(function (Command, cs, config, o) {
|
|
2394
|
-
return [
|
|
2395
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2396
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2397
|
-
];
|
|
2294
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2398
2295
|
})
|
|
2399
2296
|
.s("OvertureService", "DescribeDirectConnectGatewayAttachments", {})
|
|
2400
2297
|
.n("DirectConnectClient", "DescribeDirectConnectGatewayAttachmentsCommand")
|
|
2401
|
-
.
|
|
2402
|
-
.ser(se_DescribeDirectConnectGatewayAttachmentsCommand)
|
|
2403
|
-
.de(de_DescribeDirectConnectGatewayAttachmentsCommand)
|
|
2298
|
+
.sc(DescribeDirectConnectGatewayAttachments)
|
|
2404
2299
|
.build() {
|
|
2405
2300
|
}
|
|
2406
2301
|
|
|
@@ -2408,16 +2303,11 @@ class DescribeDirectConnectGatewaysCommand extends smithyClient.Command
|
|
|
2408
2303
|
.classBuilder()
|
|
2409
2304
|
.ep(commonParams)
|
|
2410
2305
|
.m(function (Command, cs, config, o) {
|
|
2411
|
-
return [
|
|
2412
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2413
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2414
|
-
];
|
|
2306
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2415
2307
|
})
|
|
2416
2308
|
.s("OvertureService", "DescribeDirectConnectGateways", {})
|
|
2417
2309
|
.n("DirectConnectClient", "DescribeDirectConnectGatewaysCommand")
|
|
2418
|
-
.
|
|
2419
|
-
.ser(se_DescribeDirectConnectGatewaysCommand)
|
|
2420
|
-
.de(de_DescribeDirectConnectGatewaysCommand)
|
|
2310
|
+
.sc(DescribeDirectConnectGateways)
|
|
2421
2311
|
.build() {
|
|
2422
2312
|
}
|
|
2423
2313
|
|
|
@@ -2425,16 +2315,11 @@ class DescribeHostedConnectionsCommand extends smithyClient.Command
|
|
|
2425
2315
|
.classBuilder()
|
|
2426
2316
|
.ep(commonParams)
|
|
2427
2317
|
.m(function (Command, cs, config, o) {
|
|
2428
|
-
return [
|
|
2429
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2430
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2431
|
-
];
|
|
2318
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2432
2319
|
})
|
|
2433
2320
|
.s("OvertureService", "DescribeHostedConnections", {})
|
|
2434
2321
|
.n("DirectConnectClient", "DescribeHostedConnectionsCommand")
|
|
2435
|
-
.
|
|
2436
|
-
.ser(se_DescribeHostedConnectionsCommand)
|
|
2437
|
-
.de(de_DescribeHostedConnectionsCommand)
|
|
2322
|
+
.sc(DescribeHostedConnections)
|
|
2438
2323
|
.build() {
|
|
2439
2324
|
}
|
|
2440
2325
|
|
|
@@ -2442,16 +2327,11 @@ class DescribeInterconnectLoaCommand extends smithyClient.Command
|
|
|
2442
2327
|
.classBuilder()
|
|
2443
2328
|
.ep(commonParams)
|
|
2444
2329
|
.m(function (Command, cs, config, o) {
|
|
2445
|
-
return [
|
|
2446
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2447
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2448
|
-
];
|
|
2330
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2449
2331
|
})
|
|
2450
2332
|
.s("OvertureService", "DescribeInterconnectLoa", {})
|
|
2451
2333
|
.n("DirectConnectClient", "DescribeInterconnectLoaCommand")
|
|
2452
|
-
.
|
|
2453
|
-
.ser(se_DescribeInterconnectLoaCommand)
|
|
2454
|
-
.de(de_DescribeInterconnectLoaCommand)
|
|
2334
|
+
.sc(DescribeInterconnectLoa)
|
|
2455
2335
|
.build() {
|
|
2456
2336
|
}
|
|
2457
2337
|
|
|
@@ -2459,16 +2339,11 @@ class DescribeInterconnectsCommand extends smithyClient.Command
|
|
|
2459
2339
|
.classBuilder()
|
|
2460
2340
|
.ep(commonParams)
|
|
2461
2341
|
.m(function (Command, cs, config, o) {
|
|
2462
|
-
return [
|
|
2463
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2464
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2465
|
-
];
|
|
2342
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2466
2343
|
})
|
|
2467
2344
|
.s("OvertureService", "DescribeInterconnects", {})
|
|
2468
2345
|
.n("DirectConnectClient", "DescribeInterconnectsCommand")
|
|
2469
|
-
.
|
|
2470
|
-
.ser(se_DescribeInterconnectsCommand)
|
|
2471
|
-
.de(de_DescribeInterconnectsCommand)
|
|
2346
|
+
.sc(DescribeInterconnects)
|
|
2472
2347
|
.build() {
|
|
2473
2348
|
}
|
|
2474
2349
|
|
|
@@ -2476,16 +2351,11 @@ class DescribeLagsCommand extends smithyClient.Command
|
|
|
2476
2351
|
.classBuilder()
|
|
2477
2352
|
.ep(commonParams)
|
|
2478
2353
|
.m(function (Command, cs, config, o) {
|
|
2479
|
-
return [
|
|
2480
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2481
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2482
|
-
];
|
|
2354
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2483
2355
|
})
|
|
2484
2356
|
.s("OvertureService", "DescribeLags", {})
|
|
2485
2357
|
.n("DirectConnectClient", "DescribeLagsCommand")
|
|
2486
|
-
.
|
|
2487
|
-
.ser(se_DescribeLagsCommand)
|
|
2488
|
-
.de(de_DescribeLagsCommand)
|
|
2358
|
+
.sc(DescribeLags)
|
|
2489
2359
|
.build() {
|
|
2490
2360
|
}
|
|
2491
2361
|
|
|
@@ -2493,16 +2363,11 @@ class DescribeLoaCommand extends smithyClient.Command
|
|
|
2493
2363
|
.classBuilder()
|
|
2494
2364
|
.ep(commonParams)
|
|
2495
2365
|
.m(function (Command, cs, config, o) {
|
|
2496
|
-
return [
|
|
2497
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2498
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2499
|
-
];
|
|
2366
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2500
2367
|
})
|
|
2501
2368
|
.s("OvertureService", "DescribeLoa", {})
|
|
2502
2369
|
.n("DirectConnectClient", "DescribeLoaCommand")
|
|
2503
|
-
.
|
|
2504
|
-
.ser(se_DescribeLoaCommand)
|
|
2505
|
-
.de(de_DescribeLoaCommand)
|
|
2370
|
+
.sc(DescribeLoa)
|
|
2506
2371
|
.build() {
|
|
2507
2372
|
}
|
|
2508
2373
|
|
|
@@ -2510,16 +2375,11 @@ class DescribeLocationsCommand extends smithyClient.Command
|
|
|
2510
2375
|
.classBuilder()
|
|
2511
2376
|
.ep(commonParams)
|
|
2512
2377
|
.m(function (Command, cs, config, o) {
|
|
2513
|
-
return [
|
|
2514
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2515
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2516
|
-
];
|
|
2378
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2517
2379
|
})
|
|
2518
2380
|
.s("OvertureService", "DescribeLocations", {})
|
|
2519
2381
|
.n("DirectConnectClient", "DescribeLocationsCommand")
|
|
2520
|
-
.
|
|
2521
|
-
.ser(se_DescribeLocationsCommand)
|
|
2522
|
-
.de(de_DescribeLocationsCommand)
|
|
2382
|
+
.sc(DescribeLocations)
|
|
2523
2383
|
.build() {
|
|
2524
2384
|
}
|
|
2525
2385
|
|
|
@@ -2527,16 +2387,11 @@ class DescribeRouterConfigurationCommand extends smithyClient.Command
|
|
|
2527
2387
|
.classBuilder()
|
|
2528
2388
|
.ep(commonParams)
|
|
2529
2389
|
.m(function (Command, cs, config, o) {
|
|
2530
|
-
return [
|
|
2531
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2532
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2533
|
-
];
|
|
2390
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2534
2391
|
})
|
|
2535
2392
|
.s("OvertureService", "DescribeRouterConfiguration", {})
|
|
2536
2393
|
.n("DirectConnectClient", "DescribeRouterConfigurationCommand")
|
|
2537
|
-
.
|
|
2538
|
-
.ser(se_DescribeRouterConfigurationCommand)
|
|
2539
|
-
.de(de_DescribeRouterConfigurationCommand)
|
|
2394
|
+
.sc(DescribeRouterConfiguration)
|
|
2540
2395
|
.build() {
|
|
2541
2396
|
}
|
|
2542
2397
|
|
|
@@ -2544,16 +2399,11 @@ class DescribeTagsCommand extends smithyClient.Command
|
|
|
2544
2399
|
.classBuilder()
|
|
2545
2400
|
.ep(commonParams)
|
|
2546
2401
|
.m(function (Command, cs, config, o) {
|
|
2547
|
-
return [
|
|
2548
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2549
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2550
|
-
];
|
|
2402
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2551
2403
|
})
|
|
2552
2404
|
.s("OvertureService", "DescribeTags", {})
|
|
2553
2405
|
.n("DirectConnectClient", "DescribeTagsCommand")
|
|
2554
|
-
.
|
|
2555
|
-
.ser(se_DescribeTagsCommand)
|
|
2556
|
-
.de(de_DescribeTagsCommand)
|
|
2406
|
+
.sc(DescribeTags)
|
|
2557
2407
|
.build() {
|
|
2558
2408
|
}
|
|
2559
2409
|
|
|
@@ -2561,16 +2411,11 @@ class DescribeVirtualGatewaysCommand extends smithyClient.Command
|
|
|
2561
2411
|
.classBuilder()
|
|
2562
2412
|
.ep(commonParams)
|
|
2563
2413
|
.m(function (Command, cs, config, o) {
|
|
2564
|
-
return [
|
|
2565
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2566
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2567
|
-
];
|
|
2414
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2568
2415
|
})
|
|
2569
2416
|
.s("OvertureService", "DescribeVirtualGateways", {})
|
|
2570
2417
|
.n("DirectConnectClient", "DescribeVirtualGatewaysCommand")
|
|
2571
|
-
.
|
|
2572
|
-
.ser(se_DescribeVirtualGatewaysCommand)
|
|
2573
|
-
.de(de_DescribeVirtualGatewaysCommand)
|
|
2418
|
+
.sc(DescribeVirtualGateways)
|
|
2574
2419
|
.build() {
|
|
2575
2420
|
}
|
|
2576
2421
|
|
|
@@ -2578,16 +2423,11 @@ class DescribeVirtualInterfacesCommand extends smithyClient.Command
|
|
|
2578
2423
|
.classBuilder()
|
|
2579
2424
|
.ep(commonParams)
|
|
2580
2425
|
.m(function (Command, cs, config, o) {
|
|
2581
|
-
return [
|
|
2582
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2583
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2584
|
-
];
|
|
2426
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2585
2427
|
})
|
|
2586
2428
|
.s("OvertureService", "DescribeVirtualInterfaces", {})
|
|
2587
2429
|
.n("DirectConnectClient", "DescribeVirtualInterfacesCommand")
|
|
2588
|
-
.
|
|
2589
|
-
.ser(se_DescribeVirtualInterfacesCommand)
|
|
2590
|
-
.de(de_DescribeVirtualInterfacesCommand)
|
|
2430
|
+
.sc(DescribeVirtualInterfaces)
|
|
2591
2431
|
.build() {
|
|
2592
2432
|
}
|
|
2593
2433
|
|
|
@@ -2595,16 +2435,11 @@ class DisassociateConnectionFromLagCommand extends smithyClient.Command
|
|
|
2595
2435
|
.classBuilder()
|
|
2596
2436
|
.ep(commonParams)
|
|
2597
2437
|
.m(function (Command, cs, config, o) {
|
|
2598
|
-
return [
|
|
2599
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2600
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2601
|
-
];
|
|
2438
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2602
2439
|
})
|
|
2603
2440
|
.s("OvertureService", "DisassociateConnectionFromLag", {})
|
|
2604
2441
|
.n("DirectConnectClient", "DisassociateConnectionFromLagCommand")
|
|
2605
|
-
.
|
|
2606
|
-
.ser(se_DisassociateConnectionFromLagCommand)
|
|
2607
|
-
.de(de_DisassociateConnectionFromLagCommand)
|
|
2442
|
+
.sc(DisassociateConnectionFromLag)
|
|
2608
2443
|
.build() {
|
|
2609
2444
|
}
|
|
2610
2445
|
|
|
@@ -2612,16 +2447,11 @@ class DisassociateMacSecKeyCommand extends smithyClient.Command
|
|
|
2612
2447
|
.classBuilder()
|
|
2613
2448
|
.ep(commonParams)
|
|
2614
2449
|
.m(function (Command, cs, config, o) {
|
|
2615
|
-
return [
|
|
2616
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2617
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2618
|
-
];
|
|
2450
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2619
2451
|
})
|
|
2620
2452
|
.s("OvertureService", "DisassociateMacSecKey", {})
|
|
2621
2453
|
.n("DirectConnectClient", "DisassociateMacSecKeyCommand")
|
|
2622
|
-
.
|
|
2623
|
-
.ser(se_DisassociateMacSecKeyCommand)
|
|
2624
|
-
.de(de_DisassociateMacSecKeyCommand)
|
|
2454
|
+
.sc(DisassociateMacSecKey)
|
|
2625
2455
|
.build() {
|
|
2626
2456
|
}
|
|
2627
2457
|
|
|
@@ -2629,16 +2459,11 @@ class ListVirtualInterfaceTestHistoryCommand extends smithyClient.Command
|
|
|
2629
2459
|
.classBuilder()
|
|
2630
2460
|
.ep(commonParams)
|
|
2631
2461
|
.m(function (Command, cs, config, o) {
|
|
2632
|
-
return [
|
|
2633
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2634
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2635
|
-
];
|
|
2462
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2636
2463
|
})
|
|
2637
2464
|
.s("OvertureService", "ListVirtualInterfaceTestHistory", {})
|
|
2638
2465
|
.n("DirectConnectClient", "ListVirtualInterfaceTestHistoryCommand")
|
|
2639
|
-
.
|
|
2640
|
-
.ser(se_ListVirtualInterfaceTestHistoryCommand)
|
|
2641
|
-
.de(de_ListVirtualInterfaceTestHistoryCommand)
|
|
2466
|
+
.sc(ListVirtualInterfaceTestHistory)
|
|
2642
2467
|
.build() {
|
|
2643
2468
|
}
|
|
2644
2469
|
|
|
@@ -2646,16 +2471,11 @@ class StartBgpFailoverTestCommand extends smithyClient.Command
|
|
|
2646
2471
|
.classBuilder()
|
|
2647
2472
|
.ep(commonParams)
|
|
2648
2473
|
.m(function (Command, cs, config, o) {
|
|
2649
|
-
return [
|
|
2650
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2651
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2652
|
-
];
|
|
2474
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2653
2475
|
})
|
|
2654
2476
|
.s("OvertureService", "StartBgpFailoverTest", {})
|
|
2655
2477
|
.n("DirectConnectClient", "StartBgpFailoverTestCommand")
|
|
2656
|
-
.
|
|
2657
|
-
.ser(se_StartBgpFailoverTestCommand)
|
|
2658
|
-
.de(de_StartBgpFailoverTestCommand)
|
|
2478
|
+
.sc(StartBgpFailoverTest)
|
|
2659
2479
|
.build() {
|
|
2660
2480
|
}
|
|
2661
2481
|
|
|
@@ -2663,16 +2483,11 @@ class StopBgpFailoverTestCommand extends smithyClient.Command
|
|
|
2663
2483
|
.classBuilder()
|
|
2664
2484
|
.ep(commonParams)
|
|
2665
2485
|
.m(function (Command, cs, config, o) {
|
|
2666
|
-
return [
|
|
2667
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2668
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2669
|
-
];
|
|
2486
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2670
2487
|
})
|
|
2671
2488
|
.s("OvertureService", "StopBgpFailoverTest", {})
|
|
2672
2489
|
.n("DirectConnectClient", "StopBgpFailoverTestCommand")
|
|
2673
|
-
.
|
|
2674
|
-
.ser(se_StopBgpFailoverTestCommand)
|
|
2675
|
-
.de(de_StopBgpFailoverTestCommand)
|
|
2490
|
+
.sc(StopBgpFailoverTest)
|
|
2676
2491
|
.build() {
|
|
2677
2492
|
}
|
|
2678
2493
|
|
|
@@ -2680,16 +2495,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2680
2495
|
.classBuilder()
|
|
2681
2496
|
.ep(commonParams)
|
|
2682
2497
|
.m(function (Command, cs, config, o) {
|
|
2683
|
-
return [
|
|
2684
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2685
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2686
|
-
];
|
|
2498
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2687
2499
|
})
|
|
2688
2500
|
.s("OvertureService", "TagResource", {})
|
|
2689
2501
|
.n("DirectConnectClient", "TagResourceCommand")
|
|
2690
|
-
.
|
|
2691
|
-
.ser(se_TagResourceCommand)
|
|
2692
|
-
.de(de_TagResourceCommand)
|
|
2502
|
+
.sc(TagResource)
|
|
2693
2503
|
.build() {
|
|
2694
2504
|
}
|
|
2695
2505
|
|
|
@@ -2697,16 +2507,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2697
2507
|
.classBuilder()
|
|
2698
2508
|
.ep(commonParams)
|
|
2699
2509
|
.m(function (Command, cs, config, o) {
|
|
2700
|
-
return [
|
|
2701
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2702
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2703
|
-
];
|
|
2510
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2704
2511
|
})
|
|
2705
2512
|
.s("OvertureService", "UntagResource", {})
|
|
2706
2513
|
.n("DirectConnectClient", "UntagResourceCommand")
|
|
2707
|
-
.
|
|
2708
|
-
.ser(se_UntagResourceCommand)
|
|
2709
|
-
.de(de_UntagResourceCommand)
|
|
2514
|
+
.sc(UntagResource)
|
|
2710
2515
|
.build() {
|
|
2711
2516
|
}
|
|
2712
2517
|
|
|
@@ -2714,16 +2519,11 @@ class UpdateConnectionCommand extends smithyClient.Command
|
|
|
2714
2519
|
.classBuilder()
|
|
2715
2520
|
.ep(commonParams)
|
|
2716
2521
|
.m(function (Command, cs, config, o) {
|
|
2717
|
-
return [
|
|
2718
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2719
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2720
|
-
];
|
|
2522
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2721
2523
|
})
|
|
2722
2524
|
.s("OvertureService", "UpdateConnection", {})
|
|
2723
2525
|
.n("DirectConnectClient", "UpdateConnectionCommand")
|
|
2724
|
-
.
|
|
2725
|
-
.ser(se_UpdateConnectionCommand)
|
|
2726
|
-
.de(de_UpdateConnectionCommand)
|
|
2526
|
+
.sc(UpdateConnection)
|
|
2727
2527
|
.build() {
|
|
2728
2528
|
}
|
|
2729
2529
|
|
|
@@ -2731,16 +2531,11 @@ class UpdateDirectConnectGatewayAssociationCommand extends smithyClient.Command
|
|
|
2731
2531
|
.classBuilder()
|
|
2732
2532
|
.ep(commonParams)
|
|
2733
2533
|
.m(function (Command, cs, config, o) {
|
|
2734
|
-
return [
|
|
2735
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2736
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2737
|
-
];
|
|
2534
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2738
2535
|
})
|
|
2739
2536
|
.s("OvertureService", "UpdateDirectConnectGatewayAssociation", {})
|
|
2740
2537
|
.n("DirectConnectClient", "UpdateDirectConnectGatewayAssociationCommand")
|
|
2741
|
-
.
|
|
2742
|
-
.ser(se_UpdateDirectConnectGatewayAssociationCommand)
|
|
2743
|
-
.de(de_UpdateDirectConnectGatewayAssociationCommand)
|
|
2538
|
+
.sc(UpdateDirectConnectGatewayAssociation)
|
|
2744
2539
|
.build() {
|
|
2745
2540
|
}
|
|
2746
2541
|
|
|
@@ -2748,16 +2543,11 @@ class UpdateDirectConnectGatewayCommand extends smithyClient.Command
|
|
|
2748
2543
|
.classBuilder()
|
|
2749
2544
|
.ep(commonParams)
|
|
2750
2545
|
.m(function (Command, cs, config, o) {
|
|
2751
|
-
return [
|
|
2752
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2753
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2754
|
-
];
|
|
2546
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2755
2547
|
})
|
|
2756
2548
|
.s("OvertureService", "UpdateDirectConnectGateway", {})
|
|
2757
2549
|
.n("DirectConnectClient", "UpdateDirectConnectGatewayCommand")
|
|
2758
|
-
.
|
|
2759
|
-
.ser(se_UpdateDirectConnectGatewayCommand)
|
|
2760
|
-
.de(de_UpdateDirectConnectGatewayCommand)
|
|
2550
|
+
.sc(UpdateDirectConnectGateway)
|
|
2761
2551
|
.build() {
|
|
2762
2552
|
}
|
|
2763
2553
|
|
|
@@ -2765,16 +2555,11 @@ class UpdateLagCommand extends smithyClient.Command
|
|
|
2765
2555
|
.classBuilder()
|
|
2766
2556
|
.ep(commonParams)
|
|
2767
2557
|
.m(function (Command, cs, config, o) {
|
|
2768
|
-
return [
|
|
2769
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2770
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2771
|
-
];
|
|
2558
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2772
2559
|
})
|
|
2773
2560
|
.s("OvertureService", "UpdateLag", {})
|
|
2774
2561
|
.n("DirectConnectClient", "UpdateLagCommand")
|
|
2775
|
-
.
|
|
2776
|
-
.ser(se_UpdateLagCommand)
|
|
2777
|
-
.de(de_UpdateLagCommand)
|
|
2562
|
+
.sc(UpdateLag)
|
|
2778
2563
|
.build() {
|
|
2779
2564
|
}
|
|
2780
2565
|
|
|
@@ -2782,16 +2567,11 @@ class UpdateVirtualInterfaceAttributesCommand extends smithyClient.Command
|
|
|
2782
2567
|
.classBuilder()
|
|
2783
2568
|
.ep(commonParams)
|
|
2784
2569
|
.m(function (Command, cs, config, o) {
|
|
2785
|
-
return [
|
|
2786
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2787
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2788
|
-
];
|
|
2570
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2789
2571
|
})
|
|
2790
2572
|
.s("OvertureService", "UpdateVirtualInterfaceAttributes", {})
|
|
2791
2573
|
.n("DirectConnectClient", "UpdateVirtualInterfaceAttributesCommand")
|
|
2792
|
-
.
|
|
2793
|
-
.ser(se_UpdateVirtualInterfaceAttributesCommand)
|
|
2794
|
-
.de(de_UpdateVirtualInterfaceAttributesCommand)
|
|
2574
|
+
.sc(UpdateVirtualInterfaceAttributes)
|
|
2795
2575
|
.build() {
|
|
2796
2576
|
}
|
|
2797
2577
|
|
|
@@ -2929,17 +2709,17 @@ exports.DescribeVirtualGatewaysCommand = DescribeVirtualGatewaysCommand;
|
|
|
2929
2709
|
exports.DescribeVirtualInterfacesCommand = DescribeVirtualInterfacesCommand;
|
|
2930
2710
|
exports.DirectConnect = DirectConnect;
|
|
2931
2711
|
exports.DirectConnectClient = DirectConnectClient;
|
|
2932
|
-
exports.DirectConnectClientException = DirectConnectClientException;
|
|
2712
|
+
exports.DirectConnectClientException = DirectConnectClientException$1;
|
|
2933
2713
|
exports.DirectConnectGatewayAssociationProposalState = DirectConnectGatewayAssociationProposalState;
|
|
2934
2714
|
exports.DirectConnectGatewayAssociationState = DirectConnectGatewayAssociationState;
|
|
2935
2715
|
exports.DirectConnectGatewayAttachmentState = DirectConnectGatewayAttachmentState;
|
|
2936
2716
|
exports.DirectConnectGatewayAttachmentType = DirectConnectGatewayAttachmentType;
|
|
2937
2717
|
exports.DirectConnectGatewayState = DirectConnectGatewayState;
|
|
2938
|
-
exports.DirectConnectServerException = DirectConnectServerException;
|
|
2939
|
-
exports.DirectConnectServiceException = DirectConnectServiceException;
|
|
2718
|
+
exports.DirectConnectServerException = DirectConnectServerException$1;
|
|
2719
|
+
exports.DirectConnectServiceException = DirectConnectServiceException$1;
|
|
2940
2720
|
exports.DisassociateConnectionFromLagCommand = DisassociateConnectionFromLagCommand;
|
|
2941
2721
|
exports.DisassociateMacSecKeyCommand = DisassociateMacSecKeyCommand;
|
|
2942
|
-
exports.DuplicateTagKeysException = DuplicateTagKeysException;
|
|
2722
|
+
exports.DuplicateTagKeysException = DuplicateTagKeysException$1;
|
|
2943
2723
|
exports.GatewayType = GatewayType;
|
|
2944
2724
|
exports.HasLogicalRedundancy = HasLogicalRedundancy;
|
|
2945
2725
|
exports.InterconnectState = InterconnectState;
|
|
@@ -2950,7 +2730,7 @@ exports.NniPartnerType = NniPartnerType;
|
|
|
2950
2730
|
exports.StartBgpFailoverTestCommand = StartBgpFailoverTestCommand;
|
|
2951
2731
|
exports.StopBgpFailoverTestCommand = StopBgpFailoverTestCommand;
|
|
2952
2732
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2953
|
-
exports.TooManyTagsException = TooManyTagsException;
|
|
2733
|
+
exports.TooManyTagsException = TooManyTagsException$1;
|
|
2954
2734
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2955
2735
|
exports.UpdateConnectionCommand = UpdateConnectionCommand;
|
|
2956
2736
|
exports.UpdateDirectConnectGatewayAssociationCommand = UpdateDirectConnectGatewayAssociationCommand;
|