@aws-sdk/client-mediaconnect 3.31.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 (446) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/MediaConnect.js +1 -1
  3. package/dist-cjs/MediaConnect.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/MediaConnectClient.js +14 -14
  5. package/dist-cjs/MediaConnectClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/AddFlowMediaStreamsCommand.js +5 -5
  7. package/dist-cjs/commands/AddFlowMediaStreamsCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/AddFlowOutputsCommand.js +5 -5
  9. package/dist-cjs/commands/AddFlowOutputsCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/AddFlowSourcesCommand.js +5 -5
  11. package/dist-cjs/commands/AddFlowSourcesCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/AddFlowVpcInterfacesCommand.js +5 -5
  13. package/dist-cjs/commands/AddFlowVpcInterfacesCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/CreateFlowCommand.js +5 -5
  15. package/dist-cjs/commands/CreateFlowCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/DeleteFlowCommand.js +5 -5
  17. package/dist-cjs/commands/DeleteFlowCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/DescribeFlowCommand.js +5 -5
  19. package/dist-cjs/commands/DescribeFlowCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/DescribeOfferingCommand.js +5 -5
  21. package/dist-cjs/commands/DescribeOfferingCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/DescribeReservationCommand.js +5 -5
  23. package/dist-cjs/commands/DescribeReservationCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/GrantFlowEntitlementsCommand.js +5 -5
  25. package/dist-cjs/commands/GrantFlowEntitlementsCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/ListEntitlementsCommand.js +5 -5
  27. package/dist-cjs/commands/ListEntitlementsCommand.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/commands/ListFlowsCommand.js +5 -5
  29. package/dist-cjs/commands/ListFlowsCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/ListOfferingsCommand.js +5 -5
  31. package/dist-cjs/commands/ListOfferingsCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/commands/ListReservationsCommand.js +5 -5
  33. package/dist-cjs/commands/ListReservationsCommand.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
  35. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/commands/PurchaseOfferingCommand.js +5 -5
  37. package/dist-cjs/commands/PurchaseOfferingCommand.js.map +1 -0
  38. package/{dist/cjs → dist-cjs}/commands/RemoveFlowMediaStreamCommand.js +5 -5
  39. package/dist-cjs/commands/RemoveFlowMediaStreamCommand.js.map +1 -0
  40. package/{dist/cjs → dist-cjs}/commands/RemoveFlowOutputCommand.js +5 -5
  41. package/dist-cjs/commands/RemoveFlowOutputCommand.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/commands/RemoveFlowSourceCommand.js +5 -5
  43. package/dist-cjs/commands/RemoveFlowSourceCommand.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/commands/RemoveFlowVpcInterfaceCommand.js +5 -5
  45. package/dist-cjs/commands/RemoveFlowVpcInterfaceCommand.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/commands/RevokeFlowEntitlementCommand.js +5 -5
  47. package/dist-cjs/commands/RevokeFlowEntitlementCommand.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/commands/StartFlowCommand.js +5 -5
  49. package/dist-cjs/commands/StartFlowCommand.js.map +1 -0
  50. package/{dist/cjs → dist-cjs}/commands/StopFlowCommand.js +5 -5
  51. package/dist-cjs/commands/StopFlowCommand.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
  53. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  54. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
  55. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  56. package/{dist/cjs → dist-cjs}/commands/UpdateFlowCommand.js +5 -5
  57. package/dist-cjs/commands/UpdateFlowCommand.js.map +1 -0
  58. package/{dist/cjs → dist-cjs}/commands/UpdateFlowEntitlementCommand.js +5 -5
  59. package/dist-cjs/commands/UpdateFlowEntitlementCommand.js.map +1 -0
  60. package/{dist/cjs → dist-cjs}/commands/UpdateFlowMediaStreamCommand.js +5 -5
  61. package/dist-cjs/commands/UpdateFlowMediaStreamCommand.js.map +1 -0
  62. package/{dist/cjs → dist-cjs}/commands/UpdateFlowOutputCommand.js +5 -5
  63. package/dist-cjs/commands/UpdateFlowOutputCommand.js.map +1 -0
  64. package/{dist/cjs → dist-cjs}/commands/UpdateFlowSourceCommand.js +5 -5
  65. package/dist-cjs/commands/UpdateFlowSourceCommand.js.map +1 -0
  66. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  67. package/dist-cjs/endpoints.js.map +1 -0
  68. package/dist-cjs/index.js +45 -0
  69. package/dist-cjs/index.js.map +1 -0
  70. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  71. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  72. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  73. package/dist-cjs/models/models_0.js.map +1 -0
  74. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  75. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  76. package/{dist/cjs → dist-cjs}/pagination/ListEntitlementsPaginator.js +1 -1
  77. package/dist-cjs/pagination/ListEntitlementsPaginator.js.map +1 -0
  78. package/{dist/cjs → dist-cjs}/pagination/ListFlowsPaginator.js +1 -1
  79. package/dist-cjs/pagination/ListFlowsPaginator.js.map +1 -0
  80. package/{dist/cjs → dist-cjs}/pagination/ListOfferingsPaginator.js +1 -1
  81. package/dist-cjs/pagination/ListOfferingsPaginator.js.map +1 -0
  82. package/{dist/cjs → dist-cjs}/pagination/ListReservationsPaginator.js +1 -1
  83. package/dist-cjs/pagination/ListReservationsPaginator.js.map +1 -0
  84. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +220 -220
  85. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  86. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  87. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  88. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  89. package/dist-cjs/runtimeConfig.js.map +1 -0
  90. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  91. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  92. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  93. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  94. package/{dist/cjs → dist-cjs}/waiters/waitForFlowActive.js +9 -9
  95. package/dist-cjs/waiters/waitForFlowActive.js.map +1 -0
  96. package/{dist/cjs → dist-cjs}/waiters/waitForFlowDeleted.js +7 -7
  97. package/dist-cjs/waiters/waitForFlowDeleted.js.map +1 -0
  98. package/{dist/cjs → dist-cjs}/waiters/waitForFlowStandby.js +8 -8
  99. package/dist-cjs/waiters/waitForFlowStandby.js.map +1 -0
  100. package/{dist/es → dist-es}/MediaConnect.js +2 -5
  101. package/dist-es/MediaConnect.js.map +1 -0
  102. package/{dist/es → dist-es}/MediaConnectClient.js +2 -10
  103. package/dist-es/MediaConnectClient.js.map +1 -0
  104. package/{dist/es → dist-es}/commands/AddFlowMediaStreamsCommand.js +4 -29
  105. package/dist-es/commands/AddFlowMediaStreamsCommand.js.map +1 -0
  106. package/{dist/es → dist-es}/commands/AddFlowOutputsCommand.js +4 -29
  107. package/dist-es/commands/AddFlowOutputsCommand.js.map +1 -0
  108. package/{dist/es → dist-es}/commands/AddFlowSourcesCommand.js +4 -29
  109. package/dist-es/commands/AddFlowSourcesCommand.js.map +1 -0
  110. package/{dist/es → dist-es}/commands/AddFlowVpcInterfacesCommand.js +4 -29
  111. package/dist-es/commands/AddFlowVpcInterfacesCommand.js.map +1 -0
  112. package/{dist/es → dist-es}/commands/CreateFlowCommand.js +4 -29
  113. package/dist-es/commands/CreateFlowCommand.js.map +1 -0
  114. package/{dist/es → dist-es}/commands/DeleteFlowCommand.js +4 -29
  115. package/dist-es/commands/DeleteFlowCommand.js.map +1 -0
  116. package/{dist/es → dist-es}/commands/DescribeFlowCommand.js +4 -29
  117. package/dist-es/commands/DescribeFlowCommand.js.map +1 -0
  118. package/{dist/es → dist-es}/commands/DescribeOfferingCommand.js +4 -29
  119. package/dist-es/commands/DescribeOfferingCommand.js.map +1 -0
  120. package/{dist/es → dist-es}/commands/DescribeReservationCommand.js +4 -29
  121. package/dist-es/commands/DescribeReservationCommand.js.map +1 -0
  122. package/{dist/es → dist-es}/commands/GrantFlowEntitlementsCommand.js +4 -29
  123. package/dist-es/commands/GrantFlowEntitlementsCommand.js.map +1 -0
  124. package/{dist/es → dist-es}/commands/ListEntitlementsCommand.js +4 -29
  125. package/dist-es/commands/ListEntitlementsCommand.js.map +1 -0
  126. package/{dist/es → dist-es}/commands/ListFlowsCommand.js +4 -29
  127. package/dist-es/commands/ListFlowsCommand.js.map +1 -0
  128. package/{dist/es → dist-es}/commands/ListOfferingsCommand.js +4 -29
  129. package/dist-es/commands/ListOfferingsCommand.js.map +1 -0
  130. package/{dist/es → dist-es}/commands/ListReservationsCommand.js +4 -29
  131. package/dist-es/commands/ListReservationsCommand.js.map +1 -0
  132. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -29
  133. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  134. package/{dist/es → dist-es}/commands/PurchaseOfferingCommand.js +4 -29
  135. package/dist-es/commands/PurchaseOfferingCommand.js.map +1 -0
  136. package/{dist/es → dist-es}/commands/RemoveFlowMediaStreamCommand.js +4 -29
  137. package/dist-es/commands/RemoveFlowMediaStreamCommand.js.map +1 -0
  138. package/{dist/es → dist-es}/commands/RemoveFlowOutputCommand.js +4 -29
  139. package/dist-es/commands/RemoveFlowOutputCommand.js.map +1 -0
  140. package/{dist/es → dist-es}/commands/RemoveFlowSourceCommand.js +4 -29
  141. package/dist-es/commands/RemoveFlowSourceCommand.js.map +1 -0
  142. package/{dist/es → dist-es}/commands/RemoveFlowVpcInterfaceCommand.js +4 -29
  143. package/dist-es/commands/RemoveFlowVpcInterfaceCommand.js.map +1 -0
  144. package/{dist/es → dist-es}/commands/RevokeFlowEntitlementCommand.js +4 -29
  145. package/dist-es/commands/RevokeFlowEntitlementCommand.js.map +1 -0
  146. package/{dist/es → dist-es}/commands/StartFlowCommand.js +4 -29
  147. package/dist-es/commands/StartFlowCommand.js.map +1 -0
  148. package/{dist/es → dist-es}/commands/StopFlowCommand.js +4 -29
  149. package/dist-es/commands/StopFlowCommand.js.map +1 -0
  150. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -29
  151. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  152. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -29
  153. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  154. package/{dist/es → dist-es}/commands/UpdateFlowCommand.js +4 -29
  155. package/dist-es/commands/UpdateFlowCommand.js.map +1 -0
  156. package/{dist/es → dist-es}/commands/UpdateFlowEntitlementCommand.js +4 -29
  157. package/dist-es/commands/UpdateFlowEntitlementCommand.js.map +1 -0
  158. package/{dist/es → dist-es}/commands/UpdateFlowMediaStreamCommand.js +4 -29
  159. package/dist-es/commands/UpdateFlowMediaStreamCommand.js.map +1 -0
  160. package/{dist/es → dist-es}/commands/UpdateFlowOutputCommand.js +4 -29
  161. package/dist-es/commands/UpdateFlowOutputCommand.js.map +1 -0
  162. package/{dist/es → dist-es}/commands/UpdateFlowSourceCommand.js +4 -29
  163. package/dist-es/commands/UpdateFlowSourceCommand.js.map +1 -0
  164. package/{dist/es → dist-es}/endpoints.js +1 -1
  165. package/dist-es/endpoints.js.map +1 -0
  166. package/{dist/es → dist-es}/index.js +0 -0
  167. package/dist-es/index.js.map +1 -0
  168. package/{dist/es → dist-es}/models/index.js +0 -0
  169. package/dist-es/models/index.js.map +1 -0
  170. package/{dist/es → dist-es}/models/models_0.js +0 -321
  171. package/dist-es/models/models_0.js.map +1 -0
  172. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  173. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  174. package/{dist/es → dist-es}/pagination/ListEntitlementsPaginator.js +17 -29
  175. package/dist-es/pagination/ListEntitlementsPaginator.js.map +1 -0
  176. package/{dist/es → dist-es}/pagination/ListFlowsPaginator.js +17 -29
  177. package/dist-es/pagination/ListFlowsPaginator.js.map +1 -0
  178. package/{dist/es → dist-es}/pagination/ListOfferingsPaginator.js +17 -29
  179. package/dist-es/pagination/ListOfferingsPaginator.js.map +1 -0
  180. package/{dist/es → dist-es}/pagination/ListReservationsPaginator.js +17 -29
  181. package/dist-es/pagination/ListReservationsPaginator.js.map +1 -0
  182. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +931 -936
  183. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  184. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  185. package/dist-es/runtimeConfig.browser.js.map +1 -0
  186. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  187. package/dist-es/runtimeConfig.js.map +1 -0
  188. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  189. package/dist-es/runtimeConfig.native.js.map +1 -0
  190. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  191. package/dist-es/runtimeConfig.shared.js.map +1 -0
  192. package/{dist/es → dist-es}/waiters/waitForFlowActive.js +14 -23
  193. package/dist-es/waiters/waitForFlowActive.js.map +1 -0
  194. package/{dist/es → dist-es}/waiters/waitForFlowDeleted.js +13 -22
  195. package/dist-es/waiters/waitForFlowDeleted.js.map +1 -0
  196. package/{dist/es → dist-es}/waiters/waitForFlowStandby.js +13 -22
  197. package/dist-es/waiters/waitForFlowStandby.js.map +1 -0
  198. package/{dist/types → dist-types}/MediaConnect.d.ts +2 -2
  199. package/{dist/types → dist-types}/MediaConnectClient.d.ts +8 -8
  200. package/{dist/types → dist-types}/commands/AddFlowMediaStreamsCommand.d.ts +2 -2
  201. package/{dist/types → dist-types}/commands/AddFlowOutputsCommand.d.ts +2 -2
  202. package/{dist/types → dist-types}/commands/AddFlowSourcesCommand.d.ts +2 -2
  203. package/{dist/types → dist-types}/commands/AddFlowVpcInterfacesCommand.d.ts +2 -2
  204. package/{dist/types → dist-types}/commands/CreateFlowCommand.d.ts +2 -2
  205. package/{dist/types → dist-types}/commands/DeleteFlowCommand.d.ts +2 -2
  206. package/{dist/types → dist-types}/commands/DescribeFlowCommand.d.ts +2 -2
  207. package/{dist/types → dist-types}/commands/DescribeOfferingCommand.d.ts +2 -2
  208. package/{dist/types → dist-types}/commands/DescribeReservationCommand.d.ts +2 -2
  209. package/{dist/types → dist-types}/commands/GrantFlowEntitlementsCommand.d.ts +2 -2
  210. package/{dist/types → dist-types}/commands/ListEntitlementsCommand.d.ts +2 -2
  211. package/{dist/types → dist-types}/commands/ListFlowsCommand.d.ts +2 -2
  212. package/{dist/types → dist-types}/commands/ListOfferingsCommand.d.ts +2 -2
  213. package/{dist/types → dist-types}/commands/ListReservationsCommand.d.ts +2 -2
  214. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  215. package/{dist/types → dist-types}/commands/PurchaseOfferingCommand.d.ts +2 -2
  216. package/{dist/types → dist-types}/commands/RemoveFlowMediaStreamCommand.d.ts +2 -2
  217. package/{dist/types → dist-types}/commands/RemoveFlowOutputCommand.d.ts +2 -2
  218. package/{dist/types → dist-types}/commands/RemoveFlowSourceCommand.d.ts +2 -2
  219. package/{dist/types → dist-types}/commands/RemoveFlowVpcInterfaceCommand.d.ts +2 -2
  220. package/{dist/types → dist-types}/commands/RevokeFlowEntitlementCommand.d.ts +2 -2
  221. package/{dist/types → dist-types}/commands/StartFlowCommand.d.ts +2 -2
  222. package/{dist/types → dist-types}/commands/StopFlowCommand.d.ts +2 -2
  223. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  224. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  225. package/{dist/types → dist-types}/commands/UpdateFlowCommand.d.ts +2 -2
  226. package/{dist/types → dist-types}/commands/UpdateFlowEntitlementCommand.d.ts +2 -2
  227. package/{dist/types → dist-types}/commands/UpdateFlowMediaStreamCommand.d.ts +2 -2
  228. package/{dist/types → dist-types}/commands/UpdateFlowOutputCommand.d.ts +2 -2
  229. package/{dist/types → dist-types}/commands/UpdateFlowSourceCommand.d.ts +2 -2
  230. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  231. package/{dist/types → dist-types}/index.d.ts +0 -0
  232. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  233. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  234. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  235. package/{dist/types → dist-types}/pagination/ListEntitlementsPaginator.d.ts +1 -1
  236. package/{dist/types → dist-types}/pagination/ListFlowsPaginator.d.ts +1 -1
  237. package/{dist/types → dist-types}/pagination/ListOfferingsPaginator.d.ts +1 -1
  238. package/{dist/types → dist-types}/pagination/ListReservationsPaginator.d.ts +1 -1
  239. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  240. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  241. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  242. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  243. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  244. package/{dist/types → dist-types}/ts3.4/MediaConnect.d.ts +2 -2
  245. package/{dist/types → dist-types}/ts3.4/MediaConnectClient.d.ts +8 -8
  246. package/{dist/types → dist-types}/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +2 -2
  247. package/{dist/types → dist-types}/ts3.4/commands/AddFlowOutputsCommand.d.ts +2 -2
  248. package/{dist/types → dist-types}/ts3.4/commands/AddFlowSourcesCommand.d.ts +2 -2
  249. package/{dist/types → dist-types}/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +2 -2
  250. package/{dist/types → dist-types}/ts3.4/commands/CreateFlowCommand.d.ts +2 -2
  251. package/{dist/types → dist-types}/ts3.4/commands/DeleteFlowCommand.d.ts +2 -2
  252. package/{dist/types → dist-types}/ts3.4/commands/DescribeFlowCommand.d.ts +2 -2
  253. package/{dist/types → dist-types}/ts3.4/commands/DescribeOfferingCommand.d.ts +2 -2
  254. package/{dist/types → dist-types}/ts3.4/commands/DescribeReservationCommand.d.ts +2 -2
  255. package/{dist/types → dist-types}/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +2 -2
  256. package/{dist/types → dist-types}/ts3.4/commands/ListEntitlementsCommand.d.ts +2 -2
  257. package/{dist/types → dist-types}/ts3.4/commands/ListFlowsCommand.d.ts +2 -2
  258. package/{dist/types → dist-types}/ts3.4/commands/ListOfferingsCommand.d.ts +2 -2
  259. package/{dist/types → dist-types}/ts3.4/commands/ListReservationsCommand.d.ts +2 -2
  260. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  261. package/{dist/types → dist-types}/ts3.4/commands/PurchaseOfferingCommand.d.ts +2 -2
  262. package/{dist/types → dist-types}/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +2 -2
  263. package/{dist/types → dist-types}/ts3.4/commands/RemoveFlowOutputCommand.d.ts +2 -2
  264. package/{dist/types → dist-types}/ts3.4/commands/RemoveFlowSourceCommand.d.ts +2 -2
  265. package/{dist/types → dist-types}/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +2 -2
  266. package/{dist/types → dist-types}/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +2 -2
  267. package/{dist/types → dist-types}/ts3.4/commands/StartFlowCommand.d.ts +2 -2
  268. package/{dist/types → dist-types}/ts3.4/commands/StopFlowCommand.d.ts +2 -2
  269. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  270. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  271. package/{dist/types → dist-types}/ts3.4/commands/UpdateFlowCommand.d.ts +2 -2
  272. package/{dist/types → dist-types}/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +2 -2
  273. package/{dist/types → dist-types}/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +2 -2
  274. package/{dist/types → dist-types}/ts3.4/commands/UpdateFlowOutputCommand.d.ts +2 -2
  275. package/{dist/types → dist-types}/ts3.4/commands/UpdateFlowSourceCommand.d.ts +2 -2
  276. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  277. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  278. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  279. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  280. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  281. package/{dist/types → dist-types}/ts3.4/pagination/ListEntitlementsPaginator.d.ts +1 -1
  282. package/{dist/types → dist-types}/ts3.4/pagination/ListFlowsPaginator.d.ts +1 -1
  283. package/{dist/types → dist-types}/ts3.4/pagination/ListOfferingsPaginator.d.ts +1 -1
  284. package/{dist/types → dist-types}/ts3.4/pagination/ListReservationsPaginator.d.ts +1 -1
  285. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  286. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  287. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  288. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  289. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  290. package/{dist/types → dist-types}/ts3.4/waiters/waitForFlowActive.d.ts +2 -2
  291. package/{dist/types → dist-types}/ts3.4/waiters/waitForFlowDeleted.d.ts +2 -2
  292. package/{dist/types → dist-types}/ts3.4/waiters/waitForFlowStandby.d.ts +2 -2
  293. package/{dist/types → dist-types}/waiters/waitForFlowActive.d.ts +2 -2
  294. package/{dist/types → dist-types}/waiters/waitForFlowDeleted.d.ts +2 -2
  295. package/{dist/types → dist-types}/waiters/waitForFlowStandby.d.ts +2 -2
  296. package/package.json +51 -51
  297. package/{MediaConnect.ts → src/MediaConnect.ts} +3 -2
  298. package/{MediaConnectClient.ts → src/MediaConnectClient.ts} +58 -57
  299. package/{commands → src/commands}/AddFlowMediaStreamsCommand.ts +8 -7
  300. package/{commands → src/commands}/AddFlowOutputsCommand.ts +8 -7
  301. package/{commands → src/commands}/AddFlowSourcesCommand.ts +8 -7
  302. package/{commands → src/commands}/AddFlowVpcInterfacesCommand.ts +8 -7
  303. package/{commands → src/commands}/CreateFlowCommand.ts +8 -7
  304. package/{commands → src/commands}/DeleteFlowCommand.ts +8 -7
  305. package/{commands → src/commands}/DescribeFlowCommand.ts +8 -7
  306. package/{commands → src/commands}/DescribeOfferingCommand.ts +8 -7
  307. package/{commands → src/commands}/DescribeReservationCommand.ts +8 -7
  308. package/{commands → src/commands}/GrantFlowEntitlementsCommand.ts +8 -7
  309. package/{commands → src/commands}/ListEntitlementsCommand.ts +8 -7
  310. package/{commands → src/commands}/ListFlowsCommand.ts +8 -7
  311. package/{commands → src/commands}/ListOfferingsCommand.ts +8 -7
  312. package/{commands → src/commands}/ListReservationsCommand.ts +8 -7
  313. package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
  314. package/{commands → src/commands}/PurchaseOfferingCommand.ts +8 -7
  315. package/{commands → src/commands}/RemoveFlowMediaStreamCommand.ts +8 -7
  316. package/{commands → src/commands}/RemoveFlowOutputCommand.ts +8 -7
  317. package/{commands → src/commands}/RemoveFlowSourceCommand.ts +8 -7
  318. package/{commands → src/commands}/RemoveFlowVpcInterfaceCommand.ts +8 -7
  319. package/{commands → src/commands}/RevokeFlowEntitlementCommand.ts +8 -7
  320. package/{commands → src/commands}/StartFlowCommand.ts +8 -7
  321. package/{commands → src/commands}/StopFlowCommand.ts +8 -7
  322. package/{commands → src/commands}/TagResourceCommand.ts +8 -7
  323. package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
  324. package/{commands → src/commands}/UpdateFlowCommand.ts +8 -7
  325. package/{commands → src/commands}/UpdateFlowEntitlementCommand.ts +8 -7
  326. package/{commands → src/commands}/UpdateFlowMediaStreamCommand.ts +8 -7
  327. package/{commands → src/commands}/UpdateFlowOutputCommand.ts +8 -7
  328. package/{commands → src/commands}/UpdateFlowSourceCommand.ts +8 -7
  329. package/{endpoints.ts → src/endpoints.ts} +1 -1
  330. package/{index.ts → src/index.ts} +0 -0
  331. package/{models → src/models}/index.ts +0 -0
  332. package/{models → src/models}/models_0.ts +0 -0
  333. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  334. package/{pagination → src/pagination}/ListEntitlementsPaginator.ts +4 -3
  335. package/{pagination → src/pagination}/ListFlowsPaginator.ts +3 -2
  336. package/{pagination → src/pagination}/ListOfferingsPaginator.ts +4 -3
  337. package/{pagination → src/pagination}/ListReservationsPaginator.ts +4 -3
  338. package/{protocols → src/protocols}/Aws_restJson1.ts +53 -52
  339. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  340. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  341. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  342. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  343. package/{waiters → src/waiters}/waitForFlowActive.ts +8 -7
  344. package/{waiters → src/waiters}/waitForFlowDeleted.ts +6 -5
  345. package/{waiters → src/waiters}/waitForFlowStandby.ts +7 -6
  346. package/tsconfig.es.json +1 -3
  347. package/tsconfig.json +7 -7
  348. package/tsconfig.types.json +9 -0
  349. package/dist/cjs/MediaConnect.js.map +0 -1
  350. package/dist/cjs/MediaConnectClient.js.map +0 -1
  351. package/dist/cjs/commands/AddFlowMediaStreamsCommand.js.map +0 -1
  352. package/dist/cjs/commands/AddFlowOutputsCommand.js.map +0 -1
  353. package/dist/cjs/commands/AddFlowSourcesCommand.js.map +0 -1
  354. package/dist/cjs/commands/AddFlowVpcInterfacesCommand.js.map +0 -1
  355. package/dist/cjs/commands/CreateFlowCommand.js.map +0 -1
  356. package/dist/cjs/commands/DeleteFlowCommand.js.map +0 -1
  357. package/dist/cjs/commands/DescribeFlowCommand.js.map +0 -1
  358. package/dist/cjs/commands/DescribeOfferingCommand.js.map +0 -1
  359. package/dist/cjs/commands/DescribeReservationCommand.js.map +0 -1
  360. package/dist/cjs/commands/GrantFlowEntitlementsCommand.js.map +0 -1
  361. package/dist/cjs/commands/ListEntitlementsCommand.js.map +0 -1
  362. package/dist/cjs/commands/ListFlowsCommand.js.map +0 -1
  363. package/dist/cjs/commands/ListOfferingsCommand.js.map +0 -1
  364. package/dist/cjs/commands/ListReservationsCommand.js.map +0 -1
  365. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  366. package/dist/cjs/commands/PurchaseOfferingCommand.js.map +0 -1
  367. package/dist/cjs/commands/RemoveFlowMediaStreamCommand.js.map +0 -1
  368. package/dist/cjs/commands/RemoveFlowOutputCommand.js.map +0 -1
  369. package/dist/cjs/commands/RemoveFlowSourceCommand.js.map +0 -1
  370. package/dist/cjs/commands/RemoveFlowVpcInterfaceCommand.js.map +0 -1
  371. package/dist/cjs/commands/RevokeFlowEntitlementCommand.js.map +0 -1
  372. package/dist/cjs/commands/StartFlowCommand.js.map +0 -1
  373. package/dist/cjs/commands/StopFlowCommand.js.map +0 -1
  374. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  375. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  376. package/dist/cjs/commands/UpdateFlowCommand.js.map +0 -1
  377. package/dist/cjs/commands/UpdateFlowEntitlementCommand.js.map +0 -1
  378. package/dist/cjs/commands/UpdateFlowMediaStreamCommand.js.map +0 -1
  379. package/dist/cjs/commands/UpdateFlowOutputCommand.js.map +0 -1
  380. package/dist/cjs/commands/UpdateFlowSourceCommand.js.map +0 -1
  381. package/dist/cjs/endpoints.js.map +0 -1
  382. package/dist/cjs/index.js +0 -45
  383. package/dist/cjs/index.js.map +0 -1
  384. package/dist/cjs/models/models_0.js.map +0 -1
  385. package/dist/cjs/package.json +0 -92
  386. package/dist/cjs/pagination/ListEntitlementsPaginator.js.map +0 -1
  387. package/dist/cjs/pagination/ListFlowsPaginator.js.map +0 -1
  388. package/dist/cjs/pagination/ListOfferingsPaginator.js.map +0 -1
  389. package/dist/cjs/pagination/ListReservationsPaginator.js.map +0 -1
  390. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  391. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  392. package/dist/cjs/runtimeConfig.js.map +0 -1
  393. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  394. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  395. package/dist/cjs/waiters/waitForFlowActive.js.map +0 -1
  396. package/dist/cjs/waiters/waitForFlowDeleted.js.map +0 -1
  397. package/dist/cjs/waiters/waitForFlowStandby.js.map +0 -1
  398. package/dist/es/MediaConnect.js.map +0 -1
  399. package/dist/es/MediaConnectClient.js.map +0 -1
  400. package/dist/es/commands/AddFlowMediaStreamsCommand.js.map +0 -1
  401. package/dist/es/commands/AddFlowOutputsCommand.js.map +0 -1
  402. package/dist/es/commands/AddFlowSourcesCommand.js.map +0 -1
  403. package/dist/es/commands/AddFlowVpcInterfacesCommand.js.map +0 -1
  404. package/dist/es/commands/CreateFlowCommand.js.map +0 -1
  405. package/dist/es/commands/DeleteFlowCommand.js.map +0 -1
  406. package/dist/es/commands/DescribeFlowCommand.js.map +0 -1
  407. package/dist/es/commands/DescribeOfferingCommand.js.map +0 -1
  408. package/dist/es/commands/DescribeReservationCommand.js.map +0 -1
  409. package/dist/es/commands/GrantFlowEntitlementsCommand.js.map +0 -1
  410. package/dist/es/commands/ListEntitlementsCommand.js.map +0 -1
  411. package/dist/es/commands/ListFlowsCommand.js.map +0 -1
  412. package/dist/es/commands/ListOfferingsCommand.js.map +0 -1
  413. package/dist/es/commands/ListReservationsCommand.js.map +0 -1
  414. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  415. package/dist/es/commands/PurchaseOfferingCommand.js.map +0 -1
  416. package/dist/es/commands/RemoveFlowMediaStreamCommand.js.map +0 -1
  417. package/dist/es/commands/RemoveFlowOutputCommand.js.map +0 -1
  418. package/dist/es/commands/RemoveFlowSourceCommand.js.map +0 -1
  419. package/dist/es/commands/RemoveFlowVpcInterfaceCommand.js.map +0 -1
  420. package/dist/es/commands/RevokeFlowEntitlementCommand.js.map +0 -1
  421. package/dist/es/commands/StartFlowCommand.js.map +0 -1
  422. package/dist/es/commands/StopFlowCommand.js.map +0 -1
  423. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  424. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  425. package/dist/es/commands/UpdateFlowCommand.js.map +0 -1
  426. package/dist/es/commands/UpdateFlowEntitlementCommand.js.map +0 -1
  427. package/dist/es/commands/UpdateFlowMediaStreamCommand.js.map +0 -1
  428. package/dist/es/commands/UpdateFlowOutputCommand.js.map +0 -1
  429. package/dist/es/commands/UpdateFlowSourceCommand.js.map +0 -1
  430. package/dist/es/endpoints.js.map +0 -1
  431. package/dist/es/index.js.map +0 -1
  432. package/dist/es/models/index.js.map +0 -1
  433. package/dist/es/models/models_0.js.map +0 -1
  434. package/dist/es/package.json +0 -92
  435. package/dist/es/pagination/ListEntitlementsPaginator.js.map +0 -1
  436. package/dist/es/pagination/ListFlowsPaginator.js.map +0 -1
  437. package/dist/es/pagination/ListOfferingsPaginator.js.map +0 -1
  438. package/dist/es/pagination/ListReservationsPaginator.js.map +0 -1
  439. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  440. package/dist/es/runtimeConfig.browser.js.map +0 -1
  441. package/dist/es/runtimeConfig.js.map +0 -1
  442. package/dist/es/runtimeConfig.native.js.map +0 -1
  443. package/dist/es/runtimeConfig.shared.js.map +0 -1
  444. package/dist/es/waiters/waitForFlowActive.js.map +0 -1
  445. package/dist/es/waiters/waitForFlowDeleted.js.map +0 -1
  446. package/dist/es/waiters/waitForFlowStandby.js.map +0 -1
