@aws-sdk/client-direct-connect 3.131.0 → 3.142.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 (135) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +2 -2
  4. package/dist-cjs/commands/AllocateConnectionOnInterconnectCommand.js +2 -2
  5. package/dist-cjs/commands/AllocateHostedConnectionCommand.js +2 -2
  6. package/dist-cjs/commands/AllocatePrivateVirtualInterfaceCommand.js +2 -2
  7. package/dist-cjs/commands/AllocatePublicVirtualInterfaceCommand.js +2 -2
  8. package/dist-cjs/commands/AllocateTransitVirtualInterfaceCommand.js +2 -2
  9. package/dist-cjs/commands/AssociateConnectionWithLagCommand.js +2 -2
  10. package/dist-cjs/commands/AssociateHostedConnectionCommand.js +2 -2
  11. package/dist-cjs/commands/AssociateMacSecKeyCommand.js +2 -2
  12. package/dist-cjs/commands/AssociateVirtualInterfaceCommand.js +2 -2
  13. package/dist-cjs/commands/ConfirmConnectionCommand.js +2 -2
  14. package/dist-cjs/commands/ConfirmCustomerAgreementCommand.js +2 -2
  15. package/dist-cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js +2 -2
  16. package/dist-cjs/commands/ConfirmPublicVirtualInterfaceCommand.js +2 -2
  17. package/dist-cjs/commands/ConfirmTransitVirtualInterfaceCommand.js +2 -2
  18. package/dist-cjs/commands/CreateBGPPeerCommand.js +2 -2
  19. package/dist-cjs/commands/CreateConnectionCommand.js +2 -2
  20. package/dist-cjs/commands/CreateDirectConnectGatewayAssociationCommand.js +2 -2
  21. package/dist-cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +2 -2
  22. package/dist-cjs/commands/CreateDirectConnectGatewayCommand.js +2 -2
  23. package/dist-cjs/commands/CreateInterconnectCommand.js +2 -2
  24. package/dist-cjs/commands/CreateLagCommand.js +2 -2
  25. package/dist-cjs/commands/CreatePrivateVirtualInterfaceCommand.js +2 -2
  26. package/dist-cjs/commands/CreatePublicVirtualInterfaceCommand.js +2 -2
  27. package/dist-cjs/commands/CreateTransitVirtualInterfaceCommand.js +2 -2
  28. package/dist-cjs/commands/DeleteBGPPeerCommand.js +2 -2
  29. package/dist-cjs/commands/DeleteConnectionCommand.js +2 -2
  30. package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js +2 -2
  31. package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +2 -2
  32. package/dist-cjs/commands/DeleteDirectConnectGatewayCommand.js +2 -2
  33. package/dist-cjs/commands/DeleteInterconnectCommand.js +2 -2
  34. package/dist-cjs/commands/DeleteLagCommand.js +2 -2
  35. package/dist-cjs/commands/DeleteVirtualInterfaceCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeConnectionLoaCommand.js +2 -2
  37. package/dist-cjs/commands/DescribeConnectionsCommand.js +2 -2
  38. package/dist-cjs/commands/DescribeConnectionsOnInterconnectCommand.js +2 -2
  39. package/dist-cjs/commands/DescribeCustomerMetadataCommand.js +1 -1
  40. package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +2 -2
  41. package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js +2 -2
  42. package/dist-cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +2 -2
  43. package/dist-cjs/commands/DescribeDirectConnectGatewaysCommand.js +2 -2
  44. package/dist-cjs/commands/DescribeHostedConnectionsCommand.js +2 -2
  45. package/dist-cjs/commands/DescribeInterconnectLoaCommand.js +2 -2
  46. package/dist-cjs/commands/DescribeInterconnectsCommand.js +2 -2
  47. package/dist-cjs/commands/DescribeLagsCommand.js +2 -2
  48. package/dist-cjs/commands/DescribeLoaCommand.js +2 -2
  49. package/dist-cjs/commands/DescribeLocationsCommand.js +1 -1
  50. package/dist-cjs/commands/DescribeRouterConfigurationCommand.js +2 -2
  51. package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
  52. package/dist-cjs/commands/DescribeVirtualGatewaysCommand.js +1 -1
  53. package/dist-cjs/commands/DescribeVirtualInterfacesCommand.js +2 -2
  54. package/dist-cjs/commands/DisassociateConnectionFromLagCommand.js +2 -2
  55. package/dist-cjs/commands/DisassociateMacSecKeyCommand.js +2 -2
  56. package/dist-cjs/commands/ListVirtualInterfaceTestHistoryCommand.js +2 -2
  57. package/dist-cjs/commands/StartBgpFailoverTestCommand.js +2 -2
  58. package/dist-cjs/commands/StopBgpFailoverTestCommand.js +2 -2
  59. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  60. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateConnectionCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateDirectConnectGatewayCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateLagCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateVirtualInterfaceAttributesCommand.js +2 -2
  66. package/dist-cjs/models/models_0.js +519 -777
  67. package/dist-cjs/protocols/Aws_json1_1.js +315 -519
  68. package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +3 -3
  69. package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +3 -3
  70. package/dist-es/commands/AllocateHostedConnectionCommand.js +3 -3
  71. package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +3 -3
  72. package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +3 -3
  73. package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +3 -3
  74. package/dist-es/commands/AssociateConnectionWithLagCommand.js +3 -3
  75. package/dist-es/commands/AssociateHostedConnectionCommand.js +3 -3
  76. package/dist-es/commands/AssociateMacSecKeyCommand.js +3 -3
  77. package/dist-es/commands/AssociateVirtualInterfaceCommand.js +3 -3
  78. package/dist-es/commands/ConfirmConnectionCommand.js +3 -3
  79. package/dist-es/commands/ConfirmCustomerAgreementCommand.js +3 -3
  80. package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +3 -3
  81. package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +3 -3
  82. package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +3 -3
  83. package/dist-es/commands/CreateBGPPeerCommand.js +3 -3
  84. package/dist-es/commands/CreateConnectionCommand.js +3 -3
  85. package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +3 -3
  86. package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +3 -3
  87. package/dist-es/commands/CreateDirectConnectGatewayCommand.js +3 -3
  88. package/dist-es/commands/CreateInterconnectCommand.js +3 -3
  89. package/dist-es/commands/CreateLagCommand.js +3 -3
  90. package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +3 -3
  91. package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +3 -3
  92. package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +3 -3
  93. package/dist-es/commands/DeleteBGPPeerCommand.js +3 -3
  94. package/dist-es/commands/DeleteConnectionCommand.js +3 -3
  95. package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +3 -3
  96. package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +3 -3
  97. package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +3 -3
  98. package/dist-es/commands/DeleteInterconnectCommand.js +3 -3
  99. package/dist-es/commands/DeleteLagCommand.js +3 -3
  100. package/dist-es/commands/DeleteVirtualInterfaceCommand.js +3 -3
  101. package/dist-es/commands/DescribeConnectionLoaCommand.js +3 -3
  102. package/dist-es/commands/DescribeConnectionsCommand.js +3 -3
  103. package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +3 -3
  104. package/dist-es/commands/DescribeCustomerMetadataCommand.js +2 -2
  105. package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +3 -3
  106. package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +3 -3
  107. package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +3 -3
  108. package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +3 -3
  109. package/dist-es/commands/DescribeHostedConnectionsCommand.js +3 -3
  110. package/dist-es/commands/DescribeInterconnectLoaCommand.js +3 -3
  111. package/dist-es/commands/DescribeInterconnectsCommand.js +3 -3
  112. package/dist-es/commands/DescribeLagsCommand.js +3 -3
  113. package/dist-es/commands/DescribeLoaCommand.js +3 -3
  114. package/dist-es/commands/DescribeLocationsCommand.js +2 -2
  115. package/dist-es/commands/DescribeRouterConfigurationCommand.js +3 -3
  116. package/dist-es/commands/DescribeTagsCommand.js +3 -3
  117. package/dist-es/commands/DescribeVirtualGatewaysCommand.js +2 -2
  118. package/dist-es/commands/DescribeVirtualInterfacesCommand.js +3 -3
  119. package/dist-es/commands/DisassociateConnectionFromLagCommand.js +3 -3
  120. package/dist-es/commands/DisassociateMacSecKeyCommand.js +3 -3
  121. package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +3 -3
  122. package/dist-es/commands/StartBgpFailoverTestCommand.js +3 -3
  123. package/dist-es/commands/StopBgpFailoverTestCommand.js +3 -3
  124. package/dist-es/commands/TagResourceCommand.js +3 -3
  125. package/dist-es/commands/UntagResourceCommand.js +3 -3
  126. package/dist-es/commands/UpdateConnectionCommand.js +3 -3
  127. package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +3 -3
  128. package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +3 -3
  129. package/dist-es/commands/UpdateLagCommand.js +3 -3
  130. package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +3 -3
  131. package/dist-es/models/models_0.js +129 -516
  132. package/dist-es/protocols/Aws_json1_1.js +505 -520
  133. package/dist-types/models/models_0.d.ts +516 -774
  134. package/dist-types/ts3.4/models/models_0.d.ts +258 -516
  135. package/package.json +6 -6
@@ -10,12 +10,6 @@ export interface RouteFilterPrefix {
10
10
  */
11
11
  cidr?: string;
12
12
  }
13
- export declare namespace RouteFilterPrefix {
14
- /**
15
- * @internal
16
- */
17
- const filterSensitiveLog: (obj: RouteFilterPrefix) => any;
18
- }
19
13
  export interface AcceptDirectConnectGatewayAssociationProposalRequest {
20
14
  /**
21
15
  * <p>The ID of the Direct Connect gateway.</p>
@@ -35,12 +29,6 @@ export interface AcceptDirectConnectGatewayAssociationProposalRequest {
35
29
  */
36
30
  overrideAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
37
31
  }
38
- export declare namespace AcceptDirectConnectGatewayAssociationProposalRequest {
39
- /**
40
- * @internal
41
- */
42
- const filterSensitiveLog: (obj: AcceptDirectConnectGatewayAssociationProposalRequest) => any;
43
- }
44
32
  export declare enum GatewayType {
45
33
  TransitGateway = "transitGateway",
46
34
  VirtualPrivateGateway = "virtualPrivateGateway"
@@ -66,12 +54,6 @@ export interface AssociatedGateway {
66
54
  */
67
55
  region?: string;
68
56
  }
69
- export declare namespace AssociatedGateway {
70
- /**
71
- * @internal
72
- */
73
- const filterSensitiveLog: (obj: AssociatedGateway) => any;
74
- }
75
57
  export declare type DirectConnectGatewayAssociationState = "associated" | "associating" | "disassociated" | "disassociating" | "updating";
76
58
  /**
77
59
  * <p>Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.</p>
@@ -138,24 +120,12 @@ export interface DirectConnectGatewayAssociation {
138
120
  */
139
121
  virtualGatewayOwnerAccount?: string;
140
122
  }
141
- export declare namespace DirectConnectGatewayAssociation {
142
- /**
143
- * @internal
144
- */
145
- const filterSensitiveLog: (obj: DirectConnectGatewayAssociation) => any;
146
- }
147
123
  export interface AcceptDirectConnectGatewayAssociationProposalResult {
148
124
  /**
149
125
  * <p>Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.</p>
150
126
  */
151
127
  directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
152
128
  }
153
- export declare namespace AcceptDirectConnectGatewayAssociationProposalResult {
154
- /**
155
- * @internal
156
- */
157
- const filterSensitiveLog: (obj: AcceptDirectConnectGatewayAssociationProposalResult) => any;
158
- }
159
129
  /**
160
130
  * <p>One or more parameters are not valid.</p>
161
131
  */
@@ -196,12 +166,6 @@ export interface CustomerAgreement {
196
166
  */
197
167
  status?: string;
198
168
  }
199
- export declare namespace CustomerAgreement {
200
- /**
201
- * @internal
202
- */
203
- const filterSensitiveLog: (obj: CustomerAgreement) => any;
204
- }
205
169
  export interface AllocateConnectionOnInterconnectRequest {
206
170
  /**
207
171
  * <p>The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps,
@@ -227,12 +191,6 @@ export interface AllocateConnectionOnInterconnectRequest {
227
191
  */
228
192
  vlan: number | undefined;
229
193
  }
230
- export declare namespace AllocateConnectionOnInterconnectRequest {
231
- /**
232
- * @internal
233
- */
234
- const filterSensitiveLog: (obj: AllocateConnectionOnInterconnectRequest) => any;
235
- }
236
194
  export declare type ConnectionState = "available" | "deleted" | "deleting" | "down" | "ordering" | "pending" | "rejected" | "requested" | "unknown";
