@aws-sdk/client-mediaconnect 3.31.0 → 3.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (446) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/MediaConnect.js +1 -1
  3. package/dist-cjs/MediaConnect.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/MediaConnectClient.js +14 -14
  5. package/dist-cjs/MediaConnectClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/AddFlowMediaStreamsCommand.js +5 -5
  7. package/dist-cjs/commands/AddFlowMediaStreamsCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/AddFlowOutputsCommand.js +5 -5
  9. package/dist-cjs/commands/AddFlowOutputsCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/AddFlowSourcesCommand.js +5 -5
  11. package/dist-cjs/commands/AddFlowSourcesCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/AddFlowVpcInterfacesCommand.js +5 -5
  13. package/dist-cjs/commands/AddFlowVpcInterfacesCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/CreateFlowCommand.js +5 -5
  15. package/dist-cjs/commands/CreateFlowCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/DeleteFlowCommand.js +5 -5
  17. package/dist-cjs/commands/DeleteFlowCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/DescribeFlowCommand.js +5 -5
  19. package/dist-cjs/commands/DescribeFlowCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/DescribeOfferingCommand.js +5 -5
  21. package/dist-cjs/commands/DescribeOfferingCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/DescribeReservationCommand.js +5 -5
  23. package/dist-cjs/commands/DescribeReservationCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/GrantFlowEntitlementsCommand.js +5 -5
  25. package/dist-cjs/commands/GrantFlowEntitlementsCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/ListEntitlementsCommand.js +5 -5
  27. package/dist-cjs/commands/ListEntitlementsCommand.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/commands/ListFlowsCommand.js +5 -5
  29. package/dist-cjs/commands/ListFlowsCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/ListOfferingsCommand.js +5 -5
  31. package/dist-cjs/commands/ListOfferingsCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/commands/ListReservationsCommand.js +5 -5
  33. package/dist-cjs/commands/ListReservationsCommand.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
  35. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/commands/PurchaseOfferingCommand.js +5 -5
  37. package/dist-cjs/commands/PurchaseOfferingCommand.js.map +1 -0
  38. package/{dist/cjs → dist-cjs}/commands/RemoveFlowMediaStreamCommand.js +5 -5
  39. package/dist-cjs/commands/RemoveFlowMediaStreamCommand.js.map +1 -0
  40. package/{dist/cjs → dist-cjs}/commands/RemoveFlowOutputCommand.js +5 -5
  41. package/dist-cjs/commands/RemoveFlowOutputCommand.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/commands/RemoveFlowSourceCommand.js +5 -5
  43. package/dist-cjs/commands/RemoveFlowSourceCommand.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/commands/RemoveFlowVpcInterfaceCommand.js +5 -5
  45. package/dist-cjs/commands/RemoveFlowVpcInterfaceCommand.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/commands/RevokeFlowEntitlementCommand.js +5 -5
  47. package/dist-cjs/commands/RevokeFlowEntitlementCommand.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/commands/StartFlowCommand.js +5 -5
  49. package/dist-cjs/commands/StartFlowCommand.js.map +1 -0
  50. package/{dist/cjs → dist-cjs}/commands/StopFlowCommand.js +5 -5
  51. package/dist-cjs/commands/StopFlowCommand.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
  53. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  54. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
  55. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  56. package/{dist/cjs → dist-cjs}/commands/UpdateFlowCommand.js +5 -5
  57. package/dist-cjs/commands/UpdateFlowCommand.js.map +1 -0
  58. package/{dist/cjs → dist-cjs}/commands/UpdateFlowEntitlementCommand.js +5 -5
  59. package/dist-cjs/commands/UpdateFlowEntitlementCommand.js.map +1 -0
  60. package/{dist/cjs → dist-cjs}/commands/UpdateFlowMediaStreamCommand.js +5 -5
  61. package/dist-cjs/commands/UpdateFlowMediaStreamCommand.js.map +1 -0
  62. package/{dist/cjs → dist-cjs}/commands/UpdateFlowOutputCommand.js +5 -5
  63. package/dist-cjs/commands/UpdateFlowOutputCommand.js.map +1 -0
  64. package/{dist/cjs → dist-cjs}/commands/UpdateFlowSourceCommand.js +5 -5
  65. package/dist-cjs/commands/UpdateFlowSourceCommand.js.map +1 -0
  66. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  67. package/dist-cjs/endpoints.js.map +1 -0
  68. package/dist-cjs/index.js +45 -0
  69. package/dist-cjs/index.js.map +1 -0
  70. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  71. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  72. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  73. package/dist-cjs/models/models_0.js.map +1 -0
  74. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  75. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  76. package/{dist/cjs → dist-cjs}/pagination/ListEntitlementsPaginator.js +1 -1
  77. package/dist-cjs/pagination/ListEntitlementsPaginator.js.map +1 -0
  78. package/{dist/cjs → dist-cjs}/pagination/ListFlowsPaginator.js +1 -1
  79. package/dist-cjs/pagination/ListFlowsPaginator.js.map +1 -0
  80. package/{dist/cjs → dist-cjs}/pagination/ListOfferingsPaginator.js +1 -1
  81. package/dist-cjs/pagination/ListOfferingsPaginator.js.map +1 -0
  82. package/{dist/cjs → dist-cjs}/pagination/ListReservationsPaginator.js +1 -1
  83. package/dist-cjs/pagination/ListReservationsPaginator.js.map +1 -0
  84. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +220 -220
  85. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  86. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  87. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  88. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  89. package/dist-cjs/runtimeConfig.js.map +1 -0
  90. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  91. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  92. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  93. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  94. package/{dist/cjs → dist-cjs}/waiters/waitForFlowActive.js +9 -9
  95. package/dist-cjs/waiters/waitForFlowActive.js.map +1 -0
  96. package/{dist/cjs → dist-cjs}/waiters/waitForFlowDeleted.js +7 -7
  97. package/dist-cjs/waiters/waitForFlowDeleted.js.map +1 -0
  98. package/{dist/cjs → dist-cjs}/waiters/waitForFlowStandby.js +8 -8
  99. package/dist-cjs/waiters/waitForFlowStandby.js.map +1 -0
  100. package/{dist/es → dist-es}/MediaConnect.js +2 -5
  101. package/dist-es/MediaConnect.js.map +1 -0
  102. package/{dist/es → dist-es}/MediaConnectClient.js +2 -10
  103. package/dist-es/MediaConnectClient.js.map +1 -0
  104. package/{dist/es → dist-es}/commands/AddFlowMediaStreamsCommand.js +4 -29
  105. package/dist-es/commands/AddFlowMediaStreamsCommand.js.map +1 -0
  106. package/{dist/es → dist-es}/commands/AddFlowOutputsCommand.js +4 -29
  107. package/dist-es/commands/AddFlowOutputsCommand.js.map +1 -0
  108. package/{dist/es → dist-es}/commands/AddFlowSourcesCommand.js +4 -29
  109. package/dist-es/commands/AddFlowSourcesCommand.js.map +1 -0
  110. package/{dist/es → dist-es}/commands/AddFlowVpcInterfacesCommand.js +4 -29
  111. package/dist-es/commands/AddFlowVpcInterfacesCommand.js.map +1 -0
  112. package/{dist/es → dist-es}/commands/CreateFlowCommand.js +4 -29
  113. package/dist-es/commands/CreateFlowCommand.js.map +1 -0
  114. package/{dist/es → dist-es}/commands/DeleteFlowCommand.js +4 -29
  115. package/dist-es/commands/DeleteFlowCommand.js.map +1 -0
  116. package/{dist/es → dist-es}/commands/DescribeFlowCommand.js +4 -29
  117. package/dist-es/commands/DescribeFlowCommand.js.map +1 -0
  118. package/{dist/es → dist-es}/commands/DescribeOfferingCommand.js +4 -29
  119. package/dist-es/commands/DescribeOfferingCommand.js.map +1 -0
  120. package/{dist/es → dist-es}/commands/DescribeReservationCommand.js +4 -29
  121. package/dist-es/commands/DescribeReservationCommand.js.map +1 -0
  122. package/{dist/es → dist-es}/commands/GrantFlowEntitlementsCommand.js +4 -29
  123. package/dist-es/commands/GrantFlowEntitlementsCommand.js.map +1 -0
  124. package/{dist/es → dist-es}/commands/ListEntitlementsCommand.js +4 -29
  125. package/dist-es/commands/ListEntitlementsCommand.js.map +1 -0
  126. package/{dist/es → dist-es}/commands/ListFlowsCommand.js +4 -29
  127. package/dist-es/commands/ListFlowsCommand.js.map +1 -0
  128. package/{dist/es → dist-es}/commands/ListOfferingsCommand.js +4 -29
  129. package/dist-es/commands/ListOfferingsCommand.js.map +1 -0
  130. package/{dist/es → dist-es}/commands/ListReservationsCommand.js +4 -29
  131. package/dist-es/commands/ListReservationsCommand.js.map +1 -0
  132. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -29
  133. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  134. package/{dist/es → dist-es}/commands/PurchaseOfferingCommand.js +4 -29
  135. package/dist-es/commands/PurchaseOfferingCommand.js.map +1 -0
  136. package/{dist/es → dist-es}/commands/RemoveFlowMediaStreamCommand.js +4 -29
  137. package/dist-es/commands/RemoveFlowMediaStreamCommand.js.map +1 -0
  138. package/{dist/es → dist-es}/commands/RemoveFlowOutputCommand.js +4 -29
  139. package/dist-es/commands/RemoveFlowOutputCommand.js.map +1 -0
  140. package/{dist/es → dist-es}/commands/RemoveFlowSourceCommand.js +4 -29
  141. package/dist-es/commands/RemoveFlowSourceCommand.js.map +1 -0
  142. package/{dist/es → dist-es}/commands/RemoveFlowVpcInterfaceCommand.js +4 -29
  143. package/dist-es/commands/RemoveFlowVpcInterfaceCommand.js.map +1 -0
  144. package/{dist/es → dist-es}/commands/RevokeFlowEntitlementCommand.js +4 -29
  145. package/dist-es/commands/RevokeFlowEntitlementCommand.js.map +1 -0
  146. package/{dist/es → dist-es}/commands/StartFlowCommand.js +4 -29
  147. package/dist-es/commands/StartFlowCommand.js.map +1 -0
  148. package/{dist/es → dist-es}/commands/StopFlowCommand.js +4 -29
  149. package/dist-es/commands/StopFlowCommand.js.map +1 -0
  150. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -29
  151. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  152. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -29
  153. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  154. package/{dist/es → dist-es}/commands/UpdateFlowCommand.js +4 -29
  155. package/dist-es/commands/UpdateFlowCommand.js.map +1 -0
  156. package/{dist/es → dist-es}/commands/UpdateFlowEntitlementCommand.js +4 -29
  157. package/dist-es/commands/UpdateFlowEntitlementCommand.js.map +1 -0
  158. package/{dist/es → dist-es}/commands/UpdateFlowMediaStreamCommand.js +4 -29
  159. package/dist-es/commands/UpdateFlowMediaStreamCommand.js.map +1 -0
  160. package/{dist/es → dist-es}/commands/UpdateFlowOutputCommand.js +4 -29
  161. package/dist-es/commands/UpdateFlowOutputCommand.js.map +1 -0
  162. package/{dist/es → dist-es}/commands/UpdateFlowSourceCommand.js +4 -29
  163. package/dist-es/commands/UpdateFlowSourceCommand.js.map +1 -0
  164. package/{dist/es → dist-es}/endpoints.js +1 -1
  165. package/dist-es/endpoints.js.map +1 -0
  166. package/{dist/es → dist-es}/index.js +0 -0
  167. package/dist-es/index.js.map +1 -0
  168. package/{dist/es → dist-es}/models/index.js +0 -0
  169. package/dist-es/models/index.js.map +1 -0
  170. package/{dist/es → dist-es}/models/models_0.js +0 -321
  171. package/dist-es/models/models_0.js.map +1 -0
  172. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  173. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  174. package/{dist/es → dist-es}/pagination/ListEntitlementsPaginator.js +17 -29
  175. package/dist-es/pagination/ListEntitlementsPaginator.js.map +1 -0
  176. package/{dist/es → dist-es}/pagination/ListFlowsPaginator.js +17 -29
  177. package/dist-es/pagination/ListFlowsPaginator.js.map +1 -0
  178. package/{dist/es → dist-es}/pagination/ListOfferingsPaginator.js +17 -29
  179. package/dist-es/pagination/ListOfferingsPaginator.js.map +1 -0
  180. package/{dist/es → dist-es}/pagination/ListReservationsPaginator.js +17 -29
  181. package/dist-es/pagination/ListReservationsPaginator.js.map +1 -0
  182. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +931 -936
  183. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  184. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  185. package/dist-es/runtimeConfig.browser.js.map +1 -0
  186. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  187. package/dist-es/runtimeConfig.js.map +1 -0
  188. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  189. package/dist-es/runtimeConfig.native.js.map +1 -0
  190. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  191. package/dist-es/runtimeConfig.shared.js.map +1 -0
  192. package/{dist/es → dist-es}/waiters/waitForFlowActive.js +14 -23
  193. package/dist-es/waiters/waitForFlowActive.js.map +1 -0
  194. package/{dist/es → dist-es}/waiters/waitForFlowDeleted.js +13 -22
  195. package/dist-es/waiters/waitForFlowDeleted.js.map +1 -0
  196. package/{dist/es → dist-es}/waiters/waitForFlowStandby.js +13 -22
  197. package/dist-es/waiters/waitForFlowStandby.js.map +1 -0
  198. package/{dist/types → dist-types}/MediaConnect.d.ts +2 -2
  199. package/{dist/types → dist-types}/MediaConnectClient.d.ts +8 -8
  200. package/{dist/types → dist-types}/commands/AddFlowMediaStreamsCommand.d.ts +2 -2
  201. package/{dist/types → dist-types}/commands/AddFlowOutputsCommand.d.ts +2 -2
  202. package/{dist/types → dist-types}/commands/AddFlowSourcesCommand.d.ts +2 -2
  203. package/{dist/types → dist-types}/commands/AddFlowVpcInterfacesCommand.d.ts +2 -2
  204. package/{dist/types → dist-types}/commands/CreateFlowCommand.d.ts +2 -2
  205. package/{dist/types → dist-types}/commands/DeleteFlowCommand.d.ts +2 -2
  206. package/{dist/types → dist-types}/commands/DescribeFlowCommand.d.ts +2 -2
  207. package/{dist/types → dist-types}/commands/DescribeOfferingCommand.d.ts +2 -2
  208. package/{dist/types → dist-types}/commands/DescribeReservationCommand.d.ts +2 -2
  209. package/{dist/types → dist-types}/commands/GrantFlowEntitlementsCommand.d.ts +2 -2
  210. package/{dist/types → dist-types}/commands/ListEntitlementsCommand.d.ts +2 -2
  211. package/{dist/types → dist-types}/commands/ListFlowsCommand.d.ts +2 -2
  212. package/{dist/types → dist-types}/commands/ListOfferingsCommand.d.ts +2 -2
  213. package/{dist/types → dist-types}/commands/ListReservationsCommand.d.ts +2 -2
  214. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  215. package/{dist/types → dist-types}/commands/PurchaseOfferingCommand.d.ts +2 -2
  216. package/{dist/types → dist-types}/commands/RemoveFlowMediaStreamCommand.d.ts +2 -2
  217. package/{dist/types → dist-types}/commands/RemoveFlowOutputCommand.d.ts +2 -2
  218. package/{dist/types → dist-types}/commands/RemoveFlowSourceCommand.d.ts +2 -2
  219. package/{dist/types → dist-types}/commands/RemoveFlowVpcInterfaceCommand.d.ts +2 -2
  220. package/{dist/types → dist-types}/commands/RevokeFlowEntitlementCommand.d.ts +2 -2
  221. package/{dist/types → dist-types}/commands/StartFlowCommand.d.ts +2 -2
  222. package/{dist/types → dist-types}/commands/StopFlowCommand.d.ts +2 -2
  223. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  224. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  225. package/{dist/types → dist-types}/commands/UpdateFlowCommand.d.ts +2 -2
  226. package/{dist/types → dist-types}/commands/UpdateFlowEntitlementCommand.d.ts +2 -2
  227. package/{dist/types → dist-types}/commands/UpdateFlowMediaStreamCommand.d.ts +2 -2
  228. package/{dist/types → dist-types}/commands/UpdateFlowOutputCommand.d.ts +2 -2
  229. package/{dist/types → dist-types}/commands/UpdateFlowSourceCommand.d.ts +2 -2
  230. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  231. package/{dist/types → dist-types}/index.d.ts +0 -0
  232. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  233. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  234. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  235. package/{dist/types → dist-types}/pagination/ListEntitlementsPaginator.d.ts +1 -1
  236. package/{dist/types → dist-types}/pagination/ListFlowsPaginator.d.ts +1 -1
  237. package/{dist/types → dist-types}/pagination/ListOfferingsPaginator.d.ts +1 -1
  238. package/{dist/types → dist-types}/pagination/ListReservationsPaginator.d.ts +1 -1
  239. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  240. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  241. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  242. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  243. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  244. package/{dist/types → dist-types}/ts3.4/MediaConnect.d.ts +2 -2
  245. package/{dist/types → dist-types}/ts3.4/MediaConnectClient.d.ts +8 -8
  246. package/{dist/types → dist-types}/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +2 -2
  247. package/{dist/types → dist-types}/ts3.4/commands/AddFlowOutputsCommand.d.ts +2 -2
  248. package/{dist/types → dist-types}/ts3.4/commands/AddFlowSourcesCommand.d.ts +2 -2
  249. package/{dist/types → dist-types}/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +2 -2
  250. package/{dist/types → dist-types}/ts3.4/commands/CreateFlowCommand.d.ts +2 -2
  251. package/{dist/types → dist-types}/ts3.4/commands/DeleteFlowCommand.d.ts +2 -2
  252. package/{dist/types → dist-types}/ts3.4/commands/DescribeFlowCommand.d.ts +2 -2
  253. package/{dist/types → dist-types}/ts3.4/commands/DescribeOfferingCommand.d.ts +2 -2
  254. package/{dist/types → dist-types}/ts3.4/commands/DescribeReservationCommand.d.ts +2 -2
  255. package/{dist/types → dist-types}/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +2 -2
  256. package/{dist/types → dist-types}/ts3.4/commands/ListEntitlementsCommand.d.ts +2 -2
  257. package/{dist/types → dist-types}/ts3.4/commands/ListFlowsCommand.d.ts +2 -2
  258. package/{dist/types → dist-types}/ts3.4/commands/ListOfferingsCommand.d.ts +2 -2
  259. package/{dist/types → dist-types}/ts3.4/commands/ListReservationsCommand.d.ts +2 -2
  260. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  261. package/{dist/types → dist-types}/ts3.4/commands/PurchaseOfferingCommand.d.ts +2 -2
  262. package/{dist/types → dist-types}/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +2 -2
  263. package/{dist/types → dist-types}/ts3.4/commands/RemoveFlowOutputCommand.d.ts +2 -2
  264. package/{dist/types → dist-types}/ts3.4/commands/RemoveFlowSourceCommand.d.ts +2 -2
  265. package/{dist/types → dist-types}/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +2 -2
  266. package/{dist/types → dist-types}/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +2 -2
  267. package/{dist/types → dist-types}/ts3.4/commands/StartFlowCommand.d.ts +2 -2
  268. package/{dist/types → dist-types}/ts3.4/commands/StopFlowCommand.d.ts +2 -2
  269. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  270. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  271. package/{dist/types → dist-types}/ts3.4/commands/UpdateFlowCommand.d.ts +2 -2
  272. package/{dist/types → dist-types}/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +2 -2
  273. package/{dist/types → dist-types}/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +2 -2
  274. package/{dist/types → dist-types}/ts3.4/commands/UpdateFlowOutputCommand.d.ts +2 -2
  275. package/{dist/types → dist-types}/ts3.4/commands/UpdateFlowSourceCommand.d.ts +2 -2
  276. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  277. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  278. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  279. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  280. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  281. package/{dist/types → dist-types}/ts3.4/pagination/ListEntitlementsPaginator.d.ts +1 -1
  282. package/{dist/types → dist-types}/ts3.4/pagination/ListFlowsPaginator.d.ts +1 -1
  283. package/{dist/types → dist-types}/ts3.4/pagination/ListOfferingsPaginator.d.ts +1 -1
  284. package/{dist/types → dist-types}/ts3.4/pagination/ListReservationsPaginator.d.ts +1 -1
  285. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  286. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  287. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  288. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  289. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  290. package/{dist/types → dist-types}/ts3.4/waiters/waitForFlowActive.d.ts +2 -2
  291. package/{dist/types → dist-types}/ts3.4/waiters/waitForFlowDeleted.d.ts +2 -2
  292. package/{dist/types → dist-types}/ts3.4/waiters/waitForFlowStandby.d.ts +2 -2
  293. package/{dist/types → dist-types}/waiters/waitForFlowActive.d.ts +2 -2
  294. package/{dist/types → dist-types}/waiters/waitForFlowDeleted.d.ts +2 -2
  295. package/{dist/types → dist-types}/waiters/waitForFlowStandby.d.ts +2 -2
  296. package/package.json +51 -51
  297. package/{MediaConnect.ts → src/MediaConnect.ts} +3 -2
  298. package/{MediaConnectClient.ts → src/MediaConnectClient.ts} +58 -57
  299. package/{commands → src/commands}/AddFlowMediaStreamsCommand.ts +8 -7
  300. package/{commands → src/commands}/AddFlowOutputsCommand.ts +8 -7
  301. package/{commands → src/commands}/AddFlowSourcesCommand.ts +8 -7
  302. package/{commands → src/commands}/AddFlowVpcInterfacesCommand.ts +8 -7
  303. package/{commands → src/commands}/CreateFlowCommand.ts +8 -7
  304. package/{commands → src/commands}/DeleteFlowCommand.ts +8 -7
  305. package/{commands → src/commands}/DescribeFlowCommand.ts +8 -7
  306. package/{commands → src/commands}/DescribeOfferingCommand.ts +8 -7
  307. package/{commands → src/commands}/DescribeReservationCommand.ts +8 -7
  308. package/{commands → src/commands}/GrantFlowEntitlementsCommand.ts +8 -7
  309. package/{commands → src/commands}/ListEntitlementsCommand.ts +8 -7
  310. package/{commands → src/commands}/ListFlowsCommand.ts +8 -7
  311. package/{commands → src/commands}/ListOfferingsCommand.ts +8 -7
  312. package/{commands → src/commands}/ListReservationsCommand.ts +8 -7
  313. package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
  314. package/{commands → src/commands}/PurchaseOfferingCommand.ts +8 -7
  315. package/{commands → src/commands}/RemoveFlowMediaStreamCommand.ts +8 -7
  316. package/{commands → src/commands}/RemoveFlowOutputCommand.ts +8 -7
  317. package/{commands → src/commands}/RemoveFlowSourceCommand.ts +8 -7
  318. package/{commands → src/commands}/RemoveFlowVpcInterfaceCommand.ts +8 -7
  319. package/{commands → src/commands}/RevokeFlowEntitlementCommand.ts +8 -7
  320. package/{commands → src/commands}/StartFlowCommand.ts +8 -7
  321. package/{commands → src/commands}/StopFlowCommand.ts +8 -7
  322. package/{commands → src/commands}/TagResourceCommand.ts +8 -7
  323. package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
  324. package/{commands → src/commands}/UpdateFlowCommand.ts +8 -7
  325. package/{commands → src/commands}/UpdateFlowEntitlementCommand.ts +8 -7
  326. package/{commands → src/commands}/UpdateFlowMediaStreamCommand.ts +8 -7
  327. package/{commands → src/commands}/UpdateFlowOutputCommand.ts +8 -7
  328. package/{commands → src/commands}/UpdateFlowSourceCommand.ts +8 -7
  329. package/{endpoints.ts → src/endpoints.ts} +1 -1
  330. package/{index.ts → src/index.ts} +0 -0
  331. package/{models → src/models}/index.ts +0 -0
  332. package/{models → src/models}/models_0.ts +0 -0
  333. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  334. package/{pagination → src/pagination}/ListEntitlementsPaginator.ts +4 -3
  335. package/{pagination → src/pagination}/ListFlowsPaginator.ts +3 -2
  336. package/{pagination → src/pagination}/ListOfferingsPaginator.ts +4 -3
  337. package/{pagination → src/pagination}/ListReservationsPaginator.ts +4 -3
  338. package/{protocols → src/protocols}/Aws_restJson1.ts +53 -52
  339. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  340. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  341. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  342. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  343. package/{waiters → src/waiters}/waitForFlowActive.ts +8 -7
  344. package/{waiters → src/waiters}/waitForFlowDeleted.ts +6 -5
  345. package/{waiters → src/waiters}/waitForFlowStandby.ts +7 -6
  346. package/tsconfig.es.json +1 -3
  347. package/tsconfig.json +7 -7
  348. package/tsconfig.types.json +9 -0
  349. package/dist/cjs/MediaConnect.js.map +0 -1
  350. package/dist/cjs/MediaConnectClient.js.map +0 -1
  351. package/dist/cjs/commands/AddFlowMediaStreamsCommand.js.map +0 -1
  352. package/dist/cjs/commands/AddFlowOutputsCommand.js.map +0 -1
  353. package/dist/cjs/commands/AddFlowSourcesCommand.js.map +0 -1
  354. package/dist/cjs/commands/AddFlowVpcInterfacesCommand.js.map +0 -1
  355. package/dist/cjs/commands/CreateFlowCommand.js.map +0 -1
  356. package/dist/cjs/commands/DeleteFlowCommand.js.map +0 -1
  357. package/dist/cjs/commands/DescribeFlowCommand.js.map +0 -1
  358. package/dist/cjs/commands/DescribeOfferingCommand.js.map +0 -1
  359. package/dist/cjs/commands/DescribeReservationCommand.js.map +0 -1
  360. package/dist/cjs/commands/GrantFlowEntitlementsCommand.js.map +0 -1
  361. package/dist/cjs/commands/ListEntitlementsCommand.js.map +0 -1
  362. package/dist/cjs/commands/ListFlowsCommand.js.map +0 -1
  363. package/dist/cjs/commands/ListOfferingsCommand.js.map +0 -1
  364. package/dist/cjs/commands/ListReservationsCommand.js.map +0 -1
  365. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  366. package/dist/cjs/commands/PurchaseOfferingCommand.js.map +0 -1
  367. package/dist/cjs/commands/RemoveFlowMediaStreamCommand.js.map +0 -1
  368. package/dist/cjs/commands/RemoveFlowOutputCommand.js.map +0 -1
  369. package/dist/cjs/commands/RemoveFlowSourceCommand.js.map +0 -1
  370. package/dist/cjs/commands/RemoveFlowVpcInterfaceCommand.js.map +0 -1
  371. package/dist/cjs/commands/RevokeFlowEntitlementCommand.js.map +0 -1
  372. package/dist/cjs/commands/StartFlowCommand.js.map +0 -1
  373. package/dist/cjs/commands/StopFlowCommand.js.map +0 -1
  374. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  375. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  376. package/dist/cjs/commands/UpdateFlowCommand.js.map +0 -1
  377. package/dist/cjs/commands/UpdateFlowEntitlementCommand.js.map +0 -1
  378. package/dist/cjs/commands/UpdateFlowMediaStreamCommand.js.map +0 -1
  379. package/dist/cjs/commands/UpdateFlowOutputCommand.js.map +0 -1
  380. package/dist/cjs/commands/UpdateFlowSourceCommand.js.map +0 -1
  381. package/dist/cjs/endpoints.js.map +0 -1
  382. package/dist/cjs/index.js +0 -45
  383. package/dist/cjs/index.js.map +0 -1
  384. package/dist/cjs/models/models_0.js.map +0 -1
  385. package/dist/cjs/package.json +0 -92
  386. package/dist/cjs/pagination/ListEntitlementsPaginator.js.map +0 -1
  387. package/dist/cjs/pagination/ListFlowsPaginator.js.map +0 -1
  388. package/dist/cjs/pagination/ListOfferingsPaginator.js.map +0 -1
  389. package/dist/cjs/pagination/ListReservationsPaginator.js.map +0 -1
  390. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  391. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  392. package/dist/cjs/runtimeConfig.js.map +0 -1
  393. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  394. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  395. package/dist/cjs/waiters/waitForFlowActive.js.map +0 -1
  396. package/dist/cjs/waiters/waitForFlowDeleted.js.map +0 -1
  397. package/dist/cjs/waiters/waitForFlowStandby.js.map +0 -1
  398. package/dist/es/MediaConnect.js.map +0 -1
  399. package/dist/es/MediaConnectClient.js.map +0 -1
  400. package/dist/es/commands/AddFlowMediaStreamsCommand.js.map +0 -1
  401. package/dist/es/commands/AddFlowOutputsCommand.js.map +0 -1
  402. package/dist/es/commands/AddFlowSourcesCommand.js.map +0 -1
  403. package/dist/es/commands/AddFlowVpcInterfacesCommand.js.map +0 -1
  404. package/dist/es/commands/CreateFlowCommand.js.map +0 -1
  405. package/dist/es/commands/DeleteFlowCommand.js.map +0 -1
  406. package/dist/es/commands/DescribeFlowCommand.js.map +0 -1
  407. package/dist/es/commands/DescribeOfferingCommand.js.map +0 -1
  408. package/dist/es/commands/DescribeReservationCommand.js.map +0 -1
  409. package/dist/es/commands/GrantFlowEntitlementsCommand.js.map +0 -1
  410. package/dist/es/commands/ListEntitlementsCommand.js.map +0 -1
  411. package/dist/es/commands/ListFlowsCommand.js.map +0 -1
  412. package/dist/es/commands/ListOfferingsCommand.js.map +0 -1
  413. package/dist/es/commands/ListReservationsCommand.js.map +0 -1
  414. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  415. package/dist/es/commands/PurchaseOfferingCommand.js.map +0 -1
  416. package/dist/es/commands/RemoveFlowMediaStreamCommand.js.map +0 -1
  417. package/dist/es/commands/RemoveFlowOutputCommand.js.map +0 -1
  418. package/dist/es/commands/RemoveFlowSourceCommand.js.map +0 -1
  419. package/dist/es/commands/RemoveFlowVpcInterfaceCommand.js.map +0 -1
  420. package/dist/es/commands/RevokeFlowEntitlementCommand.js.map +0 -1
  421. package/dist/es/commands/StartFlowCommand.js.map +0 -1
  422. package/dist/es/commands/StopFlowCommand.js.map +0 -1
  423. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  424. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  425. package/dist/es/commands/UpdateFlowCommand.js.map +0 -1
  426. package/dist/es/commands/UpdateFlowEntitlementCommand.js.map +0 -1
  427. package/dist/es/commands/UpdateFlowMediaStreamCommand.js.map +0 -1
  428. package/dist/es/commands/UpdateFlowOutputCommand.js.map +0 -1
  429. package/dist/es/commands/UpdateFlowSourceCommand.js.map +0 -1
  430. package/dist/es/endpoints.js.map +0 -1
  431. package/dist/es/index.js.map +0 -1
  432. package/dist/es/models/index.js.map +0 -1
  433. package/dist/es/models/models_0.js.map +0 -1
  434. package/dist/es/package.json +0 -92
  435. package/dist/es/pagination/ListEntitlementsPaginator.js.map +0 -1
  436. package/dist/es/pagination/ListFlowsPaginator.js.map +0 -1
  437. package/dist/es/pagination/ListOfferingsPaginator.js.map +0 -1
  438. package/dist/es/pagination/ListReservationsPaginator.js.map +0 -1
  439. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  440. package/dist/es/runtimeConfig.browser.js.map +0 -1
  441. package/dist/es/runtimeConfig.js.map +0 -1
  442. package/dist/es/runtimeConfig.native.js.map +0 -1
  443. package/dist/es/runtimeConfig.shared.js.map +0 -1
  444. package/dist/es/waiters/waitForFlowActive.js.map +0 -1
  445. package/dist/es/waiters/waitForFlowDeleted.js.map +0 -1
  446. package/dist/es/waiters/waitForFlowStandby.js.map +0 -1
