@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
@@ -17,6 +17,7 @@ import { AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommand
17
17
  import { AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput } from "./commands/AssociateMacSecKeyCommand";
18
18
  import { AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput } from "./commands/AssociateVirtualInterfaceCommand";
19
19
  import { ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput } from "./commands/ConfirmConnectionCommand";
20
+ import { ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput } from "./commands/ConfirmCustomerAgreementCommand";
20
21
  import { ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput } from "./commands/ConfirmPrivateVirtualInterfaceCommand";
21
22
  import { ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput } from "./commands/ConfirmPublicVirtualInterfaceCommand";
22
23
  import { ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput } from "./commands/ConfirmTransitVirtualInterfaceCommand";
@@ -41,6 +42,7 @@ import { DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput
41
42
  import { DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput } from "./commands/DescribeConnectionLoaCommand";
42
43
  import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "./commands/DescribeConnectionsCommand";
43
44
  import { DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput } from "./commands/DescribeConnectionsOnInterconnectCommand";
45
+ import { DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput } from "./commands/DescribeCustomerMetadataCommand";
44
46
  import { DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
45
47
  import { DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
46
48
  import { DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput } from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
@@ -51,6 +53,7 @@ import { DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput }
51
53
  import { DescribeLagsCommandInput, DescribeLagsCommandOutput } from "./commands/DescribeLagsCommand";
52
54
  import { DescribeLoaCommandInput, DescribeLoaCommandOutput } from "./commands/DescribeLoaCommand";
53
55
  import { DescribeLocationsCommandInput, DescribeLocationsCommandOutput } from "./commands/DescribeLocationsCommand";
56
+ import { DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput } from "./commands/DescribeRouterConfigurationCommand";
54
57
  import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
55
58
  import { DescribeVirtualGatewaysCommandInput, DescribeVirtualGatewaysCommandOutput } from "./commands/DescribeVirtualGatewaysCommand";
56
59
  import { DescribeVirtualInterfacesCommandInput, DescribeVirtualInterfacesCommandOutput } from "./commands/DescribeVirtualInterfacesCommand";
@@ -63,134 +66,65 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
63
66
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
64
67
  import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
65
68
  import { UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
69
+ import { UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput } from "./commands/UpdateDirectConnectGatewayCommand";
66
70
  import { UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
67
71
  import { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "./commands/UpdateVirtualInterfaceAttributesCommand";
68
- export declare type ServiceInputTypes = AcceptDirectConnectGatewayAssociationProposalCommandInput | AllocateConnectionOnInterconnectCommandInput | AllocateHostedConnectionCommandInput | AllocatePrivateVirtualInterfaceCommandInput | AllocatePublicVirtualInterfaceCommandInput | AllocateTransitVirtualInterfaceCommandInput | AssociateConnectionWithLagCommandInput | AssociateHostedConnectionCommandInput | AssociateMacSecKeyCommandInput | AssociateVirtualInterfaceCommandInput | ConfirmConnectionCommandInput | ConfirmPrivateVirtualInterfaceCommandInput | ConfirmPublicVirtualInterfaceCommandInput | ConfirmTransitVirtualInterfaceCommandInput | CreateBGPPeerCommandInput | CreateConnectionCommandInput | CreateDirectConnectGatewayAssociationCommandInput | CreateDirectConnectGatewayAssociationProposalCommandInput | CreateDirectConnectGatewayCommandInput | CreateInterconnectCommandInput | CreateLagCommandInput | CreatePrivateVirtualInterfaceCommandInput | CreatePublicVirtualInterfaceCommandInput | CreateTransitVirtualInterfaceCommandInput | DeleteBGPPeerCommandInput | DeleteConnectionCommandInput | DeleteDirectConnectGatewayAssociationCommandInput | DeleteDirectConnectGatewayAssociationProposalCommandInput | DeleteDirectConnectGatewayCommandInput | DeleteInterconnectCommandInput | DeleteLagCommandInput | DeleteVirtualInterfaceCommandInput | DescribeConnectionLoaCommandInput | DescribeConnectionsCommandInput | DescribeConnectionsOnInterconnectCommandInput | DescribeDirectConnectGatewayAssociationProposalsCommandInput | DescribeDirectConnectGatewayAssociationsCommandInput | DescribeDirectConnectGatewayAttachmentsCommandInput | DescribeDirectConnectGatewaysCommandInput | DescribeHostedConnectionsCommandInput | DescribeInterconnectLoaCommandInput | DescribeInterconnectsCommandInput | DescribeLagsCommandInput | DescribeLoaCommandInput | DescribeLocationsCommandInput | DescribeTagsCommandInput | DescribeVirtualGatewaysCommandInput | DescribeVirtualInterfacesCommandInput | DisassociateConnectionFromLagCommandInput | DisassociateMacSecKeyCommandInput | ListVirtualInterfaceTestHistoryCommandInput | StartBgpFailoverTestCommandInput | StopBgpFailoverTestCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectionCommandInput | UpdateDirectConnectGatewayAssociationCommandInput | UpdateLagCommandInput | UpdateVirtualInterfaceAttributesCommandInput;
69
- export declare type ServiceOutputTypes = AcceptDirectConnectGatewayAssociationProposalCommandOutput | AllocateConnectionOnInterconnectCommandOutput | AllocateHostedConnectionCommandOutput | AllocatePrivateVirtualInterfaceCommandOutput | AllocatePublicVirtualInterfaceCommandOutput | AllocateTransitVirtualInterfaceCommandOutput | AssociateConnectionWithLagCommandOutput | AssociateHostedConnectionCommandOutput | AssociateMacSecKeyCommandOutput | AssociateVirtualInterfaceCommandOutput | ConfirmConnectionCommandOutput | ConfirmPrivateVirtualInterfaceCommandOutput | ConfirmPublicVirtualInterfaceCommandOutput | ConfirmTransitVirtualInterfaceCommandOutput | CreateBGPPeerCommandOutput | CreateConnectionCommandOutput | CreateDirectConnectGatewayAssociationCommandOutput | CreateDirectConnectGatewayAssociationProposalCommandOutput | CreateDirectConnectGatewayCommandOutput | CreateInterconnectCommandOutput | CreateLagCommandOutput | CreatePrivateVirtualInterfaceCommandOutput | CreatePublicVirtualInterfaceCommandOutput | CreateTransitVirtualInterfaceCommandOutput | DeleteBGPPeerCommandOutput | DeleteConnectionCommandOutput | DeleteDirectConnectGatewayAssociationCommandOutput | DeleteDirectConnectGatewayAssociationProposalCommandOutput | DeleteDirectConnectGatewayCommandOutput | DeleteInterconnectCommandOutput | DeleteLagCommandOutput | DeleteVirtualInterfaceCommandOutput | DescribeConnectionLoaCommandOutput | DescribeConnectionsCommandOutput | DescribeConnectionsOnInterconnectCommandOutput | DescribeDirectConnectGatewayAssociationProposalsCommandOutput | DescribeDirectConnectGatewayAssociationsCommandOutput | DescribeDirectConnectGatewayAttachmentsCommandOutput | DescribeDirectConnectGatewaysCommandOutput | DescribeHostedConnectionsCommandOutput | DescribeInterconnectLoaCommandOutput | DescribeInterconnectsCommandOutput | DescribeLagsCommandOutput | DescribeLoaCommandOutput | DescribeLocationsCommandOutput | DescribeTagsCommandOutput | DescribeVirtualGatewaysCommandOutput | DescribeVirtualInterfacesCommandOutput | DisassociateConnectionFromLagCommandOutput | DisassociateMacSecKeyCommandOutput | ListVirtualInterfaceTestHistoryCommandOutput | StartBgpFailoverTestCommandOutput | StopBgpFailoverTestCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectionCommandOutput | UpdateDirectConnectGatewayAssociationCommandOutput | UpdateLagCommandOutput | UpdateVirtualInterfaceAttributesCommandOutput;
72
+ export declare type ServiceInputTypes = AcceptDirectConnectGatewayAssociationProposalCommandInput | AllocateConnectionOnInterconnectCommandInput | AllocateHostedConnectionCommandInput | AllocatePrivateVirtualInterfaceCommandInput | AllocatePublicVirtualInterfaceCommandInput | AllocateTransitVirtualInterfaceCommandInput | AssociateConnectionWithLagCommandInput | AssociateHostedConnectionCommandInput | AssociateMacSecKeyCommandInput | AssociateVirtualInterfaceCommandInput | ConfirmConnectionCommandInput | ConfirmCustomerAgreementCommandInput | ConfirmPrivateVirtualInterfaceCommandInput | ConfirmPublicVirtualInterfaceCommandInput | ConfirmTransitVirtualInterfaceCommandInput | CreateBGPPeerCommandInput | CreateConnectionCommandInput | CreateDirectConnectGatewayAssociationCommandInput | CreateDirectConnectGatewayAssociationProposalCommandInput | CreateDirectConnectGatewayCommandInput | CreateInterconnectCommandInput | CreateLagCommandInput | CreatePrivateVirtualInterfaceCommandInput | CreatePublicVirtualInterfaceCommandInput | CreateTransitVirtualInterfaceCommandInput | DeleteBGPPeerCommandInput | DeleteConnectionCommandInput | DeleteDirectConnectGatewayAssociationCommandInput | DeleteDirectConnectGatewayAssociationProposalCommandInput | DeleteDirectConnectGatewayCommandInput | DeleteInterconnectCommandInput | DeleteLagCommandInput | DeleteVirtualInterfaceCommandInput | DescribeConnectionLoaCommandInput | DescribeConnectionsCommandInput | DescribeConnectionsOnInterconnectCommandInput | DescribeCustomerMetadataCommandInput | DescribeDirectConnectGatewayAssociationProposalsCommandInput | DescribeDirectConnectGatewayAssociationsCommandInput | DescribeDirectConnectGatewayAttachmentsCommandInput | DescribeDirectConnectGatewaysCommandInput | DescribeHostedConnectionsCommandInput | DescribeInterconnectLoaCommandInput | DescribeInterconnectsCommandInput | DescribeLagsCommandInput | DescribeLoaCommandInput | DescribeLocationsCommandInput | DescribeRouterConfigurationCommandInput | DescribeTagsCommandInput | DescribeVirtualGatewaysCommandInput | DescribeVirtualInterfacesCommandInput | DisassociateConnectionFromLagCommandInput | DisassociateMacSecKeyCommandInput | ListVirtualInterfaceTestHistoryCommandInput | StartBgpFailoverTestCommandInput | StopBgpFailoverTestCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectionCommandInput | UpdateDirectConnectGatewayAssociationCommandInput | UpdateDirectConnectGatewayCommandInput | UpdateLagCommandInput | UpdateVirtualInterfaceAttributesCommandInput;
73
+ export declare type ServiceOutputTypes = AcceptDirectConnectGatewayAssociationProposalCommandOutput | AllocateConnectionOnInterconnectCommandOutput | AllocateHostedConnectionCommandOutput | AllocatePrivateVirtualInterfaceCommandOutput | AllocatePublicVirtualInterfaceCommandOutput | AllocateTransitVirtualInterfaceCommandOutput | AssociateConnectionWithLagCommandOutput | AssociateHostedConnectionCommandOutput | AssociateMacSecKeyCommandOutput | AssociateVirtualInterfaceCommandOutput | ConfirmConnectionCommandOutput | ConfirmCustomerAgreementCommandOutput | ConfirmPrivateVirtualInterfaceCommandOutput | ConfirmPublicVirtualInterfaceCommandOutput | ConfirmTransitVirtualInterfaceCommandOutput | CreateBGPPeerCommandOutput | CreateConnectionCommandOutput | CreateDirectConnectGatewayAssociationCommandOutput | CreateDirectConnectGatewayAssociationProposalCommandOutput | CreateDirectConnectGatewayCommandOutput | CreateInterconnectCommandOutput | CreateLagCommandOutput | CreatePrivateVirtualInterfaceCommandOutput | CreatePublicVirtualInterfaceCommandOutput | CreateTransitVirtualInterfaceCommandOutput | DeleteBGPPeerCommandOutput | DeleteConnectionCommandOutput | DeleteDirectConnectGatewayAssociationCommandOutput | DeleteDirectConnectGatewayAssociationProposalCommandOutput | DeleteDirectConnectGatewayCommandOutput | DeleteInterconnectCommandOutput | DeleteLagCommandOutput | DeleteVirtualInterfaceCommandOutput | DescribeConnectionLoaCommandOutput | DescribeConnectionsCommandOutput | DescribeConnectionsOnInterconnectCommandOutput | DescribeCustomerMetadataCommandOutput | DescribeDirectConnectGatewayAssociationProposalsCommandOutput | DescribeDirectConnectGatewayAssociationsCommandOutput | DescribeDirectConnectGatewayAttachmentsCommandOutput | DescribeDirectConnectGatewaysCommandOutput | DescribeHostedConnectionsCommandOutput | DescribeInterconnectLoaCommandOutput | DescribeInterconnectsCommandOutput | DescribeLagsCommandOutput | DescribeLoaCommandOutput | DescribeLocationsCommandOutput | DescribeRouterConfigurationCommandOutput | DescribeTagsCommandOutput | DescribeVirtualGatewaysCommandOutput | DescribeVirtualInterfacesCommandOutput | DisassociateConnectionFromLagCommandOutput | DisassociateMacSecKeyCommandOutput | ListVirtualInterfaceTestHistoryCommandOutput | StartBgpFailoverTestCommandOutput | StopBgpFailoverTestCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectionCommandOutput | UpdateDirectConnectGatewayAssociationCommandOutput | UpdateDirectConnectGatewayCommandOutput | UpdateLagCommandOutput | UpdateVirtualInterfaceAttributesCommandOutput;
70
74
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
71
- /**
72
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
73
- */
75
+
74
76
  requestHandler?: __HttpHandler;
75
- /**
76
- * A constructor for a class implementing the {@link __Hash} interface
77
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
78
- * @internal
79
- */
77
+
80
78
  sha256?: __HashConstructor;
81
- /**
82
- * The function that will be used to convert strings into HTTP endpoints.
83
- * @internal
84
- */
79
+
85
80
  urlParser?: __UrlParser;
86
- /**
87
- * A function that can calculate the length of a request body.
88
- * @internal
89
- */
81
+
90
82
  bodyLengthChecker?: (body: any) => number | undefined;
91
- /**
92
- * A function that converts a stream into an array of bytes.
93
- * @internal
94
- */
83
+
95
84
  streamCollector?: __StreamCollector;
96
- /**
97
- * The function that will be used to convert a base64-encoded string to a byte array.
98
- * @internal
99
- */
85
+
100
86
  base64Decoder?: __Decoder;
101
- /**
102
- * The function that will be used to convert binary data to a base64-encoded string.
103
- * @internal
104
- */
87
+
105
88
  base64Encoder?: __Encoder;
106
- /**
107
- * The function that will be used to convert a UTF8-encoded string to a byte array.
108
- * @internal
109
- */
89
+
110
90
  utf8Decoder?: __Decoder;
111
- /**
112
- * The function that will be used to convert binary data to a UTF-8 encoded string.
113
- * @internal
114
- */
91
+
115
92
  utf8Encoder?: __Encoder;
116
- /**
117
- * The runtime environment.
118
- * @internal
119
- */
93
+
120
94
  runtime?: string;
121
- /**
122
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
123
- * trait of an operation.
124
- */
95
+
125
96
  disableHostPrefix?: boolean;
126
- /**
127
- * Value for how many times a request will be made at most in case of retry.
128
- */
97
+
129
98
  maxAttempts?: number | __Provider<number>;
130
- /**
131
- * Specifies which retry algorithm to use.
132
- */
99
+
133
100
  retryMode?: string | __Provider<string>;
134
- /**
135
- * Optional logger for logging debug/info/warn/error.
136
- */
101
+
137
102
  logger?: __Logger;
138
- /**
139
- * Unique service identifier.
140
- * @internal
141
- */
103
+
142
104
  serviceId?: string;
143
- /**
144
- * The AWS region to which this client will send requests
145
- */
105
+
146
106
  region?: string | __Provider<string>;
147
- /**
148
- * Default credentials provider; Not available in browser runtime.
149
- * @internal
150
- */
107
+
151
108
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
152
- /**
153
- * Fetch related hostname, signing name or signing region with given region.
154
- * @internal
155
- */
109
+
156
110
  regionInfoProvider?: RegionInfoProvider;
157
- /**
158
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
159
- * @internal
160
- */
111
+
161
112
  defaultUserAgentProvider?: Provider<__UserAgent>;
162
113
  }
163
114
  declare type DirectConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
164
- /**
165
- * The configuration interface of DirectConnectClient class constructor that set the region, credentials and other options.
166
- */
115
+
167
116
  export interface DirectConnectClientConfig extends DirectConnectClientConfigType {
168
117
  }
169
118
  declare type DirectConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
170
- /**
171
- * The resolved configuration interface of DirectConnectClient class. This is resolved and normalized from the {@link DirectConnectClientConfig | constructor configuration interface}.
172
- */
119
+
173
120
  export interface DirectConnectClientResolvedConfig extends DirectConnectClientResolvedConfigType {
174
121
  }
175
- /**
176
- * <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
177
- * One end of the cable is connected to your router, the other to an Direct Connect router. With this connection
178
- * in place, you can create virtual interfaces directly to the Cloud (for example, to Amazon EC2
179
- * and Amazon S3) and to Amazon VPC, bypassing Internet service providers in your network path. A
180
- * connection provides access to all Regions except the China (Beijing) and (China) Ningxia Regions.
181
- * Amazon Web Services resources in the China Regions can only be accessed through locations associated with those Regions.</p>
182
- */
122
+
183
123
  export declare class DirectConnectClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DirectConnectClientResolvedConfig> {
184
- /**
185
- * The resolved configuration of DirectConnectClient class. This is resolved and normalized from the {@link DirectConnectClientConfig | constructor configuration interface}.
186
- */
124
+
187
125
  readonly config: DirectConnectClientResolvedConfig;
188
126
  constructor(configuration: DirectConnectClientConfig);
189
- /**
190
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
191
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
192
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
193
- */
127
+
194
128
  destroy(): void;
195
129
  }
196
130
  export {};
@@ -6,29 +6,11 @@ export interface AcceptDirectConnectGatewayAssociationProposalCommandInput exten
6
6
  }
7
7
  export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput extends AcceptDirectConnectGatewayAssociationProposalResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DirectConnectClient, AcceptDirectConnectGatewayAssociationProposalCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
15
- * // const { DirectConnectClient, AcceptDirectConnectGatewayAssociationProposalCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
16
- * const client = new DirectConnectClient(config);
17
- * const command = new AcceptDirectConnectGatewayAssociationProposalCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link AcceptDirectConnectGatewayAssociationProposalCommandInput} for command's `input` shape.
22
- * @see {@link AcceptDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
23
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class AcceptDirectConnectGatewayAssociationProposalCommand extends $Command<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
27
11
  readonly input: AcceptDirectConnectGatewayAssociationProposalCommandInput;
28
12
  constructor(input: AcceptDirectConnectGatewayAssociationProposalCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,36 +6,11 @@ export interface AllocateConnectionOnInterconnectCommandInput extends AllocateCo
6
6
  }
7
7
  export interface AllocateConnectionOnInterconnectCommandOutput extends Connection, __MetadataBearer {
8
8
  }
9
- /**
10
- * @deprecated
11
- *
12
- * <p>Deprecated. Use <a>AllocateHostedConnection</a> instead.</p>
13
- * <p>Creates a hosted connection on an interconnect.</p>
14
- * <p>Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect.</p>
15
- * <note>
16
- * <p>Intended for use by Direct Connect Partners only.</p>
17
- * </note>
18
- * @example
19
- * Use a bare-bones client and the command you need to make an API call.
20
- * ```javascript
21
- * import { DirectConnectClient, AllocateConnectionOnInterconnectCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
22
- * // const { DirectConnectClient, AllocateConnectionOnInterconnectCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
23
- * const client = new DirectConnectClient(config);
24
- * const command = new AllocateConnectionOnInterconnectCommand(input);
25
- * const response = await client.send(command);
26
- * ```
27
- *
28
- * @see {@link AllocateConnectionOnInterconnectCommandInput} for command's `input` shape.
29
- * @see {@link AllocateConnectionOnInterconnectCommandOutput} for command's `response` shape.
30
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
31
- *
32
- */
9
+
33
10
  export declare class AllocateConnectionOnInterconnectCommand extends $Command<AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
34
11
  readonly input: AllocateConnectionOnInterconnectCommandInput;
35
12
  constructor(input: AllocateConnectionOnInterconnectCommandInput);
36
- /**
37
- * @internal
38
- */
13
+
39
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput>;
40
15
  private serialize;
41
16
  private deserialize;
@@ -6,34 +6,11 @@ export interface AllocateHostedConnectionCommandInput extends AllocateHostedConn
6
6
  }
7
7
  export interface AllocateHostedConnectionCommandOutput extends Connection, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.</p>
11
- * <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.
12
- * 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>
13
- * <note>
14
- * <p>Intended for use by Direct Connect Partners only.</p>
15
- * </note>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { DirectConnectClient, AllocateHostedConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
20
- * // const { DirectConnectClient, AllocateHostedConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
21
- * const client = new DirectConnectClient(config);
22
- * const command = new AllocateHostedConnectionCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link AllocateHostedConnectionCommandInput} for command's `input` shape.
27
- * @see {@link AllocateHostedConnectionCommandOutput} for command's `response` shape.
28
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
9
+
31
10
  export declare class AllocateHostedConnectionCommand extends $Command<AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig> {
32
11
  readonly input: AllocateHostedConnectionCommandInput;
33
12
  constructor(input: AllocateHostedConnectionCommandInput);
34
- /**
35
- * @internal
36
- */
13
+
37
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput>;
38
15
  private serialize;
39
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface AllocatePrivateVirtualInterfaceCommandInput extends AllocatePri
6
6
  }
7
7
  export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Provisions a private virtual interface to be owned by the specified account.</p>
11
- * <p>Virtual interfaces created using this action must be confirmed by the owner using <a>ConfirmPrivateVirtualInterface</a>.
12
- * Until then, the virtual interface is in the <code>Confirming</code> state and is not available to handle traffic.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { DirectConnectClient, AllocatePrivateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
17
- * // const { DirectConnectClient, AllocatePrivateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
18
- * const client = new DirectConnectClient(config);
19
- * const command = new AllocatePrivateVirtualInterfaceCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link AllocatePrivateVirtualInterfaceCommandInput} for command's `input` shape.
24
- * @see {@link AllocatePrivateVirtualInterfaceCommandOutput} for command's `response` shape.
25
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class AllocatePrivateVirtualInterfaceCommand extends $Command<AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
29
11
  readonly input: AllocatePrivateVirtualInterfaceCommandInput;
30
12
  constructor(input: AllocatePrivateVirtualInterfaceCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,34 +6,11 @@ export interface AllocatePublicVirtualInterfaceCommandInput extends AllocatePubl
6
6
  }
7
7
  export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Provisions a public virtual interface to be owned by the specified account.</p>
11
- * <p>The owner of a connection calls this function to provision a public virtual interface to be owned by the specified account.</p>
12
- * <p>Virtual interfaces created using this function must be confirmed by the owner using <a>ConfirmPublicVirtualInterface</a>.
13
- * Until this step has been completed, the virtual interface is in the <code>confirming</code> state and is not available to handle traffic.</p>
14
- * <p>When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from
15
- * the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.</p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { DirectConnectClient, AllocatePublicVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
20
- * // const { DirectConnectClient, AllocatePublicVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
21
- * const client = new DirectConnectClient(config);
22
- * const command = new AllocatePublicVirtualInterfaceCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link AllocatePublicVirtualInterfaceCommandInput} for command's `input` shape.
27
- * @see {@link AllocatePublicVirtualInterfaceCommandOutput} for command's `response` shape.
28
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
9
+
31
10
  export declare class AllocatePublicVirtualInterfaceCommand extends $Command<AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
32
11
  readonly input: AllocatePublicVirtualInterfaceCommandInput;
33
12
  constructor(input: AllocatePublicVirtualInterfaceCommandInput);
34
- /**
35
- * @internal
36
- */
13
+
37
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput>;
38
15
  private serialize;
39
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface AllocateTransitVirtualInterfaceCommandInput extends AllocateTra
6
6
  }
7
7
  export interface AllocateTransitVirtualInterfaceCommandOutput extends AllocateTransitVirtualInterfaceResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <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>
11
- * <p>The owner of a connection provisions a transit virtual interface to be owned by the specified account.</p>
12
- * <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>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { DirectConnectClient, AllocateTransitVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
17
- * // const { DirectConnectClient, AllocateTransitVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
18
- * const client = new DirectConnectClient(config);
19
- * const command = new AllocateTransitVirtualInterfaceCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link AllocateTransitVirtualInterfaceCommandInput} for command's `input` shape.
24
- * @see {@link AllocateTransitVirtualInterfaceCommandOutput} for command's `response` shape.
25
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class AllocateTransitVirtualInterfaceCommand extends $Command<AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
29
11
  readonly input: AllocateTransitVirtualInterfaceCommandInput;
30
12
  constructor(input: AllocateTransitVirtualInterfaceCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,42 +6,11 @@ export interface AssociateConnectionWithLagCommandInput extends AssociateConnect
6
6
  }
7
7
  export interface AssociateConnectionWithLagCommandOutput extends Connection, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Associates an existing connection with a link aggregation group (LAG). The connection
11
- * is interrupted and re-established as a member of the LAG (connectivity to Amazon Web Services is
12
- * interrupted). The connection must be hosted on the same Direct Connect endpoint as the LAG, and its
13
- * bandwidth must match the bandwidth for the LAG. You can re-associate a connection that's
14
- * currently associated with a different LAG; however, if removing the connection would cause
15
- * the original LAG to fall below its setting for minimum number of operational connections,
16
- * the request fails.</p>
17
- * <p>Any virtual interfaces that are directly associated with the connection are
18
- * automatically re-associated with the LAG. If the connection was originally associated
19
- * with a different LAG, the virtual interfaces remain associated with the original
20
- * LAG.</p>
21
- * <p>For interconnects, any hosted connections are automatically re-associated with the
22
- * LAG. If the interconnect was originally associated with a different LAG, the hosted
23
- * connections remain associated with the original LAG.</p>
24
- * @example
25
- * Use a bare-bones client and the command you need to make an API call.
26
- * ```javascript
27
- * import { DirectConnectClient, AssociateConnectionWithLagCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
28
- * // const { DirectConnectClient, AssociateConnectionWithLagCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
29
- * const client = new DirectConnectClient(config);
30
- * const command = new AssociateConnectionWithLagCommand(input);
31
- * const response = await client.send(command);
32
- * ```
33
- *
34
- * @see {@link AssociateConnectionWithLagCommandInput} for command's `input` shape.
35
- * @see {@link AssociateConnectionWithLagCommandOutput} for command's `response` shape.
36
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
37
- *
38
- */
9
+
39
10
  export declare class AssociateConnectionWithLagCommand extends $Command<AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput, DirectConnectClientResolvedConfig> {
40
11
  readonly input: AssociateConnectionWithLagCommandInput;
41
12
  constructor(input: AssociateConnectionWithLagCommandInput);
42
- /**
43
- * @internal
44
- */
13
+
45
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput>;
46
15
  private serialize;
47
16
  private deserialize;
@@ -6,36 +6,11 @@ export interface AssociateHostedConnectionCommandInput extends AssociateHostedCo
6
6
  }
7
7
  export interface AssociateHostedConnectionCommandOutput extends Connection, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Associates a hosted connection and its virtual interfaces with a link aggregation
11
- * group (LAG) or interconnect. If the target interconnect or LAG has an existing hosted
12
- * connection with a conflicting VLAN number or IP address, the operation fails. This
13
- * action temporarily interrupts the hosted connection's connectivity to Amazon Web Services
14
- * as it is being migrated.</p>
15
- * <note>
16
- * <p>Intended for use by Direct Connect Partners only.</p>
17
- * </note>
18
- * @example
19
- * Use a bare-bones client and the command you need to make an API call.
20
- * ```javascript
21
- * import { DirectConnectClient, AssociateHostedConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
22
- * // const { DirectConnectClient, AssociateHostedConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
23
- * const client = new DirectConnectClient(config);
24
- * const command = new AssociateHostedConnectionCommand(input);
25
- * const response = await client.send(command);
26
- * ```
27
- *
28
- * @see {@link AssociateHostedConnectionCommandInput} for command's `input` shape.
29
- * @see {@link AssociateHostedConnectionCommandOutput} for command's `response` shape.
30
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
31
- *
32
- */
9
+
33
10
  export declare class AssociateHostedConnectionCommand extends $Command<AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig> {
34
11
  readonly input: AssociateHostedConnectionCommandInput;
35
12
  constructor(input: AssociateHostedConnectionCommandInput);
36
- /**
37
- * @internal
38
- */
13
+
39
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput>;
40
15
  private serialize;
41
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface AssociateMacSecKeyCommandInput extends AssociateMacSecKeyReques
6
6
  }
7
7
  export interface AssociateMacSecKeyCommandOutput extends AssociateMacSecKeyResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an Direct Connect dedicated connection.</p>
11
- * <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>
12
- * <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>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { DirectConnectClient, AssociateMacSecKeyCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
17
- * // const { DirectConnectClient, AssociateMacSecKeyCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
18
- * const client = new DirectConnectClient(config);
19
- * const command = new AssociateMacSecKeyCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link AssociateMacSecKeyCommandInput} for command's `input` shape.
24
- * @see {@link AssociateMacSecKeyCommandOutput} for command's `response` shape.
25
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class AssociateMacSecKeyCommand extends $Command<AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig> {
29
11
  readonly input: AssociateMacSecKeyCommandInput;
30
12
  constructor(input: AssociateMacSecKeyCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,38 +6,11 @@ export interface AssociateVirtualInterfaceCommandInput extends AssociateVirtualI
6
6
  }
7
7
  export interface AssociateVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Associates a virtual interface with a specified link aggregation group (LAG) or
11
- * connection. Connectivity to Amazon Web Services is temporarily interrupted as the virtual interface is
12
- * being migrated. If the target connection or LAG has an associated virtual interface with
13
- * a conflicting VLAN number or a conflicting IP address, the operation fails.</p>
14
- * <p>Virtual interfaces associated with a hosted connection cannot be associated with a
15
- * LAG; hosted connections must be migrated along with their virtual interfaces using <a>AssociateHostedConnection</a>.</p>
16
- * <p>To reassociate a virtual interface to a new connection or LAG, the requester
17
- * must own either the virtual interface itself or the connection to which the virtual
18
- * interface is currently associated. Additionally, the requester must own the connection
19
- * or LAG for the association.</p>
20
- * @example
21
- * Use a bare-bones client and the command you need to make an API call.
22
- * ```javascript
23
- * import { DirectConnectClient, AssociateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
24
- * // const { DirectConnectClient, AssociateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
25
- * const client = new DirectConnectClient(config);
26
- * const command = new AssociateVirtualInterfaceCommand(input);
27
- * const response = await client.send(command);
28
- * ```
29
- *
30
- * @see {@link AssociateVirtualInterfaceCommandInput} for command's `input` shape.
31
- * @see {@link AssociateVirtualInterfaceCommandOutput} for command's `response` shape.
32
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
33
- *
34
- */
9
+
35
10
  export declare class AssociateVirtualInterfaceCommand extends $Command<AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
36
11
  readonly input: AssociateVirtualInterfaceCommandInput;
37
12
  constructor(input: AssociateVirtualInterfaceCommandInput);
38
- /**
39
- * @internal
40
- */
13
+
41
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput>;
42
15
  private serialize;
43
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface ConfirmConnectionCommandInput extends ConfirmConnectionRequest
6
6
  }
7
7
  export interface ConfirmConnectionCommandOutput extends ConfirmConnectionResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Confirms the creation of the specified hosted connection on an interconnect.</p>
11
- * <p>Upon creation, the hosted connection is initially in the <code>Ordering</code> state, and
12
- * remains in this state until the owner confirms creation of the hosted connection.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { DirectConnectClient, ConfirmConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
17
- * // const { DirectConnectClient, ConfirmConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
18
- * const client = new DirectConnectClient(config);
19
- * const command = new ConfirmConnectionCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link ConfirmConnectionCommandInput} for command's `input` shape.
24
- * @see {@link ConfirmConnectionCommandOutput} for command's `response` shape.
25
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class ConfirmConnectionCommand extends $Command<ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput, DirectConnectClientResolvedConfig> {
29
11
  readonly input: ConfirmConnectionCommandInput;
30
12
  constructor(input: ConfirmConnectionCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;