@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
@@ -10,6 +10,7 @@ import { AssociateHostedConnectionCommand, } from "./commands/AssociateHostedCon
10
10
  import { AssociateMacSecKeyCommand, } from "./commands/AssociateMacSecKeyCommand";
11
11
  import { AssociateVirtualInterfaceCommand, } from "./commands/AssociateVirtualInterfaceCommand";
12
12
  import { ConfirmConnectionCommand, } from "./commands/ConfirmConnectionCommand";
13
+ import { ConfirmCustomerAgreementCommand, } from "./commands/ConfirmCustomerAgreementCommand";
13
14
  import { ConfirmPrivateVirtualInterfaceCommand, } from "./commands/ConfirmPrivateVirtualInterfaceCommand";
14
15
  import { ConfirmPublicVirtualInterfaceCommand, } from "./commands/ConfirmPublicVirtualInterfaceCommand";
15
16
  import { ConfirmTransitVirtualInterfaceCommand, } from "./commands/ConfirmTransitVirtualInterfaceCommand";
@@ -34,6 +35,7 @@ import { DeleteVirtualInterfaceCommand, } from "./commands/DeleteVirtualInterfac
34
35
  import { DescribeConnectionLoaCommand, } from "./commands/DescribeConnectionLoaCommand";
35
36
  import { DescribeConnectionsCommand, } from "./commands/DescribeConnectionsCommand";
36
37
  import { DescribeConnectionsOnInterconnectCommand, } from "./commands/DescribeConnectionsOnInterconnectCommand";
38
+ import { DescribeCustomerMetadataCommand, } from "./commands/DescribeCustomerMetadataCommand";
37
39
  import { DescribeDirectConnectGatewayAssociationProposalsCommand, } from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
38
40
  import { DescribeDirectConnectGatewayAssociationsCommand, } from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
39
41
  import { DescribeDirectConnectGatewayAttachmentsCommand, } from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
@@ -44,6 +46,7 @@ import { DescribeInterconnectsCommand, } from "./commands/DescribeInterconnectsC
44
46
  import { DescribeLagsCommand, } from "./commands/DescribeLagsCommand";
45
47
  import { DescribeLoaCommand } from "./commands/DescribeLoaCommand";
46
48
  import { DescribeLocationsCommand, } from "./commands/DescribeLocationsCommand";
49
+ import { DescribeRouterConfigurationCommand, } from "./commands/DescribeRouterConfigurationCommand";
47
50
  import { DescribeTagsCommand, } from "./commands/DescribeTagsCommand";
48
51
  import { DescribeVirtualGatewaysCommand, } from "./commands/DescribeVirtualGatewaysCommand";
49
52
  import { DescribeVirtualInterfacesCommand, } from "./commands/DescribeVirtualInterfacesCommand";
@@ -56,6 +59,7 @@ import { TagResourceCommand } from "./commands/TagResourceCommand";
56
59
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
57
60
  import { UpdateConnectionCommand, } from "./commands/UpdateConnectionCommand";
58
61
  import { UpdateDirectConnectGatewayAssociationCommand, } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
62
+ import { UpdateDirectConnectGatewayCommand, } from "./commands/UpdateDirectConnectGatewayCommand";
59
63
  import { UpdateLagCommand } from "./commands/UpdateLagCommand";
60
64
  import { UpdateVirtualInterfaceAttributesCommand, } from "./commands/UpdateVirtualInterfaceAttributesCommand";
61
65
  import { DirectConnectClient } from "./DirectConnectClient";
@@ -218,6 +222,20 @@ var DirectConnect = (function (_super) {
218
222
  return this.send(command, optionsOrCb);
219
223
  }
220
224
  };