237
195
  export declare enum HasLogicalRedundancy {
238
196
  No = "no",
@@ -279,12 +237,6 @@ export interface MacSecKey {
279
237
  */
280
238
  startOn?: string;
281
239
  }
282
- export declare namespace MacSecKey {
283
- /**
284
- * @internal
285
- */
286
- const filterSensitiveLog: (obj: MacSecKey) => any;
287
- }
288
240
  /**
289
241
  * <p>Information about a tag.</p>
290
242
  */
@@ -298,12 +250,6 @@ export interface Tag {
298
250
  */
299
251
  value?: string;
300
252
  }
301
- export declare namespace Tag {
302
- /**
303
- * @internal
304
- */
305
- const filterSensitiveLog: (obj: Tag) => any;
306
- }
307
253
  /**
308
254
  * <p>Information about an Direct Connect connection.</p>
309
255
  */
@@ -440,12 +386,6 @@ export interface Connection {
440
386
  */
441
387
  macSecKeys?: MacSecKey[];
442
388
  }
443
- export declare namespace Connection {
444
- /**
445
- * @internal
446
- */
447
- const filterSensitiveLog: (obj: Connection) => any;
448
- }
449
389
  export interface AllocateHostedConnectionRequest {
450
390
  /**
451
391
  * <p>The ID of the interconnect or LAG.</p>
@@ -472,12 +412,6 @@ export interface AllocateHostedConnectionRequest {
472
412
  */
473
413
  tags?: Tag[];
474
414
  }
475
- export declare namespace AllocateHostedConnectionRequest {
476
- /**
477
- * @internal
478
- */
479
- const filterSensitiveLog: (obj: AllocateHostedConnectionRequest) => any;
480
- }
481
415
  /**
482
416
  * <p>A tag key was specified more than once.</p>
483
417
  */
@@ -542,12 +476,6 @@ export interface NewPrivateVirtualInterfaceAllocation {
542
476
  */
543
477
  tags?: Tag[];
544
478
  }
545
- export declare namespace NewPrivateVirtualInterfaceAllocation {
546
- /**
547
- * @internal
548
- */
549
- const filterSensitiveLog: (obj: NewPrivateVirtualInterfaceAllocation) => any;
550
- }
551
479
  export interface AllocatePrivateVirtualInterfaceRequest {
552
480
  /**
553
481
  * <p>The ID of the connection on which the private virtual interface is provisioned.</p>
@@ -562,12 +490,6 @@ export interface AllocatePrivateVirtualInterfaceRequest {
562
490
  */
563
491
  newPrivateVirtualInterfaceAllocation: NewPrivateVirtualInterfaceAllocation | undefined;
564
492
  }
565
- export declare namespace AllocatePrivateVirtualInterfaceRequest {
566
- /**
567
- * @internal
568
- */
569
- const filterSensitiveLog: (obj: AllocatePrivateVirtualInterfaceRequest) => any;
570
- }
571
493
  export declare enum BGPPeerState {
572
494
  Available = "available",
573
495
  Deleted = "deleted",
@@ -663,12 +585,6 @@ export interface BGPPeer {
663
585
  */
664
586
  awsLogicalDeviceId?: string;
665
587
  }
666
- export declare namespace BGPPeer {
667
- /**
668
- * @internal
669
- */
670
- const filterSensitiveLog: (obj: BGPPeer) => any;
671
- }
672
588
  export declare type VirtualInterfaceState = "available" | "confirming" | "deleted" | "deleting" | "down" | "pending" | "rejected" | "unknown" | "verifying";
673
589
  /**
674
590
  * <p>Information about a virtual interface.</p>
@@ -819,12 +735,6 @@ export interface VirtualInterface {
819
735
  */
820
736
  siteLinkEnabled?: boolean;
821
737
  }
822
- export declare namespace VirtualInterface {
823
- /**
824
- * @internal
825
- */
826
- const filterSensitiveLog: (obj: VirtualInterface) => any;
827
- }
828
738
  /**
829
739
  * <p>Information about a public virtual interface to be provisioned on a connection.</p>
830
740
  */
@@ -867,12 +777,6 @@ export interface NewPublicVirtualInterfaceAllocation {
867
777
  */
868
778
  tags?: Tag[];
869
779
  }
870
- export declare namespace NewPublicVirtualInterfaceAllocation {
871
- /**
872
- * @internal
873
- */
874
- const filterSensitiveLog: (obj: NewPublicVirtualInterfaceAllocation) => any;
875
- }
876
780
  export interface AllocatePublicVirtualInterfaceRequest {
877
781
  /**
878
782
  * <p>The ID of the connection on which the public virtual interface is provisioned.</p>
@@ -887,12 +791,6 @@ export interface AllocatePublicVirtualInterfaceRequest {
887
791
  */
888
792
  newPublicVirtualInterfaceAllocation: NewPublicVirtualInterfaceAllocation | undefined;
889
793
  }
890
- export declare namespace AllocatePublicVirtualInterfaceRequest {
891
- /**
892
- * @internal
893
- */
894
- const filterSensitiveLog: (obj: AllocatePublicVirtualInterfaceRequest) => any;
895
- }
896
794
  /**
897
795
  * <p>Information about a transit virtual interface to be provisioned on a connection.</p>
898
796
  */
@@ -935,12 +833,6 @@ export interface NewTransitVirtualInterfaceAllocation {
935
833
  */
936
834
  tags?: Tag[];
937
835
  }
938
- export declare namespace NewTransitVirtualInterfaceAllocation {
939
- /**
940
- * @internal
941
- */
942
- const filterSensitiveLog: (obj: NewTransitVirtualInterfaceAllocation) => any;
943
- }
944
836
  export interface AllocateTransitVirtualInterfaceRequest {
945
837
  /**
946
838
  * <p>The ID of the connection on which the transit virtual interface is provisioned.</p>
@@ -955,24 +847,12 @@ export interface AllocateTransitVirtualInterfaceRequest {
955
847
  */
956
848
  newTransitVirtualInterfaceAllocation: NewTransitVirtualInterfaceAllocation | undefined;
957
849
  }
958
- export declare namespace AllocateTransitVirtualInterfaceRequest {
959
- /**
960
- * @internal
961
- */
962
- const filterSensitiveLog: (obj: AllocateTransitVirtualInterfaceRequest) => any;
963
- }
964
850
  export interface AllocateTransitVirtualInterfaceResult {
965
851
  /**
966
852
  * <p>Information about a virtual interface.</p>
967
853
  */
968
854
  virtualInterface?: VirtualInterface;
969
855
  }
970
- export declare namespace AllocateTransitVirtualInterfaceResult {
971
- /**
972
- * @internal
973
- */
974
- const filterSensitiveLog: (obj: AllocateTransitVirtualInterfaceResult) => any;
975
- }
976
856
  export interface AssociateConnectionWithLagRequest {
977
857
  /**
978
858
  * <p>The ID of the connection.</p>
@@ -983,12 +863,6 @@ export interface AssociateConnectionWithLagRequest {
983
863
  */
984
864
  lagId: string | undefined;
985
865
  }
986
- export declare namespace AssociateConnectionWithLagRequest {
987
- /**
988
- * @internal
989
- */
990
- const filterSensitiveLog: (obj: AssociateConnectionWithLagRequest) => any;
991
- }
992
866
  export interface AssociateHostedConnectionRequest {
993
867
  /**
994
868
  * <p>The ID of the hosted connection.</p>
@@ -999,12 +873,6 @@ export interface AssociateHostedConnectionRequest {
999
873
  */
1000
874
  parentConnectionId: string | undefined;
1001
875
  }
1002
- export declare namespace AssociateHostedConnectionRequest {
1003
- /**
1004
- * @internal
1005
- */
1006
- const filterSensitiveLog: (obj: AssociateHostedConnectionRequest) => any;
1007
- }
1008
876
  export interface AssociateMacSecKeyRequest {
1009
877
  /**
1010
878
  * <p>The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).</p>
@@ -1032,12 +900,6 @@ export interface AssociateMacSecKeyRequest {
1032
900
  */
1033
901
  cak?: string;
1034
902
  }
1035
- export declare namespace AssociateMacSecKeyRequest {
1036
- /**
1037
- * @internal
1038
- */
1039
- const filterSensitiveLog: (obj: AssociateMacSecKeyRequest) => any;
1040
- }
1041
903
  export interface AssociateMacSecKeyResponse {
1042
904
  /**
1043
905
  * <p>The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).</p>
@@ -1048,12 +910,6 @@ export interface AssociateMacSecKeyResponse {
1048
910
  */
1049
911
  macSecKeys?: MacSecKey[];
1050
912
  }
1051
- export declare namespace AssociateMacSecKeyResponse {
1052
- /**
1053
- * @internal
1054
- */
1055
- const filterSensitiveLog: (obj: AssociateMacSecKeyResponse) => any;
1056
- }
1057
913
  export interface AssociateVirtualInterfaceRequest {
1058
914
  /**
1059
915
  * <p>The ID of the virtual interface.</p>
@@ -1064,24 +920,12 @@ export interface AssociateVirtualInterfaceRequest {
1064
920
  */
1065
921
  connectionId: string | undefined;
1066
922
  }
1067
- export declare namespace AssociateVirtualInterfaceRequest {
1068
- /**
1069
- * @internal
1070
- */
1071
- const filterSensitiveLog: (obj: AssociateVirtualInterfaceRequest) => any;
1072
- }
1073
923
  export interface ConfirmConnectionRequest {
1074
924
  /**
1075
925
  * <p>The ID of the hosted connection.</p>
1076
926
  */
1077
927
  connectionId: string | undefined;
1078
928
  }
1079
- export declare namespace ConfirmConnectionRequest {
1080
- /**
1081
- * @internal
1082
- */
1083
- const filterSensitiveLog: (obj: ConfirmConnectionRequest) => any;
1084
- }
1085
929
  export interface ConfirmConnectionResponse {
1086
930
  /**
1087
931
  * <p>The state of the connection. The following are the possible values:</p>
@@ -1126,12 +970,6 @@ export interface ConfirmConnectionResponse {
1126
970
  */
1127
971
  connectionState?: ConnectionState | string;
1128
972
  }
1129
- export declare namespace ConfirmConnectionResponse {
1130
- /**
1131
- * @internal
1132
- */
1133
- const filterSensitiveLog: (obj: ConfirmConnectionResponse) => any;
1134
- }
1135
973
  export interface ConfirmCustomerAgreementRequest {
1136
974
  /**
1137
975
  * <p>
@@ -1142,12 +980,6 @@ export interface ConfirmCustomerAgreementRequest {
1142
980
  */
1143
981
  agreementName?: string;
1144
982
  }
1145
- export declare namespace ConfirmCustomerAgreementRequest {
1146
- /**
1147
- * @internal
1148
- */
1149
- const filterSensitiveLog: (obj: ConfirmCustomerAgreementRequest) => any;
1150
- }
1151
983
  export interface ConfirmCustomerAgreementResponse {
1152
984
  /**
1153
985
  * <p>
@@ -1156,12 +988,6 @@ export interface ConfirmCustomerAgreementResponse {
1156
988
  */
1157
989
  status?: string;
1158
990
  }
1159
- export declare namespace ConfirmCustomerAgreementResponse {
1160
- /**
1161
- * @internal
1162
- */
1163
- const filterSensitiveLog: (obj: ConfirmCustomerAgreementResponse) => any;
1164
- }
1165
991
  export interface ConfirmPrivateVirtualInterfaceRequest {
1166
992
  /**
1167
993
  * <p>The ID of the virtual interface.</p>
@@ -1176,12 +1002,6 @@ export interface ConfirmPrivateVirtualInterfaceRequest {
1176
1002
  */
1177
1003
  directConnectGatewayId?: string;
1178
1004
  }
1179
- export declare namespace ConfirmPrivateVirtualInterfaceRequest {
1180
- /**
1181
- * @internal
1182
- */
1183
- const filterSensitiveLog: (obj: ConfirmPrivateVirtualInterfaceRequest) => any;
1184
- }
1185
1005
  export interface ConfirmPrivateVirtualInterfaceResponse {
1186
1006
  /**
1187
1007
  * <p>The state of the virtual interface. The following are the possible values:</p>
@@ -1226,24 +1046,12 @@ export interface ConfirmPrivateVirtualInterfaceResponse {
1226
1046
  */
1227
1047
  virtualInterfaceState?: VirtualInterfaceState | string;
1228
1048
  }
1229
- export declare namespace ConfirmPrivateVirtualInterfaceResponse {
1230
- /**
1231
- * @internal
1232
- */
1233
- const filterSensitiveLog: (obj: ConfirmPrivateVirtualInterfaceResponse) => any;
1234
- }
1235
1049
  export interface ConfirmPublicVirtualInterfaceRequest {
1236
1050
  /**
1237
1051
  * <p>The ID of the virtual interface.</p>
1238
1052
  */
1239
1053
  virtualInterfaceId: string | undefined;
1240
1054
  }
1241
- export declare namespace ConfirmPublicVirtualInterfaceRequest {
1242
- /**
1243
- * @internal
1244
- */
1245
- const filterSensitiveLog: (obj: ConfirmPublicVirtualInterfaceRequest) => any;
1246
- }
1247
1055
  export interface ConfirmPublicVirtualInterfaceResponse {
1248
1056
  /**
1249
1057
  * <p>The state of the virtual interface. The following are the possible values:</p>
@@ -1288,12 +1096,6 @@ export interface ConfirmPublicVirtualInterfaceResponse {
1288
1096
  */
1289
1097
  virtualInterfaceState?: VirtualInterfaceState | string;
1290
1098
  }
1291
- export declare namespace ConfirmPublicVirtualInterfaceResponse {
1292
- /**
1293
- * @internal
1294
- */
1295
- const filterSensitiveLog: (obj: ConfirmPublicVirtualInterfaceResponse) => any;
1296
- }
1297
1099
  export interface ConfirmTransitVirtualInterfaceRequest {
1298
1100
  /**
1299
1101
  * <p>The ID of the virtual interface.</p>
@@ -1304,12 +1106,6 @@ export interface ConfirmTransitVirtualInterfaceRequest {
1304
1106
  */
1305
1107
  directConnectGatewayId: string | undefined;
1306
1108
  }
1307
- export declare namespace ConfirmTransitVirtualInterfaceRequest {
1308
- /**
1309
- * @internal
1310
- */
1311
- const filterSensitiveLog: (obj: ConfirmTransitVirtualInterfaceRequest) => any;
1312
- }
1313
1109
  export interface ConfirmTransitVirtualInterfaceResponse {
1314
1110
  /**
1315
1111
  * <p>The state of the virtual interface. The following are the possible values:</p>
@@ -1354,24 +1150,12 @@ export interface ConfirmTransitVirtualInterfaceResponse {
1354
1150
  */
1355
1151
  virtualInterfaceState?: VirtualInterfaceState | string;
1356
1152
  }
1357
- export declare namespace ConfirmTransitVirtualInterfaceResponse {
1358
- /**
1359
- * @internal
1360
- */
1361
- const filterSensitiveLog: (obj: ConfirmTransitVirtualInterfaceResponse) => any;
1362
- }
1363
1153
  export interface Connections {
1364
1154
  /**
1365
1155
  * <p>The connections.</p>
1366
1156
  */
1367
1157
  connections?: Connection[];
1368
1158
  }
1369
- export declare namespace Connections {
1370
- /**
1371
- * @internal
1372
- */
1373
- const filterSensitiveLog: (obj: Connections) => any;
1374
- }
1375
1159
  /**
1376
1160
  * <p>Information about a new BGP peer.</p>
1377
1161
  */
@@ -1397,12 +1181,6 @@ export interface NewBGPPeer {
1397
1181
  */
1398
1182
  customerAddress?: string;
1399
1183
  }
1400
- export declare namespace NewBGPPeer {
1401
- /**
1402
- * @internal
1403
- */
1404
- const filterSensitiveLog: (obj: NewBGPPeer) => any;
1405
- }
1406
1184
  export interface CreateBGPPeerRequest {
1407
1185
  /**
1408
1186
  * <p>The ID of the virtual interface.</p>
@@ -1413,24 +1191,12 @@ export interface CreateBGPPeerRequest {
1413
1191
  */
1414
1192
  newBGPPeer?: NewBGPPeer;
1415
1193
  }
1416
- export declare namespace CreateBGPPeerRequest {
1417
- /**
1418
- * @internal
1419
- */
1420
- const filterSensitiveLog: (obj: CreateBGPPeerRequest) => any;
1421
- }
1422
1194
  export interface CreateBGPPeerResponse {
1423
1195
  /**
1424
1196
  * <p>The virtual interface.</p>
1425
1197
  */
1426
1198
  virtualInterface?: VirtualInterface;
1427
1199
  }
1428
- export declare namespace CreateBGPPeerResponse {
1429
- /**
1430
- * @internal
1431
- */
1432
- const filterSensitiveLog: (obj: CreateBGPPeerResponse) => any;
1433
- }
1434
1200
  export interface CreateConnectionRequest {
1435
1201
  /**
1436
1202
  * <p>The location of the connection.</p>
@@ -1462,12 +1228,6 @@ export interface CreateConnectionRequest {
1462
1228
  */
1463
1229
  requestMACSec?: boolean;
1464
1230
  }
1465
- export declare namespace CreateConnectionRequest {
1466
- /**
1467
- * @internal
1468
- */
1469
- const filterSensitiveLog: (obj: CreateConnectionRequest) => any;
1470
- }
1471
1231
  export interface CreateDirectConnectGatewayRequest {
1472
1232
  /**
1473
1233
  * <p>The name of the Direct Connect gateway.</p>
@@ -1480,12 +1240,6 @@ export interface CreateDirectConnectGatewayRequest {
1480
1240
  */
1481
1241
  amazonSideAsn?: number;
1482
1242
  }
1483
- export declare namespace CreateDirectConnectGatewayRequest {
1484
- /**
1485
- * @internal
1486
- */
1487
- const filterSensitiveLog: (obj: CreateDirectConnectGatewayRequest) => any;
1488
- }
1489
1243
  export declare type DirectConnectGatewayState = "available" | "deleted" | "deleting" | "pending";
1490
1244
  /**
1491
1245
  * <p>Information about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateway or transit gateways.</p>
@@ -1534,24 +1288,12 @@ export interface DirectConnectGateway {
1534
1288
  */
1535
1289
  stateChangeError?: string;
1536
1290
  }