@@ -35,16 +35,10 @@ export var Tcs;
35
35
  })(Tcs || (Tcs = {}));
36
36
  export var FmtpRequest;
37
37
  (function (FmtpRequest) {
38
- /**
39
- * @internal
40
- */
41
38
  FmtpRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
42
39
  })(FmtpRequest || (FmtpRequest = {}));
43
40
  export var MediaStreamAttributesRequest;
44
41
  (function (MediaStreamAttributesRequest) {
45
- /**
46
- * @internal
47
- */
48
42
  MediaStreamAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
49
43
  })(MediaStreamAttributesRequest || (MediaStreamAttributesRequest = {}));
50
44
  export var MediaStreamType;
@@ -55,9 +49,6 @@ export var MediaStreamType;
55
49
  })(MediaStreamType || (MediaStreamType = {}));
56
50
  export var AddMediaStreamRequest;
57
51
  (function (AddMediaStreamRequest) {
58
- /**
59
- * @internal
60
- */
61
52
  AddMediaStreamRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
62
53
  })(AddMediaStreamRequest || (AddMediaStreamRequest = {}));
63
54
  export var Algorithm;
@@ -74,23 +65,14 @@ export var KeyType;
74
65
  })(KeyType || (KeyType = {}));
75
66
  export var Encryption;