225
+ DirectConnect.prototype.confirmCustomerAgreement = function (args, optionsOrCb, cb) {
226
+ var command = new ConfirmCustomerAgreementCommand(args);
227
+ if (typeof optionsOrCb === "function") {
228
+ this.send(command, optionsOrCb);
229
+ }
230
+ else if (typeof cb === "function") {
231
+ if (typeof optionsOrCb !== "object")
232
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
233
+ this.send(command, optionsOrCb || {}, cb);
234
+ }
235
+ else {
236
+ return this.send(command, optionsOrCb);
237
+ }
238
+ };
221
239
  DirectConnect.prototype.confirmPrivateVirtualInterface = function (args, optionsOrCb, cb) {
222
240
  var command = new ConfirmPrivateVirtualInterfaceCommand(args);
223
241
  if (typeof optionsOrCb === "function") {
@@ -554,6 +572,20 @@ var DirectConnect = (function (_super) {
554
572
  return this.send(command, optionsOrCb);
555
573
  }
556
574
  };
575
+ DirectConnect.prototype.describeCustomerMetadata = function (args, optionsOrCb, cb) {
576
+ var command = new DescribeCustomerMetadataCommand(args);
577
+ if (typeof optionsOrCb === "function") {
578
+ this.send(command, optionsOrCb);
579
+ }
580
+ else if (typeof cb === "function") {
581
+ if (typeof optionsOrCb !== "object")
582
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
583
+ this.send(command, optionsOrCb || {}, cb);
584
+ }
585
+ else {
586
+ return this.send(command, optionsOrCb);
587
+ }
588
+ };
557
589
  DirectConnect.prototype.describeDirectConnectGatewayAssociationProposals = function (args, optionsOrCb, cb) {
558
590
  var command = new DescribeDirectConnectGatewayAssociationProposalsCommand(args);
559
591
  if (typeof optionsOrCb === "function") {
@@ -694,6 +726,20 @@ var DirectConnect = (function (_super) {
694
726
  return this.send(command, optionsOrCb);
695
727
  }
696
728
  };
729
+ DirectConnect.prototype.describeRouterConfiguration = function (args, optionsOrCb, cb) {
730
+ var command = new DescribeRouterConfigurationCommand(args);
731
+ if (typeof optionsOrCb === "function") {
732
+ this.send(command, optionsOrCb);
733
+ }
734
+ else if (typeof cb === "function") {
735
+ if (typeof optionsOrCb !== "object")
736
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
737
+ this.send(command, optionsOrCb || {}, cb);
738
+ }
739
+ else {
740
+ return this.send(command, optionsOrCb);
741
+ }
742
+ };
697
743
  DirectConnect.prototype.describeTags = function (args, optionsOrCb, cb) {
698
744
  var command = new DescribeTagsCommand(args);
699
745
  if (typeof optionsOrCb === "function") {
@@ -848,6 +894,20 @@ var DirectConnect = (function (_super) {
848
894
  return this.send(command, optionsOrCb);
849
895
  }
850
896
  };
897
+ DirectConnect.prototype.updateDirectConnectGateway = function (args, optionsOrCb, cb) {
898
+ var command = new UpdateDirectConnectGatewayCommand(args);
899
+ if (typeof optionsOrCb === "function") {
900
+ this.send(command, optionsOrCb);
901
+ }
902
+ else if (typeof cb === "function") {
903
+ if (typeof optionsOrCb !== "object")
904
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
905
+ this.send(command, optionsOrCb || {}, cb);
906
+ }
907
+ else {
908
+ return this.send(command, optionsOrCb);
909
+ }
910
+ };
851
911
  DirectConnect.prototype.updateDirectConnectGatewayAssociation = function (args, optionsOrCb, cb) {
852
912
  var command = new UpdateDirectConnectGatewayAssociationCommand(args);
853
913
  if (typeof optionsOrCb === "function") {
@@ -893,4 +953,3 @@ var DirectConnect = (function (_super) {
893
953
  return DirectConnect;
894
954
  }(DirectConnectClient));
895
955
  export { DirectConnect };
896
- //# sourceMappingURL=DirectConnect.js.map
@@ -35,4 +35,3 @@ var DirectConnectClient = (function (_super) {
35
35
  return DirectConnectClient;
36
36
  }(__Client));
37
37
  export { DirectConnectClient };
38
- //# sourceMappingURL=DirectConnectClient.js.map
@@ -37,4 +37,3 @@ var AcceptDirectConnectGatewayAssociationProposalCommand = (function (_super) {
37
37
  return AcceptDirectConnectGatewayAssociationProposalCommand;
38
38
  }($Command));
39
39
  export { AcceptDirectConnectGatewayAssociationProposalCommand };
40
- //# sourceMappingURL=AcceptDirectConnectGatewayAssociationProposalCommand.js.map
@@ -37,4 +37,3 @@ var AllocateConnectionOnInterconnectCommand = (function (_super) {
37
37
  return AllocateConnectionOnInterconnectCommand;
38
38
  }($Command));
39
39
  export { AllocateConnectionOnInterconnectCommand };
40
- //# sourceMappingURL=AllocateConnectionOnInterconnectCommand.js.map
@@ -37,4 +37,3 @@ var AllocateHostedConnectionCommand = (function (_super) {
37
37
  return AllocateHostedConnectionCommand;
38
38
  }($Command));
39
39
  export { AllocateHostedConnectionCommand };
40
- //# sourceMappingURL=AllocateHostedConnectionCommand.js.map
@@ -37,4 +37,3 @@ var AllocatePrivateVirtualInterfaceCommand = (function (_super) {
37
37
  return AllocatePrivateVirtualInterfaceCommand;
38
38
  }($Command));
39
39
  export { AllocatePrivateVirtualInterfaceCommand };
40
- //# sourceMappingURL=AllocatePrivateVirtualInterfaceCommand.js.map
@@ -37,4 +37,3 @@ var AllocatePublicVirtualInterfaceCommand = (function (_super) {
37
37
  return AllocatePublicVirtualInterfaceCommand;
38
38
  }($Command));
39
39
  export { AllocatePublicVirtualInterfaceCommand };
40
- //# sourceMappingURL=AllocatePublicVirtualInterfaceCommand.js.map
@@ -37,4 +37,3 @@ var AllocateTransitVirtualInterfaceCommand = (function (_super) {
37
37
  return AllocateTransitVirtualInterfaceCommand;
38
38
  }($Command));
39
39
  export { AllocateTransitVirtualInterfaceCommand };
40
- //# sourceMappingURL=AllocateTransitVirtualInterfaceCommand.js.map
@@ -37,4 +37,3 @@ var AssociateConnectionWithLagCommand = (function (_super) {
37
37
  return AssociateConnectionWithLagCommand;
38
38
  }($Command));
39
39
  export { AssociateConnectionWithLagCommand };
40
- //# sourceMappingURL=AssociateConnectionWithLagCommand.js.map
@@ -37,4 +37,3 @@ var AssociateHostedConnectionCommand = (function (_super) {
37
37
  return AssociateHostedConnectionCommand;
38
38
  }($Command));
39
39
  export { AssociateHostedConnectionCommand };
40
- //# sourceMappingURL=AssociateHostedConnectionCommand.js.map
@@ -37,4 +37,3 @@ var AssociateMacSecKeyCommand = (function (_super) {
37
37
  return AssociateMacSecKeyCommand;
38
38
  }($Command));
39
39
  export { AssociateMacSecKeyCommand };
40
- //# sourceMappingURL=AssociateMacSecKeyCommand.js.map
@@ -37,4 +37,3 @@ var AssociateVirtualInterfaceCommand = (function (_super) {
37
37
  return AssociateVirtualInterfaceCommand;
38
38
  }($Command));
39
39
  export { AssociateVirtualInterfaceCommand };
40
- //# sourceMappingURL=AssociateVirtualInterfaceCommand.js.map
@@ -37,4 +37,3 @@ var ConfirmConnectionCommand = (function (_super) {
37
37
  return ConfirmConnectionCommand;
38
38
  }($Command));
39
39
  export { ConfirmConnectionCommand };
40
- //# sourceMappingURL=ConfirmConnectionCommand.js.map
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ConfirmCustomerAgreementRequest, ConfirmCustomerAgreementResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1ConfirmCustomerAgreementCommand, serializeAws_json1_1ConfirmCustomerAgreementCommand, } from "../protocols/Aws_json1_1";
6
+ var ConfirmCustomerAgreementCommand = (function (_super) {
7
+ __extends(ConfirmCustomerAgreementCommand, _super);
8
+ function ConfirmCustomerAgreementCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ConfirmCustomerAgreementCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DirectConnectClient";
18
+ var commandName = "ConfirmCustomerAgreementCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ConfirmCustomerAgreementRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ConfirmCustomerAgreementResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ConfirmCustomerAgreementCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1ConfirmCustomerAgreementCommand(input, context);
33
+ };
34
+ ConfirmCustomerAgreementCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1ConfirmCustomerAgreementCommand(output, context);
36
+ };
37
+ return ConfirmCustomerAgreementCommand;
38
+ }($Command));
39
+ export { ConfirmCustomerAgreementCommand };
@@ -37,4 +37,3 @@ var ConfirmPrivateVirtualInterfaceCommand = (function (_super) {
37
37
  return ConfirmPrivateVirtualInterfaceCommand;
38
38
  }($Command));
39
39
  export { ConfirmPrivateVirtualInterfaceCommand };
40
- //# sourceMappingURL=ConfirmPrivateVirtualInterfaceCommand.js.map
@@ -37,4 +37,3 @@ var ConfirmPublicVirtualInterfaceCommand = (function (_super) {
37
37
  return ConfirmPublicVirtualInterfaceCommand;
38
38
  }($Command));
39
39
  export { ConfirmPublicVirtualInterfaceCommand };
40
- //# sourceMappingURL=ConfirmPublicVirtualInterfaceCommand.js.map
@@ -37,4 +37,3 @@ var ConfirmTransitVirtualInterfaceCommand = (function (_super) {
37
37
  return ConfirmTransitVirtualInterfaceCommand;
38
38
  }($Command));
39
39
  export { ConfirmTransitVirtualInterfaceCommand };
40
- //# sourceMappingURL=ConfirmTransitVirtualInterfaceCommand.js.map
@@ -37,4 +37,3 @@ var CreateBGPPeerCommand = (function (_super) {
37
37
  return CreateBGPPeerCommand;
38
38
  }($Command));
39
39
  export { CreateBGPPeerCommand };
40
- //# sourceMappingURL=CreateBGPPeerCommand.js.map
@@ -37,4 +37,3 @@ var CreateConnectionCommand = (function (_super) {
37
37
  return CreateConnectionCommand;
38
38
  }($Command));
39
39
  export { CreateConnectionCommand };
40
- //# sourceMappingURL=CreateConnectionCommand.js.map
@@ -37,4 +37,3 @@ var CreateDirectConnectGatewayAssociationCommand = (function (_super) {
37
37
  return CreateDirectConnectGatewayAssociationCommand;
38
38
  }($Command));
39
39
  export { CreateDirectConnectGatewayAssociationCommand };
40
- //# sourceMappingURL=CreateDirectConnectGatewayAssociationCommand.js.map
@@ -37,4 +37,3 @@ var CreateDirectConnectGatewayAssociationProposalCommand = (function (_super) {
37
37
  return CreateDirectConnectGatewayAssociationProposalCommand;
38
38
  }($Command));
39
39
  export { CreateDirectConnectGatewayAssociationProposalCommand };
40
- //# sourceMappingURL=CreateDirectConnectGatewayAssociationProposalCommand.js.map
@@ -37,4 +37,3 @@ var CreateDirectConnectGatewayCommand = (function (_super) {
37
37
  return CreateDirectConnectGatewayCommand;
38
38
  }($Command));
39
39
  export { CreateDirectConnectGatewayCommand };
40
- //# sourceMappingURL=CreateDirectConnectGatewayCommand.js.map
@@ -37,4 +37,3 @@ var CreateInterconnectCommand = (function (_super) {
37
37
  return CreateInterconnectCommand;
38
38
  }($Command));
39
39
  export { CreateInterconnectCommand };
40
- //# sourceMappingURL=CreateInterconnectCommand.js.map
@@ -37,4 +37,3 @@ var CreateLagCommand = (function (_super) {
37
37
  return CreateLagCommand;
38
38
  }($Command));
39
39
  export { CreateLagCommand };
40
- //# sourceMappingURL=CreateLagCommand.js.map
@@ -37,4 +37,3 @@ var CreatePrivateVirtualInterfaceCommand = (function (_super) {
37
37
  return CreatePrivateVirtualInterfaceCommand;
38
38
  }($Command));
39
39
  export { CreatePrivateVirtualInterfaceCommand };
40
- //# sourceMappingURL=CreatePrivateVirtualInterfaceCommand.js.map
@@ -37,4 +37,3 @@ var CreatePublicVirtualInterfaceCommand = (function (_super) {
37
37
  return CreatePublicVirtualInterfaceCommand;
38
38
  }($Command));
39
39
  export { CreatePublicVirtualInterfaceCommand };
40
- //# sourceMappingURL=CreatePublicVirtualInterfaceCommand.js.map
@@ -37,4 +37,3 @@ var CreateTransitVirtualInterfaceCommand = (function (_super) {
37
37
  return CreateTransitVirtualInterfaceCommand;
38
38
  }($Command));
39
39
  export { CreateTransitVirtualInterfaceCommand };
40
- //# sourceMappingURL=CreateTransitVirtualInterfaceCommand.js.map
@@ -37,4 +37,3 @@ var DeleteBGPPeerCommand = (function (_super) {
37
37
  return DeleteBGPPeerCommand;
38
38
  }($Command));
39
39
  export { DeleteBGPPeerCommand };
40
- //# sourceMappingURL=DeleteBGPPeerCommand.js.map
@@ -37,4 +37,3 @@ var DeleteConnectionCommand = (function (_super) {
37
37
  return DeleteConnectionCommand;
38
38
  }($Command));
39
39
  export { DeleteConnectionCommand };
40
- //# sourceMappingURL=DeleteConnectionCommand.js.map
@@ -37,4 +37,3 @@ var DeleteDirectConnectGatewayAssociationCommand = (function (_super) {
37
37
  return DeleteDirectConnectGatewayAssociationCommand;
38
38
  }($Command));
39
39
  export { DeleteDirectConnectGatewayAssociationCommand };
40
- //# sourceMappingURL=DeleteDirectConnectGatewayAssociationCommand.js.map
@@ -37,4 +37,3 @@ var DeleteDirectConnectGatewayAssociationProposalCommand = (function (_super) {
37
37
  return DeleteDirectConnectGatewayAssociationProposalCommand;
38
38
  }($Command));
39
39
  export { DeleteDirectConnectGatewayAssociationProposalCommand };
40
- //# sourceMappingURL=DeleteDirectConnectGatewayAssociationProposalCommand.js.map
@@ -37,4 +37,3 @@ var DeleteDirectConnectGatewayCommand = (function (_super) {
37
37
  return DeleteDirectConnectGatewayCommand;
38
38
  }($Command));
39
39
  export { DeleteDirectConnectGatewayCommand };
40
- //# sourceMappingURL=DeleteDirectConnectGatewayCommand.js.map
@@ -37,4 +37,3 @@ var DeleteInterconnectCommand = (function (_super) {
37
37
  return DeleteInterconnectCommand;
38
38
  }($Command));
39
39
  export { DeleteInterconnectCommand };
40
- //# sourceMappingURL=DeleteInterconnectCommand.js.map
@@ -37,4 +37,3 @@ var DeleteLagCommand = (function (_super) {
37
37
  return DeleteLagCommand;
38
38
  }($Command));
39
39
  export { DeleteLagCommand };
40
- //# sourceMappingURL=DeleteLagCommand.js.map
@@ -37,4 +37,3 @@ var DeleteVirtualInterfaceCommand = (function (_super) {
37
37
  return DeleteVirtualInterfaceCommand;
38
38
  }($Command));
39
39
  export { DeleteVirtualInterfaceCommand };
40
- //# sourceMappingURL=DeleteVirtualInterfaceCommand.js.map
@@ -37,4 +37,3 @@ var DescribeConnectionLoaCommand = (function (_super) {
37
37
  return DescribeConnectionLoaCommand;
38
38
  }($Command));
39
39
  export { DescribeConnectionLoaCommand };
40
- //# sourceMappingURL=DescribeConnectionLoaCommand.js.map
@@ -37,4 +37,3 @@ var DescribeConnectionsCommand = (function (_super) {
37
37
  return DescribeConnectionsCommand;
38
38
  }($Command));
39
39
  export { DescribeConnectionsCommand };
40
- //# sourceMappingURL=DescribeConnectionsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeConnectionsOnInterconnectCommand = (function (_super) {
37
37
  return DescribeConnectionsOnInterconnectCommand;
38
38
  }($Command));
39
39
  export { DescribeConnectionsOnInterconnectCommand };
40
- //# sourceMappingURL=DescribeConnectionsOnInterconnectCommand.js.map
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeCustomerMetadataResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeCustomerMetadataCommand, serializeAws_json1_1DescribeCustomerMetadataCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeCustomerMetadataCommand = (function (_super) {
7
+ __extends(DescribeCustomerMetadataCommand, _super);
8
+ function DescribeCustomerMetadataCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DescribeCustomerMetadataCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DirectConnectClient";
18
+ var commandName = "DescribeCustomerMetadataCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: function (input) { return input; },
24
+ outputFilterSensitiveLog: DescribeCustomerMetadataResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeCustomerMetadataCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DescribeCustomerMetadataCommand(input, context);
33
+ };
34
+ DescribeCustomerMetadataCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DescribeCustomerMetadataCommand(output, context);
36
+ };
37
+ return DescribeCustomerMetadataCommand;
38
+ }($Command));
39
+ export { DescribeCustomerMetadataCommand };
@@ -37,4 +37,3 @@ var DescribeDirectConnectGatewayAssociationProposalsCommand = (function (_super)
37
37
  return DescribeDirectConnectGatewayAssociationProposalsCommand;
38
38
  }($Command));
