@aws-sdk/client-direct-connect 3.34.0 → 3.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (958) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist-cjs/DirectConnect.js +901 -0
  3. package/dist-cjs/DirectConnect.js.map +1 -0
  4. package/dist-cjs/DirectConnectClient.js +49 -0
  5. package/dist-cjs/DirectConnectClient.js.map +1 -0
  6. package/dist-cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +61 -0
  7. package/dist-cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
  8. package/dist-cjs/commands/AllocateConnectionOnInterconnectCommand.js +68 -0
  9. package/dist-cjs/commands/AllocateConnectionOnInterconnectCommand.js.map +1 -0
  10. package/dist-cjs/commands/AllocateHostedConnectionCommand.js +66 -0
  11. package/dist-cjs/commands/AllocateHostedConnectionCommand.js.map +1 -0
  12. package/dist-cjs/commands/AllocatePrivateVirtualInterfaceCommand.js +63 -0
  13. package/dist-cjs/commands/AllocatePrivateVirtualInterfaceCommand.js.map +1 -0
  14. package/dist-cjs/commands/AllocatePublicVirtualInterfaceCommand.js +66 -0
  15. package/dist-cjs/commands/AllocatePublicVirtualInterfaceCommand.js.map +1 -0
  16. package/dist-cjs/commands/AllocateTransitVirtualInterfaceCommand.js +63 -0
  17. package/dist-cjs/commands/AllocateTransitVirtualInterfaceCommand.js.map +1 -0
  18. package/dist-cjs/commands/AssociateConnectionWithLagCommand.js +74 -0
  19. package/dist-cjs/commands/AssociateConnectionWithLagCommand.js.map +1 -0
  20. package/dist-cjs/commands/AssociateHostedConnectionCommand.js +68 -0
  21. package/dist-cjs/commands/AssociateHostedConnectionCommand.js.map +1 -0
  22. package/dist-cjs/commands/AssociateMacSecKeyCommand.js +63 -0
  23. package/dist-cjs/commands/AssociateMacSecKeyCommand.js.map +1 -0
  24. package/dist-cjs/commands/AssociateVirtualInterfaceCommand.js +70 -0
  25. package/dist-cjs/commands/AssociateVirtualInterfaceCommand.js.map +1 -0
  26. package/dist-cjs/commands/ConfirmConnectionCommand.js +63 -0
  27. package/dist-cjs/commands/ConfirmConnectionCommand.js.map +1 -0
  28. package/dist-cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js +64 -0
  29. package/dist-cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +1 -0
  30. package/dist-cjs/commands/ConfirmPublicVirtualInterfaceCommand.js +63 -0
  31. package/dist-cjs/commands/ConfirmPublicVirtualInterfaceCommand.js.map +1 -0
  32. package/dist-cjs/commands/ConfirmTransitVirtualInterfaceCommand.js +63 -0
  33. package/dist-cjs/commands/ConfirmTransitVirtualInterfaceCommand.js.map +1 -0
  34. package/dist-cjs/commands/CreateBGPPeerCommand.js +67 -0
  35. package/dist-cjs/commands/CreateBGPPeerCommand.js.map +1 -0
  36. package/dist-cjs/commands/CreateConnectionCommand.js +69 -0
  37. package/dist-cjs/commands/CreateConnectionCommand.js.map +1 -0
  38. package/dist-cjs/commands/CreateDirectConnectGatewayAssociationCommand.js +62 -0
  39. package/dist-cjs/commands/CreateDirectConnectGatewayAssociationCommand.js.map +1 -0
  40. package/dist-cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +62 -0
  41. package/dist-cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
  42. package/dist-cjs/commands/CreateDirectConnectGatewayCommand.js +66 -0
  43. package/dist-cjs/commands/CreateDirectConnectGatewayCommand.js.map +1 -0
  44. package/dist-cjs/commands/CreateInterconnectCommand.js +76 -0
  45. package/dist-cjs/commands/CreateInterconnectCommand.js.map +1 -0
  46. package/dist-cjs/commands/CreateLagCommand.js +78 -0
  47. package/dist-cjs/commands/CreateLagCommand.js.map +1 -0
  48. package/dist-cjs/commands/CreatePrivateVirtualInterfaceCommand.js +71 -0
  49. package/dist-cjs/commands/CreatePrivateVirtualInterfaceCommand.js.map +1 -0
  50. package/dist-cjs/commands/CreatePublicVirtualInterfaceCommand.js +64 -0
  51. package/dist-cjs/commands/CreatePublicVirtualInterfaceCommand.js.map +1 -0
  52. package/dist-cjs/commands/CreateTransitVirtualInterfaceCommand.js +70 -0
  53. package/dist-cjs/commands/CreateTransitVirtualInterfaceCommand.js.map +1 -0
  54. package/dist-cjs/commands/DeleteBGPPeerCommand.js +62 -0
  55. package/dist-cjs/commands/DeleteBGPPeerCommand.js.map +1 -0
  56. package/dist-cjs/commands/DeleteConnectionCommand.js +64 -0
  57. package/dist-cjs/commands/DeleteConnectionCommand.js.map +1 -0
  58. package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js +62 -0
  59. package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +1 -0
  60. package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +61 -0
  61. package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
  62. package/dist-cjs/commands/DeleteDirectConnectGatewayCommand.js +63 -0
  63. package/dist-cjs/commands/DeleteDirectConnectGatewayCommand.js.map +1 -0
  64. package/dist-cjs/commands/DeleteInterconnectCommand.js +65 -0
  65. package/dist-cjs/commands/DeleteInterconnectCommand.js.map +1 -0
  66. package/dist-cjs/commands/DeleteLagCommand.js +62 -0
  67. package/dist-cjs/commands/DeleteLagCommand.js.map +1 -0
  68. package/dist-cjs/commands/DeleteVirtualInterfaceCommand.js +61 -0
  69. package/dist-cjs/commands/DeleteVirtualInterfaceCommand.js.map +1 -0
  70. package/dist-cjs/commands/DescribeConnectionLoaCommand.js +68 -0
  71. package/dist-cjs/commands/DescribeConnectionLoaCommand.js.map +1 -0
  72. package/dist-cjs/commands/DescribeConnectionsCommand.js +61 -0
  73. package/dist-cjs/commands/DescribeConnectionsCommand.js.map +1 -0
  74. package/dist-cjs/commands/DescribeConnectionsOnInterconnectCommand.js +67 -0
  75. package/dist-cjs/commands/DescribeConnectionsOnInterconnectCommand.js.map +1 -0
  76. package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +61 -0
  77. package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +1 -0
  78. package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js +83 -0
  79. package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +1 -0
  80. package/dist-cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +65 -0
  81. package/dist-cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +1 -0
  82. package/dist-cjs/commands/DescribeDirectConnectGatewaysCommand.js +61 -0
  83. package/dist-cjs/commands/DescribeDirectConnectGatewaysCommand.js.map +1 -0
  84. package/dist-cjs/commands/DescribeHostedConnectionsCommand.js +65 -0
  85. package/dist-cjs/commands/DescribeHostedConnectionsCommand.js.map +1 -0
  86. package/dist-cjs/commands/DescribeInterconnectLoaCommand.js +67 -0
  87. package/dist-cjs/commands/DescribeInterconnectLoaCommand.js.map +1 -0
  88. package/dist-cjs/commands/DescribeInterconnectsCommand.js +61 -0
  89. package/dist-cjs/commands/DescribeInterconnectsCommand.js.map +1 -0
  90. package/dist-cjs/commands/DescribeLagsCommand.js +61 -0
  91. package/dist-cjs/commands/DescribeLagsCommand.js.map +1 -0
  92. package/dist-cjs/commands/DescribeLoaCommand.js +64 -0
  93. package/dist-cjs/commands/DescribeLoaCommand.js.map +1 -0
  94. package/dist-cjs/commands/DescribeLocationsCommand.js +62 -0
  95. package/dist-cjs/commands/DescribeLocationsCommand.js.map +1 -0
  96. package/dist-cjs/commands/DescribeTagsCommand.js +61 -0
  97. package/dist-cjs/commands/DescribeTagsCommand.js.map +1 -0
  98. package/dist-cjs/commands/DescribeVirtualGatewaysCommand.js +62 -0
  99. package/dist-cjs/commands/DescribeVirtualGatewaysCommand.js.map +1 -0
  100. package/dist-cjs/commands/DescribeVirtualInterfacesCommand.js +65 -0
  101. package/dist-cjs/commands/DescribeVirtualInterfacesCommand.js.map +1 -0
  102. package/dist-cjs/commands/DisassociateConnectionFromLagCommand.js +70 -0
  103. package/dist-cjs/commands/DisassociateConnectionFromLagCommand.js.map +1 -0
  104. package/dist-cjs/commands/DisassociateMacSecKeyCommand.js +61 -0
  105. package/dist-cjs/commands/DisassociateMacSecKeyCommand.js.map +1 -0
  106. package/dist-cjs/commands/ListVirtualInterfaceTestHistoryCommand.js +61 -0
  107. package/dist-cjs/commands/ListVirtualInterfaceTestHistoryCommand.js.map +1 -0
  108. package/dist-cjs/commands/StartBgpFailoverTestCommand.js +64 -0
  109. package/dist-cjs/commands/StartBgpFailoverTestCommand.js.map +1 -0
  110. package/dist-cjs/commands/StopBgpFailoverTestCommand.js +61 -0
  111. package/dist-cjs/commands/StopBgpFailoverTestCommand.js.map +1 -0
  112. package/dist-cjs/commands/TagResourceCommand.js +62 -0
  113. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  114. package/dist-cjs/commands/UntagResourceCommand.js +61 -0
  115. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  116. package/dist-cjs/commands/UpdateConnectionCommand.js +70 -0
  117. package/dist-cjs/commands/UpdateConnectionCommand.js.map +1 -0
  118. package/dist-cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js +62 -0
  119. package/dist-cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +1 -0
  120. package/dist-cjs/commands/UpdateLagCommand.js +83 -0
  121. package/dist-cjs/commands/UpdateLagCommand.js.map +1 -0
  122. package/dist-cjs/commands/UpdateVirtualInterfaceAttributesCommand.js +67 -0
  123. package/dist-cjs/commands/UpdateVirtualInterfaceAttributesCommand.js.map +1 -0
  124. package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
  125. package/dist-cjs/endpoints.js.map +1 -0
  126. package/{dist/cjs → dist-cjs}/index.js +0 -0
  127. package/dist-cjs/index.js.map +1 -0
  128. package/{dist/cjs → dist-cjs}/models/index.js +0 -0
  129. package/dist-cjs/models/index.js.map +1 -0
  130. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  131. package/dist-cjs/models/models_0.js.map +1 -0
  132. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -0
  133. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  134. package/dist-cjs/runtimeConfig.browser.js +42 -0
  135. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  136. package/dist-cjs/runtimeConfig.js +47 -0
  137. package/dist-cjs/runtimeConfig.js.map +1 -0
  138. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
  139. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  140. package/dist-cjs/runtimeConfig.shared.js +21 -0
  141. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  142. package/dist-es/DirectConnect.js +896 -0
  143. package/dist-es/DirectConnect.js.map +1 -0
  144. package/dist-es/DirectConnectClient.js +38 -0
  145. package/dist-es/DirectConnectClient.js.map +1 -0
  146. package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +40 -0
  147. package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
  148. package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +40 -0
  149. package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js.map +1 -0
  150. package/dist-es/commands/AllocateHostedConnectionCommand.js +40 -0
  151. package/dist-es/commands/AllocateHostedConnectionCommand.js.map +1 -0
  152. package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +40 -0
  153. package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js.map +1 -0
  154. package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +40 -0
  155. package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js.map +1 -0
  156. package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +40 -0
  157. package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js.map +1 -0
  158. package/dist-es/commands/AssociateConnectionWithLagCommand.js +40 -0
  159. package/dist-es/commands/AssociateConnectionWithLagCommand.js.map +1 -0
  160. package/dist-es/commands/AssociateHostedConnectionCommand.js +40 -0
  161. package/dist-es/commands/AssociateHostedConnectionCommand.js.map +1 -0
  162. package/dist-es/commands/AssociateMacSecKeyCommand.js +40 -0
  163. package/dist-es/commands/AssociateMacSecKeyCommand.js.map +1 -0
  164. package/dist-es/commands/AssociateVirtualInterfaceCommand.js +40 -0
  165. package/dist-es/commands/AssociateVirtualInterfaceCommand.js.map +1 -0
  166. package/dist-es/commands/ConfirmConnectionCommand.js +40 -0
  167. package/dist-es/commands/ConfirmConnectionCommand.js.map +1 -0
  168. package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +40 -0
  169. package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +1 -0
  170. package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +40 -0
  171. package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js.map +1 -0
  172. package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +40 -0
  173. package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js.map +1 -0
  174. package/dist-es/commands/CreateBGPPeerCommand.js +40 -0
  175. package/dist-es/commands/CreateBGPPeerCommand.js.map +1 -0
  176. package/dist-es/commands/CreateConnectionCommand.js +40 -0
  177. package/dist-es/commands/CreateConnectionCommand.js.map +1 -0
  178. package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +40 -0
  179. package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js.map +1 -0
  180. package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +40 -0
  181. package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
  182. package/dist-es/commands/CreateDirectConnectGatewayCommand.js +40 -0
  183. package/dist-es/commands/CreateDirectConnectGatewayCommand.js.map +1 -0
  184. package/dist-es/commands/CreateInterconnectCommand.js +40 -0
  185. package/dist-es/commands/CreateInterconnectCommand.js.map +1 -0
  186. package/dist-es/commands/CreateLagCommand.js +40 -0
  187. package/dist-es/commands/CreateLagCommand.js.map +1 -0
  188. package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +40 -0
  189. package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js.map +1 -0
  190. package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +40 -0
  191. package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js.map +1 -0
  192. package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +40 -0
  193. package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js.map +1 -0
  194. package/dist-es/commands/DeleteBGPPeerCommand.js +40 -0
  195. package/dist-es/commands/DeleteBGPPeerCommand.js.map +1 -0
  196. package/dist-es/commands/DeleteConnectionCommand.js +40 -0
  197. package/dist-es/commands/DeleteConnectionCommand.js.map +1 -0
  198. package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +40 -0
  199. package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +1 -0
  200. package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +40 -0
  201. package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
  202. package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +40 -0
  203. package/dist-es/commands/DeleteDirectConnectGatewayCommand.js.map +1 -0
  204. package/dist-es/commands/DeleteInterconnectCommand.js +40 -0
  205. package/dist-es/commands/DeleteInterconnectCommand.js.map +1 -0
  206. package/dist-es/commands/DeleteLagCommand.js +40 -0
  207. package/dist-es/commands/DeleteLagCommand.js.map +1 -0
  208. package/dist-es/commands/DeleteVirtualInterfaceCommand.js +40 -0
  209. package/dist-es/commands/DeleteVirtualInterfaceCommand.js.map +1 -0
  210. package/dist-es/commands/DescribeConnectionLoaCommand.js +40 -0
  211. package/dist-es/commands/DescribeConnectionLoaCommand.js.map +1 -0
  212. package/dist-es/commands/DescribeConnectionsCommand.js +40 -0
  213. package/dist-es/commands/DescribeConnectionsCommand.js.map +1 -0
  214. package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +40 -0
  215. package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js.map +1 -0
  216. package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +40 -0
  217. package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +1 -0
  218. package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +40 -0
  219. package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +1 -0
  220. package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +40 -0
  221. package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +1 -0
  222. package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +40 -0
  223. package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js.map +1 -0
  224. package/dist-es/commands/DescribeHostedConnectionsCommand.js +40 -0
  225. package/dist-es/commands/DescribeHostedConnectionsCommand.js.map +1 -0
  226. package/dist-es/commands/DescribeInterconnectLoaCommand.js +40 -0
  227. package/dist-es/commands/DescribeInterconnectLoaCommand.js.map +1 -0
  228. package/dist-es/commands/DescribeInterconnectsCommand.js +40 -0
  229. package/dist-es/commands/DescribeInterconnectsCommand.js.map +1 -0
  230. package/dist-es/commands/DescribeLagsCommand.js +40 -0
  231. package/dist-es/commands/DescribeLagsCommand.js.map +1 -0
  232. package/dist-es/commands/DescribeLoaCommand.js +40 -0
  233. package/dist-es/commands/DescribeLoaCommand.js.map +1 -0
  234. package/dist-es/commands/DescribeLocationsCommand.js +40 -0
  235. package/dist-es/commands/DescribeLocationsCommand.js.map +1 -0
  236. package/dist-es/commands/DescribeTagsCommand.js +40 -0
  237. package/dist-es/commands/DescribeTagsCommand.js.map +1 -0
  238. package/dist-es/commands/DescribeVirtualGatewaysCommand.js +40 -0
  239. package/dist-es/commands/DescribeVirtualGatewaysCommand.js.map +1 -0
  240. package/dist-es/commands/DescribeVirtualInterfacesCommand.js +40 -0
  241. package/dist-es/commands/DescribeVirtualInterfacesCommand.js.map +1 -0
  242. package/dist-es/commands/DisassociateConnectionFromLagCommand.js +40 -0
  243. package/dist-es/commands/DisassociateConnectionFromLagCommand.js.map +1 -0
  244. package/dist-es/commands/DisassociateMacSecKeyCommand.js +40 -0
  245. package/dist-es/commands/DisassociateMacSecKeyCommand.js.map +1 -0
  246. package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +40 -0
  247. package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js.map +1 -0
  248. package/dist-es/commands/StartBgpFailoverTestCommand.js +40 -0
  249. package/dist-es/commands/StartBgpFailoverTestCommand.js.map +1 -0
  250. package/dist-es/commands/StopBgpFailoverTestCommand.js +40 -0
  251. package/dist-es/commands/StopBgpFailoverTestCommand.js.map +1 -0
  252. package/dist-es/commands/TagResourceCommand.js +40 -0
  253. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  254. package/dist-es/commands/UntagResourceCommand.js +40 -0
  255. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  256. package/dist-es/commands/UpdateConnectionCommand.js +40 -0
  257. package/dist-es/commands/UpdateConnectionCommand.js.map +1 -0
  258. package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +40 -0
  259. package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +1 -0
  260. package/dist-es/commands/UpdateLagCommand.js +40 -0
  261. package/dist-es/commands/UpdateLagCommand.js.map +1 -0
  262. package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +40 -0
  263. package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js.map +1 -0
  264. package/{dist/es → dist-es}/endpoints.js +0 -0
  265. package/dist-es/endpoints.js.map +1 -0
  266. package/{dist/es → dist-es}/index.js +0 -0
  267. package/dist-es/index.js.map +1 -0
  268. package/{dist/es → dist-es}/models/index.js +0 -0
  269. package/dist-es/models/index.js.map +1 -0
  270. package/{dist/es → dist-es}/models/models_0.js +0 -0
  271. package/dist-es/models/models_0.js.map +1 -0
  272. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -0
  273. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  274. package/dist-es/runtimeConfig.browser.js +17 -0
  275. package/dist-es/runtimeConfig.browser.js.map +1 -0
  276. package/dist-es/runtimeConfig.js +22 -0
  277. package/dist-es/runtimeConfig.js.map +1 -0
  278. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
  279. package/dist-es/runtimeConfig.native.js.map +1 -0
  280. package/dist-es/runtimeConfig.shared.js +14 -0
  281. package/dist-es/runtimeConfig.shared.js.map +1 -0
  282. package/dist-types/DirectConnect.d.ts +682 -0
  283. package/dist-types/DirectConnectClient.d.ts +196 -0
  284. package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +35 -0
  285. package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +42 -0
  286. package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +40 -0
  287. package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +37 -0
  288. package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +40 -0
  289. package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +37 -0
  290. package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +48 -0
  291. package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +42 -0
  292. package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +37 -0
  293. package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +44 -0
  294. package/dist-types/commands/ConfirmConnectionCommand.d.ts +37 -0
  295. package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +38 -0
  296. package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +37 -0
  297. package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +37 -0
  298. package/dist-types/commands/CreateBGPPeerCommand.d.ts +41 -0
  299. package/dist-types/commands/CreateConnectionCommand.d.ts +43 -0
  300. package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +36 -0
  301. package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +36 -0
  302. package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +40 -0
  303. package/dist-types/commands/CreateInterconnectCommand.d.ts +50 -0
  304. package/dist-types/commands/CreateLagCommand.d.ts +52 -0
  305. package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +45 -0
  306. package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +38 -0
  307. package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +44 -0
  308. package/dist-types/commands/DeleteBGPPeerCommand.d.ts +36 -0
  309. package/dist-types/commands/DeleteConnectionCommand.d.ts +38 -0
  310. package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +36 -0
  311. package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +35 -0
  312. package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +37 -0
  313. package/dist-types/commands/DeleteInterconnectCommand.d.ts +39 -0
  314. package/dist-types/commands/DeleteLagCommand.d.ts +36 -0
  315. package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +35 -0
  316. package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +42 -0
  317. package/dist-types/commands/DescribeConnectionsCommand.d.ts +35 -0
  318. package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +41 -0
  319. package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +35 -0
  320. package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +57 -0
  321. package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +39 -0
  322. package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +35 -0
  323. package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +39 -0
  324. package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +41 -0
  325. package/dist-types/commands/DescribeInterconnectsCommand.d.ts +35 -0
  326. package/dist-types/commands/DescribeLagsCommand.d.ts +35 -0
  327. package/dist-types/commands/DescribeLoaCommand.d.ts +38 -0
  328. package/dist-types/commands/DescribeLocationsCommand.d.ts +36 -0
  329. package/dist-types/commands/DescribeTagsCommand.d.ts +35 -0
  330. package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +36 -0
  331. package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +39 -0
  332. package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +44 -0
  333. package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +35 -0
  334. package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +35 -0
  335. package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +38 -0
  336. package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +35 -0
  337. package/dist-types/commands/TagResourceCommand.d.ts +36 -0
  338. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  339. package/dist-types/commands/UpdateConnectionCommand.d.ts +44 -0
  340. package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +36 -0
  341. package/dist-types/commands/UpdateLagCommand.d.ts +57 -0
  342. package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +41 -0
  343. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  344. package/{dist/types → dist-types}/index.d.ts +0 -0
  345. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  346. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  347. package/dist-types/protocols/Aws_json1_1.d.ts +179 -0
  348. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  349. package/dist-types/runtimeConfig.d.ts +37 -0
  350. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  351. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  352. package/dist-types/ts3.4/DirectConnect.d.ts +682 -0
  353. package/dist-types/ts3.4/DirectConnectClient.d.ts +196 -0
  354. package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +35 -0
  355. package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +42 -0
  356. package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +40 -0
  357. package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +37 -0
  358. package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +40 -0
  359. package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +37 -0
  360. package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +48 -0
  361. package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +42 -0
  362. package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +37 -0
  363. package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +44 -0
  364. package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +37 -0
  365. package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +38 -0
  366. package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +37 -0
  367. package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +37 -0
  368. package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +41 -0
  369. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +43 -0
  370. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +36 -0
  371. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +36 -0
  372. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +40 -0
  373. package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +50 -0
  374. package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +52 -0
  375. package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +45 -0
  376. package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +38 -0
  377. package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +44 -0
  378. package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +36 -0
  379. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +38 -0
  380. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +36 -0
  381. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +35 -0
  382. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +37 -0
  383. package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +39 -0
  384. package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +36 -0
  385. package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +35 -0
  386. package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +42 -0
  387. package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +35 -0
  388. package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +41 -0
  389. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +35 -0
  390. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +57 -0
  391. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +39 -0
  392. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +35 -0
  393. package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +39 -0
  394. package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +41 -0
  395. package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +35 -0
  396. package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +35 -0
  397. package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +38 -0
  398. package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +36 -0
  399. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +35 -0
  400. package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +36 -0
  401. package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +39 -0
  402. package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +44 -0
  403. package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +35 -0
  404. package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +35 -0
  405. package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +38 -0
  406. package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +35 -0
  407. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
  408. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
  409. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +44 -0
  410. package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +36 -0
  411. package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +57 -0
  412. package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +41 -0
  413. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  414. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  415. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  416. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  417. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +179 -0
  418. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
  419. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  420. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
  421. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  422. package/package.json +42 -42
  423. package/src/DirectConnect.ts +2415 -0
  424. package/src/DirectConnectClient.ts +541 -0
  425. package/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts +110 -0
  426. package/src/commands/AllocateConnectionOnInterconnectCommand.ts +108 -0
  427. package/src/commands/AllocateHostedConnectionCommand.ts +100 -0
  428. package/src/commands/AllocatePrivateVirtualInterfaceCommand.ts +103 -0
  429. package/src/commands/AllocatePublicVirtualInterfaceCommand.ts +106 -0
  430. package/src/commands/AllocateTransitVirtualInterfaceCommand.ts +105 -0
  431. package/src/commands/AssociateConnectionWithLagCommand.ts +111 -0
  432. package/src/commands/AssociateHostedConnectionCommand.ts +105 -0
  433. package/src/commands/AssociateMacSecKeyCommand.ts +97 -0
  434. package/src/commands/AssociateVirtualInterfaceCommand.ts +107 -0
  435. package/src/commands/ConfirmConnectionCommand.ts +97 -0
  436. package/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts +106 -0
  437. package/src/commands/ConfirmPublicVirtualInterfaceCommand.ts +102 -0
  438. package/src/commands/ConfirmTransitVirtualInterfaceCommand.ts +105 -0
  439. package/src/commands/CreateBGPPeerCommand.ts +101 -0
  440. package/src/commands/CreateConnectionCommand.ts +103 -0
  441. package/src/commands/CreateDirectConnectGatewayAssociationCommand.ts +108 -0
  442. package/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts +111 -0
  443. package/src/commands/CreateDirectConnectGatewayCommand.ts +103 -0
  444. package/src/commands/CreateInterconnectCommand.ts +110 -0
  445. package/src/commands/CreateLagCommand.ts +109 -0
  446. package/src/commands/CreatePrivateVirtualInterfaceCommand.ts +108 -0
  447. package/src/commands/CreatePublicVirtualInterfaceCommand.ts +101 -0
  448. package/src/commands/CreateTransitVirtualInterfaceCommand.ts +109 -0
  449. package/src/commands/DeleteBGPPeerCommand.ts +96 -0
  450. package/src/commands/DeleteConnectionCommand.ts +98 -0
  451. package/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts +108 -0
  452. package/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts +110 -0
  453. package/src/commands/DeleteDirectConnectGatewayCommand.ts +100 -0
  454. package/src/commands/DeleteInterconnectCommand.ts +99 -0
  455. package/src/commands/DeleteLagCommand.ts +93 -0
  456. package/src/commands/DeleteVirtualInterfaceCommand.ts +95 -0
  457. package/src/commands/DescribeConnectionLoaCommand.ts +102 -0
  458. package/src/commands/DescribeConnectionsCommand.ts +95 -0
  459. package/src/commands/DescribeConnectionsOnInterconnectCommand.ts +107 -0
  460. package/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts +110 -0
  461. package/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts +132 -0
  462. package/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts +114 -0
  463. package/src/commands/DescribeDirectConnectGatewaysCommand.ts +100 -0
  464. package/src/commands/DescribeHostedConnectionsCommand.ts +102 -0
  465. package/src/commands/DescribeInterconnectLoaCommand.ts +101 -0
  466. package/src/commands/DescribeInterconnectsCommand.ts +95 -0
  467. package/src/commands/DescribeLagsCommand.ts +95 -0
  468. package/src/commands/DescribeLoaCommand.ts +98 -0
  469. package/src/commands/DescribeLocationsCommand.ts +96 -0
  470. package/src/commands/DescribeTagsCommand.ts +95 -0
  471. package/src/commands/DescribeVirtualGatewaysCommand.ts +96 -0
  472. package/src/commands/DescribeVirtualInterfacesCommand.ts +102 -0
  473. package/src/commands/DisassociateConnectionFromLagCommand.ts +107 -0
  474. package/src/commands/DisassociateMacSecKeyCommand.ts +95 -0
  475. package/src/commands/ListVirtualInterfaceTestHistoryCommand.ts +103 -0
  476. package/src/commands/StartBgpFailoverTestCommand.ts +98 -0
  477. package/src/commands/StopBgpFailoverTestCommand.ts +95 -0
  478. package/src/commands/TagResourceCommand.ts +96 -0
  479. package/src/commands/UntagResourceCommand.ts +95 -0
  480. package/src/commands/UpdateConnectionCommand.ts +104 -0
  481. package/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts +108 -0
  482. package/src/commands/UpdateLagCommand.ts +114 -0
  483. package/src/commands/UpdateVirtualInterfaceAttributesCommand.ts +107 -0
  484. package/src/endpoints.ts +86 -0
  485. package/{index.ts → src/index.ts} +0 -0
  486. package/{models → src/models}/index.ts +0 -0
  487. package/{models → src/models}/models_0.ts +0 -0
  488. package/src/protocols/Aws_json1_1.ts +6999 -0
  489. package/src/runtimeConfig.browser.ts +41 -0
  490. package/src/runtimeConfig.native.ts +17 -0
  491. package/src/runtimeConfig.shared.ts +17 -0
  492. package/src/runtimeConfig.ts +46 -0
  493. package/tsconfig.es.json +1 -1
  494. package/tsconfig.json +4 -2
  495. package/tsconfig.types.json +3 -2
  496. package/DirectConnect.ts +0 -2414
  497. package/DirectConnectClient.ts +0 -540
  498. package/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts +0 -109
  499. package/commands/AllocateConnectionOnInterconnectCommand.ts +0 -107
  500. package/commands/AllocateHostedConnectionCommand.ts +0 -99
  501. package/commands/AllocatePrivateVirtualInterfaceCommand.ts +0 -102
  502. package/commands/AllocatePublicVirtualInterfaceCommand.ts +0 -105
  503. package/commands/AllocateTransitVirtualInterfaceCommand.ts +0 -104
  504. package/commands/AssociateConnectionWithLagCommand.ts +0 -110
  505. package/commands/AssociateHostedConnectionCommand.ts +0 -104
  506. package/commands/AssociateMacSecKeyCommand.ts +0 -96
  507. package/commands/AssociateVirtualInterfaceCommand.ts +0 -106
  508. package/commands/ConfirmConnectionCommand.ts +0 -96
  509. package/commands/ConfirmPrivateVirtualInterfaceCommand.ts +0 -105
  510. package/commands/ConfirmPublicVirtualInterfaceCommand.ts +0 -101
  511. package/commands/ConfirmTransitVirtualInterfaceCommand.ts +0 -104
  512. package/commands/CreateBGPPeerCommand.ts +0 -100
  513. package/commands/CreateConnectionCommand.ts +0 -102
  514. package/commands/CreateDirectConnectGatewayAssociationCommand.ts +0 -107
  515. package/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts +0 -110
  516. package/commands/CreateDirectConnectGatewayCommand.ts +0 -102
  517. package/commands/CreateInterconnectCommand.ts +0 -109
  518. package/commands/CreateLagCommand.ts +0 -108
  519. package/commands/CreatePrivateVirtualInterfaceCommand.ts +0 -107
  520. package/commands/CreatePublicVirtualInterfaceCommand.ts +0 -100
  521. package/commands/CreateTransitVirtualInterfaceCommand.ts +0 -108
  522. package/commands/DeleteBGPPeerCommand.ts +0 -95
  523. package/commands/DeleteConnectionCommand.ts +0 -97
  524. package/commands/DeleteDirectConnectGatewayAssociationCommand.ts +0 -107
  525. package/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts +0 -109
  526. package/commands/DeleteDirectConnectGatewayCommand.ts +0 -99
  527. package/commands/DeleteInterconnectCommand.ts +0 -98
  528. package/commands/DeleteLagCommand.ts +0 -92
  529. package/commands/DeleteVirtualInterfaceCommand.ts +0 -94
  530. package/commands/DescribeConnectionLoaCommand.ts +0 -101
  531. package/commands/DescribeConnectionsCommand.ts +0 -94
  532. package/commands/DescribeConnectionsOnInterconnectCommand.ts +0 -106
  533. package/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts +0 -109
  534. package/commands/DescribeDirectConnectGatewayAssociationsCommand.ts +0 -131
  535. package/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts +0 -113
  536. package/commands/DescribeDirectConnectGatewaysCommand.ts +0 -99
  537. package/commands/DescribeHostedConnectionsCommand.ts +0 -101
  538. package/commands/DescribeInterconnectLoaCommand.ts +0 -100
  539. package/commands/DescribeInterconnectsCommand.ts +0 -94
  540. package/commands/DescribeLagsCommand.ts +0 -94
  541. package/commands/DescribeLoaCommand.ts +0 -97
  542. package/commands/DescribeLocationsCommand.ts +0 -95
  543. package/commands/DescribeTagsCommand.ts +0 -94
  544. package/commands/DescribeVirtualGatewaysCommand.ts +0 -95
  545. package/commands/DescribeVirtualInterfacesCommand.ts +0 -101
  546. package/commands/DisassociateConnectionFromLagCommand.ts +0 -106
  547. package/commands/DisassociateMacSecKeyCommand.ts +0 -94
  548. package/commands/ListVirtualInterfaceTestHistoryCommand.ts +0 -102
  549. package/commands/StartBgpFailoverTestCommand.ts +0 -97
  550. package/commands/StopBgpFailoverTestCommand.ts +0 -94
  551. package/commands/TagResourceCommand.ts +0 -95
  552. package/commands/UntagResourceCommand.ts +0 -94
  553. package/commands/UpdateConnectionCommand.ts +0 -103
  554. package/commands/UpdateDirectConnectGatewayAssociationCommand.ts +0 -107
  555. package/commands/UpdateLagCommand.ts +0 -113
  556. package/commands/UpdateVirtualInterfaceAttributesCommand.ts +0 -106
  557. package/dist/cjs/DirectConnect.js +0 -901
  558. package/dist/cjs/DirectConnect.js.map +0 -1
  559. package/dist/cjs/DirectConnectClient.js +0 -49
  560. package/dist/cjs/DirectConnectClient.js.map +0 -1
  561. package/dist/cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +0 -61
  562. package/dist/cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  563. package/dist/cjs/commands/AllocateConnectionOnInterconnectCommand.js +0 -68
  564. package/dist/cjs/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
  565. package/dist/cjs/commands/AllocateHostedConnectionCommand.js +0 -66
  566. package/dist/cjs/commands/AllocateHostedConnectionCommand.js.map +0 -1
  567. package/dist/cjs/commands/AllocatePrivateVirtualInterfaceCommand.js +0 -63
  568. package/dist/cjs/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
  569. package/dist/cjs/commands/AllocatePublicVirtualInterfaceCommand.js +0 -66
  570. package/dist/cjs/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
  571. package/dist/cjs/commands/AllocateTransitVirtualInterfaceCommand.js +0 -63
  572. package/dist/cjs/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
  573. package/dist/cjs/commands/AssociateConnectionWithLagCommand.js +0 -74
  574. package/dist/cjs/commands/AssociateConnectionWithLagCommand.js.map +0 -1
  575. package/dist/cjs/commands/AssociateHostedConnectionCommand.js +0 -68
  576. package/dist/cjs/commands/AssociateHostedConnectionCommand.js.map +0 -1
  577. package/dist/cjs/commands/AssociateMacSecKeyCommand.js +0 -63
  578. package/dist/cjs/commands/AssociateMacSecKeyCommand.js.map +0 -1
  579. package/dist/cjs/commands/AssociateVirtualInterfaceCommand.js +0 -70
  580. package/dist/cjs/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
  581. package/dist/cjs/commands/ConfirmConnectionCommand.js +0 -63
  582. package/dist/cjs/commands/ConfirmConnectionCommand.js.map +0 -1
  583. package/dist/cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js +0 -64
  584. package/dist/cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
  585. package/dist/cjs/commands/ConfirmPublicVirtualInterfaceCommand.js +0 -63
  586. package/dist/cjs/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
  587. package/dist/cjs/commands/ConfirmTransitVirtualInterfaceCommand.js +0 -63
  588. package/dist/cjs/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
  589. package/dist/cjs/commands/CreateBGPPeerCommand.js +0 -67
  590. package/dist/cjs/commands/CreateBGPPeerCommand.js.map +0 -1
  591. package/dist/cjs/commands/CreateConnectionCommand.js +0 -69
  592. package/dist/cjs/commands/CreateConnectionCommand.js.map +0 -1
  593. package/dist/cjs/commands/CreateDirectConnectGatewayAssociationCommand.js +0 -62
  594. package/dist/cjs/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
  595. package/dist/cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +0 -62
  596. package/dist/cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  597. package/dist/cjs/commands/CreateDirectConnectGatewayCommand.js +0 -66
  598. package/dist/cjs/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
  599. package/dist/cjs/commands/CreateInterconnectCommand.js +0 -76
  600. package/dist/cjs/commands/CreateInterconnectCommand.js.map +0 -1
  601. package/dist/cjs/commands/CreateLagCommand.js +0 -78
  602. package/dist/cjs/commands/CreateLagCommand.js.map +0 -1
  603. package/dist/cjs/commands/CreatePrivateVirtualInterfaceCommand.js +0 -71
  604. package/dist/cjs/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
  605. package/dist/cjs/commands/CreatePublicVirtualInterfaceCommand.js +0 -64
  606. package/dist/cjs/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
  607. package/dist/cjs/commands/CreateTransitVirtualInterfaceCommand.js +0 -70
  608. package/dist/cjs/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
  609. package/dist/cjs/commands/DeleteBGPPeerCommand.js +0 -62
  610. package/dist/cjs/commands/DeleteBGPPeerCommand.js.map +0 -1
  611. package/dist/cjs/commands/DeleteConnectionCommand.js +0 -64
  612. package/dist/cjs/commands/DeleteConnectionCommand.js.map +0 -1
  613. package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js +0 -62
  614. package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
  615. package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +0 -61
  616. package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  617. package/dist/cjs/commands/DeleteDirectConnectGatewayCommand.js +0 -63
  618. package/dist/cjs/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
  619. package/dist/cjs/commands/DeleteInterconnectCommand.js +0 -65
  620. package/dist/cjs/commands/DeleteInterconnectCommand.js.map +0 -1
  621. package/dist/cjs/commands/DeleteLagCommand.js +0 -62
  622. package/dist/cjs/commands/DeleteLagCommand.js.map +0 -1
  623. package/dist/cjs/commands/DeleteVirtualInterfaceCommand.js +0 -61
  624. package/dist/cjs/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
  625. package/dist/cjs/commands/DescribeConnectionLoaCommand.js +0 -68
  626. package/dist/cjs/commands/DescribeConnectionLoaCommand.js.map +0 -1
  627. package/dist/cjs/commands/DescribeConnectionsCommand.js +0 -61
  628. package/dist/cjs/commands/DescribeConnectionsCommand.js.map +0 -1
  629. package/dist/cjs/commands/DescribeConnectionsOnInterconnectCommand.js +0 -67
  630. package/dist/cjs/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
  631. package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +0 -61
  632. package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
  633. package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js +0 -83
  634. package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
  635. package/dist/cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +0 -65
  636. package/dist/cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
  637. package/dist/cjs/commands/DescribeDirectConnectGatewaysCommand.js +0 -61
  638. package/dist/cjs/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
  639. package/dist/cjs/commands/DescribeHostedConnectionsCommand.js +0 -65
  640. package/dist/cjs/commands/DescribeHostedConnectionsCommand.js.map +0 -1
  641. package/dist/cjs/commands/DescribeInterconnectLoaCommand.js +0 -67
  642. package/dist/cjs/commands/DescribeInterconnectLoaCommand.js.map +0 -1
  643. package/dist/cjs/commands/DescribeInterconnectsCommand.js +0 -61
  644. package/dist/cjs/commands/DescribeInterconnectsCommand.js.map +0 -1
  645. package/dist/cjs/commands/DescribeLagsCommand.js +0 -61
  646. package/dist/cjs/commands/DescribeLagsCommand.js.map +0 -1
  647. package/dist/cjs/commands/DescribeLoaCommand.js +0 -64
  648. package/dist/cjs/commands/DescribeLoaCommand.js.map +0 -1
  649. package/dist/cjs/commands/DescribeLocationsCommand.js +0 -62
  650. package/dist/cjs/commands/DescribeLocationsCommand.js.map +0 -1
  651. package/dist/cjs/commands/DescribeTagsCommand.js +0 -61
  652. package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
  653. package/dist/cjs/commands/DescribeVirtualGatewaysCommand.js +0 -62
  654. package/dist/cjs/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
  655. package/dist/cjs/commands/DescribeVirtualInterfacesCommand.js +0 -65
  656. package/dist/cjs/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
  657. package/dist/cjs/commands/DisassociateConnectionFromLagCommand.js +0 -70
  658. package/dist/cjs/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
  659. package/dist/cjs/commands/DisassociateMacSecKeyCommand.js +0 -61
  660. package/dist/cjs/commands/DisassociateMacSecKeyCommand.js.map +0 -1
  661. package/dist/cjs/commands/ListVirtualInterfaceTestHistoryCommand.js +0 -61
  662. package/dist/cjs/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
  663. package/dist/cjs/commands/StartBgpFailoverTestCommand.js +0 -64
  664. package/dist/cjs/commands/StartBgpFailoverTestCommand.js.map +0 -1
  665. package/dist/cjs/commands/StopBgpFailoverTestCommand.js +0 -61
  666. package/dist/cjs/commands/StopBgpFailoverTestCommand.js.map +0 -1
  667. package/dist/cjs/commands/TagResourceCommand.js +0 -62
  668. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  669. package/dist/cjs/commands/UntagResourceCommand.js +0 -61
  670. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  671. package/dist/cjs/commands/UpdateConnectionCommand.js +0 -70
  672. package/dist/cjs/commands/UpdateConnectionCommand.js.map +0 -1
  673. package/dist/cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js +0 -62
  674. package/dist/cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
  675. package/dist/cjs/commands/UpdateLagCommand.js +0 -83
  676. package/dist/cjs/commands/UpdateLagCommand.js.map +0 -1
  677. package/dist/cjs/commands/UpdateVirtualInterfaceAttributesCommand.js +0 -67
  678. package/dist/cjs/commands/UpdateVirtualInterfaceAttributesCommand.js.map +0 -1
  679. package/dist/cjs/endpoints.js.map +0 -1
  680. package/dist/cjs/index.js.map +0 -1
  681. package/dist/cjs/models/index.js.map +0 -1
  682. package/dist/cjs/models/models_0.js.map +0 -1
  683. package/dist/cjs/package.json +0 -91
  684. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  685. package/dist/cjs/runtimeConfig.browser.js +0 -41
  686. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  687. package/dist/cjs/runtimeConfig.js +0 -46
  688. package/dist/cjs/runtimeConfig.js.map +0 -1
  689. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  690. package/dist/cjs/runtimeConfig.shared.js +0 -21
  691. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  692. package/dist/es/DirectConnect.js +0 -896
  693. package/dist/es/DirectConnect.js.map +0 -1
  694. package/dist/es/DirectConnectClient.js +0 -38
  695. package/dist/es/DirectConnectClient.js.map +0 -1
  696. package/dist/es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +0 -40
  697. package/dist/es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  698. package/dist/es/commands/AllocateConnectionOnInterconnectCommand.js +0 -40
  699. package/dist/es/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
  700. package/dist/es/commands/AllocateHostedConnectionCommand.js +0 -40
  701. package/dist/es/commands/AllocateHostedConnectionCommand.js.map +0 -1
  702. package/dist/es/commands/AllocatePrivateVirtualInterfaceCommand.js +0 -40
  703. package/dist/es/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
  704. package/dist/es/commands/AllocatePublicVirtualInterfaceCommand.js +0 -40
  705. package/dist/es/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
  706. package/dist/es/commands/AllocateTransitVirtualInterfaceCommand.js +0 -40
  707. package/dist/es/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
  708. package/dist/es/commands/AssociateConnectionWithLagCommand.js +0 -40
  709. package/dist/es/commands/AssociateConnectionWithLagCommand.js.map +0 -1
  710. package/dist/es/commands/AssociateHostedConnectionCommand.js +0 -40
  711. package/dist/es/commands/AssociateHostedConnectionCommand.js.map +0 -1
  712. package/dist/es/commands/AssociateMacSecKeyCommand.js +0 -40
  713. package/dist/es/commands/AssociateMacSecKeyCommand.js.map +0 -1
  714. package/dist/es/commands/AssociateVirtualInterfaceCommand.js +0 -40
  715. package/dist/es/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
  716. package/dist/es/commands/ConfirmConnectionCommand.js +0 -40
  717. package/dist/es/commands/ConfirmConnectionCommand.js.map +0 -1
  718. package/dist/es/commands/ConfirmPrivateVirtualInterfaceCommand.js +0 -40
  719. package/dist/es/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
  720. package/dist/es/commands/ConfirmPublicVirtualInterfaceCommand.js +0 -40
  721. package/dist/es/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
  722. package/dist/es/commands/ConfirmTransitVirtualInterfaceCommand.js +0 -40
  723. package/dist/es/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
  724. package/dist/es/commands/CreateBGPPeerCommand.js +0 -40
  725. package/dist/es/commands/CreateBGPPeerCommand.js.map +0 -1
  726. package/dist/es/commands/CreateConnectionCommand.js +0 -40
  727. package/dist/es/commands/CreateConnectionCommand.js.map +0 -1
  728. package/dist/es/commands/CreateDirectConnectGatewayAssociationCommand.js +0 -40
  729. package/dist/es/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
  730. package/dist/es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +0 -40
  731. package/dist/es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  732. package/dist/es/commands/CreateDirectConnectGatewayCommand.js +0 -40
  733. package/dist/es/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
  734. package/dist/es/commands/CreateInterconnectCommand.js +0 -40
  735. package/dist/es/commands/CreateInterconnectCommand.js.map +0 -1
  736. package/dist/es/commands/CreateLagCommand.js +0 -40
  737. package/dist/es/commands/CreateLagCommand.js.map +0 -1
  738. package/dist/es/commands/CreatePrivateVirtualInterfaceCommand.js +0 -40
  739. package/dist/es/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
  740. package/dist/es/commands/CreatePublicVirtualInterfaceCommand.js +0 -40
  741. package/dist/es/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
  742. package/dist/es/commands/CreateTransitVirtualInterfaceCommand.js +0 -40
  743. package/dist/es/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
  744. package/dist/es/commands/DeleteBGPPeerCommand.js +0 -40
  745. package/dist/es/commands/DeleteBGPPeerCommand.js.map +0 -1
  746. package/dist/es/commands/DeleteConnectionCommand.js +0 -40
  747. package/dist/es/commands/DeleteConnectionCommand.js.map +0 -1
  748. package/dist/es/commands/DeleteDirectConnectGatewayAssociationCommand.js +0 -40
  749. package/dist/es/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
  750. package/dist/es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +0 -40
  751. package/dist/es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
  752. package/dist/es/commands/DeleteDirectConnectGatewayCommand.js +0 -40
  753. package/dist/es/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
  754. package/dist/es/commands/DeleteInterconnectCommand.js +0 -40
  755. package/dist/es/commands/DeleteInterconnectCommand.js.map +0 -1
  756. package/dist/es/commands/DeleteLagCommand.js +0 -40
  757. package/dist/es/commands/DeleteLagCommand.js.map +0 -1
  758. package/dist/es/commands/DeleteVirtualInterfaceCommand.js +0 -40
  759. package/dist/es/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
  760. package/dist/es/commands/DescribeConnectionLoaCommand.js +0 -40
  761. package/dist/es/commands/DescribeConnectionLoaCommand.js.map +0 -1
  762. package/dist/es/commands/DescribeConnectionsCommand.js +0 -40
  763. package/dist/es/commands/DescribeConnectionsCommand.js.map +0 -1
  764. package/dist/es/commands/DescribeConnectionsOnInterconnectCommand.js +0 -40
  765. package/dist/es/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
  766. package/dist/es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +0 -40
  767. package/dist/es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
  768. package/dist/es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +0 -40
  769. package/dist/es/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
  770. package/dist/es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +0 -40
  771. package/dist/es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
  772. package/dist/es/commands/DescribeDirectConnectGatewaysCommand.js +0 -40
  773. package/dist/es/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
  774. package/dist/es/commands/DescribeHostedConnectionsCommand.js +0 -40
  775. package/dist/es/commands/DescribeHostedConnectionsCommand.js.map +0 -1
  776. package/dist/es/commands/DescribeInterconnectLoaCommand.js +0 -40
  777. package/dist/es/commands/DescribeInterconnectLoaCommand.js.map +0 -1
  778. package/dist/es/commands/DescribeInterconnectsCommand.js +0 -40
  779. package/dist/es/commands/DescribeInterconnectsCommand.js.map +0 -1
  780. package/dist/es/commands/DescribeLagsCommand.js +0 -40
  781. package/dist/es/commands/DescribeLagsCommand.js.map +0 -1
  782. package/dist/es/commands/DescribeLoaCommand.js +0 -40
  783. package/dist/es/commands/DescribeLoaCommand.js.map +0 -1
  784. package/dist/es/commands/DescribeLocationsCommand.js +0 -40
  785. package/dist/es/commands/DescribeLocationsCommand.js.map +0 -1
  786. package/dist/es/commands/DescribeTagsCommand.js +0 -40
  787. package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
  788. package/dist/es/commands/DescribeVirtualGatewaysCommand.js +0 -40
  789. package/dist/es/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
  790. package/dist/es/commands/DescribeVirtualInterfacesCommand.js +0 -40
  791. package/dist/es/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
  792. package/dist/es/commands/DisassociateConnectionFromLagCommand.js +0 -40
  793. package/dist/es/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
  794. package/dist/es/commands/DisassociateMacSecKeyCommand.js +0 -40
  795. package/dist/es/commands/DisassociateMacSecKeyCommand.js.map +0 -1
  796. package/dist/es/commands/ListVirtualInterfaceTestHistoryCommand.js +0 -40
  797. package/dist/es/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
  798. package/dist/es/commands/StartBgpFailoverTestCommand.js +0 -40
  799. package/dist/es/commands/StartBgpFailoverTestCommand.js.map +0 -1
  800. package/dist/es/commands/StopBgpFailoverTestCommand.js +0 -40
  801. package/dist/es/commands/StopBgpFailoverTestCommand.js.map +0 -1
  802. package/dist/es/commands/TagResourceCommand.js +0 -40
  803. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  804. package/dist/es/commands/UntagResourceCommand.js +0 -40
  805. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  806. package/dist/es/commands/UpdateConnectionCommand.js +0 -40
  807. package/dist/es/commands/UpdateConnectionCommand.js.map +0 -1
  808. package/dist/es/commands/UpdateDirectConnectGatewayAssociationCommand.js +0 -40
  809. package/dist/es/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
  810. package/dist/es/commands/UpdateLagCommand.js +0 -40
  811. package/dist/es/commands/UpdateLagCommand.js.map +0 -1
  812. package/dist/es/commands/UpdateVirtualInterfaceAttributesCommand.js +0 -40
  813. package/dist/es/commands/UpdateVirtualInterfaceAttributesCommand.js.map +0 -1
  814. package/dist/es/endpoints.js.map +0 -1
  815. package/dist/es/index.js.map +0 -1
  816. package/dist/es/models/index.js.map +0 -1
  817. package/dist/es/models/models_0.js.map +0 -1
  818. package/dist/es/package.json +0 -91
  819. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  820. package/dist/es/runtimeConfig.browser.js +0 -17
  821. package/dist/es/runtimeConfig.browser.js.map +0 -1
  822. package/dist/es/runtimeConfig.js +0 -22
  823. package/dist/es/runtimeConfig.js.map +0 -1
  824. package/dist/es/runtimeConfig.native.js.map +0 -1
  825. package/dist/es/runtimeConfig.shared.js +0 -14
  826. package/dist/es/runtimeConfig.shared.js.map +0 -1
  827. package/dist/types/DirectConnect.d.ts +0 -682
  828. package/dist/types/DirectConnectClient.d.ts +0 -196
  829. package/dist/types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +0 -35
  830. package/dist/types/commands/AllocateConnectionOnInterconnectCommand.d.ts +0 -42
  831. package/dist/types/commands/AllocateHostedConnectionCommand.d.ts +0 -40
  832. package/dist/types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +0 -37
  833. package/dist/types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +0 -40
  834. package/dist/types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +0 -37
  835. package/dist/types/commands/AssociateConnectionWithLagCommand.d.ts +0 -48
  836. package/dist/types/commands/AssociateHostedConnectionCommand.d.ts +0 -42
  837. package/dist/types/commands/AssociateMacSecKeyCommand.d.ts +0 -37
  838. package/dist/types/commands/AssociateVirtualInterfaceCommand.d.ts +0 -44
  839. package/dist/types/commands/ConfirmConnectionCommand.d.ts +0 -37
  840. package/dist/types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +0 -38
  841. package/dist/types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +0 -37
  842. package/dist/types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +0 -37
  843. package/dist/types/commands/CreateBGPPeerCommand.d.ts +0 -41
  844. package/dist/types/commands/CreateConnectionCommand.d.ts +0 -43
  845. package/dist/types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +0 -36
  846. package/dist/types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +0 -36
  847. package/dist/types/commands/CreateDirectConnectGatewayCommand.d.ts +0 -40
  848. package/dist/types/commands/CreateInterconnectCommand.d.ts +0 -50
  849. package/dist/types/commands/CreateLagCommand.d.ts +0 -52
  850. package/dist/types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +0 -45
  851. package/dist/types/commands/CreatePublicVirtualInterfaceCommand.d.ts +0 -38
  852. package/dist/types/commands/CreateTransitVirtualInterfaceCommand.d.ts +0 -44
  853. package/dist/types/commands/DeleteBGPPeerCommand.d.ts +0 -36
  854. package/dist/types/commands/DeleteConnectionCommand.d.ts +0 -38
  855. package/dist/types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +0 -36
  856. package/dist/types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +0 -35
  857. package/dist/types/commands/DeleteDirectConnectGatewayCommand.d.ts +0 -37
  858. package/dist/types/commands/DeleteInterconnectCommand.d.ts +0 -39
  859. package/dist/types/commands/DeleteLagCommand.d.ts +0 -36
  860. package/dist/types/commands/DeleteVirtualInterfaceCommand.d.ts +0 -35
  861. package/dist/types/commands/DescribeConnectionLoaCommand.d.ts +0 -42
  862. package/dist/types/commands/DescribeConnectionsCommand.d.ts +0 -35
  863. package/dist/types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +0 -41
  864. package/dist/types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +0 -35
  865. package/dist/types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +0 -57
  866. package/dist/types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +0 -39
  867. package/dist/types/commands/DescribeDirectConnectGatewaysCommand.d.ts +0 -35
  868. package/dist/types/commands/DescribeHostedConnectionsCommand.d.ts +0 -39
  869. package/dist/types/commands/DescribeInterconnectLoaCommand.d.ts +0 -41
  870. package/dist/types/commands/DescribeInterconnectsCommand.d.ts +0 -35
  871. package/dist/types/commands/DescribeLagsCommand.d.ts +0 -35
  872. package/dist/types/commands/DescribeLoaCommand.d.ts +0 -38
  873. package/dist/types/commands/DescribeLocationsCommand.d.ts +0 -36
  874. package/dist/types/commands/DescribeTagsCommand.d.ts +0 -35
  875. package/dist/types/commands/DescribeVirtualGatewaysCommand.d.ts +0 -36
  876. package/dist/types/commands/DescribeVirtualInterfacesCommand.d.ts +0 -39
  877. package/dist/types/commands/DisassociateConnectionFromLagCommand.d.ts +0 -44
  878. package/dist/types/commands/DisassociateMacSecKeyCommand.d.ts +0 -35
  879. package/dist/types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +0 -35
  880. package/dist/types/commands/StartBgpFailoverTestCommand.d.ts +0 -38
  881. package/dist/types/commands/StopBgpFailoverTestCommand.d.ts +0 -35
  882. package/dist/types/commands/TagResourceCommand.d.ts +0 -36
  883. package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
  884. package/dist/types/commands/UpdateConnectionCommand.d.ts +0 -44
  885. package/dist/types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +0 -36
  886. package/dist/types/commands/UpdateLagCommand.d.ts +0 -57
  887. package/dist/types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +0 -41
  888. package/dist/types/protocols/Aws_json1_1.d.ts +0 -179
  889. package/dist/types/runtimeConfig.d.ts +0 -37
  890. package/dist/types/ts3.4/DirectConnect.d.ts +0 -682
  891. package/dist/types/ts3.4/DirectConnectClient.d.ts +0 -196
  892. package/dist/types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +0 -35
  893. package/dist/types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +0 -42
  894. package/dist/types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +0 -40
  895. package/dist/types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +0 -37
  896. package/dist/types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +0 -40
  897. package/dist/types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +0 -37
  898. package/dist/types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +0 -48
  899. package/dist/types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +0 -42
  900. package/dist/types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +0 -37
  901. package/dist/types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +0 -44
  902. package/dist/types/ts3.4/commands/ConfirmConnectionCommand.d.ts +0 -37
  903. package/dist/types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +0 -38
  904. package/dist/types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +0 -37
  905. package/dist/types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +0 -37
  906. package/dist/types/ts3.4/commands/CreateBGPPeerCommand.d.ts +0 -41
  907. package/dist/types/ts3.4/commands/CreateConnectionCommand.d.ts +0 -43
  908. package/dist/types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +0 -36
  909. package/dist/types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +0 -36
  910. package/dist/types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +0 -40
  911. package/dist/types/ts3.4/commands/CreateInterconnectCommand.d.ts +0 -50
  912. package/dist/types/ts3.4/commands/CreateLagCommand.d.ts +0 -52
  913. package/dist/types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +0 -45
  914. package/dist/types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +0 -38
  915. package/dist/types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +0 -44
  916. package/dist/types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +0 -36
  917. package/dist/types/ts3.4/commands/DeleteConnectionCommand.d.ts +0 -38
  918. package/dist/types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +0 -36
  919. package/dist/types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +0 -35
  920. package/dist/types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +0 -37
  921. package/dist/types/ts3.4/commands/DeleteInterconnectCommand.d.ts +0 -39
  922. package/dist/types/ts3.4/commands/DeleteLagCommand.d.ts +0 -36
  923. package/dist/types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +0 -35
  924. package/dist/types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +0 -42
  925. package/dist/types/ts3.4/commands/DescribeConnectionsCommand.d.ts +0 -35
  926. package/dist/types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +0 -41
  927. package/dist/types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +0 -35
  928. package/dist/types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +0 -57
  929. package/dist/types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +0 -39
  930. package/dist/types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +0 -35
  931. package/dist/types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +0 -39
  932. package/dist/types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +0 -41
  933. package/dist/types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +0 -35
  934. package/dist/types/ts3.4/commands/DescribeLagsCommand.d.ts +0 -35
  935. package/dist/types/ts3.4/commands/DescribeLoaCommand.d.ts +0 -38
  936. package/dist/types/ts3.4/commands/DescribeLocationsCommand.d.ts +0 -36
  937. package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -35
  938. package/dist/types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +0 -36
  939. package/dist/types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +0 -39
  940. package/dist/types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +0 -44
  941. package/dist/types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +0 -35
  942. package/dist/types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +0 -35
  943. package/dist/types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +0 -38
  944. package/dist/types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +0 -35
  945. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
  946. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  947. package/dist/types/ts3.4/commands/UpdateConnectionCommand.d.ts +0 -44
  948. package/dist/types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +0 -36
  949. package/dist/types/ts3.4/commands/UpdateLagCommand.d.ts +0 -57
  950. package/dist/types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +0 -41
  951. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -179
  952. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  953. package/endpoints.ts +0 -86
  954. package/protocols/Aws_json1_1.ts +0 -6998
  955. package/runtimeConfig.browser.ts +0 -40
  956. package/runtimeConfig.native.ts +0 -16
  957. package/runtimeConfig.shared.ts +0 -16
  958. package/runtimeConfig.ts +0 -45