1537
- export declare namespace DirectConnectGateway {
1538
- /**
1539
- * @internal
1540
- */
1541
- const filterSensitiveLog: (obj: DirectConnectGateway) => any;
1542
- }
1543
1291
  export interface CreateDirectConnectGatewayResult {
1544
1292
  /**
1545
1293
  * <p>The Direct Connect gateway.</p>
1546
1294
  */
1547
1295
  directConnectGateway?: DirectConnectGateway;
1548
1296
  }
1549
- export declare namespace CreateDirectConnectGatewayResult {
1550
- /**
1551
- * @internal
1552
- */
1553
- const filterSensitiveLog: (obj: CreateDirectConnectGatewayResult) => any;
1554
- }
1555
1297
  export interface CreateDirectConnectGatewayAssociationRequest {
1556
1298
  /**
1557
1299
  * <p>The ID of the Direct Connect gateway.</p>
@@ -1572,24 +1314,12 @@ export interface CreateDirectConnectGatewayAssociationRequest {
1572
1314
  */
1573
1315
  virtualGatewayId?: string;
1574
1316
  }
1575
- export declare namespace CreateDirectConnectGatewayAssociationRequest {
1576
- /**
1577
- * @internal
1578
- */
1579
- const filterSensitiveLog: (obj: CreateDirectConnectGatewayAssociationRequest) => any;
1580
- }
1581
1317
  export interface CreateDirectConnectGatewayAssociationResult {
1582
1318
  /**
1583
1319
  * <p>The association to be created.</p>
1584
1320
  */
1585
1321
  directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
1586
1322
  }
1587
- export declare namespace CreateDirectConnectGatewayAssociationResult {
1588
- /**
1589
- * @internal
1590
- */
1591
- const filterSensitiveLog: (obj: CreateDirectConnectGatewayAssociationResult) => any;
1592
- }
1593
1323
  export interface CreateDirectConnectGatewayAssociationProposalRequest {
1594
1324
  /**
1595
1325
  * <p>The ID of the Direct Connect gateway.</p>
@@ -1612,12 +1342,6 @@ export interface CreateDirectConnectGatewayAssociationProposalRequest {
1612
1342
  */
1613
1343
  removeAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
1614
1344
  }
1615
- export declare namespace CreateDirectConnectGatewayAssociationProposalRequest {
1616
- /**
1617
- * @internal
1618
- */
1619
- const filterSensitiveLog: (obj: CreateDirectConnectGatewayAssociationProposalRequest) => any;
1620
- }
1621
1345
  export declare type DirectConnectGatewayAssociationProposalState = "accepted" | "deleted" | "requested";
1622
1346
  /**
1623
1347
  * <p>Information about the proposal request to attach a virtual private gateway to a Direct Connect gateway. </p>
@@ -1666,24 +1390,12 @@ export interface DirectConnectGatewayAssociationProposal {
1666
1390
  */
1667
1391
  requestedAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
1668
1392
  }
1669
- export declare namespace DirectConnectGatewayAssociationProposal {
1670
- /**
1671
- * @internal
1672
- */
1673
- const filterSensitiveLog: (obj: DirectConnectGatewayAssociationProposal) => any;
1674
- }
1675
1393
  export interface CreateDirectConnectGatewayAssociationProposalResult {
1676
1394
  /**
1677
1395
  * <p>Information about the Direct Connect gateway proposal.</p>
1678
1396
  */
1679
1397
  directConnectGatewayAssociationProposal?: DirectConnectGatewayAssociationProposal;
1680
1398
  }
1681
- export declare namespace CreateDirectConnectGatewayAssociationProposalResult {
1682
- /**
1683
- * @internal
1684
- */
1685
- const filterSensitiveLog: (obj: CreateDirectConnectGatewayAssociationProposalResult) => any;
1686
- }
1687
1399
  export interface CreateInterconnectRequest {
1688
1400
  /**
1689
1401
  * <p>The name of the interconnect.</p>
@@ -1710,12 +1422,6 @@ export interface CreateInterconnectRequest {
1710
1422
  */
1711
1423
  providerName?: string;
1712
1424
  }
1713
- export declare namespace CreateInterconnectRequest {
1714
- /**
1715
- * @internal
1716
- */
1717
- const filterSensitiveLog: (obj: CreateInterconnectRequest) => any;
1718
- }
1719
1425
  export declare type InterconnectState = "available" | "deleted" | "deleting" | "down" | "pending" | "requested" | "unknown";
1720
1426
  /**
1721
1427
  * <p>Information about an interconnect.</p>
@@ -1816,12 +1522,6 @@ export interface Interconnect {
1816
1522
  */
1817
1523
  providerName?: string;
1818
1524
  }
1819
- export declare namespace Interconnect {
1820
- /**
1821
- * @internal
1822
- */
1823
- const filterSensitiveLog: (obj: Interconnect) => any;
1824
- }
1825
1525
  export interface CreateLagRequest {
1826
1526
  /**
1827
1527
  * <p>The number of physical dedicated connections initially provisioned and bundled by the
@@ -1865,12 +1565,6 @@ export interface CreateLagRequest {
1865
1565
  */
1866
1566
  requestMACSec?: boolean;
1867
1567
  }
1868
- export declare namespace CreateLagRequest {
1869
- /**
1870
- * @internal
1871
- */
1872
- const filterSensitiveLog: (obj: CreateLagRequest) => any;
1873
- }
1874
1568
  export declare type LagState = "available" | "deleted" | "deleting" | "down" | "pending" | "requested" | "unknown";
1875
1569
  /**
1876
1570
  * <p>Information about a link aggregation group (LAG).</p>
@@ -1997,12 +1691,6 @@ export interface Lag {
1997
1691
  */
1998
1692
  macSecKeys?: MacSecKey[];
1999
1693
  }
2000
- export declare namespace Lag {
2001
- /**
2002
- * @internal
2003
- */
2004
- const filterSensitiveLog: (obj: Lag) => any;
2005
- }
2006
1694
  /**
2007
1695
  * <p>Information about a private virtual interface.</p>
2008
1696
  */
@@ -2057,12 +1745,6 @@ export interface NewPrivateVirtualInterface {
2057
1745
  */
2058
1746
  enableSiteLink?: boolean;
2059
1747
  }
2060
- export declare namespace NewPrivateVirtualInterface {
2061
- /**
2062
- * @internal
2063
- */
2064
- const filterSensitiveLog: (obj: NewPrivateVirtualInterface) => any;
2065
- }
2066
1748
  export interface CreatePrivateVirtualInterfaceRequest {
2067
1749
  /**
2068
1750
  * <p>The ID of the connection.</p>
@@ -2073,12 +1755,6 @@ export interface CreatePrivateVirtualInterfaceRequest {
2073
1755
  */
2074
1756
  newPrivateVirtualInterface: NewPrivateVirtualInterface | undefined;
2075
1757
  }
2076
- export declare namespace CreatePrivateVirtualInterfaceRequest {
2077
- /**
2078
- * @internal
2079
- */
2080
- const filterSensitiveLog: (obj: CreatePrivateVirtualInterfaceRequest) => any;
2081
- }
2082
1758
  /**
2083
1759
  * <p>Information about a public virtual interface.</p>
2084
1760
  */
@@ -2121,12 +1797,6 @@ export interface NewPublicVirtualInterface {
2121
1797
  */
2122
1798
  tags?: Tag[];
2123
1799
  }
