@aws-sdk/client-direct-connect 3.34.0 → 3.35.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 (958) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist-cjs/DirectConnect.js +901 -0
  3. package/dist-cjs/DirectConnect.js.map +1 -0
  4. package/dist-cjs/DirectConnectClient.js +49 -0
  5. package/dist-cjs/DirectConnectClient.js.map +1 -0
  6. package/dist-cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +61 -0
  7. package/dist-cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
  8. package/dist-cjs/commands/AllocateConnectionOnInterconnectCommand.js +68 -0
  9. package/dist-cjs/commands/AllocateConnectionOnInterconnectCommand.js.map +1 -0
  10. package/dist-cjs/commands/AllocateHostedConnectionCommand.js +66 -0
  11. package/dist-cjs/commands/AllocateHostedConnectionCommand.js.map +1 -0
  12. package/dist-cjs/commands/AllocatePrivateVirtualInterfaceCommand.js +63 -0
  13. package/dist-cjs/commands/AllocatePrivateVirtualInterfaceCommand.js.map +1 -0
  14. package/dist-cjs/commands/AllocatePublicVirtualInterfaceCommand.js +66 -0
  15. package/dist-cjs/commands/AllocatePublicVirtualInterfaceCommand.js.map +1 -0
  16. package/dist-cjs/commands/AllocateTransitVirtualInterfaceCommand.js +63 -0
  17. package/dist-cjs/commands/AllocateTransitVirtualInterfaceCommand.js.map +1 -0
  18. package/dist-cjs/commands/AssociateConnectionWithLagCommand.js +74 -0
  19. package/dist-cjs/commands/AssociateConnectionWithLagCommand.js.map +1 -0
  20. package/dist-cjs/commands/AssociateHostedConnectionCommand.js +68 -0
  21. package/dist-cjs/commands/AssociateHostedConnectionCommand.js.map +1 -0
  22. package/dist-cjs/commands/AssociateMacSecKeyCommand.js +63 -0
  23. package/dist-cjs/commands/AssociateMacSecKeyCommand.js.map +1 -0
  24. package/dist-cjs/commands/AssociateVirtualInterfaceCommand.js +70 -0
  25. package/dist-cjs/commands/AssociateVirtualInterfaceCommand.js.map +1 -0
  26. package/dist-cjs/commands/ConfirmConnectionCommand.js +63 -0
  27. package/dist-cjs/commands/ConfirmConnectionCommand.js.map +1 -0
  28. package/dist-cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js +64 -0
  29. package/dist-cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +1 -0
  30. package/dist-cjs/commands/ConfirmPublicVirtualInterfaceCommand.js +63 -0
  31. package/dist-cjs/commands/ConfirmPublicVirtualInterfaceCommand.js.map +1 -0
  32. package/dist-cjs/commands/ConfirmTransitVirtualInterfaceCommand.js +63 -0
  33. package/dist-cjs/commands/ConfirmTransitVirtualInterfaceCommand.js.map +1 -0
  34. package/dist-cjs/commands/CreateBGPPeerCommand.js +67 -0
  35. package/dist-cjs/commands/CreateBGPPeerCommand.js.map +1 -0
  36. package/dist-cjs/commands/CreateConnectionCommand.js +69 -0
  37. package/dist-cjs/commands/CreateConnectionCommand.js.map +1 -0
  38. package/dist-cjs/commands/CreateDirectConnectGatewayAssociationCommand.js +62 -0
  39. package/dist-cjs/commands/CreateDirectConnectGatewayAssociationCommand.js.map +1 -0
  40. package/dist-cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +62 -0
  41. package/dist-cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
  42. package/dist-cjs/commands/CreateDirectConnectGatewayCommand.js +66 -0
  43. package/dist-cjs/commands/CreateDirectConnectGatewayCommand.js.map +1 -0
  44. package/dist-cjs/commands/CreateInterconnectCommand.js +76 -0
  45. package/dist-cjs/commands/CreateInterconnectCommand.js.map +1 -0
  46. package/dist-cjs/commands/CreateLagCommand.js +78 -0
  47. package/dist-cjs/commands/CreateLagCommand.js.map +1 -0
  48. package/dist-cjs/commands/CreatePrivateVirtualInterfaceCommand.js +71 -0
  49. package/dist-cjs/commands/CreatePrivateVirtualInterfaceCommand.js.map +1 -0
  50. package/dist-cjs/commands/CreatePublicVirtualInterfaceCommand.js +64 -0
  51. package/dist-cjs/commands/CreatePublicVirtualInterfaceCommand.js.map +1 -0
  52. package/dist-cjs/commands/CreateTransitVirtualInterfaceCommand.js +70 -0
  53. package/dist-cjs/commands/CreateTransitVirtualInterfaceCommand.js.map +1 -0
  54. package/dist-cjs/commands/DeleteBGPPeerCommand.js +62 -0
  55. package/dist-cjs/commands/DeleteBGPPeerCommand.js.map +1 -0
  56. package/dist-cjs/commands/DeleteConnectionCommand.js +64 -0
  57. package/dist-cjs/commands/DeleteConnectionCommand.js.map +1 -0
  58. package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js +62 -0
  59. package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +1 -0
  60. package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +61 -0
  61. package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
  62. package/dist-cjs/commands/DeleteDirectConnectGatewayCommand.js +63 -0
  63. package/dist-cjs/commands/DeleteDirectConnectGatewayCommand.js.map +1 -0
  64. package/dist-cjs/commands/DeleteInterconnectCommand.js +65 -0
  65. package/dist-cjs/commands/DeleteInterconnectCommand.js.map +1 -0
  66. package/dist-cjs/commands/DeleteLagCommand.js +62 -0
  67. package/dist-cjs/commands/DeleteLagCommand.js.map +1 -0
  68. package/dist-cjs/commands/DeleteVirtualInterfaceCommand.js +61 -0
  69. package/dist-cjs/commands/DeleteVirtualInterfaceCommand.js.map +1 -0
  70. package/dist-cjs/commands/DescribeConnectionLoaCommand.js +68 -0
  71. package/dist-cjs/commands/DescribeConnectionLoaCommand.js.map +1 -0
  72. package/dist-cjs/commands/DescribeConnectionsCommand.js +61 -0
  73. package/dist-cjs/commands/DescribeConnectionsCommand.js.map +1 -0
  74. package/dist-cjs/commands/DescribeConnectionsOnInterconnectCommand.js +67 -0
  75. package/dist-cjs/commands/DescribeConnectionsOnInterconnectCommand.js.map +1 -0
  76. package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +61 -0
  77. package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +1 -0
  78. package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js +83 -0
  79. package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +1 -0
  80. package/dist-cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +65 -0
  81. package/dist-cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +1 -0
  82. package/dist-cjs/commands/DescribeDirectConnectGatewaysCommand.js +61 -0
  83. package/dist-cjs/commands/DescribeDirectConnectGatewaysCommand.js.map +1 -0
  84. package/dist-cjs/commands/DescribeHostedConnectionsCommand.js +65 -0
  85. package/dist-cjs/commands/DescribeHostedConnectionsCommand.js.map +1 -0
  86. package/dist-cjs/commands/DescribeInterconnectLoaCommand.js +67 -0
  87. package/dist-cjs/commands/DescribeInterconnectLoaCommand.js.map +1 -0
  88. package/dist-cjs/commands/DescribeInterconnectsCommand.js +61 -0
  89. package/dist-cjs/commands/DescribeInterconnectsCommand.js.map +1 -0
  90. package/dist-cjs/commands/DescribeLagsCommand.js +61 -0
  91. package/dist-cjs/commands/DescribeLagsCommand.js.map +1 -0
  92. package/dist-cjs/commands/DescribeLoaCommand.js +64 -0
  93. package/dist-cjs/commands/DescribeLoaCommand.js.map +1 -0
  94. package/dist-cjs/commands/DescribeLocationsCommand.js +62 -0
  95. package/dist-cjs/commands/DescribeLocationsCommand.js.map +1 -0
  96. package/dist-cjs/commands/DescribeTagsCommand.js +61 -0
  97. package/dist-cjs/commands/DescribeTagsCommand.js.map +1 -0
  98. package/dist-cjs/commands/DescribeVirtualGatewaysCommand.js +62 -0
  99. package/dist-cjs/commands/DescribeVirtualGatewaysCommand.js.map +1 -0
  100. package/dist-cjs/commands/DescribeVirtualInterfacesCommand.js +65 -0
  101. package/dist-cjs/commands/DescribeVirtualInterfacesCommand.js.map +1 -0
  102. package/dist-cjs/commands/DisassociateConnectionFromLagCommand.js +70 -0
  103. package/dist-cjs/commands/DisassociateConnectionFromLagCommand.js.map +1 -0
  104. package/dist-cjs/commands/DisassociateMacSecKeyCommand.js +61 -0
  105. package/dist-cjs/commands/DisassociateMacSecKeyCommand.js.map +1 -0
  106. package/dist-cjs/commands/ListVirtualInterfaceTestHistoryCommand.js +61 -0
  107. package/dist-cjs/commands/ListVirtualInterfaceTestHistoryCommand.js.map +1 -0
  108. package/dist-cjs/commands/StartBgpFailoverTestCommand.js +64 -0
  109. package/dist-cjs/commands/StartBgpFailoverTestCommand.js.map +1 -0
  110. package/dist-cjs/commands/StopBgpFailoverTestCommand.js +61 -0
  111. package/dist-cjs/commands/StopBgpFailoverTestCommand.js.map +1 -0
  112. package/dist-cjs/commands/TagResourceCommand.js +62 -0
  113. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  114. package/dist-cjs/commands/UntagResourceCommand.js +61 -0
  115. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  116. package/dist-cjs/commands/UpdateConnectionCommand.js +70 -0
  117. package/dist-cjs/commands/UpdateConnectionCommand.js.map +1 -0
  118. package/dist-cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js +62 -0
  119. package/dist-cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +1 -0
  120. package/dist-cjs/commands/UpdateLagCommand.js +83 -0
  121. package/dist-cjs/commands/UpdateLagCommand.js.map +1 -0
  122. package/dist-cjs/commands/UpdateVirtualInterfaceAttributesCommand.js +67 -0
  123. package/dist-cjs/commands/UpdateVirtualInterfaceAttributesCommand.js.map +1 -0
  124. package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
  125. package/dist-cjs/endpoints.js.map +1 -0
  126. package/{dist/cjs → dist-cjs}/index.js +0 -0
  127. package/dist-cjs/index.js.map +1 -0
  128. package/{dist/cjs → dist-cjs}/models/index.js +0 -0
  129. package/dist-cjs/models/index.js.map +1 -0
  130. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  131. package/dist-cjs/models/models_0.js.map +1 -0
  132. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -0
  133. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  134. package/dist-cjs/runtimeConfig.browser.js +42 -0
  135. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  136. package/dist-cjs/runtimeConfig.js +47 -0
  137. package/dist-cjs/runtimeConfig.js.map +1 -0
  138. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
  139. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  140. package/dist-cjs/runtimeConfig.shared.js +21 -0
  141. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  142. package/dist-es/DirectConnect.js +896 -0
  143. package/dist-es/DirectConnect.js.map +1 -0
  144. package/dist-es/DirectConnectClient.js +38 -0
  145. package/dist-es/DirectConnectClient.js.map +1 -0
  146. package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +40 -0
  147. package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
  148. package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +40 -0
  149. package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js.map +1 -0
  150. package/dist-es/commands/AllocateHostedConnectionCommand.js +40 -0
  151. package/dist-es/commands/AllocateHostedConnectionCommand.js.map +1 -0
  152. package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +40 -0
  153. package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js.map +1 -0
  154. package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +40 -0
  155. package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js.map +1 -0
  156. package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +40 -0
  157. package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js.map +1 -0
  158. package/dist-es/commands/AssociateConnectionWithLagCommand.js +40 -0
  159. package/dist-es/commands/AssociateConnectionWithLagCommand.js.map +1 -0
  160. package/dist-es/commands/AssociateHostedConnectionCommand.js +40 -0
  161. package/dist-es/commands/AssociateHostedConnectionCommand.js.map +1 -0
  162. package/dist-es/commands/AssociateMacSecKeyCommand.js +40 -0
  163. package/dist-es/commands/AssociateMacSecKeyCommand.js.map +1 -0
  164. package/dist-es/commands/AssociateVirtualInterfaceCommand.js +40 -0
  165. package/dist-es/commands/AssociateVirtualInterfaceCommand.js.map +1 -0
  166. package/dist-es/commands/ConfirmConnectionCommand.js +40 -0
  167. package/dist-es/commands/ConfirmConnectionCommand.js.map +1 -0
  168. package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +40 -0
  169. package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +1 -0
  170. package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +40 -0
  171. package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js.map +1 -0
  172. package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +40 -0
  173. package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js.map +1 -0
  174. package/dist-es/commands/CreateBGPPeerCommand.js +40 -0
  175. package/dist-es/commands/CreateBGPPeerCommand.js.map +1 -0
  176. package/dist-es/commands/CreateConnectionCommand.js +40 -0
  177. package/dist-es/commands/CreateConnectionCommand.js.map +1 -0
  178. package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +40 -0
  179. package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js.map +1 -0
  180. package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +40 -0
  181. package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
  182. package/dist-es/commands/CreateDirectConnectGatewayCommand.js +40 -0
  183. package/dist-es/commands/CreateDirectConnectGatewayCommand.js.map +1 -0
  184. package/dist-es/commands/CreateInterconnectCommand.js +40 -0
  185. package/dist-es/commands/CreateInterconnectCommand.js.map +1 -0
  186. package/dist-es/commands/CreateLagCommand.js +40 -0
  187. package/dist-es/commands/CreateLagCommand.js.map +1 -0
  188. package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +40 -0
  189. package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js.map +1 -0
  190. package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +40 -0
  191. package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js.map +1 -0
  192. package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +40 -0
  193. package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js.map +1 -0
  194. package/dist-es/commands/DeleteBGPPeerCommand.js +40 -0
  195. package/dist-es/commands/DeleteBGPPeerCommand.js.map +1 -0
  196. package/dist-es/commands/DeleteConnectionCommand.js +40 -0
  197. package/dist-es/commands/DeleteConnectionCommand.js.map +1 -0
  198. package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +40 -0
  199. package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +1 -0
  200. package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +40 -0
  201. package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
  202. package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +40 -0
  203. package/dist-es/commands/DeleteDirectConnectGatewayCommand.js.map +1 -0
  204. package/dist-es/commands/DeleteInterconnectCommand.js +40 -0
  205. package/dist-es/commands/DeleteInterconnectCommand.js.map +1 -0
  206. package/dist-es/commands/DeleteLagCommand.js +40 -0
  207. package/dist-es/commands/DeleteLagCommand.js.map +1 -0
  208. package/dist-es/commands/DeleteVirtualInterfaceCommand.js +40 -0
  209. package/dist-es/commands/DeleteVirtualInterfaceCommand.js.map +1 -0
  210. package/dist-es/commands/DescribeConnectionLoaCommand.js +40 -0
  211. package/dist-es/commands/DescribeConnectionLoaCommand.js.map +1 -0
  212. package/dist-es/commands/DescribeConnectionsCommand.js +40 -0
  213. package/dist-es/commands/DescribeConnectionsCommand.js.map +1 -0
  214. package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +40 -0
  215. package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js.map +1 -0
  216. package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +40 -0
  217. package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +1 -0
  218. package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +40 -0
  219. package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +1 -0
  220. package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +40 -0
  221. package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +1 -0
  222. package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +40 -0
  223. package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js.map +1 -0
  224. package/dist-es/commands/DescribeHostedConnectionsCommand.js +40 -0
  225. package/dist-es/commands/DescribeHostedConnectionsCommand.js.map +1 -0
  226. package/dist-es/commands/DescribeInterconnectLoaCommand.js +40 -0
  227. package/dist-es/commands/DescribeInterconnectLoaCommand.js.map +1 -0
  228. package/dist-es/commands/DescribeInterconnectsCommand.js +40 -0
  229. package/dist-es/commands/DescribeInterconnectsCommand.js.map +1 -0
  230. package/dist-es/commands/DescribeLagsCommand.js +40 -0
  231. package/dist-es/commands/DescribeLagsCommand.js.map +1 -0
  232. package/dist-es/commands/DescribeLoaCommand.js +40 -0
  233. package/dist-es/commands/DescribeLoaCommand.js.map +1 -0
  234. package/dist-es/commands/DescribeLocationsCommand.js +40 -0
  235. package/dist-es/commands/DescribeLocationsCommand.js.map +1 -0
  236. package/dist-es/commands/DescribeTagsCommand.js +40 -0
  237. package/dist-es/commands/DescribeTagsCommand.js.map +1 -0
  238. package/dist-es/commands/DescribeVirtualGatewaysCommand.js +40 -0
  239. package/dist-es/commands/DescribeVirtualGatewaysCommand.js.map +1 -0
  240. package/dist-es/commands/DescribeVirtualInterfacesCommand.js +40 -0
  241. package/dist-es/commands/DescribeVirtualInterfacesCommand.js.map +1 -0
  242. package/dist-es/commands/DisassociateConnectionFromLagCommand.js +40 -0
  243. package/dist-es/commands/DisassociateConnectionFromLagCommand.js.map +1 -0
  244. package/dist-es/commands/DisassociateMacSecKeyCommand.js +40 -0
  245. package/dist-es/commands/DisassociateMacSecKeyCommand.js.map +1 -0
  246. package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +40 -0
  247. package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js.map +1 -0
  248. package/dist-es/commands/StartBgpFailoverTestCommand.js +40 -0
  249. package/dist-es/commands/StartBgpFailoverTestCommand.js.map +1 -0
  250. package/dist-es/commands/StopBgpFailoverTestCommand.js +40 -0
  251. package/dist-es/commands/StopBgpFailoverTestCommand.js.map +1 -0
  252. package/dist-es/commands/TagResourceCommand.js +40 -0
  253. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  254. package/dist-es/commands/UntagResourceCommand.js +40 -0
  255. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  256. package/dist-es/commands/UpdateConnectionCommand.js +40 -0
  257. package/dist-es/commands/UpdateConnectionCommand.js.map +1 -0
  258. package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +40 -0
  259. package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +1 -0
  260. package/dist-es/commands/UpdateLagCommand.js +40 -0
  261. package/dist-es/commands/UpdateLagCommand.js.map +1 -0
  262. package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +40 -0
  263. package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js.map +1 -0
  264. package/{dist/es → dist-es}/endpoints.js +0 -0
  265. package/dist-es/endpoints.js.map +1 -0
  266. package/{dist/es → dist-es}/index.js +0 -0
  267. package/dist-es/index.js.map +1 -0
  268. package/{dist/es → dist-es}/models/index.js +0 -0
  269. package/dist-es/models/index.js.map +1 -0
  270. package/{dist/es → dist-es}/models/models_0.js +0 -0
  271. package/dist-es/models/models_0.js.map +1 -0
  272. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -0
  273. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  274. package/dist-es/runtimeConfig.browser.js +17 -0
  275. package/dist-es/runtimeConfig.browser.js.map +1 -0
  276. package/dist-es/runtimeConfig.js +22 -0
  277. package/dist-es/runtimeConfig.js.map +1 -0
  278. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
  279. package/dist-es/runtimeConfig.native.js.map +1 -0
  280. package/dist-es/runtimeConfig.shared.js +14 -0
  281. package/dist-es/runtimeConfig.shared.js.map +1 -0
  282. package/dist-types/DirectConnect.d.ts +682 -0
  283. package/dist-types/DirectConnectClient.d.ts +196 -0
  284. package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +35 -0
  285. package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +42 -0
  286. package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +40 -0
  287. package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +37 -0
  288. package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +40 -0
  289. package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +37 -0
  290. package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +48 -0
  291. package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +42 -0
  292. package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +37 -0
  293. package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +44 -0
  294. package/dist-types/commands/ConfirmConnectionCommand.d.ts +37 -0
  295. package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +38 -0
  296. package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +37 -0
  297. package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +37 -0
  298. package/dist-types/commands/CreateBGPPeerCommand.d.ts +41 -0
  299. package/dist-types/commands/CreateConnectionCommand.d.ts +43 -0
  300. package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +36 -0
  301. package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +36 -0
  302. package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +40 -0
  303. package/dist-types/commands/CreateInterconnectCommand.d.ts +50 -0
  304. package/dist-types/commands/CreateLagCommand.d.ts +52 -0
  305. package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +45 -0
  306. package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +38 -0
  307. package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +44 -0
  308. package/dist-types/commands/DeleteBGPPeerCommand.d.ts +36 -0
  309. package/dist-types/commands/DeleteConnectionCommand.d.ts +38 -0
  310. package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +36 -0
  311. package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +35 -0
  312. package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +37 -0
  313. package/dist-types/commands/DeleteInterconnectCommand.d.ts +39 -0
  314. package/dist-types/commands/DeleteLagCommand.d.ts +36 -0
  315. package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +35 -0
  316. package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +42 -0
  317. package/dist-types/commands/DescribeConnectionsCommand.d.ts +35 -0
  318. package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +41 -0
  319. package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +35 -0
  320. package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +57 -0
  321. package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +39 -0
  322. package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +35 -0
  323. package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +39 -0
  324. package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +41 -0
  325. package/dist-types/commands/DescribeInterconnectsCommand.d.ts +35 -0
  326. package/dist-types/commands/DescribeLagsCommand.d.ts +35 -0
  327. package/dist-types/commands/DescribeLoaCommand.d.ts +38 -0
  328. package/dist-types/commands/DescribeLocationsCommand.d.ts +36 -0
  329. package/dist-types/commands/DescribeTagsCommand.d.ts +35 -0
  330. package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +36 -0
  331. package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +39 -0
  332. package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +44 -0
  333. package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +35 -0
  334. package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +35 -0
  335. package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +38 -0
  336. package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +35 -0
  337. package/dist-types/commands/TagResourceCommand.d.ts +36 -0
  338. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  339. package/dist-types/commands/UpdateConnectionCommand.d.ts +44 -0
  340. package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +36 -0
  341. package/dist-types/commands/UpdateLagCommand.d.ts +57 -0
  342. package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +41 -0
  343. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  344. package/{dist/types → dist-types}/index.d.ts +0 -0
  345. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  346. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  347. package/dist-types/protocols/Aws_json1_1.d.ts +179 -0
  348. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  349. package/dist-types/runtimeConfig.d.ts +37 -0
  350. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  351. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  352. package/dist-types/ts3.4/DirectConnect.d.ts +682 -0
  353. package/dist-types/ts3.4/DirectConnectClient.d.ts +196 -0
  354. package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +35 -0
  355. package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +42 -0
  356. package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +40 -0
  357. package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +37 -0
  358. package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +40 -0
  359. package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +37 -0
  360. package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +48 -0
  361. package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +42 -0
  362. package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +37 -0
  363. package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +44 -0
  364. package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +37 -0
  365. package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +38 -0
  366. package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +37 -0
  367. package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +37 -0
  368. package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +41 -0
  369. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +43 -0
  370. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +36 -0
  371. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +36 -0
  372. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +40 -0
  373. package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +50 -0
  374. package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +52 -0
  375. package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +45 -0
  376. package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +38 -0
  377. package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +44 -0
  378. package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +36 -0
  379. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +38 -0
  380. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +36 -0
  381. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +35 -0
  382. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +37 -0
  383. package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +39 -0
  384. package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +36 -0
  385. package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +35 -0
  386. package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +42 -0
  387. package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +35 -0
  388. package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +41 -0
  389. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +35 -0
  390. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +57 -0
  391. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +39 -0
  392. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +35 -0
  393. package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +39 -0
  394. package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +41 -0
  395. package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +35 -0
  396. package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +35 -0
  397. package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +38 -0
  398. package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +36 -0
  399. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +35 -0
  400. package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +36 -0
  401. package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +39 -0
  402. package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +44 -0
  403. package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +35 -0
  404. package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +35 -0
  405. package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +38 -0
  406. package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +35 -0
  407. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
  408. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
  409. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +44 -0
  410. package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +36 -0
  411. package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +57 -0
  412. package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +41 -0
  413. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  414. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  415. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  416. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  417. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +179 -0
  418. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
  419. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  420. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
  421. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  422. package/package.json +42 -42
  423. package/src/DirectConnect.ts +2415 -0
  424. package/src/DirectConnectClient.ts +541 -0
  425. package/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts +110 -0
  426. package/src/commands/AllocateConnectionOnInterconnectCommand.ts +108 -0
  427. package/src/commands/AllocateHostedConnectionCommand.ts +100 -0
  428. package/src/commands/AllocatePrivateVirtualInterfaceCommand.ts +103 -0
  429. package/src/commands/AllocatePublicVirtualInterfaceCommand.ts +106 -0
  430. package/src/commands/AllocateTransitVirtualInterfaceCommand.ts +105 -0
  431. package/src/commands/AssociateConnectionWithLagCommand.ts +111 -0
  432. package/src/commands/AssociateHostedConnectionCommand.ts +105 -0
  433. package/src/commands/AssociateMacSecKeyCommand.ts +97 -0
  434. package/src/commands/AssociateVirtualInterfaceCommand.ts +107 -0
  435. package/src/commands/ConfirmConnectionCommand.ts +97 -0
  436. package/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts +106 -0
  437. package/src/commands/ConfirmPublicVirtualInterfaceCommand.ts +102 -0
  438. package/src/commands/ConfirmTransitVirtualInterfaceCommand.ts +105 -0
  439. package/src/commands/CreateBGPPeerCommand.ts +101 -0
  440. package/src/commands/CreateConnectionCommand.ts +103 -0
  441. package/src/commands/CreateDirectConnectGatewayAssociationCommand.ts +108 -0
  442. package/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts +111 -0
  443. package/src/commands/CreateDirectConnectGatewayCommand.ts +103 -0
  444. package/src/commands/CreateInterconnectCommand.ts +110 -0
  445. package/src/commands/CreateLagCommand.ts +109 -0
  446. package/src/commands/CreatePrivateVirtualInterfaceCommand.ts +108 -0
  447. package/src/commands/CreatePublicVirtualInterfaceCommand.ts +101 -0
  448. package/src/commands/CreateTransitVirtualInterfaceCommand.ts +109 -0
  449. package/src/commands/DeleteBGPPeerCommand.ts +96 -0
  450. package/src/commands/DeleteConnectionCommand.ts +98 -0
  451. package/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts +108 -0
  452. package/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts +110 -0
  453. package/src/commands/DeleteDirectConnectGatewayCommand.ts +100 -0
  454. package/src/commands/DeleteInterconnectCommand.ts +99 -0
  455. package/src/commands/DeleteLagCommand.ts +93 -0
  456. package/src/commands/DeleteVirtualInterfaceCommand.ts +95 -0
  457. package/src/commands/DescribeConnectionLoaCommand.ts +102 -0
  458. package/src/commands/DescribeConnectionsCommand.ts +95 -0
  459. package/src/commands/DescribeConnectionsOnInterconnectCommand.ts +107 -0
  460. package/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts +110 -0
  461. package/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts +132 -0
  462. package/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts +114 -0
  463. package/src/commands/DescribeDirectConnectGatewaysCommand.ts +100 -0
  464. package/src/commands/DescribeHostedConnectionsCommand.ts +102 -0
  465. package/src/commands/DescribeInterconnectLoaCommand.ts +101 -0
  466. package/src/commands/DescribeInterconnectsCommand.ts +95 -0
  467. package/src/commands/DescribeLagsCommand.ts +95 -0
  468. package/src/commands/DescribeLoaCommand.ts +98 -0
  469. package/src/commands/DescribeLocationsCommand.ts +96 -0
  470. package/src/commands/DescribeTagsCommand.ts +95 -0
  471. package/src/commands/DescribeVirtualGatewaysCommand.ts +96 -0
  472. package/src/commands/DescribeVirtualInterfacesCommand.ts +102 -0
  473. package/src/commands/DisassociateConnectionFromLagCommand.ts +107 -0
  474. package/src/commands/DisassociateMacSecKeyCommand.ts +95 -0
  475. package/src/commands/ListVirtualInterfaceTestHistoryCommand.ts +103 -0
  476. package/src/commands/StartBgpFailoverTestCommand.ts +98 -0
  477. package/src/commands/StopBgpFailoverTestCommand.ts +95 -0
  478. package/src/commands/TagResourceCommand.ts +96 -0
  479. package/src/commands/UntagResourceCommand.ts +95 -0
  480. package/src/commands/UpdateConnectionCommand.ts +104 -0
  481. package/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts +108 -0
  482. package/src/commands/UpdateLagCommand.ts +114 -0
  483. package/src/commands/UpdateVirtualInterfaceAttributesCommand.ts +107 -0
  484. package/src/endpoints.ts +86 -0
  485. package/{index.ts → src/index.ts} +0 -0
  486. package/{models → src/models}/index.ts +0 -0
  487. package/{models → src/models}/models_0.ts +0 -0
  488. package/src/protocols/Aws_json1_1.ts +6999 -0
  489. package/src/runtimeConfig.browser.ts +41 -0
  490. package/src/runtimeConfig.native.ts +17 -0
  491. package/src/runtimeConfig.shared.ts +17 -0
  492. package/src/runtimeConfig.ts +46 -0
  493. package/tsconfig.es.json +1 -1
  494. package/tsconfig.json +4 -2
  495. package/tsconfig.types.json +3 -2
  496. package/DirectConnect.ts +0 -2414
  497. package/DirectConnectClient.ts +0 -540
  498. package/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts +0 -109
  499. package/commands/AllocateConnectionOnInterconnectCommand.ts +0 -107
  500. package/commands/AllocateHostedConnectionCommand.ts +0 -99
  501. package/commands/AllocatePrivateVirtualInterfaceCommand.ts +0 -102
  502. package/commands/AllocatePublicVirtualInterfaceCommand.ts +0 -105
  503. package/commands/AllocateTransitVirtualInterfaceCommand.ts +0 -104
  504. package/commands/AssociateConnectionWithLagCommand.ts +0 -110
  505. package/commands/AssociateHostedConnectionCommand.ts +0 -104
  506. package/commands/AssociateMacSecKeyCommand.ts +0 -96
  507. package/commands/AssociateVirtualInterfaceCommand.ts +0 -106
  508. package/commands/ConfirmConnectionCommand.ts +0 -96
  509. package/commands/ConfirmPrivateVirtualInterfaceCommand.ts +0 -105
  510. package/commands/ConfirmPublicVirtualInterfaceCommand.ts +0 -101
  511. package/commands/ConfirmTransitVirtualInterfaceCommand.ts +0 -104
  512. package/commands/CreateBGPPeerCommand.ts +0 -100
  513. package/commands/CreateConnectionCommand.ts +0 -102
  514. package/commands/CreateDirectConnectGatewayAssociationCommand.ts +0 -107
  515. package/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts +0 -110
  516. package/commands/CreateDirectConnectGatewayCommand.ts +0 -102
  517. package/commands/CreateInterconnectCommand.ts +0 -109
  518. package/commands/CreateLagCommand.ts +0 -108
  519. package/commands/CreatePrivateVirtualInterfaceCommand.ts +0 -107
  520. package/commands/CreatePublicVirtualInterfaceCommand.ts +0 -100
  521. package/commands/CreateTransitVirtualInterfaceCommand.ts +0 -108
  522. package/commands/DeleteBGPPeerCommand.ts +0 -95
  523. package/commands/DeleteConnectionCommand.ts +0 -97
  524. package/commands/DeleteDirectConnectGatewayAssociationCommand.ts +0 -107
  525. package/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts +0 -109
  526. package/commands/DeleteDirectConnectGatewayCommand.ts +0 -99
  527. package/commands/DeleteInterconnectCommand.ts +0 -98
  528. package/commands/DeleteLagCommand.ts +0 -92
  529. package/commands/DeleteVirtualInterfaceCommand.ts +0 -94
  530. package/commands/DescribeConnectionLoaCommand.ts +0 -101
  531. package/commands/DescribeConnectionsCommand.ts +0 -94
  532. package/commands/DescribeConnectionsOnInterconnectCommand.ts +0 -106
  533. package/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts +0 -109
  534. package/commands/DescribeDirectConnectGatewayAssociationsCommand.ts +0 -131
  535. package/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts +0 -113
  536. package/commands/DescribeDirectConnectGatewaysCommand.ts +0 -99
  537. package/commands/DescribeHostedConnectionsCommand.ts +0 -101
  538. package/commands/DescribeInterconnectLoaCommand.ts +0 -100
  539. package/commands/DescribeInterconnectsCommand.ts +0 -94
  540. package/commands/DescribeLagsCommand.ts +0 -94
  541. package/commands/DescribeLoaCommand.ts +0 -97
  542. package/commands/DescribeLocationsCommand.ts +0 -95
  543. package/commands/DescribeTagsCommand.ts +0 -94
  544. package/commands/DescribeVirtualGatewaysCommand.ts +0 -95
  545. package/commands/DescribeVirtualInterfacesCommand.ts +0 -101
  546. package/commands/DisassociateConnectionFromLagCommand.ts +0 -106
  547. package/commands/DisassociateMacSecKeyCommand.ts +0 -94
  548. package/commands/ListVirtualInterfaceTestHistoryCommand.ts +0 -102
  549. package/commands/StartBgpFailoverTestCommand.ts +0 -97
  550. package/commands/StopBgpFailoverTestCommand.ts +0 -94
  551. package/commands/TagResourceCommand.ts +0 -95
  552. package/commands/UntagResourceCommand.ts +0 -94
  553. package/commands/UpdateConnectionCommand.ts +0 -103
  554. package/commands/UpdateDirectConnectGatewayAssociationCommand.ts +0 -107
  555. package/commands/UpdateLagCommand.ts +0 -113
  556. package/commands/UpdateVirtualInterfaceAttributesCommand.ts +0 -106
  557. package/dist/cjs/DirectConnect.js +0 -901
  558. package/dist/cjs/DirectConnect.js.map +0 -1
  559. package/dist/cjs/DirectConnectClient.js +0 -49
  560. package/dist/cjs/DirectConnectClient.js.map +0 -1
  561. package/dist/cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +0 -61
  562. package/dist/cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  563. package/dist/cjs/commands/AllocateConnectionOnInterconnectCommand.js +0 -68
  564. package/dist/cjs/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
  565. package/dist/cjs/commands/AllocateHostedConnectionCommand.js +0 -66
  566. package/dist/cjs/commands/AllocateHostedConnectionCommand.js.map +0 -1
  567. package/dist/cjs/commands/AllocatePrivateVirtualInterfaceCommand.js +0 -63
  568. package/dist/cjs/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
  569. package/dist/cjs/commands/AllocatePublicVirtualInterfaceCommand.js +0 -66
  570. package/dist/cjs/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
  571. package/dist/cjs/commands/AllocateTransitVirtualInterfaceCommand.js +0 -63
  572. package/dist/cjs/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
  573. package/dist/cjs/commands/AssociateConnectionWithLagCommand.js +0 -74
  574. package/dist/cjs/commands/AssociateConnectionWithLagCommand.js.map +0 -1
  575. package/dist/cjs/commands/AssociateHostedConnectionCommand.js +0 -68
  576. package/dist/cjs/commands/AssociateHostedConnectionCommand.js.map +0 -1
  577. package/dist/cjs/commands/AssociateMacSecKeyCommand.js +0 -63
  578. package/dist/cjs/commands/AssociateMacSecKeyCommand.js.map +0 -1
  579. package/dist/cjs/commands/AssociateVirtualInterfaceCommand.js +0 -70
  580. package/dist/cjs/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
  581. package/dist/cjs/commands/ConfirmConnectionCommand.js +0 -63
  582. package/dist/cjs/commands/ConfirmConnectionCommand.js.map +0 -1
  583. package/dist/cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js +0 -64
  584. package/dist/cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
  585. package/dist/cjs/commands/ConfirmPublicVirtualInterfaceCommand.js +0 -63
  586. package/dist/cjs/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
  587. package/dist/cjs/commands/ConfirmTransitVirtualInterfaceCommand.js +0 -63
  588. package/dist/cjs/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
  589. package/dist/cjs/commands/CreateBGPPeerCommand.js +0 -67
  590. package/dist/cjs/commands/CreateBGPPeerCommand.js.map +0 -1
  591. package/dist/cjs/commands/CreateConnectionCommand.js +0 -69
  592. package/dist/cjs/commands/CreateConnectionCommand.js.map +0 -1
  593. package/dist/cjs/commands/CreateDirectConnectGatewayAssociationCommand.js +0 -62
  594. package/dist/cjs/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
  595. package/dist/cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +0 -62
  596. package/dist/cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  597. package/dist/cjs/commands/CreateDirectConnectGatewayCommand.js +0 -66
  598. package/dist/cjs/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
  599. package/dist/cjs/commands/CreateInterconnectCommand.js +0 -76
  600. package/dist/cjs/commands/CreateInterconnectCommand.js.map +0 -1
  601. package/dist/cjs/commands/CreateLagCommand.js +0 -78
  602. package/dist/cjs/commands/CreateLagCommand.js.map +0 -1
  603. package/dist/cjs/commands/CreatePrivateVirtualInterfaceCommand.js +0 -71
  604. package/dist/cjs/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
  605. package/dist/cjs/commands/CreatePublicVirtualInterfaceCommand.js +0 -64
  606. package/dist/cjs/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
  607. package/dist/cjs/commands/CreateTransitVirtualInterfaceCommand.js +0 -70
  608. package/dist/cjs/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
  609. package/dist/cjs/commands/DeleteBGPPeerCommand.js +0 -62
  610. package/dist/cjs/commands/DeleteBGPPeerCommand.js.map +0 -1
  611. package/dist/cjs/commands/DeleteConnectionCommand.js +0 -64
  612. package/dist/cjs/commands/DeleteConnectionCommand.js.map +0 -1
  613. package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js +0 -62
  614. package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
  615. package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +0 -61
  616. package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  617. package/dist/cjs/commands/DeleteDirectConnectGatewayCommand.js +0 -63
  618. package/dist/cjs/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
  619. package/dist/cjs/commands/DeleteInterconnectCommand.js +0 -65
  620. package/dist/cjs/commands/DeleteInterconnectCommand.js.map +0 -1
  621. package/dist/cjs/commands/DeleteLagCommand.js +0 -62
  622. package/dist/cjs/commands/DeleteLagCommand.js.map +0 -1
  623. package/dist/cjs/commands/DeleteVirtualInterfaceCommand.js +0 -61
  624. package/dist/cjs/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
  625. package/dist/cjs/commands/DescribeConnectionLoaCommand.js +0 -68
  626. package/dist/cjs/commands/DescribeConnectionLoaCommand.js.map +0 -1
  627. package/dist/cjs/commands/DescribeConnectionsCommand.js +0 -61
  628. package/dist/cjs/commands/DescribeConnectionsCommand.js.map +0 -1
  629. package/dist/cjs/commands/DescribeConnectionsOnInterconnectCommand.js +0 -67
  630. package/dist/cjs/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
  631. package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +0 -61
  632. package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
  633. package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js +0 -83
  634. package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
  635. package/dist/cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +0 -65
  636. package/dist/cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
  637. package/dist/cjs/commands/DescribeDirectConnectGatewaysCommand.js +0 -61
  638. package/dist/cjs/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
  639. package/dist/cjs/commands/DescribeHostedConnectionsCommand.js +0 -65
  640. package/dist/cjs/commands/DescribeHostedConnectionsCommand.js.map +0 -1
  641. package/dist/cjs/commands/DescribeInterconnectLoaCommand.js +0 -67
  642. package/dist/cjs/commands/DescribeInterconnectLoaCommand.js.map +0 -1
  643. package/dist/cjs/commands/DescribeInterconnectsCommand.js +0 -61
  644. package/dist/cjs/commands/DescribeInterconnectsCommand.js.map +0 -1
  645. package/dist/cjs/commands/DescribeLagsCommand.js +0 -61
  646. package/dist/cjs/commands/DescribeLagsCommand.js.map +0 -1
  647. package/dist/cjs/commands/DescribeLoaCommand.js +0 -64
  648. package/dist/cjs/commands/DescribeLoaCommand.js.map +0 -1
  649. package/dist/cjs/commands/DescribeLocationsCommand.js +0 -62
  650. package/dist/cjs/commands/DescribeLocationsCommand.js.map +0 -1
  651. package/dist/cjs/commands/DescribeTagsCommand.js +0 -61
  652. package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
  653. package/dist/cjs/commands/DescribeVirtualGatewaysCommand.js +0 -62
  654. package/dist/cjs/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
  655. package/dist/cjs/commands/DescribeVirtualInterfacesCommand.js +0 -65
  656. package/dist/cjs/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
  657. package/dist/cjs/commands/DisassociateConnectionFromLagCommand.js +0 -70
  658. package/dist/cjs/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
  659. package/dist/cjs/commands/DisassociateMacSecKeyCommand.js +0 -61
  660. package/dist/cjs/commands/DisassociateMacSecKeyCommand.js.map +0 -1
  661. package/dist/cjs/commands/ListVirtualInterfaceTestHistoryCommand.js +0 -61
  662. package/dist/cjs/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
  663. package/dist/cjs/commands/StartBgpFailoverTestCommand.js +0 -64
  664. package/dist/cjs/commands/StartBgpFailoverTestCommand.js.map +0 -1
  665. package/dist/cjs/commands/StopBgpFailoverTestCommand.js +0 -61
  666. package/dist/cjs/commands/StopBgpFailoverTestCommand.js.map +0 -1
  667. package/dist/cjs/commands/TagResourceCommand.js +0 -62
  668. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  669. package/dist/cjs/commands/UntagResourceCommand.js +0 -61
  670. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  671. package/dist/cjs/commands/UpdateConnectionCommand.js +0 -70
  672. package/dist/cjs/commands/UpdateConnectionCommand.js.map +0 -1
  673. package/dist/cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js +0 -62
  674. package/dist/cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
  675. package/dist/cjs/commands/UpdateLagCommand.js +0 -83
  676. package/dist/cjs/commands/UpdateLagCommand.js.map +0 -1
  677. package/dist/cjs/commands/UpdateVirtualInterfaceAttributesCommand.js +0 -67
  678. package/dist/cjs/commands/UpdateVirtualInterfaceAttributesCommand.js.map +0 -1
  679. package/dist/cjs/endpoints.js.map +0 -1
  680. package/dist/cjs/index.js.map +0 -1
  681. package/dist/cjs/models/index.js.map +0 -1
  682. package/dist/cjs/models/models_0.js.map +0 -1
  683. package/dist/cjs/package.json +0 -91
  684. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  685. package/dist/cjs/runtimeConfig.browser.js +0 -41
  686. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  687. package/dist/cjs/runtimeConfig.js +0 -46
  688. package/dist/cjs/runtimeConfig.js.map +0 -1
  689. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  690. package/dist/cjs/runtimeConfig.shared.js +0 -21
  691. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  692. package/dist/es/DirectConnect.js +0 -896
  693. package/dist/es/DirectConnect.js.map +0 -1
  694. package/dist/es/DirectConnectClient.js +0 -38
  695. package/dist/es/DirectConnectClient.js.map +0 -1
  696. package/dist/es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +0 -40
  697. package/dist/es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  698. package/dist/es/commands/AllocateConnectionOnInterconnectCommand.js +0 -40
  699. package/dist/es/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
  700. package/dist/es/commands/AllocateHostedConnectionCommand.js +0 -40
  701. package/dist/es/commands/AllocateHostedConnectionCommand.js.map +0 -1
  702. package/dist/es/commands/AllocatePrivateVirtualInterfaceCommand.js +0 -40
  703. package/dist/es/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
  704. package/dist/es/commands/AllocatePublicVirtualInterfaceCommand.js +0 -40
  705. package/dist/es/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
  706. package/dist/es/commands/AllocateTransitVirtualInterfaceCommand.js +0 -40
  707. package/dist/es/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
  708. package/dist/es/commands/AssociateConnectionWithLagCommand.js +0 -40
  709. package/dist/es/commands/AssociateConnectionWithLagCommand.js.map +0 -1
  710. package/dist/es/commands/AssociateHostedConnectionCommand.js +0 -40
  711. package/dist/es/commands/AssociateHostedConnectionCommand.js.map +0 -1
  712. package/dist/es/commands/AssociateMacSecKeyCommand.js +0 -40
  713. package/dist/es/commands/AssociateMacSecKeyCommand.js.map +0 -1
  714. package/dist/es/commands/AssociateVirtualInterfaceCommand.js +0 -40
  715. package/dist/es/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
  716. package/dist/es/commands/ConfirmConnectionCommand.js +0 -40
  717. package/dist/es/commands/ConfirmConnectionCommand.js.map +0 -1
  718. package/dist/es/commands/ConfirmPrivateVirtualInterfaceCommand.js +0 -40
  719. package/dist/es/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
  720. package/dist/es/commands/ConfirmPublicVirtualInterfaceCommand.js +0 -40
  721. package/dist/es/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
  722. package/dist/es/commands/ConfirmTransitVirtualInterfaceCommand.js +0 -40
  723. package/dist/es/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
  724. package/dist/es/commands/CreateBGPPeerCommand.js +0 -40
  725. package/dist/es/commands/CreateBGPPeerCommand.js.map +0 -1
  726. package/dist/es/commands/CreateConnectionCommand.js +0 -40
  727. package/dist/es/commands/CreateConnectionCommand.js.map +0 -1
  728. package/dist/es/commands/CreateDirectConnectGatewayAssociationCommand.js +0 -40
  729. package/dist/es/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
  730. package/dist/es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +0 -40
  731. package/dist/es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  732. package/dist/es/commands/CreateDirectConnectGatewayCommand.js +0 -40
  733. package/dist/es/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
  734. package/dist/es/commands/CreateInterconnectCommand.js +0 -40
  735. package/dist/es/commands/CreateInterconnectCommand.js.map +0 -1
  736. package/dist/es/commands/CreateLagCommand.js +0 -40
  737. package/dist/es/commands/CreateLagCommand.js.map +0 -1
  738. package/dist/es/commands/CreatePrivateVirtualInterfaceCommand.js +0 -40
  739. package/dist/es/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
  740. package/dist/es/commands/CreatePublicVirtualInterfaceCommand.js +0 -40
  741. package/dist/es/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
  742. package/dist/es/commands/CreateTransitVirtualInterfaceCommand.js +0 -40
  743. package/dist/es/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
  744. package/dist/es/commands/DeleteBGPPeerCommand.js +0 -40
  745. package/dist/es/commands/DeleteBGPPeerCommand.js.map +0 -1
  746. package/dist/es/commands/DeleteConnectionCommand.js +0 -40
  747. package/dist/es/commands/DeleteConnectionCommand.js.map +0 -1
  748. package/dist/es/commands/DeleteDirectConnectGatewayAssociationCommand.js +0 -40
  749. package/dist/es/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
  750. package/dist/es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +0 -40
  751. package/dist/es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  752. package/dist/es/commands/DeleteDirectConnectGatewayCommand.js +0 -40
  753. package/dist/es/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
  754. package/dist/es/commands/DeleteInterconnectCommand.js +0 -40
  755. package/dist/es/commands/DeleteInterconnectCommand.js.map +0 -1
  756. package/dist/es/commands/DeleteLagCommand.js +0 -40
  757. package/dist/es/commands/DeleteLagCommand.js.map +0 -1
  758. package/dist/es/commands/DeleteVirtualInterfaceCommand.js +0 -40
  759. package/dist/es/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
  760. package/dist/es/commands/DescribeConnectionLoaCommand.js +0 -40
  761. package/dist/es/commands/DescribeConnectionLoaCommand.js.map +0 -1
  762. package/dist/es/commands/DescribeConnectionsCommand.js +0 -40
  763. package/dist/es/commands/DescribeConnectionsCommand.js.map +0 -1
  764. package/dist/es/commands/DescribeConnectionsOnInterconnectCommand.js +0 -40
  765. package/dist/es/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
  766. package/dist/es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +0 -40
  767. package/dist/es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
  768. package/dist/es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +0 -40
  769. package/dist/es/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
  770. package/dist/es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +0 -40
  771. package/dist/es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
  772. package/dist/es/commands/DescribeDirectConnectGatewaysCommand.js +0 -40
  773. package/dist/es/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
  774. package/dist/es/commands/DescribeHostedConnectionsCommand.js +0 -40
  775. package/dist/es/commands/DescribeHostedConnectionsCommand.js.map +0 -1
  776. package/dist/es/commands/DescribeInterconnectLoaCommand.js +0 -40
  777. package/dist/es/commands/DescribeInterconnectLoaCommand.js.map +0 -1
  778. package/dist/es/commands/DescribeInterconnectsCommand.js +0 -40
  779. package/dist/es/commands/DescribeInterconnectsCommand.js.map +0 -1
  780. package/dist/es/commands/DescribeLagsCommand.js +0 -40
  781. package/dist/es/commands/DescribeLagsCommand.js.map +0 -1
  782. package/dist/es/commands/DescribeLoaCommand.js +0 -40
  783. package/dist/es/commands/DescribeLoaCommand.js.map +0 -1
  784. package/dist/es/commands/DescribeLocationsCommand.js +0 -40
  785. package/dist/es/commands/DescribeLocationsCommand.js.map +0 -1
  786. package/dist/es/commands/DescribeTagsCommand.js +0 -40
  787. package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
  788. package/dist/es/commands/DescribeVirtualGatewaysCommand.js +0 -40
  789. package/dist/es/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
  790. package/dist/es/commands/DescribeVirtualInterfacesCommand.js +0 -40
  791. package/dist/es/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
  792. package/dist/es/commands/DisassociateConnectionFromLagCommand.js +0 -40
  793. package/dist/es/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
  794. package/dist/es/commands/DisassociateMacSecKeyCommand.js +0 -40
  795. package/dist/es/commands/DisassociateMacSecKeyCommand.js.map +0 -1
  796. package/dist/es/commands/ListVirtualInterfaceTestHistoryCommand.js +0 -40
  797. package/dist/es/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
  798. package/dist/es/commands/StartBgpFailoverTestCommand.js +0 -40
  799. package/dist/es/commands/StartBgpFailoverTestCommand.js.map +0 -1
  800. package/dist/es/commands/StopBgpFailoverTestCommand.js +0 -40
  801. package/dist/es/commands/StopBgpFailoverTestCommand.js.map +0 -1
  802. package/dist/es/commands/TagResourceCommand.js +0 -40
  803. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  804. package/dist/es/commands/UntagResourceCommand.js +0 -40
  805. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  806. package/dist/es/commands/UpdateConnectionCommand.js +0 -40
  807. package/dist/es/commands/UpdateConnectionCommand.js.map +0 -1
  808. package/dist/es/commands/UpdateDirectConnectGatewayAssociationCommand.js +0 -40
  809. package/dist/es/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
  810. package/dist/es/commands/UpdateLagCommand.js +0 -40
  811. package/dist/es/commands/UpdateLagCommand.js.map +0 -1
  812. package/dist/es/commands/UpdateVirtualInterfaceAttributesCommand.js +0 -40
  813. package/dist/es/commands/UpdateVirtualInterfaceAttributesCommand.js.map +0 -1
  814. package/dist/es/endpoints.js.map +0 -1
  815. package/dist/es/index.js.map +0 -1
  816. package/dist/es/models/index.js.map +0 -1
  817. package/dist/es/models/models_0.js.map +0 -1
  818. package/dist/es/package.json +0 -91
  819. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  820. package/dist/es/runtimeConfig.browser.js +0 -17
  821. package/dist/es/runtimeConfig.browser.js.map +0 -1
  822. package/dist/es/runtimeConfig.js +0 -22
  823. package/dist/es/runtimeConfig.js.map +0 -1
  824. package/dist/es/runtimeConfig.native.js.map +0 -1
  825. package/dist/es/runtimeConfig.shared.js +0 -14
  826. package/dist/es/runtimeConfig.shared.js.map +0 -1
  827. package/dist/types/DirectConnect.d.ts +0 -682
  828. package/dist/types/DirectConnectClient.d.ts +0 -196
  829. package/dist/types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +0 -35
  830. package/dist/types/commands/AllocateConnectionOnInterconnectCommand.d.ts +0 -42
  831. package/dist/types/commands/AllocateHostedConnectionCommand.d.ts +0 -40
  832. package/dist/types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +0 -37
  833. package/dist/types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +0 -40
  834. package/dist/types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +0 -37
  835. package/dist/types/commands/AssociateConnectionWithLagCommand.d.ts +0 -48
  836. package/dist/types/commands/AssociateHostedConnectionCommand.d.ts +0 -42
  837. package/dist/types/commands/AssociateMacSecKeyCommand.d.ts +0 -37
  838. package/dist/types/commands/AssociateVirtualInterfaceCommand.d.ts +0 -44
  839. package/dist/types/commands/ConfirmConnectionCommand.d.ts +0 -37
  840. package/dist/types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +0 -38
  841. package/dist/types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +0 -37
  842. package/dist/types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +0 -37
  843. package/dist/types/commands/CreateBGPPeerCommand.d.ts +0 -41
  844. package/dist/types/commands/CreateConnectionCommand.d.ts +0 -43
  845. package/dist/types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +0 -36
  846. package/dist/types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +0 -36
  847. package/dist/types/commands/CreateDirectConnectGatewayCommand.d.ts +0 -40
  848. package/dist/types/commands/CreateInterconnectCommand.d.ts +0 -50
  849. package/dist/types/commands/CreateLagCommand.d.ts +0 -52
  850. package/dist/types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +0 -45
  851. package/dist/types/commands/CreatePublicVirtualInterfaceCommand.d.ts +0 -38
  852. package/dist/types/commands/CreateTransitVirtualInterfaceCommand.d.ts +0 -44
  853. package/dist/types/commands/DeleteBGPPeerCommand.d.ts +0 -36
  854. package/dist/types/commands/DeleteConnectionCommand.d.ts +0 -38
  855. package/dist/types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +0 -36
  856. package/dist/types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +0 -35
  857. package/dist/types/commands/DeleteDirectConnectGatewayCommand.d.ts +0 -37
  858. package/dist/types/commands/DeleteInterconnectCommand.d.ts +0 -39
  859. package/dist/types/commands/DeleteLagCommand.d.ts +0 -36
  860. package/dist/types/commands/DeleteVirtualInterfaceCommand.d.ts +0 -35
  861. package/dist/types/commands/DescribeConnectionLoaCommand.d.ts +0 -42
  862. package/dist/types/commands/DescribeConnectionsCommand.d.ts +0 -35
  863. package/dist/types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +0 -41
  864. package/dist/types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +0 -35
  865. package/dist/types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +0 -57
  866. package/dist/types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +0 -39
  867. package/dist/types/commands/DescribeDirectConnectGatewaysCommand.d.ts +0 -35
  868. package/dist/types/commands/DescribeHostedConnectionsCommand.d.ts +0 -39
  869. package/dist/types/commands/DescribeInterconnectLoaCommand.d.ts +0 -41
  870. package/dist/types/commands/DescribeInterconnectsCommand.d.ts +0 -35
  871. package/dist/types/commands/DescribeLagsCommand.d.ts +0 -35
  872. package/dist/types/commands/DescribeLoaCommand.d.ts +0 -38
  873. package/dist/types/commands/DescribeLocationsCommand.d.ts +0 -36
  874. package/dist/types/commands/DescribeTagsCommand.d.ts +0 -35
  875. package/dist/types/commands/DescribeVirtualGatewaysCommand.d.ts +0 -36
  876. package/dist/types/commands/DescribeVirtualInterfacesCommand.d.ts +0 -39
  877. package/dist/types/commands/DisassociateConnectionFromLagCommand.d.ts +0 -44
  878. package/dist/types/commands/DisassociateMacSecKeyCommand.d.ts +0 -35
  879. package/dist/types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +0 -35
  880. package/dist/types/commands/StartBgpFailoverTestCommand.d.ts +0 -38
  881. package/dist/types/commands/StopBgpFailoverTestCommand.d.ts +0 -35
  882. package/dist/types/commands/TagResourceCommand.d.ts +0 -36
  883. package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
  884. package/dist/types/commands/UpdateConnectionCommand.d.ts +0 -44
  885. package/dist/types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +0 -36
  886. package/dist/types/commands/UpdateLagCommand.d.ts +0 -57
  887. package/dist/types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +0 -41
  888. package/dist/types/protocols/Aws_json1_1.d.ts +0 -179
  889. package/dist/types/runtimeConfig.d.ts +0 -37
  890. package/dist/types/ts3.4/DirectConnect.d.ts +0 -682
  891. package/dist/types/ts3.4/DirectConnectClient.d.ts +0 -196
  892. package/dist/types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +0 -35
  893. package/dist/types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +0 -42
  894. package/dist/types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +0 -40
  895. package/dist/types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +0 -37
  896. package/dist/types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +0 -40
  897. package/dist/types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +0 -37
  898. package/dist/types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +0 -48
  899. package/dist/types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +0 -42
  900. package/dist/types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +0 -37
  901. package/dist/types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +0 -44
  902. package/dist/types/ts3.4/commands/ConfirmConnectionCommand.d.ts +0 -37
  903. package/dist/types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +0 -38
  904. package/dist/types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +0 -37
  905. package/dist/types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +0 -37
  906. package/dist/types/ts3.4/commands/CreateBGPPeerCommand.d.ts +0 -41
  907. package/dist/types/ts3.4/commands/CreateConnectionCommand.d.ts +0 -43
  908. package/dist/types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +0 -36
  909. package/dist/types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +0 -36
  910. package/dist/types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +0 -40
  911. package/dist/types/ts3.4/commands/CreateInterconnectCommand.d.ts +0 -50
  912. package/dist/types/ts3.4/commands/CreateLagCommand.d.ts +0 -52
  913. package/dist/types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +0 -45
  914. package/dist/types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +0 -38
  915. package/dist/types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +0 -44
  916. package/dist/types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +0 -36
  917. package/dist/types/ts3.4/commands/DeleteConnectionCommand.d.ts +0 -38
  918. package/dist/types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +0 -36
  919. package/dist/types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +0 -35
  920. package/dist/types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +0 -37
  921. package/dist/types/ts3.4/commands/DeleteInterconnectCommand.d.ts +0 -39
  922. package/dist/types/ts3.4/commands/DeleteLagCommand.d.ts +0 -36
  923. package/dist/types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +0 -35
  924. package/dist/types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +0 -42
  925. package/dist/types/ts3.4/commands/DescribeConnectionsCommand.d.ts +0 -35
  926. package/dist/types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +0 -41
  927. package/dist/types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +0 -35
  928. package/dist/types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +0 -57
  929. package/dist/types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +0 -39
  930. package/dist/types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +0 -35
  931. package/dist/types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +0 -39
  932. package/dist/types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +0 -41
  933. package/dist/types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +0 -35
  934. package/dist/types/ts3.4/commands/DescribeLagsCommand.d.ts +0 -35
  935. package/dist/types/ts3.4/commands/DescribeLoaCommand.d.ts +0 -38
  936. package/dist/types/ts3.4/commands/DescribeLocationsCommand.d.ts +0 -36
  937. package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -35
  938. package/dist/types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +0 -36
  939. package/dist/types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +0 -39
  940. package/dist/types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +0 -44
  941. package/dist/types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +0 -35
  942. package/dist/types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +0 -35
  943. package/dist/types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +0 -38
  944. package/dist/types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +0 -35
  945. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
  946. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  947. package/dist/types/ts3.4/commands/UpdateConnectionCommand.d.ts +0 -44
  948. package/dist/types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +0 -36
  949. package/dist/types/ts3.4/commands/UpdateLagCommand.d.ts +0 -57
  950. package/dist/types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +0 -41
  951. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -179
  952. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  953. package/endpoints.ts +0 -86
  954. package/protocols/Aws_json1_1.ts +0 -6998
  955. package/runtimeConfig.browser.ts +0 -40
  956. package/runtimeConfig.native.ts +0 -16
  957. package/runtimeConfig.shared.ts +0 -16
  958. package/runtimeConfig.ts +0 -45
