@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,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
4
  import { UpdateFlowOutputRequest, UpdateFlowOutputResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateFlowOutputCommandInput extends UpdateFlowOutputRequest {
6
6
  }
7
7
  export interface UpdateFlowOutputCommandOutput extends UpdateFlowOutputResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
4
  import { UpdateFlowSourceRequest, UpdateFlowSourceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateFlowSourceCommandInput extends UpdateFlowSourceRequest {
6
6
  }
7
7
  export interface UpdateFlowSourceCommandOutput extends UpdateFlowSourceResponse, __MetadataBearer {
File without changes
File without changes
@@ -1,6 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
1
2
  import { MediaConnect } from "../MediaConnect";
2
3
  import { MediaConnectClient } from "../MediaConnectClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
4
  export interface MediaConnectPaginationConfiguration extends PaginationConfiguration {
5
5
  client: MediaConnect | MediaConnectClient;
6
6
  }
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListEntitlementsCommandInput, ListEntitlementsCommandOutput } from "../commands/ListEntitlementsCommand";
2
3
  import { MediaConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListEntitlements(config: MediaConnectPaginationConfiguration, input: ListEntitlementsCommandInput, ...additionalArguments: any): Paginator<ListEntitlementsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListFlowsCommandInput, ListFlowsCommandOutput } from "../commands/ListFlowsCommand";
2
3
  import { MediaConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListFlows(config: MediaConnectPaginationConfiguration, input: ListFlowsCommandInput, ...additionalArguments: any): Paginator<ListFlowsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
2
3
  import { MediaConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListOfferings(config: MediaConnectPaginationConfiguration, input: ListOfferingsCommandInput, ...additionalArguments: any): Paginator<ListOfferingsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
2
3
  import { MediaConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListReservations(config: MediaConnectPaginationConfiguration, input: ListReservationsCommandInput, ...additionalArguments: any): Paginator<ListReservationsCommandOutput>;
@@ -1,3 +1,5 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { AddFlowMediaStreamsCommandInput, AddFlowMediaStreamsCommandOutput } from "../commands/AddFlowMediaStreamsCommand";
2
4
  import { AddFlowOutputsCommandInput, AddFlowOutputsCommandOutput } from "../commands/AddFlowOutputsCommand";
3
5
  import { AddFlowSourcesCommandInput, AddFlowSourcesCommandOutput } from "../commands/AddFlowSourcesCommand";
@@ -28,8 +30,6 @@ import { UpdateFlowEntitlementCommandInput, UpdateFlowEntitlementCommandOutput }
28
30
  import { UpdateFlowMediaStreamCommandInput, UpdateFlowMediaStreamCommandOutput } from "../commands/UpdateFlowMediaStreamCommand";
29
31
  import { UpdateFlowOutputCommandInput, UpdateFlowOutputCommandOutput } from "../commands/UpdateFlowOutputCommand";
30
32
  import { UpdateFlowSourceCommandInput, UpdateFlowSourceCommandOutput } from "../commands/UpdateFlowSourceCommand";
31
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
32
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
33
33
  export declare const serializeAws_restJson1AddFlowMediaStreamsCommand: (input: AddFlowMediaStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
34
  export declare const serializeAws_restJson1AddFlowOutputsCommand: (input: AddFlowOutputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
35
  export declare const serializeAws_restJson1AddFlowSourcesCommand: (input: AddFlowSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -1,36 +1,37 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
- import { MediaConnectClientConfig } from "./MediaConnectClient";
3
- /**
4
- * @internal
5
- */
6
- export declare const getRuntimeConfig: (config: MediaConnectClientConfig) => {
7
- runtime: string;
8
- base64Decoder: import("@aws-sdk/types").Decoder;
9
- base64Encoder: import("@aws-sdk/types").Encoder;
10
- bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
- region: string | import("@aws-sdk/types").Provider<any>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
- retryMode: string | import("@aws-sdk/types").Provider<string>;
17
- sha256: import("@aws-sdk/types").HashConstructor;
18
- streamCollector: import("@aws-sdk/types").StreamCollector;
19
- utf8Decoder: import("@aws-sdk/types").Decoder;
20
- utf8Encoder: import("@aws-sdk/types").Encoder;
21
- apiVersion: string;
22
- urlParser: import("@aws-sdk/types").UrlParser;
23
- disableHostPrefix: boolean;
24
- logger: import("@aws-sdk/types").Logger;
25
- serviceId: string;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
- };
1
+ import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { MediaConnectClientConfig } from "./MediaConnectClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: MediaConnectClientConfig) => {
7
+ runtime: string;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
10
+ bodyLengthChecker: (body: any) => number | undefined;
11
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
+ region: string | import("@aws-sdk/types").Provider<any>;
15
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
17
+ sha256: import("@aws-sdk/types").HashConstructor;
18
+ streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ utf8Decoder: import("@aws-sdk/types").Decoder;
20
+ utf8Encoder: import("@aws-sdk/types").Encoder;
21
+ apiVersion: string;
22
+ urlParser: import("@aws-sdk/types").UrlParser;
23
+ disableHostPrefix: boolean;
24
+ logger: import("@aws-sdk/types").Logger;
25
+ serviceId: string;
26
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ tls?: boolean | undefined;
29
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
+ signingEscapePath?: boolean | undefined;
33
+ systemClockOffset?: number | undefined;
34
+ signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
+ };
@@ -1,36 +1,37 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
- import { MediaConnectClientConfig } from "./MediaConnectClient";
3
- /**
4
- * @internal
5
- */
6
- export declare const getRuntimeConfig: (config: MediaConnectClientConfig) => {
7
- runtime: string;
8
- base64Decoder: import("@aws-sdk/types").Decoder;
9
- base64Encoder: import("@aws-sdk/types").Encoder;
10
- bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
- region: string | import("@aws-sdk/types").Provider<string>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
- retryMode: string | import("@aws-sdk/types").Provider<string>;
17
- sha256: import("@aws-sdk/types").HashConstructor;
18
- streamCollector: import("@aws-sdk/types").StreamCollector;
19
- utf8Decoder: import("@aws-sdk/types").Decoder;
20
- utf8Encoder: import("@aws-sdk/types").Encoder;
21
- apiVersion: string;
22
- urlParser: import("@aws-sdk/types").UrlParser;
23
- disableHostPrefix: boolean;
24
- logger: import("@aws-sdk/types").Logger;
25
- serviceId: string;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
- };
1
+ import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
+ import { MediaConnectClientConfig } from "./MediaConnectClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: MediaConnectClientConfig) => {
7
+ runtime: string;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
10
+ bodyLengthChecker: (body: any) => number | undefined;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
+ region: string | import("@aws-sdk/types").Provider<string>;
15
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
17
+ sha256: import("@aws-sdk/types").HashConstructor;
18
+ streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ utf8Decoder: import("@aws-sdk/types").Decoder;
20
+ utf8Encoder: import("@aws-sdk/types").Encoder;
21
+ apiVersion: string;
22
+ urlParser: import("@aws-sdk/types").UrlParser;
23
+ disableHostPrefix: boolean;
24
+ logger: import("@aws-sdk/types").Logger;
25
+ serviceId: string;
26
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ tls?: boolean | undefined;
29
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
+ signingEscapePath?: boolean | undefined;
33
+ systemClockOffset?: number | undefined;
34
+ signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
+ };
@@ -31,5 +31,6 @@ export declare const getRuntimeConfig: (config: MediaConnectClientConfig) => {
31
31
  signingEscapePath?: boolean | undefined;
32
32
  systemClockOffset?: number | undefined;
33
33
  signingRegion?: string | undefined;
34
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
34
35
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
35
36
  };
@@ -1,6 +1,6 @@
1
- import { MediaConnectClient } from "../MediaConnectClient";
2
- import { DescribeFlowCommandInput } from "../commands/DescribeFlowCommand";
3
1
  import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeFlowCommandInput } from "../commands/DescribeFlowCommand";
3
+ import { MediaConnectClient } from "../MediaConnectClient";
4
4
  /**
5
5
  * Wait until a flow is active
6
6
  * @deprecated Use waitUntilFlowActive instead. waitForFlowActive does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { MediaConnectClient } from "../MediaConnectClient";
2
- import { DescribeFlowCommandInput } from "../commands/DescribeFlowCommand";
3
1
  import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeFlowCommandInput } from "../commands/DescribeFlowCommand";
3
+ import { MediaConnectClient } from "../MediaConnectClient";
4
4
  /**
5
5
  * Wait until a flow is deleted
6
6
  * @deprecated Use waitUntilFlowDeleted instead. waitForFlowDeleted does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { MediaConnectClient } from "../MediaConnectClient";
2
- import { DescribeFlowCommandInput } from "../commands/DescribeFlowCommand";
3
1
  import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeFlowCommandInput } from "../commands/DescribeFlowCommand";
3
+ import { MediaConnectClient } from "../MediaConnectClient";
4
4
  /**
5
5
  * Wait until a flow is in standby mode
6
6
  * @deprecated Use waitUntilFlowStandby instead. waitForFlowStandby does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { MediaConnectClient } from "../MediaConnectClient";
2
- import { DescribeFlowCommandInput } from "../commands/DescribeFlowCommand";
3
1
  import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeFlowCommandInput } from "../commands/DescribeFlowCommand";
3
+ import { MediaConnectClient } from "../MediaConnectClient";
4
4
  /**
5
5
  * Wait until a flow is active
6
6
  * @deprecated Use waitUntilFlowActive instead. waitForFlowActive does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { MediaConnectClient } from "../MediaConnectClient";
2
- import { DescribeFlowCommandInput } from "../commands/DescribeFlowCommand";
3
1
  import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeFlowCommandInput } from "../commands/DescribeFlowCommand";
3
+ import { MediaConnectClient } from "../MediaConnectClient";
4
4
  /**
5
5
  * Wait until a flow is deleted
6
6
  * @deprecated Use waitUntilFlowDeleted instead. waitForFlowDeleted does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { MediaConnectClient } from "../MediaConnectClient";
2
- import { DescribeFlowCommandInput } from "../commands/DescribeFlowCommand";
3
1
  import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeFlowCommandInput } from "../commands/DescribeFlowCommand";
3
+ import { MediaConnectClient } from "../MediaConnectClient";
4
4
  /**
5
5
  * Wait until a flow is in standby mode
6
6
  * @deprecated Use waitUntilFlowStandby instead. waitForFlowStandby does not throw error in non-success cases.
package/package.json CHANGED
@@ -1,80 +1,74 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediaconnect",
3
3
  "description": "AWS SDK for JavaScript Mediaconnect Client for Node.js, Browser and React Native",
4
- "version": "3.31.0",
4
+ "version": "3.35.0",
5
5
  "scripts": {
6
- "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7
- "build-documentation": "yarn remove-documentation && typedoc ./",
8
- "remove-definitions": "rimraf ./types",
9
- "remove-dist": "rimraf ./dist",
10
- "remove-documentation": "rimraf ./docs",
11
- "test": "exit 0",
6
+ "build": "yarn build:cjs && yarn build:es && yarn build:types",
12
7
  "build:cjs": "tsc -p tsconfig.json",
8
+ "build:docs": "yarn clean:docs && typedoc ./",
13
9
  "build:es": "tsc -p tsconfig.es.json",
14
- "build": "yarn build:cjs && yarn build:es",
15
- "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4"
16
- },
17
- "main": "./dist/cjs/index.js",
18
- "types": "./dist/types/index.d.ts",
19
- "module": "./dist/es/index.js",
20
- "browser": {
21
- "./runtimeConfig": "./runtimeConfig.browser"
22
- },
23
- "react-native": {
24
- "./runtimeConfig": "./runtimeConfig.native"
10
+ "build:types": "tsc -p tsconfig.types.json",
11
+ "clean": "yarn clean:dist && yarn clean:docs",
12
+ "clean:dist": "rimraf ./dist",
13
+ "clean:docs": "rimraf ./docs",
14
+ "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15
+ "test": "exit 0"
25
16
  },
17
+ "main": "./dist-cjs/index.js",
18
+ "types": "./dist-types/index.d.ts",
19
+ "module": "./dist-es/index.js",
26
20
  "sideEffects": false,
27
21
  "dependencies": {
28
22
  "@aws-crypto/sha256-browser": "^1.0.0",
29
23
  "@aws-crypto/sha256-js": "^1.0.0",
30
- "@aws-sdk/client-sts": "3.31.0",
31
- "@aws-sdk/config-resolver": "3.30.0",
32
- "@aws-sdk/credential-provider-node": "3.31.0",
33
- "@aws-sdk/fetch-http-handler": "3.29.0",
34
- "@aws-sdk/hash-node": "3.29.0",
35
- "@aws-sdk/invalid-dependency": "3.29.0",
36
- "@aws-sdk/middleware-content-length": "3.29.0",
37
- "@aws-sdk/middleware-host-header": "3.29.0",
38
- "@aws-sdk/middleware-logger": "3.29.0",
39
- "@aws-sdk/middleware-retry": "3.29.0",
40
- "@aws-sdk/middleware-serde": "3.29.0",
41
- "@aws-sdk/middleware-signing": "3.30.0",
42
- "@aws-sdk/middleware-stack": "3.29.0",
43
- "@aws-sdk/middleware-user-agent": "3.29.0",
44
- "@aws-sdk/node-config-provider": "3.29.0",
45
- "@aws-sdk/node-http-handler": "3.29.0",
46
- "@aws-sdk/protocol-http": "3.29.0",
47
- "@aws-sdk/smithy-client": "3.31.0",
48
- "@aws-sdk/types": "3.29.0",
49
- "@aws-sdk/url-parser": "3.29.0",
50
- "@aws-sdk/util-base64-browser": "3.29.0",
51
- "@aws-sdk/util-base64-node": "3.29.0",
52
- "@aws-sdk/util-body-length-browser": "3.29.0",
53
- "@aws-sdk/util-body-length-node": "3.29.0",
54
- "@aws-sdk/util-user-agent-browser": "3.29.0",
55
- "@aws-sdk/util-user-agent-node": "3.29.0",
56
- "@aws-sdk/util-utf8-browser": "3.29.0",
57
- "@aws-sdk/util-utf8-node": "3.29.0",
58
- "@aws-sdk/util-waiter": "3.29.0",
24
+ "@aws-sdk/client-sts": "3.35.0",
25
+ "@aws-sdk/config-resolver": "3.35.0",
26
+ "@aws-sdk/credential-provider-node": "3.35.0",
27
+ "@aws-sdk/fetch-http-handler": "3.35.0",
28
+ "@aws-sdk/hash-node": "3.35.0",
29
+ "@aws-sdk/invalid-dependency": "3.35.0",
30
+ "@aws-sdk/middleware-content-length": "3.35.0",
31
+ "@aws-sdk/middleware-host-header": "3.35.0",
32
+ "@aws-sdk/middleware-logger": "3.35.0",
33
+ "@aws-sdk/middleware-retry": "3.35.0",
34
+ "@aws-sdk/middleware-serde": "3.35.0",
35
+ "@aws-sdk/middleware-signing": "3.35.0",
36
+ "@aws-sdk/middleware-stack": "3.35.0",
37
+ "@aws-sdk/middleware-user-agent": "3.35.0",
38
+ "@aws-sdk/node-config-provider": "3.35.0",
39
+ "@aws-sdk/node-http-handler": "3.35.0",
40
+ "@aws-sdk/protocol-http": "3.35.0",
41
+ "@aws-sdk/smithy-client": "3.35.0",
42
+ "@aws-sdk/types": "3.35.0",
43
+ "@aws-sdk/url-parser": "3.35.0",
44
+ "@aws-sdk/util-base64-browser": "3.35.0",
45
+ "@aws-sdk/util-base64-node": "3.35.0",
46
+ "@aws-sdk/util-body-length-browser": "3.35.0",
47
+ "@aws-sdk/util-body-length-node": "3.35.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.35.0",
49
+ "@aws-sdk/util-user-agent-node": "3.35.0",
50
+ "@aws-sdk/util-utf8-browser": "3.35.0",
51
+ "@aws-sdk/util-utf8-node": "3.35.0",
52
+ "@aws-sdk/util-waiter": "3.35.0",
59
53
  "tslib": "^2.3.0"
60
54
  },
61
55
  "devDependencies": {
62
- "@aws-sdk/client-documentation-generator": "3.29.0",
56
+ "@aws-sdk/client-documentation-generator": "3.35.0",
63
57
  "@types/node": "^12.7.5",
64
58
  "downlevel-dts": "0.7.0",
65
59
  "jest": "^26.1.0",
66
60
  "rimraf": "^3.0.0",
67
61
  "ts-jest": "^26.4.1",
68
62
  "typedoc": "^0.19.2",
69
- "typescript": "~4.4.2"
63
+ "typescript": "~4.3.5"
70
64
  },
71
65
  "engines": {
72
66
  "node": ">=10.0.0"
73
67
  },
74
68
  "typesVersions": {
75
69
  "<4.0": {
76
- "dist/types/*": [
77
- "dist/types/ts3.4/*"
70
+ "dist-types/*": [
71
+ "dist-types/ts3.4/*"
78
72
  ]
79
73
  }
80
74
  },
@@ -83,6 +77,12 @@
83
77
  "url": "https://aws.amazon.com/javascript/"
84
78
  },
85
79
  "license": "Apache-2.0",
80
+ "browser": {
81
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
82
+ },
83
+ "react-native": {
84
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
85
+ },
86
86
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-mediaconnect",
87
87
  "repository": {
88
88
  "type": "git",
@@ -1,4 +1,5 @@
1
- import { MediaConnectClient } from "./MediaConnectClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+
2
3
  import {
3
4
  AddFlowMediaStreamsCommand,
4
5
  AddFlowMediaStreamsCommandInput,
@@ -121,7 +122,7 @@ import {
121
122
  UpdateFlowSourceCommandInput,
122
123
  UpdateFlowSourceCommandOutput,
123
124
  } from "./commands/UpdateFlowSourceCommand";
124
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
125
+ import { MediaConnectClient } from "./MediaConnectClient";
125
126
 
126
127
  /**
127
128
  * API for AWS Elemental MediaConnect
@@ -1,3 +1,54 @@
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ resolveEndpointsConfig,
7
+ resolveRegionConfig,
8
+ } from "@aws-sdk/config-resolver";
9
+ import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
10
+ import {
11
+ getHostHeaderPlugin,
12
+ HostHeaderInputConfig,
13
+ HostHeaderResolvedConfig,
14
+ resolveHostHeaderConfig,
15
+ } from "@aws-sdk/middleware-host-header";
16
+ import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
17
+ import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
18
+ import {
19
+ AwsAuthInputConfig,
20
+ AwsAuthResolvedConfig,
21
+ getAwsAuthPlugin,
22
+ resolveAwsAuthConfig,
23
+ } from "@aws-sdk/middleware-signing";
24
+ import {
25
+ getUserAgentPlugin,
26
+ resolveUserAgentConfig,
27
+ UserAgentInputConfig,
28
+ UserAgentResolvedConfig,
29
+ } from "@aws-sdk/middleware-user-agent";
30
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
31
+ import {
32
+ Client as __Client,
33
+ SmithyConfiguration as __SmithyConfiguration,
34
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
35
+ } from "@aws-sdk/smithy-client";
36
+ import {
37
+ Credentials as __Credentials,
38
+ Decoder as __Decoder,
39
+ Encoder as __Encoder,
40
+ Hash as __Hash,
41
+ HashConstructor as __HashConstructor,
42
+ HttpHandlerOptions as __HttpHandlerOptions,
43
+ Logger as __Logger,
44
+ Provider as __Provider,
45
+ Provider,
46
+ RegionInfoProvider,
47
+ StreamCollector as __StreamCollector,
48
+ UrlParser as __UrlParser,
49
+ UserAgent as __UserAgent,
50
+ } from "@aws-sdk/types";
51
+
1
52
  import {
2
53
  AddFlowMediaStreamsCommandInput,
3
54
  AddFlowMediaStreamsCommandOutput,
@@ -59,56 +110,6 @@ import {
59
110
  import { UpdateFlowOutputCommandInput, UpdateFlowOutputCommandOutput } from "./commands/UpdateFlowOutputCommand";
60
111
  import { UpdateFlowSourceCommandInput, UpdateFlowSourceCommandOutput } from "./commands/UpdateFlowSourceCommand";
61
112
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
62
- import {
63
- EndpointsInputConfig,
64
- EndpointsResolvedConfig,
65
- RegionInputConfig,
66
- RegionResolvedConfig,
67
- resolveEndpointsConfig,
68
- resolveRegionConfig,
69
- } from "@aws-sdk/config-resolver";
70
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
71
- import {
72
- HostHeaderInputConfig,
73
- HostHeaderResolvedConfig,
74
- getHostHeaderPlugin,
75
- resolveHostHeaderConfig,
76
- } from "@aws-sdk/middleware-host-header";
77
- import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
78
- import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
79
- import {
80
- AwsAuthInputConfig,
81
- AwsAuthResolvedConfig,
82
- getAwsAuthPlugin,
83
- resolveAwsAuthConfig,
84
- } from "@aws-sdk/middleware-signing";
85
- import {
86
- UserAgentInputConfig,
87
- UserAgentResolvedConfig,
88
- getUserAgentPlugin,
89
- resolveUserAgentConfig,
90
- } from "@aws-sdk/middleware-user-agent";
91
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
92
- import {
93
- Client as __Client,
94
- SmithyConfiguration as __SmithyConfiguration,
95
- SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
96
- } from "@aws-sdk/smithy-client";
97
- import {
98
- Provider,
99
- RegionInfoProvider,
100
- Credentials as __Credentials,
101
- Decoder as __Decoder,
102
- Encoder as __Encoder,
103
- Hash as __Hash,
104
- HashConstructor as __HashConstructor,
105
- HttpHandlerOptions as __HttpHandlerOptions,
106
- Logger as __Logger,
107
- Provider as __Provider,
108
- StreamCollector as __StreamCollector,
109
- UrlParser as __UrlParser,
110
- UserAgent as __UserAgent,
111
- } from "@aws-sdk/types";
112
113
 
113
114
  export type ServiceInputTypes =
114
115
  | AddFlowMediaStreamsCommandInput
@@ -327,13 +328,13 @@ export class MediaConnectClient extends __Client<
327
328
  readonly config: MediaConnectClientResolvedConfig;
328
329
 
329
330
  constructor(configuration: MediaConnectClientConfig) {
330
- let _config_0 = __getRuntimeConfig(configuration);
331
- let _config_1 = resolveRegionConfig(_config_0);
332
- let _config_2 = resolveEndpointsConfig(_config_1);
333
- let _config_3 = resolveRetryConfig(_config_2);
334
- let _config_4 = resolveHostHeaderConfig(_config_3);
335
- let _config_5 = resolveAwsAuthConfig(_config_4);
336
- let _config_6 = resolveUserAgentConfig(_config_5);
331
+ const _config_0 = __getRuntimeConfig(configuration);
332
+ const _config_1 = resolveRegionConfig(_config_0);
333
+ const _config_2 = resolveEndpointsConfig(_config_1);
334
+ const _config_3 = resolveRetryConfig(_config_2);
335
+ const _config_4 = resolveHostHeaderConfig(_config_3);
336
+ const _config_5 = resolveAwsAuthConfig(_config_4);
337
+ const _config_6 = resolveUserAgentConfig(_config_5);
337
338
  super(_config_6);
338
339
  this.config = _config_6;
339
340
  this.middlewareStack.use(getRetryPlugin(this.config));
@@ -1,9 +1,3 @@
1
- import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
2
- import { AddFlowMediaStreamsRequest, AddFlowMediaStreamsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1AddFlowMediaStreamsCommand,
5
- serializeAws_restJson1AddFlowMediaStreamsCommand,
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 { AddFlowMediaStreamsRequest, AddFlowMediaStreamsResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1AddFlowMediaStreamsCommand,
18
+ serializeAws_restJson1AddFlowMediaStreamsCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface AddFlowMediaStreamsCommandInput extends AddFlowMediaStreamsRequest {}
21
22
  export interface AddFlowMediaStreamsCommandOutput extends AddFlowMediaStreamsResponse, __MetadataBearer {}
22
23