2124
- export declare namespace NewPublicVirtualInterface {
2125
- /**
2126
- * @internal
2127
- */
2128
- const filterSensitiveLog: (obj: NewPublicVirtualInterface) => any;
2129
- }
2130
1800
  export interface CreatePublicVirtualInterfaceRequest {
2131
1801
  /**
2132
1802
  * <p>The ID of the connection.</p>
@@ -2137,12 +1807,6 @@ export interface CreatePublicVirtualInterfaceRequest {
2137
1807
  */
2138
1808
  newPublicVirtualInterface: NewPublicVirtualInterface | undefined;
2139
1809
  }
2140
- export declare namespace CreatePublicVirtualInterfaceRequest {
2141
- /**
2142
- * @internal
2143
- */
2144
- const filterSensitiveLog: (obj: CreatePublicVirtualInterfaceRequest) => any;
2145
- }
2146
1810
  /**
2147
1811
  * <p>Information about a transit virtual interface.</p>
2148
1812
  */
@@ -2193,12 +1857,6 @@ export interface NewTransitVirtualInterface {
2193
1857
  */
2194
1858
  enableSiteLink?: boolean;
2195
1859
  }
2196
- export declare namespace NewTransitVirtualInterface {
2197
- /**
2198
- * @internal
2199
- */
2200
- const filterSensitiveLog: (obj: NewTransitVirtualInterface) => any;
2201
- }
2202
1860
  export interface CreateTransitVirtualInterfaceRequest {
2203
1861
  /**
2204
1862
  * <p>The ID of the connection.</p>
@@ -2209,24 +1867,12 @@ export interface CreateTransitVirtualInterfaceRequest {
2209
1867
  */
2210
1868
  newTransitVirtualInterface: NewTransitVirtualInterface | undefined;
2211
1869
  }
2212
- export declare namespace CreateTransitVirtualInterfaceRequest {
2213
- /**
2214
- * @internal
2215
- */
2216
- const filterSensitiveLog: (obj: CreateTransitVirtualInterfaceRequest) => any;
2217
- }
2218
1870
  export interface CreateTransitVirtualInterfaceResult {
2219
1871
  /**
2220
1872
  * <p>Information about a virtual interface.</p>
2221
1873
  */
2222
1874
  virtualInterface?: VirtualInterface;
2223
1875
  }
2224
- export declare namespace CreateTransitVirtualInterfaceResult {
2225
- /**
2226
- * @internal
2227
- */
2228
- const filterSensitiveLog: (obj: CreateTransitVirtualInterfaceResult) => any;
2229
- }
2230
1876
  export interface DeleteBGPPeerRequest {
2231
1877
  /**
2232
1878
  * <p>The ID of the virtual interface.</p>
@@ -2245,60 +1891,30 @@ export interface DeleteBGPPeerRequest {
2245
1891
  */
2246
1892
  bgpPeerId?: string;
2247
1893
  }
2248
- export declare namespace DeleteBGPPeerRequest {
2249
- /**
2250
- * @internal
2251
- */
2252
- const filterSensitiveLog: (obj: DeleteBGPPeerRequest) => any;
2253
- }
2254
1894
  export interface DeleteBGPPeerResponse {
2255
1895
  /**
2256
1896
  * <p>The virtual interface.</p>
2257
1897
  */
2258
1898
  virtualInterface?: VirtualInterface;
2259
1899
  }
2260
- export declare namespace DeleteBGPPeerResponse {
2261
- /**
2262
- * @internal
2263
- */
2264
- const filterSensitiveLog: (obj: DeleteBGPPeerResponse) => any;
2265
- }
2266
1900
  export interface DeleteConnectionRequest {
2267
1901
  /**
2268
1902
  * <p>The ID of the connection.</p>
2269
1903
  */
2270
1904
  connectionId: string | undefined;
2271
1905
  }
2272
- export declare namespace DeleteConnectionRequest {
2273
- /**
2274
- * @internal
2275
- */
2276
- const filterSensitiveLog: (obj: DeleteConnectionRequest) => any;
2277
- }
2278
1906
  export interface DeleteDirectConnectGatewayRequest {
2279
1907
  /**
2280
1908
  * <p>The ID of the Direct Connect gateway.</p>
2281
1909
  */
2282
1910
  directConnectGatewayId: string | undefined;
2283
1911
  }
2284
- export declare namespace DeleteDirectConnectGatewayRequest {
2285
- /**
2286
- * @internal
2287
- */
2288
- const filterSensitiveLog: (obj: DeleteDirectConnectGatewayRequest) => any;
2289
- }
2290
1912
  export interface DeleteDirectConnectGatewayResult {
2291
1913
  /**
2292
1914
  * <p>The Direct Connect gateway.</p>
2293
1915
  */
2294
1916
  directConnectGateway?: DirectConnectGateway;
2295
1917
  }
2296
- export declare namespace DeleteDirectConnectGatewayResult {
2297
- /**
2298
- * @internal
2299
- */
2300
- const filterSensitiveLog: (obj: DeleteDirectConnectGatewayResult) => any;
2301
- }
2302
1918
  export interface DeleteDirectConnectGatewayAssociationRequest {
2303
1919
  /**
2304
1920
  * <p>The ID of the Direct Connect gateway association.</p>
@@ -2313,60 +1929,30 @@ export interface DeleteDirectConnectGatewayAssociationRequest {
2313
1929
  */
2314
1930
  virtualGatewayId?: string;
2315
1931
  }
2316
- export declare namespace DeleteDirectConnectGatewayAssociationRequest {
2317
- /**
2318
- * @internal
2319
- */
2320
- const filterSensitiveLog: (obj: DeleteDirectConnectGatewayAssociationRequest) => any;
2321
- }
2322
1932
  export interface DeleteDirectConnectGatewayAssociationResult {
2323
1933
  /**
2324
1934
  * <p>Information about the deleted association.</p>
2325
1935
  */
2326
1936
  directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
2327
1937
  }
2328
- export declare namespace DeleteDirectConnectGatewayAssociationResult {
2329
- /**
2330
- * @internal
2331
- */
2332
- const filterSensitiveLog: (obj: DeleteDirectConnectGatewayAssociationResult) => any;
2333
- }
2334
1938
  export interface DeleteDirectConnectGatewayAssociationProposalRequest {
2335
1939
  /**
2336
1940
  * <p>The ID of the proposal.</p>
2337
1941
  */
2338
1942
  proposalId: string | undefined;
2339
1943
  }
2340
- export declare namespace DeleteDirectConnectGatewayAssociationProposalRequest {
2341
- /**
2342
- * @internal
2343
- */
2344
- const filterSensitiveLog: (obj: DeleteDirectConnectGatewayAssociationProposalRequest) => any;
2345
- }
2346
1944
  export interface DeleteDirectConnectGatewayAssociationProposalResult {
2347
1945
  /**
2348
1946
  * <p>The ID of the associated gateway.</p>
2349
1947
  */
2350
1948
  directConnectGatewayAssociationProposal?: DirectConnectGatewayAssociationProposal;
2351
1949
  }
2352
- export declare namespace DeleteDirectConnectGatewayAssociationProposalResult {
2353
- /**
2354
- * @internal
2355
- */
2356
- const filterSensitiveLog: (obj: DeleteDirectConnectGatewayAssociationProposalResult) => any;
2357
- }
2358
1950
  export interface DeleteInterconnectRequest {
2359
1951
  /**
2360
1952
  * <p>The ID of the interconnect.</p>
2361
1953
  */
2362
1954
  interconnectId: string | undefined;
2363
1955
  }
2364
- export declare namespace DeleteInterconnectRequest {
2365
- /**
2366
- * @internal
2367
- */
2368
- const filterSensitiveLog: (obj: DeleteInterconnectRequest) => any;
2369
- }
2370
1956
  export interface DeleteInterconnectResponse {
2371
1957
  /**
2372
1958
  * <p>The state of the interconnect. The following are the possible values:</p>
@@ -2404,36 +1990,18 @@ export interface DeleteInterconnectResponse {
2404
1990
  */
2405
1991
  interconnectState?: InterconnectState | string;
2406
1992
  }
2407
- export declare namespace DeleteInterconnectResponse {
2408
- /**
2409
- * @internal
2410
- */
2411
- const filterSensitiveLog: (obj: DeleteInterconnectResponse) => any;
2412
- }
2413
1993
  export interface DeleteLagRequest {
2414
1994
  /**
2415
1995
  * <p>The ID of the LAG.</p>
2416
1996
  */
2417
1997
  lagId: string | undefined;
2418
1998
  }
2419
- export declare namespace DeleteLagRequest {
2420
- /**
2421
- * @internal
2422
- */
2423
- const filterSensitiveLog: (obj: DeleteLagRequest) => any;
2424
- }
2425
1999
  export interface DeleteVirtualInterfaceRequest {
2426
2000
  /**
2427
2001
  * <p>The ID of the virtual interface.</p>
2428
2002
  */
2429
2003
  virtualInterfaceId: string | undefined;
2430
2004
  }
2431
- export declare namespace DeleteVirtualInterfaceRequest {
2432
- /**
2433
- * @internal
2434
- */
2435
- const filterSensitiveLog: (obj: DeleteVirtualInterfaceRequest) => any;
2436
- }
2437
2005
  export interface DeleteVirtualInterfaceResponse {
2438
2006
  /**
2439
2007
  * <p>The state of the virtual interface. The following are the possible values:</p>
@@ -2478,12 +2046,6 @@ export interface DeleteVirtualInterfaceResponse {
2478
2046
  */
2479
2047
  virtualInterfaceState?: VirtualInterfaceState | string;
2480
2048
  }
2481
- export declare namespace DeleteVirtualInterfaceResponse {
2482
- /**
2483
- * @internal
2484
- */
2485
- const filterSensitiveLog: (obj: DeleteVirtualInterfaceResponse) => any;
2486
- }
2487
2049
  export declare enum LoaContentType {
2488
2050
  PDF = "application/pdf"
2489
2051
  }
@@ -2502,12 +2064,6 @@ export interface DescribeConnectionLoaRequest {
2502
2064
  */
2503
2065
  loaContentType?: LoaContentType | string;
2504
2066
  }
2505
- export declare namespace DescribeConnectionLoaRequest {
2506
- /**
2507
- * @internal
2508
- */
2509
- const filterSensitiveLog: (obj: DescribeConnectionLoaRequest) => any;
2510
- }
2511
2067
  /**
2512
2068
  * <p>Information about a Letter of Authorization - Connecting Facility Assignment (LOA-CFA) for a connection.</p>
2513
2069
  */
@@ -2521,48 +2077,24 @@ export interface Loa {
2521
2077
  */
2522
2078
  loaContentType?: LoaContentType | string;
2523
2079
  }
2524
- export declare namespace Loa {
2525
- /**
2526
- * @internal
2527
- */
2528
- const filterSensitiveLog: (obj: Loa) => any;
2529
- }
2530
2080
  export interface DescribeConnectionLoaResponse {
2531
2081
  /**
2532
2082
  * <p>The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).</p>
2533
2083
  */
2534
2084
  loa?: Loa;
2535
2085
  }
2536
- export declare namespace DescribeConnectionLoaResponse {
2537
- /**
2538
- * @internal
2539
- */
2540
- const filterSensitiveLog: (obj: DescribeConnectionLoaResponse) => any;
2541
- }
2542
2086
  export interface DescribeConnectionsRequest {
2543
2087
  /**
2544
2088
  * <p>The ID of the connection.</p>
2545
2089
  */
2546
2090
  connectionId?: string;
2547
2091
  }
2548
- export declare namespace DescribeConnectionsRequest {
2549
- /**
2550
- * @internal
2551
- */
2552
- const filterSensitiveLog: (obj: DescribeConnectionsRequest) => any;
2553
- }
2554
2092
  export interface DescribeConnectionsOnInterconnectRequest {
2555
2093
  /**
2556
2094
  * <p>The ID of the interconnect.</p>
2557
2095
  */
2558
2096
  interconnectId: string | undefined;
2559
2097
  }
