@aws-sdk/client-mediaconnect 3.1045.0 → 3.1046.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 (316) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +305 -307
  5. package/dist-cjs/models/MediaConnectServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/MediaConnect.js +1 -1
  10. package/dist-es/MediaConnectClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AddBridgeOutputsCommand.js +2 -2
  13. package/dist-es/commands/AddBridgeSourcesCommand.js +2 -2
  14. package/dist-es/commands/AddFlowMediaStreamsCommand.js +2 -2
  15. package/dist-es/commands/AddFlowOutputsCommand.js +2 -2
  16. package/dist-es/commands/AddFlowSourcesCommand.js +2 -2
  17. package/dist-es/commands/AddFlowVpcInterfacesCommand.js +2 -2
  18. package/dist-es/commands/BatchGetRouterInputCommand.js +2 -2
  19. package/dist-es/commands/BatchGetRouterNetworkInterfaceCommand.js +2 -2
  20. package/dist-es/commands/BatchGetRouterOutputCommand.js +2 -2
  21. package/dist-es/commands/CreateBridgeCommand.js +2 -2
  22. package/dist-es/commands/CreateFlowCommand.js +2 -2
  23. package/dist-es/commands/CreateGatewayCommand.js +2 -2
  24. package/dist-es/commands/CreateRouterInputCommand.js +2 -2
  25. package/dist-es/commands/CreateRouterNetworkInterfaceCommand.js +2 -2
  26. package/dist-es/commands/CreateRouterOutputCommand.js +2 -2
  27. package/dist-es/commands/DeleteBridgeCommand.js +2 -2
  28. package/dist-es/commands/DeleteFlowCommand.js +2 -2
  29. package/dist-es/commands/DeleteGatewayCommand.js +2 -2
  30. package/dist-es/commands/DeleteRouterInputCommand.js +2 -2
  31. package/dist-es/commands/DeleteRouterNetworkInterfaceCommand.js +2 -2
  32. package/dist-es/commands/DeleteRouterOutputCommand.js +2 -2
  33. package/dist-es/commands/DeregisterGatewayInstanceCommand.js +2 -2
  34. package/dist-es/commands/DescribeBridgeCommand.js +2 -2
  35. package/dist-es/commands/DescribeFlowCommand.js +2 -2
  36. package/dist-es/commands/DescribeFlowSourceMetadataCommand.js +2 -2
  37. package/dist-es/commands/DescribeFlowSourceThumbnailCommand.js +2 -2
  38. package/dist-es/commands/DescribeGatewayCommand.js +2 -2
  39. package/dist-es/commands/DescribeGatewayInstanceCommand.js +2 -2
  40. package/dist-es/commands/DescribeOfferingCommand.js +2 -2
  41. package/dist-es/commands/DescribeReservationCommand.js +2 -2
  42. package/dist-es/commands/GetRouterInputCommand.js +2 -2
  43. package/dist-es/commands/GetRouterInputSourceMetadataCommand.js +2 -2
  44. package/dist-es/commands/GetRouterInputThumbnailCommand.js +2 -2
  45. package/dist-es/commands/GetRouterNetworkInterfaceCommand.js +2 -2
  46. package/dist-es/commands/GetRouterOutputCommand.js +2 -2
  47. package/dist-es/commands/GrantFlowEntitlementsCommand.js +2 -2
  48. package/dist-es/commands/ListBridgesCommand.js +2 -2
  49. package/dist-es/commands/ListEntitlementsCommand.js +2 -2
  50. package/dist-es/commands/ListFlowsCommand.js +2 -2
  51. package/dist-es/commands/ListGatewayInstancesCommand.js +2 -2
  52. package/dist-es/commands/ListGatewaysCommand.js +2 -2
  53. package/dist-es/commands/ListOfferingsCommand.js +2 -2
  54. package/dist-es/commands/ListReservationsCommand.js +2 -2
  55. package/dist-es/commands/ListRouterInputsCommand.js +2 -2
  56. package/dist-es/commands/ListRouterNetworkInterfacesCommand.js +2 -2
  57. package/dist-es/commands/ListRouterOutputsCommand.js +2 -2
  58. package/dist-es/commands/ListTagsForGlobalResourceCommand.js +2 -2
  59. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  60. package/dist-es/commands/PurchaseOfferingCommand.js +2 -2
  61. package/dist-es/commands/RemoveBridgeOutputCommand.js +2 -2
  62. package/dist-es/commands/RemoveBridgeSourceCommand.js +2 -2
  63. package/dist-es/commands/RemoveFlowMediaStreamCommand.js +2 -2
  64. package/dist-es/commands/RemoveFlowOutputCommand.js +2 -2
  65. package/dist-es/commands/RemoveFlowSourceCommand.js +2 -2
  66. package/dist-es/commands/RemoveFlowVpcInterfaceCommand.js +2 -2
  67. package/dist-es/commands/RestartRouterInputCommand.js +2 -2
  68. package/dist-es/commands/RestartRouterOutputCommand.js +2 -2
  69. package/dist-es/commands/RevokeFlowEntitlementCommand.js +2 -2
  70. package/dist-es/commands/StartFlowCommand.js +2 -2
  71. package/dist-es/commands/StartRouterInputCommand.js +2 -2
  72. package/dist-es/commands/StartRouterOutputCommand.js +2 -2
  73. package/dist-es/commands/StopFlowCommand.js +2 -2
  74. package/dist-es/commands/StopRouterInputCommand.js +2 -2
  75. package/dist-es/commands/StopRouterOutputCommand.js +2 -2
  76. package/dist-es/commands/TagGlobalResourceCommand.js +2 -2
  77. package/dist-es/commands/TagResourceCommand.js +2 -2
  78. package/dist-es/commands/TakeRouterInputCommand.js +2 -2
  79. package/dist-es/commands/UntagGlobalResourceCommand.js +2 -2
  80. package/dist-es/commands/UntagResourceCommand.js +2 -2
  81. package/dist-es/commands/UpdateBridgeCommand.js +2 -2
  82. package/dist-es/commands/UpdateBridgeOutputCommand.js +2 -2
  83. package/dist-es/commands/UpdateBridgeSourceCommand.js +2 -2
  84. package/dist-es/commands/UpdateBridgeStateCommand.js +2 -2
  85. package/dist-es/commands/UpdateFlowCommand.js +2 -2
  86. package/dist-es/commands/UpdateFlowEntitlementCommand.js +2 -2
  87. package/dist-es/commands/UpdateFlowMediaStreamCommand.js +2 -2
  88. package/dist-es/commands/UpdateFlowOutputCommand.js +2 -2
  89. package/dist-es/commands/UpdateFlowSourceCommand.js +2 -2
  90. package/dist-es/commands/UpdateGatewayInstanceCommand.js +2 -2
  91. package/dist-es/commands/UpdateRouterInputCommand.js +2 -2
  92. package/dist-es/commands/UpdateRouterNetworkInterfaceCommand.js +2 -2
  93. package/dist-es/commands/UpdateRouterOutputCommand.js +2 -2
  94. package/dist-es/endpoint/bdd.js +1 -1
  95. package/dist-es/endpoint/endpointResolver.js +1 -1
  96. package/dist-es/models/MediaConnectServiceException.js +1 -1
  97. package/dist-es/runtimeConfig.browser.js +4 -6
  98. package/dist-es/runtimeConfig.js +4 -8
  99. package/dist-es/runtimeConfig.shared.js +3 -4
  100. package/dist-es/runtimeExtensions.js +2 -2
  101. package/dist-es/waiters/waitForFlowActive.js +1 -1
  102. package/dist-es/waiters/waitForFlowDeleted.js +1 -1
  103. package/dist-es/waiters/waitForFlowStandby.js +1 -1
  104. package/dist-es/waiters/waitForInputActive.js +1 -1
  105. package/dist-es/waiters/waitForInputDeleted.js +1 -1
  106. package/dist-es/waiters/waitForInputStandby.js +1 -1
  107. package/dist-es/waiters/waitForOutputActive.js +1 -1
  108. package/dist-es/waiters/waitForOutputDeleted.js +1 -1
  109. package/dist-es/waiters/waitForOutputRouted.js +1 -1
  110. package/dist-es/waiters/waitForOutputStandby.js +1 -1
  111. package/dist-es/waiters/waitForOutputUnrouted.js +1 -1
  112. package/dist-types/MediaConnect.d.ts +1 -1
  113. package/dist-types/MediaConnectClient.d.ts +5 -5
  114. package/dist-types/commands/AddBridgeOutputsCommand.d.ts +6 -4
  115. package/dist-types/commands/AddBridgeSourcesCommand.d.ts +6 -4
  116. package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +6 -4
  117. package/dist-types/commands/AddFlowOutputsCommand.d.ts +6 -4
  118. package/dist-types/commands/AddFlowSourcesCommand.d.ts +6 -4
  119. package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +6 -4
  120. package/dist-types/commands/BatchGetRouterInputCommand.d.ts +6 -4
  121. package/dist-types/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +6 -4
  122. package/dist-types/commands/BatchGetRouterOutputCommand.d.ts +6 -4
  123. package/dist-types/commands/CreateBridgeCommand.d.ts +6 -4
  124. package/dist-types/commands/CreateFlowCommand.d.ts +6 -4
  125. package/dist-types/commands/CreateGatewayCommand.d.ts +6 -4
  126. package/dist-types/commands/CreateRouterInputCommand.d.ts +6 -4
  127. package/dist-types/commands/CreateRouterNetworkInterfaceCommand.d.ts +6 -4
  128. package/dist-types/commands/CreateRouterOutputCommand.d.ts +6 -4
  129. package/dist-types/commands/DeleteBridgeCommand.d.ts +6 -4
  130. package/dist-types/commands/DeleteFlowCommand.d.ts +6 -4
  131. package/dist-types/commands/DeleteGatewayCommand.d.ts +6 -4
  132. package/dist-types/commands/DeleteRouterInputCommand.d.ts +6 -4
  133. package/dist-types/commands/DeleteRouterNetworkInterfaceCommand.d.ts +6 -4
  134. package/dist-types/commands/DeleteRouterOutputCommand.d.ts +6 -4
  135. package/dist-types/commands/DeregisterGatewayInstanceCommand.d.ts +6 -4
  136. package/dist-types/commands/DescribeBridgeCommand.d.ts +6 -4
  137. package/dist-types/commands/DescribeFlowCommand.d.ts +6 -4
  138. package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +6 -4
  139. package/dist-types/commands/DescribeFlowSourceThumbnailCommand.d.ts +6 -4
  140. package/dist-types/commands/DescribeGatewayCommand.d.ts +6 -4
  141. package/dist-types/commands/DescribeGatewayInstanceCommand.d.ts +6 -4
  142. package/dist-types/commands/DescribeOfferingCommand.d.ts +6 -4
  143. package/dist-types/commands/DescribeReservationCommand.d.ts +6 -4
  144. package/dist-types/commands/GetRouterInputCommand.d.ts +6 -4
  145. package/dist-types/commands/GetRouterInputSourceMetadataCommand.d.ts +6 -4
  146. package/dist-types/commands/GetRouterInputThumbnailCommand.d.ts +6 -4
  147. package/dist-types/commands/GetRouterNetworkInterfaceCommand.d.ts +6 -4
  148. package/dist-types/commands/GetRouterOutputCommand.d.ts +6 -4
  149. package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +6 -4
  150. package/dist-types/commands/ListBridgesCommand.d.ts +6 -4
  151. package/dist-types/commands/ListEntitlementsCommand.d.ts +6 -4
  152. package/dist-types/commands/ListFlowsCommand.d.ts +6 -4
  153. package/dist-types/commands/ListGatewayInstancesCommand.d.ts +6 -4
  154. package/dist-types/commands/ListGatewaysCommand.d.ts +6 -4
  155. package/dist-types/commands/ListOfferingsCommand.d.ts +6 -4
  156. package/dist-types/commands/ListReservationsCommand.d.ts +6 -4
  157. package/dist-types/commands/ListRouterInputsCommand.d.ts +6 -4
  158. package/dist-types/commands/ListRouterNetworkInterfacesCommand.d.ts +6 -4
  159. package/dist-types/commands/ListRouterOutputsCommand.d.ts +6 -4
  160. package/dist-types/commands/ListTagsForGlobalResourceCommand.d.ts +6 -4
  161. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  162. package/dist-types/commands/PurchaseOfferingCommand.d.ts +6 -4
  163. package/dist-types/commands/RemoveBridgeOutputCommand.d.ts +6 -4
  164. package/dist-types/commands/RemoveBridgeSourceCommand.d.ts +6 -4
  165. package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +6 -4
  166. package/dist-types/commands/RemoveFlowOutputCommand.d.ts +6 -4
  167. package/dist-types/commands/RemoveFlowSourceCommand.d.ts +6 -4
  168. package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +6 -4
  169. package/dist-types/commands/RestartRouterInputCommand.d.ts +6 -4
  170. package/dist-types/commands/RestartRouterOutputCommand.d.ts +6 -4
  171. package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +6 -4
  172. package/dist-types/commands/StartFlowCommand.d.ts +6 -4
  173. package/dist-types/commands/StartRouterInputCommand.d.ts +6 -4
  174. package/dist-types/commands/StartRouterOutputCommand.d.ts +6 -4
  175. package/dist-types/commands/StopFlowCommand.d.ts +6 -4
  176. package/dist-types/commands/StopRouterInputCommand.d.ts +6 -4
  177. package/dist-types/commands/StopRouterOutputCommand.d.ts +6 -4
  178. package/dist-types/commands/TagGlobalResourceCommand.d.ts +6 -4
  179. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  180. package/dist-types/commands/TakeRouterInputCommand.d.ts +6 -4
  181. package/dist-types/commands/UntagGlobalResourceCommand.d.ts +6 -4
  182. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  183. package/dist-types/commands/UpdateBridgeCommand.d.ts +6 -4
  184. package/dist-types/commands/UpdateBridgeOutputCommand.d.ts +6 -4
  185. package/dist-types/commands/UpdateBridgeSourceCommand.d.ts +6 -4
  186. package/dist-types/commands/UpdateBridgeStateCommand.d.ts +6 -4
  187. package/dist-types/commands/UpdateFlowCommand.d.ts +6 -4
  188. package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +6 -4
  189. package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +6 -4
  190. package/dist-types/commands/UpdateFlowOutputCommand.d.ts +6 -4
  191. package/dist-types/commands/UpdateFlowSourceCommand.d.ts +6 -4
  192. package/dist-types/commands/UpdateGatewayInstanceCommand.d.ts +6 -4
  193. package/dist-types/commands/UpdateRouterInputCommand.d.ts +6 -4
  194. package/dist-types/commands/UpdateRouterNetworkInterfaceCommand.d.ts +6 -4
  195. package/dist-types/commands/UpdateRouterOutputCommand.d.ts +6 -4
  196. package/dist-types/endpoint/bdd.d.ts +1 -1
  197. package/dist-types/extensionConfiguration.d.ts +1 -1
  198. package/dist-types/models/MediaConnectServiceException.d.ts +1 -1
  199. package/dist-types/models/errors.d.ts +1 -1
  200. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  201. package/dist-types/runtimeConfig.d.ts +2 -2
  202. package/dist-types/runtimeConfig.native.d.ts +2 -2
  203. package/dist-types/ts3.4/MediaConnect.d.ts +1 -1
  204. package/dist-types/ts3.4/MediaConnectClient.d.ts +8 -14
  205. package/dist-types/ts3.4/commands/AddBridgeOutputsCommand.d.ts +6 -4
  206. package/dist-types/ts3.4/commands/AddBridgeSourcesCommand.d.ts +6 -4
  207. package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +6 -4
  208. package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +6 -4
  209. package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +6 -4
  210. package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +6 -4
  211. package/dist-types/ts3.4/commands/BatchGetRouterInputCommand.d.ts +6 -4
  212. package/dist-types/ts3.4/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +6 -4
  213. package/dist-types/ts3.4/commands/BatchGetRouterOutputCommand.d.ts +6 -4
  214. package/dist-types/ts3.4/commands/CreateBridgeCommand.d.ts +6 -4
  215. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +6 -4
  216. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +6 -4
  217. package/dist-types/ts3.4/commands/CreateRouterInputCommand.d.ts +6 -4
  218. package/dist-types/ts3.4/commands/CreateRouterNetworkInterfaceCommand.d.ts +6 -4
  219. package/dist-types/ts3.4/commands/CreateRouterOutputCommand.d.ts +6 -4
  220. package/dist-types/ts3.4/commands/DeleteBridgeCommand.d.ts +6 -4
  221. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +6 -4
  222. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +6 -4
  223. package/dist-types/ts3.4/commands/DeleteRouterInputCommand.d.ts +6 -4
  224. package/dist-types/ts3.4/commands/DeleteRouterNetworkInterfaceCommand.d.ts +6 -4
  225. package/dist-types/ts3.4/commands/DeleteRouterOutputCommand.d.ts +6 -4
  226. package/dist-types/ts3.4/commands/DeregisterGatewayInstanceCommand.d.ts +6 -4
  227. package/dist-types/ts3.4/commands/DescribeBridgeCommand.d.ts +6 -4
  228. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +6 -4
  229. package/dist-types/ts3.4/commands/DescribeFlowSourceMetadataCommand.d.ts +6 -4
  230. package/dist-types/ts3.4/commands/DescribeFlowSourceThumbnailCommand.d.ts +6 -4
  231. package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +6 -4
  232. package/dist-types/ts3.4/commands/DescribeGatewayInstanceCommand.d.ts +6 -4
  233. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +6 -4
  234. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +6 -4
  235. package/dist-types/ts3.4/commands/GetRouterInputCommand.d.ts +6 -4
  236. package/dist-types/ts3.4/commands/GetRouterInputSourceMetadataCommand.d.ts +6 -4
  237. package/dist-types/ts3.4/commands/GetRouterInputThumbnailCommand.d.ts +6 -4
  238. package/dist-types/ts3.4/commands/GetRouterNetworkInterfaceCommand.d.ts +6 -4
  239. package/dist-types/ts3.4/commands/GetRouterOutputCommand.d.ts +6 -4
  240. package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +6 -4
  241. package/dist-types/ts3.4/commands/ListBridgesCommand.d.ts +6 -4
  242. package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +6 -4
  243. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +6 -6
  244. package/dist-types/ts3.4/commands/ListGatewayInstancesCommand.d.ts +6 -4
  245. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +6 -4
  246. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +6 -4
  247. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +6 -4
  248. package/dist-types/ts3.4/commands/ListRouterInputsCommand.d.ts +6 -4
  249. package/dist-types/ts3.4/commands/ListRouterNetworkInterfacesCommand.d.ts +6 -4
  250. package/dist-types/ts3.4/commands/ListRouterOutputsCommand.d.ts +6 -4
  251. package/dist-types/ts3.4/commands/ListTagsForGlobalResourceCommand.d.ts +6 -4
  252. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  253. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +6 -4
  254. package/dist-types/ts3.4/commands/RemoveBridgeOutputCommand.d.ts +6 -4
  255. package/dist-types/ts3.4/commands/RemoveBridgeSourceCommand.d.ts +6 -4
  256. package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +6 -4
  257. package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +6 -4
  258. package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +6 -4
  259. package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +6 -4
  260. package/dist-types/ts3.4/commands/RestartRouterInputCommand.d.ts +6 -4
  261. package/dist-types/ts3.4/commands/RestartRouterOutputCommand.d.ts +6 -4
  262. package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +6 -4
  263. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +6 -8
  264. package/dist-types/ts3.4/commands/StartRouterInputCommand.d.ts +6 -4
  265. package/dist-types/ts3.4/commands/StartRouterOutputCommand.d.ts +6 -4
  266. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +6 -8
  267. package/dist-types/ts3.4/commands/StopRouterInputCommand.d.ts +6 -4
  268. package/dist-types/ts3.4/commands/StopRouterOutputCommand.d.ts +6 -4
  269. package/dist-types/ts3.4/commands/TagGlobalResourceCommand.d.ts +6 -4
  270. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  271. package/dist-types/ts3.4/commands/TakeRouterInputCommand.d.ts +6 -4
  272. package/dist-types/ts3.4/commands/UntagGlobalResourceCommand.d.ts +6 -4
  273. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  274. package/dist-types/ts3.4/commands/UpdateBridgeCommand.d.ts +6 -4
  275. package/dist-types/ts3.4/commands/UpdateBridgeOutputCommand.d.ts +6 -4
  276. package/dist-types/ts3.4/commands/UpdateBridgeSourceCommand.d.ts +6 -4
  277. package/dist-types/ts3.4/commands/UpdateBridgeStateCommand.d.ts +6 -4
  278. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +6 -4
  279. package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +6 -4
  280. package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +6 -4
  281. package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +6 -4
  282. package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +6 -4
  283. package/dist-types/ts3.4/commands/UpdateGatewayInstanceCommand.d.ts +6 -4
  284. package/dist-types/ts3.4/commands/UpdateRouterInputCommand.d.ts +6 -4
  285. package/dist-types/ts3.4/commands/UpdateRouterNetworkInterfaceCommand.d.ts +6 -4
  286. package/dist-types/ts3.4/commands/UpdateRouterOutputCommand.d.ts +6 -4
  287. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  288. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  289. package/dist-types/ts3.4/models/MediaConnectServiceException.d.ts +1 -1
  290. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  291. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  292. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  293. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  294. package/dist-types/ts3.4/waiters/waitForFlowActive.d.ts +1 -1
  295. package/dist-types/ts3.4/waiters/waitForFlowDeleted.d.ts +1 -1
  296. package/dist-types/ts3.4/waiters/waitForFlowStandby.d.ts +1 -1
  297. package/dist-types/ts3.4/waiters/waitForInputActive.d.ts +1 -1
  298. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +1 -1
  299. package/dist-types/ts3.4/waiters/waitForInputStandby.d.ts +1 -1
  300. package/dist-types/ts3.4/waiters/waitForOutputActive.d.ts +1 -1
  301. package/dist-types/ts3.4/waiters/waitForOutputDeleted.d.ts +1 -1
  302. package/dist-types/ts3.4/waiters/waitForOutputRouted.d.ts +1 -1
  303. package/dist-types/ts3.4/waiters/waitForOutputStandby.d.ts +1 -1
  304. package/dist-types/ts3.4/waiters/waitForOutputUnrouted.d.ts +1 -1
  305. package/dist-types/waiters/waitForFlowActive.d.ts +1 -1
  306. package/dist-types/waiters/waitForFlowDeleted.d.ts +1 -1
  307. package/dist-types/waiters/waitForFlowStandby.d.ts +1 -1
  308. package/dist-types/waiters/waitForInputActive.d.ts +1 -1
  309. package/dist-types/waiters/waitForInputDeleted.d.ts +1 -1
  310. package/dist-types/waiters/waitForInputStandby.d.ts +1 -1
  311. package/dist-types/waiters/waitForOutputActive.d.ts +1 -1
  312. package/dist-types/waiters/waitForOutputDeleted.d.ts +1 -1
  313. package/dist-types/waiters/waitForOutputRouted.d.ts +1 -1
  314. package/dist-types/waiters/waitForOutputStandby.d.ts +1 -1
  315. package/dist-types/waiters/waitForOutputUnrouted.d.ts +1 -1
  316. package/package.json +13 -35