39
39
  export { DescribeDirectConnectGatewayAssociationProposalsCommand };
40
- //# sourceMappingURL=DescribeDirectConnectGatewayAssociationProposalsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeDirectConnectGatewayAssociationsCommand = (function (_super) {
37
37
  return DescribeDirectConnectGatewayAssociationsCommand;
38
38
  }($Command));
39
39
  export { DescribeDirectConnectGatewayAssociationsCommand };
40
- //# sourceMappingURL=DescribeDirectConnectGatewayAssociationsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeDirectConnectGatewayAttachmentsCommand = (function (_super) {
37
37
  return DescribeDirectConnectGatewayAttachmentsCommand;
38
38
  }($Command));
39
39
  export { DescribeDirectConnectGatewayAttachmentsCommand };
40
- //# sourceMappingURL=DescribeDirectConnectGatewayAttachmentsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeDirectConnectGatewaysCommand = (function (_super) {
37
37
  return DescribeDirectConnectGatewaysCommand;
38
38
  }($Command));
39
39
  export { DescribeDirectConnectGatewaysCommand };
40
- //# sourceMappingURL=DescribeDirectConnectGatewaysCommand.js.map
@@ -37,4 +37,3 @@ var DescribeHostedConnectionsCommand = (function (_super) {
37
37
  return DescribeHostedConnectionsCommand;
38
38
  }($Command));