76
67
  (function (Encryption) {
77
- /**
78
- * @internal
79
- */
80
68
  Encryption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
81
69
  })(Encryption || (Encryption = {}));
82
70
  export var InterfaceRequest;
83
71
  (function (InterfaceRequest) {
84
- /**
85
- * @internal
86
- */
87
72
  InterfaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
88
73
  })(InterfaceRequest || (InterfaceRequest = {}));
89
74
  export var DestinationConfigurationRequest;
90
75
  (function (DestinationConfigurationRequest) {
91
- /**
92
- * @internal
93
- */
94
76
  DestinationConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
95
77
  })(DestinationConfigurationRequest || (DestinationConfigurationRequest = {}));
96
78
  export var EncodingName;
@@ -107,16 +89,10 @@ export var EncoderProfile;
107
89
  })(EncoderProfile || (EncoderProfile = {}));
108
90
  export var EncodingParametersRequest;
109
91
  (function (EncodingParametersRequest) {
110
- /**
111
- * @internal
112
- */
113
92
  EncodingParametersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
114
93
  })(EncodingParametersRequest || (EncodingParametersRequest = {}));
115
94
  export var MediaStreamOutputConfigurationRequest;
116
95
  (function (MediaStreamOutputConfigurationRequest) {
117
- /**
118
- * @internal
119
- */
120
96
  MediaStreamOutputConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
121
97
  })(MediaStreamOutputConfigurationRequest || (MediaStreamOutputConfigurationRequest = {}));