package/dist-cjs/index.js CHANGED
@@ -4,19 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
4
4
  var middlewareLogger = require('@aws-sdk/middleware-logger');
5
5
  var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
- var configResolver = require('@smithy/config-resolver');
8
7
  var core = require('@smithy/core');
8
+ var client = require('@smithy/core/client');
9
+ var config = require('@smithy/core/config');
10
+ var endpoints = require('@smithy/core/endpoints');
11
+ var protocols = require('@smithy/core/protocols');
12
+ var retry = require('@smithy/core/retry');
9
13
  var schema = require('@smithy/core/schema');
10
- var middlewareContentLength = require('@smithy/middleware-content-length');
11
- var middlewareEndpoint = require('@smithy/middleware-endpoint');
12
- var middlewareRetry = require('@smithy/middleware-retry');
13
- var smithyClient = require('@smithy/smithy-client');
14
14
  var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
- var protocolHttp = require('@smithy/protocol-http');
18
17
  var schemas_0 = require('./schemas/schemas_0');
19
- var utilWaiter = require('@smithy/util-waiter');
20
18
  var errors = require('./models/errors');
21
19
  var MediaConnectServiceException = require('./models/MediaConnectServiceException');
22
20
 
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
74
72
  };
75
73
 
76
74
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
77
- const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
75
+ const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
78
76
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
79
- return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
77
+ return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
80
78
  };
81
79
 