39
39
  export { DescribeHostedConnectionsCommand };
40
- //# sourceMappingURL=DescribeHostedConnectionsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeInterconnectLoaCommand = (function (_super) {
37
37
  return DescribeInterconnectLoaCommand;
38
38
  }($Command));
39
39
  export { DescribeInterconnectLoaCommand };
40
- //# sourceMappingURL=DescribeInterconnectLoaCommand.js.map
@@ -37,4 +37,3 @@ var DescribeInterconnectsCommand = (function (_super) {
37
37
  return DescribeInterconnectsCommand;
38
38
  }($Command));
39
39
  export { DescribeInterconnectsCommand };
40
- //# sourceMappingURL=DescribeInterconnectsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeLagsCommand = (function (_super) {
37
37
  return DescribeLagsCommand;
38
38
  }($Command));
39
39
  export { DescribeLagsCommand };
40
- //# sourceMappingURL=DescribeLagsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeLoaCommand = (function (_super) {
37
37
  return DescribeLoaCommand;
38
38
  }($Command));
39
39
  export { DescribeLoaCommand };
40
- //# sourceMappingURL=DescribeLoaCommand.js.map
@@ -37,4 +37,3 @@ var DescribeLocationsCommand = (function (_super) {
37
37
  return DescribeLocationsCommand;
38
38
  }($Command));
