@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,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { AddFlowOutputsRequest, AddFlowOutputsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1AddFlowOutputsCommand,
5
- serializeAws_restJson1AddFlowOutputsCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { AddFlowOutputsRequest, AddFlowOutputsResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1AddFlowOutputsCommand,
18
+ serializeAws_restJson1AddFlowOutputsCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface AddFlowOutputsCommandInput extends AddFlowOutputsRequest {}
21
22
  export interface AddFlowOutputsCommandOutput extends AddFlowOutputsResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { AddFlowSourcesRequest, AddFlowSourcesResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1AddFlowSourcesCommand,
5
- serializeAws_restJson1AddFlowSourcesCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { AddFlowSourcesRequest, AddFlowSourcesResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1AddFlowSourcesCommand,
18
+ serializeAws_restJson1AddFlowSourcesCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface AddFlowSourcesCommandInput extends AddFlowSourcesRequest {}
21
22
  export interface AddFlowSourcesCommandOutput extends AddFlowSourcesResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { AddFlowVpcInterfacesRequest, AddFlowVpcInterfacesResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1AddFlowVpcInterfacesCommand,
5
- serializeAws_restJson1AddFlowVpcInterfacesCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { AddFlowVpcInterfacesRequest, AddFlowVpcInterfacesResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1AddFlowVpcInterfacesCommand,
18
+ serializeAws_restJson1AddFlowVpcInterfacesCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface AddFlowVpcInterfacesCommandInput extends AddFlowVpcInterfacesRequest {}
21
22
  export interface AddFlowVpcInterfacesCommandOutput extends AddFlowVpcInterfacesResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1CreateFlowCommand,
5
- serializeAws_restJson1CreateFlowCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1CreateFlowCommand,
18
+ serializeAws_restJson1CreateFlowCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface CreateFlowCommandInput extends CreateFlowRequest {}
21
22
  export interface CreateFlowCommandOutput extends CreateFlowResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1DeleteFlowCommand,
5
- serializeAws_restJson1DeleteFlowCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1DeleteFlowCommand,
18
+ serializeAws_restJson1DeleteFlowCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface DeleteFlowCommandInput extends DeleteFlowRequest {}
21
22
  export interface DeleteFlowCommandOutput extends DeleteFlowResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1DescribeFlowCommand,
5
- serializeAws_restJson1DescribeFlowCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1DescribeFlowCommand,
18
+ serializeAws_restJson1DescribeFlowCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface DescribeFlowCommandInput extends DescribeFlowRequest {}
21
22
  export interface DescribeFlowCommandOutput extends DescribeFlowResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { DescribeOfferingRequest, DescribeOfferingResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1DescribeOfferingCommand,
5
- serializeAws_restJson1DescribeOfferingCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { DescribeOfferingRequest, DescribeOfferingResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1DescribeOfferingCommand,
18
+ serializeAws_restJson1DescribeOfferingCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface DescribeOfferingCommandInput extends DescribeOfferingRequest {}
21
22
  export interface DescribeOfferingCommandOutput extends DescribeOfferingResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { DescribeReservationRequest, DescribeReservationResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1DescribeReservationCommand,
5
- serializeAws_restJson1DescribeReservationCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { DescribeReservationRequest, DescribeReservationResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1DescribeReservationCommand,
18
+ serializeAws_restJson1DescribeReservationCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface DescribeReservationCommandInput extends DescribeReservationRequest {}
21
22
  export interface DescribeReservationCommandOutput extends DescribeReservationResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { GrantFlowEntitlementsRequest, GrantFlowEntitlementsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1GrantFlowEntitlementsCommand,
5
- serializeAws_restJson1GrantFlowEntitlementsCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { GrantFlowEntitlementsRequest, GrantFlowEntitlementsResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1GrantFlowEntitlementsCommand,
18
+ serializeAws_restJson1GrantFlowEntitlementsCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface GrantFlowEntitlementsCommandInput extends GrantFlowEntitlementsRequest {}
21
22
  export interface GrantFlowEntitlementsCommandOutput extends GrantFlowEntitlementsResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { ListEntitlementsRequest, ListEntitlementsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListEntitlementsCommand,
5
- serializeAws_restJson1ListEntitlementsCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { ListEntitlementsRequest, ListEntitlementsResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1ListEntitlementsCommand,
18
+ serializeAws_restJson1ListEntitlementsCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface ListEntitlementsCommandInput extends ListEntitlementsRequest {}
21
22
  export interface ListEntitlementsCommandOutput extends ListEntitlementsResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListFlowsCommand,
5
- serializeAws_restJson1ListFlowsCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1ListFlowsCommand,
18
+ serializeAws_restJson1ListFlowsCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface ListFlowsCommandInput extends ListFlowsRequest {}
21
22
  export interface ListFlowsCommandOutput extends ListFlowsResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { ListOfferingsRequest, ListOfferingsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListOfferingsCommand,
5
- serializeAws_restJson1ListOfferingsCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { ListOfferingsRequest, ListOfferingsResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1ListOfferingsCommand,
18
+ serializeAws_restJson1ListOfferingsCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface ListOfferingsCommandInput extends ListOfferingsRequest {}
21
22
  export interface ListOfferingsCommandOutput extends ListOfferingsResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { ListReservationsRequest, ListReservationsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListReservationsCommand,
5
- serializeAws_restJson1ListReservationsCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { ListReservationsRequest, ListReservationsResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1ListReservationsCommand,
18
+ serializeAws_restJson1ListReservationsCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface ListReservationsCommandInput extends ListReservationsRequest {}
21
22
  export interface ListReservationsCommandOutput extends ListReservationsResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListTagsForResourceCommand,
5
- serializeAws_restJson1ListTagsForResourceCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1ListTagsForResourceCommand,
18
+ serializeAws_restJson1ListTagsForResourceCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
21
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { PurchaseOfferingRequest, PurchaseOfferingResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1PurchaseOfferingCommand,
5
- serializeAws_restJson1PurchaseOfferingCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { PurchaseOfferingRequest, PurchaseOfferingResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1PurchaseOfferingCommand,
18
+ serializeAws_restJson1PurchaseOfferingCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface PurchaseOfferingCommandInput extends PurchaseOfferingRequest {}
21
22
  export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { RemoveFlowMediaStreamRequest, RemoveFlowMediaStreamResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1RemoveFlowMediaStreamCommand,
5
- serializeAws_restJson1RemoveFlowMediaStreamCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { RemoveFlowMediaStreamRequest, RemoveFlowMediaStreamResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1RemoveFlowMediaStreamCommand,
18
+ serializeAws_restJson1RemoveFlowMediaStreamCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface RemoveFlowMediaStreamCommandInput extends RemoveFlowMediaStreamRequest {}
21
22
  export interface RemoveFlowMediaStreamCommandOutput extends RemoveFlowMediaStreamResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { RemoveFlowOutputRequest, RemoveFlowOutputResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1RemoveFlowOutputCommand,
5
- serializeAws_restJson1RemoveFlowOutputCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { RemoveFlowOutputRequest, RemoveFlowOutputResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1RemoveFlowOutputCommand,
18
+ serializeAws_restJson1RemoveFlowOutputCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface RemoveFlowOutputCommandInput extends RemoveFlowOutputRequest {}
21
22
  export interface RemoveFlowOutputCommandOutput extends RemoveFlowOutputResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { RemoveFlowSourceRequest, RemoveFlowSourceResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1RemoveFlowSourceCommand,
5
- serializeAws_restJson1RemoveFlowSourceCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { RemoveFlowSourceRequest, RemoveFlowSourceResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1RemoveFlowSourceCommand,
18
+ serializeAws_restJson1RemoveFlowSourceCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface RemoveFlowSourceCommandInput extends RemoveFlowSourceRequest {}
21
22
  export interface RemoveFlowSourceCommandOutput extends RemoveFlowSourceResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { RemoveFlowVpcInterfaceRequest, RemoveFlowVpcInterfaceResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1RemoveFlowVpcInterfaceCommand,
5
- serializeAws_restJson1RemoveFlowVpcInterfaceCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { RemoveFlowVpcInterfaceRequest, RemoveFlowVpcInterfaceResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1RemoveFlowVpcInterfaceCommand,
18
+ serializeAws_restJson1RemoveFlowVpcInterfaceCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface RemoveFlowVpcInterfaceCommandInput extends RemoveFlowVpcInterfaceRequest {}
21
22
  export interface RemoveFlowVpcInterfaceCommandOutput extends RemoveFlowVpcInterfaceResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { RevokeFlowEntitlementRequest, RevokeFlowEntitlementResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1RevokeFlowEntitlementCommand,
5
- serializeAws_restJson1RevokeFlowEntitlementCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { RevokeFlowEntitlementRequest, RevokeFlowEntitlementResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1RevokeFlowEntitlementCommand,
18
+ serializeAws_restJson1RevokeFlowEntitlementCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface RevokeFlowEntitlementCommandInput extends RevokeFlowEntitlementRequest {}
21
22
  export interface RevokeFlowEntitlementCommandOutput extends RevokeFlowEntitlementResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { StartFlowRequest, StartFlowResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1StartFlowCommand,
5
- serializeAws_restJson1StartFlowCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
15
+ import { StartFlowRequest, StartFlowResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1StartFlowCommand,
18
+ serializeAws_restJson1StartFlowCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface StartFlowCommandInput extends StartFlowRequest {}
21
22
  export interface StartFlowCommandOutput extends StartFlowResponse, __MetadataBearer {}
22
23