82
- class MediaConnectClient extends smithyClient.Client {
80
+ class MediaConnectClient extends client.Client {
83
81
  config;
84
82
  constructor(...[configuration]) {
85
83
  const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
@@ -87,17 +85,17 @@ class MediaConnectClient extends smithyClient.Client {
87
85
  this.initConfig = _config_0;
88
86
  const _config_1 = resolveClientEndpointParameters(_config_0);
89
87
  const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
90
- const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
91
- const _config_4 = configResolver.resolveRegionConfig(_config_3);
88
+ const _config_3 = retry.resolveRetryConfig(_config_2);
89
+ const _config_4 = config.resolveRegionConfig(_config_3);
92
90
  const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
93
- const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
91
+ const _config_6 = endpoints.resolveEndpointConfig(_config_5);
94
92
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
95
93
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
96
94
  this.config = _config_8;
97
95
  this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
98
96
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
99
- this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
100
- this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
97
+ this.middlewareStack.use(retry.getRetryPlugin(this.config));
98
+ this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
101
99
  this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
102
100
  this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
103
101
  this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
@@ -114,11 +112,11 @@ class MediaConnectClient extends smithyClient.Client {
114
112
  }
115
113
  }
116
114
 
117
- class AddBridgeOutputsCommand extends smithyClient.Command
115
+ class AddBridgeOutputsCommand extends client.Command
118
116
  .classBuilder()
119
117
  .ep(commonParams)
120
118
  .m(function (Command, cs, config, o) {
121
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
119
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
122
120
  })
123
121
  .s("MediaConnect", "AddBridgeOutputs", {})
124
122
  .n("MediaConnectClient", "AddBridgeOutputsCommand")
@@ -126,11 +124,11 @@ class AddBridgeOutputsCommand extends smithyClient.Command
126
124
  .build() {
127
125
  }
128
126
 
129
- class AddBridgeSourcesCommand extends smithyClient.Command
127
+ class AddBridgeSourcesCommand extends client.Command
130
128
  .classBuilder()
131
129
  .ep(commonParams)
132
130
  .m(function (Command, cs, config, o) {
133
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
131
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
134
132
  })
135
133
  .s("MediaConnect", "AddBridgeSources", {})
136
134
  .n("MediaConnectClient", "AddBridgeSourcesCommand")
@@ -138,11 +136,11 @@ class AddBridgeSourcesCommand extends smithyClient.Command
138
136
  .build() {
139
137
  }
140
138
 
141
- class AddFlowMediaStreamsCommand extends smithyClient.Command
139
+ class AddFlowMediaStreamsCommand extends client.Command
142
140
  .classBuilder()
143
141
  .ep(commonParams)
144
142
  .m(function (Command, cs, config, o) {
145
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
143
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
146
144
  })
147
145
  .s("MediaConnect", "AddFlowMediaStreams", {})
148
146
  .n("MediaConnectClient", "AddFlowMediaStreamsCommand")
@@ -150,11 +148,11 @@ class AddFlowMediaStreamsCommand extends smithyClient.Command
150
148
  .build() {
151
149
  }
152
150
 
153
- class AddFlowOutputsCommand extends smithyClient.Command
151
+ class AddFlowOutputsCommand extends client.Command
154
152
  .classBuilder()
155
153
  .ep(commonParams)
156
154
  .m(function (Command, cs, config, o) {
157
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
155
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
158
156
  })
159
157
  .s("MediaConnect", "AddFlowOutputs", {})
160
158
  .n("MediaConnectClient", "AddFlowOutputsCommand")
@@ -162,11 +160,11 @@ class AddFlowOutputsCommand extends smithyClient.Command
162
160
  .build() {
163
161
  }
164
162
 
165
- class AddFlowSourcesCommand extends smithyClient.Command
163
+ class AddFlowSourcesCommand extends client.Command
166
164
  .classBuilder()
167
165
  .ep(commonParams)
168
166
  .m(function (Command, cs, config, o) {
169
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
167
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
170
168
  })
171
169
  .s("MediaConnect", "AddFlowSources", {})
172
170
  .n("MediaConnectClient", "AddFlowSourcesCommand")
@@ -174,11 +172,11 @@ class AddFlowSourcesCommand extends smithyClient.Command
174
172
  .build() {
175
173
  }
176
174
 
177
- class AddFlowVpcInterfacesCommand extends smithyClient.Command
175
+ class AddFlowVpcInterfacesCommand extends client.Command
178
176
  .classBuilder()
179
177
  .ep(commonParams)
180
178
  .m(function (Command, cs, config, o) {
181
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
179
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
182
180
  })
183
181
  .s("MediaConnect", "AddFlowVpcInterfaces", {})
184
182
  .n("MediaConnectClient", "AddFlowVpcInterfacesCommand")
@@ -186,11 +184,11 @@ class AddFlowVpcInterfacesCommand extends smithyClient.Command
186
184
  .build() {
187
185
  }
188
186
 
189
- class BatchGetRouterInputCommand extends smithyClient.Command
187
+ class BatchGetRouterInputCommand extends client.Command
190
188
  .classBuilder()
191
189
  .ep(commonParams)
192
190
  .m(function (Command, cs, config, o) {
193
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
191
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
194
192
  })
195
193
  .s("MediaConnect", "BatchGetRouterInput", {})
196
194
  .n("MediaConnectClient", "BatchGetRouterInputCommand")
@@ -198,11 +196,11 @@ class BatchGetRouterInputCommand extends smithyClient.Command
198
196
  .build() {
199
197
  }
200
198
 
201
- class BatchGetRouterNetworkInterfaceCommand extends smithyClient.Command
199
+ class BatchGetRouterNetworkInterfaceCommand extends client.Command
202
200
  .classBuilder()
203
201
  .ep(commonParams)
204
202
  .m(function (Command, cs, config, o) {
205
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
203
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
206
204
  })
207
205
  .s("MediaConnect", "BatchGetRouterNetworkInterface", {})
208
206
  .n("MediaConnectClient", "BatchGetRouterNetworkInterfaceCommand")
@@ -210,11 +208,11 @@ class BatchGetRouterNetworkInterfaceCommand extends smithyClient.Command
210
208
  .build() {
211
209
  }
212
210
 
213
- class BatchGetRouterOutputCommand extends smithyClient.Command
211
+ class BatchGetRouterOutputCommand extends client.Command
214
212
  .classBuilder()
215
213
  .ep(commonParams)
216
214
  .m(function (Command, cs, config, o) {
217
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
215
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
218
216
  })
219
217
  .s("MediaConnect", "BatchGetRouterOutput", {})
220
218
  .n("MediaConnectClient", "BatchGetRouterOutputCommand")
@@ -222,11 +220,11 @@ class BatchGetRouterOutputCommand extends smithyClient.Command
222
220
  .build() {
223
221
  }
224
222
 
225
- class CreateBridgeCommand extends smithyClient.Command
223
+ class CreateBridgeCommand extends client.Command
226
224
  .classBuilder()
227
225
  .ep(commonParams)
228
226
  .m(function (Command, cs, config, o) {
229
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
227
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
230
228
  })
231
229
  .s("MediaConnect", "CreateBridge", {})
232
230
  .n("MediaConnectClient", "CreateBridgeCommand")
@@ -234,11 +232,11 @@ class CreateBridgeCommand extends smithyClient.Command
234
232
  .build() {
235
233
  }
236
234
 
237
- class CreateFlowCommand extends smithyClient.Command
235
+ class CreateFlowCommand extends client.Command
238
236
  .classBuilder()
239
237
  .ep(commonParams)
240
238
  .m(function (Command, cs, config, o) {
241
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
239
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
242
240
  })
243
241
  .s("MediaConnect", "CreateFlow", {})
244
242
  .n("MediaConnectClient", "CreateFlowCommand")
@@ -246,11 +244,11 @@ class CreateFlowCommand extends smithyClient.Command
246
244
  .build() {
247
245
  }
248
246
 
249
- class CreateGatewayCommand extends smithyClient.Command
247
+ class CreateGatewayCommand extends client.Command
250
248
  .classBuilder()
251
249
  .ep(commonParams)
252
250
  .m(function (Command, cs, config, o) {
253
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
251
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
254
252
  })
255
253
  .s("MediaConnect", "CreateGateway", {})
256
254
  .n("MediaConnectClient", "CreateGatewayCommand")
@@ -258,11 +256,11 @@ class CreateGatewayCommand extends smithyClient.Command
258
256
  .build() {
259
257
  }
260
258
 
261
- class CreateRouterInputCommand extends smithyClient.Command
259
+ class CreateRouterInputCommand extends client.Command
262
260
  .classBuilder()
263
261
  .ep(commonParams)
264
262
  .m(function (Command, cs, config, o) {
265
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
263
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
266
264
  })
267
265
  .s("MediaConnect", "CreateRouterInput", {})
268
266
  .n("MediaConnectClient", "CreateRouterInputCommand")
@@ -270,11 +268,11 @@ class CreateRouterInputCommand extends smithyClient.Command
270
268
  .build() {
271
269
  }
272
270
 
273
- class CreateRouterNetworkInterfaceCommand extends smithyClient.Command
271
+ class CreateRouterNetworkInterfaceCommand extends client.Command
274
272
  .classBuilder()
275
273
  .ep(commonParams)
276
274
  .m(function (Command, cs, config, o) {
277
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
275
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
278
276
  })
279
277
  .s("MediaConnect", "CreateRouterNetworkInterface", {})
280
278
  .n("MediaConnectClient", "CreateRouterNetworkInterfaceCommand")
@@ -282,11 +280,11 @@ class CreateRouterNetworkInterfaceCommand extends smithyClient.Command
282
280
  .build() {
283
281
  }
284
282
 
285
- class CreateRouterOutputCommand extends smithyClient.Command
283
+ class CreateRouterOutputCommand extends client.Command
286
284
  .classBuilder()
287
285
  .ep(commonParams)
288
286
  .m(function (Command, cs, config, o) {
289
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
287
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
290
288
  })
291
289
  .s("MediaConnect", "CreateRouterOutput", {})
292
290
  .n("MediaConnectClient", "CreateRouterOutputCommand")
@@ -294,11 +292,11 @@ class CreateRouterOutputCommand extends smithyClient.Command
294
292
  .build() {
295
293
  }
296
294
 
297
- class DeleteBridgeCommand extends smithyClient.Command
295
+ class DeleteBridgeCommand extends client.Command
298
296
  .classBuilder()
299
297
  .ep(commonParams)
300
298
  .m(function (Command, cs, config, o) {
301
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
299
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
302
300
  })
303
301
  .s("MediaConnect", "DeleteBridge", {})
304
302
  .n("MediaConnectClient", "DeleteBridgeCommand")
@@ -306,11 +304,11 @@ class DeleteBridgeCommand extends smithyClient.Command
306
304
  .build() {
307
305
  }
308
306
 
309
- class DeleteFlowCommand extends smithyClient.Command
307
+ class DeleteFlowCommand extends client.Command
310
308
  .classBuilder()
311
309
  .ep(commonParams)
312
310
  .m(function (Command, cs, config, o) {
313
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
311
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
314
312
  })
315
313
  .s("MediaConnect", "DeleteFlow", {})
316
314
  .n("MediaConnectClient", "DeleteFlowCommand")
@@ -318,11 +316,11 @@ class DeleteFlowCommand extends smithyClient.Command
318
316
  .build() {
319
317
  }
320
318
 
321
- class DeleteGatewayCommand extends smithyClient.Command
319
+ class DeleteGatewayCommand extends client.Command
322
320
  .classBuilder()
323
321
  .ep(commonParams)
324
322
  .m(function (Command, cs, config, o) {
325
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
323
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
326
324
  })
327
325
  .s("MediaConnect", "DeleteGateway", {})
328
326
  .n("MediaConnectClient", "DeleteGatewayCommand")
@@ -330,11 +328,11 @@ class DeleteGatewayCommand extends smithyClient.Command
330
328
  .build() {
331
329
  }
332
330
 
333
- class DeleteRouterInputCommand extends smithyClient.Command
331
+ class DeleteRouterInputCommand extends client.Command
334
332
  .classBuilder()
335
333
  .ep(commonParams)
336
334
  .m(function (Command, cs, config, o) {
337
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
335
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
338
336
  })
339
337
  .s("MediaConnect", "DeleteRouterInput", {})
340
338
  .n("MediaConnectClient", "DeleteRouterInputCommand")
@@ -342,11 +340,11 @@ class DeleteRouterInputCommand extends smithyClient.Command
342
340
  .build() {
343
341
  }
344
342
 
345
- class DeleteRouterNetworkInterfaceCommand extends smithyClient.Command
343
+ class DeleteRouterNetworkInterfaceCommand extends client.Command
346
344
  .classBuilder()
347
345
  .ep(commonParams)
348
346
  .m(function (Command, cs, config, o) {
349
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
347
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
350
348
  })
351
349
  .s("MediaConnect", "DeleteRouterNetworkInterface", {})
352
350
  .n("MediaConnectClient", "DeleteRouterNetworkInterfaceCommand")
@@ -354,11 +352,11 @@ class DeleteRouterNetworkInterfaceCommand extends smithyClient.Command
354
352
  .build() {
355
353
  }
356
354
 
357
- class DeleteRouterOutputCommand extends smithyClient.Command
355
+ class DeleteRouterOutputCommand extends client.Command
358
356
  .classBuilder()
359
357
  .ep(commonParams)
360
358
  .m(function (Command, cs, config, o) {
361
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
359
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
362
360
  })
363
361
  .s("MediaConnect", "DeleteRouterOutput", {})
364
362
  .n("MediaConnectClient", "DeleteRouterOutputCommand")
@@ -366,11 +364,11 @@ class DeleteRouterOutputCommand extends smithyClient.Command
366
364
  .build() {
367
365
  }
368
366
 
369
- class DeregisterGatewayInstanceCommand extends smithyClient.Command
367
+ class DeregisterGatewayInstanceCommand extends client.Command
370
368
  .classBuilder()
371
369
  .ep(commonParams)
372
370
  .m(function (Command, cs, config, o) {
373
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
371
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
374
372
  })
375
373
  .s("MediaConnect", "DeregisterGatewayInstance", {})
376
374
  .n("MediaConnectClient", "DeregisterGatewayInstanceCommand")
@@ -378,11 +376,11 @@ class DeregisterGatewayInstanceCommand extends smithyClient.Command
378
376
  .build() {
379
377
  }
380
378
 
381
- class DescribeBridgeCommand extends smithyClient.Command
379
+ class DescribeBridgeCommand extends client.Command
382
380
  .classBuilder()
383
381
  .ep(commonParams)
384
382
  .m(function (Command, cs, config, o) {
385
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
383
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
386
384
  })
387
385
  .s("MediaConnect", "DescribeBridge", {})
388
386
  .n("MediaConnectClient", "DescribeBridgeCommand")
@@ -390,11 +388,11 @@ class DescribeBridgeCommand extends smithyClient.Command
390
388
  .build() {
391
389
  }
392
390
 
393
- class DescribeFlowCommand extends smithyClient.Command
391
+ class DescribeFlowCommand extends client.Command
394
392
  .classBuilder()
395
393
  .ep(commonParams)
396
394
  .m(function (Command, cs, config, o) {
397
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
395
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
398
396
  })
399
397
  .s("MediaConnect", "DescribeFlow", {})
400
398
  .n("MediaConnectClient", "DescribeFlowCommand")
@@ -402,11 +400,11 @@ class DescribeFlowCommand extends smithyClient.Command
402
400
  .build() {
403
401
  }
404
402
 
405
- class DescribeFlowSourceMetadataCommand extends smithyClient.Command
403
+ class DescribeFlowSourceMetadataCommand extends client.Command
406
404
  .classBuilder()
407
405
  .ep(commonParams)
408
406
  .m(function (Command, cs, config, o) {
409
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
407
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
410
408
  })
411
409
  .s("MediaConnect", "DescribeFlowSourceMetadata", {})
412
410
  .n("MediaConnectClient", "DescribeFlowSourceMetadataCommand")
@@ -414,11 +412,11 @@ class DescribeFlowSourceMetadataCommand extends smithyClient.Command
414
412
  .build() {
415
413
  }
416
414
 
417
- class DescribeFlowSourceThumbnailCommand extends smithyClient.Command
415
+ class DescribeFlowSourceThumbnailCommand extends client.Command
418
416
  .classBuilder()
419
417
  .ep(commonParams)
420
418
  .m(function (Command, cs, config, o) {
421
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
419
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
422
420
  })
423
421
  .s("MediaConnect", "DescribeFlowSourceThumbnail", {})
424
422
  .n("MediaConnectClient", "DescribeFlowSourceThumbnailCommand")
@@ -426,11 +424,11 @@ class DescribeFlowSourceThumbnailCommand extends smithyClient.Command
426
424
  .build() {
427
425
  }
428
426
 
429
- class DescribeGatewayCommand extends smithyClient.Command
427
+ class DescribeGatewayCommand extends client.Command
430
428
  .classBuilder()
431
429
  .ep(commonParams)
432
430
  .m(function (Command, cs, config, o) {
433
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
431
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
434
432
  })
435
433
  .s("MediaConnect", "DescribeGateway", {})
436
434
  .n("MediaConnectClient", "DescribeGatewayCommand")
@@ -438,11 +436,11 @@ class DescribeGatewayCommand extends smithyClient.Command
438
436
  .build() {
439
437
  }
440
438
 
441
- class DescribeGatewayInstanceCommand extends smithyClient.Command
439
+ class DescribeGatewayInstanceCommand extends client.Command
442
440
  .classBuilder()
443
441
  .ep(commonParams)
444
442
  .m(function (Command, cs, config, o) {
445
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
443
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
446
444
  })
447
445
  .s("MediaConnect", "DescribeGatewayInstance", {})
448
446
  .n("MediaConnectClient", "DescribeGatewayInstanceCommand")
@@ -450,11 +448,11 @@ class DescribeGatewayInstanceCommand extends smithyClient.Command
450
448
  .build() {
451
449
  }
452
450
 
453
- class DescribeOfferingCommand extends smithyClient.Command
451
+ class DescribeOfferingCommand extends client.Command
454
452
  .classBuilder()
455
453
  .ep(commonParams)
456
454
  .m(function (Command, cs, config, o) {
457
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
455
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
458
456
  })
459
457
  .s("MediaConnect", "DescribeOffering", {})
460
458
  .n("MediaConnectClient", "DescribeOfferingCommand")
@@ -462,11 +460,11 @@ class DescribeOfferingCommand extends smithyClient.Command
462
460
  .build() {
463
461
  }
464
462
 
465
- class DescribeReservationCommand extends smithyClient.Command
463
+ class DescribeReservationCommand extends client.Command
466
464
  .classBuilder()
467
465
  .ep(commonParams)
468
466
  .m(function (Command, cs, config, o) {
469
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
467
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
470
468
  })
471
469
  .s("MediaConnect", "DescribeReservation", {})
472
470
  .n("MediaConnectClient", "DescribeReservationCommand")
@@ -474,11 +472,11 @@ class DescribeReservationCommand extends smithyClient.Command
474
472
  .build() {
475
473
  }
476
474
 
477
- class GetRouterInputCommand extends smithyClient.Command
475
+ class GetRouterInputCommand extends client.Command
478
476
  .classBuilder()
479
477
  .ep(commonParams)
480
478
  .m(function (Command, cs, config, o) {
481
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
479
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
482
480
  })
483
481
  .s("MediaConnect", "GetRouterInput", {})
484
482
  .n("MediaConnectClient", "GetRouterInputCommand")
@@ -486,11 +484,11 @@ class GetRouterInputCommand extends smithyClient.Command
486
484
  .build() {
487
485
  }
488
486
 
489
- class GetRouterInputSourceMetadataCommand extends smithyClient.Command
487
+ class GetRouterInputSourceMetadataCommand extends client.Command
490
488
  .classBuilder()
491
489
  .ep(commonParams)
492
490
  .m(function (Command, cs, config, o) {
493
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
491
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
494
492
  })
495
493
  .s("MediaConnect", "GetRouterInputSourceMetadata", {})
496
494
  .n("MediaConnectClient", "GetRouterInputSourceMetadataCommand")
@@ -498,11 +496,11 @@ class GetRouterInputSourceMetadataCommand extends smithyClient.Command
498
496
  .build() {
499
497
  }
500
498
 
501
- class GetRouterInputThumbnailCommand extends smithyClient.Command
499
+ class GetRouterInputThumbnailCommand extends client.Command
502
500
  .classBuilder()
503
501
  .ep(commonParams)
504
502
  .m(function (Command, cs, config, o) {
505
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
503
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
506
504
  })
507
505
  .s("MediaConnect", "GetRouterInputThumbnail", {})
508
506
  .n("MediaConnectClient", "GetRouterInputThumbnailCommand")
@@ -510,11 +508,11 @@ class GetRouterInputThumbnailCommand extends smithyClient.Command
510
508
  .build() {
511
509
  }
512
510
 
513
- class GetRouterNetworkInterfaceCommand extends smithyClient.Command
511
+ class GetRouterNetworkInterfaceCommand extends client.Command
514
512
  .classBuilder()
515
513
  .ep(commonParams)
516
514
  .m(function (Command, cs, config, o) {
517
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
515
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
518
516
  })
519
517
  .s("MediaConnect", "GetRouterNetworkInterface", {})
520
518
  .n("MediaConnectClient", "GetRouterNetworkInterfaceCommand")
@@ -522,11 +520,11 @@ class GetRouterNetworkInterfaceCommand extends smithyClient.Command
522
520
  .build() {
523
521
  }
524
522
 
525
- class GetRouterOutputCommand extends smithyClient.Command
523
+ class GetRouterOutputCommand extends client.Command
526
524
  .classBuilder()
527
525
  .ep(commonParams)
528
526
  .m(function (Command, cs, config, o) {
529
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
527
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
530
528
  })
531
529
  .s("MediaConnect", "GetRouterOutput", {})
532
530
  .n("MediaConnectClient", "GetRouterOutputCommand")
@@ -534,11 +532,11 @@ class GetRouterOutputCommand extends smithyClient.Command
534
532
  .build() {
535
533
  }
536
534
 
537
- class GrantFlowEntitlementsCommand extends smithyClient.Command
535
+ class GrantFlowEntitlementsCommand extends client.Command
538
536
  .classBuilder()
539
537
  .ep(commonParams)
540
538
  .m(function (Command, cs, config, o) {
541
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
539
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
542
540
  })
543
541
  .s("MediaConnect", "GrantFlowEntitlements", {})
544
542
  .n("MediaConnectClient", "GrantFlowEntitlementsCommand")
@@ -546,11 +544,11 @@ class GrantFlowEntitlementsCommand extends smithyClient.Command
546
544
  .build() {
547
545
  }
548
546
 
549
- class ListBridgesCommand extends smithyClient.Command
547
+ class ListBridgesCommand extends client.Command
550
548
  .classBuilder()
551
549
  .ep(commonParams)
552
550
  .m(function (Command, cs, config, o) {
553
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
551
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
554
552
  })
555
553
  .s("MediaConnect", "ListBridges", {})
556
554
  .n("MediaConnectClient", "ListBridgesCommand")
@@ -558,11 +556,11 @@ class ListBridgesCommand extends smithyClient.Command
558
556
  .build() {
559
557
  }
560
558
 
561
- class ListEntitlementsCommand extends smithyClient.Command
559
+ class ListEntitlementsCommand extends client.Command
562
560
  .classBuilder()
563
561
  .ep(commonParams)
564
562
  .m(function (Command, cs, config, o) {
565
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
563
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
566
564
  })
567
565
  .s("MediaConnect", "ListEntitlements", {})
568
566
  .n("MediaConnectClient", "ListEntitlementsCommand")
@@ -570,11 +568,11 @@ class ListEntitlementsCommand extends smithyClient.Command
570
568
  .build() {
571
569
  }
572
570
 
573
- class ListFlowsCommand extends smithyClient.Command
571
+ class ListFlowsCommand extends client.Command
574
572
  .classBuilder()
575
573
  .ep(commonParams)
576
574
  .m(function (Command, cs, config, o) {
577
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
575
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
578
576
  })
579
577
  .s("MediaConnect", "ListFlows", {})
580
578
  .n("MediaConnectClient", "ListFlowsCommand")
@@ -582,11 +580,11 @@ class ListFlowsCommand extends smithyClient.Command
582
580
  .build() {
583
581
  }
584
582
 
585
- class ListGatewayInstancesCommand extends smithyClient.Command
583
+ class ListGatewayInstancesCommand extends client.Command
586
584
  .classBuilder()
587
585
  .ep(commonParams)
588
586
  .m(function (Command, cs, config, o) {
589
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
587
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
590
588
  })
591
589
  .s("MediaConnect", "ListGatewayInstances", {})
592
590
  .n("MediaConnectClient", "ListGatewayInstancesCommand")
@@ -594,11 +592,11 @@ class ListGatewayInstancesCommand extends smithyClient.Command
594
592
  .build() {
595
593
  }
596
594
 
597
- class ListGatewaysCommand extends smithyClient.Command
595
+ class ListGatewaysCommand extends client.Command
598
596
  .classBuilder()
599
597
  .ep(commonParams)
600
598
  .m(function (Command, cs, config, o) {
601
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
599
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
602
600
  })
603
601
  .s("MediaConnect", "ListGateways", {})
604
602
  .n("MediaConnectClient", "ListGatewaysCommand")
@@ -606,11 +604,11 @@ class ListGatewaysCommand extends smithyClient.Command
606
604
  .build() {
607
605
  }
608
606
 
609
- class ListOfferingsCommand extends smithyClient.Command
607
+ class ListOfferingsCommand extends client.Command
610
608
  .classBuilder()
611
609
  .ep(commonParams)
612
610
  .m(function (Command, cs, config, o) {
613
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
611
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
614
612
  })
615
613
  .s("MediaConnect", "ListOfferings", {})
616
614
  .n("MediaConnectClient", "ListOfferingsCommand")
@@ -618,11 +616,11 @@ class ListOfferingsCommand extends smithyClient.Command
618
616
  .build() {
619
617
  }
620
618
 
621
- class ListReservationsCommand extends smithyClient.Command
619
+ class ListReservationsCommand extends client.Command
622
620
  .classBuilder()
623
621
  .ep(commonParams)
624
622
  .m(function (Command, cs, config, o) {
625
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
623
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
626
624
  })
627
625
  .s("MediaConnect", "ListReservations", {})
628
626
  .n("MediaConnectClient", "ListReservationsCommand")
@@ -630,11 +628,11 @@ class ListReservationsCommand extends smithyClient.Command
630
628
  .build() {
631
629
  }
632
630
 
633
- class ListRouterInputsCommand extends smithyClient.Command
631
+ class ListRouterInputsCommand extends client.Command
634
632
  .classBuilder()
635
633
  .ep(commonParams)
636
634
  .m(function (Command, cs, config, o) {
637
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
635
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
638
636
  })
639
637
  .s("MediaConnect", "ListRouterInputs", {})
640
638
  .n("MediaConnectClient", "ListRouterInputsCommand")
@@ -642,11 +640,11 @@ class ListRouterInputsCommand extends smithyClient.Command
642
640
  .build() {
643
641
  }
644
642
 
645
- class ListRouterNetworkInterfacesCommand extends smithyClient.Command
643
+ class ListRouterNetworkInterfacesCommand extends client.Command
646
644
  .classBuilder()
647
645
  .ep(commonParams)
648
646
  .m(function (Command, cs, config, o) {
649
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
647
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
650
648
  })
651
649
  .s("MediaConnect", "ListRouterNetworkInterfaces", {})
652
650
  .n("MediaConnectClient", "ListRouterNetworkInterfacesCommand")
@@ -654,11 +652,11 @@ class ListRouterNetworkInterfacesCommand extends smithyClient.Command
654
652
  .build() {
655
653
  }
656
654
 
657
- class ListRouterOutputsCommand extends smithyClient.Command
655
+ class ListRouterOutputsCommand extends client.Command
658
656
  .classBuilder()
659
657
  .ep(commonParams)
660
658
  .m(function (Command, cs, config, o) {
661
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
659
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
662
660
  })
663
661
  .s("MediaConnect", "ListRouterOutputs", {})
664
662
  .n("MediaConnectClient", "ListRouterOutputsCommand")
@@ -666,11 +664,11 @@ class ListRouterOutputsCommand extends smithyClient.Command
666
664
  .build() {
667
665
  }
668
666
 
669
- class ListTagsForGlobalResourceCommand extends smithyClient.Command
667
+ class ListTagsForGlobalResourceCommand extends client.Command
670
668
  .classBuilder()
671
669
  .ep(commonParams)
672
670
  .m(function (Command, cs, config, o) {
673
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
671
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
674
672
  })
675
673
  .s("MediaConnect", "ListTagsForGlobalResource", {})
676
674
  .n("MediaConnectClient", "ListTagsForGlobalResourceCommand")
@@ -678,11 +676,11 @@ class ListTagsForGlobalResourceCommand extends smithyClient.Command
678
676
  .build() {
679
677
  }
680
678
 
681
- class ListTagsForResourceCommand extends smithyClient.Command
679
+ class ListTagsForResourceCommand extends client.Command
682
680
  .classBuilder()
683
681
  .ep(commonParams)
684
682
  .m(function (Command, cs, config, o) {
685
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
683
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
686
684
  })
687
685
  .s("MediaConnect", "ListTagsForResource", {})
688
686
  .n("MediaConnectClient", "ListTagsForResourceCommand")
@@ -690,11 +688,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
690
688
  .build() {
691
689
  }
692
690
 
693
- class PurchaseOfferingCommand extends smithyClient.Command
691
+ class PurchaseOfferingCommand extends client.Command
694
692
  .classBuilder()
695
693
  .ep(commonParams)
696
694
  .m(function (Command, cs, config, o) {
697
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
695
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
698
696
  })
699
697
  .s("MediaConnect", "PurchaseOffering", {})
700
698
  .n("MediaConnectClient", "PurchaseOfferingCommand")
@@ -702,11 +700,11 @@ class PurchaseOfferingCommand extends smithyClient.Command
702
700
  .build() {
703
701
  }
704
702
 
705
- class RemoveBridgeOutputCommand extends smithyClient.Command
703
+ class RemoveBridgeOutputCommand extends client.Command
706
704
  .classBuilder()
707
705
  .ep(commonParams)
708
706
  .m(function (Command, cs, config, o) {
709
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
707
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
710
708
  })
711
709
  .s("MediaConnect", "RemoveBridgeOutput", {})
712
710
  .n("MediaConnectClient", "RemoveBridgeOutputCommand")
@@ -714,11 +712,11 @@ class RemoveBridgeOutputCommand extends smithyClient.Command
714
712
  .build() {
715
713
  }
716
714
 
717
- class RemoveBridgeSourceCommand extends smithyClient.Command
715
+ class RemoveBridgeSourceCommand extends client.Command
718
716
  .classBuilder()
719
717
  .ep(commonParams)
720
718
  .m(function (Command, cs, config, o) {
721
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
719
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
722
720
  })
723
721
  .s("MediaConnect", "RemoveBridgeSource", {})
724
722
  .n("MediaConnectClient", "RemoveBridgeSourceCommand")
@@ -726,11 +724,11 @@ class RemoveBridgeSourceCommand extends smithyClient.Command
726
724
  .build() {
727
725
  }
728
726
 
729
- class RemoveFlowMediaStreamCommand extends smithyClient.Command
727
+ class RemoveFlowMediaStreamCommand extends client.Command
730
728
  .classBuilder()
731
729
  .ep(commonParams)
732
730
  .m(function (Command, cs, config, o) {
733
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
731
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
734
732
  })
735
733
  .s("MediaConnect", "RemoveFlowMediaStream", {})
736
734
  .n("MediaConnectClient", "RemoveFlowMediaStreamCommand")
@@ -738,11 +736,11 @@ class RemoveFlowMediaStreamCommand extends smithyClient.Command
738
736
  .build() {
739
737
  }
740
738
 
741
- class RemoveFlowOutputCommand extends smithyClient.Command
739
+ class RemoveFlowOutputCommand extends client.Command
742
740
  .classBuilder()
743
741
  .ep(commonParams)
744
742
  .m(function (Command, cs, config, o) {
745
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
743
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
746
744
  })
747
745
  .s("MediaConnect", "RemoveFlowOutput", {})
748
746
  .n("MediaConnectClient", "RemoveFlowOutputCommand")
@@ -750,11 +748,11 @@ class RemoveFlowOutputCommand extends smithyClient.Command
750
748
  .build() {
751
749
  }
752
750
 
753
- class RemoveFlowSourceCommand extends smithyClient.Command
751
+ class RemoveFlowSourceCommand extends client.Command
754
752
  .classBuilder()
755
753
  .ep(commonParams)
756
754
  .m(function (Command, cs, config, o) {
757
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
755
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
758
756
  })
759
757
  .s("MediaConnect", "RemoveFlowSource", {})
760
758
  .n("MediaConnectClient", "RemoveFlowSourceCommand")
@@ -762,11 +760,11 @@ class RemoveFlowSourceCommand extends smithyClient.Command
762
760
  .build() {
763
761
  }
764
762
 
765
- class RemoveFlowVpcInterfaceCommand extends smithyClient.Command
763
+ class RemoveFlowVpcInterfaceCommand extends client.Command
766
764
  .classBuilder()
767
765
  .ep(commonParams)
768
766
  .m(function (Command, cs, config, o) {
769
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
767
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
770
768
  })
771
769
  .s("MediaConnect", "RemoveFlowVpcInterface", {})
772
770
  .n("MediaConnectClient", "RemoveFlowVpcInterfaceCommand")
@@ -774,11 +772,11 @@ class RemoveFlowVpcInterfaceCommand extends smithyClient.Command
774
772
  .build() {
775
773
  }
776
774
 
777
- class RestartRouterInputCommand extends smithyClient.Command
775
+ class RestartRouterInputCommand extends client.Command
778
776
  .classBuilder()
779
777
  .ep(commonParams)
780
778
  .m(function (Command, cs, config, o) {
781
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
779
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
782
780
  })
783
781
  .s("MediaConnect", "RestartRouterInput", {})
784
782
  .n("MediaConnectClient", "RestartRouterInputCommand")
@@ -786,11 +784,11 @@ class RestartRouterInputCommand extends smithyClient.Command
786
784
  .build() {
787
785
  }
788
786
 
789
- class RestartRouterOutputCommand extends smithyClient.Command
787
+ class RestartRouterOutputCommand extends client.Command
790
788
  .classBuilder()
791
789
  .ep(commonParams)
792
790
  .m(function (Command, cs, config, o) {
793
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
791
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
794
792
  })
795
793
  .s("MediaConnect", "RestartRouterOutput", {})
796
794
  .n("MediaConnectClient", "RestartRouterOutputCommand")
@@ -798,11 +796,11 @@ class RestartRouterOutputCommand extends smithyClient.Command
798
796
  .build() {
799
797
  }
800
798
 
801
- class RevokeFlowEntitlementCommand extends smithyClient.Command
799
+ class RevokeFlowEntitlementCommand extends client.Command
802
800
  .classBuilder()
803
801
  .ep(commonParams)
804
802
  .m(function (Command, cs, config, o) {
805
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
803
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
806
804
  })
807
805
  .s("MediaConnect", "RevokeFlowEntitlement", {})
808
806
  .n("MediaConnectClient", "RevokeFlowEntitlementCommand")
@@ -810,11 +808,11 @@ class RevokeFlowEntitlementCommand extends smithyClient.Command
810
808
  .build() {
811
809
  }
812
810
 
813
- class StartFlowCommand extends smithyClient.Command
811
+ class StartFlowCommand extends client.Command
814
812
  .classBuilder()
815
813
  .ep(commonParams)
816
814
  .m(function (Command, cs, config, o) {
817
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
815
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
818
816
  })
819
817
  .s("MediaConnect", "StartFlow", {})
820
818
  .n("MediaConnectClient", "StartFlowCommand")
@@ -822,11 +820,11 @@ class StartFlowCommand extends smithyClient.Command
822
820
  .build() {
823
821
  }
824
822
 
825
- class StartRouterInputCommand extends smithyClient.Command
823
+ class StartRouterInputCommand extends client.Command
826
824
  .classBuilder()
827
825
  .ep(commonParams)
828
826
  .m(function (Command, cs, config, o) {
829
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
827
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
830
828
  })
831
829
  .s("MediaConnect", "StartRouterInput", {})
832
830
  .n("MediaConnectClient", "StartRouterInputCommand")
@@ -834,11 +832,11 @@ class StartRouterInputCommand extends smithyClient.Command
834
832
  .build() {
835
833
  }
836
834
 
837
- class StartRouterOutputCommand extends smithyClient.Command
835
+ class StartRouterOutputCommand extends client.Command
838
836
  .classBuilder()
839
837
  .ep(commonParams)
840
838
  .m(function (Command, cs, config, o) {
841
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
839
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
842
840
  })
843
841
  .s("MediaConnect", "StartRouterOutput", {})
844
842
  .n("MediaConnectClient", "StartRouterOutputCommand")
@@ -846,11 +844,11 @@ class StartRouterOutputCommand extends smithyClient.Command
846
844
  .build() {
847
845
  }
848
846
 
849
- class StopFlowCommand extends smithyClient.Command
847
+ class StopFlowCommand extends client.Command
850
848
  .classBuilder()
851
849
  .ep(commonParams)
852
850
  .m(function (Command, cs, config, o) {
853
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
851
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
854
852
  })
855
853
  .s("MediaConnect", "StopFlow", {})
856
854
  .n("MediaConnectClient", "StopFlowCommand")
@@ -858,11 +856,11 @@ class StopFlowCommand extends smithyClient.Command
858
856
  .build() {
859
857
  }
860
858
 
861
- class StopRouterInputCommand extends smithyClient.Command
859
+ class StopRouterInputCommand extends client.Command
862
860
  .classBuilder()
863
861
  .ep(commonParams)
864
862
  .m(function (Command, cs, config, o) {
865
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
863
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
866
864
  })
867
865
  .s("MediaConnect", "StopRouterInput", {})
868
866
  .n("MediaConnectClient", "StopRouterInputCommand")
@@ -870,11 +868,11 @@ class StopRouterInputCommand extends smithyClient.Command
870
868
  .build() {
871
869
  }
872
870
 
873
- class StopRouterOutputCommand extends smithyClient.Command
871
+ class StopRouterOutputCommand extends client.Command
874
872
  .classBuilder()
875
873
  .ep(commonParams)
876
874
  .m(function (Command, cs, config, o) {
877
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
875
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
878
876
  })
879
877
  .s("MediaConnect", "StopRouterOutput", {})
880
878
  .n("MediaConnectClient", "StopRouterOutputCommand")
@@ -882,11 +880,11 @@ class StopRouterOutputCommand extends smithyClient.Command
882
880
  .build() {
883
881
  }
884
882
 
885
- class TagGlobalResourceCommand extends smithyClient.Command
883
+ class TagGlobalResourceCommand extends client.Command
886
884
  .classBuilder()
887
885
  .ep(commonParams)
888
886
  .m(function (Command, cs, config, o) {
889
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
887
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
890
888
  })
891
889
  .s("MediaConnect", "TagGlobalResource", {})
892
890
  .n("MediaConnectClient", "TagGlobalResourceCommand")
@@ -894,11 +892,11 @@ class TagGlobalResourceCommand extends smithyClient.Command
894
892
  .build() {
895
893
  }
896
894
 
897
- class TagResourceCommand extends smithyClient.Command
895
+ class TagResourceCommand extends client.Command
898
896
  .classBuilder()
899
897
  .ep(commonParams)
900
898
  .m(function (Command, cs, config, o) {
901
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
899
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
902
900
  })
903
901
  .s("MediaConnect", "TagResource", {})
904
902
  .n("MediaConnectClient", "TagResourceCommand")
@@ -906,11 +904,11 @@ class TagResourceCommand extends smithyClient.Command
906
904
  .build() {
907
905
  }
908
906
 
909
- class TakeRouterInputCommand extends smithyClient.Command
907
+ class TakeRouterInputCommand extends client.Command
910
908
  .classBuilder()
911
909
  .ep(commonParams)
912
910
  .m(function (Command, cs, config, o) {
913
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
911
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
914
912
  })
915
913
  .s("MediaConnect", "TakeRouterInput", {})
916
914
  .n("MediaConnectClient", "TakeRouterInputCommand")
@@ -918,11 +916,11 @@ class TakeRouterInputCommand extends smithyClient.Command
918
916
  .build() {
919
917
  }
920
918
 
921
- class UntagGlobalResourceCommand extends smithyClient.Command
919
+ class UntagGlobalResourceCommand extends client.Command
922
920
  .classBuilder()
923
921
  .ep(commonParams)
924
922
  .m(function (Command, cs, config, o) {
925
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
923
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
926
924
  })
927
925
  .s("MediaConnect", "UntagGlobalResource", {})
928
926
  .n("MediaConnectClient", "UntagGlobalResourceCommand")
@@ -930,11 +928,11 @@ class UntagGlobalResourceCommand extends smithyClient.Command
930
928
  .build() {
931
929
  }
932
930
 
933
- class UntagResourceCommand extends smithyClient.Command
931
+ class UntagResourceCommand extends client.Command
934
932
  .classBuilder()
935
933
  .ep(commonParams)
936
934
  .m(function (Command, cs, config, o) {
937
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
935
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
938
936
  })
939
937
  .s("MediaConnect", "UntagResource", {})
940
938
  .n("MediaConnectClient", "UntagResourceCommand")
@@ -942,11 +940,11 @@ class UntagResourceCommand extends smithyClient.Command
942
940
  .build() {
943
941
  }
944
942
 
945
- class UpdateBridgeCommand extends smithyClient.Command
943
+ class UpdateBridgeCommand extends client.Command
946
944
  .classBuilder()
947
945
  .ep(commonParams)
948
946
  .m(function (Command, cs, config, o) {
949
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
947
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
950
948
  })
951
949
  .s("MediaConnect", "UpdateBridge", {})
952
950
  .n("MediaConnectClient", "UpdateBridgeCommand")
@@ -954,11 +952,11 @@ class UpdateBridgeCommand extends smithyClient.Command
954
952
  .build() {
955
953
  }
956
954
 
957
- class UpdateBridgeOutputCommand extends smithyClient.Command
955
+ class UpdateBridgeOutputCommand extends client.Command
958
956
  .classBuilder()
959
957
  .ep(commonParams)
960
958
  .m(function (Command, cs, config, o) {
961
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
959
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
962
960
  })
963
961
  .s("MediaConnect", "UpdateBridgeOutput", {})
964
962
  .n("MediaConnectClient", "UpdateBridgeOutputCommand")
@@ -966,11 +964,11 @@ class UpdateBridgeOutputCommand extends smithyClient.Command
966
964
  .build() {
967
965
  }
968
966
 
969
- class UpdateBridgeSourceCommand extends smithyClient.Command
967
+ class UpdateBridgeSourceCommand extends client.Command
970
968
  .classBuilder()
971
969
  .ep(commonParams)
972
970
  .m(function (Command, cs, config, o) {
973
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
971
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
974
972
  })
975
973
  .s("MediaConnect", "UpdateBridgeSource", {})
976
974
  .n("MediaConnectClient", "UpdateBridgeSourceCommand")
@@ -978,11 +976,11 @@ class UpdateBridgeSourceCommand extends smithyClient.Command
978
976
  .build() {
979
977
  }
980
978
 
981
- class UpdateBridgeStateCommand extends smithyClient.Command
979
+ class UpdateBridgeStateCommand extends client.Command
982
980
  .classBuilder()
983
981
  .ep(commonParams)
984
982
  .m(function (Command, cs, config, o) {
985
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
983
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
986
984
  })
987
985
  .s("MediaConnect", "UpdateBridgeState", {})
988
986
  .n("MediaConnectClient", "UpdateBridgeStateCommand")
@@ -990,11 +988,11 @@ class UpdateBridgeStateCommand extends smithyClient.Command
990
988
  .build() {
991
989
  }
992
990
 
993
- class UpdateFlowCommand extends smithyClient.Command
991
+ class UpdateFlowCommand extends client.Command
994
992
  .classBuilder()
995
993
  .ep(commonParams)
996
994
  .m(function (Command, cs, config, o) {
997
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
995
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
998
996
  })
999
997
  .s("MediaConnect", "UpdateFlow", {})
1000
998
  .n("MediaConnectClient", "UpdateFlowCommand")
@@ -1002,11 +1000,11 @@ class UpdateFlowCommand extends smithyClient.Command
1002
1000
  .build() {
1003
1001
  }
1004
1002
 
1005
- class UpdateFlowEntitlementCommand extends smithyClient.Command
1003
+ class UpdateFlowEntitlementCommand extends client.Command
1006
1004
  .classBuilder()
1007
1005
  .ep(commonParams)
1008
1006
  .m(function (Command, cs, config, o) {
1009
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1007
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1010
1008
  })
1011
1009
  .s("MediaConnect", "UpdateFlowEntitlement", {})
1012
1010
  .n("MediaConnectClient", "UpdateFlowEntitlementCommand")
@@ -1014,11 +1012,11 @@ class UpdateFlowEntitlementCommand extends smithyClient.Command
1014
1012
  .build() {
1015
1013
  }
1016
1014
 
1017
- class UpdateFlowMediaStreamCommand extends smithyClient.Command
1015
+ class UpdateFlowMediaStreamCommand extends client.Command
1018
1016
  .classBuilder()
1019
1017
  .ep(commonParams)
1020
1018
  .m(function (Command, cs, config, o) {
1021
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1019
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1022
1020
  })
1023
1021
  .s("MediaConnect", "UpdateFlowMediaStream", {})
1024
1022
  .n("MediaConnectClient", "UpdateFlowMediaStreamCommand")
@@ -1026,11 +1024,11 @@ class UpdateFlowMediaStreamCommand extends smithyClient.Command
1026
1024
  .build() {
1027
1025
  }
1028
1026
 
1029
- class UpdateFlowOutputCommand extends smithyClient.Command
1027
+ class UpdateFlowOutputCommand extends client.Command
1030
1028
  .classBuilder()
1031
1029
  .ep(commonParams)
1032
1030
  .m(function (Command, cs, config, o) {
1033
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1031
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1034
1032
  })
1035
1033
  .s("MediaConnect", "UpdateFlowOutput", {})
1036
1034
  .n("MediaConnectClient", "UpdateFlowOutputCommand")
@@ -1038,11 +1036,11 @@ class UpdateFlowOutputCommand extends smithyClient.Command
1038
1036
  .build() {
1039
1037
  }
1040
1038
 
1041
- class UpdateFlowSourceCommand extends smithyClient.Command
1039
+ class UpdateFlowSourceCommand extends client.Command
1042
1040
  .classBuilder()
1043
1041
  .ep(commonParams)
1044
1042
  .m(function (Command, cs, config, o) {
1045
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1043
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1046
1044
  })
1047
1045
  .s("MediaConnect", "UpdateFlowSource", {})
1048
1046
  .n("MediaConnectClient", "UpdateFlowSourceCommand")
@@ -1050,11 +1048,11 @@ class UpdateFlowSourceCommand extends smithyClient.Command
1050
1048
  .build() {
1051
1049
  }
1052
1050
 
1053
- class UpdateGatewayInstanceCommand extends smithyClient.Command
1051
+ class UpdateGatewayInstanceCommand extends client.Command
1054
1052
  .classBuilder()
1055
1053
  .ep(commonParams)
1056
1054
  .m(function (Command, cs, config, o) {
1057
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1055
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1058
1056
  })
1059
1057
  .s("MediaConnect", "UpdateGatewayInstance", {})
1060
1058
  .n("MediaConnectClient", "UpdateGatewayInstanceCommand")
@@ -1062,11 +1060,11 @@ class UpdateGatewayInstanceCommand extends smithyClient.Command
1062
1060
  .build() {
1063
1061
  }
1064
1062
 
1065
- class UpdateRouterInputCommand extends smithyClient.Command
1063
+ class UpdateRouterInputCommand extends client.Command
1066
1064
  .classBuilder()
1067
1065
  .ep(commonParams)
1068
1066
  .m(function (Command, cs, config, o) {
1069
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1067
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1070
1068
  })
1071
1069
  .s("MediaConnect", "UpdateRouterInput", {})
1072
1070
  .n("MediaConnectClient", "UpdateRouterInputCommand")
@@ -1074,11 +1072,11 @@ class UpdateRouterInputCommand extends smithyClient.Command
1074
1072
  .build() {
1075
1073
  }
1076
1074
 
1077
- class UpdateRouterNetworkInterfaceCommand extends smithyClient.Command
1075
+ class UpdateRouterNetworkInterfaceCommand extends client.Command
1078
1076
  .classBuilder()
1079
1077
  .ep(commonParams)
1080
1078
  .m(function (Command, cs, config, o) {
1081
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1079
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1082
1080
  })
1083
1081
  .s("MediaConnect", "UpdateRouterNetworkInterface", {})
1084
1082
  .n("MediaConnectClient", "UpdateRouterNetworkInterfaceCommand")
@@ -1086,11 +1084,11 @@ class UpdateRouterNetworkInterfaceCommand extends smithyClient.Command
1086
1084
  .build() {
1087
1085
  }
1088
1086
 
1089
- class UpdateRouterOutputCommand extends smithyClient.Command
1087
+ class UpdateRouterOutputCommand extends client.Command
1090
1088
  .classBuilder()
1091
1089
  .ep(commonParams)
1092
1090
  .m(function (Command, cs, config, o) {
1093
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1091
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1094
1092
  })
1095
1093
  .s("MediaConnect", "UpdateRouterOutput", {})
1096
1094
  .n("MediaConnectClient", "UpdateRouterOutputCommand")
@@ -1118,17 +1116,17 @@ const paginateListRouterNetworkInterfaces = core.createPaginator(MediaConnectCli
1118
1116
 
1119
1117
  const paginateListRouterOutputs = core.createPaginator(MediaConnectClient, ListRouterOutputsCommand, "NextToken", "NextToken", "MaxResults");
1120
1118
 
1121
- const checkState$a = async (client, input) => {
1119
+ const checkState$a = async (client$1, input) => {
1122
1120
  let reason;
1123
1121
  try {
1124
- let result = await client.send(new DescribeFlowCommand(input));
1122
+ let result = await client$1.send(new DescribeFlowCommand(input));
1125
1123
  reason = result;
1126
1124
  try {
1127
1125
  const returnComparator = () => {
1128
1126
  return result.Flow.Status;
1129
1127
  };
1130
1128
  if (returnComparator() === "ACTIVE") {
1131
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1129
+ return { state: client.WaiterState.SUCCESS, reason };
1132
1130
  }
1133
1131
  }
1134
1132
  catch (e) { }
@@ -1137,7 +1135,7 @@ const checkState$a = async (client, input) => {
1137
1135
  return result.Flow.Status;
1138
1136
  };
1139
1137
  if (returnComparator() === "STARTING") {
1140
- return { state: utilWaiter.WaiterState.RETRY, reason };
1138
+ return { state: client.WaiterState.RETRY, reason };
1141
1139
  }
1142
1140
  }
1143
1141
  catch (e) { }
@@ -1146,7 +1144,7 @@ const checkState$a = async (client, input) => {
1146
1144
  return result.Flow.Status;
1147
1145
  };
1148
1146
  if (returnComparator() === "UPDATING") {
1149
- return { state: utilWaiter.WaiterState.RETRY, reason };
1147
+ return { state: client.WaiterState.RETRY, reason };
1150
1148
  }
1151
1149
  }
1152
1150
  catch (e) { }
@@ -1155,7 +1153,7 @@ const checkState$a = async (client, input) => {
1155
1153
  return result.Flow.Status;
1156
1154
  };
1157
1155
  if (returnComparator() === "STANDBY") {
1158
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1156
+ return { state: client.WaiterState.FAILURE, reason };
1159
1157
  }
1160
1158
  }
1161
1159
  catch (e) { }
@@ -1164,7 +1162,7 @@ const checkState$a = async (client, input) => {
1164
1162
  return result.Flow.Status;
1165
1163
  };
1166
1164
  if (returnComparator() === "ERROR") {
1167
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1165
+ return { state: client.WaiterState.FAILURE, reason };
1168
1166
  }
1169
1167
  }
1170
1168
  catch (e) { }
@@ -1172,35 +1170,35 @@ const checkState$a = async (client, input) => {
1172
1170
  catch (exception) {
1173
1171
  reason = exception;
1174
1172
  if (exception.name === "InternalServerErrorException") {
1175
- return { state: utilWaiter.WaiterState.RETRY, reason };
1173
+ return { state: client.WaiterState.RETRY, reason };
1176
1174
  }
1177
1175
  if (exception.name === "ServiceUnavailableException") {
1178
- return { state: utilWaiter.WaiterState.RETRY, reason };
1176
+ return { state: client.WaiterState.RETRY, reason };
1179
1177
  }
1180
1178
  }
1181
- return { state: utilWaiter.WaiterState.RETRY, reason };
1179
+ return { state: client.WaiterState.RETRY, reason };
1182
1180
  };
1183
1181
  const waitForFlowActive = async (params, input) => {
1184
1182
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1185
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$a);
1183
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$a);
1186
1184
  };
1187
1185
  const waitUntilFlowActive = async (params, input) => {
1188
1186
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1189
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$a);
1190
- return utilWaiter.checkExceptions(result);
1187
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$a);
1188
+ return client.checkExceptions(result);
1191
1189
  };