122
98
  export var Protocol;
@@ -132,30 +108,18 @@ export var Protocol;
132
108
  })(Protocol || (Protocol = {}));
133
109
  export var VpcInterfaceAttachment;
134
110
  (function (VpcInterfaceAttachment) {
135
- /**
136
- * @internal
137
- */
138
111
  VpcInterfaceAttachment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
139
112
  })(VpcInterfaceAttachment || (VpcInterfaceAttachment = {}));
140
113
  export var AddOutputRequest;
141
114
  (function (AddOutputRequest) {
142
- /**
143
- * @internal
144
- */
145
115
  AddOutputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
146
116
  })(AddOutputRequest || (AddOutputRequest = {}));
147
117
  export var Interface;
148
118
  (function (Interface) {
149
- /**
150
- * @internal
151
- */
152
119
  Interface.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
153
120
  })(Interface || (Interface = {}));
154
121
  export var DestinationConfiguration;
155
122
  (function (DestinationConfiguration) {
156
- /**
157
- * @internal
158
- */
159
123
  DestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
160
124
  })(DestinationConfiguration || (DestinationConfiguration = {}));
161
125
  export var EntitlementStatus;
@@ -165,37 +129,22 @@ export var EntitlementStatus;
165
129
  })(EntitlementStatus || (EntitlementStatus = {}));
