@aws-sdk/client-direct-connect 3.952.0 → 3.954.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.
Files changed (83) hide show
  1. package/dist-cjs/index.js +648 -434
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +2 -2
  4. package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +2 -2
  5. package/dist-es/commands/AllocateHostedConnectionCommand.js +2 -2
  6. package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +2 -2
  7. package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +2 -2
  8. package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +2 -2
  9. package/dist-es/commands/AssociateConnectionWithLagCommand.js +2 -2
  10. package/dist-es/commands/AssociateHostedConnectionCommand.js +2 -2
  11. package/dist-es/commands/AssociateMacSecKeyCommand.js +2 -2
  12. package/dist-es/commands/AssociateVirtualInterfaceCommand.js +2 -2
  13. package/dist-es/commands/ConfirmConnectionCommand.js +2 -2
  14. package/dist-es/commands/ConfirmCustomerAgreementCommand.js +2 -2
  15. package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +2 -2
  16. package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +2 -2
  17. package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +2 -2
  18. package/dist-es/commands/CreateBGPPeerCommand.js +2 -2
  19. package/dist-es/commands/CreateConnectionCommand.js +2 -2
  20. package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +2 -2
  21. package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +2 -2
  22. package/dist-es/commands/CreateDirectConnectGatewayCommand.js +2 -2
  23. package/dist-es/commands/CreateInterconnectCommand.js +2 -2
  24. package/dist-es/commands/CreateLagCommand.js +2 -2
  25. package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +2 -2
  26. package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +2 -2
  27. package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +2 -2
  28. package/dist-es/commands/DeleteBGPPeerCommand.js +2 -2
  29. package/dist-es/commands/DeleteConnectionCommand.js +2 -2
  30. package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +2 -2
  31. package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +2 -2
  32. package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +2 -2
  33. package/dist-es/commands/DeleteInterconnectCommand.js +2 -2
  34. package/dist-es/commands/DeleteLagCommand.js +2 -2
  35. package/dist-es/commands/DeleteVirtualInterfaceCommand.js +2 -2
  36. package/dist-es/commands/DescribeConnectionLoaCommand.js +2 -2
  37. package/dist-es/commands/DescribeConnectionsCommand.js +2 -2
  38. package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +2 -2
  39. package/dist-es/commands/DescribeCustomerMetadataCommand.js +2 -2
  40. package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +2 -2
  41. package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +2 -2
  42. package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +2 -2
  43. package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +2 -2
  44. package/dist-es/commands/DescribeHostedConnectionsCommand.js +2 -2
  45. package/dist-es/commands/DescribeInterconnectLoaCommand.js +2 -2
  46. package/dist-es/commands/DescribeInterconnectsCommand.js +2 -2
  47. package/dist-es/commands/DescribeLagsCommand.js +2 -2
  48. package/dist-es/commands/DescribeLoaCommand.js +2 -2
  49. package/dist-es/commands/DescribeLocationsCommand.js +2 -2
  50. package/dist-es/commands/DescribeRouterConfigurationCommand.js +2 -2
  51. package/dist-es/commands/DescribeTagsCommand.js +2 -2
  52. package/dist-es/commands/DescribeVirtualGatewaysCommand.js +2 -2
  53. package/dist-es/commands/DescribeVirtualInterfacesCommand.js +2 -2
  54. package/dist-es/commands/DisassociateConnectionFromLagCommand.js +2 -2
  55. package/dist-es/commands/DisassociateMacSecKeyCommand.js +2 -2
  56. package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +2 -2
  57. package/dist-es/commands/StartBgpFailoverTestCommand.js +2 -2
  58. package/dist-es/commands/StopBgpFailoverTestCommand.js +2 -2
  59. package/dist-es/commands/TagResourceCommand.js +2 -2
  60. package/dist-es/commands/UntagResourceCommand.js +2 -2
  61. package/dist-es/commands/UpdateConnectionCommand.js +2 -2
  62. package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +2 -2
  63. package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +2 -2
  64. package/dist-es/commands/UpdateLagCommand.js +2 -2
  65. package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +2 -2
  66. package/dist-es/index.js +1 -0
  67. package/dist-es/runtimeConfig.shared.js +7 -6
  68. package/dist-es/schemas/schemas_0.js +382 -366
  69. package/dist-types/DirectConnectClient.d.ts +1 -10
  70. package/dist-types/index.d.ts +1 -0
  71. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  72. package/dist-types/runtimeConfig.d.ts +6 -2
  73. package/dist-types/runtimeConfig.native.d.ts +6 -2
  74. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  75. package/dist-types/schemas/schemas_0.d.ts +199 -223
  76. package/dist-types/ts3.4/DirectConnectClient.d.ts +0 -4
  77. package/dist-types/ts3.4/index.d.ts +1 -0
  78. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  79. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  81. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  82. package/dist-types/ts3.4/schemas/schemas_0.d.ts +198 -223
  83. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class DirectConnectClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let DirectConnectServiceException$1 = class DirectConnectServiceException extends smithyClient.ServiceException {
113
+ 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
- let DirectConnectClientException$1 = class DirectConnectClientException extends DirectConnectServiceException$1 {
120
+ class DirectConnectClientException extends DirectConnectServiceException {
121
121
  name = "DirectConnectClientException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let DirectConnectClientException$1 = class DirectConnectClientException extends
128
128
  });
129
129
  Object.setPrototypeOf(this, DirectConnectClientException.prototype);
130
130
  }
131
- };
132
- let DirectConnectServerException$1 = class DirectConnectServerException extends DirectConnectServiceException$1 {
131
+ }
132
+ class DirectConnectServerException extends DirectConnectServiceException {
133
133
  name = "DirectConnectServerException";
134
134
  $fault = "server";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let DirectConnectServerException$1 = class DirectConnectServerException extends
140
140
  });
141
141
  Object.setPrototypeOf(this, DirectConnectServerException.prototype);
142
142
  }
143
- };
144
- let DuplicateTagKeysException$1 = class DuplicateTagKeysException extends DirectConnectServiceException$1 {
143
+ }
144
+ class DuplicateTagKeysException extends DirectConnectServiceException {
145
145
  name = "DuplicateTagKeysException";
146
146
  $fault = "client";
147
147
  constructor(opts) {
@@ -152,8 +152,8 @@ let DuplicateTagKeysException$1 = class DuplicateTagKeysException extends Direct
152
152
  });
153
153
  Object.setPrototypeOf(this, DuplicateTagKeysException.prototype);
154
154
  }
155
- };
156
- let TooManyTagsException$1 = class TooManyTagsException extends DirectConnectServiceException$1 {
155
+ }
156
+ class TooManyTagsException extends DirectConnectServiceException {
157
157
  name = "TooManyTagsException";
158
158
  $fault = "client";
159
159
  constructor(opts) {
@@ -164,7 +164,7 @@ let TooManyTagsException$1 = class TooManyTagsException extends DirectConnectSer
164
164
  });
165
165
  Object.setPrototypeOf(this, TooManyTagsException.prototype);
166
166
  }
167
- };
167
+ }
168
168
 
169
169
  const _ACN = "AssociatedCoreNetwork";
170
170
  const _ACOI = "AllocateConnectionOnInterconnect";
@@ -534,7 +534,7 @@ const _ve = "vendor";
534
534
  const _xTN = "xsltTemplateName";
535
535
  const _xTNFMS = "xsltTemplateNameForMacSec";
536
536
  const n0 = "com.amazonaws.directconnect";
