@aws-sdk/client-direct-connect 3.32.0 → 3.36.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 (508) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/DirectConnect.js +1 -2
  3. package/{dist/cjs → dist-cjs}/DirectConnectClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/AllocateConnectionOnInterconnectCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/AllocateHostedConnectionCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/AllocatePrivateVirtualInterfaceCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/AllocatePublicVirtualInterfaceCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/AllocateTransitVirtualInterfaceCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/AssociateConnectionWithLagCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/AssociateHostedConnectionCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/AssociateMacSecKeyCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/AssociateVirtualInterfaceCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/ConfirmConnectionCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/ConfirmPrivateVirtualInterfaceCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/ConfirmPublicVirtualInterfaceCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/ConfirmTransitVirtualInterfaceCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/CreateBGPPeerCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/CreateConnectionCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/CreateDirectConnectGatewayAssociationCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/commands/CreateDirectConnectGatewayCommand.js +2 -3
  23. package/{dist/cjs → dist-cjs}/commands/CreateInterconnectCommand.js +2 -3
  24. package/{dist/cjs → dist-cjs}/commands/CreateLagCommand.js +2 -3
  25. package/{dist/cjs → dist-cjs}/commands/CreatePrivateVirtualInterfaceCommand.js +2 -3
  26. package/{dist/cjs → dist-cjs}/commands/CreatePublicVirtualInterfaceCommand.js +2 -3
  27. package/{dist/cjs → dist-cjs}/commands/CreateTransitVirtualInterfaceCommand.js +2 -3
  28. package/{dist/cjs → dist-cjs}/commands/DeleteBGPPeerCommand.js +2 -3
  29. package/{dist/cjs → dist-cjs}/commands/DeleteConnectionCommand.js +2 -3
  30. package/{dist/cjs → dist-cjs}/commands/DeleteDirectConnectGatewayAssociationCommand.js +2 -3
  31. package/{dist/cjs → dist-cjs}/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +2 -3
  32. package/{dist/cjs → dist-cjs}/commands/DeleteDirectConnectGatewayCommand.js +2 -3
  33. package/{dist/cjs → dist-cjs}/commands/DeleteInterconnectCommand.js +2 -3
  34. package/{dist/cjs → dist-cjs}/commands/DeleteLagCommand.js +2 -3
  35. package/{dist/cjs → dist-cjs}/commands/DeleteVirtualInterfaceCommand.js +2 -3
  36. package/{dist/cjs → dist-cjs}/commands/DescribeConnectionLoaCommand.js +2 -3
  37. package/{dist/cjs → dist-cjs}/commands/DescribeConnectionsCommand.js +2 -3
  38. package/{dist/cjs → dist-cjs}/commands/DescribeConnectionsOnInterconnectCommand.js +2 -3
  39. package/{dist/cjs → dist-cjs}/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +2 -3
  40. package/{dist/cjs → dist-cjs}/commands/DescribeDirectConnectGatewayAssociationsCommand.js +2 -3
  41. package/{dist/cjs → dist-cjs}/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +2 -3
  42. package/{dist/cjs → dist-cjs}/commands/DescribeDirectConnectGatewaysCommand.js +2 -3
  43. package/{dist/cjs → dist-cjs}/commands/DescribeHostedConnectionsCommand.js +2 -3
  44. package/{dist/cjs → dist-cjs}/commands/DescribeInterconnectLoaCommand.js +2 -3
  45. package/{dist/cjs → dist-cjs}/commands/DescribeInterconnectsCommand.js +2 -3
  46. package/{dist/cjs → dist-cjs}/commands/DescribeLagsCommand.js +2 -3
  47. package/{dist/cjs → dist-cjs}/commands/DescribeLoaCommand.js +2 -3
  48. package/{dist/cjs → dist-cjs}/commands/DescribeLocationsCommand.js +2 -3
  49. package/{dist/cjs → dist-cjs}/commands/DescribeTagsCommand.js +2 -3
  50. package/{dist/cjs → dist-cjs}/commands/DescribeVirtualGatewaysCommand.js +2 -3
  51. package/{dist/cjs → dist-cjs}/commands/DescribeVirtualInterfacesCommand.js +2 -3
  52. package/{dist/cjs → dist-cjs}/commands/DisassociateConnectionFromLagCommand.js +2 -3
  53. package/{dist/cjs → dist-cjs}/commands/DisassociateMacSecKeyCommand.js +2 -3
  54. package/{dist/cjs → dist-cjs}/commands/ListVirtualInterfaceTestHistoryCommand.js +2 -3
  55. package/{dist/cjs → dist-cjs}/commands/StartBgpFailoverTestCommand.js +2 -3
  56. package/{dist/cjs → dist-cjs}/commands/StopBgpFailoverTestCommand.js +2 -3
  57. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
  58. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
  59. package/{dist/cjs → dist-cjs}/commands/UpdateConnectionCommand.js +2 -3
  60. package/{dist/cjs → dist-cjs}/commands/UpdateDirectConnectGatewayAssociationCommand.js +2 -3
  61. package/{dist/cjs → dist-cjs}/commands/UpdateLagCommand.js +2 -3
  62. package/{dist/cjs → dist-cjs}/commands/UpdateVirtualInterfaceAttributesCommand.js +2 -3
  63. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  64. package/{dist/cjs → dist-cjs}/index.js +0 -1
  65. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  66. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  67. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
  68. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  69. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  70. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  71. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  72. package/{dist/es → dist-es}/DirectConnect.js +2 -11
  73. package/{dist/es → dist-es}/DirectConnectClient.js +2 -16
  74. package/{dist/es → dist-es}/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +4 -30
  75. package/{dist/es → dist-es}/commands/AllocateConnectionOnInterconnectCommand.js +4 -37
  76. package/{dist/es → dist-es}/commands/AllocateHostedConnectionCommand.js +4 -35
  77. package/{dist/es → dist-es}/commands/AllocatePrivateVirtualInterfaceCommand.js +4 -32
  78. package/{dist/es → dist-es}/commands/AllocatePublicVirtualInterfaceCommand.js +4 -35
  79. package/{dist/es → dist-es}/commands/AllocateTransitVirtualInterfaceCommand.js +4 -32
  80. package/dist-es/commands/AssociateConnectionWithLagCommand.js +39 -0
  81. package/{dist/es → dist-es}/commands/AssociateHostedConnectionCommand.js +4 -37
  82. package/{dist/es → dist-es}/commands/AssociateMacSecKeyCommand.js +4 -32
  83. package/dist-es/commands/AssociateVirtualInterfaceCommand.js +39 -0
  84. package/{dist/es → dist-es}/commands/ConfirmConnectionCommand.js +4 -32
  85. package/{dist/es → dist-es}/commands/ConfirmPrivateVirtualInterfaceCommand.js +4 -33
  86. package/{dist/es → dist-es}/commands/ConfirmPublicVirtualInterfaceCommand.js +4 -32
  87. package/{dist/es → dist-es}/commands/ConfirmTransitVirtualInterfaceCommand.js +4 -32
  88. package/dist-es/commands/CreateBGPPeerCommand.js +39 -0
  89. package/dist-es/commands/CreateConnectionCommand.js +39 -0
  90. package/{dist/es → dist-es}/commands/CreateDirectConnectGatewayAssociationCommand.js +4 -31
  91. package/{dist/es → dist-es}/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +4 -31
  92. package/{dist/es → dist-es}/commands/CreateDirectConnectGatewayCommand.js +4 -35
  93. package/dist-es/commands/CreateInterconnectCommand.js +39 -0
  94. package/dist-es/commands/CreateLagCommand.js +39 -0
  95. package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +39 -0
  96. package/{dist/es → dist-es}/commands/CreatePublicVirtualInterfaceCommand.js +4 -33
  97. package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +39 -0
  98. package/{dist/es → dist-es}/commands/DeleteBGPPeerCommand.js +4 -31
  99. package/{dist/es → dist-es}/commands/DeleteConnectionCommand.js +4 -33
  100. package/{dist/es → dist-es}/commands/DeleteDirectConnectGatewayAssociationCommand.js +4 -31
  101. package/{dist/es → dist-es}/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +4 -30
  102. package/{dist/es → dist-es}/commands/DeleteDirectConnectGatewayCommand.js +4 -32
  103. package/{dist/es → dist-es}/commands/DeleteInterconnectCommand.js +4 -34
  104. package/{dist/es → dist-es}/commands/DeleteLagCommand.js +4 -31
  105. package/{dist/es → dist-es}/commands/DeleteVirtualInterfaceCommand.js +4 -30
  106. package/{dist/es → dist-es}/commands/DescribeConnectionLoaCommand.js +4 -37
  107. package/{dist/es → dist-es}/commands/DescribeConnectionsCommand.js +4 -30
  108. package/{dist/es → dist-es}/commands/DescribeConnectionsOnInterconnectCommand.js +4 -36
  109. package/{dist/es → dist-es}/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +4 -30
  110. package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +39 -0
  111. package/{dist/es → dist-es}/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +4 -34
  112. package/{dist/es → dist-es}/commands/DescribeDirectConnectGatewaysCommand.js +4 -30
  113. package/{dist/es → dist-es}/commands/DescribeHostedConnectionsCommand.js +4 -34
  114. package/{dist/es → dist-es}/commands/DescribeInterconnectLoaCommand.js +4 -36
  115. package/{dist/es → dist-es}/commands/DescribeInterconnectsCommand.js +4 -30
  116. package/{dist/es → dist-es}/commands/DescribeLagsCommand.js +4 -30
  117. package/{dist/es → dist-es}/commands/DescribeLoaCommand.js +4 -33
  118. package/{dist/es → dist-es}/commands/DescribeLocationsCommand.js +4 -31
  119. package/{dist/es → dist-es}/commands/DescribeTagsCommand.js +4 -30
  120. package/{dist/es → dist-es}/commands/DescribeVirtualGatewaysCommand.js +4 -31
  121. package/{dist/es → dist-es}/commands/DescribeVirtualInterfacesCommand.js +4 -34
  122. package/dist-es/commands/DisassociateConnectionFromLagCommand.js +39 -0
  123. package/{dist/es → dist-es}/commands/DisassociateMacSecKeyCommand.js +4 -30
  124. package/{dist/es → dist-es}/commands/ListVirtualInterfaceTestHistoryCommand.js +4 -30
  125. package/{dist/es → dist-es}/commands/StartBgpFailoverTestCommand.js +4 -33
  126. package/{dist/es → dist-es}/commands/StopBgpFailoverTestCommand.js +4 -30
  127. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -31
  128. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  129. package/{dist/es → dist-es}/commands/UpdateConnectionCommand.js +4 -39
  130. package/{dist/es → dist-es}/commands/UpdateDirectConnectGatewayAssociationCommand.js +4 -31
  131. package/dist-es/commands/UpdateLagCommand.js +39 -0
  132. package/{dist/es → dist-es}/commands/UpdateVirtualInterfaceAttributesCommand.js +4 -36
  133. package/{dist/es → dist-es}/endpoints.js +1 -2
  134. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  135. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  136. package/{dist/es → dist-es}/models/models_0.js +0 -373
  137. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +979 -985
  138. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  139. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  140. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  141. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  142. package/{dist/types → dist-types}/DirectConnect.d.ts +2 -2
  143. package/{dist/types → dist-types}/DirectConnectClient.d.ts +8 -8
  144. package/{dist/types → dist-types}/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/commands/AllocateConnectionOnInterconnectCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/commands/AllocateHostedConnectionCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/commands/AllocatePublicVirtualInterfaceCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/commands/AllocateTransitVirtualInterfaceCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/commands/AssociateConnectionWithLagCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/commands/AssociateHostedConnectionCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/commands/AssociateMacSecKeyCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/commands/AssociateVirtualInterfaceCommand.d.ts +2 -2
  154. package/{dist/types → dist-types}/commands/ConfirmConnectionCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/commands/CreateBGPPeerCommand.d.ts +2 -2
  159. package/{dist/types → dist-types}/commands/CreateConnectionCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +2 -2
  161. package/{dist/types → dist-types}/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
  162. package/{dist/types → dist-types}/commands/CreateDirectConnectGatewayCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/commands/CreateInterconnectCommand.d.ts +2 -2
  164. package/{dist/types → dist-types}/commands/CreateLagCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/commands/CreatePrivateVirtualInterfaceCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/commands/CreatePublicVirtualInterfaceCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/commands/CreateTransitVirtualInterfaceCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/commands/DeleteBGPPeerCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/commands/DeleteConnectionCommand.d.ts +2 -2
  170. package/{dist/types → dist-types}/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
  172. package/{dist/types → dist-types}/commands/DeleteDirectConnectGatewayCommand.d.ts +2 -2
  173. package/{dist/types → dist-types}/commands/DeleteInterconnectCommand.d.ts +2 -2
  174. package/{dist/types → dist-types}/commands/DeleteLagCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/commands/DeleteVirtualInterfaceCommand.d.ts +2 -2
  176. package/{dist/types → dist-types}/commands/DescribeConnectionLoaCommand.d.ts +2 -2
  177. package/{dist/types → dist-types}/commands/DescribeConnectionsCommand.d.ts +2 -2
  178. package/{dist/types → dist-types}/commands/DescribeConnectionsOnInterconnectCommand.d.ts +2 -2
  179. package/{dist/types → dist-types}/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +2 -2
  180. package/{dist/types → dist-types}/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +2 -2
  181. package/{dist/types → dist-types}/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +2 -2
  182. package/{dist/types → dist-types}/commands/DescribeDirectConnectGatewaysCommand.d.ts +2 -2
  183. package/{dist/types → dist-types}/commands/DescribeHostedConnectionsCommand.d.ts +2 -2
  184. package/{dist/types → dist-types}/commands/DescribeInterconnectLoaCommand.d.ts +2 -2
  185. package/{dist/types → dist-types}/commands/DescribeInterconnectsCommand.d.ts +2 -2
  186. package/{dist/types → dist-types}/commands/DescribeLagsCommand.d.ts +2 -2
  187. package/{dist/types → dist-types}/commands/DescribeLoaCommand.d.ts +2 -2
  188. package/{dist/types → dist-types}/commands/DescribeLocationsCommand.d.ts +2 -2
  189. package/{dist/types → dist-types}/commands/DescribeTagsCommand.d.ts +2 -2
  190. package/{dist/types → dist-types}/commands/DescribeVirtualGatewaysCommand.d.ts +2 -2
  191. package/{dist/types → dist-types}/commands/DescribeVirtualInterfacesCommand.d.ts +2 -2
  192. package/{dist/types → dist-types}/commands/DisassociateConnectionFromLagCommand.d.ts +2 -2
  193. package/{dist/types → dist-types}/commands/DisassociateMacSecKeyCommand.d.ts +2 -2
  194. package/{dist/types → dist-types}/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +2 -2
  195. package/{dist/types → dist-types}/commands/StartBgpFailoverTestCommand.d.ts +2 -2
  196. package/{dist/types → dist-types}/commands/StopBgpFailoverTestCommand.d.ts +2 -2
  197. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  198. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  199. package/{dist/types → dist-types}/commands/UpdateConnectionCommand.d.ts +2 -2
  200. package/{dist/types → dist-types}/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +2 -2
  201. package/{dist/types → dist-types}/commands/UpdateLagCommand.d.ts +2 -2
  202. package/{dist/types → dist-types}/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +2 -2
  203. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  204. package/{index.ts → dist-types/index.d.ts} +0 -0
  205. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  206. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  207. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  208. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  209. package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
  210. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  211. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  212. package/{dist/types → dist-types}/ts3.4/DirectConnect.d.ts +2 -2
  213. package/{dist/types → dist-types}/ts3.4/DirectConnectClient.d.ts +8 -8
  214. package/{dist/types → dist-types}/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
  215. package/{dist/types → dist-types}/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +2 -2
  216. package/{dist/types → dist-types}/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +2 -2
  217. package/{dist/types → dist-types}/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +2 -2
  218. package/{dist/types → dist-types}/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +2 -2
  219. package/{dist/types → dist-types}/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +2 -2
  220. package/{dist/types → dist-types}/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +2 -2
  221. package/{dist/types → dist-types}/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +2 -2
  222. package/{dist/types → dist-types}/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +2 -2
  223. package/{dist/types → dist-types}/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +2 -2
  224. package/{dist/types → dist-types}/ts3.4/commands/ConfirmConnectionCommand.d.ts +2 -2
  225. package/{dist/types → dist-types}/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +2 -2
  226. package/{dist/types → dist-types}/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +2 -2
  227. package/{dist/types → dist-types}/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +2 -2
  228. package/{dist/types → dist-types}/ts3.4/commands/CreateBGPPeerCommand.d.ts +2 -2
  229. package/{dist/types → dist-types}/ts3.4/commands/CreateConnectionCommand.d.ts +2 -2
  230. package/{dist/types → dist-types}/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +2 -2
  231. package/{dist/types → dist-types}/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
  232. package/{dist/types → dist-types}/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +2 -2
  233. package/{dist/types → dist-types}/ts3.4/commands/CreateInterconnectCommand.d.ts +2 -2
  234. package/{dist/types → dist-types}/ts3.4/commands/CreateLagCommand.d.ts +2 -2
  235. package/{dist/types → dist-types}/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +2 -2
  236. package/{dist/types → dist-types}/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +2 -2
  237. package/{dist/types → dist-types}/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +2 -2
  238. package/{dist/types → dist-types}/ts3.4/commands/DeleteBGPPeerCommand.d.ts +2 -2
  239. package/{dist/types → dist-types}/ts3.4/commands/DeleteConnectionCommand.d.ts +2 -2
  240. package/{dist/types → dist-types}/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +2 -2
  241. package/{dist/types → dist-types}/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
  242. package/{dist/types → dist-types}/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +2 -2
  243. package/{dist/types → dist-types}/ts3.4/commands/DeleteInterconnectCommand.d.ts +2 -2
  244. package/{dist/types → dist-types}/ts3.4/commands/DeleteLagCommand.d.ts +2 -2
  245. package/{dist/types → dist-types}/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +2 -2
  246. package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +2 -2
  247. package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectionsCommand.d.ts +2 -2
  248. package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +2 -2
  249. package/{dist/types → dist-types}/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +2 -2
  250. package/{dist/types → dist-types}/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +2 -2
  251. package/{dist/types → dist-types}/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +2 -2
  252. package/{dist/types → dist-types}/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +2 -2
  253. package/{dist/types → dist-types}/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +2 -2
  254. package/{dist/types → dist-types}/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +2 -2
  255. package/{dist/types → dist-types}/ts3.4/commands/DescribeInterconnectsCommand.d.ts +2 -2
  256. package/{dist/types → dist-types}/ts3.4/commands/DescribeLagsCommand.d.ts +2 -2
  257. package/{dist/types → dist-types}/ts3.4/commands/DescribeLoaCommand.d.ts +2 -2
  258. package/{dist/types → dist-types}/ts3.4/commands/DescribeLocationsCommand.d.ts +2 -2
  259. package/{dist/types → dist-types}/ts3.4/commands/DescribeTagsCommand.d.ts +2 -2
  260. package/{dist/types → dist-types}/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +2 -2
  261. package/{dist/types → dist-types}/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +2 -2
  262. package/{dist/types → dist-types}/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +2 -2
  263. package/{dist/types → dist-types}/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +2 -2
  264. package/{dist/types → dist-types}/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +2 -2
  265. package/{dist/types → dist-types}/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +2 -2
  266. package/{dist/types → dist-types}/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +2 -2
  267. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  268. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  269. package/{dist/types → dist-types}/ts3.4/commands/UpdateConnectionCommand.d.ts +2 -2
  270. package/{dist/types → dist-types}/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +2 -2
  271. package/{dist/types → dist-types}/ts3.4/commands/UpdateLagCommand.d.ts +2 -2
  272. package/{dist/types → dist-types}/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +2 -2
  273. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  274. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  275. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  276. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  277. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  278. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  279. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
  280. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  281. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  282. package/package.json +52 -49
  283. package/DirectConnect.ts +0 -2414
  284. package/DirectConnectClient.ts +0 -540
  285. package/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts +0 -109
  286. package/commands/AllocateConnectionOnInterconnectCommand.ts +0 -107
  287. package/commands/AllocateHostedConnectionCommand.ts +0 -99
  288. package/commands/AllocatePrivateVirtualInterfaceCommand.ts +0 -102
  289. package/commands/AllocatePublicVirtualInterfaceCommand.ts +0 -105
  290. package/commands/AllocateTransitVirtualInterfaceCommand.ts +0 -104
  291. package/commands/AssociateConnectionWithLagCommand.ts +0 -110
  292. package/commands/AssociateHostedConnectionCommand.ts +0 -104
  293. package/commands/AssociateMacSecKeyCommand.ts +0 -96
  294. package/commands/AssociateVirtualInterfaceCommand.ts +0 -106
  295. package/commands/ConfirmConnectionCommand.ts +0 -96
  296. package/commands/ConfirmPrivateVirtualInterfaceCommand.ts +0 -105
  297. package/commands/ConfirmPublicVirtualInterfaceCommand.ts +0 -101
  298. package/commands/ConfirmTransitVirtualInterfaceCommand.ts +0 -104
  299. package/commands/CreateBGPPeerCommand.ts +0 -100
  300. package/commands/CreateConnectionCommand.ts +0 -102
  301. package/commands/CreateDirectConnectGatewayAssociationCommand.ts +0 -107
  302. package/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts +0 -110
  303. package/commands/CreateDirectConnectGatewayCommand.ts +0 -102
  304. package/commands/CreateInterconnectCommand.ts +0 -109
  305. package/commands/CreateLagCommand.ts +0 -108
  306. package/commands/CreatePrivateVirtualInterfaceCommand.ts +0 -107
  307. package/commands/CreatePublicVirtualInterfaceCommand.ts +0 -100
  308. package/commands/CreateTransitVirtualInterfaceCommand.ts +0 -108
  309. package/commands/DeleteBGPPeerCommand.ts +0 -95
  310. package/commands/DeleteConnectionCommand.ts +0 -97
  311. package/commands/DeleteDirectConnectGatewayAssociationCommand.ts +0 -107
  312. package/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts +0 -109
  313. package/commands/DeleteDirectConnectGatewayCommand.ts +0 -99
  314. package/commands/DeleteInterconnectCommand.ts +0 -98
  315. package/commands/DeleteLagCommand.ts +0 -92
  316. package/commands/DeleteVirtualInterfaceCommand.ts +0 -94
  317. package/commands/DescribeConnectionLoaCommand.ts +0 -101
  318. package/commands/DescribeConnectionsCommand.ts +0 -94
  319. package/commands/DescribeConnectionsOnInterconnectCommand.ts +0 -106
  320. package/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts +0 -109
  321. package/commands/DescribeDirectConnectGatewayAssociationsCommand.ts +0 -131
  322. package/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts +0 -113
  323. package/commands/DescribeDirectConnectGatewaysCommand.ts +0 -99
  324. package/commands/DescribeHostedConnectionsCommand.ts +0 -101
  325. package/commands/DescribeInterconnectLoaCommand.ts +0 -100
  326. package/commands/DescribeInterconnectsCommand.ts +0 -94
  327. package/commands/DescribeLagsCommand.ts +0 -94
  328. package/commands/DescribeLoaCommand.ts +0 -97
  329. package/commands/DescribeLocationsCommand.ts +0 -95
  330. package/commands/DescribeTagsCommand.ts +0 -94
  331. package/commands/DescribeVirtualGatewaysCommand.ts +0 -95
  332. package/commands/DescribeVirtualInterfacesCommand.ts +0 -101
  333. package/commands/DisassociateConnectionFromLagCommand.ts +0 -106
  334. package/commands/DisassociateMacSecKeyCommand.ts +0 -94
  335. package/commands/ListVirtualInterfaceTestHistoryCommand.ts +0 -102
  336. package/commands/StartBgpFailoverTestCommand.ts +0 -97
  337. package/commands/StopBgpFailoverTestCommand.ts +0 -94
  338. package/commands/TagResourceCommand.ts +0 -95
  339. package/commands/UntagResourceCommand.ts +0 -94
  340. package/commands/UpdateConnectionCommand.ts +0 -103
  341. package/commands/UpdateDirectConnectGatewayAssociationCommand.ts +0 -107
  342. package/commands/UpdateLagCommand.ts +0 -113
  343. package/commands/UpdateVirtualInterfaceAttributesCommand.ts +0 -106
  344. package/dist/cjs/DirectConnect.js.map +0 -1
  345. package/dist/cjs/DirectConnectClient.js.map +0 -1
  346. package/dist/cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  347. package/dist/cjs/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
  348. package/dist/cjs/commands/AllocateHostedConnectionCommand.js.map +0 -1
  349. package/dist/cjs/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
  350. package/dist/cjs/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
  351. package/dist/cjs/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
  352. package/dist/cjs/commands/AssociateConnectionWithLagCommand.js.map +0 -1
  353. package/dist/cjs/commands/AssociateHostedConnectionCommand.js.map +0 -1
  354. package/dist/cjs/commands/AssociateMacSecKeyCommand.js.map +0 -1
  355. package/dist/cjs/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
  356. package/dist/cjs/commands/ConfirmConnectionCommand.js.map +0 -1
  357. package/dist/cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
  358. package/dist/cjs/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
  359. package/dist/cjs/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
  360. package/dist/cjs/commands/CreateBGPPeerCommand.js.map +0 -1
  361. package/dist/cjs/commands/CreateConnectionCommand.js.map +0 -1
  362. package/dist/cjs/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
  363. package/dist/cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  364. package/dist/cjs/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
  365. package/dist/cjs/commands/CreateInterconnectCommand.js.map +0 -1
  366. package/dist/cjs/commands/CreateLagCommand.js.map +0 -1
  367. package/dist/cjs/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
  368. package/dist/cjs/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
  369. package/dist/cjs/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
  370. package/dist/cjs/commands/DeleteBGPPeerCommand.js.map +0 -1
  371. package/dist/cjs/commands/DeleteConnectionCommand.js.map +0 -1
  372. package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
  373. package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  374. package/dist/cjs/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
  375. package/dist/cjs/commands/DeleteInterconnectCommand.js.map +0 -1
  376. package/dist/cjs/commands/DeleteLagCommand.js.map +0 -1
  377. package/dist/cjs/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
  378. package/dist/cjs/commands/DescribeConnectionLoaCommand.js.map +0 -1
  379. package/dist/cjs/commands/DescribeConnectionsCommand.js.map +0 -1
  380. package/dist/cjs/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
  381. package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
  382. package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
  383. package/dist/cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
  384. package/dist/cjs/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
  385. package/dist/cjs/commands/DescribeHostedConnectionsCommand.js.map +0 -1
  386. package/dist/cjs/commands/DescribeInterconnectLoaCommand.js.map +0 -1
  387. package/dist/cjs/commands/DescribeInterconnectsCommand.js.map +0 -1
  388. package/dist/cjs/commands/DescribeLagsCommand.js.map +0 -1
  389. package/dist/cjs/commands/DescribeLoaCommand.js.map +0 -1
  390. package/dist/cjs/commands/DescribeLocationsCommand.js.map +0 -1
  391. package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
  392. package/dist/cjs/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
  393. package/dist/cjs/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
  394. package/dist/cjs/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
  395. package/dist/cjs/commands/DisassociateMacSecKeyCommand.js.map +0 -1
  396. package/dist/cjs/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
  397. package/dist/cjs/commands/StartBgpFailoverTestCommand.js.map +0 -1
  398. package/dist/cjs/commands/StopBgpFailoverTestCommand.js.map +0 -1
  399. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  400. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  401. package/dist/cjs/commands/UpdateConnectionCommand.js.map +0 -1
  402. package/dist/cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
  403. package/dist/cjs/commands/UpdateLagCommand.js.map +0 -1
  404. package/dist/cjs/commands/UpdateVirtualInterfaceAttributesCommand.js.map +0 -1
  405. package/dist/cjs/endpoints.js.map +0 -1
  406. package/dist/cjs/index.js.map +0 -1
  407. package/dist/cjs/models/index.js.map +0 -1
  408. package/dist/cjs/models/models_0.js.map +0 -1
  409. package/dist/cjs/package.json +0 -91
  410. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  411. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  412. package/dist/cjs/runtimeConfig.js.map +0 -1
  413. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  414. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  415. package/dist/es/DirectConnect.js.map +0 -1
  416. package/dist/es/DirectConnectClient.js.map +0 -1
  417. package/dist/es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  418. package/dist/es/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
  419. package/dist/es/commands/AllocateHostedConnectionCommand.js.map +0 -1
  420. package/dist/es/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
  421. package/dist/es/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
  422. package/dist/es/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
  423. package/dist/es/commands/AssociateConnectionWithLagCommand.js +0 -78
  424. package/dist/es/commands/AssociateConnectionWithLagCommand.js.map +0 -1
  425. package/dist/es/commands/AssociateHostedConnectionCommand.js.map +0 -1
  426. package/dist/es/commands/AssociateMacSecKeyCommand.js.map +0 -1
  427. package/dist/es/commands/AssociateVirtualInterfaceCommand.js +0 -74
  428. package/dist/es/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
  429. package/dist/es/commands/ConfirmConnectionCommand.js.map +0 -1
  430. package/dist/es/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
  431. package/dist/es/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
  432. package/dist/es/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
  433. package/dist/es/commands/CreateBGPPeerCommand.js +0 -71
  434. package/dist/es/commands/CreateBGPPeerCommand.js.map +0 -1
  435. package/dist/es/commands/CreateConnectionCommand.js +0 -73
  436. package/dist/es/commands/CreateConnectionCommand.js.map +0 -1
  437. package/dist/es/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
  438. package/dist/es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  439. package/dist/es/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
  440. package/dist/es/commands/CreateInterconnectCommand.js +0 -80
  441. package/dist/es/commands/CreateInterconnectCommand.js.map +0 -1
  442. package/dist/es/commands/CreateLagCommand.js +0 -82
  443. package/dist/es/commands/CreateLagCommand.js.map +0 -1
  444. package/dist/es/commands/CreatePrivateVirtualInterfaceCommand.js +0 -75
  445. package/dist/es/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
  446. package/dist/es/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
  447. package/dist/es/commands/CreateTransitVirtualInterfaceCommand.js +0 -74
  448. package/dist/es/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
  449. package/dist/es/commands/DeleteBGPPeerCommand.js.map +0 -1
  450. package/dist/es/commands/DeleteConnectionCommand.js.map +0 -1
  451. package/dist/es/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
  452. package/dist/es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  453. package/dist/es/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
  454. package/dist/es/commands/DeleteInterconnectCommand.js.map +0 -1
  455. package/dist/es/commands/DeleteLagCommand.js.map +0 -1
  456. package/dist/es/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
  457. package/dist/es/commands/DescribeConnectionLoaCommand.js.map +0 -1
  458. package/dist/es/commands/DescribeConnectionsCommand.js.map +0 -1
  459. package/dist/es/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
  460. package/dist/es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
  461. package/dist/es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +0 -87
  462. package/dist/es/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
  463. package/dist/es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
  464. package/dist/es/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
  465. package/dist/es/commands/DescribeHostedConnectionsCommand.js.map +0 -1
  466. package/dist/es/commands/DescribeInterconnectLoaCommand.js.map +0 -1
  467. package/dist/es/commands/DescribeInterconnectsCommand.js.map +0 -1
  468. package/dist/es/commands/DescribeLagsCommand.js.map +0 -1
  469. package/dist/es/commands/DescribeLoaCommand.js.map +0 -1
  470. package/dist/es/commands/DescribeLocationsCommand.js.map +0 -1
  471. package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
  472. package/dist/es/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
  473. package/dist/es/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
  474. package/dist/es/commands/DisassociateConnectionFromLagCommand.js +0 -74
  475. package/dist/es/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
  476. package/dist/es/commands/DisassociateMacSecKeyCommand.js.map +0 -1
  477. package/dist/es/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
  478. package/dist/es/commands/StartBgpFailoverTestCommand.js.map +0 -1
  479. package/dist/es/commands/StopBgpFailoverTestCommand.js.map +0 -1
  480. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  481. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  482. package/dist/es/commands/UpdateConnectionCommand.js.map +0 -1
  483. package/dist/es/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
  484. package/dist/es/commands/UpdateLagCommand.js +0 -87
  485. package/dist/es/commands/UpdateLagCommand.js.map +0 -1
  486. package/dist/es/commands/UpdateVirtualInterfaceAttributesCommand.js.map +0 -1
  487. package/dist/es/endpoints.js.map +0 -1
  488. package/dist/es/index.js +0 -63
  489. package/dist/es/index.js.map +0 -1
  490. package/dist/es/models/index.js +0 -2
  491. package/dist/es/models/index.js.map +0 -1
  492. package/dist/es/models/models_0.js.map +0 -1
  493. package/dist/es/package.json +0 -91
  494. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  495. package/dist/es/runtimeConfig.browser.js.map +0 -1
  496. package/dist/es/runtimeConfig.js.map +0 -1
  497. package/dist/es/runtimeConfig.native.js.map +0 -1
  498. package/dist/es/runtimeConfig.shared.js.map +0 -1
  499. package/endpoints.ts +0 -86
  500. package/jest.config.js +0 -4
  501. package/models/models_0.ts +0 -4211
  502. package/protocols/Aws_json1_1.ts +0 -6998
  503. package/runtimeConfig.browser.ts +0 -40
  504. package/runtimeConfig.native.ts +0 -16
  505. package/runtimeConfig.shared.ts +0 -16
  506. package/runtimeConfig.ts +0 -45
  507. package/tsconfig.es.json +0 -12
  508. package/tsconfig.json +0 -32
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
4
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
5
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -9,12 +9,8 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
9
9
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
10
10
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
11
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
- /**
13
- * @internal
14
- */
15
12
  export var getRuntimeConfig = function (config) {
16
13
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
17
14
  var clientSharedValues = getSharedRuntimeConfig(config);
18
15
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
19
16
  };