2560
- export declare namespace DescribeConnectionsOnInterconnectRequest {
2561
- /**
2562
- * @internal
2563
- */
2564
- const filterSensitiveLog: (obj: DescribeConnectionsOnInterconnectRequest) => any;
2565
- }
2566
2098
  export declare enum NniPartnerType {
2567
2099
  NonPartner = "nonPartner",
2568
2100
  V1 = "v1",
@@ -2589,12 +2121,6 @@ export interface DescribeCustomerMetadataResponse {
2589
2121
  */
2590
2122
  nniPartnerType?: NniPartnerType | string;
2591
2123
  }
2592
- export declare namespace DescribeCustomerMetadataResponse {
2593
- /**
2594
- * @internal
2595
- */
2596
- const filterSensitiveLog: (obj: DescribeCustomerMetadataResponse) => any;
2597
- }
2598
2124
  export interface DescribeDirectConnectGatewayAssociationProposalsRequest {
2599
2125
  /**
2600
2126
  * <p>The ID of the Direct Connect gateway.</p>
@@ -2620,12 +2146,6 @@ export interface DescribeDirectConnectGatewayAssociationProposalsRequest {
2620
2146
  */
2621
2147
  nextToken?: string;
2622
2148
  }
2623
- export declare namespace DescribeDirectConnectGatewayAssociationProposalsRequest {
2624
- /**
2625
- * @internal
2626
- */
2627
- const filterSensitiveLog: (obj: DescribeDirectConnectGatewayAssociationProposalsRequest) => any;
2628
- }
2629
2149
  export interface DescribeDirectConnectGatewayAssociationProposalsResult {
2630
2150
  /**
2631
2151
  * <p>Describes the Direct Connect gateway association proposals.</p>
@@ -2636,12 +2156,6 @@ export interface DescribeDirectConnectGatewayAssociationProposalsResult {
2636
2156
  */
2637
2157
  nextToken?: string;
2638
2158
  }
2639
- export declare namespace DescribeDirectConnectGatewayAssociationProposalsResult {
2640
- /**
2641
- * @internal
2642
- */
2643
- const filterSensitiveLog: (obj: DescribeDirectConnectGatewayAssociationProposalsResult) => any;
2644
- }
2645
2159
  export interface DescribeDirectConnectGatewayAssociationsRequest {
2646
2160
  /**
2647
2161
  * <p>The ID of the Direct Connect gateway association.</p>
@@ -2671,12 +2185,6 @@ export interface DescribeDirectConnectGatewayAssociationsRequest {
2671
2185
  */
2672
2186
  virtualGatewayId?: string;
2673
2187
  }
2674
- export declare namespace DescribeDirectConnectGatewayAssociationsRequest {
2675
- /**
2676
- * @internal
2677
- */
2678
- const filterSensitiveLog: (obj: DescribeDirectConnectGatewayAssociationsRequest) => any;
2679
- }
2680
2188
  export interface DescribeDirectConnectGatewayAssociationsResult {
2681
2189
  /**
2682
2190
  * <p>Information about the associations.</p>
@@ -2687,12 +2195,6 @@ export interface DescribeDirectConnectGatewayAssociationsResult {
2687
2195
  */
2688
2196
  nextToken?: string;
2689
2197
  }
2690
- export declare namespace DescribeDirectConnectGatewayAssociationsResult {
2691
- /**
2692
- * @internal
2693
- */
2694
- const filterSensitiveLog: (obj: DescribeDirectConnectGatewayAssociationsResult) => any;
2695
- }
2696
2198
  export interface DescribeDirectConnectGatewayAttachmentsRequest {
2697
2199
  /**
2698
2200
  * <p>The ID of the Direct Connect gateway.</p>
@@ -2714,12 +2216,6 @@ export interface DescribeDirectConnectGatewayAttachmentsRequest {
2714
2216
  */
2715
2217
  nextToken?: string;
2716
2218
  }
2717
- export declare namespace DescribeDirectConnectGatewayAttachmentsRequest {
2718
- /**
2719
- * @internal
2720
- */
2721
- const filterSensitiveLog: (obj: DescribeDirectConnectGatewayAttachmentsRequest) => any;
2722
- }
2723
2219
  export declare type DirectConnectGatewayAttachmentState = "attached" | "attaching" | "detached" | "detaching";
2724
2220
  export declare type DirectConnectGatewayAttachmentType = "PrivateVirtualInterface" | "TransitVirtualInterface";
2725
2221
  /**
@@ -2773,12 +2269,6 @@ export interface DirectConnectGatewayAttachment {
2773
2269
  */
2774
2270
  stateChangeError?: string;
2775
2271
  }
2776
- export declare namespace DirectConnectGatewayAttachment {
2777
- /**
2778
- * @internal
2779
- */
2780
- const filterSensitiveLog: (obj: DirectConnectGatewayAttachment) => any;
2781
- }
2782
2272
  export interface DescribeDirectConnectGatewayAttachmentsResult {
2783
2273
  /**
2784
2274
  * <p>The attachments.</p>
@@ -2789,12 +2279,6 @@ export interface DescribeDirectConnectGatewayAttachmentsResult {
2789
2279
  */
2790
2280
  nextToken?: string;
2791
2281
  }
2792
- export declare namespace DescribeDirectConnectGatewayAttachmentsResult {
2793
- /**
2794
- * @internal
2795
- */
2796
- const filterSensitiveLog: (obj: DescribeDirectConnectGatewayAttachmentsResult) => any;
2797
- }
2798
2282
  export interface DescribeDirectConnectGatewaysRequest {
2799
2283
  /**
2800
2284
  * <p>The ID of the Direct Connect gateway.</p>
@@ -2812,12 +2296,6 @@ export interface DescribeDirectConnectGatewaysRequest {
2812
2296
  */
2813
2297
  nextToken?: string;
2814
2298
  }
2815
- export declare namespace DescribeDirectConnectGatewaysRequest {
2816
- /**
2817
- * @internal
2818
- */
2819
- const filterSensitiveLog: (obj: DescribeDirectConnectGatewaysRequest) => any;
2820
- }
2821
2299
  export interface DescribeDirectConnectGatewaysResult {
2822
2300
  /**
2823
2301
  * <p>The Direct Connect gateways.</p>
@@ -2828,24 +2306,12 @@ export interface DescribeDirectConnectGatewaysResult {
2828
2306
  */
2829
2307
  nextToken?: string;
2830
2308
  }
2831
- export declare namespace DescribeDirectConnectGatewaysResult {
2832
- /**
2833
- * @internal
2834
- */
2835
- const filterSensitiveLog: (obj: DescribeDirectConnectGatewaysResult) => any;
2836
- }
2837
2309
  export interface DescribeHostedConnectionsRequest {
2838
2310
  /**
2839
2311
  * <p>The ID of the interconnect or LAG.</p>
2840
2312
  */
2841
2313
  connectionId: string | undefined;
2842
2314
  }
2843
- export declare namespace DescribeHostedConnectionsRequest {
2844
- /**
2845
- * @internal
2846
- */
2847
- const filterSensitiveLog: (obj: DescribeHostedConnectionsRequest) => any;
2848
- }
2849
2315
  export interface DescribeInterconnectLoaRequest {
2850
2316
  /**
2851
2317
  * <p>The ID of the interconnect.</p>
@@ -2860,72 +2326,36 @@ export interface DescribeInterconnectLoaRequest {
2860
2326
  */
2861
2327
  loaContentType?: LoaContentType | string;
2862
2328
  }
2863
- export declare namespace DescribeInterconnectLoaRequest {
2864
- /**
2865
- * @internal
2866
- */
2867
- const filterSensitiveLog: (obj: DescribeInterconnectLoaRequest) => any;
2868
- }
2869
2329
  export interface DescribeInterconnectLoaResponse {
2870
2330
  /**
2871
2331
  * <p>The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).</p>
2872
2332
  */
2873
2333
  loa?: Loa;
2874
2334
  }
2875
- export declare namespace DescribeInterconnectLoaResponse {
2876
- /**
2877
- * @internal
2878
- */
2879
- const filterSensitiveLog: (obj: DescribeInterconnectLoaResponse) => any;
2880
- }
2881
2335
  export interface DescribeInterconnectsRequest {
2882
2336
  /**
2883
2337
  * <p>The ID of the interconnect.</p>
2884
2338
  */
2885
2339
  interconnectId?: string;
2886
2340
  }
2887
- export declare namespace DescribeInterconnectsRequest {
2888
- /**
2889
- * @internal
2890
- */
2891
- const filterSensitiveLog: (obj: DescribeInterconnectsRequest) => any;
2892
- }
2893
2341
  export interface Interconnects {
2894
2342
  /**
2895
2343
  * <p>The interconnects.</p>
2896
2344
  */
2897
2345
  interconnects?: Interconnect[];
2898
2346
  }
2899
- export declare namespace Interconnects {
2900
- /**
2901
- * @internal
2902
- */
2903
- const filterSensitiveLog: (obj: Interconnects) => any;
2904
- }
2905
2347
  export interface DescribeLagsRequest {
2906
2348
  /**
2907
2349
  * <p>The ID of the LAG.</p>
2908
2350
  */
2909
2351
  lagId?: string;
2910
2352
  }
2911
- export declare namespace DescribeLagsRequest {
2912
- /**
2913
- * @internal
2914
- */
2915
- const filterSensitiveLog: (obj: DescribeLagsRequest) => any;
2916
- }
2917
2353
  export interface Lags {
2918
2354
  /**
2919
2355
  * <p>The LAGs.</p>
2920
2356
  */
2921
2357
  lags?: Lag[];
2922
2358
  }
2923
- export declare namespace Lags {
2924
- /**
2925
- * @internal
2926
- */
2927
- const filterSensitiveLog: (obj: Lags) => any;
2928
- }
2929
2359
  export interface DescribeLoaRequest {
2930
2360
  /**
2931
2361
  * <p>The ID of a connection, LAG, or interconnect.</p>
@@ -2941,12 +2371,6 @@ export interface DescribeLoaRequest {
2941
2371
  */
2942
2372
  loaContentType?: LoaContentType | string;
2943
2373
  }
2944
- export declare namespace DescribeLoaRequest {
2945
- /**
2946
- * @internal
2947
- */
2948
- const filterSensitiveLog: (obj: DescribeLoaRequest) => any;
2949
- }
2950
2374
  /**
2951
2375
  * <p>Information about an Direct Connect location.</p>
2952
2376
  */
@@ -2976,24 +2400,12 @@ export interface Location {
2976
2400
  */
2977
2401
  availableMacSecPortSpeeds?: string[];
2978
2402
  }
2979
- export declare namespace Location {
2980
- /**
2981
- * @internal
2982
- */
2983
- const filterSensitiveLog: (obj: Location) => any;
2984
- }
2985
2403
  export interface Locations {
2986
2404
  /**
2987
2405
  * <p>The locations.</p>
2988
2406
  */
2989
2407
  locations?: Location[];
2990
2408
  }
2991
- export declare namespace Locations {
2992
- /**
2993
- * @internal
2994
- */
2995
- const filterSensitiveLog: (obj: Locations) => any;
2996
- }
2997
2409
  /**
2998
2410
  * <p>Provides the details about a virtual interface's router.</p>
2999
2411
  */
@@ -3007,12 +2419,6 @@ export interface DescribeRouterConfigurationRequest {
3007
2419
  */
3008
2420
  routerTypeIdentifier?: string;
3009
2421
  }
3010
- export declare namespace DescribeRouterConfigurationRequest {
3011
- /**
3012
- * @internal
3013
- */
3014
- const filterSensitiveLog: (obj: DescribeRouterConfigurationRequest) => any;
3015
- }
3016
2422
  /**
3017
2423
  * <p>Information about the virtual router.</p>
3018
2424
  */
@@ -3042,12 +2448,6 @@ export interface RouterType {
3042
2448
  */
3043
2449
  routerTypeIdentifier?: string;
3044
2450
  }
3045
- export declare namespace RouterType {
3046
- /**
3047
- * @internal
3048
- */
3049
- const filterSensitiveLog: (obj: RouterType) => any;
3050
- }
3051
2451
  export interface DescribeRouterConfigurationResponse {
3052
2452
  /**
3053
2453
  * <p>The customer router configuration.</p>
@@ -3066,24 +2466,12 @@ export interface DescribeRouterConfigurationResponse {
3066
2466
  */
3067
2467
  virtualInterfaceName?: string;
3068
2468
  }
3069
- export declare namespace DescribeRouterConfigurationResponse {
3070
- /**
3071
- * @internal
3072
- */
3073
- const filterSensitiveLog: (obj: DescribeRouterConfigurationResponse) => any;
3074
- }
3075
2469
  export interface DescribeTagsRequest {
3076
2470
  /**
3077
2471
  * <p>The Amazon Resource Names (ARNs) of the resources.</p>
3078
2472
  */
3079
2473
  resourceArns: string[] | undefined;
3080
2474
  }
3081
- export declare namespace DescribeTagsRequest {
3082
- /**
3083
- * @internal
3084
- */
3085
- const filterSensitiveLog: (obj: DescribeTagsRequest) => any;
3086
- }
3087
2475
  /**
3088
2476
  * <p>Information about a tag associated with an Direct Connect resource.</p>
3089
2477
  */
@@ -3097,24 +2485,12 @@ export interface ResourceTag {
3097
2485
  */
3098
2486
  tags?: Tag[];
3099
2487
  }
3100
- export declare namespace ResourceTag {
3101
- /**
3102
- * @internal
3103
- */
3104
- const filterSensitiveLog: (obj: ResourceTag) => any;
3105
- }
3106
2488
  export interface DescribeTagsResponse {
3107
2489
  /**
3108
2490
  * <p>Information about the tags.</p>
3109
2491
  */
3110
2492
  resourceTags?: ResourceTag[];
3111
2493
  }