39
39
  export { DescribeLocationsCommand };
40
- //# sourceMappingURL=DescribeLocationsCommand.js.map
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeRouterConfigurationRequest, DescribeRouterConfigurationResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeRouterConfigurationCommand, serializeAws_json1_1DescribeRouterConfigurationCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeRouterConfigurationCommand = (function (_super) {
7
+ __extends(DescribeRouterConfigurationCommand, _super);
8
+ function DescribeRouterConfigurationCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DescribeRouterConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DirectConnectClient";
18
+ var commandName = "DescribeRouterConfigurationCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DescribeRouterConfigurationRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeRouterConfigurationResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeRouterConfigurationCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DescribeRouterConfigurationCommand(input, context);
33
+ };
34
+ DescribeRouterConfigurationCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DescribeRouterConfigurationCommand(output, context);
36
+ };
37
+ return DescribeRouterConfigurationCommand;
38
+ }($Command));
39
+ export { DescribeRouterConfigurationCommand };
@@ -37,4 +37,3 @@ var DescribeTagsCommand = (function (_super) {
37
37
  return DescribeTagsCommand;
38
38
  }($Command));
39
39
  export { DescribeTagsCommand };
40
- //# sourceMappingURL=DescribeTagsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeVirtualGatewaysCommand = (function (_super) {
37
37
  return DescribeVirtualGatewaysCommand;