166
130
  export var Entitlement;
167
131
  (function (Entitlement) {
168
- /**
169
- * @internal
170
- */
171
132
  Entitlement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
172
133
  })(Entitlement || (Entitlement = {}));
173
134
  export var GrantEntitlementRequest;
174
135
  (function (GrantEntitlementRequest) {
175
- /**
176
- * @internal
177
- */
178
136
  GrantEntitlementRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
179
137
  })(GrantEntitlementRequest || (GrantEntitlementRequest = {}));
180
138
  export var InputConfiguration;
181
139
  (function (InputConfiguration) {
182
- /**
183
- * @internal
184
- */
185
140
  InputConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
186
141
  })(InputConfiguration || (InputConfiguration = {}));
187
142
  export var InputConfigurationRequest;
188
143
  (function (InputConfigurationRequest) {
189
- /**
190
- * @internal
191
- */
192
144
  InputConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
193
145
  })(InputConfigurationRequest || (InputConfigurationRequest = {}));
194
146
  export var ListedEntitlement;
195
147
  (function (ListedEntitlement) {
196
- /**
197
- * @internal
198
- */
199
148
  ListedEntitlement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
200
149
  })(ListedEntitlement || (ListedEntitlement = {}));
201
150
  export var SourceType;
@@ -215,58 +164,34 @@ export var Status;
215
164
  })(Status || (Status = {}));
216
165
  export var ListedFlow;
217
166
  (function (ListedFlow) {
218
- /**
219
- * @internal
220
- */
221
167
  ListedFlow.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
222
168
  })(ListedFlow || (ListedFlow = {}));
223
169
  export var Fmtp;
224
170
  (function (Fmtp) {
225
- /**
226
- * @internal
227
- */
228
171
  Fmtp.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
229
172
  })(Fmtp || (Fmtp = {}));
230
173
  export var MediaStreamAttributes;
231
174
  (function (MediaStreamAttributes) {
232
- /**
233
- * @internal
234
- */
235
175
  MediaStreamAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
236
176
  })(MediaStreamAttributes || (MediaStreamAttributes = {}));
237
177
  export var MediaStream;
238
178
  (function (MediaStream) {
239
- /**
240
- * @internal
241
- */
242
179
  MediaStream.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
243
180
  })(MediaStream || (MediaStream = {}));
244
181
  export var EncodingParameters;
245
182
  (function (EncodingParameters) {
246
- /**
247
- * @internal
248
- */
249
183
  EncodingParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
250
184
  })(EncodingParameters || (EncodingParameters = {}));
251
185
  export var MediaStreamOutputConfiguration;
252
186
  (function (MediaStreamOutputConfiguration) {
253
- /**
254
- * @internal
255
- */
256
187
  MediaStreamOutputConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
257
188
  })(MediaStreamOutputConfiguration || (MediaStreamOutputConfiguration = {}));