3112
- export declare namespace DescribeTagsResponse {
3113
- /**
3114
- * @internal
3115
- */
3116
- const filterSensitiveLog: (obj: DescribeTagsResponse) => any;
3117
- }
3118
2494
  /**
3119
2495
  * <p>Information about a virtual private gateway for a private virtual interface.</p>
3120
2496
  */
@@ -3146,24 +2522,12 @@ export interface VirtualGateway {
3146
2522
  */
3147
2523
  virtualGatewayState?: string;
3148
2524
  }
3149
- export declare namespace VirtualGateway {
3150
- /**
3151
- * @internal
3152
- */
3153
- const filterSensitiveLog: (obj: VirtualGateway) => any;
3154
- }
3155
2525
  export interface VirtualGateways {
3156
2526
  /**
3157
2527
  * <p>The virtual private gateways.</p>
3158
2528
  */
3159
2529
  virtualGateways?: VirtualGateway[];
3160
2530
  }
3161
- export declare namespace VirtualGateways {
3162
- /**
3163
- * @internal
3164
- */
3165
- const filterSensitiveLog: (obj: VirtualGateways) => any;
3166
- }
3167
2531
  export interface DescribeVirtualInterfacesRequest {
3168
2532
  /**
3169
2533
  * <p>The ID of the connection.</p>
@@ -3174,24 +2538,12 @@ export interface DescribeVirtualInterfacesRequest {
3174
2538
  */
3175
2539
  virtualInterfaceId?: string;
3176
2540
  }
3177
- export declare namespace DescribeVirtualInterfacesRequest {
3178
- /**
3179
- * @internal
3180
- */
3181
- const filterSensitiveLog: (obj: DescribeVirtualInterfacesRequest) => any;
3182
- }
3183
2541
  export interface VirtualInterfaces {
3184
2542
  /**
3185
2543
  * <p>The virtual interfaces</p>
3186
2544
  */
3187
2545
  virtualInterfaces?: VirtualInterface[];
3188
2546
  }
3189
- export declare namespace VirtualInterfaces {
3190
- /**
3191
- * @internal
3192
- */
3193
- const filterSensitiveLog: (obj: VirtualInterfaces) => any;
3194
- }
3195
2547
  export interface DisassociateConnectionFromLagRequest {
3196
2548
  /**
3197
2549
  * <p>The ID of the connection.</p>
@@ -3202,12 +2554,6 @@ export interface DisassociateConnectionFromLagRequest {
3202
2554
  */
3203
2555
  lagId: string | undefined;
3204
2556
  }
3205
- export declare namespace DisassociateConnectionFromLagRequest {
3206
- /**
3207
- * @internal
3208
- */
3209
- const filterSensitiveLog: (obj: DisassociateConnectionFromLagRequest) => any;
3210
- }
3211
2557
  export interface DisassociateMacSecKeyRequest {
3212
2558
  /**
3213
2559
  * <p>The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).</p>
@@ -3220,12 +2566,6 @@ export interface DisassociateMacSecKeyRequest {
3220
2566
  */
3221
2567
  secretARN: string | undefined;
3222
2568
  }
3223
- export declare namespace DisassociateMacSecKeyRequest {
3224
- /**
3225
- * @internal
3226
- */
3227
- const filterSensitiveLog: (obj: DisassociateMacSecKeyRequest) => any;
3228
- }
3229
2569
  export interface DisassociateMacSecKeyResponse {
3230
2570
  /**
3231
2571
  * <p>The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).</p>
@@ -3236,12 +2576,6 @@ export interface DisassociateMacSecKeyResponse {
3236
2576
  */
3237
2577
  macSecKeys?: MacSecKey[];
3238
2578
  }
3239
- export declare namespace DisassociateMacSecKeyResponse {
3240
- /**
3241
- * @internal
3242
- */
3243
- const filterSensitiveLog: (obj: DisassociateMacSecKeyResponse) => any;
3244
- }
3245
2579
  export interface ListVirtualInterfaceTestHistoryRequest {
3246
2580
  /**
3247
2581
  * <p>The ID of the virtual interface failover test.</p>
@@ -3271,12 +2605,6 @@ export interface ListVirtualInterfaceTestHistoryRequest {
3271
2605
  */
3272
2606
  nextToken?: string;
3273
2607
  }
3274
- export declare namespace ListVirtualInterfaceTestHistoryRequest {
3275
- /**
3276
- * @internal
3277
- */
3278
- const filterSensitiveLog: (obj: ListVirtualInterfaceTestHistoryRequest) => any;
3279
- }
3280
2608
  /**
3281
2609
  * <p>Information about the virtual interface failover test.</p>
3282
2610
  */
@@ -3314,12 +2642,6 @@ export interface VirtualInterfaceTestHistory {
3314
2642
  */
3315
2643
  endTime?: Date;
3316
2644
  }
3317
- export declare namespace VirtualInterfaceTestHistory {
3318
- /**
3319
- * @internal
3320
- */
3321
- const filterSensitiveLog: (obj: VirtualInterfaceTestHistory) => any;
3322
- }
3323
2645
  export interface ListVirtualInterfaceTestHistoryResponse {
3324
2646
  /**
3325
2647
  * <p>The ID of the tested virtual interface.</p>
@@ -3330,12 +2652,6 @@ export interface ListVirtualInterfaceTestHistoryResponse {
3330
2652
  */
3331
2653
  nextToken?: string;
3332
2654
  }
3333
- export declare namespace ListVirtualInterfaceTestHistoryResponse {
3334
- /**
3335
- * @internal
3336
- */
3337
- const filterSensitiveLog: (obj: ListVirtualInterfaceTestHistoryResponse) => any;
3338
- }
3339
2655
  export interface StartBgpFailoverTestRequest {
3340
2656
  /**
3341
2657
  * <p>The ID of the virtual interface you want to test.</p>
@@ -3352,48 +2668,24 @@ export interface StartBgpFailoverTestRequest {
3352
2668
  */
3353
2669
  testDurationInMinutes?: number;
3354
2670
  }
3355
- export declare namespace StartBgpFailoverTestRequest {
3356
- /**
3357
- * @internal
3358
- */
3359
- const filterSensitiveLog: (obj: StartBgpFailoverTestRequest) => any;
3360
- }
3361
2671
  export interface StartBgpFailoverTestResponse {
3362
2672
  /**
3363
2673
  * <p>Information about the virtual interface failover test.</p>
3364
2674
  */
3365
2675
  virtualInterfaceTest?: VirtualInterfaceTestHistory;
3366
2676
  }
3367
- export declare namespace StartBgpFailoverTestResponse {
3368
- /**
3369
- * @internal
3370
- */
3371
- const filterSensitiveLog: (obj: StartBgpFailoverTestResponse) => any;
3372
- }
3373
2677
  export interface StopBgpFailoverTestRequest {
3374
2678
  /**
3375
2679
  * <p>The ID of the virtual interface you no longer want to test.</p>
3376
2680
  */
3377
2681
  virtualInterfaceId: string | undefined;
3378
2682
  }
3379
- export declare namespace StopBgpFailoverTestRequest {
3380
- /**
3381
- * @internal
3382
- */
3383
- const filterSensitiveLog: (obj: StopBgpFailoverTestRequest) => any;
3384
- }
3385
2683
  export interface StopBgpFailoverTestResponse {
3386
2684
  /**
3387
2685
  * <p>Information about the virtual interface failover test.</p>
3388
2686
  */
3389
2687
  virtualInterfaceTest?: VirtualInterfaceTestHistory;
3390
2688
  }
3391
- export declare namespace StopBgpFailoverTestResponse {
3392
- /**
3393
- * @internal
3394
- */
3395
- const filterSensitiveLog: (obj: StopBgpFailoverTestResponse) => any;
3396
- }
3397
2689
  export interface TagResourceRequest {
3398
2690
  /**
3399
2691
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -3404,20 +2696,8 @@ export interface TagResourceRequest {
3404
2696
  */
3405
2697
  tags: Tag[] | undefined;
3406
2698
  }
3407
- export declare namespace TagResourceRequest {
3408
- /**
3409
- * @internal
3410
- */
3411
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3412
- }
3413
2699
  export interface TagResourceResponse {
3414
2700
  }
3415
- export declare namespace TagResourceResponse {
3416
- /**
3417
- * @internal
3418
- */
3419
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
3420
- }
3421
2701
  export interface UntagResourceRequest {
3422
2702
  /**
3423
2703
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -3428,20 +2708,8 @@ export interface UntagResourceRequest {
3428
2708
  */
3429
2709
  tagKeys: string[] | undefined;
3430
2710
  }
3431
- export declare namespace UntagResourceRequest {
3432
- /**
3433
- * @internal
3434
- */
3435
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3436
- }
3437
2711
  export interface UntagResourceResponse {
3438
2712
  }
3439
- export declare namespace UntagResourceResponse {
3440
- /**
3441
- * @internal
3442
- */
3443
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3444
- }
3445
2713
  export interface UpdateConnectionRequest {
3446
2714
  /**
3447
2715
  * <p>The ID of the dedicated connection.</p>
@@ -3458,12 +2726,6 @@ export interface UpdateConnectionRequest {
3458
2726
  */
3459
2727
  encryptionMode?: string;
3460
2728
  }
3461
- export declare namespace UpdateConnectionRequest {
3462
- /**
3463
- * @internal
3464
- */
3465
- const filterSensitiveLog: (obj: UpdateConnectionRequest) => any;
3466
- }
3467
2729
  export interface UpdateDirectConnectGatewayRequest {
3468
2730
  /**
3469
2731
  * <p>The ID of the Direct Connect gateway to update.</p>
@@ -3474,24 +2736,12 @@ export interface UpdateDirectConnectGatewayRequest {
3474
2736
  */
3475
2737
  newDirectConnectGatewayName: string | undefined;
3476
2738
  }
3477
- export declare namespace UpdateDirectConnectGatewayRequest {
3478
- /**
3479
- * @internal
3480
- */
3481
- const filterSensitiveLog: (obj: UpdateDirectConnectGatewayRequest) => any;
3482
- }
3483
2739
  export interface UpdateDirectConnectGatewayResponse {
3484
2740
  /**
3485
2741
  * <p>Information about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateway or transit gateways.</p>
3486
2742
  */
3487
2743
  directConnectGateway?: DirectConnectGateway;
3488
2744
  }
3489
- export declare namespace UpdateDirectConnectGatewayResponse {
3490
- /**
3491
- * @internal
3492
- */
3493
- const filterSensitiveLog: (obj: UpdateDirectConnectGatewayResponse) => any;
3494
- }
3495
2745
  export interface UpdateDirectConnectGatewayAssociationRequest {
3496
2746
  /**
3497
2747
  * <p>The ID of the Direct Connect gateway association.</p>
@@ -3506,24 +2756,12 @@ export interface UpdateDirectConnectGatewayAssociationRequest {
3506
2756
  */
3507
2757
  removeAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
3508
2758
  }
3509
- export declare namespace UpdateDirectConnectGatewayAssociationRequest {
3510
- /**
3511
- * @internal
3512
- */
3513
- const filterSensitiveLog: (obj: UpdateDirectConnectGatewayAssociationRequest) => any;
3514
- }
3515
2759
  export interface UpdateDirectConnectGatewayAssociationResult {
3516
2760
  /**
3517
2761
  * <p>Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.</p>
3518
2762
  */
3519
2763
  directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
3520
2764
  }
3521
- export declare namespace UpdateDirectConnectGatewayAssociationResult {
3522
- /**
3523
- * @internal
3524
- */
3525
- const filterSensitiveLog: (obj: UpdateDirectConnectGatewayAssociationResult) => any;
3526
- }
3527
2765
  export interface UpdateLagRequest {
3528
2766
  /**
3529
2767
  * <p>The ID of the LAG.</p>
@@ -3543,12 +2781,6 @@ export interface UpdateLagRequest {
3543
2781
  */
3544
2782
  encryptionMode?: string;
3545
2783
  }
3546
- export declare namespace UpdateLagRequest {
3547
- /**
3548
- * @internal
3549
- */
3550
- const filterSensitiveLog: (obj: UpdateLagRequest) => any;
3551
- }
3552
2784
  export interface UpdateVirtualInterfaceAttributesRequest {
3553
2785
  /**
3554
2786
  * <p>The ID of the virtual private interface.</p>
@@ -3567,9 +2799,519 @@ export interface UpdateVirtualInterfaceAttributesRequest {
3567
2799
  */
3568
2800
  virtualInterfaceName?: string;
3569
2801
  }