@@ -1,15 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.waitUntilFlowDeleted = exports.waitForFlowDeleted = void 0;
4
- const DescribeFlowCommand_1 = require("../commands/DescribeFlowCommand");
5
4
  const util_waiter_1 = require("@aws-sdk/util-waiter");
5
+ const DescribeFlowCommand_1 = require("../commands/DescribeFlowCommand");
6
6
  const checkState = async (client, input) => {
7
7
  let reason;
8
8
  try {
9
- let result = await client.send(new DescribeFlowCommand_1.DescribeFlowCommand(input));
9
+ const result = await client.send(new DescribeFlowCommand_1.DescribeFlowCommand(input));
10
10
  reason = result;
11
11
  try {
12
- let returnComparator = () => {
12
+ const returnComparator = () => {
13
13
  return result.Flow.Status;
14
14
  };
15
15
  if (returnComparator() === "DELETING") {
@@ -18,7 +18,7 @@ const checkState = async (client, input) => {
18
18
  }
19
19
  catch (e) { }
20
20
  try {
21
- let returnComparator = () => {
21
+ const returnComparator = () => {
22
22
  return result.Flow.Status;
23
23
  };
24
24
  if (returnComparator() === "ERROR") {
@@ -47,7 +47,7 @@ const checkState = async (client, input) => {
47
47
  */
48
48
  const waitForFlowDeleted = async (params, input) => {
49
49
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
50
- return (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
50
+ return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
51
51
  };
52
52
  exports.waitForFlowDeleted = waitForFlowDeleted;
53
53
  /**
@@ -57,8 +57,8 @@ exports.waitForFlowDeleted = waitForFlowDeleted;
57
57
  */
58
58
  const waitUntilFlowDeleted = async (params, input) => {
59
59
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
60
- const result = await (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
61
- return (0, util_waiter_1.checkExceptions)(result);
60
+ const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
61
+ return util_waiter_1.checkExceptions(result);
62
62
  };
63
63
  exports.waitUntilFlowDeleted = waitUntilFlowDeleted;
64
64
  //# sourceMappingURL=waitForFlowDeleted.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"waitForFlowDeleted.js","sourceRoot":"","sources":["../../src/waiters/waitForFlowDeleted.ts"],"names":[],"mappings":";;;AAAA,sDAAqH;AAErH,yEAAgG;AAGhG,MAAM,UAAU,GAAG,KAAK,EAAE,MAA0B,EAAE,KAA+B,EAAyB,EAAE;IAC9G,IAAI,MAAM,CAAC;IACX,IAAI;QACF,MAAM,MAAM,GAAQ,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,yCAAmB,CAAC,KAAK,CAAC,CAAC,CAAC;QACtE,MAAM,GAAG,MAAM,CAAC;QAChB,IAAI;YACF,MAAM,gBAAgB,GAAG,GAAG,EAAE;gBAC5B,OAAO,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC;YAC5B,CAAC,CAAC;YACF,IAAI,gBAAgB,EAAE,KAAK,UAAU,EAAE;gBACrC,OAAO,EAAE,KAAK,EAAE,yBAAW,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC;aAC7C;SACF;QAAC,OAAO,CAAC,EAAE,GAAE;QACd,IAAI;YACF,MAAM,gBAAgB,GAAG,GAAG,EAAE;gBAC5B,OAAO,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC;YAC5B,CAAC,CAAC;YACF,IAAI,gBAAgB,EAAE,KAAK,OAAO,EAAE;gBAClC,OAAO,EAAE,KAAK,EAAE,yBAAW,CAAC,OAAO,EAAE,MAAM,EAAE,CAAC;aAC/C;SACF;QAAC,OAAO,CAAC,EAAE,GAAE;KACf;IAAC,OAAO,SAAS,EAAE;QAClB,MAAM,GAAG,SAAS,CAAC;QACnB,IAAI,SAAS,CAAC,IAAI,IAAI,SAAS,CAAC,IAAI,IAAI,mBAAmB,EAAE;YAC3D,OAAO,EAAE,KAAK,EAAE,yBAAW,CAAC,OAAO,EAAE,MAAM,EAAE,CAAC;SAC/C;QACD,IAAI,SAAS,CAAC,IAAI,IAAI,SAAS,CAAC,IAAI,IAAI,8BAA8B,EAAE;YACtE,OAAO,EAAE,KAAK,EAAE,yBAAW,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC;SAC7C;QACD,IAAI,SAAS,CAAC,IAAI,IAAI,SAAS,CAAC,IAAI,IAAI,6BAA6B,EAAE;YACrE,OAAO,EAAE,KAAK,EAAE,yBAAW,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC;SAC7C;KACF;IACD,OAAO,EAAE,KAAK,EAAE,yBAAW,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC;AAC9C,CAAC,CAAC;AACF;;;GAGG;AACI,MAAM,kBAAkB,GAAG,KAAK,EACrC,MAA+C,EAC/C,KAA+B,EACR,EAAE;IACzB,MAAM,eAAe,GAAG,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC;IACvD,OAAO,0BAAY,CAAC,EAAE,GAAG,eAAe,EAAE,GAAG,MAAM,EAAE,EAAE,KAAK,EAAE,UAAU,CAAC,CAAC;AAC5E,CAAC,CAAC;AANW,QAAA,kBAAkB,sBAM7B;AACF;;;;GAIG;AACI,MAAM,oBAAoB,GAAG,KAAK,EACvC,MAA+C,EAC/C,KAA+B,EACR,EAAE;IACzB,MAAM,eAAe,GAAG,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC;IACvD,MAAM,MAAM,GAAG,MAAM,0BAAY,CAAC,EAAE,GAAG,eAAe,EAAE,GAAG,MAAM,EAAE,EAAE,KAAK,EAAE,UAAU,CAAC,CAAC;IACxF,OAAO,6BAAe,CAAC,MAAM,CAAC,CAAC;AACjC,CAAC,CAAC;AAPW,QAAA,oBAAoB,wBAO/B"}
@@ -1,15 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.waitUntilFlowStandby = exports.waitForFlowStandby = void 0;
4
- const DescribeFlowCommand_1 = require("../commands/DescribeFlowCommand");
5
4
  const util_waiter_1 = require("@aws-sdk/util-waiter");
5
+ const DescribeFlowCommand_1 = require("../commands/DescribeFlowCommand");
6
6
  const checkState = async (client, input) => {
7
7
  let reason;
8
8
  try {
9
- let result = await client.send(new DescribeFlowCommand_1.DescribeFlowCommand(input));
9
+ const result = await client.send(new DescribeFlowCommand_1.DescribeFlowCommand(input));
10
10
  reason = result;
11
11
  try {
12
- let returnComparator = () => {
12
+ const returnComparator = () => {
13
13
  return result.Flow.Status;
14
14
  };
15
15
  if (returnComparator() === "STANDBY") {
@@ -18,7 +18,7 @@ const checkState = async (client, input) => {
18
18
  }
19
19
  catch (e) { }
20
20
  try {
21
- let returnComparator = () => {
21
+ const returnComparator = () => {
22
22
  return result.Flow.Status;
23
23
  };
24
24
  if (returnComparator() === "STOPPING") {
@@ -27,7 +27,7 @@ const checkState = async (client, input) => {
27
27
  }
28
28
  catch (e) { }
29
29
  try {
30
- let returnComparator = () => {
30
+ const returnComparator = () => {
31
31
  return result.Flow.Status;
32
32
  };
33
33
  if (returnComparator() === "ERROR") {
@@ -53,7 +53,7 @@ const checkState = async (client, input) => {
53
53
  */
54
54
  const waitForFlowStandby = async (params, input) => {
55
55
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
56
- return (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
56
+ return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
57
57
  };
58
58
  exports.waitForFlowStandby = waitForFlowStandby;
59
59
  /**
@@ -63,8 +63,8 @@ exports.waitForFlowStandby = waitForFlowStandby;
63
63
  */
64
64
  const waitUntilFlowStandby = async (params, input) => {
65
65
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
66
- const result = await (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
67
- return (0, util_waiter_1.checkExceptions)(result);
66
+ const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
67
+ return util_waiter_1.checkExceptions(result);
68
68
  };
69
69
  exports.waitUntilFlowStandby = waitUntilFlowStandby;
70
70
  //# sourceMappingURL=waitForFlowStandby.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"waitForFlowStandby.js","sourceRoot":"","sources":["../../src/waiters/waitForFlowStandby.ts"],"names":[],"mappings":";;;AAAA,sDAAqH;AAErH,yEAAgG;AAGhG,MAAM,UAAU,GAAG,KAAK,EAAE,MAA0B,EAAE,KAA+B,EAAyB,EAAE;IAC9G,IAAI,MAAM,CAAC;IACX,IAAI;QACF,MAAM,MAAM,GAAQ,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,yCAAmB,CAAC,KAAK,CAAC,CAAC,CAAC;QACtE,MAAM,GAAG,MAAM,CAAC;QAChB,IAAI;YACF,MAAM,gBAAgB,GAAG,GAAG,EAAE;gBAC5B,OAAO,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC;YAC5B,CAAC,CAAC;YACF,IAAI,gBAAgB,EAAE,KAAK,SAAS,EAAE;gBACpC,OAAO,EAAE,KAAK,EAAE,yBAAW,CAAC,OAAO,EAAE,MAAM,EAAE,CAAC;aAC/C;SACF;QAAC,OAAO,CAAC,EAAE,GAAE;QACd,IAAI;YACF,MAAM,gBAAgB,GAAG,GAAG,EAAE;gBAC5B,OAAO,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC;YAC5B,CAAC,CAAC;YACF,IAAI,gBAAgB,EAAE,KAAK,UAAU,EAAE;gBACrC,OAAO,EAAE,KAAK,EAAE,yBAAW,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC;aAC7C;SACF;QAAC,OAAO,CAAC,EAAE,GAAE;QACd,IAAI;YACF,MAAM,gBAAgB,GAAG,GAAG,EAAE;gBAC5B,OAAO,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC;YAC5B,CAAC,CAAC;YACF,IAAI,gBAAgB,EAAE,KAAK,OAAO,EAAE;gBAClC,OAAO,EAAE,KAAK,EAAE,yBAAW,CAAC,OAAO,EAAE,MAAM,EAAE,CAAC;aAC/C;SACF;QAAC,OAAO,CAAC,EAAE,GAAE;KACf;IAAC,OAAO,SAAS,EAAE;QAClB,MAAM,GAAG,SAAS,CAAC;QACnB,IAAI,SAAS,CAAC,IAAI,IAAI,SAAS,CAAC,IAAI,IAAI,8BAA8B,EAAE;YACtE,OAAO,EAAE,KAAK,EAAE,yBAAW,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC;SAC7C;QACD,IAAI,SAAS,CAAC,IAAI,IAAI,SAAS,CAAC,IAAI,IAAI,6BAA6B,EAAE;YACrE,OAAO,EAAE,KAAK,EAAE,yBAAW,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC;SAC7C;KACF;IACD,OAAO,EAAE,KAAK,EAAE,yBAAW,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC;AAC9C,CAAC,CAAC;AACF;;;GAGG;AACI,MAAM,kBAAkB,GAAG,KAAK,EACrC,MAA+C,EAC/C,KAA+B,EACR,EAAE;IACzB,MAAM,eAAe,GAAG,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC;IACvD,OAAO,0BAAY,CAAC,EAAE,GAAG,eAAe,EAAE,GAAG,MAAM,EAAE,EAAE,KAAK,EAAE,UAAU,CAAC,CAAC;AAC5E,CAAC,CAAC;AANW,QAAA,kBAAkB,sBAM7B;AACF;;;;GAIG;AACI,MAAM,oBAAoB,GAAG,KAAK,EACvC,MAA+C,EAC/C,KAA+B,EACR,EAAE;IACzB,MAAM,eAAe,GAAG,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC;IACvD,MAAM,MAAM,GAAG,MAAM,0BAAY,CAAC,EAAE,GAAG,eAAe,EAAE,GAAG,MAAM,EAAE,EAAE,KAAK,EAAE,UAAU,CAAC,CAAC;IACxF,OAAO,6BAAe,CAAC,MAAM,CAAC,CAAC;AACjC,CAAC,CAAC;AAPW,QAAA,oBAAoB,wBAO/B"}
@@ -1,5 +1,4 @@
1
1
  import { __extends } from "tslib";
2
- import { MediaConnectClient } from "./MediaConnectClient";
3
2
  import { AddFlowMediaStreamsCommand, } from "./commands/AddFlowMediaStreamsCommand";
4
3
  import { AddFlowOutputsCommand, } from "./commands/AddFlowOutputsCommand";
5
4
  import { AddFlowSourcesCommand, } from "./commands/AddFlowSourcesCommand";
@@ -30,10 +29,8 @@ import { UpdateFlowEntitlementCommand, } from "./commands/UpdateFlowEntitlementC
30
29
  import { UpdateFlowMediaStreamCommand, } from "./commands/UpdateFlowMediaStreamCommand";
31
30
  import { UpdateFlowOutputCommand, } from "./commands/UpdateFlowOutputCommand";
32
31
  import { UpdateFlowSourceCommand, } from "./commands/UpdateFlowSourceCommand";
33
- /**
34
- * API for AWS Elemental MediaConnect
35
- */
36
- var MediaConnect = /** @class */ (function (_super) {
32
+ import { MediaConnectClient } from "./MediaConnectClient";
33
+ var MediaConnect = (function (_super) {
37
34
  __extends(MediaConnect, _super);
38
35
  function MediaConnect() {
39
36
  return _super !== null && _super.apply(this, arguments) || this;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MediaConnect.js","sourceRoot":"","sources":["../src/MediaConnect.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,4 @@
1
1
  import { __extends } from "tslib";
2
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
3
2
  import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
4
3
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
5
4
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
@@ -8,10 +7,8 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
8
7
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
9
8
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
10
9
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
- /**
12
- * API for AWS Elemental MediaConnect
13
- */
14
- var MediaConnectClient = /** @class */ (function (_super) {
10
+ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
11
+ var MediaConnectClient = (function (_super) {
15
12
  __extends(MediaConnectClient, _super);
16
13
  function MediaConnectClient(configuration) {
17
14
  var _this = this;
@@ -32,11 +29,6 @@ var MediaConnectClient = /** @class */ (function (_super) {
32
29
  _this.middlewareStack.use(getUserAgentPlugin(_this.config));
33
30
  return _this;
34
31
  }
35
- /**
36
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
37
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
38
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
39
- */
40
32
  MediaConnectClient.prototype.destroy = function () {
41
33
  _super.prototype.destroy.call(this);
42
34
  };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MediaConnectClient.js","sourceRoot":"","sources":["../src/MediaConnectClient.ts"],"names":[],"mappings":";AAAA,OAAO,EAKL,sBAAsB,EACtB,mBAAmB,GACpB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EACL,mBAAmB,EAGnB,uBAAuB,GACxB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAyC,MAAM,2BAA2B,CAAC;AACtH,OAAO,EAGL,gBAAgB,EAChB,oBAAoB,GACrB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,kBAAkB,EAClB,sBAAsB,GAGvB,MAAM,gCAAgC,CAAC;AAExC,OAAO,EACL,MAAM,IAAI,QAAQ,GAGnB,MAAM,wBAAwB,CAAC;AA6EhC,OAAO,EAAE,gBAAgB,IAAI,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AA+MzE;IAAwC,sCAKvC;IAMC,4BAAY,aAAuC;QAAnD,iBAgBC;QAfC,IAAM,SAAS,GAAG,kBAAkB,CAAC,aAAa,CAAC,CAAC;QACpD,IAAM,SAAS,GAAG,mBAAmB,CAAC,SAAS,CAAC,CAAC;QACjD,IAAM,SAAS,GAAG,sBAAsB,CAAC,SAAS,CAAC,CAAC;QACpD,IAAM,SAAS,GAAG,kBAAkB,CAAC,SAAS,CAAC,CAAC;QAChD,IAAM,SAAS,GAAG,uBAAuB,CAAC,SAAS,CAAC,CAAC;QACrD,IAAM,SAAS,GAAG,oBAAoB,CAAC,SAAS,CAAC,CAAC;QAClD,IAAM,SAAS,GAAG,sBAAsB,CAAC,SAAS,CAAC,CAAC;QACpD,QAAA,kBAAM,SAAS,CAAC,SAAC;QACjB,KAAI,CAAC,MAAM,GAAG,SAAS,CAAC;QACxB,KAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,KAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACtD,KAAI,CAAC,eAAe,CAAC,GAAG,CAAC,sBAAsB,CAAC,KAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC9D,KAAI,CAAC,eAAe,CAAC,GAAG,CAAC,mBAAmB,CAAC,KAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC3D,KAAI,CAAC,eAAe,CAAC,GAAG,CAAC,eAAe,CAAC,KAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACvD,KAAI,CAAC,eAAe,CAAC,GAAG,CAAC,gBAAgB,CAAC,KAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACxD,KAAI,CAAC,eAAe,CAAC,GAAG,CAAC,kBAAkB,CAAC,KAAI,CAAC,MAAM,CAAC,CAAC,CAAC;;IAC5D,CAAC;IAOD,oCAAO,GAAP;QACE,iBAAM,OAAO,WAAE,CAAC;IAClB,CAAC;IACH,yBAAC;AAAD,CAAC,AArCD,CAAwC,QAAQ,GAqC/C"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { AddFlowMediaStreamsRequest, AddFlowMediaStreamsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1AddFlowMediaStreamsCommand, serializeAws_restJson1AddFlowMediaStreamsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * Adds media streams to an existing flow. After you add a media stream to a flow, you can associate it with a source and/or an output that uses the ST 2110 JPEG XS or CDI protocol.
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { MediaConnectClient, AddFlowMediaStreamsCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
12
- * // const { MediaConnectClient, AddFlowMediaStreamsCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
13
- * const client = new MediaConnectClient(config);
14
- * const command = new AddFlowMediaStreamsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link AddFlowMediaStreamsCommandInput} for command's `input` shape.
19
- * @see {@link AddFlowMediaStreamsCommandOutput} for command's `response` shape.
20
- * @see {@link MediaConnectClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var AddFlowMediaStreamsCommand = /** @class */ (function (_super) {
4
+ import { AddFlowMediaStreamsRequest, AddFlowMediaStreamsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1AddFlowMediaStreamsCommand, serializeAws_restJson1AddFlowMediaStreamsCommand, } from "../protocols/Aws_restJson1";
6
+ var AddFlowMediaStreamsCommand = (function (_super) {
24
7
  __extends(AddFlowMediaStreamsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function AddFlowMediaStreamsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  AddFlowMediaStreamsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddFlowMediaStreamsCommand.js","sourceRoot":"","sources":["../../src/commands/AddFlowMediaStreamsCommand.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,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,4BAA4B,CAAC;AAsBpC;IAAgD,8CAI/C;IAIC,oCAAqB,KAAsC;QAA3D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAiC;;IAI3D,CAAC;IAKD,sDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA+C,EAC/C,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,oBAAoB,CAAC;QACxC,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,gDAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,gDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,kDAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAIH,iCAAC;AAAD,CAAC,AAtDD,CAAgD,QAAQ,GAsDvD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { AddFlowOutputsRequest, AddFlowOutputsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1AddFlowOutputsCommand, serializeAws_restJson1AddFlowOutputsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * Adds outputs to an existing flow. You can create up to 50 outputs per flow.
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { MediaConnectClient, AddFlowOutputsCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
12
- * // const { MediaConnectClient, AddFlowOutputsCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
13
- * const client = new MediaConnectClient(config);
14
- * const command = new AddFlowOutputsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link AddFlowOutputsCommandInput} for command's `input` shape.
19
- * @see {@link AddFlowOutputsCommandOutput} for command's `response` shape.
20
- * @see {@link MediaConnectClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var AddFlowOutputsCommand = /** @class */ (function (_super) {
4
+ import { AddFlowOutputsRequest, AddFlowOutputsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1AddFlowOutputsCommand, serializeAws_restJson1AddFlowOutputsCommand, } from "../protocols/Aws_restJson1";
6
+ var AddFlowOutputsCommand = (function (_super) {
24
7
  __extends(AddFlowOutputsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function AddFlowOutputsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  AddFlowOutputsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddFlowOutputsCommand.js","sourceRoot":"","sources":["../../src/commands/AddFlowOutputsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACnF,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,4BAA4B,CAAC;AAsBpC;IAA2C,yCAI1C;IAIC,+BAAqB,KAAiC;QAAtD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4B;;IAItD,CAAC;IAKD,iDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA+C,EAC/C,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,oBAAoB,CAAC;QACxC,IAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qBAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,sBAAsB,CAAC,kBAAkB;SACpE,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,yCAAS,GAAjB,UAAkB,KAAiC,EAAE,OAAuB;QAC1E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,2CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,4BAAC;AAAD,CAAC,AAtDD,CAA2C,QAAQ,GAsDlD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { AddFlowSourcesRequest, AddFlowSourcesResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1AddFlowSourcesCommand, serializeAws_restJson1AddFlowSourcesCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * Adds Sources to flow
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { MediaConnectClient, AddFlowSourcesCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
12
- * // const { MediaConnectClient, AddFlowSourcesCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
13
- * const client = new MediaConnectClient(config);
14
- * const command = new AddFlowSourcesCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link AddFlowSourcesCommandInput} for command's `input` shape.
19
- * @see {@link AddFlowSourcesCommandOutput} for command's `response` shape.
20
- * @see {@link MediaConnectClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var AddFlowSourcesCommand = /** @class */ (function (_super) {
4
+ import { AddFlowSourcesRequest, AddFlowSourcesResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1AddFlowSourcesCommand, serializeAws_restJson1AddFlowSourcesCommand, } from "../protocols/Aws_restJson1";
6
+ var AddFlowSourcesCommand = (function (_super) {
24
7
  __extends(AddFlowSourcesCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function AddFlowSourcesCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  AddFlowSourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddFlowSourcesCommand.js","sourceRoot":"","sources":["../../src/commands/AddFlowSourcesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACnF,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,4BAA4B,CAAC;AAsBpC;IAA2C,yCAI1C;IAIC,+BAAqB,KAAiC;QAAtD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4B;;IAItD,CAAC;IAKD,iDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA+C,EAC/C,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,oBAAoB,CAAC;QACxC,IAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qBAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,sBAAsB,CAAC,kBAAkB;SACpE,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,yCAAS,GAAjB,UAAkB,KAAiC,EAAE,OAAuB;QAC1E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,2CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,4BAAC;AAAD,CAAC,AAtDD,CAA2C,QAAQ,GAsDlD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { AddFlowVpcInterfacesRequest, AddFlowVpcInterfacesResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1AddFlowVpcInterfacesCommand, serializeAws_restJson1AddFlowVpcInterfacesCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * Adds VPC interfaces to flow
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { MediaConnectClient, AddFlowVpcInterfacesCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
12
- * // const { MediaConnectClient, AddFlowVpcInterfacesCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
13
- * const client = new MediaConnectClient(config);
14
- * const command = new AddFlowVpcInterfacesCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link AddFlowVpcInterfacesCommandInput} for command's `input` shape.
19
- * @see {@link AddFlowVpcInterfacesCommandOutput} for command's `response` shape.
20
- * @see {@link MediaConnectClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var AddFlowVpcInterfacesCommand = /** @class */ (function (_super) {
4
+ import { AddFlowVpcInterfacesRequest, AddFlowVpcInterfacesResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1AddFlowVpcInterfacesCommand, serializeAws_restJson1AddFlowVpcInterfacesCommand, } from "../protocols/Aws_restJson1";
6
+ var AddFlowVpcInterfacesCommand = (function (_super) {
24
7
  __extends(AddFlowVpcInterfacesCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function AddFlowVpcInterfacesCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  AddFlowVpcInterfacesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddFlowVpcInterfacesCommand.js","sourceRoot":"","sources":["../../src/commands/AddFlowVpcInterfacesCommand.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,mDAAmD,EACnD,iDAAiD,GAClD,MAAM,4BAA4B,CAAC;AAsBpC;IAAiD,+CAIhD;IAIC,qCAAqB,KAAuC;QAA5D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;IAI5D,CAAC;IAKD,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA+C,EAC/C,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,oBAAoB,CAAC;QACxC,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,iDAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,mDAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1CreateFlowCommand, serializeAws_restJson1CreateFlowCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * Creates a new flow. The request must include one source. The request optionally can include outputs (up to 50) and entitlements (up to 50).
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { MediaConnectClient, CreateFlowCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
12
- * // const { MediaConnectClient, CreateFlowCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
13
- * const client = new MediaConnectClient(config);
14
- * const command = new CreateFlowCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link CreateFlowCommandInput} for command's `input` shape.
19
- * @see {@link CreateFlowCommandOutput} for command's `response` shape.
20
- * @see {@link MediaConnectClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var CreateFlowCommand = /** @class */ (function (_super) {
4
+ import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1CreateFlowCommand, serializeAws_restJson1CreateFlowCommand, } from "../protocols/Aws_restJson1";
6
+ var CreateFlowCommand = (function (_super) {
24
7
  __extends(CreateFlowCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function CreateFlowCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  CreateFlowCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateFlowCommand.js","sourceRoot":"","sources":["../../src/commands/CreateFlowCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EACL,yCAAyC,EACzC,uCAAuC,GACxC,MAAM,4BAA4B,CAAC;AAsBpC;IAAuC,qCAItC;IAIC,2BAAqB,KAA6B;QAAlD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAwB;;IAIlD,CAAC;IAKD,6CAAiB,GAAjB,UACE,WAAmE,EACnE,aAA+C,EAC/C,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,oBAAoB,CAAC;QACxC,IAAM,WAAW,GAAG,mBAAmB,CAAC;QACxC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iBAAiB,CAAC,kBAAkB;YAC7D,wBAAwB,EAAE,kBAAkB,CAAC,kBAAkB;SAChE,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,qCAAS,GAAjB,UAAkB,KAA6B,EAAE,OAAuB;QACtE,OAAO,uCAAuC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAEO,uCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,yCAAyC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAIH,wBAAC;AAAD,CAAC,AAtDD,CAAuC,QAAQ,GAsD9C"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DeleteFlowCommand, serializeAws_restJson1DeleteFlowCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * Deletes a flow. Before you can delete a flow, you must stop the flow.
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { MediaConnectClient, DeleteFlowCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
12
- * // const { MediaConnectClient, DeleteFlowCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
13
- * const client = new MediaConnectClient(config);
14
- * const command = new DeleteFlowCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DeleteFlowCommandInput} for command's `input` shape.
19
- * @see {@link DeleteFlowCommandOutput} for command's `response` shape.
20
- * @see {@link MediaConnectClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DeleteFlowCommand = /** @class */ (function (_super) {
4
+ import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteFlowCommand, serializeAws_restJson1DeleteFlowCommand, } from "../protocols/Aws_restJson1";
6
+ var DeleteFlowCommand = (function (_super) {
24
7
  __extends(DeleteFlowCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DeleteFlowCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DeleteFlowCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteFlowCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteFlowCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EACL,yCAAyC,EACzC,uCAAuC,GACxC,MAAM,4BAA4B,CAAC;AAsBpC;IAAuC,qCAItC;IAIC,2BAAqB,KAA6B;QAAlD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAwB;;IAIlD,CAAC;IAKD,6CAAiB,GAAjB,UACE,WAAmE,EACnE,aAA+C,EAC/C,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,oBAAoB,CAAC;QACxC,IAAM,WAAW,GAAG,mBAAmB,CAAC;QACxC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iBAAiB,CAAC,kBAAkB;YAC7D,wBAAwB,EAAE,kBAAkB,CAAC,kBAAkB;SAChE,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,qCAAS,GAAjB,UAAkB,KAA6B,EAAE,OAAuB;QACtE,OAAO,uCAAuC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAEO,uCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,yCAAyC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAIH,wBAAC;AAAD,CAAC,AAtDD,CAAuC,QAAQ,GAsD9C"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeFlowCommand, serializeAws_restJson1DescribeFlowCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * Displays the details of a flow. The response includes the flow ARN, name, and Availability Zone, as well as details about the source, outputs, and entitlements.
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { MediaConnectClient, DescribeFlowCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
12
- * // const { MediaConnectClient, DescribeFlowCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
13
- * const client = new MediaConnectClient(config);
14
- * const command = new DescribeFlowCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeFlowCommandInput} for command's `input` shape.
19
- * @see {@link DescribeFlowCommandOutput} for command's `response` shape.
20
- * @see {@link MediaConnectClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeFlowCommand = /** @class */ (function (_super) {
4
+ import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeFlowCommand, serializeAws_restJson1DescribeFlowCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeFlowCommand = (function (_super) {
24
7
  __extends(DescribeFlowCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeFlowCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DescribeFlowCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeFlowCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeFlowCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC/E,OAAO,EACL,2CAA2C,EAC3C,yCAAyC,GAC1C,MAAM,4BAA4B,CAAC;AAsBpC;IAAyC,uCAIxC;IAIC,6BAAqB,KAA+B;QAApD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0B;;IAIpD,CAAC;IAKD,+CAAiB,GAAjB,UACE,WAAmE,EACnE,aAA+C,EAC/C,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,oBAAoB,CAAC;QACxC,IAAM,WAAW,GAAG,qBAAqB,CAAC;QAC1C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,mBAAmB,CAAC,kBAAkB;YAC/D,wBAAwB,EAAE,oBAAoB,CAAC,kBAAkB;SAClE,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,uCAAS,GAAjB,UAAkB,KAA+B,EAAE,OAAuB;QACxE,OAAO,yCAAyC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAEO,yCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,2CAA2C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAIH,0BAAC;AAAD,CAAC,AAtDD,CAAyC,QAAQ,GAsDhD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeOfferingRequest, DescribeOfferingResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeOfferingCommand, serializeAws_restJson1DescribeOfferingCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * Displays the details of an offering. The response includes the offering description, duration, outbound bandwidth, price, and Amazon Resource Name (ARN).
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { MediaConnectClient, DescribeOfferingCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
12
- * // const { MediaConnectClient, DescribeOfferingCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
13
- * const client = new MediaConnectClient(config);
14
- * const command = new DescribeOfferingCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeOfferingCommandInput} for command's `input` shape.
19
- * @see {@link DescribeOfferingCommandOutput} for command's `response` shape.
20
- * @see {@link MediaConnectClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeOfferingCommand = /** @class */ (function (_super) {
4
+ import { DescribeOfferingRequest, DescribeOfferingResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeOfferingCommand, serializeAws_restJson1DescribeOfferingCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeOfferingCommand = (function (_super) {
24
7
  __extends(DescribeOfferingCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeOfferingCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DescribeOfferingCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);