package/DirectConnect.ts DELETED
@@ -1,2414 +0,0 @@
1
- import { DirectConnectClient } from "./DirectConnectClient";
2
- import {
3
- AcceptDirectConnectGatewayAssociationProposalCommand,
4
- AcceptDirectConnectGatewayAssociationProposalCommandInput,
5
- AcceptDirectConnectGatewayAssociationProposalCommandOutput,
6
- } from "./commands/AcceptDirectConnectGatewayAssociationProposalCommand";
7
- import {
8
- AllocateConnectionOnInterconnectCommand,
9
- AllocateConnectionOnInterconnectCommandInput,
10
- AllocateConnectionOnInterconnectCommandOutput,
11
- } from "./commands/AllocateConnectionOnInterconnectCommand";
12
- import {
13
- AllocateHostedConnectionCommand,
14
- AllocateHostedConnectionCommandInput,
15
- AllocateHostedConnectionCommandOutput,
16
- } from "./commands/AllocateHostedConnectionCommand";
17
- import {
18
- AllocatePrivateVirtualInterfaceCommand,
19
- AllocatePrivateVirtualInterfaceCommandInput,
20
- AllocatePrivateVirtualInterfaceCommandOutput,
21
- } from "./commands/AllocatePrivateVirtualInterfaceCommand";
22
- import {
23
- AllocatePublicVirtualInterfaceCommand,
24
- AllocatePublicVirtualInterfaceCommandInput,
25
- AllocatePublicVirtualInterfaceCommandOutput,
26
- } from "./commands/AllocatePublicVirtualInterfaceCommand";
27
- import {
28
- AllocateTransitVirtualInterfaceCommand,
29
- AllocateTransitVirtualInterfaceCommandInput,
30
- AllocateTransitVirtualInterfaceCommandOutput,
31
- } from "./commands/AllocateTransitVirtualInterfaceCommand";
32
- import {
33
- AssociateConnectionWithLagCommand,
34
- AssociateConnectionWithLagCommandInput,
35
- AssociateConnectionWithLagCommandOutput,
36
- } from "./commands/AssociateConnectionWithLagCommand";
37
- import {
38
- AssociateHostedConnectionCommand,
39
- AssociateHostedConnectionCommandInput,
40
- AssociateHostedConnectionCommandOutput,
41
- } from "./commands/AssociateHostedConnectionCommand";
42
- import {
43
- AssociateMacSecKeyCommand,
44
- AssociateMacSecKeyCommandInput,
45
- AssociateMacSecKeyCommandOutput,
46
- } from "./commands/AssociateMacSecKeyCommand";
47
- import {
48
- AssociateVirtualInterfaceCommand,
49
- AssociateVirtualInterfaceCommandInput,
50
- AssociateVirtualInterfaceCommandOutput,
51
- } from "./commands/AssociateVirtualInterfaceCommand";
52
- import {
53
- ConfirmConnectionCommand,
54
- ConfirmConnectionCommandInput,
55
- ConfirmConnectionCommandOutput,
56
- } from "./commands/ConfirmConnectionCommand";
57
- import {
58
- ConfirmPrivateVirtualInterfaceCommand,
59
- ConfirmPrivateVirtualInterfaceCommandInput,
60
- ConfirmPrivateVirtualInterfaceCommandOutput,
61
- } from "./commands/ConfirmPrivateVirtualInterfaceCommand";
62
- import {
63
- ConfirmPublicVirtualInterfaceCommand,
64
- ConfirmPublicVirtualInterfaceCommandInput,
65
- ConfirmPublicVirtualInterfaceCommandOutput,
66
- } from "./commands/ConfirmPublicVirtualInterfaceCommand";
67
- import {
68
- ConfirmTransitVirtualInterfaceCommand,
69
- ConfirmTransitVirtualInterfaceCommandInput,
70
- ConfirmTransitVirtualInterfaceCommandOutput,
71
- } from "./commands/ConfirmTransitVirtualInterfaceCommand";
72
- import {
73
- CreateBGPPeerCommand,
74
- CreateBGPPeerCommandInput,
75
- CreateBGPPeerCommandOutput,
76
- } from "./commands/CreateBGPPeerCommand";
77
- import {
78
- CreateConnectionCommand,
79
- CreateConnectionCommandInput,
80
- CreateConnectionCommandOutput,
81
- } from "./commands/CreateConnectionCommand";
82
- import {
83
- CreateDirectConnectGatewayAssociationCommand,
84
- CreateDirectConnectGatewayAssociationCommandInput,
85
- CreateDirectConnectGatewayAssociationCommandOutput,
86
- } from "./commands/CreateDirectConnectGatewayAssociationCommand";
87
- import {
88
- CreateDirectConnectGatewayAssociationProposalCommand,
89
- CreateDirectConnectGatewayAssociationProposalCommandInput,
90
- CreateDirectConnectGatewayAssociationProposalCommandOutput,
91
- } from "./commands/CreateDirectConnectGatewayAssociationProposalCommand";
92
- import {
93
- CreateDirectConnectGatewayCommand,
94
- CreateDirectConnectGatewayCommandInput,
95
- CreateDirectConnectGatewayCommandOutput,
96
- } from "./commands/CreateDirectConnectGatewayCommand";
97
- import {
98
- CreateInterconnectCommand,
99
- CreateInterconnectCommandInput,
100
- CreateInterconnectCommandOutput,
101
- } from "./commands/CreateInterconnectCommand";
102
- import { CreateLagCommand, CreateLagCommandInput, CreateLagCommandOutput } from "./commands/CreateLagCommand";
103
- import {
104
- CreatePrivateVirtualInterfaceCommand,
105
- CreatePrivateVirtualInterfaceCommandInput,
106
- CreatePrivateVirtualInterfaceCommandOutput,
107
- } from "./commands/CreatePrivateVirtualInterfaceCommand";
108
- import {
109
- CreatePublicVirtualInterfaceCommand,
110
- CreatePublicVirtualInterfaceCommandInput,
111
- CreatePublicVirtualInterfaceCommandOutput,
112
- } from "./commands/CreatePublicVirtualInterfaceCommand";
113
- import {
114
- CreateTransitVirtualInterfaceCommand,
115
- CreateTransitVirtualInterfaceCommandInput,
116
- CreateTransitVirtualInterfaceCommandOutput,
117
- } from "./commands/CreateTransitVirtualInterfaceCommand";
118
- import {
119
- DeleteBGPPeerCommand,
120
- DeleteBGPPeerCommandInput,
121
- DeleteBGPPeerCommandOutput,
122
- } from "./commands/DeleteBGPPeerCommand";
123
- import {
124
- DeleteConnectionCommand,
125
- DeleteConnectionCommandInput,
126
- DeleteConnectionCommandOutput,
127
- } from "./commands/DeleteConnectionCommand";
128
- import {
129
- DeleteDirectConnectGatewayAssociationCommand,
130
- DeleteDirectConnectGatewayAssociationCommandInput,
131
- DeleteDirectConnectGatewayAssociationCommandOutput,
132
- } from "./commands/DeleteDirectConnectGatewayAssociationCommand";
133
- import {
134
- DeleteDirectConnectGatewayAssociationProposalCommand,
135
- DeleteDirectConnectGatewayAssociationProposalCommandInput,
136
- DeleteDirectConnectGatewayAssociationProposalCommandOutput,
137
- } from "./commands/DeleteDirectConnectGatewayAssociationProposalCommand";
138
- import {
139
- DeleteDirectConnectGatewayCommand,
140
- DeleteDirectConnectGatewayCommandInput,
141
- DeleteDirectConnectGatewayCommandOutput,
142
- } from "./commands/DeleteDirectConnectGatewayCommand";
143
- import {
144
- DeleteInterconnectCommand,
145
- DeleteInterconnectCommandInput,
146
- DeleteInterconnectCommandOutput,
147
- } from "./commands/DeleteInterconnectCommand";
148
- import { DeleteLagCommand, DeleteLagCommandInput, DeleteLagCommandOutput } from "./commands/DeleteLagCommand";
149
- import {
150
- DeleteVirtualInterfaceCommand,
151
- DeleteVirtualInterfaceCommandInput,
152
- DeleteVirtualInterfaceCommandOutput,
153
- } from "./commands/DeleteVirtualInterfaceCommand";
154
- import {
155
- DescribeConnectionLoaCommand,
156
- DescribeConnectionLoaCommandInput,
157
- DescribeConnectionLoaCommandOutput,
158
- } from "./commands/DescribeConnectionLoaCommand";
159
- import {
160
- DescribeConnectionsCommand,
161
- DescribeConnectionsCommandInput,
162
- DescribeConnectionsCommandOutput,
163
- } from "./commands/DescribeConnectionsCommand";
164
- import {
165
- DescribeConnectionsOnInterconnectCommand,
166
- DescribeConnectionsOnInterconnectCommandInput,
167
- DescribeConnectionsOnInterconnectCommandOutput,
168
- } from "./commands/DescribeConnectionsOnInterconnectCommand";
169
- import {
170
- DescribeDirectConnectGatewayAssociationProposalsCommand,
171
- DescribeDirectConnectGatewayAssociationProposalsCommandInput,
172
- DescribeDirectConnectGatewayAssociationProposalsCommandOutput,
173
- } from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
174
- import {
175
- DescribeDirectConnectGatewayAssociationsCommand,
176
- DescribeDirectConnectGatewayAssociationsCommandInput,
177
- DescribeDirectConnectGatewayAssociationsCommandOutput,
178
- } from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
179
- import {
180
- DescribeDirectConnectGatewayAttachmentsCommand,
181
- DescribeDirectConnectGatewayAttachmentsCommandInput,
182
- DescribeDirectConnectGatewayAttachmentsCommandOutput,
183
- } from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
184
- import {
185
- DescribeDirectConnectGatewaysCommand,
186
- DescribeDirectConnectGatewaysCommandInput,
187
- DescribeDirectConnectGatewaysCommandOutput,
188
- } from "./commands/DescribeDirectConnectGatewaysCommand";
189
- import {
190
- DescribeHostedConnectionsCommand,
191
- DescribeHostedConnectionsCommandInput,
192
- DescribeHostedConnectionsCommandOutput,
193
- } from "./commands/DescribeHostedConnectionsCommand";
194
- import {
195
- DescribeInterconnectLoaCommand,
196
- DescribeInterconnectLoaCommandInput,
197
- DescribeInterconnectLoaCommandOutput,
198
- } from "./commands/DescribeInterconnectLoaCommand";
199
- import {
200
- DescribeInterconnectsCommand,
201
- DescribeInterconnectsCommandInput,
202
- DescribeInterconnectsCommandOutput,
203
- } from "./commands/DescribeInterconnectsCommand";
204
- import {
205
- DescribeLagsCommand,
206
- DescribeLagsCommandInput,
207
- DescribeLagsCommandOutput,
208
- } from "./commands/DescribeLagsCommand";
209
- import { DescribeLoaCommand, DescribeLoaCommandInput, DescribeLoaCommandOutput } from "./commands/DescribeLoaCommand";
210
- import {
211
- DescribeLocationsCommand,
212
- DescribeLocationsCommandInput,
213
- DescribeLocationsCommandOutput,
214
- } from "./commands/DescribeLocationsCommand";
215
- import {
216
- DescribeTagsCommand,
217
- DescribeTagsCommandInput,
218
- DescribeTagsCommandOutput,
219
- } from "./commands/DescribeTagsCommand";
220
- import {
221
- DescribeVirtualGatewaysCommand,
222
- DescribeVirtualGatewaysCommandInput,
223
- DescribeVirtualGatewaysCommandOutput,
224
- } from "./commands/DescribeVirtualGatewaysCommand";
225
- import {
226
- DescribeVirtualInterfacesCommand,
227
- DescribeVirtualInterfacesCommandInput,
228
- DescribeVirtualInterfacesCommandOutput,
229
- } from "./commands/DescribeVirtualInterfacesCommand";
230
- import {
231
- DisassociateConnectionFromLagCommand,
232
- DisassociateConnectionFromLagCommandInput,
233
- DisassociateConnectionFromLagCommandOutput,
234
- } from "./commands/DisassociateConnectionFromLagCommand";
235
- import {
236
- DisassociateMacSecKeyCommand,
237
- DisassociateMacSecKeyCommandInput,
238
- DisassociateMacSecKeyCommandOutput,
239
- } from "./commands/DisassociateMacSecKeyCommand";
240
- import {
241
- ListVirtualInterfaceTestHistoryCommand,
242
- ListVirtualInterfaceTestHistoryCommandInput,
243
- ListVirtualInterfaceTestHistoryCommandOutput,
244
- } from "./commands/ListVirtualInterfaceTestHistoryCommand";
245
- import {
246
- StartBgpFailoverTestCommand,
247
- StartBgpFailoverTestCommandInput,
248
- StartBgpFailoverTestCommandOutput,
249
- } from "./commands/StartBgpFailoverTestCommand";
250
- import {
251
- StopBgpFailoverTestCommand,
252
- StopBgpFailoverTestCommandInput,
253
- StopBgpFailoverTestCommandOutput,
254
- } from "./commands/StopBgpFailoverTestCommand";
255
- import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
256
- import {
257
- UntagResourceCommand,
258
- UntagResourceCommandInput,
259
- UntagResourceCommandOutput,
260
- } from "./commands/UntagResourceCommand";
261
- import {
262
- UpdateConnectionCommand,
263
- UpdateConnectionCommandInput,
264
- UpdateConnectionCommandOutput,
265
- } from "./commands/UpdateConnectionCommand";
266
- import {
267
- UpdateDirectConnectGatewayAssociationCommand,
268
- UpdateDirectConnectGatewayAssociationCommandInput,
269
- UpdateDirectConnectGatewayAssociationCommandOutput,
270
- } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
271
- import { UpdateLagCommand, UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
272
- import {
273
- UpdateVirtualInterfaceAttributesCommand,
274
- UpdateVirtualInterfaceAttributesCommandInput,
275
- UpdateVirtualInterfaceAttributesCommandOutput,
276
- } from "./commands/UpdateVirtualInterfaceAttributesCommand";
277
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
278
-
279
- /**
280
- * <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
281
- * One end of the cable is connected to your router, the other to an Direct Connect router. With this connection
282
- * in place, you can create virtual interfaces directly to the Cloud (for example, to Amazon EC2
283
- * and Amazon S3) and to Amazon VPC, bypassing Internet service providers in your network path. A
284
- * connection provides access to all Regions except the China (Beijing) and (China) Ningxia Regions.
285
- * Amazon Web Services resources in the China Regions can only be accessed through locations associated with those Regions.</p>
286
- */
287
- export class DirectConnect extends DirectConnectClient {
288
- /**
289
- * <p>Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.</p>
290
- */
291
- public acceptDirectConnectGatewayAssociationProposal(
292
- args: AcceptDirectConnectGatewayAssociationProposalCommandInput,
293
- options?: __HttpHandlerOptions
294
- ): Promise<AcceptDirectConnectGatewayAssociationProposalCommandOutput>;
295
- public acceptDirectConnectGatewayAssociationProposal(
296
- args: AcceptDirectConnectGatewayAssociationProposalCommandInput,
297
- cb: (err: any, data?: AcceptDirectConnectGatewayAssociationProposalCommandOutput) => void
298
- ): void;
299
- public acceptDirectConnectGatewayAssociationProposal(
300
- args: AcceptDirectConnectGatewayAssociationProposalCommandInput,
301
- options: __HttpHandlerOptions,
302
- cb: (err: any, data?: AcceptDirectConnectGatewayAssociationProposalCommandOutput) => void
303
- ): void;
304
- public acceptDirectConnectGatewayAssociationProposal(
305
- args: AcceptDirectConnectGatewayAssociationProposalCommandInput,
306
- optionsOrCb?:
307
- | __HttpHandlerOptions
308
- | ((err: any, data?: AcceptDirectConnectGatewayAssociationProposalCommandOutput) => void),
309
- cb?: (err: any, data?: AcceptDirectConnectGatewayAssociationProposalCommandOutput) => void
310
- ): Promise<AcceptDirectConnectGatewayAssociationProposalCommandOutput> | void {
311
- const command = new AcceptDirectConnectGatewayAssociationProposalCommand(args);
312
- if (typeof optionsOrCb === "function") {
313
- this.send(command, optionsOrCb);
314
- } else if (typeof cb === "function") {
315
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
316
- this.send(command, optionsOrCb || {}, cb);
317
- } else {
318
- return this.send(command, optionsOrCb);
319
- }
320
- }
321
-
322
- /**
323
- * @deprecated
324
- *
325
- * <p>Deprecated. Use <a>AllocateHostedConnection</a> instead.</p>
326
- * <p>Creates a hosted connection on an interconnect.</p>
327
- * <p>Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect.</p>
328
- * <note>
329
- * <p>Intended for use by Direct Connect Partners only.</p>
330
- * </note>
331
- */
332
- public allocateConnectionOnInterconnect(
333
- args: AllocateConnectionOnInterconnectCommandInput,
334
- options?: __HttpHandlerOptions
335
- ): Promise<AllocateConnectionOnInterconnectCommandOutput>;
336
- public allocateConnectionOnInterconnect(
337
- args: AllocateConnectionOnInterconnectCommandInput,
338
- cb: (err: any, data?: AllocateConnectionOnInterconnectCommandOutput) => void
339
- ): void;
340
- public allocateConnectionOnInterconnect(
341
- args: AllocateConnectionOnInterconnectCommandInput,
342
- options: __HttpHandlerOptions,
343
- cb: (err: any, data?: AllocateConnectionOnInterconnectCommandOutput) => void
344
- ): void;
345
- public allocateConnectionOnInterconnect(
346
- args: AllocateConnectionOnInterconnectCommandInput,
347
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AllocateConnectionOnInterconnectCommandOutput) => void),
348
- cb?: (err: any, data?: AllocateConnectionOnInterconnectCommandOutput) => void
349
- ): Promise<AllocateConnectionOnInterconnectCommandOutput> | void {
350
- const command = new AllocateConnectionOnInterconnectCommand(args);
351
- if (typeof optionsOrCb === "function") {
352
- this.send(command, optionsOrCb);
353
- } else if (typeof cb === "function") {
354
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
355
- this.send(command, optionsOrCb || {}, cb);
356
- } else {
357
- return this.send(command, optionsOrCb);
358
- }
359
- }
360
-
361
- /**
362
- * <p>Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.</p>
363
- * <p>Allocates a VLAN number and a specified amount of capacity (bandwidth) for use by a hosted connection on the specified interconnect or LAG of interconnects.
364
- * Amazon Web Services polices the hosted connection for the specified capacity and the Direct Connect Partner must also police the hosted connection for the specified capacity.</p>
365
- * <note>
366
- * <p>Intended for use by Direct Connect Partners only.</p>
367
- * </note>
368
- */
369
- public allocateHostedConnection(
370
- args: AllocateHostedConnectionCommandInput,
371
- options?: __HttpHandlerOptions
372
- ): Promise<AllocateHostedConnectionCommandOutput>;
373
- public allocateHostedConnection(
374
- args: AllocateHostedConnectionCommandInput,
375
- cb: (err: any, data?: AllocateHostedConnectionCommandOutput) => void
376
- ): void;
377
- public allocateHostedConnection(
378
- args: AllocateHostedConnectionCommandInput,
379
- options: __HttpHandlerOptions,
380
- cb: (err: any, data?: AllocateHostedConnectionCommandOutput) => void
381
- ): void;
382
- public allocateHostedConnection(
383
- args: AllocateHostedConnectionCommandInput,
384
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AllocateHostedConnectionCommandOutput) => void),
385
- cb?: (err: any, data?: AllocateHostedConnectionCommandOutput) => void
386
- ): Promise<AllocateHostedConnectionCommandOutput> | void {
387
- const command = new AllocateHostedConnectionCommand(args);
388
- if (typeof optionsOrCb === "function") {
389
- this.send(command, optionsOrCb);
390
- } else if (typeof cb === "function") {
391
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
392
- this.send(command, optionsOrCb || {}, cb);
393
- } else {
394
- return this.send(command, optionsOrCb);
395
- }
396
- }
397
-
398
- /**
399
- * <p>Provisions a private virtual interface to be owned by the specified account.</p>
400
- * <p>Virtual interfaces created using this action must be confirmed by the owner using <a>ConfirmPrivateVirtualInterface</a>.
401
- * Until then, the virtual interface is in the <code>Confirming</code> state and is not available to handle traffic.</p>
402
- */
403
- public allocatePrivateVirtualInterface(
404
- args: AllocatePrivateVirtualInterfaceCommandInput,
405
- options?: __HttpHandlerOptions
406
- ): Promise<AllocatePrivateVirtualInterfaceCommandOutput>;
407
- public allocatePrivateVirtualInterface(
408
- args: AllocatePrivateVirtualInterfaceCommandInput,
409
- cb: (err: any, data?: AllocatePrivateVirtualInterfaceCommandOutput) => void
410
- ): void;
411
- public allocatePrivateVirtualInterface(
412
- args: AllocatePrivateVirtualInterfaceCommandInput,
413
- options: __HttpHandlerOptions,
414
- cb: (err: any, data?: AllocatePrivateVirtualInterfaceCommandOutput) => void
415
- ): void;
416
- public allocatePrivateVirtualInterface(
417
- args: AllocatePrivateVirtualInterfaceCommandInput,
418
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AllocatePrivateVirtualInterfaceCommandOutput) => void),
419
- cb?: (err: any, data?: AllocatePrivateVirtualInterfaceCommandOutput) => void
420
- ): Promise<AllocatePrivateVirtualInterfaceCommandOutput> | void {
421
- const command = new AllocatePrivateVirtualInterfaceCommand(args);
422
- if (typeof optionsOrCb === "function") {
423
- this.send(command, optionsOrCb);
424
- } else if (typeof cb === "function") {
425
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
426
- this.send(command, optionsOrCb || {}, cb);
427
- } else {
428
- return this.send(command, optionsOrCb);
429
- }
430
- }
431
-
432
- /**
433
- * <p>Provisions a public virtual interface to be owned by the specified account.</p>
434
- * <p>The owner of a connection calls this function to provision a public virtual interface to be owned by the specified account.</p>
435
- * <p>Virtual interfaces created using this function must be confirmed by the owner using <a>ConfirmPublicVirtualInterface</a>.
436
- * Until this step has been completed, the virtual interface is in the <code>confirming</code> state and is not available to handle traffic.</p>
437
- * <p>When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from
438
- * the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.</p>
439
- */
440
- public allocatePublicVirtualInterface(
441
- args: AllocatePublicVirtualInterfaceCommandInput,
442
- options?: __HttpHandlerOptions
443
- ): Promise<AllocatePublicVirtualInterfaceCommandOutput>;
444
- public allocatePublicVirtualInterface(
445
- args: AllocatePublicVirtualInterfaceCommandInput,
446
- cb: (err: any, data?: AllocatePublicVirtualInterfaceCommandOutput) => void
447
- ): void;
448
- public allocatePublicVirtualInterface(
449
- args: AllocatePublicVirtualInterfaceCommandInput,
450
- options: __HttpHandlerOptions,
451
- cb: (err: any, data?: AllocatePublicVirtualInterfaceCommandOutput) => void
452
- ): void;
453
- public allocatePublicVirtualInterface(
454
- args: AllocatePublicVirtualInterfaceCommandInput,
455
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AllocatePublicVirtualInterfaceCommandOutput) => void),
456
- cb?: (err: any, data?: AllocatePublicVirtualInterfaceCommandOutput) => void
457
- ): Promise<AllocatePublicVirtualInterfaceCommandOutput> | void {
458
- const command = new AllocatePublicVirtualInterfaceCommand(args);
459
- if (typeof optionsOrCb === "function") {
460
- this.send(command, optionsOrCb);
461
- } else if (typeof cb === "function") {
462
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
463
- this.send(command, optionsOrCb || {}, cb);
464
- } else {
465
- return this.send(command, optionsOrCb);
466
- }
467
- }
468
-
469
- /**
470
- * <p>Provisions a transit virtual interface to be owned by the specified account. Use this type of interface to connect a transit gateway to your Direct Connect gateway.</p>
471
- * <p>The owner of a connection provisions a transit virtual interface to be owned by the specified account.</p>
472
- * <p>After you create a transit virtual interface, it must be confirmed by the owner using <a>ConfirmTransitVirtualInterface</a>. Until this step has been completed, the transit virtual interface is in the <code>requested</code> state and is not available to handle traffic.</p>
473
- */
474
- public allocateTransitVirtualInterface(
475
- args: AllocateTransitVirtualInterfaceCommandInput,
476
- options?: __HttpHandlerOptions
477
- ): Promise<AllocateTransitVirtualInterfaceCommandOutput>;
478
- public allocateTransitVirtualInterface(
479
- args: AllocateTransitVirtualInterfaceCommandInput,
480
- cb: (err: any, data?: AllocateTransitVirtualInterfaceCommandOutput) => void
481
- ): void;
482
- public allocateTransitVirtualInterface(
483
- args: AllocateTransitVirtualInterfaceCommandInput,
484
- options: __HttpHandlerOptions,
485
- cb: (err: any, data?: AllocateTransitVirtualInterfaceCommandOutput) => void
486
- ): void;
487
- public allocateTransitVirtualInterface(
488
- args: AllocateTransitVirtualInterfaceCommandInput,
489
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AllocateTransitVirtualInterfaceCommandOutput) => void),
490
- cb?: (err: any, data?: AllocateTransitVirtualInterfaceCommandOutput) => void
491
- ): Promise<AllocateTransitVirtualInterfaceCommandOutput> | void {
492
- const command = new AllocateTransitVirtualInterfaceCommand(args);
493
- if (typeof optionsOrCb === "function") {
494
- this.send(command, optionsOrCb);
495
- } else if (typeof cb === "function") {
496
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
497
- this.send(command, optionsOrCb || {}, cb);
498
- } else {
499
- return this.send(command, optionsOrCb);
500
- }
501
- }
502
-
503
- /**
504
- * <p>Associates an existing connection with a link aggregation group (LAG). The connection
505
- * is interrupted and re-established as a member of the LAG (connectivity to Amazon Web Services is
506
- * interrupted). The connection must be hosted on the same Direct Connect endpoint as the LAG, and its
507
- * bandwidth must match the bandwidth for the LAG. You can re-associate a connection that's
508
- * currently associated with a different LAG; however, if removing the connection would cause
509
- * the original LAG to fall below its setting for minimum number of operational connections,
510
- * the request fails.</p>
511
- * <p>Any virtual interfaces that are directly associated with the connection are
512
- * automatically re-associated with the LAG. If the connection was originally associated
513
- * with a different LAG, the virtual interfaces remain associated with the original
514
- * LAG.</p>
515
- * <p>For interconnects, any hosted connections are automatically re-associated with the
516
- * LAG. If the interconnect was originally associated with a different LAG, the hosted
517
- * connections remain associated with the original LAG.</p>
518
- */
519
- public associateConnectionWithLag(
520
- args: AssociateConnectionWithLagCommandInput,
521
- options?: __HttpHandlerOptions
522
- ): Promise<AssociateConnectionWithLagCommandOutput>;
523
- public associateConnectionWithLag(
524
- args: AssociateConnectionWithLagCommandInput,
525
- cb: (err: any, data?: AssociateConnectionWithLagCommandOutput) => void
526
- ): void;
527
- public associateConnectionWithLag(
528
- args: AssociateConnectionWithLagCommandInput,
529
- options: __HttpHandlerOptions,
530
- cb: (err: any, data?: AssociateConnectionWithLagCommandOutput) => void
531
- ): void;
532
- public associateConnectionWithLag(
533
- args: AssociateConnectionWithLagCommandInput,
534
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateConnectionWithLagCommandOutput) => void),
535
- cb?: (err: any, data?: AssociateConnectionWithLagCommandOutput) => void
536
- ): Promise<AssociateConnectionWithLagCommandOutput> | void {
537
- const command = new AssociateConnectionWithLagCommand(args);
538
- if (typeof optionsOrCb === "function") {
539
- this.send(command, optionsOrCb);
540
- } else if (typeof cb === "function") {
541
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
542
- this.send(command, optionsOrCb || {}, cb);
543
- } else {
544
- return this.send(command, optionsOrCb);
545
- }
546
- }
547
-
548
- /**
549
- * <p>Associates a hosted connection and its virtual interfaces with a link aggregation
550
- * group (LAG) or interconnect. If the target interconnect or LAG has an existing hosted
551
- * connection with a conflicting VLAN number or IP address, the operation fails. This
552
- * action temporarily interrupts the hosted connection's connectivity to Amazon Web Services
553
- * as it is being migrated.</p>
554
- * <note>
555
- * <p>Intended for use by Direct Connect Partners only.</p>
556
- * </note>
557
- */
558
- public associateHostedConnection(
559
- args: AssociateHostedConnectionCommandInput,
560
- options?: __HttpHandlerOptions
561
- ): Promise<AssociateHostedConnectionCommandOutput>;
562
- public associateHostedConnection(
563
- args: AssociateHostedConnectionCommandInput,
564
- cb: (err: any, data?: AssociateHostedConnectionCommandOutput) => void
565
- ): void;
566
- public associateHostedConnection(
567
- args: AssociateHostedConnectionCommandInput,
568
- options: __HttpHandlerOptions,
569
- cb: (err: any, data?: AssociateHostedConnectionCommandOutput) => void
570
- ): void;
571
- public associateHostedConnection(
572
- args: AssociateHostedConnectionCommandInput,
573
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateHostedConnectionCommandOutput) => void),
574
- cb?: (err: any, data?: AssociateHostedConnectionCommandOutput) => void
575
- ): Promise<AssociateHostedConnectionCommandOutput> | void {
576
- const command = new AssociateHostedConnectionCommand(args);
577
- if (typeof optionsOrCb === "function") {
578
- this.send(command, optionsOrCb);
579
- } else if (typeof cb === "function") {
580
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
581
- this.send(command, optionsOrCb || {}, cb);
582
- } else {
583
- return this.send(command, optionsOrCb);
584
- }
585
- }
586
-
587
- /**
588
- * <p>Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an Direct Connect dedicated connection.</p>
589
- * <p>You must supply either the <code>secretARN,</code> or the CKN/CAK (<code>ckn</code> and <code>cak</code>) pair in the request.</p>
590
- * <p>For information about MAC Security (MACsec) key considerations, see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-key-consideration">MACsec pre-shared CKN/CAK key considerations </a> in the <i>Direct Connect User Guide</i>.</p>
591
- */
592
- public associateMacSecKey(
593
- args: AssociateMacSecKeyCommandInput,
594
- options?: __HttpHandlerOptions
595
- ): Promise<AssociateMacSecKeyCommandOutput>;
596
- public associateMacSecKey(
597
- args: AssociateMacSecKeyCommandInput,
598
- cb: (err: any, data?: AssociateMacSecKeyCommandOutput) => void
599
- ): void;
600
- public associateMacSecKey(
601
- args: AssociateMacSecKeyCommandInput,
602
- options: __HttpHandlerOptions,
603
- cb: (err: any, data?: AssociateMacSecKeyCommandOutput) => void
604
- ): void;
605
- public associateMacSecKey(
606
- args: AssociateMacSecKeyCommandInput,
607
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateMacSecKeyCommandOutput) => void),
608
- cb?: (err: any, data?: AssociateMacSecKeyCommandOutput) => void
609
- ): Promise<AssociateMacSecKeyCommandOutput> | void {
610
- const command = new AssociateMacSecKeyCommand(args);
611
- if (typeof optionsOrCb === "function") {
612
- this.send(command, optionsOrCb);
613
- } else if (typeof cb === "function") {
614
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
615
- this.send(command, optionsOrCb || {}, cb);
616
- } else {
617
- return this.send(command, optionsOrCb);
618
- }
619
- }
620
-
621
- /**
622
- * <p>Associates a virtual interface with a specified link aggregation group (LAG) or
623
- * connection. Connectivity to Amazon Web Services is temporarily interrupted as the virtual interface is
624
- * being migrated. If the target connection or LAG has an associated virtual interface with
625
- * a conflicting VLAN number or a conflicting IP address, the operation fails.</p>
626
- * <p>Virtual interfaces associated with a hosted connection cannot be associated with a
627
- * LAG; hosted connections must be migrated along with their virtual interfaces using <a>AssociateHostedConnection</a>.</p>
628
- * <p>To reassociate a virtual interface to a new connection or LAG, the requester
629
- * must own either the virtual interface itself or the connection to which the virtual
630
- * interface is currently associated. Additionally, the requester must own the connection
631
- * or LAG for the association.</p>
632
- */
633
- public associateVirtualInterface(
634
- args: AssociateVirtualInterfaceCommandInput,
635
- options?: __HttpHandlerOptions
636
- ): Promise<AssociateVirtualInterfaceCommandOutput>;
637
- public associateVirtualInterface(
638
- args: AssociateVirtualInterfaceCommandInput,
639
- cb: (err: any, data?: AssociateVirtualInterfaceCommandOutput) => void
640
- ): void;
641
- public associateVirtualInterface(
642
- args: AssociateVirtualInterfaceCommandInput,
643
- options: __HttpHandlerOptions,
644
- cb: (err: any, data?: AssociateVirtualInterfaceCommandOutput) => void
645
- ): void;
646
- public associateVirtualInterface(
647
- args: AssociateVirtualInterfaceCommandInput,
648
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateVirtualInterfaceCommandOutput) => void),
649
- cb?: (err: any, data?: AssociateVirtualInterfaceCommandOutput) => void
650
- ): Promise<AssociateVirtualInterfaceCommandOutput> | void {
651
- const command = new AssociateVirtualInterfaceCommand(args);
652
- if (typeof optionsOrCb === "function") {
653
- this.send(command, optionsOrCb);
654
- } else if (typeof cb === "function") {
655
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
656
- this.send(command, optionsOrCb || {}, cb);
657
- } else {
658
- return this.send(command, optionsOrCb);
659
- }
660
- }
661
-
662
- /**
663
- * <p>Confirms the creation of the specified hosted connection on an interconnect.</p>
664
- * <p>Upon creation, the hosted connection is initially in the <code>Ordering</code> state, and
665
- * remains in this state until the owner confirms creation of the hosted connection.</p>
666
- */
667
- public confirmConnection(
668
- args: ConfirmConnectionCommandInput,
669
- options?: __HttpHandlerOptions
670
- ): Promise<ConfirmConnectionCommandOutput>;
671
- public confirmConnection(
672
- args: ConfirmConnectionCommandInput,
673
- cb: (err: any, data?: ConfirmConnectionCommandOutput) => void
674
- ): void;
675
- public confirmConnection(
676
- args: ConfirmConnectionCommandInput,
677
- options: __HttpHandlerOptions,
678
- cb: (err: any, data?: ConfirmConnectionCommandOutput) => void
679
- ): void;
680
- public confirmConnection(
681
- args: ConfirmConnectionCommandInput,
682
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ConfirmConnectionCommandOutput) => void),
683
- cb?: (err: any, data?: ConfirmConnectionCommandOutput) => void
684
- ): Promise<ConfirmConnectionCommandOutput> | void {
685
- const command = new ConfirmConnectionCommand(args);
686
- if (typeof optionsOrCb === "function") {
687
- this.send(command, optionsOrCb);
688
- } else if (typeof cb === "function") {
689
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
690
- this.send(command, optionsOrCb || {}, cb);
691
- } else {
692
- return this.send(command, optionsOrCb);
693
- }
694
- }
695
-
696
- /**
697
- * <p>Accepts ownership of a private virtual interface created by another account.</p>
698
- * <p>After the virtual interface owner makes this call, the virtual interface is
699
- * created and attached to the specified virtual private gateway or Direct Connect gateway, and is
700
- * made available to handle traffic.</p>
701
- */
702
- public confirmPrivateVirtualInterface(
703
- args: ConfirmPrivateVirtualInterfaceCommandInput,
704
- options?: __HttpHandlerOptions
705
- ): Promise<ConfirmPrivateVirtualInterfaceCommandOutput>;
706
- public confirmPrivateVirtualInterface(
707
- args: ConfirmPrivateVirtualInterfaceCommandInput,
708
- cb: (err: any, data?: ConfirmPrivateVirtualInterfaceCommandOutput) => void
709
- ): void;
710
- public confirmPrivateVirtualInterface(
711
- args: ConfirmPrivateVirtualInterfaceCommandInput,
712
- options: __HttpHandlerOptions,
713
- cb: (err: any, data?: ConfirmPrivateVirtualInterfaceCommandOutput) => void
714
- ): void;
715
- public confirmPrivateVirtualInterface(
716
- args: ConfirmPrivateVirtualInterfaceCommandInput,
717
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ConfirmPrivateVirtualInterfaceCommandOutput) => void),
718
- cb?: (err: any, data?: ConfirmPrivateVirtualInterfaceCommandOutput) => void
719
- ): Promise<ConfirmPrivateVirtualInterfaceCommandOutput> | void {
720
- const command = new ConfirmPrivateVirtualInterfaceCommand(args);
721
- if (typeof optionsOrCb === "function") {
722
- this.send(command, optionsOrCb);
723
- } else if (typeof cb === "function") {
724
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
725
- this.send(command, optionsOrCb || {}, cb);
726
- } else {
727
- return this.send(command, optionsOrCb);
728
- }
729
- }
730
-
731
- /**
732
- * <p>Accepts ownership of a public virtual interface created by another account.</p>
733
- * <p>After the virtual interface owner makes this call, the specified virtual interface is
734
- * created and made available to handle traffic.</p>
735
- */
736
- public confirmPublicVirtualInterface(
737
- args: ConfirmPublicVirtualInterfaceCommandInput,
738
- options?: __HttpHandlerOptions
739
- ): Promise<ConfirmPublicVirtualInterfaceCommandOutput>;
740
- public confirmPublicVirtualInterface(
741
- args: ConfirmPublicVirtualInterfaceCommandInput,
742
- cb: (err: any, data?: ConfirmPublicVirtualInterfaceCommandOutput) => void
743
- ): void;
744
- public confirmPublicVirtualInterface(
745
- args: ConfirmPublicVirtualInterfaceCommandInput,
746
- options: __HttpHandlerOptions,
747
- cb: (err: any, data?: ConfirmPublicVirtualInterfaceCommandOutput) => void
748
- ): void;
749
- public confirmPublicVirtualInterface(
750
- args: ConfirmPublicVirtualInterfaceCommandInput,
751
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ConfirmPublicVirtualInterfaceCommandOutput) => void),
752
- cb?: (err: any, data?: ConfirmPublicVirtualInterfaceCommandOutput) => void
753
- ): Promise<ConfirmPublicVirtualInterfaceCommandOutput> | void {
754
- const command = new ConfirmPublicVirtualInterfaceCommand(args);
755
- if (typeof optionsOrCb === "function") {
756
- this.send(command, optionsOrCb);
757
- } else if (typeof cb === "function") {
758
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
759
- this.send(command, optionsOrCb || {}, cb);
760
- } else {
761
- return this.send(command, optionsOrCb);
762
- }
763
- }
764
-
765
- /**
766
- * <p>Accepts ownership of a transit virtual interface created by another account.</p>
767
- *
768
- * <p> After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.</p>
769
- */
770
- public confirmTransitVirtualInterface(
771
- args: ConfirmTransitVirtualInterfaceCommandInput,
772
- options?: __HttpHandlerOptions
773
- ): Promise<ConfirmTransitVirtualInterfaceCommandOutput>;
774
- public confirmTransitVirtualInterface(
775
- args: ConfirmTransitVirtualInterfaceCommandInput,
776
- cb: (err: any, data?: ConfirmTransitVirtualInterfaceCommandOutput) => void
777
- ): void;
778
- public confirmTransitVirtualInterface(
779
- args: ConfirmTransitVirtualInterfaceCommandInput,
780
- options: __HttpHandlerOptions,
781
- cb: (err: any, data?: ConfirmTransitVirtualInterfaceCommandOutput) => void
782
- ): void;
783
- public confirmTransitVirtualInterface(
784
- args: ConfirmTransitVirtualInterfaceCommandInput,
785
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ConfirmTransitVirtualInterfaceCommandOutput) => void),
786
- cb?: (err: any, data?: ConfirmTransitVirtualInterfaceCommandOutput) => void
787
- ): Promise<ConfirmTransitVirtualInterfaceCommandOutput> | void {
788
- const command = new ConfirmTransitVirtualInterfaceCommand(args);
789
- if (typeof optionsOrCb === "function") {
790
- this.send(command, optionsOrCb);
791
- } else if (typeof cb === "function") {
792
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
793
- this.send(command, optionsOrCb || {}, cb);
794
- } else {
795
- return this.send(command, optionsOrCb);
796
- }
797
- }
798
-
799
- /**
800
- * <p>Creates a BGP peer on the specified virtual interface.</p>
801
- * <p>You must create a BGP peer for the corresponding address family (IPv4/IPv6) in order to access Amazon Web Services resources that also use that address family.</p>
802
- * <p>If logical redundancy is not supported by the connection, interconnect, or LAG, the BGP peer cannot
803
- * be in the same address family as an existing BGP peer on the virtual interface.</p>
804
- * <p>When creating a IPv6 BGP peer, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from
805
- * the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.</p>
806
- * <p>For a public virtual interface, the Autonomous System Number (ASN) must be private or already on the allow list for the virtual interface.</p>
807
- */
808
- public createBGPPeer(
809
- args: CreateBGPPeerCommandInput,
810
- options?: __HttpHandlerOptions
811
- ): Promise<CreateBGPPeerCommandOutput>;
812
- public createBGPPeer(
813
- args: CreateBGPPeerCommandInput,
814
- cb: (err: any, data?: CreateBGPPeerCommandOutput) => void
815
- ): void;
816
- public createBGPPeer(
817
- args: CreateBGPPeerCommandInput,
818
- options: __HttpHandlerOptions,
819
- cb: (err: any, data?: CreateBGPPeerCommandOutput) => void
820
- ): void;
821
- public createBGPPeer(
822
- args: CreateBGPPeerCommandInput,
823
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateBGPPeerCommandOutput) => void),
824
- cb?: (err: any, data?: CreateBGPPeerCommandOutput) => void
825
- ): Promise<CreateBGPPeerCommandOutput> | void {
826
- const command = new CreateBGPPeerCommand(args);
827
- if (typeof optionsOrCb === "function") {
828
- this.send(command, optionsOrCb);
829
- } else if (typeof cb === "function") {
830
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
831
- this.send(command, optionsOrCb || {}, cb);
832
- } else {
833
- return this.send(command, optionsOrCb);
834
- }
835
- }
836
-
837
- /**
838
- * <p>Creates a connection between a customer network and a specific Direct Connect location.</p>
839
- *
840
- * <p>A connection links your internal network to an Direct Connect location over a standard Ethernet fiber-optic
841
- * cable. One end of the cable is connected to your router, the other to an Direct Connect router.</p>
842
- * <p>To find the locations for your Region, use <a>DescribeLocations</a>.</p>
843
- * <p>You can automatically add the new connection to a link aggregation group (LAG) by
844
- * specifying a LAG ID in the request. This ensures that the new connection is allocated on the
845
- * same Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint,
846
- * the request fails and no connection is created.</p>
847
- */
848
- public createConnection(
849
- args: CreateConnectionCommandInput,
850
- options?: __HttpHandlerOptions
851
- ): Promise<CreateConnectionCommandOutput>;
852
- public createConnection(
853
- args: CreateConnectionCommandInput,
854
- cb: (err: any, data?: CreateConnectionCommandOutput) => void
855
- ): void;
856
- public createConnection(
857
- args: CreateConnectionCommandInput,
858
- options: __HttpHandlerOptions,
859
- cb: (err: any, data?: CreateConnectionCommandOutput) => void
860
- ): void;
861
- public createConnection(
862
- args: CreateConnectionCommandInput,
863
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateConnectionCommandOutput) => void),
864
- cb?: (err: any, data?: CreateConnectionCommandOutput) => void
865
- ): Promise<CreateConnectionCommandOutput> | void {
866
- const command = new CreateConnectionCommand(args);
867
- if (typeof optionsOrCb === "function") {
868
- this.send(command, optionsOrCb);
869
- } else if (typeof cb === "function") {
870
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
871
- this.send(command, optionsOrCb || {}, cb);
872
- } else {
873
- return this.send(command, optionsOrCb);
874
- }
875
- }
876
-
877
- /**
878
- * <p>Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set
879
- * of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any
880
- * Region after it is created. The virtual interfaces and virtual private gateways that
881
- * are connected through a Direct Connect gateway can be in different Regions. This enables you to
882
- * connect to a VPC in any Region, regardless of the Region in which the virtual interfaces
883
- * are located, and pass traffic between them.</p>
884
- */
885
- public createDirectConnectGateway(
886
- args: CreateDirectConnectGatewayCommandInput,
887
- options?: __HttpHandlerOptions
888
- ): Promise<CreateDirectConnectGatewayCommandOutput>;
889
- public createDirectConnectGateway(
890
- args: CreateDirectConnectGatewayCommandInput,
891
- cb: (err: any, data?: CreateDirectConnectGatewayCommandOutput) => void
892
- ): void;
893
- public createDirectConnectGateway(
894
- args: CreateDirectConnectGatewayCommandInput,
895
- options: __HttpHandlerOptions,
896
- cb: (err: any, data?: CreateDirectConnectGatewayCommandOutput) => void
897
- ): void;
898
- public createDirectConnectGateway(
899
- args: CreateDirectConnectGatewayCommandInput,
900
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateDirectConnectGatewayCommandOutput) => void),
901
- cb?: (err: any, data?: CreateDirectConnectGatewayCommandOutput) => void
902
- ): Promise<CreateDirectConnectGatewayCommandOutput> | void {
903
- const command = new CreateDirectConnectGatewayCommand(args);
904
- if (typeof optionsOrCb === "function") {
905
- this.send(command, optionsOrCb);
906
- } else if (typeof cb === "function") {
907
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
908
- this.send(command, optionsOrCb || {}, cb);
909
- } else {
910
- return this.send(command, optionsOrCb);
911
- }
912
- }
913
-
914
- /**
915
- * <p>Creates an association between a Direct Connect gateway and a virtual private gateway. The virtual
916
- * private gateway must be attached to a VPC and must not be associated with another Direct Connect gateway.</p>
917
- */
918
- public createDirectConnectGatewayAssociation(
919
- args: CreateDirectConnectGatewayAssociationCommandInput,
920
- options?: __HttpHandlerOptions
921
- ): Promise<CreateDirectConnectGatewayAssociationCommandOutput>;
922
- public createDirectConnectGatewayAssociation(
923
- args: CreateDirectConnectGatewayAssociationCommandInput,
924
- cb: (err: any, data?: CreateDirectConnectGatewayAssociationCommandOutput) => void
925
- ): void;
926
- public createDirectConnectGatewayAssociation(
927
- args: CreateDirectConnectGatewayAssociationCommandInput,
928
- options: __HttpHandlerOptions,
929
- cb: (err: any, data?: CreateDirectConnectGatewayAssociationCommandOutput) => void
930
- ): void;
931
- public createDirectConnectGatewayAssociation(
932
- args: CreateDirectConnectGatewayAssociationCommandInput,
933
- optionsOrCb?:
934
- | __HttpHandlerOptions
935
- | ((err: any, data?: CreateDirectConnectGatewayAssociationCommandOutput) => void),
936
- cb?: (err: any, data?: CreateDirectConnectGatewayAssociationCommandOutput) => void
937
- ): Promise<CreateDirectConnectGatewayAssociationCommandOutput> | void {
938
- const command = new CreateDirectConnectGatewayAssociationCommand(args);
939
- if (typeof optionsOrCb === "function") {
940
- this.send(command, optionsOrCb);
941
- } else if (typeof cb === "function") {
942
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
943
- this.send(command, optionsOrCb || {}, cb);
944
- } else {
945
- return this.send(command, optionsOrCb);
946
- }
947
- }
948
-
949
- /**
950
- * <p>Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.</p>
951
- * <p>You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any account. </p>
952
- */
953
- public createDirectConnectGatewayAssociationProposal(
954
- args: CreateDirectConnectGatewayAssociationProposalCommandInput,
955
- options?: __HttpHandlerOptions
956
- ): Promise<CreateDirectConnectGatewayAssociationProposalCommandOutput>;
957
- public createDirectConnectGatewayAssociationProposal(
958
- args: CreateDirectConnectGatewayAssociationProposalCommandInput,
959
- cb: (err: any, data?: CreateDirectConnectGatewayAssociationProposalCommandOutput) => void
960
- ): void;
961
- public createDirectConnectGatewayAssociationProposal(
962
- args: CreateDirectConnectGatewayAssociationProposalCommandInput,
963
- options: __HttpHandlerOptions,
964
- cb: (err: any, data?: CreateDirectConnectGatewayAssociationProposalCommandOutput) => void
965
- ): void;
966
- public createDirectConnectGatewayAssociationProposal(
967
- args: CreateDirectConnectGatewayAssociationProposalCommandInput,
968
- optionsOrCb?:
969
- | __HttpHandlerOptions
970
- | ((err: any, data?: CreateDirectConnectGatewayAssociationProposalCommandOutput) => void),
971
- cb?: (err: any, data?: CreateDirectConnectGatewayAssociationProposalCommandOutput) => void
972
- ): Promise<CreateDirectConnectGatewayAssociationProposalCommandOutput> | void {
973
- const command = new CreateDirectConnectGatewayAssociationProposalCommand(args);
974
- if (typeof optionsOrCb === "function") {
975
- this.send(command, optionsOrCb);
976
- } else if (typeof cb === "function") {
977
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
978
- this.send(command, optionsOrCb || {}, cb);
979
- } else {
980
- return this.send(command, optionsOrCb);
981
- }
982
- }
983
-
984
- /**
985
- * <p>Creates an interconnect between an Direct Connect Partner's network and a specific Direct Connect location.</p>
986
- * <p>An interconnect is a connection that is capable of hosting other connections. The
987
- * Direct Connect Partner can use an interconnect to provide Direct Connect hosted
988
- * connections to customers through their own network services. Like a standard connection, an
989
- * interconnect links the partner's network to an Direct Connect location over a standard Ethernet
990
- * fiber-optic cable. One end is connected to the partner's router, the other to an Direct Connect
991
- * router.</p>
992
- * <p>You can automatically add the new interconnect to a link aggregation group (LAG) by
993
- * specifying a LAG ID in the request. This ensures that the new interconnect is allocated on
994
- * the same Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the
995
- * endpoint, the request fails and no interconnect is created.</p>
996
- * <p>For each end customer, the Direct Connect Partner provisions a connection on their interconnect by calling <a>AllocateHostedConnection</a>.
997
- * The end customer can then connect to Amazon Web Services resources by creating a virtual interface on their connection, using the VLAN assigned to them by the Direct Connect Partner.</p>
998
- * <note>
999
- * <p>Intended for use by Direct Connect Partners only.</p>
1000
- * </note>
1001
- */
1002
- public createInterconnect(
1003
- args: CreateInterconnectCommandInput,
1004
- options?: __HttpHandlerOptions
1005
- ): Promise<CreateInterconnectCommandOutput>;
1006
- public createInterconnect(
1007
- args: CreateInterconnectCommandInput,
1008
- cb: (err: any, data?: CreateInterconnectCommandOutput) => void
1009
- ): void;
1010
- public createInterconnect(
1011
- args: CreateInterconnectCommandInput,
1012
- options: __HttpHandlerOptions,
1013
- cb: (err: any, data?: CreateInterconnectCommandOutput) => void
1014
- ): void;
1015
- public createInterconnect(
1016
- args: CreateInterconnectCommandInput,
1017
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateInterconnectCommandOutput) => void),
1018
- cb?: (err: any, data?: CreateInterconnectCommandOutput) => void
1019
- ): Promise<CreateInterconnectCommandOutput> | void {
1020
- const command = new CreateInterconnectCommand(args);
1021
- if (typeof optionsOrCb === "function") {
1022
- this.send(command, optionsOrCb);
1023
- } else if (typeof cb === "function") {
1024
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1025
- this.send(command, optionsOrCb || {}, cb);
1026
- } else {
1027
- return this.send(command, optionsOrCb);
1028
- }
1029
- }
1030
-
1031
- /**
1032
- * <p>Creates a link aggregation group (LAG) with the specified number of bundled
1033
- * physical dedicated connections between the customer network and a specific Direct Connect location.
1034
- * A LAG is a logical interface that uses the Link Aggregation Control Protocol
1035
- * (LACP) to aggregate multiple interfaces, enabling you to treat them as a single
1036
- * interface.</p>
1037
- * <p>All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint.</p>
1038
- * <p>You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you
1039
- * request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is
1040
- * created.</p>
1041
- * <p>You can specify an existing physical dedicated connection or interconnect to include in
1042
- * the LAG (which counts towards the total number of connections). Doing so interrupts the
1043
- * current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG
1044
- * will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any
1045
- * virtual interfaces associated with the dedicated connection are automatically disassociated
1046
- * and re-associated with the LAG. The connection ID does not change.</p>
1047
- * <p>If the account used to create a LAG is a registered Direct Connect Partner, the LAG is
1048
- * automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual
1049
- * interfaces cannot be directly configured.</p>
1050
- */
1051
- public createLag(args: CreateLagCommandInput, options?: __HttpHandlerOptions): Promise<CreateLagCommandOutput>;
1052
- public createLag(args: CreateLagCommandInput, cb: (err: any, data?: CreateLagCommandOutput) => void): void;
1053
- public createLag(
1054
- args: CreateLagCommandInput,
1055
- options: __HttpHandlerOptions,
1056
- cb: (err: any, data?: CreateLagCommandOutput) => void
1057
- ): void;
1058
- public createLag(
1059
- args: CreateLagCommandInput,
1060
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateLagCommandOutput) => void),
1061
- cb?: (err: any, data?: CreateLagCommandOutput) => void
1062
- ): Promise<CreateLagCommandOutput> | void {
1063
- const command = new CreateLagCommand(args);
1064
- if (typeof optionsOrCb === "function") {
1065
- this.send(command, optionsOrCb);
1066
- } else if (typeof cb === "function") {
1067
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1068
- this.send(command, optionsOrCb || {}, cb);
1069
- } else {
1070
- return this.send(command, optionsOrCb);
1071
- }
1072
- }
1073
-
1074
- /**
1075
- * <p>Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic.
1076
- * A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW).
1077
- * Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple
1078
- * VPCs, including VPCs in different Regions. Connecting the private virtual interface
1079
- * to a VGW only provides access to a single VPC within the same Region.</p>
1080
- * <p>Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to
1081
- * the underlying physical connection if it wasn't updated to support jumbo frames. Updating
1082
- * the connection disrupts network connectivity for all virtual interfaces associated with
1083
- * the connection for up to 30 seconds. To check whether your connection supports jumbo
1084
- * frames, call <a>DescribeConnections</a>. To check whether your virtual
1085
- * interface supports jumbo frames, call <a>DescribeVirtualInterfaces</a>.</p>
1086
- */
1087
- public createPrivateVirtualInterface(
1088
- args: CreatePrivateVirtualInterfaceCommandInput,
1089
- options?: __HttpHandlerOptions
1090
- ): Promise<CreatePrivateVirtualInterfaceCommandOutput>;
1091
- public createPrivateVirtualInterface(
1092
- args: CreatePrivateVirtualInterfaceCommandInput,
1093
- cb: (err: any, data?: CreatePrivateVirtualInterfaceCommandOutput) => void
1094
- ): void;
1095
- public createPrivateVirtualInterface(
1096
- args: CreatePrivateVirtualInterfaceCommandInput,
1097
- options: __HttpHandlerOptions,
1098
- cb: (err: any, data?: CreatePrivateVirtualInterfaceCommandOutput) => void
1099
- ): void;
1100
- public createPrivateVirtualInterface(
1101
- args: CreatePrivateVirtualInterfaceCommandInput,
1102
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreatePrivateVirtualInterfaceCommandOutput) => void),
1103
- cb?: (err: any, data?: CreatePrivateVirtualInterfaceCommandOutput) => void
1104
- ): Promise<CreatePrivateVirtualInterfaceCommandOutput> | void {
1105
- const command = new CreatePrivateVirtualInterfaceCommand(args);
1106
- if (typeof optionsOrCb === "function") {
1107
- this.send(command, optionsOrCb);
1108
- } else if (typeof cb === "function") {
1109
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1110
- this.send(command, optionsOrCb || {}, cb);
1111
- } else {
1112
- return this.send(command, optionsOrCb);
1113
- }
1114
- }
1115
-
1116
- /**
1117
- * <p>Creates a public virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic.
1118
- * A public virtual interface supports sending traffic to public services of Amazon Web Services such as Amazon S3.</p>
1119
- * <p>When creating an IPv6 public virtual interface (<code>addressFamily</code> is <code>ipv6</code>), leave the <code>customer</code>
1120
- * and <code>amazon</code> address fields blank to use auto-assigned IPv6 space. Custom IPv6 addresses are not supported.</p>
1121
- */
1122
- public createPublicVirtualInterface(
1123
- args: CreatePublicVirtualInterfaceCommandInput,
1124
- options?: __HttpHandlerOptions
1125
- ): Promise<CreatePublicVirtualInterfaceCommandOutput>;
1126
- public createPublicVirtualInterface(
1127
- args: CreatePublicVirtualInterfaceCommandInput,
1128
- cb: (err: any, data?: CreatePublicVirtualInterfaceCommandOutput) => void
1129
- ): void;
1130
- public createPublicVirtualInterface(
1131
- args: CreatePublicVirtualInterfaceCommandInput,
1132
- options: __HttpHandlerOptions,
1133
- cb: (err: any, data?: CreatePublicVirtualInterfaceCommandOutput) => void
1134
- ): void;
1135
- public createPublicVirtualInterface(
1136
- args: CreatePublicVirtualInterfaceCommandInput,
1137
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreatePublicVirtualInterfaceCommandOutput) => void),
1138
- cb?: (err: any, data?: CreatePublicVirtualInterfaceCommandOutput) => void
1139
- ): Promise<CreatePublicVirtualInterfaceCommandOutput> | void {
1140
- const command = new CreatePublicVirtualInterfaceCommand(args);
1141
- if (typeof optionsOrCb === "function") {
1142
- this.send(command, optionsOrCb);
1143
- } else if (typeof cb === "function") {
1144
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1145
- this.send(command, optionsOrCb || {}, cb);
1146
- } else {
1147
- return this.send(command, optionsOrCb);
1148
- }
1149
- }
1150
-
1151
- /**
1152
- * <p>Creates a transit virtual interface. A transit virtual interface should be used to access one or more transit gateways associated with Direct Connect gateways. A transit virtual interface enables the connection of multiple VPCs attached to a transit gateway to a Direct Connect gateway.</p>
1153
- * <important>
1154
- * <p>If you associate your transit gateway with one or more Direct Connect gateways, the Autonomous System Number (ASN) used by the transit gateway and the Direct Connect gateway must be different. For example, if you use the default ASN 64512 for both your the transit gateway and Direct Connect gateway, the association request fails.</p>
1155
- * </important>
1156
- * <p>Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to
1157
- * the underlying physical connection if it wasn't updated to support jumbo frames. Updating
1158
- * the connection disrupts network connectivity for all virtual interfaces associated with
1159
- * the connection for up to 30 seconds. To check whether your connection supports jumbo
1160
- * frames, call <a>DescribeConnections</a>. To check whether your virtual
1161
- * interface supports jumbo frames, call <a>DescribeVirtualInterfaces</a>.</p>
1162
- */
1163
- public createTransitVirtualInterface(
1164
- args: CreateTransitVirtualInterfaceCommandInput,
1165
- options?: __HttpHandlerOptions
1166
- ): Promise<CreateTransitVirtualInterfaceCommandOutput>;
1167
- public createTransitVirtualInterface(
1168
- args: CreateTransitVirtualInterfaceCommandInput,
1169
- cb: (err: any, data?: CreateTransitVirtualInterfaceCommandOutput) => void
1170
- ): void;
1171
- public createTransitVirtualInterface(
1172
- args: CreateTransitVirtualInterfaceCommandInput,
1173
- options: __HttpHandlerOptions,
1174
- cb: (err: any, data?: CreateTransitVirtualInterfaceCommandOutput) => void
1175
- ): void;
1176
- public createTransitVirtualInterface(
1177
- args: CreateTransitVirtualInterfaceCommandInput,
1178
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateTransitVirtualInterfaceCommandOutput) => void),
1179
- cb?: (err: any, data?: CreateTransitVirtualInterfaceCommandOutput) => void
1180
- ): Promise<CreateTransitVirtualInterfaceCommandOutput> | void {
1181
- const command = new CreateTransitVirtualInterfaceCommand(args);
1182
- if (typeof optionsOrCb === "function") {
1183
- this.send(command, optionsOrCb);
1184
- } else if (typeof cb === "function") {
1185
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1186
- this.send(command, optionsOrCb || {}, cb);
1187
- } else {
1188
- return this.send(command, optionsOrCb);
1189
- }
1190
- }
1191
-
1192
- /**
1193
- * <p>Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.</p>
1194
- * <p>You cannot delete the last BGP peer from a virtual interface.</p>
1195
- */
1196
- public deleteBGPPeer(
1197
- args: DeleteBGPPeerCommandInput,
1198
- options?: __HttpHandlerOptions
1199
- ): Promise<DeleteBGPPeerCommandOutput>;
1200
- public deleteBGPPeer(
1201
- args: DeleteBGPPeerCommandInput,
1202
- cb: (err: any, data?: DeleteBGPPeerCommandOutput) => void
1203
- ): void;
1204
- public deleteBGPPeer(
1205
- args: DeleteBGPPeerCommandInput,
1206
- options: __HttpHandlerOptions,
1207
- cb: (err: any, data?: DeleteBGPPeerCommandOutput) => void
1208
- ): void;
1209
- public deleteBGPPeer(
1210
- args: DeleteBGPPeerCommandInput,
1211
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteBGPPeerCommandOutput) => void),
1212
- cb?: (err: any, data?: DeleteBGPPeerCommandOutput) => void
1213
- ): Promise<DeleteBGPPeerCommandOutput> | void {
1214
- const command = new DeleteBGPPeerCommand(args);
1215
- if (typeof optionsOrCb === "function") {
1216
- this.send(command, optionsOrCb);
1217
- } else if (typeof cb === "function") {
1218
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1219
- this.send(command, optionsOrCb || {}, cb);
1220
- } else {
1221
- return this.send(command, optionsOrCb);
1222
- }
1223
- }
1224
-
1225
- /**
1226
- * <p>Deletes the specified connection.</p>
1227
- * <p>Deleting a connection only stops the Direct Connect port hour and data transfer charges.
1228
- * If you are partnering with any third parties to connect with the Direct Connect location,
1229
- * you must cancel your service with them separately.</p>
1230
- */
1231
- public deleteConnection(
1232
- args: DeleteConnectionCommandInput,
1233
- options?: __HttpHandlerOptions
1234
- ): Promise<DeleteConnectionCommandOutput>;
1235
- public deleteConnection(
1236
- args: DeleteConnectionCommandInput,
1237
- cb: (err: any, data?: DeleteConnectionCommandOutput) => void
1238
- ): void;
1239
- public deleteConnection(
1240
- args: DeleteConnectionCommandInput,
1241
- options: __HttpHandlerOptions,
1242
- cb: (err: any, data?: DeleteConnectionCommandOutput) => void
1243
- ): void;
1244
- public deleteConnection(
1245
- args: DeleteConnectionCommandInput,
1246
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteConnectionCommandOutput) => void),
1247
- cb?: (err: any, data?: DeleteConnectionCommandOutput) => void
1248
- ): Promise<DeleteConnectionCommandOutput> | void {
1249
- const command = new DeleteConnectionCommand(args);
1250
- if (typeof optionsOrCb === "function") {
1251
- this.send(command, optionsOrCb);
1252
- } else if (typeof cb === "function") {
1253
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1254
- this.send(command, optionsOrCb || {}, cb);
1255
- } else {
1256
- return this.send(command, optionsOrCb);
1257
- }
1258
- }
1259
-
1260
- /**
1261
- * <p>Deletes the specified Direct Connect gateway. You must first delete all virtual interfaces that are
1262
- * attached to the Direct Connect gateway and disassociate all virtual private gateways associated
1263
- * with the Direct Connect gateway.</p>
1264
- */
1265
- public deleteDirectConnectGateway(
1266
- args: DeleteDirectConnectGatewayCommandInput,
1267
- options?: __HttpHandlerOptions
1268
- ): Promise<DeleteDirectConnectGatewayCommandOutput>;
1269
- public deleteDirectConnectGateway(
1270
- args: DeleteDirectConnectGatewayCommandInput,
1271
- cb: (err: any, data?: DeleteDirectConnectGatewayCommandOutput) => void
1272
- ): void;
1273
- public deleteDirectConnectGateway(
1274
- args: DeleteDirectConnectGatewayCommandInput,
1275
- options: __HttpHandlerOptions,
1276
- cb: (err: any, data?: DeleteDirectConnectGatewayCommandOutput) => void
1277
- ): void;
1278
- public deleteDirectConnectGateway(
1279
- args: DeleteDirectConnectGatewayCommandInput,
1280
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteDirectConnectGatewayCommandOutput) => void),
1281
- cb?: (err: any, data?: DeleteDirectConnectGatewayCommandOutput) => void
1282
- ): Promise<DeleteDirectConnectGatewayCommandOutput> | void {
1283
- const command = new DeleteDirectConnectGatewayCommand(args);
1284
- if (typeof optionsOrCb === "function") {
1285
- this.send(command, optionsOrCb);
1286
- } else if (typeof cb === "function") {
1287
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1288
- this.send(command, optionsOrCb || {}, cb);
1289
- } else {
1290
- return this.send(command, optionsOrCb);
1291
- }
1292
- }
1293
-
1294
- /**
1295
- * <p>Deletes the association between the specified Direct Connect gateway and virtual private gateway.</p>
1296
- * <p>We recommend that you specify the <code>associationID</code> to delete the association. Alternatively, if you own virtual gateway and a Direct Connect gateway association, you can specify the <code>virtualGatewayId</code> and <code>directConnectGatewayId</code> to delete an association.</p>
1297
- */
1298
- public deleteDirectConnectGatewayAssociation(
1299
- args: DeleteDirectConnectGatewayAssociationCommandInput,
1300
- options?: __HttpHandlerOptions
1301
- ): Promise<DeleteDirectConnectGatewayAssociationCommandOutput>;
1302
- public deleteDirectConnectGatewayAssociation(
1303
- args: DeleteDirectConnectGatewayAssociationCommandInput,
1304
- cb: (err: any, data?: DeleteDirectConnectGatewayAssociationCommandOutput) => void
1305
- ): void;
1306
- public deleteDirectConnectGatewayAssociation(
1307
- args: DeleteDirectConnectGatewayAssociationCommandInput,
1308
- options: __HttpHandlerOptions,
1309
- cb: (err: any, data?: DeleteDirectConnectGatewayAssociationCommandOutput) => void
1310
- ): void;
1311
- public deleteDirectConnectGatewayAssociation(
1312
- args: DeleteDirectConnectGatewayAssociationCommandInput,
1313
- optionsOrCb?:
1314
- | __HttpHandlerOptions
1315
- | ((err: any, data?: DeleteDirectConnectGatewayAssociationCommandOutput) => void),
1316
- cb?: (err: any, data?: DeleteDirectConnectGatewayAssociationCommandOutput) => void
1317
- ): Promise<DeleteDirectConnectGatewayAssociationCommandOutput> | void {
1318
- const command = new DeleteDirectConnectGatewayAssociationCommand(args);
1319
- if (typeof optionsOrCb === "function") {
1320
- this.send(command, optionsOrCb);
1321
- } else if (typeof cb === "function") {
1322
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1323
- this.send(command, optionsOrCb || {}, cb);
1324
- } else {
1325
- return this.send(command, optionsOrCb);
1326
- }
1327
- }
1328
-
1329
- /**
1330
- * <p>Deletes the association proposal request between the specified Direct Connect gateway and virtual private gateway or transit gateway.</p>
1331
- */
1332
- public deleteDirectConnectGatewayAssociationProposal(
1333
- args: DeleteDirectConnectGatewayAssociationProposalCommandInput,
1334
- options?: __HttpHandlerOptions
1335
- ): Promise<DeleteDirectConnectGatewayAssociationProposalCommandOutput>;
1336
- public deleteDirectConnectGatewayAssociationProposal(
1337
- args: DeleteDirectConnectGatewayAssociationProposalCommandInput,
1338
- cb: (err: any, data?: DeleteDirectConnectGatewayAssociationProposalCommandOutput) => void
1339
- ): void;
1340
- public deleteDirectConnectGatewayAssociationProposal(
1341
- args: DeleteDirectConnectGatewayAssociationProposalCommandInput,
1342
- options: __HttpHandlerOptions,
1343
- cb: (err: any, data?: DeleteDirectConnectGatewayAssociationProposalCommandOutput) => void
1344
- ): void;
1345
- public deleteDirectConnectGatewayAssociationProposal(
1346
- args: DeleteDirectConnectGatewayAssociationProposalCommandInput,
1347
- optionsOrCb?:
1348
- | __HttpHandlerOptions
1349
- | ((err: any, data?: DeleteDirectConnectGatewayAssociationProposalCommandOutput) => void),
1350
- cb?: (err: any, data?: DeleteDirectConnectGatewayAssociationProposalCommandOutput) => void
1351
- ): Promise<DeleteDirectConnectGatewayAssociationProposalCommandOutput> | void {
1352
- const command = new DeleteDirectConnectGatewayAssociationProposalCommand(args);
1353
- if (typeof optionsOrCb === "function") {
1354
- this.send(command, optionsOrCb);
1355
- } else if (typeof cb === "function") {
1356
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1357
- this.send(command, optionsOrCb || {}, cb);
1358
- } else {
1359
- return this.send(command, optionsOrCb);
1360
- }
1361
- }
1362
-
1363
- /**
1364
- * <p>Deletes the specified interconnect.</p>
1365
- * <note>
1366
- * <p>Intended for use
1367
- * by Direct Connect Partners only.</p>
1368
- * </note>
1369
- */
1370
- public deleteInterconnect(
1371
- args: DeleteInterconnectCommandInput,
1372
- options?: __HttpHandlerOptions
1373
- ): Promise<DeleteInterconnectCommandOutput>;
1374
- public deleteInterconnect(
1375
- args: DeleteInterconnectCommandInput,
1376
- cb: (err: any, data?: DeleteInterconnectCommandOutput) => void
1377
- ): void;
1378
- public deleteInterconnect(
1379
- args: DeleteInterconnectCommandInput,
1380
- options: __HttpHandlerOptions,
1381
- cb: (err: any, data?: DeleteInterconnectCommandOutput) => void
1382
- ): void;
1383
- public deleteInterconnect(
1384
- args: DeleteInterconnectCommandInput,
1385
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteInterconnectCommandOutput) => void),
1386
- cb?: (err: any, data?: DeleteInterconnectCommandOutput) => void
1387
- ): Promise<DeleteInterconnectCommandOutput> | void {
1388
- const command = new DeleteInterconnectCommand(args);
1389
- if (typeof optionsOrCb === "function") {
1390
- this.send(command, optionsOrCb);
1391
- } else if (typeof cb === "function") {
1392
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1393
- this.send(command, optionsOrCb || {}, cb);
1394
- } else {
1395
- return this.send(command, optionsOrCb);
1396
- }
1397
- }
1398
-
1399
- /**
1400
- * <p>Deletes the specified link aggregation group (LAG). You cannot delete a LAG if it has active
1401
- * virtual interfaces or hosted connections.</p>
1402
- */
1403
- public deleteLag(args: DeleteLagCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLagCommandOutput>;
1404
- public deleteLag(args: DeleteLagCommandInput, cb: (err: any, data?: DeleteLagCommandOutput) => void): void;
1405
- public deleteLag(
1406
- args: DeleteLagCommandInput,
1407
- options: __HttpHandlerOptions,
1408
- cb: (err: any, data?: DeleteLagCommandOutput) => void
1409
- ): void;
1410
- public deleteLag(
1411
- args: DeleteLagCommandInput,
1412
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteLagCommandOutput) => void),
1413
- cb?: (err: any, data?: DeleteLagCommandOutput) => void
1414
- ): Promise<DeleteLagCommandOutput> | void {
1415
- const command = new DeleteLagCommand(args);
1416
- if (typeof optionsOrCb === "function") {
1417
- this.send(command, optionsOrCb);
1418
- } else if (typeof cb === "function") {
1419
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1420
- this.send(command, optionsOrCb || {}, cb);
1421
- } else {
1422
- return this.send(command, optionsOrCb);
1423
- }
1424
- }
1425
-
1426
- /**
1427
- * <p>Deletes a virtual interface.</p>
1428
- */
1429
- public deleteVirtualInterface(
1430
- args: DeleteVirtualInterfaceCommandInput,
1431
- options?: __HttpHandlerOptions
1432
- ): Promise<DeleteVirtualInterfaceCommandOutput>;
1433
- public deleteVirtualInterface(
1434
- args: DeleteVirtualInterfaceCommandInput,
1435
- cb: (err: any, data?: DeleteVirtualInterfaceCommandOutput) => void
1436
- ): void;
1437
- public deleteVirtualInterface(
1438
- args: DeleteVirtualInterfaceCommandInput,
1439
- options: __HttpHandlerOptions,
1440
- cb: (err: any, data?: DeleteVirtualInterfaceCommandOutput) => void
1441
- ): void;
1442
- public deleteVirtualInterface(
1443
- args: DeleteVirtualInterfaceCommandInput,
1444
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteVirtualInterfaceCommandOutput) => void),
1445
- cb?: (err: any, data?: DeleteVirtualInterfaceCommandOutput) => void
1446
- ): Promise<DeleteVirtualInterfaceCommandOutput> | void {
1447
- const command = new DeleteVirtualInterfaceCommand(args);
1448
- if (typeof optionsOrCb === "function") {
1449
- this.send(command, optionsOrCb);
1450
- } else if (typeof cb === "function") {
1451
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1452
- this.send(command, optionsOrCb || {}, cb);
1453
- } else {
1454
- return this.send(command, optionsOrCb);
1455
- }
1456
- }
1457
-
1458
- /**
1459
- * @deprecated
1460
- *
1461
- * <p>Deprecated. Use <a>DescribeLoa</a> instead.</p>
1462
- * <p>Gets the LOA-CFA for a connection.</p>
1463
- * <p>The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or
1464
- * service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information,
1465
- * see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html">Requesting Cross Connects
1466
- * at Direct Connect Locations</a> in the <i>Direct Connect User Guide</i>.</p>
1467
- */
1468
- public describeConnectionLoa(
1469
- args: DescribeConnectionLoaCommandInput,
1470
- options?: __HttpHandlerOptions
1471
- ): Promise<DescribeConnectionLoaCommandOutput>;
1472
- public describeConnectionLoa(
1473
- args: DescribeConnectionLoaCommandInput,
1474
- cb: (err: any, data?: DescribeConnectionLoaCommandOutput) => void
1475
- ): void;
1476
- public describeConnectionLoa(
1477
- args: DescribeConnectionLoaCommandInput,
1478
- options: __HttpHandlerOptions,
1479
- cb: (err: any, data?: DescribeConnectionLoaCommandOutput) => void
1480
- ): void;
1481
- public describeConnectionLoa(
1482
- args: DescribeConnectionLoaCommandInput,
1483
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeConnectionLoaCommandOutput) => void),
1484
- cb?: (err: any, data?: DescribeConnectionLoaCommandOutput) => void
1485
- ): Promise<DescribeConnectionLoaCommandOutput> | void {
1486
- const command = new DescribeConnectionLoaCommand(args);
1487
- if (typeof optionsOrCb === "function") {
1488
- this.send(command, optionsOrCb);
1489
- } else if (typeof cb === "function") {
1490
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1491
- this.send(command, optionsOrCb || {}, cb);
1492
- } else {
1493
- return this.send(command, optionsOrCb);
1494
- }
1495
- }
1496
-
1497
- /**
1498
- * <p>Displays the specified connection or all connections in this Region.</p>
1499
- */
1500
- public describeConnections(
1501
- args: DescribeConnectionsCommandInput,
1502
- options?: __HttpHandlerOptions
1503
- ): Promise<DescribeConnectionsCommandOutput>;
1504
- public describeConnections(
1505
- args: DescribeConnectionsCommandInput,
1506
- cb: (err: any, data?: DescribeConnectionsCommandOutput) => void
1507
- ): void;
1508
- public describeConnections(
1509
- args: DescribeConnectionsCommandInput,
1510
- options: __HttpHandlerOptions,
1511
- cb: (err: any, data?: DescribeConnectionsCommandOutput) => void
1512
- ): void;
1513
- public describeConnections(
1514
- args: DescribeConnectionsCommandInput,
1515
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeConnectionsCommandOutput) => void),
1516
- cb?: (err: any, data?: DescribeConnectionsCommandOutput) => void
1517
- ): Promise<DescribeConnectionsCommandOutput> | void {
1518
- const command = new DescribeConnectionsCommand(args);
1519
- if (typeof optionsOrCb === "function") {
1520
- this.send(command, optionsOrCb);
1521
- } else if (typeof cb === "function") {
1522
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1523
- this.send(command, optionsOrCb || {}, cb);
1524
- } else {
1525
- return this.send(command, optionsOrCb);
1526
- }
1527
- }
1528
-
1529
- /**
1530
- * @deprecated
1531
- *
1532
- * <p>Deprecated. Use <a>DescribeHostedConnections</a> instead.</p>
1533
- * <p>Lists the connections that have been provisioned on the specified interconnect.</p>
1534
- * <note>
1535
- * <p>Intended for use by Direct Connect Partners only.</p>
1536
- * </note>
1537
- */
1538
- public describeConnectionsOnInterconnect(
1539
- args: DescribeConnectionsOnInterconnectCommandInput,
1540
- options?: __HttpHandlerOptions
1541
- ): Promise<DescribeConnectionsOnInterconnectCommandOutput>;
1542
- public describeConnectionsOnInterconnect(
1543
- args: DescribeConnectionsOnInterconnectCommandInput,
1544
- cb: (err: any, data?: DescribeConnectionsOnInterconnectCommandOutput) => void
1545
- ): void;
1546
- public describeConnectionsOnInterconnect(
1547
- args: DescribeConnectionsOnInterconnectCommandInput,
1548
- options: __HttpHandlerOptions,
1549
- cb: (err: any, data?: DescribeConnectionsOnInterconnectCommandOutput) => void
1550
- ): void;
1551
- public describeConnectionsOnInterconnect(
1552
- args: DescribeConnectionsOnInterconnectCommandInput,
1553
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeConnectionsOnInterconnectCommandOutput) => void),
1554
- cb?: (err: any, data?: DescribeConnectionsOnInterconnectCommandOutput) => void
1555
- ): Promise<DescribeConnectionsOnInterconnectCommandOutput> | void {
1556
- const command = new DescribeConnectionsOnInterconnectCommand(args);
1557
- if (typeof optionsOrCb === "function") {
1558
- this.send(command, optionsOrCb);
1559
- } else if (typeof cb === "function") {
1560
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1561
- this.send(command, optionsOrCb || {}, cb);
1562
- } else {
1563
- return this.send(command, optionsOrCb);
1564
- }
1565
- }
1566
-
1567
- /**
1568
- * <p>Describes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway. </p>
1569
- */
1570
- public describeDirectConnectGatewayAssociationProposals(
1571
- args: DescribeDirectConnectGatewayAssociationProposalsCommandInput,
1572
- options?: __HttpHandlerOptions
1573
- ): Promise<DescribeDirectConnectGatewayAssociationProposalsCommandOutput>;
1574
- public describeDirectConnectGatewayAssociationProposals(
1575
- args: DescribeDirectConnectGatewayAssociationProposalsCommandInput,
1576
- cb: (err: any, data?: DescribeDirectConnectGatewayAssociationProposalsCommandOutput) => void
1577
- ): void;
1578
- public describeDirectConnectGatewayAssociationProposals(
1579
- args: DescribeDirectConnectGatewayAssociationProposalsCommandInput,
1580
- options: __HttpHandlerOptions,
1581
- cb: (err: any, data?: DescribeDirectConnectGatewayAssociationProposalsCommandOutput) => void
1582
- ): void;
1583
- public describeDirectConnectGatewayAssociationProposals(
1584
- args: DescribeDirectConnectGatewayAssociationProposalsCommandInput,
1585
- optionsOrCb?:
1586
- | __HttpHandlerOptions
1587
- | ((err: any, data?: DescribeDirectConnectGatewayAssociationProposalsCommandOutput) => void),
1588
- cb?: (err: any, data?: DescribeDirectConnectGatewayAssociationProposalsCommandOutput) => void
1589
- ): Promise<DescribeDirectConnectGatewayAssociationProposalsCommandOutput> | void {
1590
- const command = new DescribeDirectConnectGatewayAssociationProposalsCommand(args);
1591
- if (typeof optionsOrCb === "function") {
1592
- this.send(command, optionsOrCb);
1593
- } else if (typeof cb === "function") {
1594
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1595
- this.send(command, optionsOrCb || {}, cb);
1596
- } else {
1597
- return this.send(command, optionsOrCb);
1598
- }
1599
- }
1600
-
1601
- /**
1602
- * <p>Lists the associations between your Direct Connect gateways and virtual private gateways and transit gateways. You must specify one of the following:</p>
1603
- * <ul>
1604
- * <li>
1605
- * <p>A Direct Connect gateway</p>
1606
- * <p>The response contains all virtual private gateways and transit gateways associated with the Direct Connect gateway.</p>
1607
- * </li>
1608
- * <li>
1609
- * <p>A virtual private gateway</p>
1610
- * <p>The response contains the Direct Connect gateway.</p>
1611
- * </li>
1612
- * <li>
1613
- * <p>A transit gateway</p>
1614
- * <p>The response contains the Direct Connect gateway.</p>
1615
- * </li>
1616
- * <li>
1617
- * <p>A Direct Connect gateway and a virtual private gateway</p>
1618
- * <p>The response contains the association between the Direct Connect gateway and virtual private gateway.</p>
1619
- * </li>
1620
- * <li>
1621
- * <p>A Direct Connect gateway and a transit gateway</p>
1622
- * <p>The response contains the association between the Direct Connect gateway and transit gateway.</p>
1623
- * </li>
1624
- * </ul>
1625
- */
1626
- public describeDirectConnectGatewayAssociations(
1627
- args: DescribeDirectConnectGatewayAssociationsCommandInput,
1628
- options?: __HttpHandlerOptions
1629
- ): Promise<DescribeDirectConnectGatewayAssociationsCommandOutput>;
1630
- public describeDirectConnectGatewayAssociations(
1631
- args: DescribeDirectConnectGatewayAssociationsCommandInput,
1632
- cb: (err: any, data?: DescribeDirectConnectGatewayAssociationsCommandOutput) => void
1633
- ): void;
1634
- public describeDirectConnectGatewayAssociations(
1635
- args: DescribeDirectConnectGatewayAssociationsCommandInput,
1636
- options: __HttpHandlerOptions,
1637
- cb: (err: any, data?: DescribeDirectConnectGatewayAssociationsCommandOutput) => void
1638
- ): void;
1639
- public describeDirectConnectGatewayAssociations(
1640
- args: DescribeDirectConnectGatewayAssociationsCommandInput,
1641
- optionsOrCb?:
1642
- | __HttpHandlerOptions
1643
- | ((err: any, data?: DescribeDirectConnectGatewayAssociationsCommandOutput) => void),
1644
- cb?: (err: any, data?: DescribeDirectConnectGatewayAssociationsCommandOutput) => void
1645
- ): Promise<DescribeDirectConnectGatewayAssociationsCommandOutput> | void {
1646
- const command = new DescribeDirectConnectGatewayAssociationsCommand(args);
1647
- if (typeof optionsOrCb === "function") {
1648
- this.send(command, optionsOrCb);
1649
- } else if (typeof cb === "function") {
1650
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1651
- this.send(command, optionsOrCb || {}, cb);
1652
- } else {
1653
- return this.send(command, optionsOrCb);
1654
- }
1655
- }
1656
-
1657
- /**
1658
- * <p>Lists the attachments between your Direct Connect gateways and virtual interfaces. You must specify
1659
- * a Direct Connect gateway, a virtual interface, or both. If you specify a Direct Connect gateway, the response contains
1660
- * all virtual interfaces attached to the Direct Connect gateway. If you specify a virtual interface, the
1661
- * response contains all Direct Connect gateways attached to the virtual interface. If you specify both,
1662
- * the response contains the attachment between the Direct Connect gateway and the virtual interface.</p>
1663
- */
1664
- public describeDirectConnectGatewayAttachments(
1665
- args: DescribeDirectConnectGatewayAttachmentsCommandInput,
1666
- options?: __HttpHandlerOptions
1667
- ): Promise<DescribeDirectConnectGatewayAttachmentsCommandOutput>;
1668
- public describeDirectConnectGatewayAttachments(
1669
- args: DescribeDirectConnectGatewayAttachmentsCommandInput,
1670
- cb: (err: any, data?: DescribeDirectConnectGatewayAttachmentsCommandOutput) => void
1671
- ): void;
1672
- public describeDirectConnectGatewayAttachments(
1673
- args: DescribeDirectConnectGatewayAttachmentsCommandInput,
1674
- options: __HttpHandlerOptions,
1675
- cb: (err: any, data?: DescribeDirectConnectGatewayAttachmentsCommandOutput) => void
1676
- ): void;
1677
- public describeDirectConnectGatewayAttachments(
1678
- args: DescribeDirectConnectGatewayAttachmentsCommandInput,
1679
- optionsOrCb?:
1680
- | __HttpHandlerOptions
1681
- | ((err: any, data?: DescribeDirectConnectGatewayAttachmentsCommandOutput) => void),
1682
- cb?: (err: any, data?: DescribeDirectConnectGatewayAttachmentsCommandOutput) => void
1683
- ): Promise<DescribeDirectConnectGatewayAttachmentsCommandOutput> | void {
1684
- const command = new DescribeDirectConnectGatewayAttachmentsCommand(args);
1685
- if (typeof optionsOrCb === "function") {
1686
- this.send(command, optionsOrCb);
1687
- } else if (typeof cb === "function") {
1688
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1689
- this.send(command, optionsOrCb || {}, cb);
1690
- } else {
1691
- return this.send(command, optionsOrCb);
1692
- }
1693
- }
1694
-
1695
- /**
1696
- * <p>Lists all your Direct Connect gateways or only the specified Direct Connect gateway. Deleted Direct Connect gateways are not returned.</p>
1697
- */
1698
- public describeDirectConnectGateways(
1699
- args: DescribeDirectConnectGatewaysCommandInput,
1700
- options?: __HttpHandlerOptions
1701
- ): Promise<DescribeDirectConnectGatewaysCommandOutput>;
1702
- public describeDirectConnectGateways(
1703
- args: DescribeDirectConnectGatewaysCommandInput,
1704
- cb: (err: any, data?: DescribeDirectConnectGatewaysCommandOutput) => void
1705
- ): void;
1706
- public describeDirectConnectGateways(
1707
- args: DescribeDirectConnectGatewaysCommandInput,
1708
- options: __HttpHandlerOptions,
1709
- cb: (err: any, data?: DescribeDirectConnectGatewaysCommandOutput) => void
1710
- ): void;
1711
- public describeDirectConnectGateways(
1712
- args: DescribeDirectConnectGatewaysCommandInput,
1713
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeDirectConnectGatewaysCommandOutput) => void),
1714
- cb?: (err: any, data?: DescribeDirectConnectGatewaysCommandOutput) => void
1715
- ): Promise<DescribeDirectConnectGatewaysCommandOutput> | void {
1716
- const command = new DescribeDirectConnectGatewaysCommand(args);
1717
- if (typeof optionsOrCb === "function") {
1718
- this.send(command, optionsOrCb);
1719
- } else if (typeof cb === "function") {
1720
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1721
- this.send(command, optionsOrCb || {}, cb);
1722
- } else {
1723
- return this.send(command, optionsOrCb);
1724
- }
1725
- }
1726
-
1727
- /**
1728
- * <p>Lists the hosted connections that have been provisioned on the specified
1729
- * interconnect or link aggregation group (LAG).</p>
1730
- * <note>
1731
- * <p>Intended for use by Direct Connect Partners only.</p>
1732
- * </note>
1733
- */
1734
- public describeHostedConnections(
1735
- args: DescribeHostedConnectionsCommandInput,
1736
- options?: __HttpHandlerOptions
1737
- ): Promise<DescribeHostedConnectionsCommandOutput>;
1738
- public describeHostedConnections(
1739
- args: DescribeHostedConnectionsCommandInput,
1740
- cb: (err: any, data?: DescribeHostedConnectionsCommandOutput) => void
1741
- ): void;
1742
- public describeHostedConnections(
1743
- args: DescribeHostedConnectionsCommandInput,
1744
- options: __HttpHandlerOptions,
1745
- cb: (err: any, data?: DescribeHostedConnectionsCommandOutput) => void
1746
- ): void;
1747
- public describeHostedConnections(
1748
- args: DescribeHostedConnectionsCommandInput,
1749
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeHostedConnectionsCommandOutput) => void),
1750
- cb?: (err: any, data?: DescribeHostedConnectionsCommandOutput) => void
1751
- ): Promise<DescribeHostedConnectionsCommandOutput> | void {
1752
- const command = new DescribeHostedConnectionsCommand(args);
1753
- if (typeof optionsOrCb === "function") {
1754
- this.send(command, optionsOrCb);
1755
- } else if (typeof cb === "function") {
1756
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1757
- this.send(command, optionsOrCb || {}, cb);
1758
- } else {
1759
- return this.send(command, optionsOrCb);
1760
- }
1761
- }
1762
-
1763
- /**
1764
- * @deprecated
1765
- *
1766
- * <p>Deprecated. Use <a>DescribeLoa</a> instead.</p>
1767
- * <p>Gets the LOA-CFA for the specified interconnect.</p>
1768
- * <p>The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility.
1769
- * For more information, see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html">Requesting Cross Connects at Direct Connect Locations</a>
1770
- * in the <i>Direct Connect User Guide</i>.</p>
1771
- */
1772
- public describeInterconnectLoa(
1773
- args: DescribeInterconnectLoaCommandInput,
1774
- options?: __HttpHandlerOptions
1775
- ): Promise<DescribeInterconnectLoaCommandOutput>;
1776
- public describeInterconnectLoa(
1777
- args: DescribeInterconnectLoaCommandInput,
1778
- cb: (err: any, data?: DescribeInterconnectLoaCommandOutput) => void
1779
- ): void;
1780
- public describeInterconnectLoa(
1781
- args: DescribeInterconnectLoaCommandInput,
1782
- options: __HttpHandlerOptions,
1783
- cb: (err: any, data?: DescribeInterconnectLoaCommandOutput) => void
1784
- ): void;
1785
- public describeInterconnectLoa(
1786
- args: DescribeInterconnectLoaCommandInput,
1787
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeInterconnectLoaCommandOutput) => void),
1788
- cb?: (err: any, data?: DescribeInterconnectLoaCommandOutput) => void
1789
- ): Promise<DescribeInterconnectLoaCommandOutput> | void {
1790
- const command = new DescribeInterconnectLoaCommand(args);
1791
- if (typeof optionsOrCb === "function") {
1792
- this.send(command, optionsOrCb);
1793
- } else if (typeof cb === "function") {
1794
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1795
- this.send(command, optionsOrCb || {}, cb);
1796
- } else {
1797
- return this.send(command, optionsOrCb);
1798
- }
1799
- }
1800
-
1801
- /**
1802
- * <p>Lists the interconnects owned by the account or only the specified interconnect.</p>
1803
- */
1804
- public describeInterconnects(
1805
- args: DescribeInterconnectsCommandInput,
1806
- options?: __HttpHandlerOptions
1807
- ): Promise<DescribeInterconnectsCommandOutput>;
1808
- public describeInterconnects(
1809
- args: DescribeInterconnectsCommandInput,
1810
- cb: (err: any, data?: DescribeInterconnectsCommandOutput) => void
1811
- ): void;
1812
- public describeInterconnects(
1813
- args: DescribeInterconnectsCommandInput,
1814
- options: __HttpHandlerOptions,
1815
- cb: (err: any, data?: DescribeInterconnectsCommandOutput) => void
1816
- ): void;
1817
- public describeInterconnects(
1818
- args: DescribeInterconnectsCommandInput,
1819
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeInterconnectsCommandOutput) => void),
1820
- cb?: (err: any, data?: DescribeInterconnectsCommandOutput) => void
1821
- ): Promise<DescribeInterconnectsCommandOutput> | void {
1822
- const command = new DescribeInterconnectsCommand(args);
1823
- if (typeof optionsOrCb === "function") {
1824
- this.send(command, optionsOrCb);
1825
- } else if (typeof cb === "function") {
1826
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1827
- this.send(command, optionsOrCb || {}, cb);
1828
- } else {
1829
- return this.send(command, optionsOrCb);
1830
- }
1831
- }
1832
-
1833
- /**
1834
- * <p>Describes all your link aggregation groups (LAG) or the specified LAG.</p>
1835
- */
1836
- public describeLags(
1837
- args: DescribeLagsCommandInput,
1838
- options?: __HttpHandlerOptions
1839
- ): Promise<DescribeLagsCommandOutput>;
1840
- public describeLags(args: DescribeLagsCommandInput, cb: (err: any, data?: DescribeLagsCommandOutput) => void): void;
1841
- public describeLags(
1842
- args: DescribeLagsCommandInput,
1843
- options: __HttpHandlerOptions,
1844
- cb: (err: any, data?: DescribeLagsCommandOutput) => void
1845
- ): void;
1846
- public describeLags(
1847
- args: DescribeLagsCommandInput,
1848
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeLagsCommandOutput) => void),
1849
- cb?: (err: any, data?: DescribeLagsCommandOutput) => void
1850
- ): Promise<DescribeLagsCommandOutput> | void {
1851
- const command = new DescribeLagsCommand(args);
1852
- if (typeof optionsOrCb === "function") {
1853
- this.send(command, optionsOrCb);
1854
- } else if (typeof cb === "function") {
1855
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1856
- this.send(command, optionsOrCb || {}, cb);
1857
- } else {
1858
- return this.send(command, optionsOrCb);
1859
- }
1860
- }
1861
-
1862
- /**
1863
- * <p>Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).</p>
1864
- * <p>The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing
1865
- * your cross connect to Amazon Web Services at the colocation facility. For more information, see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html">Requesting Cross Connects at Direct Connect Locations</a>
1866
- * in the <i>Direct Connect User Guide</i>.</p>
1867
- */
1868
- public describeLoa(args: DescribeLoaCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoaCommandOutput>;
1869
- public describeLoa(args: DescribeLoaCommandInput, cb: (err: any, data?: DescribeLoaCommandOutput) => void): void;
1870
- public describeLoa(
1871
- args: DescribeLoaCommandInput,
1872
- options: __HttpHandlerOptions,
1873
- cb: (err: any, data?: DescribeLoaCommandOutput) => void
1874
- ): void;
1875
- public describeLoa(
1876
- args: DescribeLoaCommandInput,
1877
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeLoaCommandOutput) => void),
1878
- cb?: (err: any, data?: DescribeLoaCommandOutput) => void
1879
- ): Promise<DescribeLoaCommandOutput> | void {
1880
- const command = new DescribeLoaCommand(args);
1881
- if (typeof optionsOrCb === "function") {
1882
- this.send(command, optionsOrCb);
1883
- } else if (typeof cb === "function") {
1884
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1885
- this.send(command, optionsOrCb || {}, cb);
1886
- } else {
1887
- return this.send(command, optionsOrCb);
1888
- }
1889
- }
1890
-
1891
- /**
1892
- * <p>Lists the Direct Connect locations in the current Region. These are the locations that can be selected when calling
1893
- * <a>CreateConnection</a> or <a>CreateInterconnect</a>.</p>
1894
- */
1895
- public describeLocations(
1896
- args: DescribeLocationsCommandInput,
1897
- options?: __HttpHandlerOptions
1898
- ): Promise<DescribeLocationsCommandOutput>;
1899
- public describeLocations(
1900
- args: DescribeLocationsCommandInput,
1901
- cb: (err: any, data?: DescribeLocationsCommandOutput) => void
1902
- ): void;
1903
- public describeLocations(
1904
- args: DescribeLocationsCommandInput,
1905
- options: __HttpHandlerOptions,
1906
- cb: (err: any, data?: DescribeLocationsCommandOutput) => void
1907
- ): void;
1908
- public describeLocations(
1909
- args: DescribeLocationsCommandInput,
1910
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeLocationsCommandOutput) => void),
1911
- cb?: (err: any, data?: DescribeLocationsCommandOutput) => void
1912
- ): Promise<DescribeLocationsCommandOutput> | void {
1913
- const command = new DescribeLocationsCommand(args);
1914
- if (typeof optionsOrCb === "function") {
1915
- this.send(command, optionsOrCb);
1916
- } else if (typeof cb === "function") {
1917
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1918
- this.send(command, optionsOrCb || {}, cb);
1919
- } else {
1920
- return this.send(command, optionsOrCb);
1921
- }
1922
- }
1923
-
1924
- /**
1925
- * <p>Describes the tags associated with the specified Direct Connect resources.</p>
1926
- */
1927
- public describeTags(
1928
- args: DescribeTagsCommandInput,
1929
- options?: __HttpHandlerOptions
1930
- ): Promise<DescribeTagsCommandOutput>;
1931
- public describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
1932
- public describeTags(
1933
- args: DescribeTagsCommandInput,
1934
- options: __HttpHandlerOptions,
1935
- cb: (err: any, data?: DescribeTagsCommandOutput) => void
1936
- ): void;
1937
- public describeTags(
1938
- args: DescribeTagsCommandInput,
1939
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTagsCommandOutput) => void),
1940
- cb?: (err: any, data?: DescribeTagsCommandOutput) => void
1941
- ): Promise<DescribeTagsCommandOutput> | void {
1942
- const command = new DescribeTagsCommand(args);
1943
- if (typeof optionsOrCb === "function") {
1944
- this.send(command, optionsOrCb);
1945
- } else if (typeof cb === "function") {
1946
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1947
- this.send(command, optionsOrCb || {}, cb);
1948
- } else {
1949
- return this.send(command, optionsOrCb);
1950
- }
1951
- }
1952
-
1953
- /**
1954
- * <p>Lists the virtual private gateways owned by the account.</p>
1955
- * <p>You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.</p>
1956
- */
1957
- public describeVirtualGateways(
1958
- args: DescribeVirtualGatewaysCommandInput,
1959
- options?: __HttpHandlerOptions
1960
- ): Promise<DescribeVirtualGatewaysCommandOutput>;
1961
- public describeVirtualGateways(
1962
- args: DescribeVirtualGatewaysCommandInput,
1963
- cb: (err: any, data?: DescribeVirtualGatewaysCommandOutput) => void
1964
- ): void;
1965
- public describeVirtualGateways(
1966
- args: DescribeVirtualGatewaysCommandInput,
1967
- options: __HttpHandlerOptions,
1968
- cb: (err: any, data?: DescribeVirtualGatewaysCommandOutput) => void
1969
- ): void;
1970
- public describeVirtualGateways(
1971
- args: DescribeVirtualGatewaysCommandInput,
1972
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeVirtualGatewaysCommandOutput) => void),
1973
- cb?: (err: any, data?: DescribeVirtualGatewaysCommandOutput) => void
1974
- ): Promise<DescribeVirtualGatewaysCommandOutput> | void {
1975
- const command = new DescribeVirtualGatewaysCommand(args);
1976
- if (typeof optionsOrCb === "function") {
1977
- this.send(command, optionsOrCb);
1978
- } else if (typeof cb === "function") {
1979
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1980
- this.send(command, optionsOrCb || {}, cb);
1981
- } else {
1982
- return this.send(command, optionsOrCb);
1983
- }
1984
- }
1985
-
1986
- /**
1987
- * <p>Displays all virtual interfaces for an account. Virtual interfaces deleted fewer
1988
- * than 15 minutes before you make the request are also returned. If you specify a
1989
- * connection ID, only the virtual interfaces associated with the connection are returned.
1990
- * If you specify a virtual interface ID, then only a single virtual interface is returned.</p>
1991
- * <p>A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.</p>
1992
- */
1993
- public describeVirtualInterfaces(
1994
- args: DescribeVirtualInterfacesCommandInput,
1995
- options?: __HttpHandlerOptions
1996
- ): Promise<DescribeVirtualInterfacesCommandOutput>;
1997
- public describeVirtualInterfaces(
1998
- args: DescribeVirtualInterfacesCommandInput,
1999
- cb: (err: any, data?: DescribeVirtualInterfacesCommandOutput) => void
2000
- ): void;
2001
- public describeVirtualInterfaces(
2002
- args: DescribeVirtualInterfacesCommandInput,
2003
- options: __HttpHandlerOptions,
2004
- cb: (err: any, data?: DescribeVirtualInterfacesCommandOutput) => void
2005
- ): void;
2006
- public describeVirtualInterfaces(
2007
- args: DescribeVirtualInterfacesCommandInput,
2008
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeVirtualInterfacesCommandOutput) => void),
2009
- cb?: (err: any, data?: DescribeVirtualInterfacesCommandOutput) => void
2010
- ): Promise<DescribeVirtualInterfacesCommandOutput> | void {
2011
- const command = new DescribeVirtualInterfacesCommand(args);
2012
- if (typeof optionsOrCb === "function") {
2013
- this.send(command, optionsOrCb);
2014
- } else if (typeof cb === "function") {
2015
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2016
- this.send(command, optionsOrCb || {}, cb);
2017
- } else {
2018
- return this.send(command, optionsOrCb);
2019
- }
2020
- }
2021
-
2022
- /**
2023
- * <p>Disassociates a connection from a link aggregation group (LAG). The connection is
2024
- * interrupted and re-established as a standalone connection (the connection is not
2025
- * deleted; to delete the connection, use the <a>DeleteConnection</a> request).
2026
- * If the LAG has associated virtual interfaces or hosted connections, they remain
2027
- * associated with the LAG. A disassociated connection owned by an Direct Connect Partner is
2028
- * automatically converted to an interconnect.</p>
2029
- * <p>If disassociating the connection would cause the LAG to fall below its setting for
2030
- * minimum number of operational connections, the request fails, except when it's the last
2031
- * member of the LAG. If all connections are disassociated, the LAG continues to exist as
2032
- * an empty LAG with no physical connections. </p>
2033
- */
2034
- public disassociateConnectionFromLag(
2035
- args: DisassociateConnectionFromLagCommandInput,
2036
- options?: __HttpHandlerOptions
2037
- ): Promise<DisassociateConnectionFromLagCommandOutput>;
2038
- public disassociateConnectionFromLag(
2039
- args: DisassociateConnectionFromLagCommandInput,
2040
- cb: (err: any, data?: DisassociateConnectionFromLagCommandOutput) => void
2041
- ): void;
2042
- public disassociateConnectionFromLag(
2043
- args: DisassociateConnectionFromLagCommandInput,
2044
- options: __HttpHandlerOptions,
2045
- cb: (err: any, data?: DisassociateConnectionFromLagCommandOutput) => void
2046
- ): void;
2047
- public disassociateConnectionFromLag(
2048
- args: DisassociateConnectionFromLagCommandInput,
2049
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateConnectionFromLagCommandOutput) => void),
2050
- cb?: (err: any, data?: DisassociateConnectionFromLagCommandOutput) => void
2051
- ): Promise<DisassociateConnectionFromLagCommandOutput> | void {
2052
- const command = new DisassociateConnectionFromLagCommand(args);
2053
- if (typeof optionsOrCb === "function") {
2054
- this.send(command, optionsOrCb);
2055
- } else if (typeof cb === "function") {
2056
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2057
- this.send(command, optionsOrCb || {}, cb);
2058
- } else {
2059
- return this.send(command, optionsOrCb);
2060
- }
2061
- }
2062
-
2063
- /**
2064
- * <p>Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.</p>
2065
- */
2066
- public disassociateMacSecKey(
2067
- args: DisassociateMacSecKeyCommandInput,
2068
- options?: __HttpHandlerOptions
2069
- ): Promise<DisassociateMacSecKeyCommandOutput>;
2070
- public disassociateMacSecKey(
2071
- args: DisassociateMacSecKeyCommandInput,
2072
- cb: (err: any, data?: DisassociateMacSecKeyCommandOutput) => void
2073
- ): void;
2074
- public disassociateMacSecKey(
2075
- args: DisassociateMacSecKeyCommandInput,
2076
- options: __HttpHandlerOptions,
2077
- cb: (err: any, data?: DisassociateMacSecKeyCommandOutput) => void
2078
- ): void;
2079
- public disassociateMacSecKey(
2080
- args: DisassociateMacSecKeyCommandInput,
2081
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateMacSecKeyCommandOutput) => void),
2082
- cb?: (err: any, data?: DisassociateMacSecKeyCommandOutput) => void
2083
- ): Promise<DisassociateMacSecKeyCommandOutput> | void {
2084
- const command = new DisassociateMacSecKeyCommand(args);
2085
- if (typeof optionsOrCb === "function") {
2086
- this.send(command, optionsOrCb);
2087
- } else if (typeof cb === "function") {
2088
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2089
- this.send(command, optionsOrCb || {}, cb);
2090
- } else {
2091
- return this.send(command, optionsOrCb);
2092
- }
2093
- }
2094
-
2095
- /**
2096
- * <p>Lists the virtual interface failover test history.</p>
2097
- */
2098
- public listVirtualInterfaceTestHistory(
2099
- args: ListVirtualInterfaceTestHistoryCommandInput,
2100
- options?: __HttpHandlerOptions
2101
- ): Promise<ListVirtualInterfaceTestHistoryCommandOutput>;
2102
- public listVirtualInterfaceTestHistory(
2103
- args: ListVirtualInterfaceTestHistoryCommandInput,
2104
- cb: (err: any, data?: ListVirtualInterfaceTestHistoryCommandOutput) => void
2105
- ): void;
2106
- public listVirtualInterfaceTestHistory(
2107
- args: ListVirtualInterfaceTestHistoryCommandInput,
2108
- options: __HttpHandlerOptions,
2109
- cb: (err: any, data?: ListVirtualInterfaceTestHistoryCommandOutput) => void
2110
- ): void;
2111
- public listVirtualInterfaceTestHistory(
2112
- args: ListVirtualInterfaceTestHistoryCommandInput,
2113
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListVirtualInterfaceTestHistoryCommandOutput) => void),
2114
- cb?: (err: any, data?: ListVirtualInterfaceTestHistoryCommandOutput) => void
2115
- ): Promise<ListVirtualInterfaceTestHistoryCommandOutput> | void {
2116
- const command = new ListVirtualInterfaceTestHistoryCommand(args);
2117
- if (typeof optionsOrCb === "function") {
2118
- this.send(command, optionsOrCb);
2119
- } else if (typeof cb === "function") {
2120
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2121
- this.send(command, optionsOrCb || {}, cb);
2122
- } else {
2123
- return this.send(command, optionsOrCb);
2124
- }
2125
- }
2126
-
2127
- /**
2128
- * <p>Starts the virtual interface failover test that verifies your configuration meets your resiliency requirements by placing the BGP peering session in the DOWN state. You can then send traffic to verify that there are no outages.</p>
2129
- * <p>You can run the test on public, private, transit, and hosted virtual interfaces.</p>
2130
- * <p>You can use <a href="https://docs.aws.amazon.com/directconnect/latest/APIReference/API_ListVirtualInterfaceTestHistory.html">ListVirtualInterfaceTestHistory</a> to view the virtual interface test history.</p>
2131
- * <p>If you need to stop the test before the test interval completes, use <a href="https://docs.aws.amazon.com/directconnect/latest/APIReference/API_StopBgpFailoverTest.html">StopBgpFailoverTest</a>.</p>
2132
- */
2133
- public startBgpFailoverTest(
2134
- args: StartBgpFailoverTestCommandInput,
2135
- options?: __HttpHandlerOptions
2136
- ): Promise<StartBgpFailoverTestCommandOutput>;
2137
- public startBgpFailoverTest(
2138
- args: StartBgpFailoverTestCommandInput,
2139
- cb: (err: any, data?: StartBgpFailoverTestCommandOutput) => void
2140
- ): void;
2141
- public startBgpFailoverTest(
2142
- args: StartBgpFailoverTestCommandInput,
2143
- options: __HttpHandlerOptions,
2144
- cb: (err: any, data?: StartBgpFailoverTestCommandOutput) => void
2145
- ): void;
2146
- public startBgpFailoverTest(
2147
- args: StartBgpFailoverTestCommandInput,
2148
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartBgpFailoverTestCommandOutput) => void),
2149
- cb?: (err: any, data?: StartBgpFailoverTestCommandOutput) => void
2150
- ): Promise<StartBgpFailoverTestCommandOutput> | void {
2151
- const command = new StartBgpFailoverTestCommand(args);
2152
- if (typeof optionsOrCb === "function") {
2153
- this.send(command, optionsOrCb);
2154
- } else if (typeof cb === "function") {
2155
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2156
- this.send(command, optionsOrCb || {}, cb);
2157
- } else {
2158
- return this.send(command, optionsOrCb);
2159
- }
2160
- }
2161
-
2162
- /**
2163
- * <p>Stops the virtual interface failover test.</p>
2164
- */
2165
- public stopBgpFailoverTest(
2166
- args: StopBgpFailoverTestCommandInput,
2167
- options?: __HttpHandlerOptions
2168
- ): Promise<StopBgpFailoverTestCommandOutput>;
2169
- public stopBgpFailoverTest(
2170
- args: StopBgpFailoverTestCommandInput,
2171
- cb: (err: any, data?: StopBgpFailoverTestCommandOutput) => void
2172
- ): void;
2173
- public stopBgpFailoverTest(
2174
- args: StopBgpFailoverTestCommandInput,
2175
- options: __HttpHandlerOptions,
2176
- cb: (err: any, data?: StopBgpFailoverTestCommandOutput) => void
2177
- ): void;
2178
- public stopBgpFailoverTest(
2179
- args: StopBgpFailoverTestCommandInput,
2180
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopBgpFailoverTestCommandOutput) => void),
2181
- cb?: (err: any, data?: StopBgpFailoverTestCommandOutput) => void
2182
- ): Promise<StopBgpFailoverTestCommandOutput> | void {
2183
- const command = new StopBgpFailoverTestCommand(args);
2184
- if (typeof optionsOrCb === "function") {
2185
- this.send(command, optionsOrCb);
2186
- } else if (typeof cb === "function") {
2187
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2188
- this.send(command, optionsOrCb || {}, cb);
2189
- } else {
2190
- return this.send(command, optionsOrCb);
2191
- }
2192
- }
2193
-
2194
- /**
2195
- * <p>Adds the specified tags to the specified Direct Connect resource. Each resource can have a maximum of 50 tags.</p>
2196
- * <p>Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.</p>
2197
- */
2198
- public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
2199
- public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
2200
- public tagResource(
2201
- args: TagResourceCommandInput,
2202
- options: __HttpHandlerOptions,
2203
- cb: (err: any, data?: TagResourceCommandOutput) => void
2204
- ): void;
2205
- public tagResource(
2206
- args: TagResourceCommandInput,
2207
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
2208
- cb?: (err: any, data?: TagResourceCommandOutput) => void
2209
- ): Promise<TagResourceCommandOutput> | void {
2210
- const command = new TagResourceCommand(args);
2211
- if (typeof optionsOrCb === "function") {
2212
- this.send(command, optionsOrCb);
2213
- } else if (typeof cb === "function") {
2214
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2215
- this.send(command, optionsOrCb || {}, cb);
2216
- } else {
2217
- return this.send(command, optionsOrCb);
2218
- }
2219
- }
2220
-
2221
- /**
2222
- * <p>Removes one or more tags from the specified Direct Connect resource.</p>
2223
- */
2224
- public untagResource(
2225
- args: UntagResourceCommandInput,
2226
- options?: __HttpHandlerOptions
2227
- ): Promise<UntagResourceCommandOutput>;
2228
- public untagResource(
2229
- args: UntagResourceCommandInput,
2230
- cb: (err: any, data?: UntagResourceCommandOutput) => void
2231
- ): void;
2232
- public untagResource(
2233
- args: UntagResourceCommandInput,
2234
- options: __HttpHandlerOptions,
2235
- cb: (err: any, data?: UntagResourceCommandOutput) => void
2236
- ): void;
2237
- public untagResource(
2238
- args: UntagResourceCommandInput,
2239
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
2240
- cb?: (err: any, data?: UntagResourceCommandOutput) => void
2241
- ): Promise<UntagResourceCommandOutput> | void {
2242
- const command = new UntagResourceCommand(args);
2243
- if (typeof optionsOrCb === "function") {
2244
- this.send(command, optionsOrCb);
2245
- } else if (typeof cb === "function") {
2246
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2247
- this.send(command, optionsOrCb || {}, cb);
2248
- } else {
2249
- return this.send(command, optionsOrCb);
2250
- }
2251
- }
2252
-
2253
- /**
2254
- * <p>Updates the Direct Connect dedicated connection configuration.</p>
2255
- * <p>You can update the following parameters for a connection:</p>
2256
- * <ul>
2257
- * <li>
2258
- * <p>The connection name</p>
2259
- * </li>
2260
- * <li>
2261
- * <p>The connection's MAC Security (MACsec) encryption mode.</p>
2262
- * </li>
2263
- * </ul>
2264
- */
2265
- public updateConnection(
2266
- args: UpdateConnectionCommandInput,
2267
- options?: __HttpHandlerOptions
2268
- ): Promise<UpdateConnectionCommandOutput>;
2269
- public updateConnection(
2270
- args: UpdateConnectionCommandInput,
2271
- cb: (err: any, data?: UpdateConnectionCommandOutput) => void
2272
- ): void;
2273
- public updateConnection(
2274
- args: UpdateConnectionCommandInput,
2275
- options: __HttpHandlerOptions,
2276
- cb: (err: any, data?: UpdateConnectionCommandOutput) => void
2277
- ): void;
2278
- public updateConnection(
2279
- args: UpdateConnectionCommandInput,
2280
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateConnectionCommandOutput) => void),
2281
- cb?: (err: any, data?: UpdateConnectionCommandOutput) => void
2282
- ): Promise<UpdateConnectionCommandOutput> | void {
2283
- const command = new UpdateConnectionCommand(args);
2284
- if (typeof optionsOrCb === "function") {
2285
- this.send(command, optionsOrCb);
2286
- } else if (typeof cb === "function") {
2287
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2288
- this.send(command, optionsOrCb || {}, cb);
2289
- } else {
2290
- return this.send(command, optionsOrCb);
2291
- }
2292
- }
2293
-
2294
- /**
2295
- * <p>Updates the specified attributes of the Direct Connect gateway association.</p>
2296
- * <p>Add or remove prefixes from the association.</p>
2297
- */
2298
- public updateDirectConnectGatewayAssociation(
2299
- args: UpdateDirectConnectGatewayAssociationCommandInput,
2300
- options?: __HttpHandlerOptions
2301
- ): Promise<UpdateDirectConnectGatewayAssociationCommandOutput>;
2302
- public updateDirectConnectGatewayAssociation(
2303
- args: UpdateDirectConnectGatewayAssociationCommandInput,
2304
- cb: (err: any, data?: UpdateDirectConnectGatewayAssociationCommandOutput) => void
2305
- ): void;
2306
- public updateDirectConnectGatewayAssociation(
2307
- args: UpdateDirectConnectGatewayAssociationCommandInput,
2308
- options: __HttpHandlerOptions,
2309
- cb: (err: any, data?: UpdateDirectConnectGatewayAssociationCommandOutput) => void
2310
- ): void;
2311
- public updateDirectConnectGatewayAssociation(
2312
- args: UpdateDirectConnectGatewayAssociationCommandInput,
2313
- optionsOrCb?:
2314
- | __HttpHandlerOptions
2315
- | ((err: any, data?: UpdateDirectConnectGatewayAssociationCommandOutput) => void),
2316
- cb?: (err: any, data?: UpdateDirectConnectGatewayAssociationCommandOutput) => void
2317
- ): Promise<UpdateDirectConnectGatewayAssociationCommandOutput> | void {
2318
- const command = new UpdateDirectConnectGatewayAssociationCommand(args);
2319
- if (typeof optionsOrCb === "function") {
2320
- this.send(command, optionsOrCb);
2321
- } else if (typeof cb === "function") {
2322
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2323
- this.send(command, optionsOrCb || {}, cb);
2324
- } else {
2325
- return this.send(command, optionsOrCb);
2326
- }
2327
- }
2328
-
2329
- /**
2330
- * <p>Updates the attributes of the specified link aggregation group (LAG).</p>
2331
- * <p>You can update the following LAG attributes:</p>
2332
- * <ul>
2333
- * <li>
2334
- * <p>The name of the LAG.</p>
2335
- * </li>
2336
- * <li>
2337
- * <p>The value for the minimum number of connections that must be operational
2338
- * for the LAG itself to be operational. </p>
2339
- * </li>
2340
- * <li>
2341
- * <p>The LAG's MACsec encryption mode.</p>
2342
- * <p>Amazon Web Services assigns this value to each connection which is part of the LAG.</p>
2343
- * </li>
2344
- * <li>
2345
- * <p>The tags</p>
2346
- * </li>
2347
- * </ul>
2348
- * <note>
2349
- * <p>If you adjust the threshold value for the minimum number of operational connections, ensure
2350
- * that the new value does not cause the LAG to fall below the threshold and become
2351
- * non-operational.</p>
2352
- * </note>
2353
- */
2354
- public updateLag(args: UpdateLagCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLagCommandOutput>;
2355
- public updateLag(args: UpdateLagCommandInput, cb: (err: any, data?: UpdateLagCommandOutput) => void): void;
2356
- public updateLag(
2357
- args: UpdateLagCommandInput,
2358
- options: __HttpHandlerOptions,
2359
- cb: (err: any, data?: UpdateLagCommandOutput) => void
2360
- ): void;
2361
- public updateLag(
2362
- args: UpdateLagCommandInput,
2363
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateLagCommandOutput) => void),
2364
- cb?: (err: any, data?: UpdateLagCommandOutput) => void
2365
- ): Promise<UpdateLagCommandOutput> | void {
2366
- const command = new UpdateLagCommand(args);
2367
- if (typeof optionsOrCb === "function") {
2368
- this.send(command, optionsOrCb);
2369
- } else if (typeof cb === "function") {
2370
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2371
- this.send(command, optionsOrCb || {}, cb);
2372
- } else {
2373
- return this.send(command, optionsOrCb);
2374
- }
2375
- }
2376
-
2377
- /**
2378
- * <p>Updates the specified attributes of the specified virtual private interface.</p>
2379
- * <p>Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to
2380
- * the underlying physical connection if it wasn't updated to support jumbo frames. Updating
2381
- * the connection disrupts network connectivity for all virtual interfaces associated with
2382
- * the connection for up to 30 seconds. To check whether your connection supports jumbo
2383
- * frames, call <a>DescribeConnections</a>. To check whether your virtual q
2384
- * interface supports jumbo frames, call <a>DescribeVirtualInterfaces</a>.</p>
2385
- */
2386
- public updateVirtualInterfaceAttributes(
2387
- args: UpdateVirtualInterfaceAttributesCommandInput,
2388
- options?: __HttpHandlerOptions
2389
- ): Promise<UpdateVirtualInterfaceAttributesCommandOutput>;
2390
- public updateVirtualInterfaceAttributes(
2391
- args: UpdateVirtualInterfaceAttributesCommandInput,
2392
- cb: (err: any, data?: UpdateVirtualInterfaceAttributesCommandOutput) => void
2393
- ): void;
2394
- public updateVirtualInterfaceAttributes(
2395
- args: UpdateVirtualInterfaceAttributesCommandInput,
2396
- options: __HttpHandlerOptions,
2397
- cb: (err: any, data?: UpdateVirtualInterfaceAttributesCommandOutput) => void
2398
- ): void;
2399
- public updateVirtualInterfaceAttributes(
2400
- args: UpdateVirtualInterfaceAttributesCommandInput,
2401
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateVirtualInterfaceAttributesCommandOutput) => void),
2402
- cb?: (err: any, data?: UpdateVirtualInterfaceAttributesCommandOutput) => void
2403
- ): Promise<UpdateVirtualInterfaceAttributesCommandOutput> | void {
2404
- const command = new UpdateVirtualInterfaceAttributesCommand(args);
2405
- if (typeof optionsOrCb === "function") {
2406
- this.send(command, optionsOrCb);
2407
- } else if (typeof cb === "function") {
2408
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2409
- this.send(command, optionsOrCb || {}, cb);
2410
- } else {
2411
- return this.send(command, optionsOrCb);
2412
- }
2413
- }
2414
- }