@@ -0,0 +1,40 @@
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 { DisassociateMacSecKeyRequest, DisassociateMacSecKeyResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DisassociateMacSecKeyCommand, serializeAws_json1_1DisassociateMacSecKeyCommand, } from "../protocols/Aws_json1_1";
6
+ var DisassociateMacSecKeyCommand = (function (_super) {
7
+ __extends(DisassociateMacSecKeyCommand, _super);
8
+ function DisassociateMacSecKeyCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DisassociateMacSecKeyCommand.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 = "DisassociateMacSecKeyCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DisassociateMacSecKeyRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DisassociateMacSecKeyResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DisassociateMacSecKeyCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DisassociateMacSecKeyCommand(input, context);
33
+ };
34
+ DisassociateMacSecKeyCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DisassociateMacSecKeyCommand(output, context);
36
+ };
37
+ return DisassociateMacSecKeyCommand;
38
+ }($Command));
39
+ export { DisassociateMacSecKeyCommand };
40
+ //# sourceMappingURL=DisassociateMacSecKeyCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DisassociateMacSecKeyCommand.js","sourceRoot":"","sources":["../../src/commands/DisassociateMacSecKeyCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACjG,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,0BAA0B,CAAC;AAsBlC;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,4BAA4B,CAAC,kBAAkB;YACxE,wBAAwB,EAAE,6BAA6B,CAAC,kBAAkB;SAC3E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,gDAAS,GAAjB,UAAkB,KAAwC,EAAE,OAAuB;QACjF,OAAO,gDAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,kDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,kDAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAIH,mCAAC;AAAD,CAAC,AAtDD,CAAkD,QAAQ,GAsDzD"}
@@ -0,0 +1,40 @@
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 { ListVirtualInterfaceTestHistoryRequest, ListVirtualInterfaceTestHistoryResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1ListVirtualInterfaceTestHistoryCommand, serializeAws_json1_1ListVirtualInterfaceTestHistoryCommand, } from "../protocols/Aws_json1_1";
6
+ var ListVirtualInterfaceTestHistoryCommand = (function (_super) {
7
+ __extends(ListVirtualInterfaceTestHistoryCommand, _super);
8
+ function ListVirtualInterfaceTestHistoryCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListVirtualInterfaceTestHistoryCommand.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 = "ListVirtualInterfaceTestHistoryCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListVirtualInterfaceTestHistoryRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListVirtualInterfaceTestHistoryResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListVirtualInterfaceTestHistoryCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1ListVirtualInterfaceTestHistoryCommand(input, context);
33
+ };
34
+ ListVirtualInterfaceTestHistoryCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1ListVirtualInterfaceTestHistoryCommand(output, context);
36
+ };
37
+ return ListVirtualInterfaceTestHistoryCommand;
38
+ }($Command));
39
+ export { ListVirtualInterfaceTestHistoryCommand };
40
+ //# sourceMappingURL=ListVirtualInterfaceTestHistoryCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListVirtualInterfaceTestHistoryCommand.js","sourceRoot":"","sources":["../../src/commands/ListVirtualInterfaceTestHistoryCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,sCAAsC,EAAE,uCAAuC,EAAE,MAAM,oBAAoB,CAAC;AACrH,OAAO,EACL,4DAA4D,EAC5D,0DAA0D,GAC3D,MAAM,0BAA0B,CAAC;AAwBlC;IAA4D,0DAI3D;IAIC,gDAAqB,KAAkD;QAAvE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6C;;IAIvE,CAAC;IAKD,kEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,wCAAwC,CAAC;QAC7D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sCAAsC,CAAC,kBAAkB;YAClF,wBAAwB,EAAE,uCAAuC,CAAC,kBAAkB;SACrF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,0DAAS,GAAjB,UACE,KAAkD,EAClD,OAAuB;QAEvB,OAAO,0DAA0D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAEO,4DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,4DAA4D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvF,CAAC;IAIH,6CAAC;AAAD,CAAC,AA5DD,CAA4D,QAAQ,GA4DnE"}
@@ -0,0 +1,40 @@
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 { StartBgpFailoverTestRequest, StartBgpFailoverTestResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1StartBgpFailoverTestCommand, serializeAws_json1_1StartBgpFailoverTestCommand, } from "../protocols/Aws_json1_1";
6
+ var StartBgpFailoverTestCommand = (function (_super) {
7
+ __extends(StartBgpFailoverTestCommand, _super);
8
+ function StartBgpFailoverTestCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ StartBgpFailoverTestCommand.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 = "StartBgpFailoverTestCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: StartBgpFailoverTestRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: StartBgpFailoverTestResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ StartBgpFailoverTestCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1StartBgpFailoverTestCommand(input, context);
33
+ };
34
+ StartBgpFailoverTestCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1StartBgpFailoverTestCommand(output, context);
36
+ };
37
+ return StartBgpFailoverTestCommand;
38
+ }($Command));
39
+ export { StartBgpFailoverTestCommand };
40
+ //# sourceMappingURL=StartBgpFailoverTestCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StartBgpFailoverTestCommand.js","sourceRoot":"","sources":["../../src/commands/StartBgpFailoverTestCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,iDAAiD,EACjD,+CAA+C,GAChD,MAAM,0BAA0B,CAAC;AAyBlC;IAAiD,+CAIhD;IAIC,qCAAqB,KAAuC;QAA5D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;IAI5D,CAAC;IAKD,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+CAAS,GAAjB,UAAkB,KAAuC,EAAE,OAAuB;QAChF,OAAO,+CAA+C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,iDAAiD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
@@ -0,0 +1,40 @@
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 { StopBgpFailoverTestRequest, StopBgpFailoverTestResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1StopBgpFailoverTestCommand, serializeAws_json1_1StopBgpFailoverTestCommand, } from "../protocols/Aws_json1_1";
6
+ var StopBgpFailoverTestCommand = (function (_super) {
7
+ __extends(StopBgpFailoverTestCommand, _super);
8
+ function StopBgpFailoverTestCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ StopBgpFailoverTestCommand.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 = "StopBgpFailoverTestCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: StopBgpFailoverTestRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: StopBgpFailoverTestResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ StopBgpFailoverTestCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1StopBgpFailoverTestCommand(input, context);
33
+ };
34
+ StopBgpFailoverTestCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1StopBgpFailoverTestCommand(output, context);
36
+ };
37
+ return StopBgpFailoverTestCommand;
38
+ }($Command));
39
+ export { StopBgpFailoverTestCommand };
40
+ //# sourceMappingURL=StopBgpFailoverTestCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StopBgpFailoverTestCommand.js","sourceRoot":"","sources":["../../src/commands/StopBgpFailoverTestCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,MAAM,0BAA0B,CAAC;AAsBlC;IAAgD,8CAI/C;IAIC,oCAAqB,KAAsC;QAA3D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAiC;;IAI3D,CAAC;IAKD,sDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,0BAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,2BAA2B,CAAC,kBAAkB;SACzE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,8CAAS,GAAjB,UAAkB,KAAsC,EAAE,OAAuB;QAC/E,OAAO,8CAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,gDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAIH,iCAAC;AAAD,CAAC,AAtDD,CAAgD,QAAQ,GAsDvD"}
@@ -0,0 +1,40 @@
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
6
+ var TagResourceCommand = (function (_super) {
7
+ __extends(TagResourceCommand, _super);
8
+ function TagResourceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ TagResourceCommand.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 = "TagResourceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: TagResourceResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ TagResourceCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1TagResourceCommand(input, context);
33
+ };
34
+ TagResourceCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1TagResourceCommand(output, context);
36
+ };
37
+ return TagResourceCommand;
38
+ }($Command));
39
+ export { TagResourceCommand };
40
+ //# sourceMappingURL=TagResourceCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TagResourceCommand.js","sourceRoot":"","sources":["../../src/commands/TagResourceCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC7E,OAAO,EACL,wCAAwC,EACxC,sCAAsC,GACvC,MAAM,0BAA0B,CAAC;AAuBlC;IAAwC,sCAIvC;IAIC,4BAAqB,KAA8B;QAAnD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAyB;;IAInD,CAAC;IAKD,8CAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,kBAAkB,CAAC,kBAAkB;YAC9D,wBAAwB,EAAE,mBAAmB,CAAC,kBAAkB;SACjE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,sCAAS,GAAjB,UAAkB,KAA8B,EAAE,OAAuB;QACvE,OAAO,sCAAsC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChE,CAAC;IAEO,wCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,wCAAwC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAIH,yBAAC;AAAD,CAAC,AAtDD,CAAwC,QAAQ,GAsD/C"}
@@ -0,0 +1,40 @@
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
6
+ var UntagResourceCommand = (function (_super) {
7
+ __extends(UntagResourceCommand, _super);
8
+ function UntagResourceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ UntagResourceCommand.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 = "UntagResourceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: UntagResourceRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: UntagResourceResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ UntagResourceCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1UntagResourceCommand(input, context);
33
+ };
34
+ UntagResourceCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1UntagResourceCommand(output, context);
36
+ };
37
+ return UntagResourceCommand;
38
+ }($Command));
39
+ export { UntagResourceCommand };
40
+ //# sourceMappingURL=UntagResourceCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UntagResourceCommand.js","sourceRoot":"","sources":["../../src/commands/UntagResourceCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AACjF,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,MAAM,0BAA0B,CAAC;AAsBlC;IAA0C,wCAIzC;IAIC,8BAAqB,KAAgC;QAArD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2B;;IAIrD,CAAC;IAKD,gDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oBAAoB,CAAC,kBAAkB;YAChE,wBAAwB,EAAE,qBAAqB,CAAC,kBAAkB;SACnE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wCAAS,GAAjB,UAAkB,KAAgC,EAAE,OAAuB;QACzE,OAAO,wCAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,0CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,0CAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAIH,2BAAC;AAAD,CAAC,AAtDD,CAA0C,QAAQ,GAsDjD"}
@@ -0,0 +1,40 @@
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 { Connection, UpdateConnectionRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1UpdateConnectionCommand, serializeAws_json1_1UpdateConnectionCommand, } from "../protocols/Aws_json1_1";
6
+ var UpdateConnectionCommand = (function (_super) {
7
+ __extends(UpdateConnectionCommand, _super);
8
+ function UpdateConnectionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ UpdateConnectionCommand.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 = "UpdateConnectionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: UpdateConnectionRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: Connection.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ UpdateConnectionCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1UpdateConnectionCommand(input, context);
33
+ };
34
+ UpdateConnectionCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1UpdateConnectionCommand(output, context);
36
+ };
37
+ return UpdateConnectionCommand;
38
+ }($Command));
39
+ export { UpdateConnectionCommand };
40
+ //# sourceMappingURL=UpdateConnectionCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateConnectionCommand.js","sourceRoot":"","sources":["../../src/commands/UpdateConnectionCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,UAAU,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,0BAA0B,CAAC;AA+BlC;IAA6C,2CAI5C;IAIC,iCAAqB,KAAmC;QAAxD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;IAIxD,CAAC;IAKD,mDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uBAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,UAAU,CAAC,kBAAkB;SACxD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
@@ -0,0 +1,40 @@
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 { UpdateDirectConnectGatewayAssociationRequest, UpdateDirectConnectGatewayAssociationResult, } from "../models/models_0";
5
+ import { deserializeAws_json1_1UpdateDirectConnectGatewayAssociationCommand, serializeAws_json1_1UpdateDirectConnectGatewayAssociationCommand, } from "../protocols/Aws_json1_1";
6
+ var UpdateDirectConnectGatewayAssociationCommand = (function (_super) {
7
+ __extends(UpdateDirectConnectGatewayAssociationCommand, _super);
8
+ function UpdateDirectConnectGatewayAssociationCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ UpdateDirectConnectGatewayAssociationCommand.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 = "UpdateDirectConnectGatewayAssociationCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: UpdateDirectConnectGatewayAssociationRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateDirectConnectGatewayAssociationResult.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ UpdateDirectConnectGatewayAssociationCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1UpdateDirectConnectGatewayAssociationCommand(input, context);
33
+ };
34
+ UpdateDirectConnectGatewayAssociationCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1UpdateDirectConnectGatewayAssociationCommand(output, context);
36
+ };
37
+ return UpdateDirectConnectGatewayAssociationCommand;
38
+ }($Command));
39
+ export { UpdateDirectConnectGatewayAssociationCommand };
40
+ //# sourceMappingURL=UpdateDirectConnectGatewayAssociationCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateDirectConnectGatewayAssociationCommand.js","sourceRoot":"","sources":["../../src/commands/UpdateDirectConnectGatewayAssociationCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EACL,4CAA4C,EAC5C,2CAA2C,GAC5C,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,kEAAkE,EAClE,gEAAgE,GACjE,MAAM,0BAA0B,CAAC;AA0BlC;IAAkE,gEAIjE;IAIC,sDAAqB,KAAwD;QAA7E,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmD;;IAI7E,CAAC;IAKD,wEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,8CAA8C,CAAC;QACnE,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,4CAA4C,CAAC,kBAAkB;YACxF,wBAAwB,EAAE,2CAA2C,CAAC,kBAAkB;SACzF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,gEAAS,GAAjB,UACE,KAAwD,EACxD,OAAuB;QAEvB,OAAO,gEAAgE,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1F,CAAC;IAEO,kEAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,kEAAkE,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7F,CAAC;IAIH,mDAAC;AAAD,CAAC,AA5DD,CAAkE,QAAQ,GA4DzE"}
@@ -0,0 +1,40 @@
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 { Lag, UpdateLagRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1UpdateLagCommand, serializeAws_json1_1UpdateLagCommand } from "../protocols/Aws_json1_1";
6
+ var UpdateLagCommand = (function (_super) {
7
+ __extends(UpdateLagCommand, _super);
8
+ function UpdateLagCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ UpdateLagCommand.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 = "UpdateLagCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: UpdateLagRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: Lag.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ UpdateLagCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1UpdateLagCommand(input, context);
33
+ };
34
+ UpdateLagCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1UpdateLagCommand(output, context);
36
+ };
37
+ return UpdateLagCommand;
38
+ }($Command));
39
+ export { UpdateLagCommand };
40
+ //# sourceMappingURL=UpdateLagCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateLagCommand.js","sourceRoot":"","sources":["../../src/commands/UpdateLagCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,GAAG,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,sCAAsC,EAAE,oCAAoC,EAAE,MAAM,0BAA0B,CAAC;AA4CxH;IAAsC,oCAIrC;IAIC,0BAAqB,KAA4B;QAAjD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAuB;;IAIjD,CAAC;IAKD,4CAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,kBAAkB,CAAC;QACvC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,gBAAgB,CAAC,kBAAkB;YAC5D,wBAAwB,EAAE,GAAG,CAAC,kBAAkB;SACjD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,oCAAS,GAAjB,UAAkB,KAA4B,EAAE,OAAuB;QACrE,OAAO,oCAAoC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAEO,sCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,sCAAsC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAIH,uBAAC;AAAD,CAAC,AAtDD,CAAsC,QAAQ,GAsD7C"}
@@ -0,0 +1,40 @@
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 { UpdateVirtualInterfaceAttributesRequest, VirtualInterface } from "../models/models_0";
5
+ import { deserializeAws_json1_1UpdateVirtualInterfaceAttributesCommand, serializeAws_json1_1UpdateVirtualInterfaceAttributesCommand, } from "../protocols/Aws_json1_1";
6
+ var UpdateVirtualInterfaceAttributesCommand = (function (_super) {
7
+ __extends(UpdateVirtualInterfaceAttributesCommand, _super);
8
+ function UpdateVirtualInterfaceAttributesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ UpdateVirtualInterfaceAttributesCommand.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 = "UpdateVirtualInterfaceAttributesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: UpdateVirtualInterfaceAttributesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: VirtualInterface.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ UpdateVirtualInterfaceAttributesCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1UpdateVirtualInterfaceAttributesCommand(input, context);
33
+ };
34
+ UpdateVirtualInterfaceAttributesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1UpdateVirtualInterfaceAttributesCommand(output, context);
36
+ };
37
+ return UpdateVirtualInterfaceAttributesCommand;
38
+ }($Command));
39
+ export { UpdateVirtualInterfaceAttributesCommand };
40
+ //# sourceMappingURL=UpdateVirtualInterfaceAttributesCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateVirtualInterfaceAttributesCommand.js","sourceRoot":"","sources":["../../src/commands/UpdateVirtualInterfaceAttributesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,uCAAuC,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,6DAA6D,EAC7D,2DAA2D,GAC5D,MAAM,0BAA0B,CAAC;AA4BlC;IAA6D,2DAI5D;IAIC,iDAAqB,KAAmD;QAAxE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8C;;IAIxE,CAAC;IAKD,mEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,yCAAyC,CAAC;QAC9D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uCAAuC,CAAC,kBAAkB;YACnF,wBAAwB,EAAE,gBAAgB,CAAC,kBAAkB;SAC9D,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,2DAAS,GAAjB,UACE,KAAmD,EACnD,OAAuB;QAEvB,OAAO,2DAA2D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrF,CAAC;IAEO,6DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,6DAA6D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxF,CAAC;IAIH,8CAAC;AAAD,CAAC,AA5DD,CAA6D,QAAQ,GA4DpE"}
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../src/endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,aAAa,EAA6B,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe;IAC7B,gBAAgB,EAAE;QAChB,QAAQ,EAAE,4CAA4C;QACtD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,4CAA4C;QACtD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,4CAA4C;QACtD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,4CAA4C;QACtD,aAAa,EAAE,WAAW;KAC3B;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,2CAA2C;QACrD,aAAa,EAAE,eAAe;KAC/B;IACD,eAAe,EAAE;QACf,QAAQ,EAAE,2CAA2C;QACrD,aAAa,EAAE,eAAe;KAC/B;CACF,CAAC;AAEF,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,sCAAsC;KACjD;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,yCAAyC;KACpD;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,mCAAmC;KAC9C;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,sCAAsC;KACjD;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,sCAAsC;KACjD;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,WAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,eAAe,EAC/B,UAAU,YAAA,EACV,aAAa,eAAA,IACb,EAAA;;KAAA,CAAC"}
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iEAAiE,CAAC;AAChF,cAAc,oDAAoD,CAAC;AACnE,cAAc,4CAA4C,CAAC;AAC3D,cAAc,mDAAmD,CAAC;AAClE,cAAc,kDAAkD,CAAC;AACjE,cAAc,mDAAmD,CAAC;AAClE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,sCAAsC,CAAC;AACrD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,qCAAqC,CAAC;AACpD,cAAc,kDAAkD,CAAC;AACjE,cAAc,iDAAiD,CAAC;AAChE,cAAc,kDAAkD,CAAC;AACjE,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,yDAAyD,CAAC;AACxE,cAAc,iEAAiE,CAAC;AAChF,cAAc,sCAAsC,CAAC;AACrD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iDAAiD,CAAC;AAChE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iDAAiD,CAAC;AAChE,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,yDAAyD,CAAC;AACxE,cAAc,iEAAiE,CAAC;AAChF,cAAc,sCAAsC,CAAC;AACrD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0CAA0C,CAAC;AACzD,cAAc,yCAAyC,CAAC;AACxD,cAAc,uCAAuC,CAAC;AACtD,cAAc,qDAAqD,CAAC;AACpE,cAAc,oEAAoE,CAAC;AACnF,cAAc,4DAA4D,CAAC;AAC3E,cAAc,2DAA2D,CAAC;AAC1E,cAAc,iDAAiD,CAAC;AAChE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,yCAAyC,CAAC;AACxD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iDAAiD,CAAC;AAChE,cAAc,yCAAyC,CAAC;AACxD,cAAc,mDAAmD,CAAC;AAClE,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC;AACtD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,yDAAyD,CAAC;AACxE,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oDAAoD,CAAC;AACnE,cAAc,gBAAgB,CAAC"}
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models_0.js","sourceRoot":"","sources":["../../src/models/models_0.ts"],"names":[],"mappings":"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"}
File without changes