258
189
  export var MediaStreamSourceConfiguration;
259
190
  (function (MediaStreamSourceConfiguration) {
260
- /**
261
- * @internal
262
- */
263
191
  MediaStreamSourceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
264
192
  })(MediaStreamSourceConfiguration || (MediaStreamSourceConfiguration = {}));
265
193
  export var MediaStreamSourceConfigurationRequest;
266
194
  (function (MediaStreamSourceConfigurationRequest) {
267
- /**
268
- * @internal
269
- */
270
195
  MediaStreamSourceConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
271
196
  })(MediaStreamSourceConfigurationRequest || (MediaStreamSourceConfigurationRequest = {}));
272
197
  export var DurationUnits;
@@ -283,30 +208,18 @@ export var ResourceType;
283
208
  })(ResourceType || (ResourceType = {}));
284
209
  export var ResourceSpecification;
285
210
  (function (ResourceSpecification) {
286
- /**
287
- * @internal
288
- */
289
211
  ResourceSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
290
212
  })(ResourceSpecification || (ResourceSpecification = {}));
291
213
  export var Offering;
292
214
  (function (Offering) {
293
- /**
294
- * @internal
295
- */
296
215
  Offering.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
297
216
  })(Offering || (Offering = {}));
298
217
  export var Transport;
299
218
  (function (Transport) {
300
- /**
301
- * @internal
302
- */
303
219
  Transport.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
304
220
  })(Transport || (Transport = {}));
305
221
  export var Output;
306
222
  (function (Output) {
307
- /**
308
- * @internal
309
- */
310
223
  Output.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
311
224
  })(Output || (Output = {}));
312
225
  export var ReservationState;
@@ -318,23 +231,14 @@ export var ReservationState;
318
231
  })(ReservationState || (ReservationState = {}));
319
232
  export var Reservation;
320
233
  (function (Reservation) {
321
- /**
322
- * @internal
323
- */
324
234
  Reservation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
325
235
  })(Reservation || (Reservation = {}));
326
236
  export var SetSourceRequest;
327
237
  (function (SetSourceRequest) {
328
- /**
329
- * @internal
330
- */
331
238
  SetSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
332
239
  })(SetSourceRequest || (SetSourceRequest = {}));
333
240
  export var Source;
334
241
  (function (Source) {
335
- /**
336
- * @internal
337
- */
338
242
  Source.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
339
243
  })(Source || (Source = {}));
340
244
  export var NetworkInterfaceType;
@@ -344,128 +248,74 @@ export var NetworkInterfaceType;
344
248
  })(NetworkInterfaceType || (NetworkInterfaceType = {}));
345
249
  export var VpcInterface;
346
250
  (function (VpcInterface) {
347
- /**
348
- * @internal
349
- */
350
251
  VpcInterface.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
351
252
  })(VpcInterface || (VpcInterface = {}));
352
253
  export var VpcInterfaceRequest;
353
254
  (function (VpcInterfaceRequest) {
354
- /**
355
- * @internal
356
- */
357
255
  VpcInterfaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
358
256
  })(VpcInterfaceRequest || (VpcInterfaceRequest = {}));
359
257
  export var AddFlowMediaStreamsRequest;
360
258
  (function (AddFlowMediaStreamsRequest) {
361
- /**
362
- * @internal
363
- */
364
259
  AddFlowMediaStreamsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
365
260
  })(AddFlowMediaStreamsRequest || (AddFlowMediaStreamsRequest = {}));
366
261
  export var AddFlowMediaStreamsResponse;
367
262
  (function (AddFlowMediaStreamsResponse) {
368
- /**
369
- * @internal
370
- */
371
263
  AddFlowMediaStreamsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
372
264
  })(AddFlowMediaStreamsResponse || (AddFlowMediaStreamsResponse = {}));
373
265
  export var BadRequestException;
374
266
  (function (BadRequestException) {
375
- /**
376
- * @internal
377
- */
378
267
  BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
379
268
  })(BadRequestException || (BadRequestException = {}));
380
269
  export var ForbiddenException;
381
270
  (function (ForbiddenException) {
382
- /**
383
- * @internal
384
- */
385
271
  ForbiddenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
386
272
  })(ForbiddenException || (ForbiddenException = {}));
387
273
  export var InternalServerErrorException;
388
274
  (function (InternalServerErrorException) {
389
- /**
390
- * @internal
391
- */
392
275
  InternalServerErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
393
276
  })(InternalServerErrorException || (InternalServerErrorException = {}));
394
277
  export var NotFoundException;
395
278
  (function (NotFoundException) {
396
- /**
397
- * @internal
398
- */
399
279
  NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
400
280
  })(NotFoundException || (NotFoundException = {}));
401
281
  export var ServiceUnavailableException;
402
282
  (function (ServiceUnavailableException) {
403
- /**
404
- * @internal
405
- */
406
283
  ServiceUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
407
284
  })(ServiceUnavailableException || (ServiceUnavailableException = {}));
408
285
  export var TooManyRequestsException;
409
286
  (function (TooManyRequestsException) {
410
- /**
411
- * @internal
412
- */
413
287
  TooManyRequestsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
414
288
  })(TooManyRequestsException || (TooManyRequestsException = {}));
415
289
  export var AddFlowOutputs420Exception;
416
290
  (function (AddFlowOutputs420Exception) {
417
- /**
418
- * @internal
419
- */
420
291
  AddFlowOutputs420Exception.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
421
292
  })(AddFlowOutputs420Exception || (AddFlowOutputs420Exception = {}));
422
293
  export var AddFlowOutputsRequest;
423
294
  (function (AddFlowOutputsRequest) {
424
- /**
425
- * @internal
426
- */
427
295
  AddFlowOutputsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
428
296
  })(AddFlowOutputsRequest || (AddFlowOutputsRequest = {}));
429
297
  export var AddFlowOutputsResponse;
430
298
  (function (AddFlowOutputsResponse) {
431
- /**
432
- * @internal
433
- */
434
299
  AddFlowOutputsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
435
300
  })(AddFlowOutputsResponse || (AddFlowOutputsResponse = {}));
436
301
  export var AddFlowSourcesRequest;
437
302
  (function (AddFlowSourcesRequest) {
438
- /**
439
- * @internal
440
- */
441
303
  AddFlowSourcesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
442
304
  })(AddFlowSourcesRequest || (AddFlowSourcesRequest = {}));
443
305
  export var AddFlowSourcesResponse;
444
306
  (function (AddFlowSourcesResponse) {
445
- /**
446
- * @internal
447
- */
448
307
  AddFlowSourcesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
449
308
  })(AddFlowSourcesResponse || (AddFlowSourcesResponse = {}));
450
309
  export var AddFlowVpcInterfacesRequest;
451
310
  (function (AddFlowVpcInterfacesRequest) {
452
- /**
453
- * @internal
454
- */
455
311
  AddFlowVpcInterfacesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
456
312
  })(AddFlowVpcInterfacesRequest || (AddFlowVpcInterfacesRequest = {}));
457
313
  export var AddFlowVpcInterfacesResponse;
458
314
  (function (AddFlowVpcInterfacesResponse) {
459
- /**
460
- * @internal
461
- */
462
315
  AddFlowVpcInterfacesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
463
316
  })(AddFlowVpcInterfacesResponse || (AddFlowVpcInterfacesResponse = {}));
464
317
  export var CreateFlow420Exception;
465
318
  (function (CreateFlow420Exception) {
466
- /**
467
- * @internal
468
- */
469
319
  CreateFlow420Exception.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
470
320
  })(CreateFlow420Exception || (CreateFlow420Exception = {}));
471
321
  export var FailoverMode;
@@ -475,9 +325,6 @@ export var FailoverMode;
475
325
  })(FailoverMode || (FailoverMode = {}));
476
326
  export var SourcePriority;