1192
1190
 
1193
- const checkState$9 = async (client, input) => {
1191
+ const checkState$9 = async (client$1, input) => {
1194
1192
  let reason;
1195
1193
  try {
1196
- let result = await client.send(new DescribeFlowCommand(input));
1194
+ let result = await client$1.send(new DescribeFlowCommand(input));
1197
1195
  reason = result;
1198
1196
  try {
1199
1197
  const returnComparator = () => {
1200
1198
  return result.Flow.Status;
1201
1199
  };
1202
1200
  if (returnComparator() === "DELETING") {
1203
- return { state: utilWaiter.WaiterState.RETRY, reason };
1201
+ return { state: client.WaiterState.RETRY, reason };
1204
1202
  }
1205
1203
  }
1206
1204
  catch (e) { }
@@ -1209,7 +1207,7 @@ const checkState$9 = async (client, input) => {
1209
1207
  return result.Flow.Status;
1210
1208
  };
1211
1209
  if (returnComparator() === "ERROR") {
1212
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1210
+ return { state: client.WaiterState.FAILURE, reason };
1213
1211
  }
1214
1212
  }
1215
1213
  catch (e) { }
@@ -1217,38 +1215,38 @@ const checkState$9 = async (client, input) => {
1217
1215
  catch (exception) {
1218
1216
  reason = exception;
1219
1217
  if (exception.name === "NotFoundException") {
1220
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1218
+ return { state: client.WaiterState.SUCCESS, reason };
1221
1219
  }
1222
1220
  if (exception.name === "InternalServerErrorException") {
1223
- return { state: utilWaiter.WaiterState.RETRY, reason };
1221
+ return { state: client.WaiterState.RETRY, reason };
1224
1222
  }
1225
1223
  if (exception.name === "ServiceUnavailableException") {
1226
- return { state: utilWaiter.WaiterState.RETRY, reason };
1224
+ return { state: client.WaiterState.RETRY, reason };
1227
1225
  }
1228
1226
  }
1229
- return { state: utilWaiter.WaiterState.RETRY, reason };
1227
+ return { state: client.WaiterState.RETRY, reason };
1230
1228
  };
1231
1229
  const waitForFlowDeleted = async (params, input) => {
1232
1230
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1233
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9);
1231
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9);
1234
1232
  };