38
38
  }($Command));
39
39
  export { DescribeVirtualGatewaysCommand };
40
- //# sourceMappingURL=DescribeVirtualGatewaysCommand.js.map
@@ -37,4 +37,3 @@ var DescribeVirtualInterfacesCommand = (function (_super) {
37
37
  return DescribeVirtualInterfacesCommand;
38
38
  }($Command));
39
39
  export { DescribeVirtualInterfacesCommand };
40
- //# sourceMappingURL=DescribeVirtualInterfacesCommand.js.map
@@ -37,4 +37,3 @@ var DisassociateConnectionFromLagCommand = (function (_super) {
37
37
  return DisassociateConnectionFromLagCommand;
38
38
  }($Command));
39
39
  export { DisassociateConnectionFromLagCommand };
40
- //# sourceMappingURL=DisassociateConnectionFromLagCommand.js.map
@@ -37,4 +37,3 @@ var DisassociateMacSecKeyCommand = (function (_super) {
37
37
  return DisassociateMacSecKeyCommand;
38
38
  }($Command));
39
39
  export { DisassociateMacSecKeyCommand };
40
- //# sourceMappingURL=DisassociateMacSecKeyCommand.js.map
@@ -37,4 +37,3 @@ var ListVirtualInterfaceTestHistoryCommand = (function (_super) {
37
37
  return ListVirtualInterfaceTestHistoryCommand;
38
38
  }($Command));
