@aws-sdk/client-direct-connect 3.35.0 → 3.38.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 (464) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/README.md +2 -2
  3. package/dist-cjs/DirectConnect.js +60 -9
  4. package/dist-cjs/DirectConnectClient.js +0 -14
  5. package/dist-cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +0 -25
  6. package/dist-cjs/commands/AllocateConnectionOnInterconnectCommand.js +0 -32
  7. package/dist-cjs/commands/AllocateHostedConnectionCommand.js +0 -30
  8. package/dist-cjs/commands/AllocatePrivateVirtualInterfaceCommand.js +0 -27
  9. package/dist-cjs/commands/AllocatePublicVirtualInterfaceCommand.js +0 -30
  10. package/dist-cjs/commands/AllocateTransitVirtualInterfaceCommand.js +0 -27
  11. package/dist-cjs/commands/AssociateConnectionWithLagCommand.js +0 -38
  12. package/dist-cjs/commands/AssociateHostedConnectionCommand.js +0 -32
  13. package/dist-cjs/commands/AssociateMacSecKeyCommand.js +0 -27
  14. package/dist-cjs/commands/AssociateVirtualInterfaceCommand.js +0 -34
  15. package/dist-cjs/commands/ConfirmConnectionCommand.js +0 -27
  16. package/dist-cjs/commands/ConfirmCustomerAgreementCommand.js +36 -0
  17. package/dist-cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js +0 -28
  18. package/dist-cjs/commands/ConfirmPublicVirtualInterfaceCommand.js +0 -27
  19. package/dist-cjs/commands/ConfirmTransitVirtualInterfaceCommand.js +0 -27
  20. package/dist-cjs/commands/CreateBGPPeerCommand.js +0 -31
  21. package/dist-cjs/commands/CreateConnectionCommand.js +0 -33
  22. package/dist-cjs/commands/CreateDirectConnectGatewayAssociationCommand.js +0 -26
  23. package/dist-cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +0 -26
  24. package/dist-cjs/commands/CreateDirectConnectGatewayCommand.js +0 -30
  25. package/dist-cjs/commands/CreateInterconnectCommand.js +0 -40
  26. package/dist-cjs/commands/CreateLagCommand.js +0 -42
  27. package/dist-cjs/commands/CreatePrivateVirtualInterfaceCommand.js +0 -35
  28. package/dist-cjs/commands/CreatePublicVirtualInterfaceCommand.js +0 -28
  29. package/dist-cjs/commands/CreateTransitVirtualInterfaceCommand.js +0 -34
  30. package/dist-cjs/commands/DeleteBGPPeerCommand.js +0 -26
  31. package/dist-cjs/commands/DeleteConnectionCommand.js +0 -28
  32. package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js +0 -26
  33. package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +0 -25
  34. package/dist-cjs/commands/DeleteDirectConnectGatewayCommand.js +0 -27
  35. package/dist-cjs/commands/DeleteInterconnectCommand.js +0 -29
  36. package/dist-cjs/commands/DeleteLagCommand.js +0 -26
  37. package/dist-cjs/commands/DeleteVirtualInterfaceCommand.js +0 -25
  38. package/dist-cjs/commands/DescribeConnectionLoaCommand.js +0 -32
  39. package/dist-cjs/commands/DescribeConnectionsCommand.js +0 -25
  40. package/dist-cjs/commands/DescribeConnectionsOnInterconnectCommand.js +0 -31
  41. package/dist-cjs/commands/DescribeCustomerMetadataCommand.js +36 -0
  42. package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +0 -25
  43. package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js +0 -47
  44. package/dist-cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +0 -29
  45. package/dist-cjs/commands/DescribeDirectConnectGatewaysCommand.js +0 -25
  46. package/dist-cjs/commands/DescribeHostedConnectionsCommand.js +0 -29
  47. package/dist-cjs/commands/DescribeInterconnectLoaCommand.js +0 -31
  48. package/dist-cjs/commands/DescribeInterconnectsCommand.js +0 -25
  49. package/dist-cjs/commands/DescribeLagsCommand.js +0 -25
  50. package/dist-cjs/commands/DescribeLoaCommand.js +0 -28
  51. package/dist-cjs/commands/DescribeLocationsCommand.js +0 -26
  52. package/dist-cjs/commands/DescribeRouterConfigurationCommand.js +36 -0
  53. package/dist-cjs/commands/DescribeTagsCommand.js +0 -25
  54. package/dist-cjs/commands/DescribeVirtualGatewaysCommand.js +0 -26
  55. package/dist-cjs/commands/DescribeVirtualInterfacesCommand.js +0 -29
  56. package/dist-cjs/commands/DisassociateConnectionFromLagCommand.js +0 -34
  57. package/dist-cjs/commands/DisassociateMacSecKeyCommand.js +0 -25
  58. package/dist-cjs/commands/ListVirtualInterfaceTestHistoryCommand.js +0 -25
  59. package/dist-cjs/commands/StartBgpFailoverTestCommand.js +0 -28
  60. package/dist-cjs/commands/StopBgpFailoverTestCommand.js +0 -25
  61. package/dist-cjs/commands/TagResourceCommand.js +0 -26
  62. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  63. package/dist-cjs/commands/UpdateConnectionCommand.js +0 -34
  64. package/dist-cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js +0 -26
  65. package/dist-cjs/commands/UpdateDirectConnectGatewayCommand.js +36 -0
  66. package/dist-cjs/commands/UpdateLagCommand.js +0 -47
  67. package/dist-cjs/commands/UpdateVirtualInterfaceAttributesCommand.js +0 -31
  68. package/dist-cjs/commands/index.js +66 -0
  69. package/dist-cjs/endpoints.js +1 -2
  70. package/dist-cjs/index.js +3 -62
  71. package/dist-cjs/models/index.js +0 -1
  72. package/dist-cjs/models/models_0.js +63 -376
  73. package/dist-cjs/protocols/Aws_json1_1.js +339 -9
  74. package/dist-cjs/runtimeConfig.browser.js +1 -6
  75. package/dist-cjs/runtimeConfig.js +2 -7
  76. package/dist-cjs/runtimeConfig.native.js +0 -4
  77. package/dist-cjs/runtimeConfig.shared.js +0 -4
  78. package/dist-es/DirectConnect.js +60 -1
  79. package/dist-es/DirectConnectClient.js +0 -1
  80. package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +0 -1
  81. package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +0 -1
  82. package/dist-es/commands/AllocateHostedConnectionCommand.js +0 -1
  83. package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +0 -1
  84. package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +0 -1
  85. package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +0 -1
  86. package/dist-es/commands/AssociateConnectionWithLagCommand.js +0 -1
  87. package/dist-es/commands/AssociateHostedConnectionCommand.js +0 -1
  88. package/dist-es/commands/AssociateMacSecKeyCommand.js +0 -1
  89. package/dist-es/commands/AssociateVirtualInterfaceCommand.js +0 -1
  90. package/dist-es/commands/ConfirmConnectionCommand.js +0 -1
  91. package/dist-es/commands/ConfirmCustomerAgreementCommand.js +39 -0
  92. package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +0 -1
  93. package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +0 -1
  94. package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +0 -1
  95. package/dist-es/commands/CreateBGPPeerCommand.js +0 -1
  96. package/dist-es/commands/CreateConnectionCommand.js +0 -1
  97. package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +0 -1
  98. package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +0 -1
  99. package/dist-es/commands/CreateDirectConnectGatewayCommand.js +0 -1
  100. package/dist-es/commands/CreateInterconnectCommand.js +0 -1
  101. package/dist-es/commands/CreateLagCommand.js +0 -1
  102. package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +0 -1
  103. package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +0 -1
  104. package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +0 -1
  105. package/dist-es/commands/DeleteBGPPeerCommand.js +0 -1
  106. package/dist-es/commands/DeleteConnectionCommand.js +0 -1
  107. package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +0 -1
  108. package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +0 -1
  109. package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +0 -1
  110. package/dist-es/commands/DeleteInterconnectCommand.js +0 -1
  111. package/dist-es/commands/DeleteLagCommand.js +0 -1
  112. package/dist-es/commands/DeleteVirtualInterfaceCommand.js +0 -1
  113. package/dist-es/commands/DescribeConnectionLoaCommand.js +0 -1
  114. package/dist-es/commands/DescribeConnectionsCommand.js +0 -1
  115. package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +0 -1
  116. package/dist-es/commands/DescribeCustomerMetadataCommand.js +39 -0
  117. package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +0 -1
  118. package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +0 -1
  119. package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +0 -1
  120. package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +0 -1
  121. package/dist-es/commands/DescribeHostedConnectionsCommand.js +0 -1
  122. package/dist-es/commands/DescribeInterconnectLoaCommand.js +0 -1
  123. package/dist-es/commands/DescribeInterconnectsCommand.js +0 -1
  124. package/dist-es/commands/DescribeLagsCommand.js +0 -1
  125. package/dist-es/commands/DescribeLoaCommand.js +0 -1
  126. package/dist-es/commands/DescribeLocationsCommand.js +0 -1
  127. package/dist-es/commands/DescribeRouterConfigurationCommand.js +39 -0
  128. package/dist-es/commands/DescribeTagsCommand.js +0 -1
  129. package/dist-es/commands/DescribeVirtualGatewaysCommand.js +0 -1
  130. package/dist-es/commands/DescribeVirtualInterfacesCommand.js +0 -1
  131. package/dist-es/commands/DisassociateConnectionFromLagCommand.js +0 -1
  132. package/dist-es/commands/DisassociateMacSecKeyCommand.js +0 -1
  133. package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +0 -1
  134. package/dist-es/commands/StartBgpFailoverTestCommand.js +0 -1
  135. package/dist-es/commands/StopBgpFailoverTestCommand.js +0 -1
  136. package/dist-es/commands/TagResourceCommand.js +0 -1
  137. package/dist-es/commands/UntagResourceCommand.js +0 -1
  138. package/dist-es/commands/UpdateConnectionCommand.js +0 -1
  139. package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +0 -1
  140. package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +39 -0
  141. package/dist-es/commands/UpdateLagCommand.js +0 -1
  142. package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +0 -1
  143. package/dist-es/commands/index.js +63 -0
  144. package/dist-es/endpoints.js +1 -2
  145. package/dist-es/index.js +3 -62
  146. package/dist-es/models/index.js +0 -1
  147. package/dist-es/models/models_0.js +42 -1
  148. package/dist-es/protocols/Aws_json1_1.js +369 -1
  149. package/dist-es/runtimeConfig.browser.js +1 -2
  150. package/dist-es/runtimeConfig.js +2 -3
  151. package/dist-es/runtimeConfig.native.js +0 -1
  152. package/dist-es/runtimeConfig.shared.js +0 -1
  153. package/dist-types/DirectConnect.d.ts +51 -19
  154. package/dist-types/DirectConnectClient.d.ts +8 -4
  155. package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +1 -1
  156. package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +2 -2
  157. package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +2 -2
  158. package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +37 -0
  159. package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +1 -1
  160. package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +1 -1
  161. package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +1 -1
  162. package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
  163. package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +2 -2
  164. package/dist-types/commands/CreateLagCommand.d.ts +1 -1
  165. package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +1 -1
  166. package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +35 -0
  167. package/dist-types/commands/DescribeInterconnectsCommand.d.ts +1 -1
  168. package/dist-types/commands/DescribeLocationsCommand.d.ts +1 -1
  169. package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +37 -0
  170. package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +1 -1
  171. package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +1 -1
  172. package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +35 -0
  173. package/dist-types/commands/index.d.ts +63 -0
  174. package/dist-types/index.d.ts +3 -61
  175. package/dist-types/models/models_0.d.ts +209 -23
  176. package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
  177. package/dist-types/ts3.4/DirectConnect.d.ts +80 -442
  178. package/dist-types/ts3.4/DirectConnectClient.d.ts +30 -96
  179. package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +2 -20
  180. package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +2 -27
  181. package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +2 -25
  182. package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +2 -22
  183. package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +2 -25
  184. package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +2 -22
  185. package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +2 -33
  186. package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +2 -27
  187. package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +2 -22
  188. package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +2 -29
  189. package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +2 -22
  190. package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +2 -23
  192. package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +2 -22
  193. package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +2 -22
  194. package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +2 -26
  195. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +2 -28
  196. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +2 -21
  197. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +2 -21
  198. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +2 -25
  199. package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +2 -35
  200. package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +2 -37
  201. package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +2 -30
  202. package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +2 -23
  203. package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +2 -29
  204. package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +2 -21
  205. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +2 -23
  206. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +2 -21
  207. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +2 -20
  208. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +2 -22
  209. package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +2 -24
  210. package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +2 -21
  211. package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +2 -20
  212. package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +2 -27
  213. package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +2 -20
  214. package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +2 -26
  215. package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +17 -0
  216. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +2 -20
  217. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +2 -42
  218. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +2 -24
  219. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +2 -20
  220. package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +2 -24
  221. package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +2 -26
  222. package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +2 -20
  223. package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +2 -20
  224. package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +2 -23
  225. package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +2 -21
  226. package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +17 -0
  227. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -20
  228. package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +2 -21
  229. package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +2 -24
  230. package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +2 -29
  231. package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +2 -20
  232. package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +2 -20
  233. package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +2 -23
  234. package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +2 -20
  235. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
  236. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  237. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +2 -29
  238. package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +2 -21
  239. package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +17 -0
  240. package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +2 -42
  241. package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +2 -26
  242. package/dist-types/ts3.4/commands/index.d.ts +63 -0
  243. package/dist-types/ts3.4/index.d.ts +3 -61
  244. package/dist-types/ts3.4/models/models_0.d.ts +676 -2289
  245. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  246. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  247. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  248. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  249. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  250. package/package.json +33 -30
  251. package/dist-cjs/DirectConnect.js.map +0 -1
  252. package/dist-cjs/DirectConnectClient.js.map +0 -1
  253. package/dist-cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  254. package/dist-cjs/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
  255. package/dist-cjs/commands/AllocateHostedConnectionCommand.js.map +0 -1
  256. package/dist-cjs/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
  257. package/dist-cjs/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
  258. package/dist-cjs/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
  259. package/dist-cjs/commands/AssociateConnectionWithLagCommand.js.map +0 -1
  260. package/dist-cjs/commands/AssociateHostedConnectionCommand.js.map +0 -1
  261. package/dist-cjs/commands/AssociateMacSecKeyCommand.js.map +0 -1
  262. package/dist-cjs/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
  263. package/dist-cjs/commands/ConfirmConnectionCommand.js.map +0 -1
  264. package/dist-cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
  265. package/dist-cjs/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
  266. package/dist-cjs/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
  267. package/dist-cjs/commands/CreateBGPPeerCommand.js.map +0 -1
  268. package/dist-cjs/commands/CreateConnectionCommand.js.map +0 -1
  269. package/dist-cjs/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
  270. package/dist-cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  271. package/dist-cjs/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
  272. package/dist-cjs/commands/CreateInterconnectCommand.js.map +0 -1
  273. package/dist-cjs/commands/CreateLagCommand.js.map +0 -1
  274. package/dist-cjs/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
  275. package/dist-cjs/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
  276. package/dist-cjs/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
  277. package/dist-cjs/commands/DeleteBGPPeerCommand.js.map +0 -1
  278. package/dist-cjs/commands/DeleteConnectionCommand.js.map +0 -1
  279. package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
  280. package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  281. package/dist-cjs/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
  282. package/dist-cjs/commands/DeleteInterconnectCommand.js.map +0 -1
  283. package/dist-cjs/commands/DeleteLagCommand.js.map +0 -1
  284. package/dist-cjs/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
  285. package/dist-cjs/commands/DescribeConnectionLoaCommand.js.map +0 -1
  286. package/dist-cjs/commands/DescribeConnectionsCommand.js.map +0 -1
  287. package/dist-cjs/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
  288. package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
  289. package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
  290. package/dist-cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
  291. package/dist-cjs/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
  292. package/dist-cjs/commands/DescribeHostedConnectionsCommand.js.map +0 -1
  293. package/dist-cjs/commands/DescribeInterconnectLoaCommand.js.map +0 -1
  294. package/dist-cjs/commands/DescribeInterconnectsCommand.js.map +0 -1
  295. package/dist-cjs/commands/DescribeLagsCommand.js.map +0 -1
  296. package/dist-cjs/commands/DescribeLoaCommand.js.map +0 -1
  297. package/dist-cjs/commands/DescribeLocationsCommand.js.map +0 -1
  298. package/dist-cjs/commands/DescribeTagsCommand.js.map +0 -1
  299. package/dist-cjs/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
  300. package/dist-cjs/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
  301. package/dist-cjs/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
  302. package/dist-cjs/commands/DisassociateMacSecKeyCommand.js.map +0 -1
  303. package/dist-cjs/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
  304. package/dist-cjs/commands/StartBgpFailoverTestCommand.js.map +0 -1
  305. package/dist-cjs/commands/StopBgpFailoverTestCommand.js.map +0 -1
  306. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  307. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  308. package/dist-cjs/commands/UpdateConnectionCommand.js.map +0 -1
  309. package/dist-cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
  310. package/dist-cjs/commands/UpdateLagCommand.js.map +0 -1
  311. package/dist-cjs/commands/UpdateVirtualInterfaceAttributesCommand.js.map +0 -1
  312. package/dist-cjs/endpoints.js.map +0 -1
  313. package/dist-cjs/index.js.map +0 -1
  314. package/dist-cjs/models/index.js.map +0 -1
  315. package/dist-cjs/models/models_0.js.map +0 -1
  316. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  317. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  318. package/dist-cjs/runtimeConfig.js.map +0 -1
  319. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  320. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  321. package/dist-es/DirectConnect.js.map +0 -1
  322. package/dist-es/DirectConnectClient.js.map +0 -1
  323. package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  324. package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
  325. package/dist-es/commands/AllocateHostedConnectionCommand.js.map +0 -1
  326. package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
  327. package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
  328. package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
  329. package/dist-es/commands/AssociateConnectionWithLagCommand.js.map +0 -1
  330. package/dist-es/commands/AssociateHostedConnectionCommand.js.map +0 -1
  331. package/dist-es/commands/AssociateMacSecKeyCommand.js.map +0 -1
  332. package/dist-es/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
  333. package/dist-es/commands/ConfirmConnectionCommand.js.map +0 -1
  334. package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
  335. package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
  336. package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
  337. package/dist-es/commands/CreateBGPPeerCommand.js.map +0 -1
  338. package/dist-es/commands/CreateConnectionCommand.js.map +0 -1
  339. package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
  340. package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  341. package/dist-es/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
  342. package/dist-es/commands/CreateInterconnectCommand.js.map +0 -1
  343. package/dist-es/commands/CreateLagCommand.js.map +0 -1
  344. package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
  345. package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
  346. package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
  347. package/dist-es/commands/DeleteBGPPeerCommand.js.map +0 -1
  348. package/dist-es/commands/DeleteConnectionCommand.js.map +0 -1
  349. package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
  350. package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  351. package/dist-es/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
  352. package/dist-es/commands/DeleteInterconnectCommand.js.map +0 -1
  353. package/dist-es/commands/DeleteLagCommand.js.map +0 -1
  354. package/dist-es/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
  355. package/dist-es/commands/DescribeConnectionLoaCommand.js.map +0 -1
  356. package/dist-es/commands/DescribeConnectionsCommand.js.map +0 -1
  357. package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
  358. package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
  359. package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
  360. package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
  361. package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
  362. package/dist-es/commands/DescribeHostedConnectionsCommand.js.map +0 -1
  363. package/dist-es/commands/DescribeInterconnectLoaCommand.js.map +0 -1
  364. package/dist-es/commands/DescribeInterconnectsCommand.js.map +0 -1
  365. package/dist-es/commands/DescribeLagsCommand.js.map +0 -1
  366. package/dist-es/commands/DescribeLoaCommand.js.map +0 -1
  367. package/dist-es/commands/DescribeLocationsCommand.js.map +0 -1
  368. package/dist-es/commands/DescribeTagsCommand.js.map +0 -1
  369. package/dist-es/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
  370. package/dist-es/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
  371. package/dist-es/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
  372. package/dist-es/commands/DisassociateMacSecKeyCommand.js.map +0 -1
  373. package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
  374. package/dist-es/commands/StartBgpFailoverTestCommand.js.map +0 -1
  375. package/dist-es/commands/StopBgpFailoverTestCommand.js.map +0 -1
  376. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  377. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  378. package/dist-es/commands/UpdateConnectionCommand.js.map +0 -1
  379. package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
  380. package/dist-es/commands/UpdateLagCommand.js.map +0 -1
  381. package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js.map +0 -1
  382. package/dist-es/endpoints.js.map +0 -1
  383. package/dist-es/index.js.map +0 -1
  384. package/dist-es/models/index.js.map +0 -1
  385. package/dist-es/models/models_0.js.map +0 -1
  386. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  387. package/dist-es/runtimeConfig.browser.js.map +0 -1
  388. package/dist-es/runtimeConfig.js.map +0 -1
  389. package/dist-es/runtimeConfig.native.js.map +0 -1
  390. package/dist-es/runtimeConfig.shared.js.map +0 -1
  391. package/jest.config.js +0 -4
  392. package/src/DirectConnect.ts +0 -2415
  393. package/src/DirectConnectClient.ts +0 -541
  394. package/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts +0 -110
  395. package/src/commands/AllocateConnectionOnInterconnectCommand.ts +0 -108
  396. package/src/commands/AllocateHostedConnectionCommand.ts +0 -100
  397. package/src/commands/AllocatePrivateVirtualInterfaceCommand.ts +0 -103
  398. package/src/commands/AllocatePublicVirtualInterfaceCommand.ts +0 -106
  399. package/src/commands/AllocateTransitVirtualInterfaceCommand.ts +0 -105
  400. package/src/commands/AssociateConnectionWithLagCommand.ts +0 -111
  401. package/src/commands/AssociateHostedConnectionCommand.ts +0 -105
  402. package/src/commands/AssociateMacSecKeyCommand.ts +0 -97
  403. package/src/commands/AssociateVirtualInterfaceCommand.ts +0 -107
  404. package/src/commands/ConfirmConnectionCommand.ts +0 -97
  405. package/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts +0 -106
  406. package/src/commands/ConfirmPublicVirtualInterfaceCommand.ts +0 -102
  407. package/src/commands/ConfirmTransitVirtualInterfaceCommand.ts +0 -105
  408. package/src/commands/CreateBGPPeerCommand.ts +0 -101
  409. package/src/commands/CreateConnectionCommand.ts +0 -103
  410. package/src/commands/CreateDirectConnectGatewayAssociationCommand.ts +0 -108
  411. package/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts +0 -111
  412. package/src/commands/CreateDirectConnectGatewayCommand.ts +0 -103
  413. package/src/commands/CreateInterconnectCommand.ts +0 -110
  414. package/src/commands/CreateLagCommand.ts +0 -109
  415. package/src/commands/CreatePrivateVirtualInterfaceCommand.ts +0 -108
  416. package/src/commands/CreatePublicVirtualInterfaceCommand.ts +0 -101
  417. package/src/commands/CreateTransitVirtualInterfaceCommand.ts +0 -109
  418. package/src/commands/DeleteBGPPeerCommand.ts +0 -96
  419. package/src/commands/DeleteConnectionCommand.ts +0 -98
  420. package/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts +0 -108
  421. package/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts +0 -110
  422. package/src/commands/DeleteDirectConnectGatewayCommand.ts +0 -100
  423. package/src/commands/DeleteInterconnectCommand.ts +0 -99
  424. package/src/commands/DeleteLagCommand.ts +0 -93
  425. package/src/commands/DeleteVirtualInterfaceCommand.ts +0 -95
  426. package/src/commands/DescribeConnectionLoaCommand.ts +0 -102
  427. package/src/commands/DescribeConnectionsCommand.ts +0 -95
  428. package/src/commands/DescribeConnectionsOnInterconnectCommand.ts +0 -107
  429. package/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts +0 -110
  430. package/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts +0 -132
  431. package/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts +0 -114
  432. package/src/commands/DescribeDirectConnectGatewaysCommand.ts +0 -100
  433. package/src/commands/DescribeHostedConnectionsCommand.ts +0 -102
  434. package/src/commands/DescribeInterconnectLoaCommand.ts +0 -101
  435. package/src/commands/DescribeInterconnectsCommand.ts +0 -95
  436. package/src/commands/DescribeLagsCommand.ts +0 -95
  437. package/src/commands/DescribeLoaCommand.ts +0 -98
  438. package/src/commands/DescribeLocationsCommand.ts +0 -96
  439. package/src/commands/DescribeTagsCommand.ts +0 -95
  440. package/src/commands/DescribeVirtualGatewaysCommand.ts +0 -96
  441. package/src/commands/DescribeVirtualInterfacesCommand.ts +0 -102
  442. package/src/commands/DisassociateConnectionFromLagCommand.ts +0 -107
  443. package/src/commands/DisassociateMacSecKeyCommand.ts +0 -95
  444. package/src/commands/ListVirtualInterfaceTestHistoryCommand.ts +0 -103
  445. package/src/commands/StartBgpFailoverTestCommand.ts +0 -98
  446. package/src/commands/StopBgpFailoverTestCommand.ts +0 -95
  447. package/src/commands/TagResourceCommand.ts +0 -96
  448. package/src/commands/UntagResourceCommand.ts +0 -95
  449. package/src/commands/UpdateConnectionCommand.ts +0 -104
  450. package/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts +0 -108
  451. package/src/commands/UpdateLagCommand.ts +0 -114
  452. package/src/commands/UpdateVirtualInterfaceAttributesCommand.ts +0 -107
  453. package/src/endpoints.ts +0 -86
  454. package/src/index.ts +0 -62
  455. package/src/models/index.ts +0 -1
  456. package/src/models/models_0.ts +0 -4211
  457. package/src/protocols/Aws_json1_1.ts +0 -6999
  458. package/src/runtimeConfig.browser.ts +0 -41
  459. package/src/runtimeConfig.native.ts +0 -17
  460. package/src/runtimeConfig.shared.ts +0 -17
  461. package/src/runtimeConfig.ts +0 -46
  462. package/tsconfig.es.json +0 -10
  463. package/tsconfig.json +0 -33
  464. package/tsconfig.types.json +0 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,54 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