537
- var AcceptDirectConnectGatewayAssociationProposalRequest = [
537
+ var AcceptDirectConnectGatewayAssociationProposalRequest$ = [
538
538
  3,
539
539
  n0,
540
540
  _ADCGAPR,
@@ -542,15 +542,15 @@ var AcceptDirectConnectGatewayAssociationProposalRequest = [
542
542
  [_dCGI, _pI, _aGOA, _oAPTDCG],
543
543
  [0, 0, 0, () => RouteFilterPrefixList],
544
544
  ];
545
- var AcceptDirectConnectGatewayAssociationProposalResult = [
545
+ var AcceptDirectConnectGatewayAssociationProposalResult$ = [
546
546
  3,
547
547
  n0,
548
548
  _ADCGAPRc,
549
549
  0,
550
550
  [_dCGA],
551
- [() => DirectConnectGatewayAssociation],
551
+ [() => DirectConnectGatewayAssociation$],
552
552
  ];
553
- var AllocateConnectionOnInterconnectRequest = [
553
+ var AllocateConnectionOnInterconnectRequest$ = [
554
554
  3,
555
555
  n0,
556
556
  _ACOIR,
@@ -558,7 +558,7 @@ var AllocateConnectionOnInterconnectRequest = [
558
558
  [_b, _cN, _oA, _iI, _v],
559
559
  [0, 0, 0, 0, 1],
560
560
  ];
561
- var AllocateHostedConnectionRequest = [
561
+ var AllocateHostedConnectionRequest$ = [
562
562
  3,
563
563
  n0,
564
564
  _AHCR,
@@ -566,44 +566,44 @@ var AllocateHostedConnectionRequest = [
566
566
  [_cI, _oA, _b, _cN, _v, _t],
567
567
  [0, 0, 0, 0, 1, () => TagList],
568
568
  ];
569
- var AllocatePrivateVirtualInterfaceRequest = [
569
+ var AllocatePrivateVirtualInterfaceRequest$ = [
570
570
  3,
571
571
  n0,
572
572
  _APVIR,
573
573
  0,
574
574
  [_cI, _oA, _nPVIA],
575
- [0, 0, () => NewPrivateVirtualInterfaceAllocation],
575
+ [0, 0, () => NewPrivateVirtualInterfaceAllocation$],
576
576
  ];
577
- var AllocatePublicVirtualInterfaceRequest = [
577
+ var AllocatePublicVirtualInterfaceRequest$ = [
578
578
  3,
579
579
  n0,
580
580
  _APVIRl,
581
581
  0,
582
582
  [_cI, _oA, _nPVIAe],
583
- [0, 0, () => NewPublicVirtualInterfaceAllocation],
583
+ [0, 0, () => NewPublicVirtualInterfaceAllocation$],
584
584
  ];
585
- var AllocateTransitVirtualInterfaceRequest = [
585
+ var AllocateTransitVirtualInterfaceRequest$ = [
586
586
  3,
587
587
  n0,
588
588
  _ATVIR,
589
589
  0,
590
590
  [_cI, _oA, _nTVIA],
591
- [0, 0, () => NewTransitVirtualInterfaceAllocation],
591
+ [0, 0, () => NewTransitVirtualInterfaceAllocation$],
592
592
  ];
593
- var AllocateTransitVirtualInterfaceResult = [
593
+ var AllocateTransitVirtualInterfaceResult$ = [
594
594
  3,
595
595
  n0,
596
596
  _ATVIRl,
597
597
  0,
598
598
  [_vI],
599
- [() => VirtualInterface],
599
+ [() => VirtualInterface$],
600
600
  ];
601
- var AssociateConnectionWithLagRequest = [3, n0, _ACWLR, 0, [_cI, _lI], [0, 0]];
602
- var AssociatedCoreNetwork = [3, n0, _ACN, 0, [_i, _oA, _aI], [0, 0, 0]];
603
- var AssociatedGateway = [3, n0, _AG, 0, [_i, _ty, _oA, _r], [0, 0, 0, 0]];
604
- var AssociateHostedConnectionRequest = [3, n0, _AHCRs, 0, [_cI, _pCI], [0, 0]];
605
- var AssociateMacSecKeyRequest = [3, n0, _AMSKR, 0, [_cI, _sARN, _c, _ca], [0, 0, 0, 0]];
606
- var AssociateMacSecKeyResponse = [
601
+ var AssociateConnectionWithLagRequest$ = [3, n0, _ACWLR, 0, [_cI, _lI], [0, 0]];
602
+ var AssociatedCoreNetwork$ = [3, n0, _ACN, 0, [_i, _oA, _aI], [0, 0, 0]];
603
+ var AssociatedGateway$ = [3, n0, _AG, 0, [_i, _ty, _oA, _r], [0, 0, 0, 0]];
604
+ var AssociateHostedConnectionRequest$ = [3, n0, _AHCRs, 0, [_cI, _pCI], [0, 0]];
605
+ var AssociateMacSecKeyRequest$ = [3, n0, _AMSKR, 0, [_cI, _sARN, _c, _ca], [0, 0, 0, 0]];
606
+ var AssociateMacSecKeyResponse$ = [
607
607
  3,
608
608
  n0,
609
609
  _AMSKRs,
@@ -611,8 +611,8 @@ var AssociateMacSecKeyResponse = [
611
611
  [_cI, _mSK],
612
612
  [0, () => MacSecKeyList],
613
613
  ];
614
- var AssociateVirtualInterfaceRequest = [3, n0, _AVIR, 0, [_vII, _cI], [0, 0]];
615
- var BGPPeer = [
614
+ var AssociateVirtualInterfaceRequest$ = [3, n0, _AVIR, 0, [_vII, _cI], [0, 0]];
615
+ var BGPPeer$ = [
616
616
  3,
617
617
  n0,
618
618
  _BGPP,
@@ -620,11 +620,11 @@ var BGPPeer = [
620
620
  [_bPI, _a, _aL, _aK, _aF, _aA, _cA, _bPS, _bS, _aDV, _aLDI],
621
621
  [0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0],
622
622
  ];
623
- var ConfirmConnectionRequest = [3, n0, _CCR, 0, [_cI], [0]];
624
- var ConfirmConnectionResponse = [3, n0, _CCRo, 0, [_cS], [0]];
625
- var ConfirmCustomerAgreementRequest = [3, n0, _CCAR, 0, [_aN], [0]];
626
- var ConfirmCustomerAgreementResponse = [3, n0, _CCARo, 0, [_s], [0]];
627
- var ConfirmPrivateVirtualInterfaceRequest = [
623
+ var ConfirmConnectionRequest$ = [3, n0, _CCR, 0, [_cI], [0]];
624
+ var ConfirmConnectionResponse$ = [3, n0, _CCRo, 0, [_cS], [0]];
625
+ var ConfirmCustomerAgreementRequest$ = [3, n0, _CCAR, 0, [_aN], [0]];
626
+ var ConfirmCustomerAgreementResponse$ = [3, n0, _CCARo, 0, [_s], [0]];
627
+ var ConfirmPrivateVirtualInterfaceRequest$ = [
628
628
  3,
629
629
  n0,
630
630
  _CPVIR,
@@ -632,12 +632,12 @@ var ConfirmPrivateVirtualInterfaceRequest = [
632
632
  [_vII, _vGI, _dCGI],
633
633
  [0, 0, 0],
634
634
  ];
635
- var ConfirmPrivateVirtualInterfaceResponse = [3, n0, _CPVIRo, 0, [_vIS], [0]];
636
- var ConfirmPublicVirtualInterfaceRequest = [3, n0, _CPVIRon, 0, [_vII], [0]];
637
- var ConfirmPublicVirtualInterfaceResponse = [3, n0, _CPVIRonf, 0, [_vIS], [0]];
638
- var ConfirmTransitVirtualInterfaceRequest = [3, n0, _CTVIR, 0, [_vII, _dCGI], [0, 0]];
639
- var ConfirmTransitVirtualInterfaceResponse = [3, n0, _CTVIRo, 0, [_vIS], [0]];
640
- var Connection = [
635
+ var ConfirmPrivateVirtualInterfaceResponse$ = [3, n0, _CPVIRo, 0, [_vIS], [0]];
636
+ var ConfirmPublicVirtualInterfaceRequest$ = [3, n0, _CPVIRon, 0, [_vII], [0]];
637
+ var ConfirmPublicVirtualInterfaceResponse$ = [3, n0, _CPVIRonf, 0, [_vIS], [0]];
638
+ var ConfirmTransitVirtualInterfaceRequest$ = [3, n0, _CTVIR, 0, [_vII, _dCGI], [0, 0]];
639
+ var ConfirmTransitVirtualInterfaceResponse$ = [3, n0, _CTVIRo, 0, [_vIS], [0]];
640
+ var Connection$ = [
641
641
  3,
642
642
  n0,
643
643
  _C,
@@ -669,10 +669,10 @@ var Connection = [
669
669
  ],
670
670
  [0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 0, 0, 2, 0, 0, 0, () => TagList, 0, 2, 0, 0, () => MacSecKeyList, 2],
671
671
  ];
672
- var Connections = [3, n0, _Co, 0, [_co, _nT], [() => ConnectionList, 0]];
673
- var CreateBGPPeerRequest = [3, n0, _CBGPPR, 0, [_vII, _nBGPP], [0, () => NewBGPPeer]];
674
- var CreateBGPPeerResponse = [3, n0, _CBGPPRr, 0, [_vI], [() => VirtualInterface]];
675
- var CreateConnectionRequest = [
672
+ var Connections$ = [3, n0, _Co, 0, [_co, _nT], [() => ConnectionList, 0]];
673
+ var CreateBGPPeerRequest$ = [3, n0, _CBGPPR, 0, [_vII, _nBGPP], [0, () => NewBGPPeer$]];
674
+ var CreateBGPPeerResponse$ = [3, n0, _CBGPPRr, 0, [_vI], [() => VirtualInterface$]];
675
+ var CreateConnectionRequest$ = [
676
676
  3,
677
677
  n0,
678
678
  _CCRr,
@@ -680,7 +680,7 @@ var CreateConnectionRequest = [
680
680
  [_l, _b, _cN, _lI, _t, _pNr, _rMACS],
681
681
  [0, 0, 0, 0, () => TagList, 0, 2],
682
682
  ];
683
- var CreateDirectConnectGatewayAssociationProposalRequest = [
683
+ var CreateDirectConnectGatewayAssociationProposalRequest$ = [
684
684
  3,
685
685
  n0,
686
686
  _CDCGAPR,
@@ -688,15 +688,15 @@ var CreateDirectConnectGatewayAssociationProposalRequest = [
688
688
  [_dCGI, _dCGOA, _gI, _aAPTDCG, _rAPTDCG],
689
689
  [0, 0, 0, () => RouteFilterPrefixList, () => RouteFilterPrefixList],
690
690
  ];
691
- var CreateDirectConnectGatewayAssociationProposalResult = [
691
+ var CreateDirectConnectGatewayAssociationProposalResult$ = [
692
692
  3,
693
693
  n0,
694
694
  _CDCGAPRr,
695
695
  0,
696
696
  [_dCGAP],
697
- [() => DirectConnectGatewayAssociationProposal],
697
+ [() => DirectConnectGatewayAssociationProposal$],
698
698
  ];
699
- var CreateDirectConnectGatewayAssociationRequest = [
699
+ var CreateDirectConnectGatewayAssociationRequest$ = [
700
700
  3,
701
701
  n0,
702
702
  _CDCGAR,
@@ -704,15 +704,15 @@ var CreateDirectConnectGatewayAssociationRequest = [
704
704
  [_dCGI, _gI, _aAPTDCG, _vGI],
705
705
  [0, 0, () => RouteFilterPrefixList, 0],
706
706
  ];
707
- var CreateDirectConnectGatewayAssociationResult = [
707
+ var CreateDirectConnectGatewayAssociationResult$ = [
708
708
  3,
709
709
  n0,
710
710
  _CDCGARr,
711
711
  0,
712
712
  [_dCGA],
713
- [() => DirectConnectGatewayAssociation],
713
+ [() => DirectConnectGatewayAssociation$],
714
714
  ];
715
- var CreateDirectConnectGatewayRequest = [
715
+ var CreateDirectConnectGatewayRequest$ = [
716
716
  3,
717
717
  n0,
718
718
  _CDCGR,
@@ -720,15 +720,15 @@ var CreateDirectConnectGatewayRequest = [
720
720
  [_dCGN, _t, _aSA],
721
721
  [0, () => TagList, 1],
722
722
  ];
723
- var CreateDirectConnectGatewayResult = [
723
+ var CreateDirectConnectGatewayResult$ = [
724
724
  3,
725
725
  n0,
726
726
  _CDCGRr,
727
727
  0,
728
728
  [_dCG],
729
- [() => DirectConnectGateway],
729
+ [() => DirectConnectGateway$],
730
730
  ];
731
- var CreateInterconnectRequest = [
731
+ var CreateInterconnectRequest$ = [
732
732
  3,
733
733
  n0,
734
734
  _CIR,
@@ -736,7 +736,7 @@ var CreateInterconnectRequest = [
736
736
  [_iN, _b, _l, _lI, _t, _pNr, _rMACS],
737
737
  [0, 0, 0, 0, () => TagList, 0, 2],
738
738
  ];
739
- var CreateLagRequest = [
739
+ var CreateLagRequest$ = [
740
740
  3,
741
741
  n0,
742
742
  _CLR,
@@ -744,40 +744,40 @@ var CreateLagRequest = [
744
744
  [_nOC, _l, _cB, _lN, _cI, _t, _cCT, _pNr, _rMACS],
745
745
  [1, 0, 0, 0, 0, () => TagList, () => TagList, 0, 2],
746
746
  ];
747
- var CreatePrivateVirtualInterfaceRequest = [
747
+ var CreatePrivateVirtualInterfaceRequest$ = [
748
748
  3,
749
749
  n0,
750
750
  _CPVIRr,
751
751
  0,
752
752
  [_cI, _nPVI],
753
- [0, () => NewPrivateVirtualInterface],
753
+ [0, () => NewPrivateVirtualInterface$],
754
754
  ];
755
- var CreatePublicVirtualInterfaceRequest = [
755
+ var CreatePublicVirtualInterfaceRequest$ = [
756
756
  3,
757
757
  n0,
758
758
  _CPVIRre,
759
759
  0,
760
760
  [_cI, _nPVIe],
761
- [0, () => NewPublicVirtualInterface],
761
+ [0, () => NewPublicVirtualInterface$],
762
762
  ];
763
- var CreateTransitVirtualInterfaceRequest = [
763
+ var CreateTransitVirtualInterfaceRequest$ = [
764
764
  3,
765
765
  n0,
766
766
  _CTVIRr,
767
767
  0,
768
768
  [_cI, _nTVI],
769
- [0, () => NewTransitVirtualInterface],
769
+ [0, () => NewTransitVirtualInterface$],
770
770
  ];
771
- var CreateTransitVirtualInterfaceResult = [
771
+ var CreateTransitVirtualInterfaceResult$ = [
772
772
  3,
773
773
  n0,
774
774
  _CTVIRre,
775
775
  0,
776
776
  [_vI],
777
- [() => VirtualInterface],
777
+ [() => VirtualInterface$],
778
778
  ];
779
- var CustomerAgreement = [3, n0, _CA, 0, [_aN, _s], [0, 0]];
780
- var DeleteBGPPeerRequest = [
779
+ var CustomerAgreement$ = [3, n0, _CA, 0, [_aN, _s], [0, 0]];
780
+ var DeleteBGPPeerRequest$ = [
781
781
  3,
782
782
  n0,
783
783
  _DBGPPR,
@@ -785,9 +785,9 @@ var DeleteBGPPeerRequest = [
785
785
  [_vII, _a, _aL, _cA, _bPI],
786
786
  [0, 1, 1, 0, 0],
787
787
  ];
788
- var DeleteBGPPeerResponse = [3, n0, _DBGPPRe, 0, [_vI], [() => VirtualInterface]];
789
- var DeleteConnectionRequest = [3, n0, _DCR, 0, [_cI], [0]];
790
- var DeleteDirectConnectGatewayAssociationProposalRequest = [
788
+ var DeleteBGPPeerResponse$ = [3, n0, _DBGPPRe, 0, [_vI], [() => VirtualInterface$]];
789
+ var DeleteConnectionRequest$ = [3, n0, _DCR, 0, [_cI], [0]];
790
+ var DeleteDirectConnectGatewayAssociationProposalRequest$ = [
791
791
  3,
792
792
  n0,
793
793
  _DDCGAPR,
@@ -795,15 +795,15 @@ var DeleteDirectConnectGatewayAssociationProposalRequest = [
795
795
  [_pI],
796
796
  [0],
797
797
  ];
798
- var DeleteDirectConnectGatewayAssociationProposalResult = [
798
+ var DeleteDirectConnectGatewayAssociationProposalResult$ = [
799
799
  3,
800
800
  n0,
801
801
  _DDCGAPRe,
802
802
  0,
803
803
  [_dCGAP],
804
- [() => DirectConnectGatewayAssociationProposal],
804
+ [() => DirectConnectGatewayAssociationProposal$],
805
805
  ];
806
- var DeleteDirectConnectGatewayAssociationRequest = [
806
+ var DeleteDirectConnectGatewayAssociationRequest$ = [
807
807
  3,
808
808
  n0,
809
809
  _DDCGAR,
@@ -811,33 +811,33 @@ var DeleteDirectConnectGatewayAssociationRequest = [
811
811
  [_aIs, _dCGI, _vGI],
812
812
  [0, 0, 0],
813
813
  ];
814
- var DeleteDirectConnectGatewayAssociationResult = [
814
+ var DeleteDirectConnectGatewayAssociationResult$ = [
815
815
  3,
816
816
  n0,
817
817
  _DDCGARe,
818
818
  0,
819
819
  [_dCGA],
820
- [() => DirectConnectGatewayAssociation],
820
+ [() => DirectConnectGatewayAssociation$],
821
821
  ];
822
- var DeleteDirectConnectGatewayRequest = [3, n0, _DDCGR, 0, [_dCGI], [0]];
823
- var DeleteDirectConnectGatewayResult = [
822
+ var DeleteDirectConnectGatewayRequest$ = [3, n0, _DDCGR, 0, [_dCGI], [0]];
823
+ var DeleteDirectConnectGatewayResult$ = [
824
824
  3,
825
825
  n0,
826
826
  _DDCGRe,
827
827
  0,
828
828
  [_dCG],
829
- [() => DirectConnectGateway],
829
+ [() => DirectConnectGateway$],
830
830
  ];
831
- var DeleteInterconnectRequest = [3, n0, _DIR, 0, [_iI], [0]];
832
- var DeleteInterconnectResponse = [3, n0, _DIRe, 0, [_iS], [0]];
833
- var DeleteLagRequest = [3, n0, _DLR, 0, [_lI], [0]];
834
- var DeleteVirtualInterfaceRequest = [3, n0, _DVIR, 0, [_vII], [0]];
835
- var DeleteVirtualInterfaceResponse = [3, n0, _DVIRe, 0, [_vIS], [0]];
836
- var DescribeConnectionLoaRequest = [3, n0, _DCLR, 0, [_cI, _pNr, _lCT], [0, 0, 0]];
837
- var DescribeConnectionLoaResponse = [3, n0, _DCLRe, 0, [_lo], [() => Loa]];
838
- var DescribeConnectionsOnInterconnectRequest = [3, n0, _DCOIR, 0, [_iI], [0]];
839
- var DescribeConnectionsRequest = [3, n0, _DCRe, 0, [_cI, _mR, _nT], [0, 1, 0]];
840
- var DescribeCustomerMetadataResponse = [
831
+ var DeleteInterconnectRequest$ = [3, n0, _DIR, 0, [_iI], [0]];
832
+ var DeleteInterconnectResponse$ = [3, n0, _DIRe, 0, [_iS], [0]];
833
+ var DeleteLagRequest$ = [3, n0, _DLR, 0, [_lI], [0]];
834
+ var DeleteVirtualInterfaceRequest$ = [3, n0, _DVIR, 0, [_vII], [0]];
835
+ var DeleteVirtualInterfaceResponse$ = [3, n0, _DVIRe, 0, [_vIS], [0]];
836
+ var DescribeConnectionLoaRequest$ = [3, n0, _DCLR, 0, [_cI, _pNr, _lCT], [0, 0, 0]];
837
+ var DescribeConnectionLoaResponse$ = [3, n0, _DCLRe, 0, [_lo], [() => Loa$]];
838
+ var DescribeConnectionsOnInterconnectRequest$ = [3, n0, _DCOIR, 0, [_iI], [0]];
839
+ var DescribeConnectionsRequest$ = [3, n0, _DCRe, 0, [_cI, _mR, _nT], [0, 1, 0]];
840
+ var DescribeCustomerMetadataResponse$ = [
841
841
  3,
842
842
  n0,
843
843
  _DCMR,
@@ -845,7 +845,7 @@ var DescribeCustomerMetadataResponse = [
845
845
  [_ag, _nPT],
846
846
  [() => AgreementList, 0],
847
847
  ];
848
- var DescribeDirectConnectGatewayAssociationProposalsRequest = [
848
+ var DescribeDirectConnectGatewayAssociationProposalsRequest$ = [
849
849
  3,
850
850
  n0,
851
851
  _DDCGAPRes,
@@ -853,7 +853,7 @@ var DescribeDirectConnectGatewayAssociationProposalsRequest = [
853
853
  [_dCGI, _pI, _aGI, _mR, _nT],
854
854
  [0, 0, 0, 1, 0],
855
855
  ];
856
- var DescribeDirectConnectGatewayAssociationProposalsResult = [
856
+ var DescribeDirectConnectGatewayAssociationProposalsResult$ = [
857
857
  3,
858
858
  n0,
859
859
  _DDCGAPResc,
@@ -861,7 +861,7 @@ var DescribeDirectConnectGatewayAssociationProposalsResult = [
861
861
  [_dCGAPi, _nT],
862
862
  [() => DirectConnectGatewayAssociationProposalList, 0],
863
863
  ];
864
- var DescribeDirectConnectGatewayAssociationsRequest = [
864
+ var DescribeDirectConnectGatewayAssociationsRequest$ = [
865
865
  3,
866
866
  n0,
867
867
  _DDCGARes,
@@ -869,7 +869,7 @@ var DescribeDirectConnectGatewayAssociationsRequest = [
869
869
  [_aIs, _aGI, _dCGI, _mR, _nT, _vGI],
870
870
  [0, 0, 0, 1, 0, 0],
871
871
  ];
872
- var DescribeDirectConnectGatewayAssociationsResult = [
872
+ var DescribeDirectConnectGatewayAssociationsResult$ = [
873
873
  3,
874
874
  n0,
875
875
  _DDCGAResc,
@@ -877,7 +877,7 @@ var DescribeDirectConnectGatewayAssociationsResult = [
877
877
  [_dCGAi, _nT],
878
878
  [() => DirectConnectGatewayAssociationList, 0],
879
879
  ];
880
- var DescribeDirectConnectGatewayAttachmentsRequest = [
880
+ var DescribeDirectConnectGatewayAttachmentsRequest$ = [
881
881
  3,
882
882
  n0,
883
883
  _DDCGARescr,
@@ -885,7 +885,7 @@ var DescribeDirectConnectGatewayAttachmentsRequest = [
885
885
  [_dCGI, _vII, _mR, _nT],
886
886
  [0, 0, 1, 0],
887
887
  ];
888
- var DescribeDirectConnectGatewayAttachmentsResult = [
888
+ var DescribeDirectConnectGatewayAttachmentsResult$ = [
889
889
  3,
890
890
  n0,
891
891
  _DDCGARescri,
@@ -893,7 +893,7 @@ var DescribeDirectConnectGatewayAttachmentsResult = [
893
893
  [_dCGAir, _nT],
894
894
  [() => DirectConnectGatewayAttachmentList, 0],
895
895
  ];
896
- var DescribeDirectConnectGatewaysRequest = [
896
+ var DescribeDirectConnectGatewaysRequest$ = [
897
897
  3,
898
898
  n0,
899
899
  _DDCGRes,
@@ -901,7 +901,7 @@ var DescribeDirectConnectGatewaysRequest = [
901
901
  [_dCGI, _mR, _nT],
902
902
  [0, 1, 0],
903
903
  ];
904
- var DescribeDirectConnectGatewaysResult = [
904
+ var DescribeDirectConnectGatewaysResult$ = [
905
905
  3,
906
906
  n0,
907
907
  _DDCGResc,
@@ -909,24 +909,24 @@ var DescribeDirectConnectGatewaysResult = [
909
909
  [_dCGi, _nT],
910
910
  [() => DirectConnectGatewayList, 0],
911
911
  ];
912
- var DescribeHostedConnectionsRequest = [3, n0, _DHCR, 0, [_cI, _mR, _nT], [0, 1, 0]];
913
- var DescribeInterconnectLoaRequest = [3, n0, _DILR, 0, [_iI, _pNr, _lCT], [0, 0, 0]];
914
- var DescribeInterconnectLoaResponse = [3, n0, _DILRe, 0, [_lo], [() => Loa]];
915
- var DescribeInterconnectsRequest = [3, n0, _DIRes, 0, [_iI, _mR, _nT], [0, 1, 0]];
916
- var DescribeLagsRequest = [3, n0, _DLRe, 0, [_lI, _mR, _nT], [0, 1, 0]];
917
- var DescribeLoaRequest = [3, n0, _DLRes, 0, [_cI, _pNr, _lCT], [0, 0, 0]];
918
- var DescribeRouterConfigurationRequest = [3, n0, _DRCR, 0, [_vII, _rTI], [0, 0]];
919
- var DescribeRouterConfigurationResponse = [
912
+ var DescribeHostedConnectionsRequest$ = [3, n0, _DHCR, 0, [_cI, _mR, _nT], [0, 1, 0]];
913
+ var DescribeInterconnectLoaRequest$ = [3, n0, _DILR, 0, [_iI, _pNr, _lCT], [0, 0, 0]];
914
+ var DescribeInterconnectLoaResponse$ = [3, n0, _DILRe, 0, [_lo], [() => Loa$]];
915
+ var DescribeInterconnectsRequest$ = [3, n0, _DIRes, 0, [_iI, _mR, _nT], [0, 1, 0]];
916
+ var DescribeLagsRequest$ = [3, n0, _DLRe, 0, [_lI, _mR, _nT], [0, 1, 0]];
917
+ var DescribeLoaRequest$ = [3, n0, _DLRes, 0, [_cI, _pNr, _lCT], [0, 0, 0]];
918
+ var DescribeRouterConfigurationRequest$ = [3, n0, _DRCR, 0, [_vII, _rTI], [0, 0]];
919
+ var DescribeRouterConfigurationResponse$ = [
920
920
  3,
921
921
  n0,
922
922
  _DRCRe,
923
923
  0,
924
924
  [_cRC, _ro, _vII, _vIN],
925
- [0, () => RouterType, 0, 0],
925
+ [0, () => RouterType$, 0, 0],
926
926
  ];
927
- var DescribeTagsRequest = [3, n0, _DTR, 0, [_rA], [64 | 0]];
928
- var DescribeTagsResponse = [3, n0, _DTRe, 0, [_rT], [() => ResourceTagList]];
929
- var DescribeVirtualInterfacesRequest = [
927
+ var DescribeTagsRequest$ = [3, n0, _DTR, 0, [_rA], [64 | 0]];
928
+ var DescribeTagsResponse$ = [3, n0, _DTRe, 0, [_rT], [() => ResourceTagList]];
929
+ var DescribeVirtualInterfacesRequest$ = [
930
930
  3,
931
931
  n0,
932
932
  _DVIRes,
@@ -934,9 +934,9 @@ var DescribeVirtualInterfacesRequest = [
934
934
  [_cI, _vII, _mR, _nT],
935
935
  [0, 0, 1, 0],
936
936
  ];
937
- var DirectConnectClientException = [-3, n0, _DCCE, { [_e]: _cl }, [_m], [0]];
938
- schema.TypeRegistry.for(n0).registerError(DirectConnectClientException, DirectConnectClientException$1);
939
- var DirectConnectGateway = [
937
+ var DirectConnectClientException$ = [-3, n0, _DCCE, { [_e]: _cl }, [_m], [0]];
938
+ schema.TypeRegistry.for(n0).registerError(DirectConnectClientException$, DirectConnectClientException);
939
+ var DirectConnectGateway$ = [
940
940
  3,
941
941
  n0,
942
942
  _DCG,
@@ -944,23 +944,23 @@ var DirectConnectGateway = [
944
944
  [_dCGI, _dCGN, _aSA, _oA, _dCGS, _sCE, _t],
945
945
  [0, 0, 1, 0, 0, 0, () => TagList],
946
946
  ];
947
- var DirectConnectGatewayAssociation = [
947
+ var DirectConnectGatewayAssociation$ = [
948
948
  3,
949
949
  n0,
950
950
  _DCGA,
951
951
  0,
952
952
  [_dCGI, _dCGOA, _aS, _sCE, _aG, _aIs, _aPTDCG, _aCN, _vGI, _vGR, _vGOA],
953
- [0, 0, 0, 0, () => AssociatedGateway, 0, () => RouteFilterPrefixList, () => AssociatedCoreNetwork, 0, 0, 0],
953
+ [0, 0, 0, 0, () => AssociatedGateway$, 0, () => RouteFilterPrefixList, () => AssociatedCoreNetwork$, 0, 0, 0],
954
954
  ];
955
- var DirectConnectGatewayAssociationProposal = [
955
+ var DirectConnectGatewayAssociationProposal$ = [
956
956
  3,
957
957
  n0,
958
958
  _DCGAP,
959
959
  0,
960
960
  [_pI, _dCGI, _dCGOA, _pS, _aG, _eAPTDCG, _rAPTDCGe],
961
- [0, 0, 0, 0, () => AssociatedGateway, () => RouteFilterPrefixList, () => RouteFilterPrefixList],
961
+ [0, 0, 0, 0, () => AssociatedGateway$, () => RouteFilterPrefixList, () => RouteFilterPrefixList],
962
962
  ];
963
- var DirectConnectGatewayAttachment = [
963
+ var DirectConnectGatewayAttachment$ = [
964
964
  3,
965
965
  n0,
966
966
  _DCGAi,
@@ -968,11 +968,11 @@ var DirectConnectGatewayAttachment = [
968
968
  [_dCGI, _vII, _vIR, _vIOA, _aSt, _aT, _sCE],
969
969
  [0, 0, 0, 0, 0, 0, 0],
970
970
  ];
971
- var DirectConnectServerException = [-3, n0, _DCSE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
972
- schema.TypeRegistry.for(n0).registerError(DirectConnectServerException, DirectConnectServerException$1);
973
- var DisassociateConnectionFromLagRequest = [3, n0, _DCFLR, 0, [_cI, _lI], [0, 0]];
974
- var DisassociateMacSecKeyRequest = [3, n0, _DMSKR, 0, [_cI, _sARN], [0, 0]];
975
- var DisassociateMacSecKeyResponse = [
971
+ var DirectConnectServerException$ = [-3, n0, _DCSE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
972
+ schema.TypeRegistry.for(n0).registerError(DirectConnectServerException$, DirectConnectServerException);
973
+ var DisassociateConnectionFromLagRequest$ = [3, n0, _DCFLR, 0, [_cI, _lI], [0, 0]];
974
+ var DisassociateMacSecKeyRequest$ = [3, n0, _DMSKR, 0, [_cI, _sARN], [0, 0]];
975
+ var DisassociateMacSecKeyResponse$ = [
976
976
  3,
977
977
  n0,
978
978
  _DMSKRi,
@@ -980,9 +980,9 @@ var DisassociateMacSecKeyResponse = [
980
980
  [_cI, _mSK],
981
981
  [0, () => MacSecKeyList],
982
982
  ];
983
- var DuplicateTagKeysException = [-3, n0, _DTKE, { [_e]: _cl }, [_m], [0]];
984
- schema.TypeRegistry.for(n0).registerError(DuplicateTagKeysException, DuplicateTagKeysException$1);
985
- var Interconnect = [
983
+ var DuplicateTagKeysException$ = [-3, n0, _DTKE, { [_e]: _cl }, [_m], [0]];
984
+ schema.TypeRegistry.for(n0).registerError(DuplicateTagKeysException$, DuplicateTagKeysException);
985
+ var Interconnect$ = [
986
986
  3,
987
987
  n0,
988
988
  _I,
@@ -990,8 +990,8 @@ var Interconnect = [
990
990
  [_iI, _iN, _iS, _r, _l, _b, _lIT, _lI, _aD, _jFC, _aDV, _aLDI, _hLR, _t, _pNr, _mSC, _pES, _eM, _mSK],
991
991
  [0, 0, 0, 0, 0, 0, 4, 0, 0, 2, 0, 0, 0, () => TagList, 0, 2, 0, 0, () => MacSecKeyList],
992
992
  ];
993
- var Interconnects = [3, n0, _In, 0, [_in, _nT], [() => InterconnectList, 0]];
994
- var Lag = [
993
+ var Interconnects$ = [3, n0, _In, 0, [_in, _nT], [() => InterconnectList, 0]];
994
+ var Lag$ = [
995
995
  3,
996
996
  n0,
997
997
  _L,
@@ -999,8 +999,8 @@ var Lag = [
999
999
  [_cB, _nOC, _lI, _oA, _lN, _lS, _l, _r, _mL, _aD, _aDV, _aLDI, _co, _aHC, _jFC, _hLR, _t, _pNr, _mSC, _eM, _mSK],
1000
1000
  [0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, () => ConnectionList, 2, 2, 0, () => TagList, 0, 2, 0, () => MacSecKeyList],
1001
1001
  ];
1002
- var Lags = [3, n0, _La, 0, [_la, _nT], [() => LagList, 0]];
1003
- var ListVirtualInterfaceTestHistoryRequest = [
1002
+ var Lags$ = [3, n0, _La, 0, [_la, _nT], [() => LagList, 0]];
1003
+ var ListVirtualInterfaceTestHistoryRequest$ = [
1004
1004
  3,
1005
1005
  n0,
1006
1006
  _LVITHR,
@@ -1008,7 +1008,7 @@ var ListVirtualInterfaceTestHistoryRequest = [
1008
1008
  [_tI, _vII, _bP, _s, _mR, _nT],
1009
1009
  [0, 0, 64 | 0, 0, 1, 0],
1010
1010
  ];
1011
- var ListVirtualInterfaceTestHistoryResponse = [
1011
+ var ListVirtualInterfaceTestHistoryResponse$ = [
1012
1012
  3,
1013
1013
  n0,
1014
1014
  _LVITHRi,
@@ -1016,8 +1016,8 @@ var ListVirtualInterfaceTestHistoryResponse = [
1016
1016
  [_vITH, _nT],
1017
1017
  [() => VirtualInterfaceTestHistoryList, 0],
1018
1018
  ];
1019
- var Loa = [3, n0, _Lo, 0, [_lC, _lCT], [21, 0]];
1020
- var Location = [
1019
+ var Loa$ = [3, n0, _Lo, 0, [_lC, _lCT], [21, 0]];
1020
+ var Location$ = [
1021
1021
  3,
1022
1022
  n0,
1023
1023
  _Loc,
@@ -1025,10 +1025,10 @@ var Location = [
1025
1025
  [_lCo, _lNo, _r, _aPS, _aP, _aMSPS],
1026
1026
  [0, 0, 0, 64 | 0, 64 | 0, 64 | 0],
1027
1027
  ];
1028
- var Locations = [3, n0, _Loca, 0, [_loc], [() => LocationList]];
1029
- var MacSecKey = [3, n0, _MSK, 0, [_sARN, _c, _st, _sO], [0, 0, 0, 0]];
1030
- var NewBGPPeer = [3, n0, _NBGPP, 0, [_a, _aL, _aK, _aF, _aA, _cA], [1, 1, 0, 0, 0, 0]];
1031
- var NewPrivateVirtualInterface = [
1028
+ var Locations$ = [3, n0, _Loca, 0, [_loc], [() => LocationList]];
1029
+ var MacSecKey$ = [3, n0, _MSK, 0, [_sARN, _c, _st, _sO], [0, 0, 0, 0]];
1030
+ var NewBGPPeer$ = [3, n0, _NBGPP, 0, [_a, _aL, _aK, _aF, _aA, _cA], [1, 1, 0, 0, 0, 0]];
1031
+ var NewPrivateVirtualInterface$ = [
1032
1032
  3,
1033
1033
  n0,
1034
1034
  _NPVI,
@@ -1036,7 +1036,7 @@ var NewPrivateVirtualInterface = [
1036
1036
  [_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _vGI, _dCGI, _t, _eSL],
1037
1037
  [0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, () => TagList, 2],
1038
1038
  ];
1039
- var NewPrivateVirtualInterfaceAllocation = [
1039
+ var NewPrivateVirtualInterfaceAllocation$ = [
1040
1040
  3,
1041
1041
  n0,
1042
1042
  _NPVIA,
@@ -1044,7 +1044,7 @@ var NewPrivateVirtualInterfaceAllocation = [
1044
1044
  [_vIN, _v, _a, _aL, _mt, _aK, _aA, _aF, _cA, _t],
1045
1045
  [0, 1, 1, 1, 1, 0, 0, 0, 0, () => TagList],
1046
1046
  ];
1047
- var NewPublicVirtualInterface = [
1047
+ var NewPublicVirtualInterface$ = [
1048
1048
  3,
1049
1049
  n0,
1050
1050
  _NPVIe,
@@ -1052,7 +1052,7 @@ var NewPublicVirtualInterface = [
1052
1052
  [_vIN, _v, _a, _aL, _aK, _aA, _cA, _aF, _rFP, _t],
1053
1053
  [0, 1, 1, 1, 0, 0, 0, 0, () => RouteFilterPrefixList, () => TagList],
1054
1054
  ];
1055
- var NewPublicVirtualInterfaceAllocation = [
1055
+ var NewPublicVirtualInterfaceAllocation$ = [
1056
1056
  3,
1057
1057
  n0,
1058
1058
  _NPVIAe,
@@ -1060,7 +1060,7 @@ var NewPublicVirtualInterfaceAllocation = [
1060
1060
  [_vIN, _v, _a, _aL, _aK, _aA, _cA, _aF, _rFP, _t],
1061
1061
  [0, 1, 1, 1, 0, 0, 0, 0, () => RouteFilterPrefixList, () => TagList],
1062
1062
  ];
1063
- var NewTransitVirtualInterface = [
1063
+ var NewTransitVirtualInterface$ = [
1064
1064
  3,
1065
1065
  n0,
1066
1066
  _NTVI,
@@ -1068,7 +1068,7 @@ var NewTransitVirtualInterface = [
1068
1068
  [_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _dCGI, _t, _eSL],
1069
1069
  [0, 1, 1, 1, 1, 0, 0, 0, 0, 0, () => TagList, 2],
1070
1070
  ];
1071
- var NewTransitVirtualInterfaceAllocation = [
1071
+ var NewTransitVirtualInterfaceAllocation$ = [
1072
1072
  3,
1073
1073
  n0,
1074
1074
  _NTVIA,
@@ -1076,9 +1076,9 @@ var NewTransitVirtualInterfaceAllocation = [
1076
1076
  [_vIN, _v, _a, _aL, _mt, _aK, _aA, _cA, _aF, _t],
1077
1077
  [0, 1, 1, 1, 1, 0, 0, 0, 0, () => TagList],
1078
1078
  ];
1079
- var ResourceTag = [3, n0, _RT, 0, [_rAe, _t], [0, () => TagList]];
1080
- var RouteFilterPrefix = [3, n0, _RFP, 0, [_ci], [0]];
1081
- var RouterType = [
1079
+ var ResourceTag$ = [3, n0, _RT, 0, [_rAe, _t], [0, () => TagList]];
1080
+ var RouteFilterPrefix$ = [3, n0, _RFP, 0, [_ci], [0]];
1081
+ var RouterType$ = [
1082
1082
  3,
1083
1083
  n0,
1084
1084
  _RTo,
@@ -1086,33 +1086,33 @@ var RouterType = [
1086
1086
  [_ve, _p, _so, _xTN, _xTNFMS, _rTI],
1087
1087
  [0, 0, 0, 0, 0, 0],
1088
1088
  ];
1089
- var StartBgpFailoverTestRequest = [3, n0, _SBFTR, 0, [_vII, _bP, _tDIM], [0, 64 | 0, 1]];
1090
- var StartBgpFailoverTestResponse = [
1089
+ var StartBgpFailoverTestRequest$ = [3, n0, _SBFTR, 0, [_vII, _bP, _tDIM], [0, 64 | 0, 1]];
1090
+ var StartBgpFailoverTestResponse$ = [
1091
1091
  3,
1092
1092
  n0,
1093
1093
  _SBFTRt,
1094
1094
  0,
1095
1095
  [_vIT],
1096
- [() => VirtualInterfaceTestHistory],
1096
+ [() => VirtualInterfaceTestHistory$],
1097
1097
  ];
1098
- var StopBgpFailoverTestRequest = [3, n0, _SBFTRto, 0, [_vII], [0]];
1099
- var StopBgpFailoverTestResponse = [
1098
+ var StopBgpFailoverTestRequest$ = [3, n0, _SBFTRto, 0, [_vII], [0]];
1099
+ var StopBgpFailoverTestResponse$ = [
1100
1100
  3,
1101
1101
  n0,
1102
1102
  _SBFTRtop,
1103
1103
  0,
1104
1104
  [_vIT],
1105
- [() => VirtualInterfaceTestHistory],
1105
+ [() => VirtualInterfaceTestHistory$],
1106
1106
  ];
1107
- var Tag = [3, n0, _T, 0, [_k, _va], [0, 0]];
1108
- var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [0, () => TagList]];
1109
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1110
- var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _cl }, [_m], [0]];
1111
- schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
1112
- var UntagResourceRequest = [3, n0, _URR, 0, [_rAe, _tK], [0, 64 | 0]];
1113
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1114
- var UpdateConnectionRequest = [3, n0, _UCR, 0, [_cI, _cN, _eM], [0, 0, 0]];
1115
- var UpdateDirectConnectGatewayAssociationRequest = [
1107
+ var Tag$ = [3, n0, _T, 0, [_k, _va], [0, 0]];
1108
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rAe, _t], [0, () => TagList]];
1109
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1110
+ var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _cl }, [_m], [0]];
1111
+ schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
1112
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_rAe, _tK], [0, 64 | 0]];
1113
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
1114
+ var UpdateConnectionRequest$ = [3, n0, _UCR, 0, [_cI, _cN, _eM], [0, 0, 0]];
1115
+ var UpdateDirectConnectGatewayAssociationRequest$ = [
1116
1116
  3,
1117
1117
  n0,
1118
1118
  _UDCGAR,
@@ -1120,25 +1120,25 @@ var UpdateDirectConnectGatewayAssociationRequest = [
1120
1120
  [_aIs, _aAPTDCG, _rAPTDCG],
1121
1121
  [0, () => RouteFilterPrefixList, () => RouteFilterPrefixList],
1122
1122
  ];
1123
- var UpdateDirectConnectGatewayAssociationResult = [
1123
+ var UpdateDirectConnectGatewayAssociationResult$ = [
1124
1124
  3,
1125
1125
  n0,
1126
1126
  _UDCGARp,
1127
1127
  0,
1128
1128
  [_dCGA],
1129
- [() => DirectConnectGatewayAssociation],
1129
+ [() => DirectConnectGatewayAssociation$],
1130
1130
  ];
1131
- var UpdateDirectConnectGatewayRequest = [3, n0, _UDCGR, 0, [_dCGI, _nDCGN], [0, 0]];
1132
- var UpdateDirectConnectGatewayResponse = [
1131
+ var UpdateDirectConnectGatewayRequest$ = [3, n0, _UDCGR, 0, [_dCGI, _nDCGN], [0, 0]];
1132
+ var UpdateDirectConnectGatewayResponse$ = [
1133
1133
  3,
1134
1134
  n0,
1135
1135
  _UDCGRp,
1136
1136
  0,
1137
1137
  [_dCG],
1138
- [() => DirectConnectGateway],
1138
+ [() => DirectConnectGateway$],
1139
1139
  ];
1140
- var UpdateLagRequest = [3, n0, _ULR, 0, [_lI, _lN, _mL, _eM], [0, 0, 1, 0]];
1141
- var UpdateVirtualInterfaceAttributesRequest = [
1140
+ var UpdateLagRequest$ = [3, n0, _ULR, 0, [_lI, _lN, _mL, _eM], [0, 0, 1, 0]];
1141
+ var UpdateVirtualInterfaceAttributesRequest$ = [
1142
1142
  3,
1143
1143
  n0,
1144
1144
  _UVIAR,
@@ -1146,9 +1146,9 @@ var UpdateVirtualInterfaceAttributesRequest = [
1146
1146
  [_vII, _mt, _eSL, _vIN],
1147
1147
  [0, 1, 2, 0],
1148
1148
  ];
1149
- var VirtualGateway = [3, n0, _VG, 0, [_vGI, _vGS], [0, 0]];
1150
- var VirtualGateways = [3, n0, _VGi, 0, [_vG], [() => VirtualGatewayList]];
1151
- var VirtualInterface = [
1149
+ var VirtualGateway$ = [3, n0, _VG, 0, [_vGI, _vGS], [0, 0]];
1150
+ var VirtualGateways$ = [3, n0, _VGi, 0, [_vG], [() => VirtualGatewayList]];
1151
+ var VirtualInterface$ = [
1152
1152
  3,
1153
1153
  n0,
1154
1154
  _VI,
@@ -1212,8 +1212,8 @@ var VirtualInterface = [
1212
1212
  2,
1213
1213
  ],
1214
1214
  ];
1215
- var VirtualInterfaces = [3, n0, _VIi, 0, [_vIi, _nT], [() => VirtualInterfaceList, 0]];
1216
- var VirtualInterfaceTestHistory = [
1215
+ var VirtualInterfaces$ = [3, n0, _VIi, 0, [_vIi, _nT], [() => VirtualInterfaceList, 0]];
1216
+ var VirtualInterfaceTestHistory$ = [
1217
1217
  3,
1218
1218
  n0,
1219
1219
  _VITH,
@@ -1222,462 +1222,478 @@ var VirtualInterfaceTestHistory = [
1222
1222
  [0, 0, 64 | 0, 0, 0, 1, 4, 4],
1223
1223
  ];
1224
1224
  var __Unit = "unit";
1225
- var DirectConnectServiceException = [-3, _sm, "DirectConnectServiceException", 0, [], []];
1226
- schema.TypeRegistry.for(_sm).registerError(DirectConnectServiceException, DirectConnectServiceException$1);
1227
- var AgreementList = [1, n0, _AL, 0, () => CustomerAgreement];
1228
- var BGPPeerList = [1, n0, _BGPPL, 0, () => BGPPeer];
1229
- var ConnectionList = [1, n0, _CL, 0, () => Connection];
1230
- var DirectConnectGatewayAssociationList = [
1231
- 1,
1232
- n0,
1233
- _DCGAL,
1234
- 0,
1235
- () => DirectConnectGatewayAssociation,
1236
- ];
1225
+ var DirectConnectServiceException$ = [-3, _sm, "DirectConnectServiceException", 0, [], []];
1226
+ schema.TypeRegistry.for(_sm).registerError(DirectConnectServiceException$, DirectConnectServiceException);
1227
+ var AgreementList = [1, n0, _AL, 0, () => CustomerAgreement$];
1228
+ var BGPPeerList = [1, n0, _BGPPL, 0, () => BGPPeer$];
1229
+ var ConnectionList = [1, n0, _CL, 0, () => Connection$];
1230
+ var DirectConnectGatewayAssociationList = [1, n0, _DCGAL, 0, () => DirectConnectGatewayAssociation$];
1237
1231
  var DirectConnectGatewayAssociationProposalList = [
1238
1232
  1,
1239
1233
  n0,
1240
1234
  _DCGAPL,
1241
1235
  0,
1242
- () => DirectConnectGatewayAssociationProposal,
1243
- ];
1244
- var DirectConnectGatewayAttachmentList = [
1245
- 1,
1246
- n0,
1247
- _DCGALi,
1248
- 0,
1249
- () => DirectConnectGatewayAttachment,
1250
- ];
1251
- var DirectConnectGatewayList = [1, n0, _DCGL, 0, () => DirectConnectGateway];
1252
- var InterconnectList = [1, n0, _IL, 0, () => Interconnect];
1253
- var LagList = [1, n0, _LL, 0, () => Lag];
1254
- var LocationList = [1, n0, _LLo, 0, () => Location];
1255
- var MacSecKeyList = [1, n0, _MSKL, 0, () => MacSecKey];
1256
- var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag];
1257
- var RouteFilterPrefixList = [1, n0, _RFPL, 0, () => RouteFilterPrefix];
1258
- var TagList = [1, n0, _TL, 0, () => Tag];
1259
- var VirtualGatewayList = [1, n0, _VGL, 0, () => VirtualGateway];
1260
- var VirtualInterfaceList = [1, n0, _VIL, 0, () => VirtualInterface];
1261
- var VirtualInterfaceTestHistoryList = [1, n0, _VITHL, 0, () => VirtualInterfaceTestHistory];
1262
- var AcceptDirectConnectGatewayAssociationProposal = [
1236
+ () => DirectConnectGatewayAssociationProposal$,
1237
+ ];
1238
+ var DirectConnectGatewayAttachmentList = [1, n0, _DCGALi, 0, () => DirectConnectGatewayAttachment$];
1239
+ var DirectConnectGatewayList = [1, n0, _DCGL, 0, () => DirectConnectGateway$];
1240
+ var InterconnectList = [1, n0, _IL, 0, () => Interconnect$];
1241
+ var LagList = [1, n0, _LL, 0, () => Lag$];
1242
+ var LocationList = [1, n0, _LLo, 0, () => Location$];
1243
+ var MacSecKeyList = [1, n0, _MSKL, 0, () => MacSecKey$];
1244
+ var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag$];
1245
+ var RouteFilterPrefixList = [1, n0, _RFPL, 0, () => RouteFilterPrefix$];
1246
+ var TagList = [1, n0, _TL, 0, () => Tag$];
1247
+ var VirtualGatewayList = [1, n0, _VGL, 0, () => VirtualGateway$];
1248
+ var VirtualInterfaceList = [1, n0, _VIL, 0, () => VirtualInterface$];
1249
+ var VirtualInterfaceTestHistoryList = [1, n0, _VITHL, 0, () => VirtualInterfaceTestHistory$];
1250
+ var AcceptDirectConnectGatewayAssociationProposal$ = [
1263
1251
  9,
1264
1252
  n0,
1265
1253
  _ADCGAP,
1266
1254
  0,
1267
- () => AcceptDirectConnectGatewayAssociationProposalRequest,
1268
- () => AcceptDirectConnectGatewayAssociationProposalResult,
1255
+ () => AcceptDirectConnectGatewayAssociationProposalRequest$,
1256
+ () => AcceptDirectConnectGatewayAssociationProposalResult$,
1269
1257
  ];
1270
- var AllocateConnectionOnInterconnect = [
1258
+ var AllocateConnectionOnInterconnect$ = [
1271
1259
  9,
1272
1260
  n0,
1273
1261
  _ACOI,
1274
1262
  0,
1275
- () => AllocateConnectionOnInterconnectRequest,
1276
- () => Connection,
1263
+ () => AllocateConnectionOnInterconnectRequest$,
1264
+ () => Connection$,
1277
1265
  ];
1278
- var AllocateHostedConnection = [
1266
+ var AllocateHostedConnection$ = [
1279
1267
  9,
1280
1268
  n0,
1281
1269
  _AHC,
1282
1270
  0,
1283
- () => AllocateHostedConnectionRequest,
1284
- () => Connection,
1271
+ () => AllocateHostedConnectionRequest$,
1272
+ () => Connection$,
1285
1273
  ];
1286
- var AllocatePrivateVirtualInterface = [
1274
+ var AllocatePrivateVirtualInterface$ = [
1287
1275
  9,
1288
1276
  n0,
1289
1277
  _APVI,
1290
1278
  0,
1291
- () => AllocatePrivateVirtualInterfaceRequest,
1292
- () => VirtualInterface,
1279
+ () => AllocatePrivateVirtualInterfaceRequest$,
1280
+ () => VirtualInterface$,
1293
1281
  ];
1294
- var AllocatePublicVirtualInterface = [
1282
+ var AllocatePublicVirtualInterface$ = [
1295
1283
  9,
1296
1284
  n0,
1297
1285
  _APVIl,
1298
1286
  0,
1299
- () => AllocatePublicVirtualInterfaceRequest,
1300
- () => VirtualInterface,
1287
+ () => AllocatePublicVirtualInterfaceRequest$,
1288
+ () => VirtualInterface$,
1301
1289
  ];
1302
- var AllocateTransitVirtualInterface = [
1290
+ var AllocateTransitVirtualInterface$ = [
1303
1291
  9,
1304
1292
  n0,
1305
1293
  _ATVI,
1306
1294
  0,
1307
- () => AllocateTransitVirtualInterfaceRequest,
1308
- () => AllocateTransitVirtualInterfaceResult,
1295
+ () => AllocateTransitVirtualInterfaceRequest$,
1296
+ () => AllocateTransitVirtualInterfaceResult$,
1309
1297
  ];
1310
- var AssociateConnectionWithLag = [
1298
+ var AssociateConnectionWithLag$ = [
1311
1299
  9,
1312
1300
  n0,
1313
1301
  _ACWL,
1314
1302
  0,
1315
- () => AssociateConnectionWithLagRequest,
1316
- () => Connection,
1303
+ () => AssociateConnectionWithLagRequest$,
1304
+ () => Connection$,
1317
1305
  ];
1318
- var AssociateHostedConnection = [
1306
+ var AssociateHostedConnection$ = [
1319
1307
  9,
1320
1308
  n0,
1321
1309
  _AHCs,
1322
1310
  0,
1323
- () => AssociateHostedConnectionRequest,
1324
- () => Connection,
1311
+ () => AssociateHostedConnectionRequest$,
1312
+ () => Connection$,
1325
1313
  ];
1326
- var AssociateMacSecKey = [
1314
+ var AssociateMacSecKey$ = [
1327
1315
  9,
1328
1316
  n0,
1329
1317
  _AMSK,
1330
1318
  0,
1331
- () => AssociateMacSecKeyRequest,
1332
- () => AssociateMacSecKeyResponse,
1319
+ () => AssociateMacSecKeyRequest$,
1320
+ () => AssociateMacSecKeyResponse$,
1333
1321
  ];
1334
- var AssociateVirtualInterface = [
1322
+ var AssociateVirtualInterface$ = [
1335
1323
  9,
1336
1324
  n0,
1337
1325
  _AVI,
1338
1326
  0,
1339
- () => AssociateVirtualInterfaceRequest,
1340
- () => VirtualInterface,
1327
+ () => AssociateVirtualInterfaceRequest$,
1328
+ () => VirtualInterface$,
1341
1329
  ];
1342
- var ConfirmConnection = [
1330
+ var ConfirmConnection$ = [
1343
1331
  9,
1344
1332
  n0,
1345
1333
  _CC,
1346
1334
  0,
1347
- () => ConfirmConnectionRequest,
1348
- () => ConfirmConnectionResponse,
1335
+ () => ConfirmConnectionRequest$,
1336
+ () => ConfirmConnectionResponse$,
1349
1337
  ];
1350
- var ConfirmCustomerAgreement = [
1338
+ var ConfirmCustomerAgreement$ = [
1351
1339
  9,
1352
1340
  n0,
1353
1341
  _CCA,
1354
1342
  0,
1355
- () => ConfirmCustomerAgreementRequest,
1356
- () => ConfirmCustomerAgreementResponse,
1343
+ () => ConfirmCustomerAgreementRequest$,
1344
+ () => ConfirmCustomerAgreementResponse$,
1357
1345
  ];
1358
- var ConfirmPrivateVirtualInterface = [
1346
+ var ConfirmPrivateVirtualInterface$ = [
1359
1347
  9,
1360
1348
  n0,
1361
1349
  _CPVI,
1362
1350
  0,
1363
- () => ConfirmPrivateVirtualInterfaceRequest,
1364
- () => ConfirmPrivateVirtualInterfaceResponse,
1351
+ () => ConfirmPrivateVirtualInterfaceRequest$,
1352
+ () => ConfirmPrivateVirtualInterfaceResponse$,
1365
1353
  ];
1366
- var ConfirmPublicVirtualInterface = [
1354
+ var ConfirmPublicVirtualInterface$ = [
1367
1355
  9,
1368
1356
  n0,
1369
1357
  _CPVIo,
1370
1358
  0,
1371
- () => ConfirmPublicVirtualInterfaceRequest,
1372
- () => ConfirmPublicVirtualInterfaceResponse,
1359
+ () => ConfirmPublicVirtualInterfaceRequest$,
1360
+ () => ConfirmPublicVirtualInterfaceResponse$,
1373
1361
  ];
1374
- var ConfirmTransitVirtualInterface = [
1362
+ var ConfirmTransitVirtualInterface$ = [
1375
1363
  9,
1376
1364
  n0,
1377
1365
  _CTVI,
1378
1366
  0,
1379
- () => ConfirmTransitVirtualInterfaceRequest,
1380
- () => ConfirmTransitVirtualInterfaceResponse,
1367
+ () => ConfirmTransitVirtualInterfaceRequest$,
1368
+ () => ConfirmTransitVirtualInterfaceResponse$,
1381
1369
  ];
1382
- var CreateBGPPeer = [
1370
+ var CreateBGPPeer$ = [
1383
1371
  9,
1384
1372
  n0,
1385
1373
  _CBGPP,
1386
1374
  0,
1387
- () => CreateBGPPeerRequest,
1388
- () => CreateBGPPeerResponse,
1375
+ () => CreateBGPPeerRequest$,
1376
+ () => CreateBGPPeerResponse$,
1389
1377
  ];
1390
- var CreateConnection = [9, n0, _CCr, 0, () => CreateConnectionRequest, () => Connection];
1391
- var CreateDirectConnectGateway = [
1378
+ var CreateConnection$ = [
1379
+ 9,
1380
+ n0,
1381
+ _CCr,
1382
+ 0,
1383
+ () => CreateConnectionRequest$,
1384
+ () => Connection$,
1385
+ ];
1386
+ var CreateDirectConnectGateway$ = [
1392
1387
  9,
1393
1388
  n0,
1394
1389
  _CDCG,
1395
1390
  0,
1396
- () => CreateDirectConnectGatewayRequest,
1397
- () => CreateDirectConnectGatewayResult,
1391
+ () => CreateDirectConnectGatewayRequest$,
1392
+ () => CreateDirectConnectGatewayResult$,
1398
1393
  ];
1399
- var CreateDirectConnectGatewayAssociation = [
1394
+ var CreateDirectConnectGatewayAssociation$ = [
1400
1395
  9,
1401
1396
  n0,
1402
1397
  _CDCGA,
1403
1398
  0,
1404
- () => CreateDirectConnectGatewayAssociationRequest,
1405
- () => CreateDirectConnectGatewayAssociationResult,
1399
+ () => CreateDirectConnectGatewayAssociationRequest$,
1400
+ () => CreateDirectConnectGatewayAssociationResult$,
1406
1401
  ];
1407
- var CreateDirectConnectGatewayAssociationProposal = [
1402
+ var CreateDirectConnectGatewayAssociationProposal$ = [
1408
1403
  9,
1409
1404
  n0,
1410
1405
  _CDCGAP,
1411
1406
  0,
1412
- () => CreateDirectConnectGatewayAssociationProposalRequest,
1413
- () => CreateDirectConnectGatewayAssociationProposalResult,
1407
+ () => CreateDirectConnectGatewayAssociationProposalRequest$,
1408
+ () => CreateDirectConnectGatewayAssociationProposalResult$,
1414
1409
  ];
1415
- var CreateInterconnect = [
1410
+ var CreateInterconnect$ = [
1416
1411
  9,
1417
1412
  n0,
1418
1413
  _CI,
1419
1414
  0,
1420
- () => CreateInterconnectRequest,
1421
- () => Interconnect,
1415
+ () => CreateInterconnectRequest$,
1416
+ () => Interconnect$,
1422
1417
  ];
1423
- var CreateLag = [9, n0, _CLr, 0, () => CreateLagRequest, () => Lag];
1424
- var CreatePrivateVirtualInterface = [
1418
+ var CreateLag$ = [9, n0, _CLr, 0, () => CreateLagRequest$, () => Lag$];
1419
+ var CreatePrivateVirtualInterface$ = [
1425
1420
  9,
1426
1421
  n0,
1427
1422
  _CPVIr,
1428
1423
  0,
1429
- () => CreatePrivateVirtualInterfaceRequest,
1430
- () => VirtualInterface,
1424
+ () => CreatePrivateVirtualInterfaceRequest$,
1425
+ () => VirtualInterface$,
1431
1426
  ];
1432
- var CreatePublicVirtualInterface = [
1427
+ var CreatePublicVirtualInterface$ = [
1433
1428
  9,
1434
1429
  n0,
1435
1430
  _CPVIre,
1436
1431
  0,
1437
- () => CreatePublicVirtualInterfaceRequest,
1438
- () => VirtualInterface,
1432
+ () => CreatePublicVirtualInterfaceRequest$,
1433
+ () => VirtualInterface$,
1439
1434
  ];
1440
- var CreateTransitVirtualInterface = [
1435
+ var CreateTransitVirtualInterface$ = [
1441
1436
  9,
1442
1437
  n0,
1443
1438
  _CTVIr,
1444
1439
  0,
1445
- () => CreateTransitVirtualInterfaceRequest,
1446
- () => CreateTransitVirtualInterfaceResult,
1440
+ () => CreateTransitVirtualInterfaceRequest$,
1441
+ () => CreateTransitVirtualInterfaceResult$,
1447
1442
  ];
1448
- var DeleteBGPPeer = [
1443
+ var DeleteBGPPeer$ = [
1449
1444
  9,
1450
1445
  n0,
1451
1446
  _DBGPP,
1452
1447
  0,
1453
- () => DeleteBGPPeerRequest,
1454
- () => DeleteBGPPeerResponse,
1448
+ () => DeleteBGPPeerRequest$,
1449
+ () => DeleteBGPPeerResponse$,
1450
+ ];
1451
+ var DeleteConnection$ = [
1452
+ 9,
1453
+ n0,
1454
+ _DC,
1455
+ 0,
1456
+ () => DeleteConnectionRequest$,
1457
+ () => Connection$,
1455
1458
  ];
1456
- var DeleteConnection = [9, n0, _DC, 0, () => DeleteConnectionRequest, () => Connection];
1457
- var DeleteDirectConnectGateway = [
1459
+ var DeleteDirectConnectGateway$ = [
1458
1460
  9,
1459
1461
  n0,
1460
1462
  _DDCG,
1461
1463
  0,
1462
- () => DeleteDirectConnectGatewayRequest,
1463
- () => DeleteDirectConnectGatewayResult,
1464
+ () => DeleteDirectConnectGatewayRequest$,
1465
+ () => DeleteDirectConnectGatewayResult$,
1464
1466
  ];
1465
- var DeleteDirectConnectGatewayAssociation = [
1467
+ var DeleteDirectConnectGatewayAssociation$ = [
1466
1468
  9,
1467
1469
  n0,
1468
1470
  _DDCGA,
1469
1471
  0,
1470
- () => DeleteDirectConnectGatewayAssociationRequest,
1471
- () => DeleteDirectConnectGatewayAssociationResult,
1472
+ () => DeleteDirectConnectGatewayAssociationRequest$,
1473
+ () => DeleteDirectConnectGatewayAssociationResult$,
1472
1474
  ];
1473
- var DeleteDirectConnectGatewayAssociationProposal = [
1475
+ var DeleteDirectConnectGatewayAssociationProposal$ = [
1474
1476
  9,
1475
1477
  n0,
1476
1478
  _DDCGAP,
1477
1479
  0,
1478
- () => DeleteDirectConnectGatewayAssociationProposalRequest,
1479
- () => DeleteDirectConnectGatewayAssociationProposalResult,
1480
+ () => DeleteDirectConnectGatewayAssociationProposalRequest$,
1481
+ () => DeleteDirectConnectGatewayAssociationProposalResult$,
1480
1482
  ];
1481
- var DeleteInterconnect = [
1483
+ var DeleteInterconnect$ = [
1482
1484
  9,
1483
1485
  n0,
1484
1486
  _DI,
1485
1487
  0,
1486
- () => DeleteInterconnectRequest,
1487
- () => DeleteInterconnectResponse,
1488
+ () => DeleteInterconnectRequest$,
1489
+ () => DeleteInterconnectResponse$,
1488
1490
  ];
1489
- var DeleteLag = [9, n0, _DL, 0, () => DeleteLagRequest, () => Lag];
1490
- var DeleteVirtualInterface = [
1491
+ var DeleteLag$ = [9, n0, _DL, 0, () => DeleteLagRequest$, () => Lag$];
1492
+ var DeleteVirtualInterface$ = [
1491
1493
  9,
1492
1494
  n0,
1493
1495
  _DVI,
1494
1496
  0,
1495
- () => DeleteVirtualInterfaceRequest,
1496
- () => DeleteVirtualInterfaceResponse,
1497
+ () => DeleteVirtualInterfaceRequest$,
1498
+ () => DeleteVirtualInterfaceResponse$,
1497
1499
  ];
1498
- var DescribeConnectionLoa = [
1500
+ var DescribeConnectionLoa$ = [
1499
1501
  9,
1500
1502
  n0,
1501
1503
  _DCL,
1502
1504
  0,
1503
- () => DescribeConnectionLoaRequest,
1504
- () => DescribeConnectionLoaResponse,
1505
+ () => DescribeConnectionLoaRequest$,
1506
+ () => DescribeConnectionLoaResponse$,
1505
1507
  ];
1506
- var DescribeConnections = [
1508
+ var DescribeConnections$ = [
1507
1509
  9,
1508
1510
  n0,
1509
1511
  _DCe,
1510
1512
  0,
1511
- () => DescribeConnectionsRequest,
1512
- () => Connections,
1513
+ () => DescribeConnectionsRequest$,
1514
+ () => Connections$,
1513
1515
  ];
1514
- var DescribeConnectionsOnInterconnect = [
1516
+ var DescribeConnectionsOnInterconnect$ = [
1515
1517
  9,
1516
1518
  n0,
1517
1519
  _DCOI,
1518
1520
  0,
1519
- () => DescribeConnectionsOnInterconnectRequest,
1520
- () => Connections,
1521
+ () => DescribeConnectionsOnInterconnectRequest$,
1522
+ () => Connections$,
1521
1523
  ];
1522
- var DescribeCustomerMetadata = [
1524
+ var DescribeCustomerMetadata$ = [
1523
1525
  9,
1524
1526
  n0,
1525
1527
  _DCM,
1526
1528
  0,
1527
1529
  () => __Unit,
1528
- () => DescribeCustomerMetadataResponse,
1530
+ () => DescribeCustomerMetadataResponse$,
1529
1531
  ];
1530
- var DescribeDirectConnectGatewayAssociationProposals = [
1532
+ var DescribeDirectConnectGatewayAssociationProposals$ = [
1531
1533
  9,
1532
1534
  n0,
1533
1535
  _DDCGAPe,
1534
1536
  0,
1535
- () => DescribeDirectConnectGatewayAssociationProposalsRequest,
1536
- () => DescribeDirectConnectGatewayAssociationProposalsResult,
1537
+ () => DescribeDirectConnectGatewayAssociationProposalsRequest$,
1538
+ () => DescribeDirectConnectGatewayAssociationProposalsResult$,
1537
1539
  ];
1538
- var DescribeDirectConnectGatewayAssociations = [
1540
+ var DescribeDirectConnectGatewayAssociations$ = [
1539
1541
  9,
1540
1542
  n0,
1541
1543
  _DDCGAe,
1542
1544
  0,
1543
- () => DescribeDirectConnectGatewayAssociationsRequest,
1544
- () => DescribeDirectConnectGatewayAssociationsResult,
1545
+ () => DescribeDirectConnectGatewayAssociationsRequest$,
1546
+ () => DescribeDirectConnectGatewayAssociationsResult$,
1545
1547
  ];
1546
- var DescribeDirectConnectGatewayAttachments = [
1548
+ var DescribeDirectConnectGatewayAttachments$ = [
1547
1549
  9,
1548
1550
  n0,
1549
1551
  _DDCGAes,
1550
1552
  0,
1551
- () => DescribeDirectConnectGatewayAttachmentsRequest,
1552
- () => DescribeDirectConnectGatewayAttachmentsResult,
1553
+ () => DescribeDirectConnectGatewayAttachmentsRequest$,
1554
+ () => DescribeDirectConnectGatewayAttachmentsResult$,
1553
1555
  ];
1554
- var DescribeDirectConnectGateways = [
1556
+ var DescribeDirectConnectGateways$ = [
1555
1557
  9,
1556
1558
  n0,
1557
1559
  _DDCGe,
1558
1560
  0,
1559
- () => DescribeDirectConnectGatewaysRequest,
1560
- () => DescribeDirectConnectGatewaysResult,
1561
+ () => DescribeDirectConnectGatewaysRequest$,
1562
+ () => DescribeDirectConnectGatewaysResult$,
1561
1563
  ];
1562
- var DescribeHostedConnections = [
1564
+ var DescribeHostedConnections$ = [
1563
1565
  9,
1564
1566
  n0,
1565
1567
  _DHC,
1566
1568
  0,
1567
- () => DescribeHostedConnectionsRequest,
1568
- () => Connections,
1569
+ () => DescribeHostedConnectionsRequest$,
1570
+ () => Connections$,
1569
1571
  ];
1570
- var DescribeInterconnectLoa = [
1572
+ var DescribeInterconnectLoa$ = [
1571
1573
  9,
1572
1574
  n0,
1573
1575
  _DIL,
1574
1576
  0,
1575
- () => DescribeInterconnectLoaRequest,
1576
- () => DescribeInterconnectLoaResponse,
1577
+ () => DescribeInterconnectLoaRequest$,
1578
+ () => DescribeInterconnectLoaResponse$,
1577
1579
  ];
1578
- var DescribeInterconnects = [
1580
+ var DescribeInterconnects$ = [
1579
1581
  9,
1580
1582
  n0,
1581
1583
  _DIe,
1582
1584
  0,
1583
- () => DescribeInterconnectsRequest,
1584
- () => Interconnects,
1585
+ () => DescribeInterconnectsRequest$,
1586
+ () => Interconnects$,
1585
1587
  ];
1586
- var DescribeLags = [9, n0, _DLe, 0, () => DescribeLagsRequest, () => Lags];
1587
- var DescribeLoa = [9, n0, _DLes, 0, () => DescribeLoaRequest, () => Loa];
1588
- var DescribeLocations = [9, n0, _DLesc, 0, () => __Unit, () => Locations];
1589
- var DescribeRouterConfiguration = [
1588
+ var DescribeLags$ = [9, n0, _DLe, 0, () => DescribeLagsRequest$, () => Lags$];
1589
+ var DescribeLoa$ = [9, n0, _DLes, 0, () => DescribeLoaRequest$, () => Loa$];
1590
+ var DescribeLocations$ = [9, n0, _DLesc, 0, () => __Unit, () => Locations$];
1591
+ var DescribeRouterConfiguration$ = [
1590
1592
  9,
1591
1593
  n0,
1592
1594
  _DRC,
1593
1595
  0,
1594
- () => DescribeRouterConfigurationRequest,
1595
- () => DescribeRouterConfigurationResponse,
1596
+ () => DescribeRouterConfigurationRequest$,
1597
+ () => DescribeRouterConfigurationResponse$,
1596
1598
  ];
1597
- var DescribeTags = [9, n0, _DT, 0, () => DescribeTagsRequest, () => DescribeTagsResponse];
1598
- var DescribeVirtualGateways = [9, n0, _DVG, 0, () => __Unit, () => VirtualGateways];
1599
- var DescribeVirtualInterfaces = [
1599
+ var DescribeTags$ = [
1600
+ 9,
1601
+ n0,
1602
+ _DT,
1603
+ 0,
1604
+ () => DescribeTagsRequest$,
1605
+ () => DescribeTagsResponse$,
1606
+ ];
1607
+ var DescribeVirtualGateways$ = [9, n0, _DVG, 0, () => __Unit, () => VirtualGateways$];
1608
+ var DescribeVirtualInterfaces$ = [
1600
1609
  9,
1601
1610
  n0,
1602
1611
  _DVIe,
1603
1612
  0,
1604
- () => DescribeVirtualInterfacesRequest,
1605
- () => VirtualInterfaces,
1613
+ () => DescribeVirtualInterfacesRequest$,
1614
+ () => VirtualInterfaces$,
1606
1615
  ];
1607
- var DisassociateConnectionFromLag = [
1616
+ var DisassociateConnectionFromLag$ = [
1608
1617
  9,
1609
1618
  n0,
1610
1619
  _DCFL,
1611
1620
  0,
1612
- () => DisassociateConnectionFromLagRequest,
1613
- () => Connection,
1621
+ () => DisassociateConnectionFromLagRequest$,
1622
+ () => Connection$,
1614
1623
  ];
1615
- var DisassociateMacSecKey = [
1624
+ var DisassociateMacSecKey$ = [
1616
1625
  9,
1617
1626
  n0,
1618
1627
  _DMSK,
1619
1628
  0,
1620
- () => DisassociateMacSecKeyRequest,
1621
- () => DisassociateMacSecKeyResponse,
1629
+ () => DisassociateMacSecKeyRequest$,
1630
+ () => DisassociateMacSecKeyResponse$,
1622
1631
  ];
1623
- var ListVirtualInterfaceTestHistory = [
1632
+ var ListVirtualInterfaceTestHistory$ = [
1624
1633
  9,
1625
1634
  n0,
1626
1635
  _LVITH,
1627
1636
  0,
1628
- () => ListVirtualInterfaceTestHistoryRequest,
1629
- () => ListVirtualInterfaceTestHistoryResponse,
1637
+ () => ListVirtualInterfaceTestHistoryRequest$,
1638
+ () => ListVirtualInterfaceTestHistoryResponse$,
1630
1639
  ];
1631
- var StartBgpFailoverTest = [
1640
+ var StartBgpFailoverTest$ = [
1632
1641
  9,
1633
1642
  n0,
1634
1643
  _SBFT,
1635
1644
  0,
1636
- () => StartBgpFailoverTestRequest,
1637
- () => StartBgpFailoverTestResponse,
1645
+ () => StartBgpFailoverTestRequest$,
1646
+ () => StartBgpFailoverTestResponse$,
1638
1647
  ];
1639
- var StopBgpFailoverTest = [
1648
+ var StopBgpFailoverTest$ = [
1640
1649
  9,
1641
1650
  n0,
1642
1651
  _SBFTt,
1643
1652
  0,
1644
- () => StopBgpFailoverTestRequest,
1645
- () => StopBgpFailoverTestResponse,
1653
+ () => StopBgpFailoverTestRequest$,
1654
+ () => StopBgpFailoverTestResponse$,
1646
1655
  ];
1647
- var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
1648
- var UntagResource = [
1656
+ var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
1657
+ var UntagResource$ = [
1649
1658
  9,
1650
1659
  n0,
1651
1660
  _UR,
1652
1661
  0,
1653
- () => UntagResourceRequest,
1654
- () => UntagResourceResponse,
1662
+ () => UntagResourceRequest$,
1663
+ () => UntagResourceResponse$,
1664
+ ];
1665
+ var UpdateConnection$ = [
1666
+ 9,
1667
+ n0,
1668
+ _UC,
1669
+ 0,
1670
+ () => UpdateConnectionRequest$,
1671
+ () => Connection$,
1655
1672
  ];
1656
- var UpdateConnection = [9, n0, _UC, 0, () => UpdateConnectionRequest, () => Connection];
1657
- var UpdateDirectConnectGateway = [
1673
+ var UpdateDirectConnectGateway$ = [
1658
1674
  9,
1659
1675
  n0,
1660
1676
  _UDCG,
1661
1677
  0,
1662
- () => UpdateDirectConnectGatewayRequest,
1663
- () => UpdateDirectConnectGatewayResponse,
1678
+ () => UpdateDirectConnectGatewayRequest$,
1679
+ () => UpdateDirectConnectGatewayResponse$,
1664
1680
  ];
1665
- var UpdateDirectConnectGatewayAssociation = [
1681
+ var UpdateDirectConnectGatewayAssociation$ = [
1666
1682
  9,
1667
1683
  n0,
1668
1684
  _UDCGA,
1669
1685
  0,
1670
- () => UpdateDirectConnectGatewayAssociationRequest,
1671
- () => UpdateDirectConnectGatewayAssociationResult,
1686
+ () => UpdateDirectConnectGatewayAssociationRequest$,
1687
+ () => UpdateDirectConnectGatewayAssociationResult$,
1672
1688
  ];
1673
- var UpdateLag = [9, n0, _UL, 0, () => UpdateLagRequest, () => Lag];
1674
- var UpdateVirtualInterfaceAttributes = [
1689
+ var UpdateLag$ = [9, n0, _UL, 0, () => UpdateLagRequest$, () => Lag$];
1690
+ var UpdateVirtualInterfaceAttributes$ = [
1675
1691
  9,
1676
1692
  n0,
1677
1693
  _UVIA,
1678
1694
  0,
1679
- () => UpdateVirtualInterfaceAttributesRequest,
1680
- () => VirtualInterface,
1695
+ () => UpdateVirtualInterfaceAttributesRequest$,
1696
+ () => VirtualInterface$,
1681
1697
  ];
1682
1698
 
1683
1699
  class AcceptDirectConnectGatewayAssociationProposalCommand extends smithyClient.Command
@@ -1688,7 +1704,7 @@ class AcceptDirectConnectGatewayAssociationProposalCommand extends smithyClient.
1688
1704
  })
1689
1705
  .s("OvertureService", "AcceptDirectConnectGatewayAssociationProposal", {})
1690
1706
  .n("DirectConnectClient", "AcceptDirectConnectGatewayAssociationProposalCommand")
1691
- .sc(AcceptDirectConnectGatewayAssociationProposal)
1707
+ .sc(AcceptDirectConnectGatewayAssociationProposal$)
1692
1708
  .build() {
1693
1709
  }
1694
1710
 
@@ -1700,7 +1716,7 @@ class AllocateConnectionOnInterconnectCommand extends smithyClient.Command
1700
1716
  })
1701
1717
  .s("OvertureService", "AllocateConnectionOnInterconnect", {})
1702
1718
  .n("DirectConnectClient", "AllocateConnectionOnInterconnectCommand")
1703
- .sc(AllocateConnectionOnInterconnect)
1719
+ .sc(AllocateConnectionOnInterconnect$)
1704
1720
  .build() {
1705
1721
  }
1706
1722
 
@@ -1712,7 +1728,7 @@ class AllocateHostedConnectionCommand extends smithyClient.Command
1712
1728
  })
1713
1729
  .s("OvertureService", "AllocateHostedConnection", {})
1714
1730
  .n("DirectConnectClient", "AllocateHostedConnectionCommand")
1715
- .sc(AllocateHostedConnection)
1731
+ .sc(AllocateHostedConnection$)
1716
1732
  .build() {
1717
1733
  }
1718
1734
 
@@ -1724,7 +1740,7 @@ class AllocatePrivateVirtualInterfaceCommand extends smithyClient.Command
1724
1740
  })
1725
1741
  .s("OvertureService", "AllocatePrivateVirtualInterface", {})
1726
1742
  .n("DirectConnectClient", "AllocatePrivateVirtualInterfaceCommand")
1727
- .sc(AllocatePrivateVirtualInterface)
1743
+ .sc(AllocatePrivateVirtualInterface$)
1728
1744
  .build() {
1729
1745
  }
1730
1746
 
@@ -1736,7 +1752,7 @@ class AllocatePublicVirtualInterfaceCommand extends smithyClient.Command
1736
1752
  })
1737
1753
  .s("OvertureService", "AllocatePublicVirtualInterface", {})
1738
1754
  .n("DirectConnectClient", "AllocatePublicVirtualInterfaceCommand")
1739
- .sc(AllocatePublicVirtualInterface)
1755
+ .sc(AllocatePublicVirtualInterface$)
1740
1756
  .build() {
1741
1757
  }
1742
1758
 
@@ -1748,7 +1764,7 @@ class AllocateTransitVirtualInterfaceCommand extends smithyClient.Command
1748
1764
  })
1749
1765
  .s("OvertureService", "AllocateTransitVirtualInterface", {})
1750
1766
  .n("DirectConnectClient", "AllocateTransitVirtualInterfaceCommand")
1751
- .sc(AllocateTransitVirtualInterface)
1767
+ .sc(AllocateTransitVirtualInterface$)
1752
1768
  .build() {
1753
1769
  }
1754
1770
 
@@ -1760,7 +1776,7 @@ class AssociateConnectionWithLagCommand extends smithyClient.Command
1760
1776
  })
1761
1777
  .s("OvertureService", "AssociateConnectionWithLag", {})
1762
1778
  .n("DirectConnectClient", "AssociateConnectionWithLagCommand")
1763
- .sc(AssociateConnectionWithLag)
1779
+ .sc(AssociateConnectionWithLag$)
1764
1780
  .build() {
1765
1781
  }
1766
1782
 
@@ -1772,7 +1788,7 @@ class AssociateHostedConnectionCommand extends smithyClient.Command
1772
1788
  })
1773
1789
  .s("OvertureService", "AssociateHostedConnection", {})
1774
1790
  .n("DirectConnectClient", "AssociateHostedConnectionCommand")
1775
- .sc(AssociateHostedConnection)
1791
+ .sc(AssociateHostedConnection$)
1776
1792
  .build() {
1777
1793
  }
1778
1794
 
@@ -1784,7 +1800,7 @@ class AssociateMacSecKeyCommand extends smithyClient.Command
1784
1800
  })
1785
1801
  .s("OvertureService", "AssociateMacSecKey", {})
1786
1802
  .n("DirectConnectClient", "AssociateMacSecKeyCommand")
1787
- .sc(AssociateMacSecKey)
1803
+ .sc(AssociateMacSecKey$)
1788
1804
  .build() {
1789
1805
  }
1790
1806
 
@@ -1796,7 +1812,7 @@ class AssociateVirtualInterfaceCommand extends smithyClient.Command
1796
1812
  })
1797
1813
  .s("OvertureService", "AssociateVirtualInterface", {})
1798
1814
  .n("DirectConnectClient", "AssociateVirtualInterfaceCommand")
1799
- .sc(AssociateVirtualInterface)
1815
+ .sc(AssociateVirtualInterface$)
1800
1816
  .build() {
1801
1817
  }
1802
1818
 
@@ -1808,7 +1824,7 @@ class ConfirmConnectionCommand extends smithyClient.Command
1808
1824
  })
1809
1825
  .s("OvertureService", "ConfirmConnection", {})
1810
1826
  .n("DirectConnectClient", "ConfirmConnectionCommand")
1811
- .sc(ConfirmConnection)
1827
+ .sc(ConfirmConnection$)
1812
1828
  .build() {
1813
1829
  }
1814
1830
 
@@ -1820,7 +1836,7 @@ class ConfirmCustomerAgreementCommand extends smithyClient.Command
1820
1836
  })
1821
1837
  .s("OvertureService", "ConfirmCustomerAgreement", {})
1822
1838
  .n("DirectConnectClient", "ConfirmCustomerAgreementCommand")
1823
- .sc(ConfirmCustomerAgreement)
1839
+ .sc(ConfirmCustomerAgreement$)
1824
1840
  .build() {
1825
1841
  }
1826
1842
 
@@ -1832,7 +1848,7 @@ class ConfirmPrivateVirtualInterfaceCommand extends smithyClient.Command
1832
1848
  })
1833
1849
  .s("OvertureService", "ConfirmPrivateVirtualInterface", {})
1834
1850
  .n("DirectConnectClient", "ConfirmPrivateVirtualInterfaceCommand")
1835
- .sc(ConfirmPrivateVirtualInterface)
1851
+ .sc(ConfirmPrivateVirtualInterface$)
1836
1852
  .build() {
1837
1853
  }
1838
1854
 
@@ -1844,7 +1860,7 @@ class ConfirmPublicVirtualInterfaceCommand extends smithyClient.Command
1844
1860
  })
1845
1861
  .s("OvertureService", "ConfirmPublicVirtualInterface", {})
1846
1862
  .n("DirectConnectClient", "ConfirmPublicVirtualInterfaceCommand")
1847
- .sc(ConfirmPublicVirtualInterface)
1863
+ .sc(ConfirmPublicVirtualInterface$)
1848
1864
  .build() {
1849
1865
  }
1850
1866
 
@@ -1856,7 +1872,7 @@ class ConfirmTransitVirtualInterfaceCommand extends smithyClient.Command
1856
1872
  })
1857
1873
  .s("OvertureService", "ConfirmTransitVirtualInterface", {})
1858
1874
  .n("DirectConnectClient", "ConfirmTransitVirtualInterfaceCommand")
1859
- .sc(ConfirmTransitVirtualInterface)
1875
+ .sc(ConfirmTransitVirtualInterface$)
1860
1876
  .build() {
1861
1877
  }
1862
1878
 
@@ -1868,7 +1884,7 @@ class CreateBGPPeerCommand extends smithyClient.Command
1868
1884
  })
1869
1885
  .s("OvertureService", "CreateBGPPeer", {})
1870
1886
  .n("DirectConnectClient", "CreateBGPPeerCommand")
1871
- .sc(CreateBGPPeer)
1887
+ .sc(CreateBGPPeer$)
1872
1888
  .build() {
1873
1889
  }
1874
1890
 
@@ -1880,7 +1896,7 @@ class CreateConnectionCommand extends smithyClient.Command
1880
1896
  })
1881
1897
  .s("OvertureService", "CreateConnection", {})
1882
1898
  .n("DirectConnectClient", "CreateConnectionCommand")
1883
- .sc(CreateConnection)
1899
+ .sc(CreateConnection$)
1884
1900
  .build() {
1885
1901
  }
1886
1902
 
@@ -1892,7 +1908,7 @@ class CreateDirectConnectGatewayAssociationCommand extends smithyClient.Command
1892
1908
  })
1893
1909
  .s("OvertureService", "CreateDirectConnectGatewayAssociation", {})
1894
1910
  .n("DirectConnectClient", "CreateDirectConnectGatewayAssociationCommand")
1895
- .sc(CreateDirectConnectGatewayAssociation)
1911
+ .sc(CreateDirectConnectGatewayAssociation$)
1896
1912
  .build() {
1897
1913
  }
1898
1914
 
@@ -1904,7 +1920,7 @@ class CreateDirectConnectGatewayAssociationProposalCommand extends smithyClient.
1904
1920
  })
1905
1921
  .s("OvertureService", "CreateDirectConnectGatewayAssociationProposal", {})
1906
1922
  .n("DirectConnectClient", "CreateDirectConnectGatewayAssociationProposalCommand")
1907
- .sc(CreateDirectConnectGatewayAssociationProposal)
1923
+ .sc(CreateDirectConnectGatewayAssociationProposal$)
1908
1924
  .build() {
1909
1925
  }
1910
1926
 
@@ -1916,7 +1932,7 @@ class CreateDirectConnectGatewayCommand extends smithyClient.Command
1916
1932
  })
1917
1933
  .s("OvertureService", "CreateDirectConnectGateway", {})
1918
1934
  .n("DirectConnectClient", "CreateDirectConnectGatewayCommand")
1919
- .sc(CreateDirectConnectGateway)
1935
+ .sc(CreateDirectConnectGateway$)
1920
1936
  .build() {
1921
1937
  }
1922
1938
 
@@ -1928,7 +1944,7 @@ class CreateInterconnectCommand extends smithyClient.Command
1928
1944
  })
1929
1945
  .s("OvertureService", "CreateInterconnect", {})
1930
1946
  .n("DirectConnectClient", "CreateInterconnectCommand")
1931
- .sc(CreateInterconnect)
1947
+ .sc(CreateInterconnect$)
1932
1948
  .build() {
1933
1949
  }
1934
1950
 
@@ -1940,7 +1956,7 @@ class CreateLagCommand extends smithyClient.Command
1940
1956
  })
1941
1957
  .s("OvertureService", "CreateLag", {})
1942
1958
  .n("DirectConnectClient", "CreateLagCommand")
1943
- .sc(CreateLag)
1959
+ .sc(CreateLag$)
1944
1960
  .build() {
1945
1961
  }
1946
1962
 
@@ -1952,7 +1968,7 @@ class CreatePrivateVirtualInterfaceCommand extends smithyClient.Command
1952
1968
  })
1953
1969
  .s("OvertureService", "CreatePrivateVirtualInterface", {})
1954
1970
  .n("DirectConnectClient", "CreatePrivateVirtualInterfaceCommand")
1955
- .sc(CreatePrivateVirtualInterface)
1971
+ .sc(CreatePrivateVirtualInterface$)
1956
1972
  .build() {
1957
1973
  }
1958
1974
 
@@ -1964,7 +1980,7 @@ class CreatePublicVirtualInterfaceCommand extends smithyClient.Command
1964
1980
  })
1965
1981
  .s("OvertureService", "CreatePublicVirtualInterface", {})
1966
1982
  .n("DirectConnectClient", "CreatePublicVirtualInterfaceCommand")
1967
- .sc(CreatePublicVirtualInterface)
1983
+ .sc(CreatePublicVirtualInterface$)
1968
1984
  .build() {
1969
1985
  }
1970
1986
 
@@ -1976,7 +1992,7 @@ class CreateTransitVirtualInterfaceCommand extends smithyClient.Command
1976
1992
  })
1977
1993
  .s("OvertureService", "CreateTransitVirtualInterface", {})
1978
1994
  .n("DirectConnectClient", "CreateTransitVirtualInterfaceCommand")
1979
- .sc(CreateTransitVirtualInterface)
1995
+ .sc(CreateTransitVirtualInterface$)
1980
1996
  .build() {
1981
1997
  }
1982
1998
 
@@ -1988,7 +2004,7 @@ class DeleteBGPPeerCommand extends smithyClient.Command
1988
2004
  })
1989
2005
  .s("OvertureService", "DeleteBGPPeer", {})
1990
2006
  .n("DirectConnectClient", "DeleteBGPPeerCommand")
1991
- .sc(DeleteBGPPeer)
2007
+ .sc(DeleteBGPPeer$)
1992
2008
  .build() {
1993
2009
  }
1994
2010
 
@@ -2000,7 +2016,7 @@ class DeleteConnectionCommand extends smithyClient.Command
2000
2016
  })
2001
2017
  .s("OvertureService", "DeleteConnection", {})
2002
2018
  .n("DirectConnectClient", "DeleteConnectionCommand")
2003
- .sc(DeleteConnection)
2019
+ .sc(DeleteConnection$)
2004
2020
  .build() {
2005
2021
  }
2006
2022
 
@@ -2012,7 +2028,7 @@ class DeleteDirectConnectGatewayAssociationCommand extends smithyClient.Command
2012
2028
  })
2013
2029
  .s("OvertureService", "DeleteDirectConnectGatewayAssociation", {})
2014
2030
  .n("DirectConnectClient", "DeleteDirectConnectGatewayAssociationCommand")
2015
- .sc(DeleteDirectConnectGatewayAssociation)
2031
+ .sc(DeleteDirectConnectGatewayAssociation$)
2016
2032
  .build() {
2017
2033
  }
2018
2034
 
@@ -2024,7 +2040,7 @@ class DeleteDirectConnectGatewayAssociationProposalCommand extends smithyClient.
2024
2040
  })
2025
2041
  .s("OvertureService", "DeleteDirectConnectGatewayAssociationProposal", {})
2026
2042
  .n("DirectConnectClient", "DeleteDirectConnectGatewayAssociationProposalCommand")
2027
- .sc(DeleteDirectConnectGatewayAssociationProposal)
2043
+ .sc(DeleteDirectConnectGatewayAssociationProposal$)
2028
2044
  .build() {
2029
2045
  }
2030
2046
 
@@ -2036,7 +2052,7 @@ class DeleteDirectConnectGatewayCommand extends smithyClient.Command
2036
2052
  })
2037
2053
  .s("OvertureService", "DeleteDirectConnectGateway", {})
2038
2054
  .n("DirectConnectClient", "DeleteDirectConnectGatewayCommand")
2039
- .sc(DeleteDirectConnectGateway)
2055
+ .sc(DeleteDirectConnectGateway$)
2040
2056
  .build() {
2041
2057
  }
2042
2058
 
@@ -2048,7 +2064,7 @@ class DeleteInterconnectCommand extends smithyClient.Command
2048
2064
  })
2049
2065
  .s("OvertureService", "DeleteInterconnect", {})
2050
2066
  .n("DirectConnectClient", "DeleteInterconnectCommand")
2051
- .sc(DeleteInterconnect)
2067
+ .sc(DeleteInterconnect$)
2052
2068
  .build() {
2053
2069
  }
2054
2070
 
@@ -2060,7 +2076,7 @@ class DeleteLagCommand extends smithyClient.Command
2060
2076
  })
2061
2077
  .s("OvertureService", "DeleteLag", {})
2062
2078
  .n("DirectConnectClient", "DeleteLagCommand")
2063
- .sc(DeleteLag)
2079
+ .sc(DeleteLag$)
2064
2080
  .build() {
2065
2081
  }
2066
2082
 
@@ -2072,7 +2088,7 @@ class DeleteVirtualInterfaceCommand extends smithyClient.Command
2072
2088
  })
2073
2089
  .s("OvertureService", "DeleteVirtualInterface", {})
2074
2090
  .n("DirectConnectClient", "DeleteVirtualInterfaceCommand")
2075
- .sc(DeleteVirtualInterface)
2091
+ .sc(DeleteVirtualInterface$)
2076
2092
  .build() {
2077
2093
  }
2078
2094
 
@@ -2084,7 +2100,7 @@ class DescribeConnectionLoaCommand extends smithyClient.Command
2084
2100
  })
2085
2101
  .s("OvertureService", "DescribeConnectionLoa", {})
2086
2102
  .n("DirectConnectClient", "DescribeConnectionLoaCommand")
2087
- .sc(DescribeConnectionLoa)
2103
+ .sc(DescribeConnectionLoa$)
2088
2104
  .build() {
2089
2105
  }
2090
2106
 
@@ -2096,7 +2112,7 @@ class DescribeConnectionsCommand extends smithyClient.Command
2096
2112
  })
2097
2113
  .s("OvertureService", "DescribeConnections", {})
2098
2114
  .n("DirectConnectClient", "DescribeConnectionsCommand")
2099
- .sc(DescribeConnections)
2115
+ .sc(DescribeConnections$)
2100
2116
  .build() {
2101
2117
  }
2102
2118
 
@@ -2108,7 +2124,7 @@ class DescribeConnectionsOnInterconnectCommand extends smithyClient.Command
2108
2124
  })
2109
2125
  .s("OvertureService", "DescribeConnectionsOnInterconnect", {})
2110
2126
  .n("DirectConnectClient", "DescribeConnectionsOnInterconnectCommand")
2111
- .sc(DescribeConnectionsOnInterconnect)
2127
+ .sc(DescribeConnectionsOnInterconnect$)
2112
2128
  .build() {
2113
2129
  }
2114
2130
 
@@ -2120,7 +2136,7 @@ class DescribeCustomerMetadataCommand extends smithyClient.Command
2120
2136
  })
2121
2137
  .s("OvertureService", "DescribeCustomerMetadata", {})
2122
2138
  .n("DirectConnectClient", "DescribeCustomerMetadataCommand")
2123
- .sc(DescribeCustomerMetadata)
2139
+ .sc(DescribeCustomerMetadata$)
2124
2140
  .build() {
2125
2141
  }
2126
2142
 
@@ -2132,7 +2148,7 @@ class DescribeDirectConnectGatewayAssociationProposalsCommand extends smithyClie
2132
2148
  })
2133
2149
  .s("OvertureService", "DescribeDirectConnectGatewayAssociationProposals", {})
2134
2150
  .n("DirectConnectClient", "DescribeDirectConnectGatewayAssociationProposalsCommand")
2135
- .sc(DescribeDirectConnectGatewayAssociationProposals)
2151
+ .sc(DescribeDirectConnectGatewayAssociationProposals$)
2136
2152
  .build() {
2137
2153
  }
2138
2154
 
@@ -2144,7 +2160,7 @@ class DescribeDirectConnectGatewayAssociationsCommand extends smithyClient.Comma
2144
2160
  })
2145
2161
  .s("OvertureService", "DescribeDirectConnectGatewayAssociations", {})
2146
2162
  .n("DirectConnectClient", "DescribeDirectConnectGatewayAssociationsCommand")
2147
- .sc(DescribeDirectConnectGatewayAssociations)
2163
+ .sc(DescribeDirectConnectGatewayAssociations$)
2148
2164
  .build() {
2149
2165
  }
2150
2166
 
@@ -2156,7 +2172,7 @@ class DescribeDirectConnectGatewayAttachmentsCommand extends smithyClient.Comman
2156
2172
  })
2157
2173
  .s("OvertureService", "DescribeDirectConnectGatewayAttachments", {})
2158
2174
  .n("DirectConnectClient", "DescribeDirectConnectGatewayAttachmentsCommand")
2159
- .sc(DescribeDirectConnectGatewayAttachments)
2175
+ .sc(DescribeDirectConnectGatewayAttachments$)
2160
2176
  .build() {
2161
2177
  }
2162
2178
 
@@ -2168,7 +2184,7 @@ class DescribeDirectConnectGatewaysCommand extends smithyClient.Command
2168
2184
  })
2169
2185
  .s("OvertureService", "DescribeDirectConnectGateways", {})
2170
2186
  .n("DirectConnectClient", "DescribeDirectConnectGatewaysCommand")
2171
- .sc(DescribeDirectConnectGateways)
2187
+ .sc(DescribeDirectConnectGateways$)
2172
2188
  .build() {
2173
2189
  }
2174
2190
 
@@ -2180,7 +2196,7 @@ class DescribeHostedConnectionsCommand extends smithyClient.Command
2180
2196
  })
2181
2197
  .s("OvertureService", "DescribeHostedConnections", {})
2182
2198
  .n("DirectConnectClient", "DescribeHostedConnectionsCommand")
2183
- .sc(DescribeHostedConnections)
2199
+ .sc(DescribeHostedConnections$)
2184
2200
  .build() {
2185
2201
  }
2186
2202
 
@@ -2192,7 +2208,7 @@ class DescribeInterconnectLoaCommand extends smithyClient.Command
2192
2208
  })
2193
2209
  .s("OvertureService", "DescribeInterconnectLoa", {})
2194
2210
  .n("DirectConnectClient", "DescribeInterconnectLoaCommand")
2195
- .sc(DescribeInterconnectLoa)
2211
+ .sc(DescribeInterconnectLoa$)
2196
2212
  .build() {
2197
2213
  }
2198
2214
 
@@ -2204,7 +2220,7 @@ class DescribeInterconnectsCommand extends smithyClient.Command
2204
2220
  })
2205
2221
  .s("OvertureService", "DescribeInterconnects", {})
2206
2222
  .n("DirectConnectClient", "DescribeInterconnectsCommand")
2207
- .sc(DescribeInterconnects)
2223
+ .sc(DescribeInterconnects$)
2208
2224
  .build() {
2209
2225
  }
2210
2226
 
@@ -2216,7 +2232,7 @@ class DescribeLagsCommand extends smithyClient.Command
2216
2232
  })
2217
2233
  .s("OvertureService", "DescribeLags", {})
2218
2234
  .n("DirectConnectClient", "DescribeLagsCommand")
2219
- .sc(DescribeLags)
2235
+ .sc(DescribeLags$)
2220
2236
  .build() {
2221
2237
  }
2222
2238
 
@@ -2228,7 +2244,7 @@ class DescribeLoaCommand extends smithyClient.Command
2228
2244
  })
2229
2245
  .s("OvertureService", "DescribeLoa", {})
2230
2246
  .n("DirectConnectClient", "DescribeLoaCommand")
2231
- .sc(DescribeLoa)
2247
+ .sc(DescribeLoa$)
2232
2248
  .build() {
2233
2249
  }
2234
2250
 
@@ -2240,7 +2256,7 @@ class DescribeLocationsCommand extends smithyClient.Command
2240
2256
  })
2241
2257
  .s("OvertureService", "DescribeLocations", {})
2242
2258
  .n("DirectConnectClient", "DescribeLocationsCommand")
2243
- .sc(DescribeLocations)
2259
+ .sc(DescribeLocations$)
2244
2260
  .build() {
2245
2261
  }
2246
2262
 
@@ -2252,7 +2268,7 @@ class DescribeRouterConfigurationCommand extends smithyClient.Command
2252
2268
  })
2253
2269
  .s("OvertureService", "DescribeRouterConfiguration", {})
2254
2270
  .n("DirectConnectClient", "DescribeRouterConfigurationCommand")
2255
- .sc(DescribeRouterConfiguration)
2271
+ .sc(DescribeRouterConfiguration$)
2256
2272
  .build() {
2257
2273
  }
2258
2274
 
@@ -2264,7 +2280,7 @@ class DescribeTagsCommand extends smithyClient.Command
2264
2280
  })
2265
2281
  .s("OvertureService", "DescribeTags", {})
2266
2282
  .n("DirectConnectClient", "DescribeTagsCommand")
2267
- .sc(DescribeTags)
2283
+ .sc(DescribeTags$)
2268
2284
  .build() {
2269
2285
  }
2270
2286
 
@@ -2276,7 +2292,7 @@ class DescribeVirtualGatewaysCommand extends smithyClient.Command
2276
2292
  })
2277
2293
  .s("OvertureService", "DescribeVirtualGateways", {})
2278
2294
  .n("DirectConnectClient", "DescribeVirtualGatewaysCommand")
2279
- .sc(DescribeVirtualGateways)
2295
+ .sc(DescribeVirtualGateways$)
2280
2296
  .build() {
2281
2297
  }
2282
2298
 
@@ -2288,7 +2304,7 @@ class DescribeVirtualInterfacesCommand extends smithyClient.Command
2288
2304
  })
2289
2305
  .s("OvertureService", "DescribeVirtualInterfaces", {})
2290
2306
  .n("DirectConnectClient", "DescribeVirtualInterfacesCommand")
2291
- .sc(DescribeVirtualInterfaces)
2307
+ .sc(DescribeVirtualInterfaces$)
2292
2308
  .build() {
2293
2309
  }
2294
2310
 
@@ -2300,7 +2316,7 @@ class DisassociateConnectionFromLagCommand extends smithyClient.Command
2300
2316
  })
2301
2317
  .s("OvertureService", "DisassociateConnectionFromLag", {})
2302
2318
  .n("DirectConnectClient", "DisassociateConnectionFromLagCommand")
2303
- .sc(DisassociateConnectionFromLag)
2319
+ .sc(DisassociateConnectionFromLag$)
2304
2320
  .build() {
2305
2321
  }
2306
2322
 
@@ -2312,7 +2328,7 @@ class DisassociateMacSecKeyCommand extends smithyClient.Command
2312
2328
  })
2313
2329
  .s("OvertureService", "DisassociateMacSecKey", {})
2314
2330
  .n("DirectConnectClient", "DisassociateMacSecKeyCommand")
2315
- .sc(DisassociateMacSecKey)
2331
+ .sc(DisassociateMacSecKey$)
2316
2332
  .build() {
2317
2333
  }
2318
2334
 
@@ -2324,7 +2340,7 @@ class ListVirtualInterfaceTestHistoryCommand extends smithyClient.Command
2324
2340
  })
2325
2341
  .s("OvertureService", "ListVirtualInterfaceTestHistory", {})
2326
2342
  .n("DirectConnectClient", "ListVirtualInterfaceTestHistoryCommand")
2327
- .sc(ListVirtualInterfaceTestHistory)
2343
+ .sc(ListVirtualInterfaceTestHistory$)
2328
2344
  .build() {
2329
2345
  }
2330
2346
 
@@ -2336,7 +2352,7 @@ class StartBgpFailoverTestCommand extends smithyClient.Command
2336
2352
  })
2337
2353
  .s("OvertureService", "StartBgpFailoverTest", {})
2338
2354
  .n("DirectConnectClient", "StartBgpFailoverTestCommand")
2339
- .sc(StartBgpFailoverTest)
2355
+ .sc(StartBgpFailoverTest$)
2340
2356
  .build() {
2341
2357
  }
2342
2358
 
@@ -2348,7 +2364,7 @@ class StopBgpFailoverTestCommand extends smithyClient.Command
2348
2364
  })
2349
2365
  .s("OvertureService", "StopBgpFailoverTest", {})
2350
2366
  .n("DirectConnectClient", "StopBgpFailoverTestCommand")
2351
- .sc(StopBgpFailoverTest)
2367
+ .sc(StopBgpFailoverTest$)
2352
2368
  .build() {
2353
2369
  }
2354
2370
 
@@ -2360,7 +2376,7 @@ class TagResourceCommand extends smithyClient.Command
2360
2376
  })
2361
2377
  .s("OvertureService", "TagResource", {})
2362
2378
  .n("DirectConnectClient", "TagResourceCommand")
2363
- .sc(TagResource)
2379
+ .sc(TagResource$)
2364
2380
  .build() {
2365
2381
  }
2366
2382
 
@@ -2372,7 +2388,7 @@ class UntagResourceCommand extends smithyClient.Command
2372
2388
  })
2373
2389
  .s("OvertureService", "UntagResource", {})
2374
2390
  .n("DirectConnectClient", "UntagResourceCommand")
2375
- .sc(UntagResource)
2391
+ .sc(UntagResource$)
2376
2392
  .build() {
2377
2393
  }
2378
2394
 
@@ -2384,7 +2400,7 @@ class UpdateConnectionCommand extends smithyClient.Command
2384
2400
  })
2385
2401
  .s("OvertureService", "UpdateConnection", {})
2386
2402
  .n("DirectConnectClient", "UpdateConnectionCommand")
2387
- .sc(UpdateConnection)
2403
+ .sc(UpdateConnection$)
2388
2404
  .build() {
2389
2405
  }
2390
2406
 
@@ -2396,7 +2412,7 @@ class UpdateDirectConnectGatewayAssociationCommand extends smithyClient.Command
2396
2412
  })
2397
2413
  .s("OvertureService", "UpdateDirectConnectGatewayAssociation", {})
2398
2414
  .n("DirectConnectClient", "UpdateDirectConnectGatewayAssociationCommand")
2399
- .sc(UpdateDirectConnectGatewayAssociation)
2415
+ .sc(UpdateDirectConnectGatewayAssociation$)
2400
2416
  .build() {
2401
2417
  }
2402
2418
 
@@ -2408,7 +2424,7 @@ class UpdateDirectConnectGatewayCommand extends smithyClient.Command
2408
2424
  })
2409
2425
  .s("OvertureService", "UpdateDirectConnectGateway", {})
2410
2426
  .n("DirectConnectClient", "UpdateDirectConnectGatewayCommand")
2411
- .sc(UpdateDirectConnectGateway)
2427
+ .sc(UpdateDirectConnectGateway$)
2412
2428
  .build() {
2413
2429
  }
2414
2430
 
@@ -2420,7 +2436,7 @@ class UpdateLagCommand extends smithyClient.Command
2420
2436
  })
2421
2437
  .s("OvertureService", "UpdateLag", {})
2422
2438
  .n("DirectConnectClient", "UpdateLagCommand")
2423
- .sc(UpdateLag)
2439
+ .sc(UpdateLag$)
2424
2440
  .build() {
2425
2441
  }
2426
2442
 
@@ -2432,7 +2448,7 @@ class UpdateVirtualInterfaceAttributesCommand extends smithyClient.Command
2432
2448
  })
2433
2449
  .s("OvertureService", "UpdateVirtualInterfaceAttributes", {})
2434
2450
  .n("DirectConnectClient", "UpdateVirtualInterfaceAttributesCommand")
2435
- .sc(UpdateVirtualInterfaceAttributes)
2451
+ .sc(UpdateVirtualInterfaceAttributes$)
2436
2452
  .build() {
2437
2453
  }
2438
2454
 
@@ -2616,89 +2632,287 @@ Object.defineProperty(exports, "__Client", {
2616
2632
  enumerable: true,
2617
2633
  get: function () { return smithyClient.Client; }
2618
2634
  });
2635
+ exports.AcceptDirectConnectGatewayAssociationProposal$ = AcceptDirectConnectGatewayAssociationProposal$;
2619
2636
  exports.AcceptDirectConnectGatewayAssociationProposalCommand = AcceptDirectConnectGatewayAssociationProposalCommand;
2637
+ exports.AcceptDirectConnectGatewayAssociationProposalRequest$ = AcceptDirectConnectGatewayAssociationProposalRequest$;
2638
+ exports.AcceptDirectConnectGatewayAssociationProposalResult$ = AcceptDirectConnectGatewayAssociationProposalResult$;
2620
2639
  exports.AddressFamily = AddressFamily;
2640
+ exports.AllocateConnectionOnInterconnect$ = AllocateConnectionOnInterconnect$;
2621
2641
  exports.AllocateConnectionOnInterconnectCommand = AllocateConnectionOnInterconnectCommand;
2642
+ exports.AllocateConnectionOnInterconnectRequest$ = AllocateConnectionOnInterconnectRequest$;
2643
+ exports.AllocateHostedConnection$ = AllocateHostedConnection$;
2622
2644
  exports.AllocateHostedConnectionCommand = AllocateHostedConnectionCommand;
2645
+ exports.AllocateHostedConnectionRequest$ = AllocateHostedConnectionRequest$;
2646
+ exports.AllocatePrivateVirtualInterface$ = AllocatePrivateVirtualInterface$;
2623
2647
  exports.AllocatePrivateVirtualInterfaceCommand = AllocatePrivateVirtualInterfaceCommand;
2648
+ exports.AllocatePrivateVirtualInterfaceRequest$ = AllocatePrivateVirtualInterfaceRequest$;
2649
+ exports.AllocatePublicVirtualInterface$ = AllocatePublicVirtualInterface$;
2624
2650
  exports.AllocatePublicVirtualInterfaceCommand = AllocatePublicVirtualInterfaceCommand;
2651
+ exports.AllocatePublicVirtualInterfaceRequest$ = AllocatePublicVirtualInterfaceRequest$;
2652
+ exports.AllocateTransitVirtualInterface$ = AllocateTransitVirtualInterface$;
2625
2653
  exports.AllocateTransitVirtualInterfaceCommand = AllocateTransitVirtualInterfaceCommand;
2654
+ exports.AllocateTransitVirtualInterfaceRequest$ = AllocateTransitVirtualInterfaceRequest$;
2655
+ exports.AllocateTransitVirtualInterfaceResult$ = AllocateTransitVirtualInterfaceResult$;
2656
+ exports.AssociateConnectionWithLag$ = AssociateConnectionWithLag$;
2626
2657
  exports.AssociateConnectionWithLagCommand = AssociateConnectionWithLagCommand;
2658
+ exports.AssociateConnectionWithLagRequest$ = AssociateConnectionWithLagRequest$;
2659
+ exports.AssociateHostedConnection$ = AssociateHostedConnection$;
2627
2660
  exports.AssociateHostedConnectionCommand = AssociateHostedConnectionCommand;
2661
+ exports.AssociateHostedConnectionRequest$ = AssociateHostedConnectionRequest$;
2662
+ exports.AssociateMacSecKey$ = AssociateMacSecKey$;
2628
2663
  exports.AssociateMacSecKeyCommand = AssociateMacSecKeyCommand;
2664
+ exports.AssociateMacSecKeyRequest$ = AssociateMacSecKeyRequest$;
2665
+ exports.AssociateMacSecKeyResponse$ = AssociateMacSecKeyResponse$;
2666
+ exports.AssociateVirtualInterface$ = AssociateVirtualInterface$;
2629
2667
  exports.AssociateVirtualInterfaceCommand = AssociateVirtualInterfaceCommand;
2668
+ exports.AssociateVirtualInterfaceRequest$ = AssociateVirtualInterfaceRequest$;
2669
+ exports.AssociatedCoreNetwork$ = AssociatedCoreNetwork$;
2670
+ exports.AssociatedGateway$ = AssociatedGateway$;
2671
+ exports.BGPPeer$ = BGPPeer$;
2630
2672
  exports.BGPPeerState = BGPPeerState;
2631
2673
  exports.BGPStatus = BGPStatus;
2674
+ exports.ConfirmConnection$ = ConfirmConnection$;
2632
2675
  exports.ConfirmConnectionCommand = ConfirmConnectionCommand;
2676
+ exports.ConfirmConnectionRequest$ = ConfirmConnectionRequest$;
2677
+ exports.ConfirmConnectionResponse$ = ConfirmConnectionResponse$;
2678
+ exports.ConfirmCustomerAgreement$ = ConfirmCustomerAgreement$;
2633
2679
  exports.ConfirmCustomerAgreementCommand = ConfirmCustomerAgreementCommand;
2680
+ exports.ConfirmCustomerAgreementRequest$ = ConfirmCustomerAgreementRequest$;
2681
+ exports.ConfirmCustomerAgreementResponse$ = ConfirmCustomerAgreementResponse$;
2682
+ exports.ConfirmPrivateVirtualInterface$ = ConfirmPrivateVirtualInterface$;
2634
2683
  exports.ConfirmPrivateVirtualInterfaceCommand = ConfirmPrivateVirtualInterfaceCommand;
2684
+ exports.ConfirmPrivateVirtualInterfaceRequest$ = ConfirmPrivateVirtualInterfaceRequest$;
2685
+ exports.ConfirmPrivateVirtualInterfaceResponse$ = ConfirmPrivateVirtualInterfaceResponse$;
2686
+ exports.ConfirmPublicVirtualInterface$ = ConfirmPublicVirtualInterface$;
2635
2687
  exports.ConfirmPublicVirtualInterfaceCommand = ConfirmPublicVirtualInterfaceCommand;
2688
+ exports.ConfirmPublicVirtualInterfaceRequest$ = ConfirmPublicVirtualInterfaceRequest$;
2689
+ exports.ConfirmPublicVirtualInterfaceResponse$ = ConfirmPublicVirtualInterfaceResponse$;
2690
+ exports.ConfirmTransitVirtualInterface$ = ConfirmTransitVirtualInterface$;
2636
2691
  exports.ConfirmTransitVirtualInterfaceCommand = ConfirmTransitVirtualInterfaceCommand;
2692
+ exports.ConfirmTransitVirtualInterfaceRequest$ = ConfirmTransitVirtualInterfaceRequest$;
2693
+ exports.ConfirmTransitVirtualInterfaceResponse$ = ConfirmTransitVirtualInterfaceResponse$;
2694
+ exports.Connection$ = Connection$;
2637
2695
  exports.ConnectionState = ConnectionState;
2696
+ exports.Connections$ = Connections$;
2697
+ exports.CreateBGPPeer$ = CreateBGPPeer$;
2638
2698
  exports.CreateBGPPeerCommand = CreateBGPPeerCommand;
2699
+ exports.CreateBGPPeerRequest$ = CreateBGPPeerRequest$;
2700
+ exports.CreateBGPPeerResponse$ = CreateBGPPeerResponse$;
2701
+ exports.CreateConnection$ = CreateConnection$;
2639
2702
  exports.CreateConnectionCommand = CreateConnectionCommand;
2703
+ exports.CreateConnectionRequest$ = CreateConnectionRequest$;
2704
+ exports.CreateDirectConnectGateway$ = CreateDirectConnectGateway$;
2705
+ exports.CreateDirectConnectGatewayAssociation$ = CreateDirectConnectGatewayAssociation$;
2640
2706
  exports.CreateDirectConnectGatewayAssociationCommand = CreateDirectConnectGatewayAssociationCommand;
2707
+ exports.CreateDirectConnectGatewayAssociationProposal$ = CreateDirectConnectGatewayAssociationProposal$;
2641
2708
  exports.CreateDirectConnectGatewayAssociationProposalCommand = CreateDirectConnectGatewayAssociationProposalCommand;
2709
+ exports.CreateDirectConnectGatewayAssociationProposalRequest$ = CreateDirectConnectGatewayAssociationProposalRequest$;
2710
+ exports.CreateDirectConnectGatewayAssociationProposalResult$ = CreateDirectConnectGatewayAssociationProposalResult$;
2711
+ exports.CreateDirectConnectGatewayAssociationRequest$ = CreateDirectConnectGatewayAssociationRequest$;
2712
+ exports.CreateDirectConnectGatewayAssociationResult$ = CreateDirectConnectGatewayAssociationResult$;
2642
2713
  exports.CreateDirectConnectGatewayCommand = CreateDirectConnectGatewayCommand;
2714
+ exports.CreateDirectConnectGatewayRequest$ = CreateDirectConnectGatewayRequest$;
2715
+ exports.CreateDirectConnectGatewayResult$ = CreateDirectConnectGatewayResult$;
2716
+ exports.CreateInterconnect$ = CreateInterconnect$;
2643
2717
  exports.CreateInterconnectCommand = CreateInterconnectCommand;
2718
+ exports.CreateInterconnectRequest$ = CreateInterconnectRequest$;
2719
+ exports.CreateLag$ = CreateLag$;
2644
2720
  exports.CreateLagCommand = CreateLagCommand;
2721
+ exports.CreateLagRequest$ = CreateLagRequest$;
2722
+ exports.CreatePrivateVirtualInterface$ = CreatePrivateVirtualInterface$;
2645
2723
  exports.CreatePrivateVirtualInterfaceCommand = CreatePrivateVirtualInterfaceCommand;
2724
+ exports.CreatePrivateVirtualInterfaceRequest$ = CreatePrivateVirtualInterfaceRequest$;
2725
+ exports.CreatePublicVirtualInterface$ = CreatePublicVirtualInterface$;
2646
2726
  exports.CreatePublicVirtualInterfaceCommand = CreatePublicVirtualInterfaceCommand;
2727
+ exports.CreatePublicVirtualInterfaceRequest$ = CreatePublicVirtualInterfaceRequest$;
2728
+ exports.CreateTransitVirtualInterface$ = CreateTransitVirtualInterface$;
2647
2729
  exports.CreateTransitVirtualInterfaceCommand = CreateTransitVirtualInterfaceCommand;
2730
+ exports.CreateTransitVirtualInterfaceRequest$ = CreateTransitVirtualInterfaceRequest$;
2731
+ exports.CreateTransitVirtualInterfaceResult$ = CreateTransitVirtualInterfaceResult$;
2732
+ exports.CustomerAgreement$ = CustomerAgreement$;
2733
+ exports.DeleteBGPPeer$ = DeleteBGPPeer$;
2648
2734
  exports.DeleteBGPPeerCommand = DeleteBGPPeerCommand;
2735
+ exports.DeleteBGPPeerRequest$ = DeleteBGPPeerRequest$;
2736
+ exports.DeleteBGPPeerResponse$ = DeleteBGPPeerResponse$;
2737
+ exports.DeleteConnection$ = DeleteConnection$;
2649
2738
  exports.DeleteConnectionCommand = DeleteConnectionCommand;
2739
+ exports.DeleteConnectionRequest$ = DeleteConnectionRequest$;
2740
+ exports.DeleteDirectConnectGateway$ = DeleteDirectConnectGateway$;
2741
+ exports.DeleteDirectConnectGatewayAssociation$ = DeleteDirectConnectGatewayAssociation$;
2650
2742
  exports.DeleteDirectConnectGatewayAssociationCommand = DeleteDirectConnectGatewayAssociationCommand;
2743
+ exports.DeleteDirectConnectGatewayAssociationProposal$ = DeleteDirectConnectGatewayAssociationProposal$;
2651
2744
  exports.DeleteDirectConnectGatewayAssociationProposalCommand = DeleteDirectConnectGatewayAssociationProposalCommand;
2745
+ exports.DeleteDirectConnectGatewayAssociationProposalRequest$ = DeleteDirectConnectGatewayAssociationProposalRequest$;
2746
+ exports.DeleteDirectConnectGatewayAssociationProposalResult$ = DeleteDirectConnectGatewayAssociationProposalResult$;
2747
+ exports.DeleteDirectConnectGatewayAssociationRequest$ = DeleteDirectConnectGatewayAssociationRequest$;
2748
+ exports.DeleteDirectConnectGatewayAssociationResult$ = DeleteDirectConnectGatewayAssociationResult$;
2652
2749
  exports.DeleteDirectConnectGatewayCommand = DeleteDirectConnectGatewayCommand;
2750
+ exports.DeleteDirectConnectGatewayRequest$ = DeleteDirectConnectGatewayRequest$;
2751
+ exports.DeleteDirectConnectGatewayResult$ = DeleteDirectConnectGatewayResult$;
2752
+ exports.DeleteInterconnect$ = DeleteInterconnect$;
2653
2753
  exports.DeleteInterconnectCommand = DeleteInterconnectCommand;
2754
+ exports.DeleteInterconnectRequest$ = DeleteInterconnectRequest$;
2755
+ exports.DeleteInterconnectResponse$ = DeleteInterconnectResponse$;
2756
+ exports.DeleteLag$ = DeleteLag$;
2654
2757
  exports.DeleteLagCommand = DeleteLagCommand;
2758
+ exports.DeleteLagRequest$ = DeleteLagRequest$;
2759
+ exports.DeleteVirtualInterface$ = DeleteVirtualInterface$;
2655
2760
  exports.DeleteVirtualInterfaceCommand = DeleteVirtualInterfaceCommand;
2761
+ exports.DeleteVirtualInterfaceRequest$ = DeleteVirtualInterfaceRequest$;
2762
+ exports.DeleteVirtualInterfaceResponse$ = DeleteVirtualInterfaceResponse$;
2763
+ exports.DescribeConnectionLoa$ = DescribeConnectionLoa$;
2656
2764
  exports.DescribeConnectionLoaCommand = DescribeConnectionLoaCommand;
2765
+ exports.DescribeConnectionLoaRequest$ = DescribeConnectionLoaRequest$;
2766
+ exports.DescribeConnectionLoaResponse$ = DescribeConnectionLoaResponse$;
2767
+ exports.DescribeConnections$ = DescribeConnections$;
2657
2768
  exports.DescribeConnectionsCommand = DescribeConnectionsCommand;
2769
+ exports.DescribeConnectionsOnInterconnect$ = DescribeConnectionsOnInterconnect$;
2658
2770
  exports.DescribeConnectionsOnInterconnectCommand = DescribeConnectionsOnInterconnectCommand;
2771
+ exports.DescribeConnectionsOnInterconnectRequest$ = DescribeConnectionsOnInterconnectRequest$;
2772
+ exports.DescribeConnectionsRequest$ = DescribeConnectionsRequest$;
2773
+ exports.DescribeCustomerMetadata$ = DescribeCustomerMetadata$;
2659
2774
  exports.DescribeCustomerMetadataCommand = DescribeCustomerMetadataCommand;
2775
+ exports.DescribeCustomerMetadataResponse$ = DescribeCustomerMetadataResponse$;
2776
+ exports.DescribeDirectConnectGatewayAssociationProposals$ = DescribeDirectConnectGatewayAssociationProposals$;
2660
2777
  exports.DescribeDirectConnectGatewayAssociationProposalsCommand = DescribeDirectConnectGatewayAssociationProposalsCommand;
2778
+ exports.DescribeDirectConnectGatewayAssociationProposalsRequest$ = DescribeDirectConnectGatewayAssociationProposalsRequest$;
2779
+ exports.DescribeDirectConnectGatewayAssociationProposalsResult$ = DescribeDirectConnectGatewayAssociationProposalsResult$;
2780
+ exports.DescribeDirectConnectGatewayAssociations$ = DescribeDirectConnectGatewayAssociations$;
2661
2781
  exports.DescribeDirectConnectGatewayAssociationsCommand = DescribeDirectConnectGatewayAssociationsCommand;
2782
+ exports.DescribeDirectConnectGatewayAssociationsRequest$ = DescribeDirectConnectGatewayAssociationsRequest$;
2783
+ exports.DescribeDirectConnectGatewayAssociationsResult$ = DescribeDirectConnectGatewayAssociationsResult$;
2784
+ exports.DescribeDirectConnectGatewayAttachments$ = DescribeDirectConnectGatewayAttachments$;
2662
2785
  exports.DescribeDirectConnectGatewayAttachmentsCommand = DescribeDirectConnectGatewayAttachmentsCommand;
2786
+ exports.DescribeDirectConnectGatewayAttachmentsRequest$ = DescribeDirectConnectGatewayAttachmentsRequest$;
2787
+ exports.DescribeDirectConnectGatewayAttachmentsResult$ = DescribeDirectConnectGatewayAttachmentsResult$;
2788
+ exports.DescribeDirectConnectGateways$ = DescribeDirectConnectGateways$;
2663
2789
  exports.DescribeDirectConnectGatewaysCommand = DescribeDirectConnectGatewaysCommand;
2790
+ exports.DescribeDirectConnectGatewaysRequest$ = DescribeDirectConnectGatewaysRequest$;
2791
+ exports.DescribeDirectConnectGatewaysResult$ = DescribeDirectConnectGatewaysResult$;
2792
+ exports.DescribeHostedConnections$ = DescribeHostedConnections$;
2664
2793
  exports.DescribeHostedConnectionsCommand = DescribeHostedConnectionsCommand;
2794
+ exports.DescribeHostedConnectionsRequest$ = DescribeHostedConnectionsRequest$;
2795
+ exports.DescribeInterconnectLoa$ = DescribeInterconnectLoa$;
2665
2796
  exports.DescribeInterconnectLoaCommand = DescribeInterconnectLoaCommand;
2797
+ exports.DescribeInterconnectLoaRequest$ = DescribeInterconnectLoaRequest$;
2798
+ exports.DescribeInterconnectLoaResponse$ = DescribeInterconnectLoaResponse$;
2799
+ exports.DescribeInterconnects$ = DescribeInterconnects$;
2666
2800
  exports.DescribeInterconnectsCommand = DescribeInterconnectsCommand;
2801
+ exports.DescribeInterconnectsRequest$ = DescribeInterconnectsRequest$;
2802
+ exports.DescribeLags$ = DescribeLags$;
2667
2803
  exports.DescribeLagsCommand = DescribeLagsCommand;
2804
+ exports.DescribeLagsRequest$ = DescribeLagsRequest$;
2805
+ exports.DescribeLoa$ = DescribeLoa$;
2668
2806
  exports.DescribeLoaCommand = DescribeLoaCommand;
2807
+ exports.DescribeLoaRequest$ = DescribeLoaRequest$;
2808
+ exports.DescribeLocations$ = DescribeLocations$;
2669
2809
  exports.DescribeLocationsCommand = DescribeLocationsCommand;
2810
+ exports.DescribeRouterConfiguration$ = DescribeRouterConfiguration$;
2670
2811
  exports.DescribeRouterConfigurationCommand = DescribeRouterConfigurationCommand;
2812
+ exports.DescribeRouterConfigurationRequest$ = DescribeRouterConfigurationRequest$;
2813
+ exports.DescribeRouterConfigurationResponse$ = DescribeRouterConfigurationResponse$;
2814
+ exports.DescribeTags$ = DescribeTags$;
2671
2815
  exports.DescribeTagsCommand = DescribeTagsCommand;
2816
+ exports.DescribeTagsRequest$ = DescribeTagsRequest$;
2817
+ exports.DescribeTagsResponse$ = DescribeTagsResponse$;
2818
+ exports.DescribeVirtualGateways$ = DescribeVirtualGateways$;
2672
2819
  exports.DescribeVirtualGatewaysCommand = DescribeVirtualGatewaysCommand;
2820
+ exports.DescribeVirtualInterfaces$ = DescribeVirtualInterfaces$;
2673
2821
  exports.DescribeVirtualInterfacesCommand = DescribeVirtualInterfacesCommand;
2822
+ exports.DescribeVirtualInterfacesRequest$ = DescribeVirtualInterfacesRequest$;
2674
2823
  exports.DirectConnect = DirectConnect;
2675
2824
  exports.DirectConnectClient = DirectConnectClient;
2676
- exports.DirectConnectClientException = DirectConnectClientException$1;
2825
+ exports.DirectConnectClientException = DirectConnectClientException;
2826
+ exports.DirectConnectClientException$ = DirectConnectClientException$;
2827
+ exports.DirectConnectGateway$ = DirectConnectGateway$;
2828
+ exports.DirectConnectGatewayAssociation$ = DirectConnectGatewayAssociation$;
2829
+ exports.DirectConnectGatewayAssociationProposal$ = DirectConnectGatewayAssociationProposal$;
2677
2830
  exports.DirectConnectGatewayAssociationProposalState = DirectConnectGatewayAssociationProposalState;
2678
2831
  exports.DirectConnectGatewayAssociationState = DirectConnectGatewayAssociationState;
2832
+ exports.DirectConnectGatewayAttachment$ = DirectConnectGatewayAttachment$;
2679
2833
  exports.DirectConnectGatewayAttachmentState = DirectConnectGatewayAttachmentState;
2680
2834
  exports.DirectConnectGatewayAttachmentType = DirectConnectGatewayAttachmentType;
2681
2835
  exports.DirectConnectGatewayState = DirectConnectGatewayState;
2682
- exports.DirectConnectServerException = DirectConnectServerException$1;
2683
- exports.DirectConnectServiceException = DirectConnectServiceException$1;
2836
+ exports.DirectConnectServerException = DirectConnectServerException;
2837
+ exports.DirectConnectServerException$ = DirectConnectServerException$;
2838
+ exports.DirectConnectServiceException = DirectConnectServiceException;
2839
+ exports.DirectConnectServiceException$ = DirectConnectServiceException$;
2840
+ exports.DisassociateConnectionFromLag$ = DisassociateConnectionFromLag$;
2684
2841
  exports.DisassociateConnectionFromLagCommand = DisassociateConnectionFromLagCommand;
2842
+ exports.DisassociateConnectionFromLagRequest$ = DisassociateConnectionFromLagRequest$;
2843
+ exports.DisassociateMacSecKey$ = DisassociateMacSecKey$;
2685
2844
  exports.DisassociateMacSecKeyCommand = DisassociateMacSecKeyCommand;
2686
- exports.DuplicateTagKeysException = DuplicateTagKeysException$1;
2845
+ exports.DisassociateMacSecKeyRequest$ = DisassociateMacSecKeyRequest$;
2846
+ exports.DisassociateMacSecKeyResponse$ = DisassociateMacSecKeyResponse$;
2847
+ exports.DuplicateTagKeysException = DuplicateTagKeysException;
2848
+ exports.DuplicateTagKeysException$ = DuplicateTagKeysException$;
2687
2849
  exports.GatewayType = GatewayType;
2688
2850
  exports.HasLogicalRedundancy = HasLogicalRedundancy;
2851
+ exports.Interconnect$ = Interconnect$;
2689
2852
  exports.InterconnectState = InterconnectState;
2853
+ exports.Interconnects$ = Interconnects$;
2854
+ exports.Lag$ = Lag$;
2690
2855
  exports.LagState = LagState;
2856
+ exports.Lags$ = Lags$;
2857
+ exports.ListVirtualInterfaceTestHistory$ = ListVirtualInterfaceTestHistory$;
2691
2858
  exports.ListVirtualInterfaceTestHistoryCommand = ListVirtualInterfaceTestHistoryCommand;
2859
+ exports.ListVirtualInterfaceTestHistoryRequest$ = ListVirtualInterfaceTestHistoryRequest$;
2860
+ exports.ListVirtualInterfaceTestHistoryResponse$ = ListVirtualInterfaceTestHistoryResponse$;
2861
+ exports.Loa$ = Loa$;
2692
2862
  exports.LoaContentType = LoaContentType;
2863
+ exports.Location$ = Location$;
2864
+ exports.Locations$ = Locations$;
2865
+ exports.MacSecKey$ = MacSecKey$;
2866
+ exports.NewBGPPeer$ = NewBGPPeer$;
2867
+ exports.NewPrivateVirtualInterface$ = NewPrivateVirtualInterface$;
2868
+ exports.NewPrivateVirtualInterfaceAllocation$ = NewPrivateVirtualInterfaceAllocation$;
2869
+ exports.NewPublicVirtualInterface$ = NewPublicVirtualInterface$;
2870
+ exports.NewPublicVirtualInterfaceAllocation$ = NewPublicVirtualInterfaceAllocation$;
2871
+ exports.NewTransitVirtualInterface$ = NewTransitVirtualInterface$;
2872
+ exports.NewTransitVirtualInterfaceAllocation$ = NewTransitVirtualInterfaceAllocation$;
2693
2873
  exports.NniPartnerType = NniPartnerType;
2874
+ exports.ResourceTag$ = ResourceTag$;
2875
+ exports.RouteFilterPrefix$ = RouteFilterPrefix$;
2876
+ exports.RouterType$ = RouterType$;
2877
+ exports.StartBgpFailoverTest$ = StartBgpFailoverTest$;
2694
2878
  exports.StartBgpFailoverTestCommand = StartBgpFailoverTestCommand;
2879
+ exports.StartBgpFailoverTestRequest$ = StartBgpFailoverTestRequest$;
2880
+ exports.StartBgpFailoverTestResponse$ = StartBgpFailoverTestResponse$;
2881
+ exports.StopBgpFailoverTest$ = StopBgpFailoverTest$;
2695
2882
  exports.StopBgpFailoverTestCommand = StopBgpFailoverTestCommand;
2883
+ exports.StopBgpFailoverTestRequest$ = StopBgpFailoverTestRequest$;
2884
+ exports.StopBgpFailoverTestResponse$ = StopBgpFailoverTestResponse$;
2885
+ exports.Tag$ = Tag$;
2886
+ exports.TagResource$ = TagResource$;
2696
2887
  exports.TagResourceCommand = TagResourceCommand;
2697
- exports.TooManyTagsException = TooManyTagsException$1;
2888
+ exports.TagResourceRequest$ = TagResourceRequest$;
2889
+ exports.TagResourceResponse$ = TagResourceResponse$;
2890
+ exports.TooManyTagsException = TooManyTagsException;
2891
+ exports.TooManyTagsException$ = TooManyTagsException$;
2892
+ exports.UntagResource$ = UntagResource$;
2698
2893
  exports.UntagResourceCommand = UntagResourceCommand;
2894
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
2895
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
2896
+ exports.UpdateConnection$ = UpdateConnection$;
2699
2897
  exports.UpdateConnectionCommand = UpdateConnectionCommand;
2898
+ exports.UpdateConnectionRequest$ = UpdateConnectionRequest$;
2899
+ exports.UpdateDirectConnectGateway$ = UpdateDirectConnectGateway$;
2900
+ exports.UpdateDirectConnectGatewayAssociation$ = UpdateDirectConnectGatewayAssociation$;
2700
2901
  exports.UpdateDirectConnectGatewayAssociationCommand = UpdateDirectConnectGatewayAssociationCommand;
2902
+ exports.UpdateDirectConnectGatewayAssociationRequest$ = UpdateDirectConnectGatewayAssociationRequest$;
2903
+ exports.UpdateDirectConnectGatewayAssociationResult$ = UpdateDirectConnectGatewayAssociationResult$;
2701
2904
  exports.UpdateDirectConnectGatewayCommand = UpdateDirectConnectGatewayCommand;
2905
+ exports.UpdateDirectConnectGatewayRequest$ = UpdateDirectConnectGatewayRequest$;
2906
+ exports.UpdateDirectConnectGatewayResponse$ = UpdateDirectConnectGatewayResponse$;
2907
+ exports.UpdateLag$ = UpdateLag$;
2702
2908
  exports.UpdateLagCommand = UpdateLagCommand;
2909
+ exports.UpdateLagRequest$ = UpdateLagRequest$;
2910
+ exports.UpdateVirtualInterfaceAttributes$ = UpdateVirtualInterfaceAttributes$;
2703
2911
  exports.UpdateVirtualInterfaceAttributesCommand = UpdateVirtualInterfaceAttributesCommand;
2912
+ exports.UpdateVirtualInterfaceAttributesRequest$ = UpdateVirtualInterfaceAttributesRequest$;
2913
+ exports.VirtualGateway$ = VirtualGateway$;
2914
+ exports.VirtualGateways$ = VirtualGateways$;
2915
+ exports.VirtualInterface$ = VirtualInterface$;
2704
2916
  exports.VirtualInterfaceState = VirtualInterfaceState;
2917
+ exports.VirtualInterfaceTestHistory$ = VirtualInterfaceTestHistory$;
2918
+ exports.VirtualInterfaces$ = VirtualInterfaces$;