3570
- export declare namespace UpdateVirtualInterfaceAttributesRequest {
3571
- /**
3572
- * @internal
3573
- */
3574
- const filterSensitiveLog: (obj: UpdateVirtualInterfaceAttributesRequest) => any;
3575
- }
2802
+ /**
2803
+ * @internal
2804
+ */
2805
+ export declare const RouteFilterPrefixFilterSensitiveLog: (obj: RouteFilterPrefix) => any;
2806
+ /**
2807
+ * @internal
2808
+ */
2809
+ export declare const AcceptDirectConnectGatewayAssociationProposalRequestFilterSensitiveLog: (obj: AcceptDirectConnectGatewayAssociationProposalRequest) => any;
2810
+ /**
2811
+ * @internal
2812
+ */
2813
+ export declare const AssociatedGatewayFilterSensitiveLog: (obj: AssociatedGateway) => any;
2814
+ /**
2815
+ * @internal
2816
+ */
2817
+ export declare const DirectConnectGatewayAssociationFilterSensitiveLog: (obj: DirectConnectGatewayAssociation) => any;
2818
+ /**
2819
+ * @internal
2820
+ */
2821
+ export declare const AcceptDirectConnectGatewayAssociationProposalResultFilterSensitiveLog: (obj: AcceptDirectConnectGatewayAssociationProposalResult) => any;
2822
+ /**
2823
+ * @internal
2824
+ */
2825
+ export declare const CustomerAgreementFilterSensitiveLog: (obj: CustomerAgreement) => any;
2826
+ /**
2827
+ * @internal
2828
+ */
2829
+ export declare const AllocateConnectionOnInterconnectRequestFilterSensitiveLog: (obj: AllocateConnectionOnInterconnectRequest) => any;
2830
+ /**
2831
+ * @internal
2832
+ */
2833
+ export declare const MacSecKeyFilterSensitiveLog: (obj: MacSecKey) => any;
2834
+ /**
2835
+ * @internal
2836
+ */
2837
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2838
+ /**
2839
+ * @internal
2840
+ */
2841
+ export declare const ConnectionFilterSensitiveLog: (obj: Connection) => any;
2842
+ /**
2843
+ * @internal
2844
+ */
2845
+ export declare const AllocateHostedConnectionRequestFilterSensitiveLog: (obj: AllocateHostedConnectionRequest) => any;
2846
+ /**
2847
+ * @internal
2848
+ */
2849
+ export declare const NewPrivateVirtualInterfaceAllocationFilterSensitiveLog: (obj: NewPrivateVirtualInterfaceAllocation) => any;
2850
+ /**
2851
+ * @internal
2852
+ */
2853
+ export declare const AllocatePrivateVirtualInterfaceRequestFilterSensitiveLog: (obj: AllocatePrivateVirtualInterfaceRequest) => any;
2854
+ /**
2855
+ * @internal
2856
+ */
2857
+ export declare const BGPPeerFilterSensitiveLog: (obj: BGPPeer) => any;
2858
+ /**
2859
+ * @internal
2860
+ */
2861
+ export declare const VirtualInterfaceFilterSensitiveLog: (obj: VirtualInterface) => any;
2862
+ /**
2863
+ * @internal
2864
+ */
2865
+ export declare const NewPublicVirtualInterfaceAllocationFilterSensitiveLog: (obj: NewPublicVirtualInterfaceAllocation) => any;
2866
+ /**
2867
+ * @internal
2868
+ */
2869
+ export declare const AllocatePublicVirtualInterfaceRequestFilterSensitiveLog: (obj: AllocatePublicVirtualInterfaceRequest) => any;
2870
+ /**
2871
+ * @internal
2872
+ */
2873
+ export declare const NewTransitVirtualInterfaceAllocationFilterSensitiveLog: (obj: NewTransitVirtualInterfaceAllocation) => any;
2874
+ /**
2875
+ * @internal
2876
+ */
2877
+ export declare const AllocateTransitVirtualInterfaceRequestFilterSensitiveLog: (obj: AllocateTransitVirtualInterfaceRequest) => any;
2878
+ /**
2879
+ * @internal
2880
+ */
2881
+ export declare const AllocateTransitVirtualInterfaceResultFilterSensitiveLog: (obj: AllocateTransitVirtualInterfaceResult) => any;
2882
+ /**
2883
+ * @internal
2884
+ */
2885
+ export declare const AssociateConnectionWithLagRequestFilterSensitiveLog: (obj: AssociateConnectionWithLagRequest) => any;
2886
+ /**
2887
+ * @internal
2888
+ */
2889
+ export declare const AssociateHostedConnectionRequestFilterSensitiveLog: (obj: AssociateHostedConnectionRequest) => any;
2890
+ /**
2891
+ * @internal
2892
+ */
2893
+ export declare const AssociateMacSecKeyRequestFilterSensitiveLog: (obj: AssociateMacSecKeyRequest) => any;
2894
+ /**
2895
+ * @internal
2896
+ */
2897
+ export declare const AssociateMacSecKeyResponseFilterSensitiveLog: (obj: AssociateMacSecKeyResponse) => any;
2898
+ /**
2899
+ * @internal
2900
+ */
2901
+ export declare const AssociateVirtualInterfaceRequestFilterSensitiveLog: (obj: AssociateVirtualInterfaceRequest) => any;
2902
+ /**
2903
+ * @internal
2904
+ */
2905
+ export declare const ConfirmConnectionRequestFilterSensitiveLog: (obj: ConfirmConnectionRequest) => any;
2906
+ /**
2907
+ * @internal
2908
+ */
2909
+ export declare const ConfirmConnectionResponseFilterSensitiveLog: (obj: ConfirmConnectionResponse) => any;
2910
+ /**
2911
+ * @internal
2912
+ */
2913
+ export declare const ConfirmCustomerAgreementRequestFilterSensitiveLog: (obj: ConfirmCustomerAgreementRequest) => any;
2914
+ /**
2915
+ * @internal
2916
+ */
2917
+ export declare const ConfirmCustomerAgreementResponseFilterSensitiveLog: (obj: ConfirmCustomerAgreementResponse) => any;
2918
+ /**
2919
+ * @internal
2920
+ */
2921
+ export declare const ConfirmPrivateVirtualInterfaceRequestFilterSensitiveLog: (obj: ConfirmPrivateVirtualInterfaceRequest) => any;
2922
+ /**
2923
+ * @internal
2924
+ */
2925
+ export declare const ConfirmPrivateVirtualInterfaceResponseFilterSensitiveLog: (obj: ConfirmPrivateVirtualInterfaceResponse) => any;
2926
+ /**
2927
+ * @internal
2928
+ */
2929
+ export declare const ConfirmPublicVirtualInterfaceRequestFilterSensitiveLog: (obj: ConfirmPublicVirtualInterfaceRequest) => any;
2930
+ /**
2931
+ * @internal
2932
+ */
2933
+ export declare const ConfirmPublicVirtualInterfaceResponseFilterSensitiveLog: (obj: ConfirmPublicVirtualInterfaceResponse) => any;
2934
+ /**
2935
+ * @internal
2936
+ */
2937
+ export declare const ConfirmTransitVirtualInterfaceRequestFilterSensitiveLog: (obj: ConfirmTransitVirtualInterfaceRequest) => any;
2938
+ /**
2939
+ * @internal
2940
+ */
2941
+ export declare const ConfirmTransitVirtualInterfaceResponseFilterSensitiveLog: (obj: ConfirmTransitVirtualInterfaceResponse) => any;
2942
+ /**
2943
+ * @internal
2944
+ */
2945
+ export declare const ConnectionsFilterSensitiveLog: (obj: Connections) => any;
2946
+ /**
2947
+ * @internal
2948
+ */
2949
+ export declare const NewBGPPeerFilterSensitiveLog: (obj: NewBGPPeer) => any;
2950
+ /**
2951
+ * @internal
2952
+ */
2953
+ export declare const CreateBGPPeerRequestFilterSensitiveLog: (obj: CreateBGPPeerRequest) => any;
2954
+ /**
2955
+ * @internal
2956
+ */
2957
+ export declare const CreateBGPPeerResponseFilterSensitiveLog: (obj: CreateBGPPeerResponse) => any;
2958
+ /**
2959
+ * @internal
2960
+ */
2961
+ export declare const CreateConnectionRequestFilterSensitiveLog: (obj: CreateConnectionRequest) => any;
2962
+ /**
2963
+ * @internal
2964
+ */
2965
+ export declare const CreateDirectConnectGatewayRequestFilterSensitiveLog: (obj: CreateDirectConnectGatewayRequest) => any;
2966
+ /**
2967
+ * @internal
2968
+ */
2969
+ export declare const DirectConnectGatewayFilterSensitiveLog: (obj: DirectConnectGateway) => any;
2970
+ /**
2971
+ * @internal
2972
+ */
2973
+ export declare const CreateDirectConnectGatewayResultFilterSensitiveLog: (obj: CreateDirectConnectGatewayResult) => any;
2974
+ /**
2975
+ * @internal
2976
+ */
2977
+ export declare const CreateDirectConnectGatewayAssociationRequestFilterSensitiveLog: (obj: CreateDirectConnectGatewayAssociationRequest) => any;
2978
+ /**
2979
+ * @internal
2980
+ */
2981
+ export declare const CreateDirectConnectGatewayAssociationResultFilterSensitiveLog: (obj: CreateDirectConnectGatewayAssociationResult) => any;
2982
+ /**
2983
+ * @internal
2984
+ */
2985
+ export declare const CreateDirectConnectGatewayAssociationProposalRequestFilterSensitiveLog: (obj: CreateDirectConnectGatewayAssociationProposalRequest) => any;
2986
+ /**
2987
+ * @internal
2988
+ */
2989
+ export declare const DirectConnectGatewayAssociationProposalFilterSensitiveLog: (obj: DirectConnectGatewayAssociationProposal) => any;
2990
+ /**
2991
+ * @internal
2992
+ */
2993
+ export declare const CreateDirectConnectGatewayAssociationProposalResultFilterSensitiveLog: (obj: CreateDirectConnectGatewayAssociationProposalResult) => any;
2994
+ /**
2995
+ * @internal
2996
+ */
2997
+ export declare const CreateInterconnectRequestFilterSensitiveLog: (obj: CreateInterconnectRequest) => any;
2998
+ /**
2999
+ * @internal
3000
+ */
3001
+ export declare const InterconnectFilterSensitiveLog: (obj: Interconnect) => any;
3002
+ /**
3003
+ * @internal
3004
+ */
3005
+ export declare const CreateLagRequestFilterSensitiveLog: (obj: CreateLagRequest) => any;
3006
+ /**
3007
+ * @internal
3008
+ */
3009
+ export declare const LagFilterSensitiveLog: (obj: Lag) => any;
3010
+ /**
3011
+ * @internal
3012
+ */
3013
+ export declare const NewPrivateVirtualInterfaceFilterSensitiveLog: (obj: NewPrivateVirtualInterface) => any;
3014
+ /**
3015
+ * @internal
3016
+ */
3017
+ export declare const CreatePrivateVirtualInterfaceRequestFilterSensitiveLog: (obj: CreatePrivateVirtualInterfaceRequest) => any;
3018
+ /**
3019
+ * @internal
3020
+ */
3021
+ export declare const NewPublicVirtualInterfaceFilterSensitiveLog: (obj: NewPublicVirtualInterface) => any;
3022
+ /**
3023
+ * @internal
3024
+ */
3025
+ export declare const CreatePublicVirtualInterfaceRequestFilterSensitiveLog: (obj: CreatePublicVirtualInterfaceRequest) => any;
3026
+ /**
3027
+ * @internal
3028
+ */
3029
+ export declare const NewTransitVirtualInterfaceFilterSensitiveLog: (obj: NewTransitVirtualInterface) => any;
3030
+ /**
3031
+ * @internal
3032
+ */
3033
+ export declare const CreateTransitVirtualInterfaceRequestFilterSensitiveLog: (obj: CreateTransitVirtualInterfaceRequest) => any;
3034
+ /**
3035
+ * @internal
3036
+ */
3037
+ export declare const CreateTransitVirtualInterfaceResultFilterSensitiveLog: (obj: CreateTransitVirtualInterfaceResult) => any;
3038
+ /**
3039
+ * @internal
3040
+ */
3041
+ export declare const DeleteBGPPeerRequestFilterSensitiveLog: (obj: DeleteBGPPeerRequest) => any;
3042
+ /**
3043
+ * @internal
3044
+ */
3045
+ export declare const DeleteBGPPeerResponseFilterSensitiveLog: (obj: DeleteBGPPeerResponse) => any;
3046
+ /**
3047
+ * @internal
3048
+ */
3049
+ export declare const DeleteConnectionRequestFilterSensitiveLog: (obj: DeleteConnectionRequest) => any;
3050
+ /**
3051
+ * @internal
3052
+ */
3053
+ export declare const DeleteDirectConnectGatewayRequestFilterSensitiveLog: (obj: DeleteDirectConnectGatewayRequest) => any;
3054
+ /**
3055
+ * @internal
3056
+ */
3057
+ export declare const DeleteDirectConnectGatewayResultFilterSensitiveLog: (obj: DeleteDirectConnectGatewayResult) => any;
3058
+ /**
3059
+ * @internal
3060
+ */
3061
+ export declare const DeleteDirectConnectGatewayAssociationRequestFilterSensitiveLog: (obj: DeleteDirectConnectGatewayAssociationRequest) => any;
3062
+ /**
3063
+ * @internal
3064
+ */
3065
+ export declare const DeleteDirectConnectGatewayAssociationResultFilterSensitiveLog: (obj: DeleteDirectConnectGatewayAssociationResult) => any;
3066
+ /**
3067
+ * @internal
3068
+ */
3069
+ export declare const DeleteDirectConnectGatewayAssociationProposalRequestFilterSensitiveLog: (obj: DeleteDirectConnectGatewayAssociationProposalRequest) => any;
3070
+ /**
3071
+ * @internal
3072
+ */
3073
+ export declare const DeleteDirectConnectGatewayAssociationProposalResultFilterSensitiveLog: (obj: DeleteDirectConnectGatewayAssociationProposalResult) => any;
3074
+ /**
3075
+ * @internal
3076
+ */
3077
+ export declare const DeleteInterconnectRequestFilterSensitiveLog: (obj: DeleteInterconnectRequest) => any;
3078
+ /**
3079
+ * @internal
3080
+ */
3081
+ export declare const DeleteInterconnectResponseFilterSensitiveLog: (obj: DeleteInterconnectResponse) => any;
3082
+ /**
3083
+ * @internal
3084
+ */
3085
+ export declare const DeleteLagRequestFilterSensitiveLog: (obj: DeleteLagRequest) => any;
3086
+ /**
3087
+ * @internal
3088
+ */
3089
+ export declare const DeleteVirtualInterfaceRequestFilterSensitiveLog: (obj: DeleteVirtualInterfaceRequest) => any;
3090
+ /**
3091
+ * @internal
3092
+ */
3093
+ export declare const DeleteVirtualInterfaceResponseFilterSensitiveLog: (obj: DeleteVirtualInterfaceResponse) => any;
3094
+ /**
3095
+ * @internal
3096
+ */
3097
+ export declare const DescribeConnectionLoaRequestFilterSensitiveLog: (obj: DescribeConnectionLoaRequest) => any;
3098
+ /**
3099
+ * @internal
3100
+ */
3101
+ export declare const LoaFilterSensitiveLog: (obj: Loa) => any;
3102
+ /**
3103
+ * @internal
3104
+ */
3105
+ export declare const DescribeConnectionLoaResponseFilterSensitiveLog: (obj: DescribeConnectionLoaResponse) => any;
3106
+ /**
3107
+ * @internal
3108
+ */
3109
+ export declare const DescribeConnectionsRequestFilterSensitiveLog: (obj: DescribeConnectionsRequest) => any;
3110
+ /**
3111
+ * @internal
3112
+ */
3113
+ export declare const DescribeConnectionsOnInterconnectRequestFilterSensitiveLog: (obj: DescribeConnectionsOnInterconnectRequest) => any;
3114
+ /**
3115
+ * @internal
3116
+ */
3117
+ export declare const DescribeCustomerMetadataResponseFilterSensitiveLog: (obj: DescribeCustomerMetadataResponse) => any;
3118
+ /**
3119
+ * @internal
3120
+ */
3121
+ export declare const DescribeDirectConnectGatewayAssociationProposalsRequestFilterSensitiveLog: (obj: DescribeDirectConnectGatewayAssociationProposalsRequest) => any;
3122
+ /**
3123
+ * @internal
3124
+ */
3125
+ export declare const DescribeDirectConnectGatewayAssociationProposalsResultFilterSensitiveLog: (obj: DescribeDirectConnectGatewayAssociationProposalsResult) => any;
3126
+ /**
3127
+ * @internal
3128
+ */
3129
+ export declare const DescribeDirectConnectGatewayAssociationsRequestFilterSensitiveLog: (obj: DescribeDirectConnectGatewayAssociationsRequest) => any;
3130
+ /**
3131
+ * @internal
3132
+ */
3133
+ export declare const DescribeDirectConnectGatewayAssociationsResultFilterSensitiveLog: (obj: DescribeDirectConnectGatewayAssociationsResult) => any;
3134
+ /**
3135
+ * @internal
3136
+ */
3137
+ export declare const DescribeDirectConnectGatewayAttachmentsRequestFilterSensitiveLog: (obj: DescribeDirectConnectGatewayAttachmentsRequest) => any;
3138
+ /**
3139
+ * @internal
3140
+ */
3141
+ export declare const DirectConnectGatewayAttachmentFilterSensitiveLog: (obj: DirectConnectGatewayAttachment) => any;
3142
+ /**
3143
+ * @internal
3144
+ */
3145
+ export declare const DescribeDirectConnectGatewayAttachmentsResultFilterSensitiveLog: (obj: DescribeDirectConnectGatewayAttachmentsResult) => any;
3146
+ /**
3147
+ * @internal
3148
+ */
3149
+ export declare const DescribeDirectConnectGatewaysRequestFilterSensitiveLog: (obj: DescribeDirectConnectGatewaysRequest) => any;
3150
+ /**
3151
+ * @internal
3152
+ */
3153
+ export declare const DescribeDirectConnectGatewaysResultFilterSensitiveLog: (obj: DescribeDirectConnectGatewaysResult) => any;
3154
+ /**
3155
+ * @internal
3156
+ */
3157
+ export declare const DescribeHostedConnectionsRequestFilterSensitiveLog: (obj: DescribeHostedConnectionsRequest) => any;
3158
+ /**
3159
+ * @internal
3160
+ */
3161
+ export declare const DescribeInterconnectLoaRequestFilterSensitiveLog: (obj: DescribeInterconnectLoaRequest) => any;
3162
+ /**
3163
+ * @internal
3164
+ */
3165
+ export declare const DescribeInterconnectLoaResponseFilterSensitiveLog: (obj: DescribeInterconnectLoaResponse) => any;
3166
+ /**
3167
+ * @internal
3168
+ */
3169
+ export declare const DescribeInterconnectsRequestFilterSensitiveLog: (obj: DescribeInterconnectsRequest) => any;
3170
+ /**
3171
+ * @internal
3172
+ */
3173
+ export declare const InterconnectsFilterSensitiveLog: (obj: Interconnects) => any;
3174
+ /**
3175
+ * @internal
3176
+ */
3177
+ export declare const DescribeLagsRequestFilterSensitiveLog: (obj: DescribeLagsRequest) => any;
3178
+ /**
3179
+ * @internal
3180
+ */
3181
+ export declare const LagsFilterSensitiveLog: (obj: Lags) => any;
3182
+ /**
3183
+ * @internal
3184
+ */
3185
+ export declare const DescribeLoaRequestFilterSensitiveLog: (obj: DescribeLoaRequest) => any;
3186
+ /**
3187
+ * @internal
3188
+ */
3189
+ export declare const LocationFilterSensitiveLog: (obj: Location) => any;
3190
+ /**
3191
+ * @internal
3192
+ */
3193
+ export declare const LocationsFilterSensitiveLog: (obj: Locations) => any;
3194
+ /**
3195
+ * @internal
3196
+ */
3197
+ export declare const DescribeRouterConfigurationRequestFilterSensitiveLog: (obj: DescribeRouterConfigurationRequest) => any;
3198
+ /**
3199
+ * @internal
3200
+ */
3201
+ export declare const RouterTypeFilterSensitiveLog: (obj: RouterType) => any;
3202
+ /**
3203
+ * @internal
3204
+ */
3205
+ export declare const DescribeRouterConfigurationResponseFilterSensitiveLog: (obj: DescribeRouterConfigurationResponse) => any;
3206
+ /**
3207
+ * @internal
3208
+ */
3209
+ export declare const DescribeTagsRequestFilterSensitiveLog: (obj: DescribeTagsRequest) => any;
3210
+ /**
3211
+ * @internal
3212
+ */
3213
+ export declare const ResourceTagFilterSensitiveLog: (obj: ResourceTag) => any;
3214
+ /**
3215
+ * @internal
3216
+ */
3217
+ export declare const DescribeTagsResponseFilterSensitiveLog: (obj: DescribeTagsResponse) => any;
3218
+ /**
3219
+ * @internal
3220
+ */
3221
+ export declare const VirtualGatewayFilterSensitiveLog: (obj: VirtualGateway) => any;
3222
+ /**
3223
+ * @internal
3224
+ */
3225
+ export declare const VirtualGatewaysFilterSensitiveLog: (obj: VirtualGateways) => any;
3226
+ /**
3227
+ * @internal
3228
+ */
3229
+ export declare const DescribeVirtualInterfacesRequestFilterSensitiveLog: (obj: DescribeVirtualInterfacesRequest) => any;
3230
+ /**
3231
+ * @internal
3232
+ */
3233
+ export declare const VirtualInterfacesFilterSensitiveLog: (obj: VirtualInterfaces) => any;
3234
+ /**
3235
+ * @internal
3236
+ */
3237
+ export declare const DisassociateConnectionFromLagRequestFilterSensitiveLog: (obj: DisassociateConnectionFromLagRequest) => any;
3238
+ /**
3239
+ * @internal
3240
+ */
3241
+ export declare const DisassociateMacSecKeyRequestFilterSensitiveLog: (obj: DisassociateMacSecKeyRequest) => any;
3242
+ /**
3243
+ * @internal
3244
+ */
3245
+ export declare const DisassociateMacSecKeyResponseFilterSensitiveLog: (obj: DisassociateMacSecKeyResponse) => any;
3246
+ /**
3247
+ * @internal
3248
+ */
3249
+ export declare const ListVirtualInterfaceTestHistoryRequestFilterSensitiveLog: (obj: ListVirtualInterfaceTestHistoryRequest) => any;
3250
+ /**
3251
+ * @internal
3252
+ */
3253
+ export declare const VirtualInterfaceTestHistoryFilterSensitiveLog: (obj: VirtualInterfaceTestHistory) => any;
3254
+ /**
3255
+ * @internal
3256
+ */
3257
+ export declare const ListVirtualInterfaceTestHistoryResponseFilterSensitiveLog: (obj: ListVirtualInterfaceTestHistoryResponse) => any;
3258
+ /**
3259
+ * @internal
3260
+ */
3261
+ export declare const StartBgpFailoverTestRequestFilterSensitiveLog: (obj: StartBgpFailoverTestRequest) => any;
3262
+ /**
3263
+ * @internal
3264
+ */
3265
+ export declare const StartBgpFailoverTestResponseFilterSensitiveLog: (obj: StartBgpFailoverTestResponse) => any;
3266
+ /**
3267
+ * @internal
3268
+ */
3269
+ export declare const StopBgpFailoverTestRequestFilterSensitiveLog: (obj: StopBgpFailoverTestRequest) => any;
3270
+ /**
3271
+ * @internal
3272
+ */
3273
+ export declare const StopBgpFailoverTestResponseFilterSensitiveLog: (obj: StopBgpFailoverTestResponse) => any;
3274
+ /**
3275
+ * @internal
3276
+ */
3277
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
3278
+ /**
3279
+ * @internal
3280
+ */
3281
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
3282
+ /**
3283
+ * @internal
3284
+ */
3285
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
3286
+ /**
3287
+ * @internal
3288
+ */
3289
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
3290
+ /**
3291
+ * @internal
3292
+ */
3293
+ export declare const UpdateConnectionRequestFilterSensitiveLog: (obj: UpdateConnectionRequest) => any;
3294
+ /**
3295
+ * @internal
3296
+ */
3297
+ export declare const UpdateDirectConnectGatewayRequestFilterSensitiveLog: (obj: UpdateDirectConnectGatewayRequest) => any;
3298
+ /**
3299
+ * @internal
3300
+ */
3301
+ export declare const UpdateDirectConnectGatewayResponseFilterSensitiveLog: (obj: UpdateDirectConnectGatewayResponse) => any;
3302
+ /**
3303
+ * @internal
3304
+ */
3305
+ export declare const UpdateDirectConnectGatewayAssociationRequestFilterSensitiveLog: (obj: UpdateDirectConnectGatewayAssociationRequest) => any;
3306
+ /**
3307
+ * @internal
3308
+ */
3309
+ export declare const UpdateDirectConnectGatewayAssociationResultFilterSensitiveLog: (obj: UpdateDirectConnectGatewayAssociationResult) => any;
3310
+ /**
3311
+ * @internal
3312
+ */
3313
+ export declare const UpdateLagRequestFilterSensitiveLog: (obj: UpdateLagRequest) => any;
3314
+ /**
3315
+ * @internal
3316
+ */
3317
+ export declare const UpdateVirtualInterfaceAttributesRequestFilterSensitiveLog: (obj: UpdateVirtualInterfaceAttributesRequest) => any;