20
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
4
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
5
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
@@ -13,13 +13,9 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
15
  import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
- /**
17
- * @internal
18
- */
19
16
  export var getRuntimeConfig = function (config) {
20
17
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
21
18
  emitWarningIfUnsupportedVersion(process.version);
22
19
  var clientSharedValues = getSharedRuntimeConfig(config);
23
20
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
24
21
  };
25
- //# sourceMappingURL=runtimeConfig.js.map
@@ -1,12 +1,8 @@
1
1
  import { __assign } from "tslib";
2
2
  import { Sha256 } from "@aws-crypto/sha256-js";
3
3
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
4
- /**
5
- * @internal
6
- */
7
4
  export var getRuntimeConfig = function (config) {
8
5
  var _a;
9
6
  var browserDefaults = getBrowserRuntimeConfig(config);
10
7
  return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
11
8
  };
12
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,8 +1,5 @@
1
- import { defaultRegionInfoProvider } from "./endpoints";
2
1
  import { parseUrl } from "@aws-sdk/url-parser";
3
- /**
4
- * @internal
5
- */
2
+ import { defaultRegionInfoProvider } from "./endpoints";
6
3
  export var getRuntimeConfig = function (config) {
7
4
  var _a, _b, _c, _d, _e;
8
5
  return ({
@@ -14,4 +11,3 @@ export var getRuntimeConfig = function (config) {
14
11
  urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
15
12
  });
16
13
  };
17
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -1,4 +1,4 @@
1
- import { DirectConnectClient } from "./DirectConnectClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/AcceptDirectConnectGatewayAssociationProposalCommand";
3
3
  import { AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput } from "./commands/AllocateConnectionOnInterconnectCommand";
4
4
  import { AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput } from "./commands/AllocateHostedConnectionCommand";
@@ -58,7 +58,7 @@ import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./c
58
58
  import { UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
59
59
  import { UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
60
60
  import { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "./commands/UpdateVirtualInterfaceAttributesCommand";
61
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
61
+ import { DirectConnectClient } from "./DirectConnectClient";
62
62
  /**
63
63
  * <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
64
64
  * One end of the cable is connected to your router, the other to an Direct Connect router. With this connection
@@ -1,3 +1,11 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
1
9
  import { AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/AcceptDirectConnectGatewayAssociationProposalCommand";
2
10
  import { AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput } from "./commands/AllocateConnectionOnInterconnectCommand";
3
11
  import { AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput } from "./commands/AllocateHostedConnectionCommand";
@@ -57,14 +65,6 @@ import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./c
57
65
  import { UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
58
66
  import { UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
59
67
  import { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "./commands/UpdateVirtualInterfaceAttributesCommand";
60
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
61
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
62
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
63
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
64
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
65
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
66
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
67
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
68
68
  export declare type ServiceInputTypes = AcceptDirectConnectGatewayAssociationProposalCommandInput | AllocateConnectionOnInterconnectCommandInput | AllocateHostedConnectionCommandInput | AllocatePrivateVirtualInterfaceCommandInput | AllocatePublicVirtualInterfaceCommandInput | AllocateTransitVirtualInterfaceCommandInput | AssociateConnectionWithLagCommandInput | AssociateHostedConnectionCommandInput | AssociateMacSecKeyCommandInput | AssociateVirtualInterfaceCommandInput | ConfirmConnectionCommandInput | ConfirmPrivateVirtualInterfaceCommandInput | ConfirmPublicVirtualInterfaceCommandInput | ConfirmTransitVirtualInterfaceCommandInput | CreateBGPPeerCommandInput | CreateConnectionCommandInput | CreateDirectConnectGatewayAssociationCommandInput | CreateDirectConnectGatewayAssociationProposalCommandInput | CreateDirectConnectGatewayCommandInput | CreateInterconnectCommandInput | CreateLagCommandInput | CreatePrivateVirtualInterfaceCommandInput | CreatePublicVirtualInterfaceCommandInput | CreateTransitVirtualInterfaceCommandInput | DeleteBGPPeerCommandInput | DeleteConnectionCommandInput | DeleteDirectConnectGatewayAssociationCommandInput | DeleteDirectConnectGatewayAssociationProposalCommandInput | DeleteDirectConnectGatewayCommandInput | DeleteInterconnectCommandInput | DeleteLagCommandInput | DeleteVirtualInterfaceCommandInput | DescribeConnectionLoaCommandInput | DescribeConnectionsCommandInput | DescribeConnectionsOnInterconnectCommandInput | DescribeDirectConnectGatewayAssociationProposalsCommandInput | DescribeDirectConnectGatewayAssociationsCommandInput | DescribeDirectConnectGatewayAttachmentsCommandInput | DescribeDirectConnectGatewaysCommandInput | DescribeHostedConnectionsCommandInput | DescribeInterconnectLoaCommandInput | DescribeInterconnectsCommandInput | DescribeLagsCommandInput | DescribeLoaCommandInput | DescribeLocationsCommandInput | DescribeTagsCommandInput | DescribeVirtualGatewaysCommandInput | DescribeVirtualInterfacesCommandInput | DisassociateConnectionFromLagCommandInput | DisassociateMacSecKeyCommandInput | ListVirtualInterfaceTestHistoryCommandInput | StartBgpFailoverTestCommandInput | StopBgpFailoverTestCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectionCommandInput | UpdateDirectConnectGatewayAssociationCommandInput | UpdateLagCommandInput | UpdateVirtualInterfaceAttributesCommandInput;
69
69
  export declare type ServiceOutputTypes = AcceptDirectConnectGatewayAssociationProposalCommandOutput | AllocateConnectionOnInterconnectCommandOutput | AllocateHostedConnectionCommandOutput | AllocatePrivateVirtualInterfaceCommandOutput | AllocatePublicVirtualInterfaceCommandOutput | AllocateTransitVirtualInterfaceCommandOutput | AssociateConnectionWithLagCommandOutput | AssociateHostedConnectionCommandOutput | AssociateMacSecKeyCommandOutput | AssociateVirtualInterfaceCommandOutput | ConfirmConnectionCommandOutput | ConfirmPrivateVirtualInterfaceCommandOutput | ConfirmPublicVirtualInterfaceCommandOutput | ConfirmTransitVirtualInterfaceCommandOutput | CreateBGPPeerCommandOutput | CreateConnectionCommandOutput | CreateDirectConnectGatewayAssociationCommandOutput | CreateDirectConnectGatewayAssociationProposalCommandOutput | CreateDirectConnectGatewayCommandOutput | CreateInterconnectCommandOutput | CreateLagCommandOutput | CreatePrivateVirtualInterfaceCommandOutput | CreatePublicVirtualInterfaceCommandOutput | CreateTransitVirtualInterfaceCommandOutput | DeleteBGPPeerCommandOutput | DeleteConnectionCommandOutput | DeleteDirectConnectGatewayAssociationCommandOutput | DeleteDirectConnectGatewayAssociationProposalCommandOutput | DeleteDirectConnectGatewayCommandOutput | DeleteInterconnectCommandOutput | DeleteLagCommandOutput | DeleteVirtualInterfaceCommandOutput | DescribeConnectionLoaCommandOutput | DescribeConnectionsCommandOutput | DescribeConnectionsOnInterconnectCommandOutput | DescribeDirectConnectGatewayAssociationProposalsCommandOutput | DescribeDirectConnectGatewayAssociationsCommandOutput | DescribeDirectConnectGatewayAttachmentsCommandOutput | DescribeDirectConnectGatewaysCommandOutput | DescribeHostedConnectionsCommandOutput | DescribeInterconnectLoaCommandOutput | DescribeInterconnectsCommandOutput | DescribeLagsCommandOutput | DescribeLoaCommandOutput | DescribeLocationsCommandOutput | DescribeTagsCommandOutput | DescribeVirtualGatewaysCommandOutput | DescribeVirtualInterfacesCommandOutput | DisassociateConnectionFromLagCommandOutput | DisassociateMacSecKeyCommandOutput | ListVirtualInterfaceTestHistoryCommandOutput | StartBgpFailoverTestCommandOutput | StopBgpFailoverTestCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectionCommandOutput | UpdateDirectConnectGatewayAssociationCommandOutput | UpdateLagCommandOutput | UpdateVirtualInterfaceAttributesCommandOutput;
70
70
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { AcceptDirectConnectGatewayAssociationProposalRequest, AcceptDirectConnectGatewayAssociationProposalResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface AcceptDirectConnectGatewayAssociationProposalCommandInput extends AcceptDirectConnectGatewayAssociationProposalRequest {
6
6
  }
7
7
  export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput extends AcceptDirectConnectGatewayAssociationProposalResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { AllocateConnectionOnInterconnectRequest, Connection } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface AllocateConnectionOnInterconnectCommandInput extends AllocateConnectionOnInterconnectRequest {
6
6
  }
7
7
  export interface AllocateConnectionOnInterconnectCommandOutput extends Connection, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { AllocateHostedConnectionRequest, Connection } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface AllocateHostedConnectionCommandInput extends AllocateHostedConnectionRequest {
6
6
  }
7
7
  export interface AllocateHostedConnectionCommandOutput extends Connection, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { AllocatePrivateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface AllocatePrivateVirtualInterfaceCommandInput extends AllocatePrivateVirtualInterfaceRequest {
6
6
  }
7
7
  export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { AllocatePublicVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface AllocatePublicVirtualInterfaceCommandInput extends AllocatePublicVirtualInterfaceRequest {
6
6
  }
7
7
  export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { AllocateTransitVirtualInterfaceRequest, AllocateTransitVirtualInterfaceResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface AllocateTransitVirtualInterfaceCommandInput extends AllocateTransitVirtualInterfaceRequest {
6
6
  }
7
7
  export interface AllocateTransitVirtualInterfaceCommandOutput extends AllocateTransitVirtualInterfaceResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { AssociateConnectionWithLagRequest, Connection } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface AssociateConnectionWithLagCommandInput extends AssociateConnectionWithLagRequest {
6
6
  }
7
7
  export interface AssociateConnectionWithLagCommandOutput extends Connection, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { AssociateHostedConnectionRequest, Connection } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface AssociateHostedConnectionCommandInput extends AssociateHostedConnectionRequest {
6
6
  }
7
7
  export interface AssociateHostedConnectionCommandOutput extends Connection, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { AssociateMacSecKeyRequest, AssociateMacSecKeyResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface AssociateMacSecKeyCommandInput extends AssociateMacSecKeyRequest {
6
6
  }
7
7
  export interface AssociateMacSecKeyCommandOutput extends AssociateMacSecKeyResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { AssociateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface AssociateVirtualInterfaceCommandInput extends AssociateVirtualInterfaceRequest {
6
6
  }
7
7
  export interface AssociateVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { ConfirmConnectionRequest, ConfirmConnectionResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ConfirmConnectionCommandInput extends ConfirmConnectionRequest {
6
6
  }
7
7
  export interface ConfirmConnectionCommandOutput extends ConfirmConnectionResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { ConfirmPrivateVirtualInterfaceRequest, ConfirmPrivateVirtualInterfaceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ConfirmPrivateVirtualInterfaceCommandInput extends ConfirmPrivateVirtualInterfaceRequest {
6
6
  }
7
7
  export interface ConfirmPrivateVirtualInterfaceCommandOutput extends ConfirmPrivateVirtualInterfaceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { ConfirmPublicVirtualInterfaceRequest, ConfirmPublicVirtualInterfaceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ConfirmPublicVirtualInterfaceCommandInput extends ConfirmPublicVirtualInterfaceRequest {
6
6
  }
7
7
  export interface ConfirmPublicVirtualInterfaceCommandOutput extends ConfirmPublicVirtualInterfaceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { ConfirmTransitVirtualInterfaceRequest, ConfirmTransitVirtualInterfaceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ConfirmTransitVirtualInterfaceCommandInput extends ConfirmTransitVirtualInterfaceRequest {
6
6
  }
7
7
  export interface ConfirmTransitVirtualInterfaceCommandOutput extends ConfirmTransitVirtualInterfaceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { CreateBGPPeerRequest, CreateBGPPeerResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateBGPPeerCommandInput extends CreateBGPPeerRequest {
6
6
  }
7
7
  export interface CreateBGPPeerCommandOutput extends CreateBGPPeerResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { Connection, CreateConnectionRequest } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateConnectionCommandInput extends CreateConnectionRequest {
6
6
  }
7
7
  export interface CreateConnectionCommandOutput extends Connection, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { CreateDirectConnectGatewayAssociationRequest, CreateDirectConnectGatewayAssociationResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateDirectConnectGatewayAssociationCommandInput extends CreateDirectConnectGatewayAssociationRequest {
6
6
  }
7
7
  export interface CreateDirectConnectGatewayAssociationCommandOutput extends CreateDirectConnectGatewayAssociationResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { CreateDirectConnectGatewayAssociationProposalRequest, CreateDirectConnectGatewayAssociationProposalResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateDirectConnectGatewayAssociationProposalCommandInput extends CreateDirectConnectGatewayAssociationProposalRequest {
6
6
  }
7
7
  export interface CreateDirectConnectGatewayAssociationProposalCommandOutput extends CreateDirectConnectGatewayAssociationProposalResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { CreateDirectConnectGatewayRequest, CreateDirectConnectGatewayResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateDirectConnectGatewayCommandInput extends CreateDirectConnectGatewayRequest {
6
6
  }
7
7
  export interface CreateDirectConnectGatewayCommandOutput extends CreateDirectConnectGatewayResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { CreateInterconnectRequest, Interconnect } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateInterconnectCommandInput extends CreateInterconnectRequest {
6
6
  }
7
7
  export interface CreateInterconnectCommandOutput extends Interconnect, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { CreateLagRequest, Lag } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateLagCommandInput extends CreateLagRequest {
6
6
  }
7
7
  export interface CreateLagCommandOutput extends Lag, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { CreatePrivateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreatePrivateVirtualInterfaceCommandInput extends CreatePrivateVirtualInterfaceRequest {
6
6
  }
7
7
  export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { CreatePublicVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreatePublicVirtualInterfaceCommandInput extends CreatePublicVirtualInterfaceRequest {
6
6
  }
7
7
  export interface CreatePublicVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { CreateTransitVirtualInterfaceRequest, CreateTransitVirtualInterfaceResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateTransitVirtualInterfaceCommandInput extends CreateTransitVirtualInterfaceRequest {
6
6
  }
7
7
  export interface CreateTransitVirtualInterfaceCommandOutput extends CreateTransitVirtualInterfaceResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { DeleteBGPPeerRequest, DeleteBGPPeerResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteBGPPeerCommandInput extends DeleteBGPPeerRequest {
6
6
  }
7
7
  export interface DeleteBGPPeerCommandOutput extends DeleteBGPPeerResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { Connection, DeleteConnectionRequest } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {
6
6
  }
7
7
  export interface DeleteConnectionCommandOutput extends Connection, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { DeleteDirectConnectGatewayAssociationRequest, DeleteDirectConnectGatewayAssociationResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteDirectConnectGatewayAssociationCommandInput extends DeleteDirectConnectGatewayAssociationRequest {
6
6
  }
7
7
  export interface DeleteDirectConnectGatewayAssociationCommandOutput extends DeleteDirectConnectGatewayAssociationResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { DeleteDirectConnectGatewayAssociationProposalRequest, DeleteDirectConnectGatewayAssociationProposalResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteDirectConnectGatewayAssociationProposalCommandInput extends DeleteDirectConnectGatewayAssociationProposalRequest {
6
6
  }
7
7
  export interface DeleteDirectConnectGatewayAssociationProposalCommandOutput extends DeleteDirectConnectGatewayAssociationProposalResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { DeleteDirectConnectGatewayRequest, DeleteDirectConnectGatewayResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteDirectConnectGatewayCommandInput extends DeleteDirectConnectGatewayRequest {
6
6
  }
7
7
  export interface DeleteDirectConnectGatewayCommandOutput extends DeleteDirectConnectGatewayResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { DeleteInterconnectRequest, DeleteInterconnectResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteInterconnectCommandInput extends DeleteInterconnectRequest {
6
6
  }
7
7
  export interface DeleteInterconnectCommandOutput extends DeleteInterconnectResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { DeleteLagRequest, Lag } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteLagCommandInput extends DeleteLagRequest {
6
6
  }
7
7
  export interface DeleteLagCommandOutput extends Lag, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { DeleteVirtualInterfaceRequest, DeleteVirtualInterfaceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteVirtualInterfaceCommandInput extends DeleteVirtualInterfaceRequest {
6
6
  }
7
7
  export interface DeleteVirtualInterfaceCommandOutput extends DeleteVirtualInterfaceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { DescribeConnectionLoaRequest, DescribeConnectionLoaResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeConnectionLoaCommandInput extends DescribeConnectionLoaRequest {
6
6
  }
7
7
  export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLoaResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { Connections, DescribeConnectionsRequest } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeConnectionsCommandInput extends DescribeConnectionsRequest {
6
6
  }
7
7
  export interface DescribeConnectionsCommandOutput extends Connections, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { Connections, DescribeConnectionsOnInterconnectRequest } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeConnectionsOnInterconnectCommandInput extends DescribeConnectionsOnInterconnectRequest {
6
6
  }
7
7
  export interface DescribeConnectionsOnInterconnectCommandOutput extends Connections, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { DescribeDirectConnectGatewayAssociationProposalsRequest, DescribeDirectConnectGatewayAssociationProposalsResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeDirectConnectGatewayAssociationProposalsCommandInput extends DescribeDirectConnectGatewayAssociationProposalsRequest {
6
6
  }
7
7
  export interface DescribeDirectConnectGatewayAssociationProposalsCommandOutput extends DescribeDirectConnectGatewayAssociationProposalsResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { DescribeDirectConnectGatewayAssociationsRequest, DescribeDirectConnectGatewayAssociationsResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeDirectConnectGatewayAssociationsCommandInput extends DescribeDirectConnectGatewayAssociationsRequest {
6
6
  }
7
7
  export interface DescribeDirectConnectGatewayAssociationsCommandOutput extends DescribeDirectConnectGatewayAssociationsResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { DescribeDirectConnectGatewayAttachmentsRequest, DescribeDirectConnectGatewayAttachmentsResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeDirectConnectGatewayAttachmentsCommandInput extends DescribeDirectConnectGatewayAttachmentsRequest {
6
6
  }
7
7
  export interface DescribeDirectConnectGatewayAttachmentsCommandOutput extends DescribeDirectConnectGatewayAttachmentsResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
2
4
  import { DescribeDirectConnectGatewaysRequest, DescribeDirectConnectGatewaysResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeDirectConnectGatewaysCommandInput extends DescribeDirectConnectGatewaysRequest {
6
6
  }
7
7
  export interface DescribeDirectConnectGatewaysCommandOutput extends DescribeDirectConnectGatewaysResult, __MetadataBearer {