477
327
  (function (SourcePriority) {
478
- /**
479
- * @internal
480
- */
481
328
  SourcePriority.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
482
329
  })(SourcePriority || (SourcePriority = {}));
483
330
  export var State;
@@ -487,394 +334,226 @@ export var State;
487
334
  })(State || (State = {}));
488
335
  export var FailoverConfig;
489
336
  (function (FailoverConfig) {
490
- /**
491
- * @internal
492
- */
493
337
  FailoverConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
494
338
  })(FailoverConfig || (FailoverConfig = {}));
495
339
  export var CreateFlowRequest;
496
340
  (function (CreateFlowRequest) {
497
- /**
498
- * @internal
499
- */
500
341
  CreateFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
501
342
  })(CreateFlowRequest || (CreateFlowRequest = {}));
502
343
  export var Flow;
503
344
  (function (Flow) {
504
- /**
505
- * @internal
506
- */
507
345
  Flow.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
508
346
  })(Flow || (Flow = {}));
509
347
  export var CreateFlowResponse;
510
348
  (function (CreateFlowResponse) {
511
- /**
512
- * @internal
513
- */
514
349
  CreateFlowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
515
350
  })(CreateFlowResponse || (CreateFlowResponse = {}));
516
351
  export var DeleteFlowRequest;
517
352
  (function (DeleteFlowRequest) {
518
- /**
519
- * @internal
520
- */
521
353
  DeleteFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
522
354
  })(DeleteFlowRequest || (DeleteFlowRequest = {}));
523
355
  export var DeleteFlowResponse;
524
356
  (function (DeleteFlowResponse) {
525
- /**
526
- * @internal
527
- */
528
357
  DeleteFlowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
529
358
  })(DeleteFlowResponse || (DeleteFlowResponse = {}));
530
359
  export var DescribeFlowRequest;
531
360
  (function (DescribeFlowRequest) {
532
- /**
533
- * @internal
534
- */
535
361
  DescribeFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
536
362
  })(DescribeFlowRequest || (DescribeFlowRequest = {}));
537
363
  export var Messages;
538
364
  (function (Messages) {
539
- /**
540
- * @internal
541
- */
542
365
  Messages.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
543
366
  })(Messages || (Messages = {}));
544
367
  export var DescribeFlowResponse;
545
368
  (function (DescribeFlowResponse) {
546
- /**
547
- * @internal
548
- */
549
369
  DescribeFlowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
550
370
  })(DescribeFlowResponse || (DescribeFlowResponse = {}));
551
371
  export var DescribeOfferingRequest;
552
372
  (function (DescribeOfferingRequest) {
553
- /**
554
- * @internal
555
- */
556
373
  DescribeOfferingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
557
374
  })(DescribeOfferingRequest || (DescribeOfferingRequest = {}));
558
375
  export var DescribeOfferingResponse;
559
376
  (function (DescribeOfferingResponse) {
560
- /**
561
- * @internal
562
- */
563
377
  DescribeOfferingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
564
378
  })(DescribeOfferingResponse || (DescribeOfferingResponse = {}));
565
379
  export var DescribeReservationRequest;
566
380
  (function (DescribeReservationRequest) {
567
- /**
568
- * @internal
569
- */
570
381
  DescribeReservationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
571
382
  })(DescribeReservationRequest || (DescribeReservationRequest = {}));
572
383
  export var DescribeReservationResponse;
573
384
  (function (DescribeReservationResponse) {
574
- /**
575
- * @internal
576
- */
577
385
  DescribeReservationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
578
386
  })(DescribeReservationResponse || (DescribeReservationResponse = {}));
579
387
  export var GrantFlowEntitlements420Exception;
580
388
  (function (GrantFlowEntitlements420Exception) {
581
- /**
582
- * @internal
583
- */
584
389
  GrantFlowEntitlements420Exception.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
585
390
  })(GrantFlowEntitlements420Exception || (GrantFlowEntitlements420Exception = {}));
586
391
  export var GrantFlowEntitlementsRequest;
587
392
  (function (GrantFlowEntitlementsRequest) {
588
- /**
589
- * @internal
590
- */
591
393
  GrantFlowEntitlementsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
592
394
  })(GrantFlowEntitlementsRequest || (GrantFlowEntitlementsRequest = {}));
593
395
  export var GrantFlowEntitlementsResponse;
594
396
  (function (GrantFlowEntitlementsResponse) {
595
- /**
596
- * @internal
597
- */
598
397
  GrantFlowEntitlementsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
599
398
  })(GrantFlowEntitlementsResponse || (GrantFlowEntitlementsResponse = {}));
600
399
  export var ListEntitlementsRequest;
601
400
  (function (ListEntitlementsRequest) {
602
- /**
603
- * @internal
604
- */
605
401
  ListEntitlementsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
606
402
  })(ListEntitlementsRequest || (ListEntitlementsRequest = {}));
607
403
  export var ListEntitlementsResponse;
608
404
  (function (ListEntitlementsResponse) {
609
- /**
610
- * @internal
611
- */
612
405
  ListEntitlementsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
613
406
  })(ListEntitlementsResponse || (ListEntitlementsResponse = {}));
614
407
  export var ListFlowsRequest;
615
408
  (function (ListFlowsRequest) {
616
- /**
617
- * @internal
618
- */
619
409
  ListFlowsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
620
410
  })(ListFlowsRequest || (ListFlowsRequest = {}));
621
411
  export var ListFlowsResponse;
622
412
  (function (ListFlowsResponse) {
623
- /**
624
- * @internal
625
- */
626
413
  ListFlowsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
627
414
  })(ListFlowsResponse || (ListFlowsResponse = {}));
628
415
  export var ListOfferingsRequest;
629
416
  (function (ListOfferingsRequest) {
630
- /**
631
- * @internal
632
- */
633
417
  ListOfferingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
634
418
  })(ListOfferingsRequest || (ListOfferingsRequest = {}));
635
419
  export var ListOfferingsResponse;
636
420
  (function (ListOfferingsResponse) {
637
- /**
638
- * @internal
639
- */
640
421
  ListOfferingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
641
422
  })(ListOfferingsResponse || (ListOfferingsResponse = {}));
642
423
  export var ListReservationsRequest;
643
424
  (function (ListReservationsRequest) {
644
- /**
645
- * @internal
646
- */
647
425
  ListReservationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
648
426
  })(ListReservationsRequest || (ListReservationsRequest = {}));
649
427
  export var ListReservationsResponse;
650
428
  (function (ListReservationsResponse) {
651
- /**
652
- * @internal
653
- */
654
429
  ListReservationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
655
430
  })(ListReservationsResponse || (ListReservationsResponse = {}));
656
431
  export var ListTagsForResourceRequest;