1235
1233
  const waitUntilFlowDeleted = async (params, input) => {
1236
1234
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1237
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9);
1238
- return utilWaiter.checkExceptions(result);
1235
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9);
1236
+ return client.checkExceptions(result);
1239
1237
  };
1240
1238
 
1241
- const checkState$8 = async (client, input) => {
1239
+ const checkState$8 = async (client$1, input) => {
1242
1240
  let reason;
1243
1241
  try {
1244
- let result = await client.send(new DescribeFlowCommand(input));
1242
+ let result = await client$1.send(new DescribeFlowCommand(input));
1245
1243
  reason = result;
1246
1244
  try {
1247
1245
  const returnComparator = () => {
1248
1246
  return result.Flow.Status;
1249
1247
  };
1250
1248
  if (returnComparator() === "STANDBY") {
1251
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1249
+ return { state: client.WaiterState.SUCCESS, reason };
1252
1250
  }
1253
1251
  }
1254
1252
  catch (e) { }
@@ -1257,7 +1255,7 @@ const checkState$8 = async (client, input) => {
1257
1255
  return result.Flow.Status;
1258
1256
  };
1259
1257
  if (returnComparator() === "STOPPING") {
1260
- return { state: utilWaiter.WaiterState.RETRY, reason };
1258
+ return { state: client.WaiterState.RETRY, reason };
1261
1259
  }
1262
1260
  }
1263
1261
  catch (e) { }
@@ -1266,7 +1264,7 @@ const checkState$8 = async (client, input) => {
1266
1264
  return result.Flow.Status;
1267
1265
  };
1268
1266
  if (returnComparator() === "ERROR") {
1269
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1267
+ return { state: client.WaiterState.FAILURE, reason };
1270
1268
  }
1271
1269
  }
1272
1270
  catch (e) { }
@@ -1274,35 +1272,35 @@ const checkState$8 = async (client, input) => {
1274
1272
  catch (exception) {
1275
1273
  reason = exception;
1276
1274
  if (exception.name === "InternalServerErrorException") {
1277
- return { state: utilWaiter.WaiterState.RETRY, reason };
1275
+ return { state: client.WaiterState.RETRY, reason };
1278
1276
  }
1279
1277
  if (exception.name === "ServiceUnavailableException") {
1280
- return { state: utilWaiter.WaiterState.RETRY, reason };
1278
+ return { state: client.WaiterState.RETRY, reason };
1281
1279
  }
1282
1280
  }
1283
- return { state: utilWaiter.WaiterState.RETRY, reason };
1281
+ return { state: client.WaiterState.RETRY, reason };
1284
1282
  };
1285
1283
  const waitForFlowStandby = async (params, input) => {
1286
1284
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1287
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
1285
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
1288
1286
  };
1289
1287
  const waitUntilFlowStandby = async (params, input) => {
1290
1288
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1291
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
1292
- return utilWaiter.checkExceptions(result);
1289
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
1290
+ return client.checkExceptions(result);
1293
1291
  };
1294
1292
 
1295
- const checkState$7 = async (client, input) => {
1293
+ const checkState$7 = async (client$1, input) => {
1296
1294
  let reason;
1297
1295
  try {
1298
- let result = await client.send(new GetRouterInputCommand(input));
1296
+ let result = await client$1.send(new GetRouterInputCommand(input));
1299
1297
  reason = result;
1300
1298
  try {
1301
1299
  const returnComparator = () => {
1302
1300
  return result.RouterInput.State;
1303
1301
  };
1304
1302
  if (returnComparator() === "ACTIVE") {
1305
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1303
+ return { state: client.WaiterState.SUCCESS, reason };
1306
1304
  }
1307
1305
  }
1308
1306
  catch (e) { }
@@ -1311,7 +1309,7 @@ const checkState$7 = async (client, input) => {
1311
1309
  return result.RouterInput.State;
1312
1310
  };
1313
1311
  if (returnComparator() === "STARTING") {
1314
- return { state: utilWaiter.WaiterState.RETRY, reason };
1312
+ return { state: client.WaiterState.RETRY, reason };
1315
1313
  }
1316
1314
  }
1317
1315
  catch (e) { }
@@ -1320,7 +1318,7 @@ const checkState$7 = async (client, input) => {
1320
1318
  return result.RouterInput.State;
1321
1319
  };
1322
1320
  if (returnComparator() === "UPDATING") {
1323
- return { state: utilWaiter.WaiterState.RETRY, reason };
1321
+ return { state: client.WaiterState.RETRY, reason };
1324
1322
  }
1325
1323
  }
1326
1324
  catch (e) { }
@@ -1329,7 +1327,7 @@ const checkState$7 = async (client, input) => {
1329
1327
  return result.RouterInput.State;
1330
1328
  };
1331
1329
  if (returnComparator() === "MIGRATING") {
1332
- return { state: utilWaiter.WaiterState.RETRY, reason };
1330
+ return { state: client.WaiterState.RETRY, reason };
1333
1331
  }
1334
1332
  }
1335
1333
  catch (e) { }
@@ -1338,7 +1336,7 @@ const checkState$7 = async (client, input) => {
1338
1336
  return result.RouterInput.State;
1339
1337
  };
1340
1338
  if (returnComparator() === "ERROR") {
1341
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1339
+ return { state: client.WaiterState.FAILURE, reason };
1342
1340
  }
1343
1341
  }