39
39
  export { ListVirtualInterfaceTestHistoryCommand };
40
- //# sourceMappingURL=ListVirtualInterfaceTestHistoryCommand.js.map
@@ -37,4 +37,3 @@ var StartBgpFailoverTestCommand = (function (_super) {
37
37
  return StartBgpFailoverTestCommand;
38
38
  }($Command));
39
39
  export { StartBgpFailoverTestCommand };
40
- //# sourceMappingURL=StartBgpFailoverTestCommand.js.map
@@ -37,4 +37,3 @@ var StopBgpFailoverTestCommand = (function (_super) {
37
37
  return StopBgpFailoverTestCommand;
38
38
  }($Command));
39
39
  export { StopBgpFailoverTestCommand };
40
- //# sourceMappingURL=StopBgpFailoverTestCommand.js.map
@@ -37,4 +37,3 @@ var TagResourceCommand = (function (_super) {
37
37
  return TagResourceCommand;
38
38
  }($Command));
39
39
  export { TagResourceCommand };
40
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -37,4 +37,3 @@ var UntagResourceCommand = (function (_super) {
37
37
  return UntagResourceCommand;
38
38
  }($Command));
39
39
  export { UntagResourceCommand };
40
- //# sourceMappingURL=UntagResourceCommand.js.map
@@ -37,4 +37,3 @@ var UpdateConnectionCommand = (function (_super) {
37
37
  return UpdateConnectionCommand;
38
38
  }($Command));
39
39
  export { UpdateConnectionCommand };
40
- //# sourceMappingURL=UpdateConnectionCommand.js.map
@@ -37,4 +37,3 @@ var UpdateDirectConnectGatewayAssociationCommand = (function (_super) {
37
37
  return UpdateDirectConnectGatewayAssociationCommand;
38
38
  }($Command));
39
39
  export { UpdateDirectConnectGatewayAssociationCommand };
40
- //# sourceMappingURL=UpdateDirectConnectGatewayAssociationCommand.js.map