657
432
  (function (ListTagsForResourceRequest) {
658
- /**
659
- * @internal
660
- */
661
433
  ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
662
434
  })(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
663
435
  export var ListTagsForResourceResponse;
664
436
  (function (ListTagsForResourceResponse) {
665
- /**
666
- * @internal
667
- */
668
437
  ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
669
438
  })(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
670
439
  export var PurchaseOfferingRequest;
671
440
  (function (PurchaseOfferingRequest) {
672
- /**
673
- * @internal
674
- */
675
441
  PurchaseOfferingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
676
442
  })(PurchaseOfferingRequest || (PurchaseOfferingRequest = {}));
677
443
  export var PurchaseOfferingResponse;
678
444
  (function (PurchaseOfferingResponse) {
679
- /**
680
- * @internal
681
- */
682
445
  PurchaseOfferingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
683
446
  })(PurchaseOfferingResponse || (PurchaseOfferingResponse = {}));
684
447
  export var RemoveFlowMediaStreamRequest;
685
448
  (function (RemoveFlowMediaStreamRequest) {
686
- /**
687
- * @internal
688
- */
689
449
  RemoveFlowMediaStreamRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
690
450
  })(RemoveFlowMediaStreamRequest || (RemoveFlowMediaStreamRequest = {}));
691
451
  export var RemoveFlowMediaStreamResponse;
692
452
  (function (RemoveFlowMediaStreamResponse) {
693
- /**
694
- * @internal
695
- */
696
453
  RemoveFlowMediaStreamResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
697
454
  })(RemoveFlowMediaStreamResponse || (RemoveFlowMediaStreamResponse = {}));
698
455
  export var RemoveFlowOutputRequest;
699
456
  (function (RemoveFlowOutputRequest) {
700
- /**
701
- * @internal
702
- */
703
457
  RemoveFlowOutputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
704
458
  })(RemoveFlowOutputRequest || (RemoveFlowOutputRequest = {}));
705
459
  export var RemoveFlowOutputResponse;
706
460
  (function (RemoveFlowOutputResponse) {
707
- /**
708
- * @internal
709
- */
710
461
  RemoveFlowOutputResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
711
462
  })(RemoveFlowOutputResponse || (RemoveFlowOutputResponse = {}));
712
463
  export var RemoveFlowSourceRequest;
713
464
  (function (RemoveFlowSourceRequest) {
714
- /**
715
- * @internal
716
- */
717
465
  RemoveFlowSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
718
466
  })(RemoveFlowSourceRequest || (RemoveFlowSourceRequest = {}));
719
467
  export var RemoveFlowSourceResponse;
720
468
  (function (RemoveFlowSourceResponse) {
721
- /**
722
- * @internal
723
- */
724
469
  RemoveFlowSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
725
470
  })(RemoveFlowSourceResponse || (RemoveFlowSourceResponse = {}));
726
471
  export var RemoveFlowVpcInterfaceRequest;
727
472
  (function (RemoveFlowVpcInterfaceRequest) {
728
- /**
729
- * @internal
730
- */
731
473
  RemoveFlowVpcInterfaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
732
474
  })(RemoveFlowVpcInterfaceRequest || (RemoveFlowVpcInterfaceRequest = {}));
733
475
  export var RemoveFlowVpcInterfaceResponse;
734
476
  (function (RemoveFlowVpcInterfaceResponse) {
735
- /**
736
- * @internal
737
- */
738
477
  RemoveFlowVpcInterfaceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
739
478
  })(RemoveFlowVpcInterfaceResponse || (RemoveFlowVpcInterfaceResponse = {}));
740
479
  export var RevokeFlowEntitlementRequest;
741
480
  (function (RevokeFlowEntitlementRequest) {
742
- /**
743
- * @internal
744
- */
745
481
  RevokeFlowEntitlementRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
746
482
  })(RevokeFlowEntitlementRequest || (RevokeFlowEntitlementRequest = {}));
747
483
  export var RevokeFlowEntitlementResponse;
748
484
  (function (RevokeFlowEntitlementResponse) {
749
- /**
750
- * @internal
751
- */
752
485
  RevokeFlowEntitlementResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
753
486
  })(RevokeFlowEntitlementResponse || (RevokeFlowEntitlementResponse = {}));
754
487
  export var StartFlowRequest;
755
488
  (function (StartFlowRequest) {
756
- /**
757
- * @internal
758
- */
759
489
  StartFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
760
490
  })(StartFlowRequest || (StartFlowRequest = {}));
761
491
  export var StartFlowResponse;
762
492
  (function (StartFlowResponse) {
763
- /**
764
- * @internal
765
- */
766
493
  StartFlowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
767
494
  })(StartFlowResponse || (StartFlowResponse = {}));
768
495
  export var StopFlowRequest;
769
496
  (function (StopFlowRequest) {
770
- /**
771
- * @internal
772
- */
773
497
  StopFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
774
498
  })(StopFlowRequest || (StopFlowRequest = {}));
775
499
  export var StopFlowResponse;
776
500
  (function (StopFlowResponse) {
777
- /**
778
- * @internal
779
- */
780
501
  StopFlowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
781
502
  })(StopFlowResponse || (StopFlowResponse = {}));
782
503
  export var TagResourceRequest;
783
504
  (function (TagResourceRequest) {
784
- /**
785
- * @internal
786
- */
787
505
  TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
788
506
  })(TagResourceRequest || (TagResourceRequest = {}));
789
507
  export var UntagResourceRequest;
790
508
  (function (UntagResourceRequest) {
791
- /**
792
- * @internal
793
- */
794
509
  UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
795
510
  })(UntagResourceRequest || (UntagResourceRequest = {}));
796
511
  export var UpdateFailoverConfig;
797
512
  (function (UpdateFailoverConfig) {
798
- /**
799
- * @internal
800
- */
801
513
  UpdateFailoverConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
802
514
  })(UpdateFailoverConfig || (UpdateFailoverConfig = {}));
803
515
  export var UpdateFlowRequest;
804
516
  (function (UpdateFlowRequest) {
805
- /**
806
- * @internal
807
- */
808
517
  UpdateFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
809
518
  })(UpdateFlowRequest || (UpdateFlowRequest = {}));
810
519
  export var UpdateFlowResponse;
811
520
  (function (UpdateFlowResponse) {
812
- /**
813
- * @internal
814
- */
815
521
  UpdateFlowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
816
522
  })(UpdateFlowResponse || (UpdateFlowResponse = {}));
817
523
  export var UpdateEncryption;
818
524
  (function (UpdateEncryption) {
819
- /**
820
- * @internal
821
- */
822
525
  UpdateEncryption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
823
526
  })(UpdateEncryption || (UpdateEncryption = {}));
824
527
  export var UpdateFlowEntitlementRequest;
825
528
  (function (UpdateFlowEntitlementRequest) {
826
- /**
827
- * @internal
828
- */
829
529
  UpdateFlowEntitlementRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
830
530
  })(UpdateFlowEntitlementRequest || (UpdateFlowEntitlementRequest = {}));
831
531
  export var UpdateFlowEntitlementResponse;
832
532
  (function (UpdateFlowEntitlementResponse) {
833
- /**
834
- * @internal
835
- */
836
533
  UpdateFlowEntitlementResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
837
534
  })(UpdateFlowEntitlementResponse || (UpdateFlowEntitlementResponse = {}));
838
535
  export var UpdateFlowMediaStreamRequest;
839
536
  (function (UpdateFlowMediaStreamRequest) {
840
- /**
841
- * @internal
842
- */
843
537
  UpdateFlowMediaStreamRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
844
538
  })(UpdateFlowMediaStreamRequest || (UpdateFlowMediaStreamRequest = {}));
845
539
  export var UpdateFlowMediaStreamResponse;
846
540
  (function (UpdateFlowMediaStreamResponse) {
847
- /**
848
- * @internal
849
- */
850
541
  UpdateFlowMediaStreamResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
851
542
  })(UpdateFlowMediaStreamResponse || (UpdateFlowMediaStreamResponse = {}));
852
543
  export var UpdateFlowOutputRequest;
853
544
  (function (UpdateFlowOutputRequest) {
854
- /**
855
- * @internal
856
- */
857
545
  UpdateFlowOutputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
858
546
  })(UpdateFlowOutputRequest || (UpdateFlowOutputRequest = {}));
859
547
  export var UpdateFlowOutputResponse;
860
548
  (function (UpdateFlowOutputResponse) {
861
- /**
862
- * @internal
863
- */
864
549
  UpdateFlowOutputResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
865
550
  })(UpdateFlowOutputResponse || (UpdateFlowOutputResponse = {}));
866
551
  export var UpdateFlowSourceRequest;
867
552
  (function (UpdateFlowSourceRequest) {
868
- /**
869
- * @internal
870
- */
871
553
  UpdateFlowSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
872
554
  })(UpdateFlowSourceRequest || (UpdateFlowSourceRequest = {}));
873
555
  export var UpdateFlowSourceResponse;
874
556
  (function (UpdateFlowSourceResponse) {
875
- /**
876
- * @internal
877
- */
878
557
  UpdateFlowSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
879
558
  })(UpdateFlowSourceResponse || (UpdateFlowSourceResponse = {}));
880
559
  //# sourceMappingURL=models_0.js.map