1344
1342
  catch (e) { }
@@ -1346,35 +1344,35 @@ const checkState$7 = async (client, input) => {
1346
1344
  catch (exception) {
1347
1345
  reason = exception;
1348
1346
  if (exception.name === "InternalServerErrorException") {
1349
- return { state: utilWaiter.WaiterState.RETRY, reason };
1347
+ return { state: client.WaiterState.RETRY, reason };
1350
1348
  }
1351
1349
  if (exception.name === "ServiceUnavailableException") {
1352
- return { state: utilWaiter.WaiterState.RETRY, reason };
1350
+ return { state: client.WaiterState.RETRY, reason };
1353
1351
  }
1354
1352
  }
1355
- return { state: utilWaiter.WaiterState.RETRY, reason };
1353
+ return { state: client.WaiterState.RETRY, reason };
1356
1354
  };
1357
1355
  const waitForInputActive = async (params, input) => {
1358
1356
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1359
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
1357
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
1360
1358
  };
1361
1359
  const waitUntilInputActive = async (params, input) => {
1362
1360
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1363
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
1364
- return utilWaiter.checkExceptions(result);
1361
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
1362
+ return client.checkExceptions(result);
1365
1363
  };
1366
1364
 
1367
- const checkState$6 = async (client, input) => {
1365
+ const checkState$6 = async (client$1, input) => {
1368
1366
  let reason;
1369
1367
  try {
1370
- let result = await client.send(new GetRouterInputCommand(input));
1368
+ let result = await client$1.send(new GetRouterInputCommand(input));
1371
1369
  reason = result;
1372
1370
  try {
1373
1371
  const returnComparator = () => {
1374
1372
  return result.RouterInput.State;
1375
1373
  };
1376
1374
  if (returnComparator() === "DELETING") {
1377
- return { state: utilWaiter.WaiterState.RETRY, reason };
1375
+ return { state: client.WaiterState.RETRY, reason };
1378
1376
  }
1379
1377
  }
1380
1378
  catch (e) { }
@@ -1383,7 +1381,7 @@ const checkState$6 = async (client, input) => {
1383
1381
  return result.RouterInput.State;
1384
1382
  };
1385
1383
  if (returnComparator() === "ERROR") {
1386
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1384
+ return { state: client.WaiterState.FAILURE, reason };
1387
1385
  }
1388
1386
  }
1389
1387
  catch (e) { }
@@ -1391,38 +1389,38 @@ const checkState$6 = async (client, input) => {
1391
1389
  catch (exception) {
1392
1390
  reason = exception;
1393
1391
  if (exception.name === "InternalServerErrorException") {
1394
- return { state: utilWaiter.WaiterState.RETRY, reason };
1392
+ return { state: client.WaiterState.RETRY, reason };
1395
1393
  }
1396
1394
  if (exception.name === "ServiceUnavailableException") {
1397
- return { state: utilWaiter.WaiterState.RETRY, reason };
1395
+ return { state: client.WaiterState.RETRY, reason };
1398
1396
  }
1399
1397
  if (exception.name === "NotFoundException") {
1400
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1398
+ return { state: client.WaiterState.SUCCESS, reason };
1401
1399
  }
1402
1400
  }
1403
- return { state: utilWaiter.WaiterState.RETRY, reason };
1401
+ return { state: client.WaiterState.RETRY, reason };
1404
1402
  };
1405
1403
  const waitForInputDeleted = async (params, input) => {
1406
1404
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1407
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
1405
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
1408
1406
  };
1409
1407
  const waitUntilInputDeleted = async (params, input) => {
1410
1408
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1411
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
1412
- return utilWaiter.checkExceptions(result);
1409
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
1410
+ return client.checkExceptions(result);
1413
1411
  };
1414
1412
 
1415
- const checkState$5 = async (client, input) => {
1413
+ const checkState$5 = async (client$1, input) => {
1416
1414
  let reason;
1417
1415
  try {
1418
- let result = await client.send(new GetRouterInputCommand(input));
1416
+ let result = await client$1.send(new GetRouterInputCommand(input));
1419
1417
  reason = result;
1420
1418
  try {
1421
1419
  const returnComparator = () => {
1422
1420
  return result.RouterInput.State;
1423
1421
  };
1424
1422
  if (returnComparator() === "STANDBY") {
1425
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1423
+ return { state: client.WaiterState.SUCCESS, reason };
1426
1424
  }
1427
1425
  }
1428
1426
  catch (e) { }
@@ -1431,7 +1429,7 @@ const checkState$5 = async (client, input) => {
1431
1429
  return result.RouterInput.State;
1432
1430
  };
1433
1431
  if (returnComparator() === "STOPPING") {
1434
- return { state: utilWaiter.WaiterState.RETRY, reason };
1432
+ return { state: client.WaiterState.RETRY, reason };
1435
1433
  }
1436
1434
  }
1437
1435
  catch (e) { }
@@ -1440,7 +1438,7 @@ const checkState$5 = async (client, input) => {
1440
1438
  return result.RouterInput.State;
1441
1439
  };
1442
1440
  if (returnComparator() === "ERROR") {
1443
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1441
+ return { state: client.WaiterState.FAILURE, reason };
1444
1442
  }
1445
1443
  }
1446
1444
  catch (e) { }
@@ -1448,35 +1446,35 @@ const checkState$5 = async (client, input) => {
1448
1446
  catch (exception) {
1449
1447
  reason = exception;
1450
1448
  if (exception.name === "InternalServerErrorException") {
1451
- return { state: utilWaiter.WaiterState.RETRY, reason };
1449
+ return { state: client.WaiterState.RETRY, reason };
1452
1450
  }
1453
1451
  if (exception.name === "ServiceUnavailableException") {
1454
- return { state: utilWaiter.WaiterState.RETRY, reason };
1452
+ return { state: client.WaiterState.RETRY, reason };
1455
1453
  }
1456
1454
  }
1457
- return { state: utilWaiter.WaiterState.RETRY, reason };
1455
+ return { state: client.WaiterState.RETRY, reason };
1458
1456
  };
1459
1457
  const waitForInputStandby = async (params, input) => {
1460
1458
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1461
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1459
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1462
1460
  };
1463
1461
  const waitUntilInputStandby = async (params, input) => {
1464
1462
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1465
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1466
- return utilWaiter.checkExceptions(result);
1463
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1464
+ return client.checkExceptions(result);
1467
1465
  };
1468
1466
 
1469
- const checkState$4 = async (client, input) => {
1467
+ const checkState$4 = async (client$1, input) => {
1470
1468
  let reason;
1471
1469
  try {
1472
- let result = await client.send(new GetRouterOutputCommand(input));
1470
+ let result = await client$1.send(new GetRouterOutputCommand(input));
1473
1471
  reason = result;
1474
1472
  try {
1475
1473
  const returnComparator = () => {
1476
1474
  return result.RouterOutput.State;
1477
1475
  };
1478
1476
  if (returnComparator() === "ACTIVE") {
1479
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1477
+ return { state: client.WaiterState.SUCCESS, reason };
1480
1478
  }
1481
1479
  }
1482
1480
  catch (e) { }
@@ -1485,7 +1483,7 @@ const checkState$4 = async (client, input) => {
1485
1483
  return result.RouterOutput.State;
1486
1484
  };
1487
1485
  if (returnComparator() === "STARTING") {
1488
- return { state: utilWaiter.WaiterState.RETRY, reason };
1486
+ return { state: client.WaiterState.RETRY, reason };
1489
1487
  }
1490
1488
  }
1491
1489
  catch (e) { }
@@ -1494,7 +1492,7 @@ const checkState$4 = async (client, input) => {
1494
1492
  return result.RouterOutput.State;
1495
1493
  };
1496
1494
  if (returnComparator() === "UPDATING") {
1497
- return { state: utilWaiter.WaiterState.RETRY, reason };
1495
+ return { state: client.WaiterState.RETRY, reason };
1498
1496
  }
1499
1497
  }
1500
1498
  catch (e) { }
@@ -1503,7 +1501,7 @@ const checkState$4 = async (client, input) => {
1503
1501
  return result.RouterOutput.State;
1504
1502
  };
1505
1503
  if (returnComparator() === "MIGRATING") {
1506
- return { state: utilWaiter.WaiterState.RETRY, reason };
1504
+ return { state: client.WaiterState.RETRY, reason };
1507
1505
  }
1508
1506
  }
1509
1507
  catch (e) { }
@@ -1512,7 +1510,7 @@ const checkState$4 = async (client, input) => {
1512
1510
  return result.RouterOutput.State;
1513
1511
  };
1514
1512
  if (returnComparator() === "ERROR") {
1515
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1513
+ return { state: client.WaiterState.FAILURE, reason };
1516
1514
  }
1517
1515
  }
1518
1516
  catch (e) { }
@@ -1520,35 +1518,35 @@ const checkState$4 = async (client, input) => {
1520
1518
  catch (exception) {
1521
1519
  reason = exception;
1522
1520
  if (exception.name === "InternalServerErrorException") {
1523
- return { state: utilWaiter.WaiterState.RETRY, reason };
1521
+ return { state: client.WaiterState.RETRY, reason };
1524
1522
  }
1525
1523
  if (exception.name === "ServiceUnavailableException") {
1526
- return { state: utilWaiter.WaiterState.RETRY, reason };
1524
+ return { state: client.WaiterState.RETRY, reason };
1527
1525
  }
1528
1526
  }
1529
- return { state: utilWaiter.WaiterState.RETRY, reason };
1527
+ return { state: client.WaiterState.RETRY, reason };
1530
1528
  };
1531
1529
  const waitForOutputActive = async (params, input) => {
1532
1530
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1533
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1531
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1534
1532
  };
1535
1533
  const waitUntilOutputActive = async (params, input) => {
1536
1534
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1537
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1538
- return utilWaiter.checkExceptions(result);
1535
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1536
+ return client.checkExceptions(result);
1539
1537
  };
1540
1538
 
1541
- const checkState$3 = async (client, input) => {
1539
+ const checkState$3 = async (client$1, input) => {
1542
1540
  let reason;
1543
1541
  try {
1544
- let result = await client.send(new GetRouterOutputCommand(input));
1542
+ let result = await client$1.send(new GetRouterOutputCommand(input));
1545
1543
  reason = result;
1546
1544
  try {
1547
1545
  const returnComparator = () => {
1548
1546
  return result.RouterOutput.State;
1549
1547
  };
1550
1548
  if (returnComparator() === "DELETING") {
1551
- return { state: utilWaiter.WaiterState.RETRY, reason };
1549
+ return { state: client.WaiterState.RETRY, reason };
1552
1550
  }
1553
1551
  }
1554
1552
  catch (e) { }
@@ -1557,7 +1555,7 @@ const checkState$3 = async (client, input) => {
1557
1555
  return result.RouterOutput.State;
1558
1556
  };
1559
1557
  if (returnComparator() === "ERROR") {
1560
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1558
+ return { state: client.WaiterState.FAILURE, reason };
1561
1559
  }
1562
1560
  }
1563
1561
  catch (e) { }
@@ -1565,38 +1563,38 @@ const checkState$3 = async (client, input) => {
1565
1563
  catch (exception) {
1566
1564
  reason = exception;
1567
1565
  if (exception.name === "InternalServerErrorException") {
1568
- return { state: utilWaiter.WaiterState.RETRY, reason };
1566
+ return { state: client.WaiterState.RETRY, reason };
1569
1567
  }
1570
1568
  if (exception.name === "ServiceUnavailableException") {
1571
- return { state: utilWaiter.WaiterState.RETRY, reason };
1569
+ return { state: client.WaiterState.RETRY, reason };
1572
1570
  }
1573
1571
  if (exception.name === "NotFoundException") {
1574
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1572
+ return { state: client.WaiterState.SUCCESS, reason };
1575
1573
  }
1576
1574
  }
1577
- return { state: utilWaiter.WaiterState.RETRY, reason };
1575
+ return { state: client.WaiterState.RETRY, reason };
1578
1576
  };
1579
1577
  const waitForOutputDeleted = async (params, input) => {
1580
1578
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1581
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1579
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1582
1580
  };
1583
1581
  const waitUntilOutputDeleted = async (params, input) => {
1584
1582
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1585
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1586
- return utilWaiter.checkExceptions(result);
1583
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1584
+ return client.checkExceptions(result);
1587
1585
  };
1588
1586
 
1589
- const checkState$2 = async (client, input) => {
1587
+ const checkState$2 = async (client$1, input) => {
1590
1588
  let reason;
1591
1589
  try {
1592
- let result = await client.send(new GetRouterOutputCommand(input));
1590
+ let result = await client$1.send(new GetRouterOutputCommand(input));
1593
1591
  reason = result;
1594
1592
  try {
1595
1593
  const returnComparator = () => {
1596
1594
  return result.RouterOutput.RoutedState;
1597
1595
  };
1598
1596
  if (returnComparator() === "ROUTED") {
1599
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1597
+ return { state: client.WaiterState.SUCCESS, reason };
1600
1598
  }
1601
1599
  }
1602
1600
  catch (e) { }
@@ -1605,7 +1603,7 @@ const checkState$2 = async (client, input) => {
1605
1603
  return result.RouterOutput.RoutedState;
1606
1604
  };
1607
1605
  if (returnComparator() === "ROUTING") {
1608
- return { state: utilWaiter.WaiterState.RETRY, reason };
1606
+ return { state: client.WaiterState.RETRY, reason };
1609
1607
  }
1610
1608
  }
1611
1609
  catch (e) { }
@@ -1613,35 +1611,35 @@ const checkState$2 = async (client, input) => {
1613
1611
  catch (exception) {
1614
1612
  reason = exception;
1615
1613
  if (exception.name === "InternalServerErrorException") {
1616
- return { state: utilWaiter.WaiterState.RETRY, reason };
1614
+ return { state: client.WaiterState.RETRY, reason };
1617
1615
  }
1618
1616
  if (exception.name === "ServiceUnavailableException") {
1619
- return { state: utilWaiter.WaiterState.RETRY, reason };
1617
+ return { state: client.WaiterState.RETRY, reason };
1620
1618
  }
1621
1619
  }
1622
- return { state: utilWaiter.WaiterState.RETRY, reason };
1620
+ return { state: client.WaiterState.RETRY, reason };
1623
1621
  };
1624
1622
  const waitForOutputRouted = async (params, input) => {
1625
1623
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1626
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1624
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1627
1625
  };
1628
1626
  const waitUntilOutputRouted = async (params, input) => {
1629
1627
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1630
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1631
- return utilWaiter.checkExceptions(result);
1628
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1629
+ return client.checkExceptions(result);
1632
1630
  };
1633
1631
 
1634
- const checkState$1 = async (client, input) => {
1632
+ const checkState$1 = async (client$1, input) => {
1635
1633
  let reason;
1636
1634
  try {
1637
- let result = await client.send(new GetRouterOutputCommand(input));
1635
+ let result = await client$1.send(new GetRouterOutputCommand(input));
1638
1636
  reason = result;
1639
1637
  try {
1640
1638
  const returnComparator = () => {
1641
1639
  return result.RouterOutput.State;
1642
1640
  };
1643
1641
  if (returnComparator() === "STANDBY") {
1644
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1642
+ return { state: client.WaiterState.SUCCESS, reason };
1645
1643
  }
1646
1644
  }
1647
1645
  catch (e) { }
@@ -1650,7 +1648,7 @@ const checkState$1 = async (client, input) => {
1650
1648
  return result.RouterOutput.State;
1651
1649
  };
1652
1650
  if (returnComparator() === "STOPPING") {
1653
- return { state: utilWaiter.WaiterState.RETRY, reason };
1651
+ return { state: client.WaiterState.RETRY, reason };
1654
1652
  }
1655
1653
  }
1656
1654
  catch (e) { }
@@ -1659,7 +1657,7 @@ const checkState$1 = async (client, input) => {
1659
1657
  return result.RouterOutput.State;
1660
1658
  };
1661
1659
  if (returnComparator() === "ERROR") {
1662
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1660
+ return { state: client.WaiterState.FAILURE, reason };
1663
1661
  }
1664
1662
  }
1665
1663
  catch (e) { }
@@ -1667,35 +1665,35 @@ const checkState$1 = async (client, input) => {
1667
1665
  catch (exception) {
1668
1666
  reason = exception;
1669
1667
  if (exception.name === "InternalServerErrorException") {
1670
- return { state: utilWaiter.WaiterState.RETRY, reason };
1668
+ return { state: client.WaiterState.RETRY, reason };
1671
1669
  }
1672
1670
  if (exception.name === "ServiceUnavailableException") {
1673
- return { state: utilWaiter.WaiterState.RETRY, reason };
1671
+ return { state: client.WaiterState.RETRY, reason };
1674
1672
  }
1675
1673
  }
1676
- return { state: utilWaiter.WaiterState.RETRY, reason };
1674
+ return { state: client.WaiterState.RETRY, reason };
1677
1675
  };
1678
1676
  const waitForOutputStandby = async (params, input) => {
1679
1677
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1680
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1678
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1681
1679
  };
1682
1680
  const waitUntilOutputStandby = async (params, input) => {
1683
1681
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1684
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1685
- return utilWaiter.checkExceptions(result);
1682
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1683
+ return client.checkExceptions(result);
1686
1684
  };
1687
1685
 
1688
- const checkState = async (client, input) => {
1686
+ const checkState = async (client$1, input) => {
1689
1687
  let reason;
1690
1688
  try {
1691
- let result = await client.send(new GetRouterOutputCommand(input));
1689
+ let result = await client$1.send(new GetRouterOutputCommand(input));
1692
1690
  reason = result;
1693
1691
  try {
1694
1692
  const returnComparator = () => {
1695
1693
  return result.RouterOutput.RoutedState;
1696
1694
  };
1697
1695
  if (returnComparator() === "UNROUTED") {
1698
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1696
+ return { state: client.WaiterState.SUCCESS, reason };
1699
1697
  }
1700
1698
  }
1701
1699
  catch (e) { }
@@ -1704,7 +1702,7 @@ const checkState = async (client, input) => {
1704
1702
  return result.RouterOutput.RoutedState;
1705
1703
  };
1706
1704
  if (returnComparator() === "ROUTING") {
1707
- return { state: utilWaiter.WaiterState.RETRY, reason };
1705
+ return { state: client.WaiterState.RETRY, reason };
1708
1706
  }
1709
1707
  }
1710
1708
  catch (e) { }
@@ -1712,22 +1710,22 @@ const checkState = async (client, input) => {
1712
1710
  catch (exception) {
1713
1711
  reason = exception;
1714
1712
  if (exception.name === "InternalServerErrorException") {
1715
- return { state: utilWaiter.WaiterState.RETRY, reason };
1713
+ return { state: client.WaiterState.RETRY, reason };
1716
1714
  }
1717
1715
  if (exception.name === "ServiceUnavailableException") {
1718
- return { state: utilWaiter.WaiterState.RETRY, reason };
1716
+ return { state: client.WaiterState.RETRY, reason };
1719
1717
  }
1720
1718
  }
1721
- return { state: utilWaiter.WaiterState.RETRY, reason };
1719
+ return { state: client.WaiterState.RETRY, reason };
1722
1720
  };
1723
1721
  const waitForOutputUnrouted = async (params, input) => {
1724
1722
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1725
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
1723
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
1726
1724
  };
1727
1725
  const waitUntilOutputUnrouted = async (params, input) => {
1728
1726
  const serviceDefaults = { minDelay: 3, maxDelay: 120 };
1729
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
1730
- return utilWaiter.checkExceptions(result);
1727
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
1728
+ return client.checkExceptions(result);
1731
1729
  };
1732
1730
 
1733
1731
  const commands = {
@@ -1841,7 +1839,7 @@ const waiters = {
1841
1839
  };
1842
1840
  class MediaConnect extends MediaConnectClient {
1843
1841
  }
1844
- smithyClient.createAggregatedClient(commands, MediaConnect, { paginators, waiters });
1842
+ client.createAggregatedClient(commands, MediaConnect, { paginators, waiters });
1845
1843
 
1846
1844
  const Protocol = {
1847
1845
  cdi: "cdi",
@@ -2157,8 +2155,8 @@ const ThumbnailState = {
2157
2155
  ENABLED: "ENABLED",
2158
2156
  };
2159
2157
 
2160
- exports.$Command = smithyClient.Command;
2161
- exports.__Client = smithyClient.Client;
2158
+ exports.$Command = client.Command;
2159
+ exports.__Client = client.Client;
2162
2160
  exports.MediaConnectServiceException = MediaConnectServiceException.MediaConnectServiceException;
2163
2161
  exports.AddBridgeOutputsCommand = AddBridgeOutputsCommand;
2164
2162
  exports.AddBridgeSourcesCommand = AddBridgeSourcesCommand;