12
+ * **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
13
+ * **clients:** update clients as of 2021/10/22 ([#2924](https://github.com/aws/aws-sdk-js-v3/issues/2924)) ([4d79819](https://github.com/aws/aws-sdk-js-v3/commit/4d798196e652f8cfdc1c155a46ac6b6aa31b2656))
14
+
15
+
16
+
17
+
18
+
19
+ # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
20
+
21
+
22
+ ### Features
23
+
24
+ * **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
25
+
26
+
27
+
28
+
29
+
30
+ ## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
36
+
37
+
38
+
39
+
40
+
41
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
42
+
43
+
44
+ ### Features
45
+
46
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
47
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
48
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
49
+
50
+
51
+
52
+
53
+
6
54
  # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
7
55
 
8
56
 
package/README.md CHANGED
@@ -9,9 +9,9 @@ AWS SDK for JavaScript DirectConnect Client for Node.js, Browser and React Nativ
9
9
 
10
10
  <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
11
11
  One end of the cable is connected to your router, the other to an Direct Connect router. With this connection
12
- in place, you can create virtual interfaces directly to the Cloud (for example, to Amazon EC2
12
+ in place, you can create virtual interfaces directly to the Amazon Web Services Cloud (for example, to Amazon EC2
13
13
  and Amazon S3) and to Amazon VPC, bypassing Internet service providers in your network path. A
14
- connection provides access to all Regions except the China (Beijing) and (China) Ningxia Regions.
14
+ connection provides access to all Amazon Web Services Regions except the China (Beijing) and (China) Ningxia Regions.
15
15
  Amazon Web Services resources in the China Regions can only be accessed through locations associated with those Regions.</p>
16
16
 
17
17
  ## Installing
@@ -12,6 +12,7 @@ const AssociateHostedConnectionCommand_1 = require("./commands/AssociateHostedCo
12
12
  const AssociateMacSecKeyCommand_1 = require("./commands/AssociateMacSecKeyCommand");
13
13
  const AssociateVirtualInterfaceCommand_1 = require("./commands/AssociateVirtualInterfaceCommand");
14
14
  const ConfirmConnectionCommand_1 = require("./commands/ConfirmConnectionCommand");
15
+ const ConfirmCustomerAgreementCommand_1 = require("./commands/ConfirmCustomerAgreementCommand");
15
16
  const ConfirmPrivateVirtualInterfaceCommand_1 = require("./commands/ConfirmPrivateVirtualInterfaceCommand");
16
17
  const ConfirmPublicVirtualInterfaceCommand_1 = require("./commands/ConfirmPublicVirtualInterfaceCommand");
17
18
  const ConfirmTransitVirtualInterfaceCommand_1 = require("./commands/ConfirmTransitVirtualInterfaceCommand");
@@ -36,6 +37,7 @@ const DeleteVirtualInterfaceCommand_1 = require("./commands/DeleteVirtualInterfa
36
37
  const DescribeConnectionLoaCommand_1 = require("./commands/DescribeConnectionLoaCommand");
37
38
  const DescribeConnectionsCommand_1 = require("./commands/DescribeConnectionsCommand");
38
39
  const DescribeConnectionsOnInterconnectCommand_1 = require("./commands/DescribeConnectionsOnInterconnectCommand");
40
+ const DescribeCustomerMetadataCommand_1 = require("./commands/DescribeCustomerMetadataCommand");
39
41
  const DescribeDirectConnectGatewayAssociationProposalsCommand_1 = require("./commands/DescribeDirectConnectGatewayAssociationProposalsCommand");
40
42
  const DescribeDirectConnectGatewayAssociationsCommand_1 = require("./commands/DescribeDirectConnectGatewayAssociationsCommand");
41
43
  const DescribeDirectConnectGatewayAttachmentsCommand_1 = require("./commands/DescribeDirectConnectGatewayAttachmentsCommand");
@@ -46,6 +48,7 @@ const DescribeInterconnectsCommand_1 = require("./commands/DescribeInterconnects
46
48
  const DescribeLagsCommand_1 = require("./commands/DescribeLagsCommand");
47
49
  const DescribeLoaCommand_1 = require("./commands/DescribeLoaCommand");
48
50
  const DescribeLocationsCommand_1 = require("./commands/DescribeLocationsCommand");
51
+ const DescribeRouterConfigurationCommand_1 = require("./commands/DescribeRouterConfigurationCommand");
49
52
  const DescribeTagsCommand_1 = require("./commands/DescribeTagsCommand");
50
53
  const DescribeVirtualGatewaysCommand_1 = require("./commands/DescribeVirtualGatewaysCommand");
51
54
  const DescribeVirtualInterfacesCommand_1 = require("./commands/DescribeVirtualInterfacesCommand");
@@ -58,17 +61,10 @@ const TagResourceCommand_1 = require("./commands/TagResourceCommand");
58
61
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
59
62
  const UpdateConnectionCommand_1 = require("./commands/UpdateConnectionCommand");
60
63
  const UpdateDirectConnectGatewayAssociationCommand_1 = require("./commands/UpdateDirectConnectGatewayAssociationCommand");
64
+ const UpdateDirectConnectGatewayCommand_1 = require("./commands/UpdateDirectConnectGatewayCommand");
61
65
  const UpdateLagCommand_1 = require("./commands/UpdateLagCommand");
62
66
  const UpdateVirtualInterfaceAttributesCommand_1 = require("./commands/UpdateVirtualInterfaceAttributesCommand");
63
67
  const DirectConnectClient_1 = require("./DirectConnectClient");
64
- /**
65
- * <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
66
- * One end of the cable is connected to your router, the other to an Direct Connect router. With this connection
67
- * in place, you can create virtual interfaces directly to the Cloud (for example, to Amazon EC2
68
- * and Amazon S3) and to Amazon VPC, bypassing Internet service providers in your network path. A
69
- * connection provides access to all Regions except the China (Beijing) and (China) Ningxia Regions.
70
- * Amazon Web Services resources in the China Regions can only be accessed through locations associated with those Regions.</p>
71
- */
72
68
  class DirectConnect extends DirectConnectClient_1.DirectConnectClient {
73
69
  acceptDirectConnectGatewayAssociationProposal(args, optionsOrCb, cb) {
74
70
  const command = new AcceptDirectConnectGatewayAssociationProposalCommand_1.AcceptDirectConnectGatewayAssociationProposalCommand(args);
@@ -224,6 +220,20 @@ class DirectConnect extends DirectConnectClient_1.DirectConnectClient {
224
220
  return this.send(command, optionsOrCb);
225
221
  }
226
222
  }
223
+ confirmCustomerAgreement(args, optionsOrCb, cb) {
224
+ const command = new ConfirmCustomerAgreementCommand_1.ConfirmCustomerAgreementCommand(args);
225
+ if (typeof optionsOrCb === "function") {
226
+ this.send(command, optionsOrCb);
227
+ }
228
+ else if (typeof cb === "function") {
229
+ if (typeof optionsOrCb !== "object")
230
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
231
+ this.send(command, optionsOrCb || {}, cb);
232
+ }
233
+ else {
234
+ return this.send(command, optionsOrCb);
235
+ }
236
+ }
227
237
  confirmPrivateVirtualInterface(args, optionsOrCb, cb) {
228
238
  const command = new ConfirmPrivateVirtualInterfaceCommand_1.ConfirmPrivateVirtualInterfaceCommand(args);
229
239
  if (typeof optionsOrCb === "function") {
@@ -560,6 +570,20 @@ class DirectConnect extends DirectConnectClient_1.DirectConnectClient {
560
570
  return this.send(command, optionsOrCb);
561
571
  }
562
572
  }
573
+ describeCustomerMetadata(args, optionsOrCb, cb) {
574
+ const command = new DescribeCustomerMetadataCommand_1.DescribeCustomerMetadataCommand(args);
575
+ if (typeof optionsOrCb === "function") {
576
+ this.send(command, optionsOrCb);
577
+ }
578
+ else if (typeof cb === "function") {
579
+ if (typeof optionsOrCb !== "object")
580
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
581
+ this.send(command, optionsOrCb || {}, cb);
582
+ }
583
+ else {
584
+ return this.send(command, optionsOrCb);
585
+ }
586
+ }
563
587
  describeDirectConnectGatewayAssociationProposals(args, optionsOrCb, cb) {
564
588
  const command = new DescribeDirectConnectGatewayAssociationProposalsCommand_1.DescribeDirectConnectGatewayAssociationProposalsCommand(args);
565
589
  if (typeof optionsOrCb === "function") {
@@ -700,6 +724,20 @@ class DirectConnect extends DirectConnectClient_1.DirectConnectClient {
700
724
  return this.send(command, optionsOrCb);
701
725
  }
702
726
  }
727
+ describeRouterConfiguration(args, optionsOrCb, cb) {
728
+ const command = new DescribeRouterConfigurationCommand_1.DescribeRouterConfigurationCommand(args);
729
+ if (typeof optionsOrCb === "function") {
730
+ this.send(command, optionsOrCb);
731
+ }
732
+ else if (typeof cb === "function") {
733
+ if (typeof optionsOrCb !== "object")
734
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
735
+ this.send(command, optionsOrCb || {}, cb);
736
+ }
737
+ else {
738
+ return this.send(command, optionsOrCb);
739
+ }
740
+ }
703
741
  describeTags(args, optionsOrCb, cb) {
704
742
  const command = new DescribeTagsCommand_1.DescribeTagsCommand(args);
705
743
  if (typeof optionsOrCb === "function") {
@@ -854,6 +892,20 @@ class DirectConnect extends DirectConnectClient_1.DirectConnectClient {
854
892
  return this.send(command, optionsOrCb);
855
893
  }
856
894
  }
895
+ updateDirectConnectGateway(args, optionsOrCb, cb) {
896
+ const command = new UpdateDirectConnectGatewayCommand_1.UpdateDirectConnectGatewayCommand(args);
897
+ if (typeof optionsOrCb === "function") {
898
+ this.send(command, optionsOrCb);
899
+ }
900
+ else if (typeof cb === "function") {
901
+ if (typeof optionsOrCb !== "object")
902
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
903
+ this.send(command, optionsOrCb || {}, cb);
904
+ }
905
+ else {
906
+ return this.send(command, optionsOrCb);
907
+ }
908
+ }
857
909
  updateDirectConnectGatewayAssociation(args, optionsOrCb, cb) {
858
910
  const command = new UpdateDirectConnectGatewayAssociationCommand_1.UpdateDirectConnectGatewayAssociationCommand(args);
859
911
  if (typeof optionsOrCb === "function") {
@@ -898,4 +950,3 @@ class DirectConnect extends DirectConnectClient_1.DirectConnectClient {
898
950
  }
899
951
  }
900
952
  exports.DirectConnect = DirectConnect;
901
- //# sourceMappingURL=DirectConnect.js.map
@@ -10,14 +10,6 @@ const middleware_signing_1 = require("@aws-sdk/middleware-signing");
10
10
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
11
11
  const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
- /**
14
- * <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
15
- * One end of the cable is connected to your router, the other to an Direct Connect router. With this connection
16
- * in place, you can create virtual interfaces directly to the Cloud (for example, to Amazon EC2
17
- * and Amazon S3) and to Amazon VPC, bypassing Internet service providers in your network path. A
18
- * connection provides access to all Regions except the China (Beijing) and (China) Ningxia Regions.
19
- * Amazon Web Services resources in the China Regions can only be accessed through locations associated with those Regions.</p>
20
- */
21
13
  class DirectConnectClient extends smithy_client_1.Client {
22
14
  constructor(configuration) {
23
15
  const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
@@ -36,14 +28,8 @@ class DirectConnectClient extends smithy_client_1.Client {
36
28
  this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
37
29
  this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
38
30
  }
39
- /**
40
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
41
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
42
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
43
- */
44
31
  destroy() {
45
32
  super.destroy();
46
33
  }
47
34
  }
48
35
  exports.DirectConnectClient = DirectConnectClient;
49
- //# sourceMappingURL=DirectConnectClient.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { DirectConnectClient, AcceptDirectConnectGatewayAssociationProposalCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
14
- * // const { DirectConnectClient, AcceptDirectConnectGatewayAssociationProposalCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
15
- * const client = new DirectConnectClient(config);
16
- * const command = new AcceptDirectConnectGatewayAssociationProposalCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link AcceptDirectConnectGatewayAssociationProposalCommandInput} for command's `input` shape.
21
- * @see {@link AcceptDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
22
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class AcceptDirectConnectGatewayAssociationProposalCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class AcceptDirectConnectGatewayAssociationProposalCommand extends smithy_client
58
34
  }
59
35
  }
60
36
  exports.AcceptDirectConnectGatewayAssociationProposalCommand = AcceptDirectConnectGatewayAssociationProposalCommand;
61
- //# sourceMappingURL=AcceptDirectConnectGatewayAssociationProposalCommand.js.map
@@ -5,42 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * @deprecated
10
- *
11
- * <p>Deprecated. Use <a>AllocateHostedConnection</a> instead.</p>
12
- * <p>Creates a hosted connection on an interconnect.</p>
13
- * <p>Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect.</p>
14
- * <note>
15
- * <p>Intended for use by Direct Connect Partners only.</p>
16
- * </note>
17
- * @example
18
- * Use a bare-bones client and the command you need to make an API call.
19
- * ```javascript
20
- * import { DirectConnectClient, AllocateConnectionOnInterconnectCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
21
- * // const { DirectConnectClient, AllocateConnectionOnInterconnectCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
22
- * const client = new DirectConnectClient(config);
23
- * const command = new AllocateConnectionOnInterconnectCommand(input);
24
- * const response = await client.send(command);
25
- * ```
26
- *
27
- * @see {@link AllocateConnectionOnInterconnectCommandInput} for command's `input` shape.
28
- * @see {@link AllocateConnectionOnInterconnectCommandOutput} for command's `response` shape.
29
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
30
- *
31
- */
32
8
  class AllocateConnectionOnInterconnectCommand extends smithy_client_1.Command {
33
- // Start section: command_properties
34
- // End section: command_properties
35
9
  constructor(input) {
36
- // Start section: command_constructor
37
10
  super();
38
11
  this.input = input;
39
- // End section: command_constructor
40
12
  }
41
- /**
42
- * @internal
43
- */
44
13
  resolveMiddleware(clientStack, configuration, options) {
45
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
46
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -65,4 +34,3 @@ class AllocateConnectionOnInterconnectCommand extends smithy_client_1.Command {
65
34
  }
66
35
  }
67
36
  exports.AllocateConnectionOnInterconnectCommand = AllocateConnectionOnInterconnectCommand;
68
- //# sourceMappingURL=AllocateConnectionOnInterconnectCommand.js.map
@@ -5,40 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.</p>
10
- * <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.
11
- * 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>
12
- * <note>
13
- * <p>Intended for use by Direct Connect Partners only.</p>
14
- * </note>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { DirectConnectClient, AllocateHostedConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
19
- * // const { DirectConnectClient, AllocateHostedConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
20
- * const client = new DirectConnectClient(config);
21
- * const command = new AllocateHostedConnectionCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link AllocateHostedConnectionCommandInput} for command's `input` shape.
26
- * @see {@link AllocateHostedConnectionCommandOutput} for command's `response` shape.
27
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
8
  class AllocateHostedConnectionCommand extends smithy_client_1.Command {
31
- // Start section: command_properties
32
- // End section: command_properties
33
9
  constructor(input) {
34
- // Start section: command_constructor
35
10
  super();
36
11
  this.input = input;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  resolveMiddleware(clientStack, configuration, options) {
43
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -63,4 +34,3 @@ class AllocateHostedConnectionCommand extends smithy_client_1.Command {
63
34
  }
64
35
  }
65
36
  exports.AllocateHostedConnectionCommand = AllocateHostedConnectionCommand;
66
- //# sourceMappingURL=AllocateHostedConnectionCommand.js.map
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Provisions a private virtual interface to be owned by the specified account.</p>
10
- * <p>Virtual interfaces created using this action must be confirmed by the owner using <a>ConfirmPrivateVirtualInterface</a>.
11
- * Until then, the virtual interface is in the <code>Confirming</code> state and is not available to handle traffic.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { DirectConnectClient, AllocatePrivateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
16
- * // const { DirectConnectClient, AllocatePrivateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
17
- * const client = new DirectConnectClient(config);
18
- * const command = new AllocatePrivateVirtualInterfaceCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link AllocatePrivateVirtualInterfaceCommandInput} for command's `input` shape.
23
- * @see {@link AllocatePrivateVirtualInterfaceCommandOutput} for command's `response` shape.
24
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
8
  class AllocatePrivateVirtualInterfaceCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class AllocatePrivateVirtualInterfaceCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.AllocatePrivateVirtualInterfaceCommand = AllocatePrivateVirtualInterfaceCommand;
63
- //# sourceMappingURL=AllocatePrivateVirtualInterfaceCommand.js.map
@@ -5,40 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Provisions a public virtual interface to be owned by the specified account.</p>
10
- * <p>The owner of a connection calls this function to provision a public virtual interface to be owned by the specified account.</p>
11
- * <p>Virtual interfaces created using this function must be confirmed by the owner using <a>ConfirmPublicVirtualInterface</a>.
12
- * Until this step has been completed, the virtual interface is in the <code>confirming</code> state and is not available to handle traffic.</p>
13
- * <p>When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from
14
- * the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { DirectConnectClient, AllocatePublicVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
19
- * // const { DirectConnectClient, AllocatePublicVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
20
- * const client = new DirectConnectClient(config);
21
- * const command = new AllocatePublicVirtualInterfaceCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link AllocatePublicVirtualInterfaceCommandInput} for command's `input` shape.
26
- * @see {@link AllocatePublicVirtualInterfaceCommandOutput} for command's `response` shape.
27
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
8
  class AllocatePublicVirtualInterfaceCommand extends smithy_client_1.Command {
31
- // Start section: command_properties
32
- // End section: command_properties
33
9
  constructor(input) {
34
- // Start section: command_constructor
35
10
  super();
36
11
  this.input = input;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  resolveMiddleware(clientStack, configuration, options) {
43
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -63,4 +34,3 @@ class AllocatePublicVirtualInterfaceCommand extends smithy_client_1.Command {
63
34
  }
64
35
  }
65
36
  exports.AllocatePublicVirtualInterfaceCommand = AllocatePublicVirtualInterfaceCommand;
66
- //# sourceMappingURL=AllocatePublicVirtualInterfaceCommand.js.map
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <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>
10
- * <p>The owner of a connection provisions a transit virtual interface to be owned by the specified account.</p>
11
- * <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>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { DirectConnectClient, AllocateTransitVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
16
- * // const { DirectConnectClient, AllocateTransitVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
17
- * const client = new DirectConnectClient(config);
18
- * const command = new AllocateTransitVirtualInterfaceCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link AllocateTransitVirtualInterfaceCommandInput} for command's `input` shape.
23
- * @see {@link AllocateTransitVirtualInterfaceCommandOutput} for command's `response` shape.
24
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
8
  class AllocateTransitVirtualInterfaceCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class AllocateTransitVirtualInterfaceCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.AllocateTransitVirtualInterfaceCommand = AllocateTransitVirtualInterfaceCommand;
63
- //# sourceMappingURL=AllocateTransitVirtualInterfaceCommand.js.map
@@ -5,48 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Associates an existing connection with a link aggregation group (LAG). The connection
10
- * is interrupted and re-established as a member of the LAG (connectivity to Amazon Web Services is
11
- * interrupted). The connection must be hosted on the same Direct Connect endpoint as the LAG, and its
12
- * bandwidth must match the bandwidth for the LAG. You can re-associate a connection that's
13
- * currently associated with a different LAG; however, if removing the connection would cause
14
- * the original LAG to fall below its setting for minimum number of operational connections,
15
- * the request fails.</p>
16
- * <p>Any virtual interfaces that are directly associated with the connection are
17
- * automatically re-associated with the LAG. If the connection was originally associated
18
- * with a different LAG, the virtual interfaces remain associated with the original
19
- * LAG.</p>
20
- * <p>For interconnects, any hosted connections are automatically re-associated with the
21
- * LAG. If the interconnect was originally associated with a different LAG, the hosted
22
- * connections remain associated with the original LAG.</p>
23
- * @example
24
- * Use a bare-bones client and the command you need to make an API call.
25
- * ```javascript
26
- * import { DirectConnectClient, AssociateConnectionWithLagCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
27
- * // const { DirectConnectClient, AssociateConnectionWithLagCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
28
- * const client = new DirectConnectClient(config);
29
- * const command = new AssociateConnectionWithLagCommand(input);
30
- * const response = await client.send(command);
31
- * ```
32
- *
33
- * @see {@link AssociateConnectionWithLagCommandInput} for command's `input` shape.
34
- * @see {@link AssociateConnectionWithLagCommandOutput} for command's `response` shape.
35
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
36
- *
37
- */
38
8
  class AssociateConnectionWithLagCommand extends smithy_client_1.Command {
39
- // Start section: command_properties
40
- // End section: command_properties
41
9
  constructor(input) {
42
- // Start section: command_constructor
43
10
  super();
44
11
  this.input = input;
45
- // End section: command_constructor
46
12
  }
47
- /**
48
- * @internal
49
- */
50
13
  resolveMiddleware(clientStack, configuration, options) {
51
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
52
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -71,4 +34,3 @@ class AssociateConnectionWithLagCommand extends smithy_client_1.Command {
71
34
  }
72
35
  }
73
36
  exports.AssociateConnectionWithLagCommand = AssociateConnectionWithLagCommand;
74
- //# sourceMappingURL=AssociateConnectionWithLagCommand.js.map
@@ -5,42 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Associates a hosted connection and its virtual interfaces with a link aggregation
10
- * group (LAG) or interconnect. If the target interconnect or LAG has an existing hosted
11
- * connection with a conflicting VLAN number or IP address, the operation fails. This
12
- * action temporarily interrupts the hosted connection's connectivity to Amazon Web Services
13
- * as it is being migrated.</p>
14
- * <note>
15
- * <p>Intended for use by Direct Connect Partners only.</p>
16
- * </note>
17
- * @example
18
- * Use a bare-bones client and the command you need to make an API call.
19
- * ```javascript
20
- * import { DirectConnectClient, AssociateHostedConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
21
- * // const { DirectConnectClient, AssociateHostedConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
22
- * const client = new DirectConnectClient(config);
23
- * const command = new AssociateHostedConnectionCommand(input);
24
- * const response = await client.send(command);
25
- * ```
26
- *
27
- * @see {@link AssociateHostedConnectionCommandInput} for command's `input` shape.
28
- * @see {@link AssociateHostedConnectionCommandOutput} for command's `response` shape.
29
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
30
- *
31
- */
32
8
  class AssociateHostedConnectionCommand extends smithy_client_1.Command {
33
- // Start section: command_properties
34
- // End section: command_properties
35
9
  constructor(input) {
36
- // Start section: command_constructor
37
10
  super();
38
11
  this.input = input;
39
- // End section: command_constructor
40
12
  }
41
- /**
42
- * @internal
43
- */
44
13
  resolveMiddleware(clientStack, configuration, options) {
45
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
46
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -65,4 +34,3 @@ class AssociateHostedConnectionCommand extends smithy_client_1.Command {
65
34
  }
66
35
  }
67
36
  exports.AssociateHostedConnectionCommand = AssociateHostedConnectionCommand;
68
- //# sourceMappingURL=AssociateHostedConnectionCommand.js.map
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an Direct Connect dedicated connection.</p>
10
- * <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>
11
- * <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>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { DirectConnectClient, AssociateMacSecKeyCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
16
- * // const { DirectConnectClient, AssociateMacSecKeyCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
17
- * const client = new DirectConnectClient(config);
18
- * const command = new AssociateMacSecKeyCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link AssociateMacSecKeyCommandInput} for command's `input` shape.
23
- * @see {@link AssociateMacSecKeyCommandOutput} for command's `response` shape.
24
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
8
  class AssociateMacSecKeyCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class AssociateMacSecKeyCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.AssociateMacSecKeyCommand = AssociateMacSecKeyCommand;
63
- //# sourceMappingURL=AssociateMacSecKeyCommand.js.map