@aws-sdk/client-medialive 3.34.0 → 3.37.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 (994) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/MediaLive.js +862 -0
  3. package/dist-cjs/MediaLiveClient.js +35 -0
  4. package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +36 -0
  5. package/dist-cjs/commands/BatchDeleteCommand.js +36 -0
  6. package/dist-cjs/commands/BatchStartCommand.js +36 -0
  7. package/dist-cjs/commands/BatchStopCommand.js +36 -0
  8. package/dist-cjs/commands/BatchUpdateScheduleCommand.js +36 -0
  9. package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +36 -0
  10. package/dist-cjs/commands/ClaimDeviceCommand.js +36 -0
  11. package/dist-cjs/commands/CreateChannelCommand.js +36 -0
  12. package/dist-cjs/commands/CreateInputCommand.js +36 -0
  13. package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +36 -0
  14. package/dist-cjs/commands/CreateMultiplexCommand.js +36 -0
  15. package/dist-cjs/commands/CreateMultiplexProgramCommand.js +36 -0
  16. package/dist-cjs/commands/CreatePartnerInputCommand.js +36 -0
  17. package/dist-cjs/commands/CreateTagsCommand.js +36 -0
  18. package/dist-cjs/commands/DeleteChannelCommand.js +36 -0
  19. package/dist-cjs/commands/DeleteInputCommand.js +36 -0
  20. package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +36 -0
  21. package/dist-cjs/commands/DeleteMultiplexCommand.js +36 -0
  22. package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +36 -0
  23. package/dist-cjs/commands/DeleteReservationCommand.js +36 -0
  24. package/dist-cjs/commands/DeleteScheduleCommand.js +36 -0
  25. package/dist-cjs/commands/DeleteTagsCommand.js +36 -0
  26. package/dist-cjs/commands/DescribeChannelCommand.js +36 -0
  27. package/dist-cjs/commands/DescribeInputCommand.js +36 -0
  28. package/dist-cjs/commands/DescribeInputDeviceCommand.js +36 -0
  29. package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +36 -0
  30. package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +36 -0
  31. package/dist-cjs/commands/DescribeMultiplexCommand.js +36 -0
  32. package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +36 -0
  33. package/dist-cjs/commands/DescribeOfferingCommand.js +36 -0
  34. package/dist-cjs/commands/DescribeReservationCommand.js +36 -0
  35. package/dist-cjs/commands/DescribeScheduleCommand.js +36 -0
  36. package/dist-cjs/commands/ListChannelsCommand.js +36 -0
  37. package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +36 -0
  38. package/dist-cjs/commands/ListInputDevicesCommand.js +36 -0
  39. package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +36 -0
  40. package/dist-cjs/commands/ListInputsCommand.js +36 -0
  41. package/dist-cjs/commands/ListMultiplexProgramsCommand.js +36 -0
  42. package/dist-cjs/commands/ListMultiplexesCommand.js +36 -0
  43. package/dist-cjs/commands/ListOfferingsCommand.js +36 -0
  44. package/dist-cjs/commands/ListReservationsCommand.js +36 -0
  45. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  46. package/dist-cjs/commands/PurchaseOfferingCommand.js +36 -0
  47. package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +36 -0
  48. package/dist-cjs/commands/StartChannelCommand.js +36 -0
  49. package/dist-cjs/commands/StartMultiplexCommand.js +36 -0
  50. package/dist-cjs/commands/StopChannelCommand.js +36 -0
  51. package/dist-cjs/commands/StopMultiplexCommand.js +36 -0
  52. package/dist-cjs/commands/TransferInputDeviceCommand.js +36 -0
  53. package/dist-cjs/commands/UpdateChannelClassCommand.js +36 -0
  54. package/dist-cjs/commands/UpdateChannelCommand.js +36 -0
  55. package/dist-cjs/commands/UpdateInputCommand.js +36 -0
  56. package/dist-cjs/commands/UpdateInputDeviceCommand.js +36 -0
  57. package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +36 -0
  58. package/dist-cjs/commands/UpdateMultiplexCommand.js +36 -0
  59. package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +36 -0
  60. package/dist-cjs/commands/UpdateReservationCommand.js +36 -0
  61. package/dist-cjs/endpoints.js +72 -0
  62. package/dist-cjs/index.js +85 -0
  63. package/dist-cjs/models/index.js +5 -0
  64. package/dist-cjs/models/models_0.js +1777 -0
  65. package/dist-cjs/models/models_1.js +1785 -0
  66. package/dist-cjs/pagination/DescribeSchedulePaginator.js +35 -0
  67. package/dist-cjs/pagination/Interfaces.js +2 -0
  68. package/dist-cjs/pagination/ListChannelsPaginator.js +35 -0
  69. package/dist-cjs/pagination/ListInputDeviceTransfersPaginator.js +35 -0
  70. package/dist-cjs/pagination/ListInputDevicesPaginator.js +35 -0
  71. package/dist-cjs/pagination/ListInputSecurityGroupsPaginator.js +35 -0
  72. package/dist-cjs/pagination/ListInputsPaginator.js +35 -0
  73. package/dist-cjs/pagination/ListMultiplexProgramsPaginator.js +35 -0
  74. package/dist-cjs/pagination/ListMultiplexesPaginator.js +35 -0
  75. package/dist-cjs/pagination/ListOfferingsPaginator.js +35 -0
  76. package/dist-cjs/pagination/ListReservationsPaginator.js +35 -0
  77. package/dist-cjs/protocols/Aws_restJson1.js +13643 -0
  78. package/dist-cjs/runtimeConfig.browser.js +37 -0
  79. package/dist-cjs/runtimeConfig.js +42 -0
  80. package/dist-cjs/runtimeConfig.native.js +16 -0
  81. package/dist-cjs/runtimeConfig.shared.js +17 -0
  82. package/dist-cjs/waiters/waitForChannelCreated.js +57 -0
  83. package/dist-cjs/waiters/waitForChannelDeleted.js +48 -0
  84. package/dist-cjs/waiters/waitForChannelRunning.js +48 -0
  85. package/dist-cjs/waiters/waitForChannelStopped.js +48 -0
  86. package/dist-cjs/waiters/waitForInputAttached.js +48 -0
  87. package/dist-cjs/waiters/waitForInputDeleted.js +48 -0
  88. package/dist-cjs/waiters/waitForInputDetached.js +57 -0
  89. package/dist-cjs/waiters/waitForMultiplexCreated.js +57 -0
  90. package/dist-cjs/waiters/waitForMultiplexDeleted.js +48 -0
  91. package/dist-cjs/waiters/waitForMultiplexRunning.js +48 -0
  92. package/dist-cjs/waiters/waitForMultiplexStopped.js +48 -0
  93. package/dist-es/MediaLive.js +865 -0
  94. package/dist-es/MediaLiveClient.js +37 -0
  95. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +39 -0
  96. package/dist-es/commands/BatchDeleteCommand.js +39 -0
  97. package/dist-es/commands/BatchStartCommand.js +39 -0
  98. package/dist-es/commands/BatchStopCommand.js +39 -0
  99. package/dist-es/commands/BatchUpdateScheduleCommand.js +39 -0
  100. package/dist-es/commands/CancelInputDeviceTransferCommand.js +39 -0
  101. package/dist-es/commands/ClaimDeviceCommand.js +39 -0
  102. package/dist-es/commands/CreateChannelCommand.js +39 -0
  103. package/dist-es/commands/CreateInputCommand.js +39 -0
  104. package/dist-es/commands/CreateInputSecurityGroupCommand.js +39 -0
  105. package/dist-es/commands/CreateMultiplexCommand.js +39 -0
  106. package/dist-es/commands/CreateMultiplexProgramCommand.js +39 -0
  107. package/dist-es/commands/CreatePartnerInputCommand.js +39 -0
  108. package/dist-es/commands/CreateTagsCommand.js +39 -0
  109. package/dist-es/commands/DeleteChannelCommand.js +39 -0
  110. package/dist-es/commands/DeleteInputCommand.js +39 -0
  111. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +39 -0
  112. package/dist-es/commands/DeleteMultiplexCommand.js +39 -0
  113. package/dist-es/commands/DeleteMultiplexProgramCommand.js +39 -0
  114. package/dist-es/commands/DeleteReservationCommand.js +39 -0
  115. package/dist-es/commands/DeleteScheduleCommand.js +39 -0
  116. package/dist-es/commands/DeleteTagsCommand.js +39 -0
  117. package/dist-es/commands/DescribeChannelCommand.js +39 -0
  118. package/dist-es/commands/DescribeInputCommand.js +39 -0
  119. package/dist-es/commands/DescribeInputDeviceCommand.js +39 -0
  120. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +39 -0
  121. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +39 -0
  122. package/dist-es/commands/DescribeMultiplexCommand.js +39 -0
  123. package/dist-es/commands/DescribeMultiplexProgramCommand.js +39 -0
  124. package/dist-es/commands/DescribeOfferingCommand.js +39 -0
  125. package/dist-es/commands/DescribeReservationCommand.js +39 -0
  126. package/dist-es/commands/DescribeScheduleCommand.js +39 -0
  127. package/dist-es/commands/ListChannelsCommand.js +39 -0
  128. package/dist-es/commands/ListInputDeviceTransfersCommand.js +39 -0
  129. package/dist-es/commands/ListInputDevicesCommand.js +39 -0
  130. package/dist-es/commands/ListInputSecurityGroupsCommand.js +39 -0
  131. package/dist-es/commands/ListInputsCommand.js +39 -0
  132. package/dist-es/commands/ListMultiplexProgramsCommand.js +39 -0
  133. package/dist-es/commands/ListMultiplexesCommand.js +39 -0
  134. package/dist-es/commands/ListOfferingsCommand.js +39 -0
  135. package/dist-es/commands/ListReservationsCommand.js +39 -0
  136. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  137. package/dist-es/commands/PurchaseOfferingCommand.js +39 -0
  138. package/dist-es/commands/RejectInputDeviceTransferCommand.js +39 -0
  139. package/dist-es/commands/StartChannelCommand.js +39 -0
  140. package/dist-es/commands/StartMultiplexCommand.js +39 -0
  141. package/dist-es/commands/StopChannelCommand.js +39 -0
  142. package/dist-es/commands/StopMultiplexCommand.js +39 -0
  143. package/dist-es/commands/TransferInputDeviceCommand.js +39 -0
  144. package/dist-es/commands/UpdateChannelClassCommand.js +39 -0
  145. package/dist-es/commands/UpdateChannelCommand.js +39 -0
  146. package/dist-es/commands/UpdateInputCommand.js +39 -0
  147. package/dist-es/commands/UpdateInputDeviceCommand.js +39 -0
  148. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +39 -0
  149. package/dist-es/commands/UpdateMultiplexCommand.js +39 -0
  150. package/dist-es/commands/UpdateMultiplexProgramCommand.js +39 -0
  151. package/dist-es/commands/UpdateReservationCommand.js +39 -0
  152. package/dist-es/endpoints.js +68 -0
  153. package/dist-es/index.js +82 -0
  154. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  155. package/dist-es/models/models_0.js +1484 -0
  156. package/dist-es/models/models_1.js +1372 -0
  157. package/dist-es/pagination/DescribeSchedulePaginator.js +74 -0
  158. package/dist-es/pagination/Interfaces.js +1 -0
  159. package/dist-es/pagination/ListChannelsPaginator.js +74 -0
  160. package/dist-es/pagination/ListInputDeviceTransfersPaginator.js +74 -0
  161. package/dist-es/pagination/ListInputDevicesPaginator.js +74 -0
  162. package/dist-es/pagination/ListInputSecurityGroupsPaginator.js +74 -0
  163. package/dist-es/pagination/ListInputsPaginator.js +74 -0
  164. package/dist-es/pagination/ListMultiplexProgramsPaginator.js +74 -0
  165. package/dist-es/pagination/ListMultiplexesPaginator.js +74 -0
  166. package/dist-es/pagination/ListOfferingsPaginator.js +74 -0
  167. package/dist-es/pagination/ListReservationsPaginator.js +74 -0
  168. package/dist-es/protocols/Aws_restJson1.js +13647 -0
  169. package/dist-es/runtimeConfig.browser.js +16 -0
  170. package/dist-es/runtimeConfig.js +21 -0
  171. package/dist-es/runtimeConfig.native.js +8 -0
  172. package/dist-es/runtimeConfig.shared.js +13 -0
  173. package/dist-es/waiters/waitForChannelCreated.js +72 -0
  174. package/dist-es/waiters/waitForChannelDeleted.js +63 -0
  175. package/dist-es/waiters/waitForChannelRunning.js +63 -0
  176. package/dist-es/waiters/waitForChannelStopped.js +63 -0
  177. package/dist-es/waiters/waitForInputAttached.js +63 -0
  178. package/dist-es/waiters/waitForInputDeleted.js +63 -0
  179. package/dist-es/waiters/waitForInputDetached.js +72 -0
  180. package/dist-es/waiters/waitForMultiplexCreated.js +72 -0
  181. package/dist-es/waiters/waitForMultiplexDeleted.js +63 -0
  182. package/dist-es/waiters/waitForMultiplexRunning.js +63 -0
  183. package/dist-es/waiters/waitForMultiplexStopped.js +63 -0
  184. package/dist-types/MediaLive.d.ts +406 -0
  185. package/dist-types/MediaLiveClient.d.ts +189 -0
  186. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +35 -0
  187. package/dist-types/commands/BatchDeleteCommand.d.ts +35 -0
  188. package/dist-types/commands/BatchStartCommand.d.ts +35 -0
  189. package/dist-types/commands/BatchStopCommand.d.ts +35 -0
  190. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +35 -0
  191. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +35 -0
  192. package/dist-types/commands/ClaimDeviceCommand.d.ts +35 -0
  193. package/dist-types/commands/CreateChannelCommand.d.ts +35 -0
  194. package/dist-types/commands/CreateInputCommand.d.ts +35 -0
  195. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +35 -0
  196. package/dist-types/commands/CreateMultiplexCommand.d.ts +35 -0
  197. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +35 -0
  198. package/dist-types/commands/CreatePartnerInputCommand.d.ts +35 -0
  199. package/dist-types/commands/CreateTagsCommand.d.ts +35 -0
  200. package/dist-types/commands/DeleteChannelCommand.d.ts +35 -0
  201. package/dist-types/commands/DeleteInputCommand.d.ts +35 -0
  202. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +35 -0
  203. package/dist-types/commands/DeleteMultiplexCommand.d.ts +35 -0
  204. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +35 -0
  205. package/dist-types/commands/DeleteReservationCommand.d.ts +35 -0
  206. package/dist-types/commands/DeleteScheduleCommand.d.ts +35 -0
  207. package/dist-types/commands/DeleteTagsCommand.d.ts +35 -0
  208. package/dist-types/commands/DescribeChannelCommand.d.ts +35 -0
  209. package/dist-types/commands/DescribeInputCommand.d.ts +35 -0
  210. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +35 -0
  211. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +35 -0
  212. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +35 -0
  213. package/dist-types/commands/DescribeMultiplexCommand.d.ts +35 -0
  214. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +35 -0
  215. package/dist-types/commands/DescribeOfferingCommand.d.ts +35 -0
  216. package/dist-types/commands/DescribeReservationCommand.d.ts +35 -0
  217. package/dist-types/commands/DescribeScheduleCommand.d.ts +35 -0
  218. package/dist-types/commands/ListChannelsCommand.d.ts +35 -0
  219. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +35 -0
  220. package/dist-types/commands/ListInputDevicesCommand.d.ts +35 -0
  221. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +35 -0
  222. package/dist-types/commands/ListInputsCommand.d.ts +35 -0
  223. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +35 -0
  224. package/dist-types/commands/ListMultiplexesCommand.d.ts +35 -0
  225. package/dist-types/commands/ListOfferingsCommand.d.ts +35 -0
  226. package/dist-types/commands/ListReservationsCommand.d.ts +35 -0
  227. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  228. package/dist-types/commands/PurchaseOfferingCommand.d.ts +35 -0
  229. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +35 -0
  230. package/dist-types/commands/StartChannelCommand.d.ts +35 -0
  231. package/dist-types/commands/StartMultiplexCommand.d.ts +35 -0
  232. package/dist-types/commands/StopChannelCommand.d.ts +35 -0
  233. package/dist-types/commands/StopMultiplexCommand.d.ts +35 -0
  234. package/dist-types/commands/TransferInputDeviceCommand.d.ts +35 -0
  235. package/dist-types/commands/UpdateChannelClassCommand.d.ts +35 -0
  236. package/dist-types/commands/UpdateChannelCommand.d.ts +35 -0
  237. package/dist-types/commands/UpdateInputCommand.d.ts +35 -0
  238. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +35 -0
  239. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +35 -0
  240. package/dist-types/commands/UpdateMultiplexCommand.d.ts +35 -0
  241. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +35 -0
  242. package/dist-types/commands/UpdateReservationCommand.d.ts +35 -0
  243. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  244. package/dist-types/index.d.ts +82 -0
  245. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  246. package/dist-types/models/models_0.d.ts +4778 -0
  247. package/dist-types/models/models_1.d.ts +6129 -0
  248. package/dist-types/pagination/DescribeSchedulePaginator.d.ts +4 -0
  249. package/dist-types/pagination/Interfaces.d.ts +6 -0
  250. package/dist-types/pagination/ListChannelsPaginator.d.ts +4 -0
  251. package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +4 -0
  252. package/dist-types/pagination/ListInputDevicesPaginator.d.ts +4 -0
  253. package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +4 -0
  254. package/dist-types/pagination/ListInputsPaginator.d.ts +4 -0
  255. package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +4 -0
  256. package/dist-types/pagination/ListMultiplexesPaginator.d.ts +4 -0
  257. package/dist-types/pagination/ListOfferingsPaginator.d.ts +4 -0
  258. package/dist-types/pagination/ListReservationsPaginator.d.ts +4 -0
  259. package/dist-types/protocols/Aws_restJson1.d.ts +173 -0
  260. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  261. package/dist-types/runtimeConfig.d.ts +37 -0
  262. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  263. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  264. package/dist-types/ts3.4/MediaLive.d.ts +290 -0
  265. package/dist-types/ts3.4/MediaLiveClient.d.ts +124 -0
  266. package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +17 -0
  267. package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +17 -0
  268. package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +17 -0
  269. package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +17 -0
  270. package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +17 -0
  271. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +17 -0
  272. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +17 -0
  273. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +17 -0
  274. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +17 -0
  275. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +17 -0
  276. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +17 -0
  277. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +17 -0
  278. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +17 -0
  279. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
  280. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +17 -0
  281. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +17 -0
  282. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +17 -0
  283. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +17 -0
  284. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +17 -0
  285. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +17 -0
  286. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +17 -0
  287. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
  288. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +17 -0
  289. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +17 -0
  290. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +17 -0
  291. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +17 -0
  292. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +17 -0
  293. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +17 -0
  294. package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +17 -0
  295. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +17 -0
  296. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +17 -0
  297. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +17 -0
  298. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +17 -0
  299. package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +17 -0
  300. package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +17 -0
  301. package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +17 -0
  302. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +17 -0
  303. package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +17 -0
  304. package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +17 -0
  305. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +17 -0
  306. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +17 -0
  307. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  308. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +17 -0
  309. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +17 -0
  310. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +17 -0
  311. package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +17 -0
  312. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +17 -0
  313. package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +17 -0
  314. package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +17 -0
  315. package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +17 -0
  316. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +17 -0
  317. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +17 -0
  318. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +17 -0
  319. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +17 -0
  320. package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +17 -0
  321. package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +17 -0
  322. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +17 -0
  323. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  324. package/dist-types/ts3.4/index.d.ts +82 -0
  325. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  326. package/dist-types/ts3.4/models/models_0.d.ts +2931 -0
  327. package/dist-types/ts3.4/models/models_1.d.ts +3571 -0
  328. package/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +4 -0
  329. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  330. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +4 -0
  331. package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +4 -0
  332. package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +4 -0
  333. package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +4 -0
  334. package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +4 -0
  335. package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +4 -0
  336. package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +4 -0
  337. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +4 -0
  338. package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +4 -0
  339. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +173 -0
  340. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
  341. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
  342. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
  343. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  344. package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +7 -0
  345. package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +7 -0
  346. package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +7 -0
  347. package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +7 -0
  348. package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +7 -0
  349. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +7 -0
  350. package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +7 -0
  351. package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +7 -0
  352. package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +7 -0
  353. package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +7 -0
  354. package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +7 -0
  355. package/dist-types/waiters/waitForChannelCreated.d.ts +14 -0
  356. package/dist-types/waiters/waitForChannelDeleted.d.ts +14 -0
  357. package/dist-types/waiters/waitForChannelRunning.d.ts +14 -0
  358. package/dist-types/waiters/waitForChannelStopped.d.ts +14 -0
  359. package/dist-types/waiters/waitForInputAttached.d.ts +14 -0
  360. package/dist-types/waiters/waitForInputDeleted.d.ts +14 -0
  361. package/dist-types/waiters/waitForInputDetached.d.ts +14 -0
  362. package/dist-types/waiters/waitForMultiplexCreated.d.ts +14 -0
  363. package/dist-types/waiters/waitForMultiplexDeleted.d.ts +14 -0
  364. package/dist-types/waiters/waitForMultiplexRunning.d.ts +14 -0
  365. package/dist-types/waiters/waitForMultiplexStopped.d.ts +14 -0
  366. package/package.json +46 -43
  367. package/MediaLive.ts +0 -1973
  368. package/MediaLiveClient.ts +0 -463
  369. package/commands/AcceptInputDeviceTransferCommand.ts +0 -97
  370. package/commands/BatchDeleteCommand.ts +0 -94
  371. package/commands/BatchStartCommand.ts +0 -94
  372. package/commands/BatchStopCommand.ts +0 -94
  373. package/commands/BatchUpdateScheduleCommand.ts +0 -94
  374. package/commands/CancelInputDeviceTransferCommand.ts +0 -97
  375. package/commands/CreateChannelCommand.ts +0 -94
  376. package/commands/CreateInputCommand.ts +0 -94
  377. package/commands/CreateInputSecurityGroupCommand.ts +0 -94
  378. package/commands/CreateMultiplexCommand.ts +0 -94
  379. package/commands/CreateMultiplexProgramCommand.ts +0 -94
  380. package/commands/CreatePartnerInputCommand.ts +0 -94
  381. package/commands/CreateTagsCommand.ts +0 -94
  382. package/commands/DeleteChannelCommand.ts +0 -94
  383. package/commands/DeleteInputCommand.ts +0 -94
  384. package/commands/DeleteInputSecurityGroupCommand.ts +0 -94
  385. package/commands/DeleteMultiplexCommand.ts +0 -94
  386. package/commands/DeleteMultiplexProgramCommand.ts +0 -94
  387. package/commands/DeleteReservationCommand.ts +0 -94
  388. package/commands/DeleteScheduleCommand.ts +0 -94
  389. package/commands/DeleteTagsCommand.ts +0 -94
  390. package/commands/DescribeChannelCommand.ts +0 -94
  391. package/commands/DescribeInputCommand.ts +0 -94
  392. package/commands/DescribeInputDeviceCommand.ts +0 -94
  393. package/commands/DescribeInputDeviceThumbnailCommand.ts +0 -99
  394. package/commands/DescribeInputSecurityGroupCommand.ts +0 -97
  395. package/commands/DescribeMultiplexCommand.ts +0 -94
  396. package/commands/DescribeMultiplexProgramCommand.ts +0 -94
  397. package/commands/DescribeOfferingCommand.ts +0 -94
  398. package/commands/DescribeReservationCommand.ts +0 -94
  399. package/commands/DescribeScheduleCommand.ts +0 -94
  400. package/commands/ListChannelsCommand.ts +0 -94
  401. package/commands/ListInputDeviceTransfersCommand.ts +0 -94
  402. package/commands/ListInputDevicesCommand.ts +0 -94
  403. package/commands/ListInputSecurityGroupsCommand.ts +0 -94
  404. package/commands/ListInputsCommand.ts +0 -94
  405. package/commands/ListMultiplexProgramsCommand.ts +0 -94
  406. package/commands/ListMultiplexesCommand.ts +0 -94
  407. package/commands/ListOfferingsCommand.ts +0 -94
  408. package/commands/ListReservationsCommand.ts +0 -94
  409. package/commands/ListTagsForResourceCommand.ts +0 -94
  410. package/commands/PurchaseOfferingCommand.ts +0 -94
  411. package/commands/RejectInputDeviceTransferCommand.ts +0 -97
  412. package/commands/StartChannelCommand.ts +0 -94
  413. package/commands/StartMultiplexCommand.ts +0 -94
  414. package/commands/StopChannelCommand.ts +0 -94
  415. package/commands/StopMultiplexCommand.ts +0 -94
  416. package/commands/TransferInputDeviceCommand.ts +0 -94
  417. package/commands/UpdateChannelClassCommand.ts +0 -94
  418. package/commands/UpdateChannelCommand.ts +0 -94
  419. package/commands/UpdateInputCommand.ts +0 -94
  420. package/commands/UpdateInputDeviceCommand.ts +0 -94
  421. package/commands/UpdateInputSecurityGroupCommand.ts +0 -94
  422. package/commands/UpdateMultiplexCommand.ts +0 -94
  423. package/commands/UpdateMultiplexProgramCommand.ts +0 -94
  424. package/commands/UpdateReservationCommand.ts +0 -94
  425. package/dist/cjs/MediaLive.js +0 -851
  426. package/dist/cjs/MediaLive.js.map +0 -1
  427. package/dist/cjs/MediaLiveClient.js +0 -44
  428. package/dist/cjs/MediaLiveClient.js.map +0 -1
  429. package/dist/cjs/commands/AcceptInputDeviceTransferCommand.js +0 -61
  430. package/dist/cjs/commands/AcceptInputDeviceTransferCommand.js.map +0 -1
  431. package/dist/cjs/commands/BatchDeleteCommand.js +0 -61
  432. package/dist/cjs/commands/BatchDeleteCommand.js.map +0 -1
  433. package/dist/cjs/commands/BatchStartCommand.js +0 -61
  434. package/dist/cjs/commands/BatchStartCommand.js.map +0 -1
  435. package/dist/cjs/commands/BatchStopCommand.js +0 -61
  436. package/dist/cjs/commands/BatchStopCommand.js.map +0 -1
  437. package/dist/cjs/commands/BatchUpdateScheduleCommand.js +0 -61
  438. package/dist/cjs/commands/BatchUpdateScheduleCommand.js.map +0 -1
  439. package/dist/cjs/commands/CancelInputDeviceTransferCommand.js +0 -61
  440. package/dist/cjs/commands/CancelInputDeviceTransferCommand.js.map +0 -1
  441. package/dist/cjs/commands/CreateChannelCommand.js +0 -61
  442. package/dist/cjs/commands/CreateChannelCommand.js.map +0 -1
  443. package/dist/cjs/commands/CreateInputCommand.js +0 -61
  444. package/dist/cjs/commands/CreateInputCommand.js.map +0 -1
  445. package/dist/cjs/commands/CreateInputSecurityGroupCommand.js +0 -61
  446. package/dist/cjs/commands/CreateInputSecurityGroupCommand.js.map +0 -1
  447. package/dist/cjs/commands/CreateMultiplexCommand.js +0 -61
  448. package/dist/cjs/commands/CreateMultiplexCommand.js.map +0 -1
  449. package/dist/cjs/commands/CreateMultiplexProgramCommand.js +0 -61
  450. package/dist/cjs/commands/CreateMultiplexProgramCommand.js.map +0 -1
  451. package/dist/cjs/commands/CreatePartnerInputCommand.js +0 -61
  452. package/dist/cjs/commands/CreatePartnerInputCommand.js.map +0 -1
  453. package/dist/cjs/commands/CreateTagsCommand.js +0 -61
  454. package/dist/cjs/commands/CreateTagsCommand.js.map +0 -1
  455. package/dist/cjs/commands/DeleteChannelCommand.js +0 -61
  456. package/dist/cjs/commands/DeleteChannelCommand.js.map +0 -1
  457. package/dist/cjs/commands/DeleteInputCommand.js +0 -61
  458. package/dist/cjs/commands/DeleteInputCommand.js.map +0 -1
  459. package/dist/cjs/commands/DeleteInputSecurityGroupCommand.js +0 -61
  460. package/dist/cjs/commands/DeleteInputSecurityGroupCommand.js.map +0 -1
  461. package/dist/cjs/commands/DeleteMultiplexCommand.js +0 -61
  462. package/dist/cjs/commands/DeleteMultiplexCommand.js.map +0 -1
  463. package/dist/cjs/commands/DeleteMultiplexProgramCommand.js +0 -61
  464. package/dist/cjs/commands/DeleteMultiplexProgramCommand.js.map +0 -1
  465. package/dist/cjs/commands/DeleteReservationCommand.js +0 -61
  466. package/dist/cjs/commands/DeleteReservationCommand.js.map +0 -1
  467. package/dist/cjs/commands/DeleteScheduleCommand.js +0 -61
  468. package/dist/cjs/commands/DeleteScheduleCommand.js.map +0 -1
  469. package/dist/cjs/commands/DeleteTagsCommand.js +0 -61
  470. package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
  471. package/dist/cjs/commands/DescribeChannelCommand.js +0 -61
  472. package/dist/cjs/commands/DescribeChannelCommand.js.map +0 -1
  473. package/dist/cjs/commands/DescribeInputCommand.js +0 -61
  474. package/dist/cjs/commands/DescribeInputCommand.js.map +0 -1
  475. package/dist/cjs/commands/DescribeInputDeviceCommand.js +0 -61
  476. package/dist/cjs/commands/DescribeInputDeviceCommand.js.map +0 -1
  477. package/dist/cjs/commands/DescribeInputDeviceThumbnailCommand.js +0 -61
  478. package/dist/cjs/commands/DescribeInputDeviceThumbnailCommand.js.map +0 -1
  479. package/dist/cjs/commands/DescribeInputSecurityGroupCommand.js +0 -61
  480. package/dist/cjs/commands/DescribeInputSecurityGroupCommand.js.map +0 -1
  481. package/dist/cjs/commands/DescribeMultiplexCommand.js +0 -61
  482. package/dist/cjs/commands/DescribeMultiplexCommand.js.map +0 -1
  483. package/dist/cjs/commands/DescribeMultiplexProgramCommand.js +0 -61
  484. package/dist/cjs/commands/DescribeMultiplexProgramCommand.js.map +0 -1
  485. package/dist/cjs/commands/DescribeOfferingCommand.js +0 -61
  486. package/dist/cjs/commands/DescribeOfferingCommand.js.map +0 -1
  487. package/dist/cjs/commands/DescribeReservationCommand.js +0 -61
  488. package/dist/cjs/commands/DescribeReservationCommand.js.map +0 -1
  489. package/dist/cjs/commands/DescribeScheduleCommand.js +0 -61
  490. package/dist/cjs/commands/DescribeScheduleCommand.js.map +0 -1
  491. package/dist/cjs/commands/ListChannelsCommand.js +0 -61
  492. package/dist/cjs/commands/ListChannelsCommand.js.map +0 -1
  493. package/dist/cjs/commands/ListInputDeviceTransfersCommand.js +0 -61
  494. package/dist/cjs/commands/ListInputDeviceTransfersCommand.js.map +0 -1
  495. package/dist/cjs/commands/ListInputDevicesCommand.js +0 -61
  496. package/dist/cjs/commands/ListInputDevicesCommand.js.map +0 -1
  497. package/dist/cjs/commands/ListInputSecurityGroupsCommand.js +0 -61
  498. package/dist/cjs/commands/ListInputSecurityGroupsCommand.js.map +0 -1
  499. package/dist/cjs/commands/ListInputsCommand.js +0 -61
  500. package/dist/cjs/commands/ListInputsCommand.js.map +0 -1
  501. package/dist/cjs/commands/ListMultiplexProgramsCommand.js +0 -61
  502. package/dist/cjs/commands/ListMultiplexProgramsCommand.js.map +0 -1
  503. package/dist/cjs/commands/ListMultiplexesCommand.js +0 -61
  504. package/dist/cjs/commands/ListMultiplexesCommand.js.map +0 -1
  505. package/dist/cjs/commands/ListOfferingsCommand.js +0 -61
  506. package/dist/cjs/commands/ListOfferingsCommand.js.map +0 -1
  507. package/dist/cjs/commands/ListReservationsCommand.js +0 -61
  508. package/dist/cjs/commands/ListReservationsCommand.js.map +0 -1
  509. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
  510. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  511. package/dist/cjs/commands/PurchaseOfferingCommand.js +0 -61
  512. package/dist/cjs/commands/PurchaseOfferingCommand.js.map +0 -1
  513. package/dist/cjs/commands/RejectInputDeviceTransferCommand.js +0 -61
  514. package/dist/cjs/commands/RejectInputDeviceTransferCommand.js.map +0 -1
  515. package/dist/cjs/commands/StartChannelCommand.js +0 -61
  516. package/dist/cjs/commands/StartChannelCommand.js.map +0 -1
  517. package/dist/cjs/commands/StartMultiplexCommand.js +0 -61
  518. package/dist/cjs/commands/StartMultiplexCommand.js.map +0 -1
  519. package/dist/cjs/commands/StopChannelCommand.js +0 -61
  520. package/dist/cjs/commands/StopChannelCommand.js.map +0 -1
  521. package/dist/cjs/commands/StopMultiplexCommand.js +0 -61
  522. package/dist/cjs/commands/StopMultiplexCommand.js.map +0 -1
  523. package/dist/cjs/commands/TransferInputDeviceCommand.js +0 -61
  524. package/dist/cjs/commands/TransferInputDeviceCommand.js.map +0 -1
  525. package/dist/cjs/commands/UpdateChannelClassCommand.js +0 -61
  526. package/dist/cjs/commands/UpdateChannelClassCommand.js.map +0 -1
  527. package/dist/cjs/commands/UpdateChannelCommand.js +0 -61
  528. package/dist/cjs/commands/UpdateChannelCommand.js.map +0 -1
  529. package/dist/cjs/commands/UpdateInputCommand.js +0 -61
  530. package/dist/cjs/commands/UpdateInputCommand.js.map +0 -1
  531. package/dist/cjs/commands/UpdateInputDeviceCommand.js +0 -61
  532. package/dist/cjs/commands/UpdateInputDeviceCommand.js.map +0 -1
  533. package/dist/cjs/commands/UpdateInputSecurityGroupCommand.js +0 -61
  534. package/dist/cjs/commands/UpdateInputSecurityGroupCommand.js.map +0 -1
  535. package/dist/cjs/commands/UpdateMultiplexCommand.js +0 -61
  536. package/dist/cjs/commands/UpdateMultiplexCommand.js.map +0 -1
  537. package/dist/cjs/commands/UpdateMultiplexProgramCommand.js +0 -61
  538. package/dist/cjs/commands/UpdateMultiplexProgramCommand.js.map +0 -1
  539. package/dist/cjs/commands/UpdateReservationCommand.js +0 -61
  540. package/dist/cjs/commands/UpdateReservationCommand.js.map +0 -1
  541. package/dist/cjs/endpoints.js +0 -73
  542. package/dist/cjs/endpoints.js.map +0 -1
  543. package/dist/cjs/index.js +0 -85
  544. package/dist/cjs/index.js.map +0 -1
  545. package/dist/cjs/models/index.js +0 -6
  546. package/dist/cjs/models/index.js.map +0 -1
  547. package/dist/cjs/models/models_0.js +0 -2191
  548. package/dist/cjs/models/models_0.js.map +0 -1
  549. package/dist/cjs/models/models_1.js +0 -2346
  550. package/dist/cjs/models/models_1.js.map +0 -1
  551. package/dist/cjs/package.json +0 -94
  552. package/dist/cjs/pagination/DescribeSchedulePaginator.js +0 -46
  553. package/dist/cjs/pagination/DescribeSchedulePaginator.js.map +0 -1
  554. package/dist/cjs/pagination/Interfaces.js +0 -3
  555. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  556. package/dist/cjs/pagination/ListChannelsPaginator.js +0 -46
  557. package/dist/cjs/pagination/ListChannelsPaginator.js.map +0 -1
  558. package/dist/cjs/pagination/ListInputDeviceTransfersPaginator.js +0 -46
  559. package/dist/cjs/pagination/ListInputDeviceTransfersPaginator.js.map +0 -1
  560. package/dist/cjs/pagination/ListInputDevicesPaginator.js +0 -46
  561. package/dist/cjs/pagination/ListInputDevicesPaginator.js.map +0 -1
  562. package/dist/cjs/pagination/ListInputSecurityGroupsPaginator.js +0 -46
  563. package/dist/cjs/pagination/ListInputSecurityGroupsPaginator.js.map +0 -1
  564. package/dist/cjs/pagination/ListInputsPaginator.js +0 -46
  565. package/dist/cjs/pagination/ListInputsPaginator.js.map +0 -1
  566. package/dist/cjs/pagination/ListMultiplexProgramsPaginator.js +0 -46
  567. package/dist/cjs/pagination/ListMultiplexProgramsPaginator.js.map +0 -1
  568. package/dist/cjs/pagination/ListMultiplexesPaginator.js +0 -46
  569. package/dist/cjs/pagination/ListMultiplexesPaginator.js.map +0 -1
  570. package/dist/cjs/pagination/ListOfferingsPaginator.js +0 -46
  571. package/dist/cjs/pagination/ListOfferingsPaginator.js.map +0 -1
  572. package/dist/cjs/pagination/ListReservationsPaginator.js +0 -46
  573. package/dist/cjs/pagination/ListReservationsPaginator.js.map +0 -1
  574. package/dist/cjs/protocols/Aws_restJson1.js +0 -13453
  575. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  576. package/dist/cjs/runtimeConfig.browser.js +0 -41
  577. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  578. package/dist/cjs/runtimeConfig.js +0 -46
  579. package/dist/cjs/runtimeConfig.js.map +0 -1
  580. package/dist/cjs/runtimeConfig.native.js +0 -20
  581. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  582. package/dist/cjs/runtimeConfig.shared.js +0 -21
  583. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  584. package/dist/cjs/waiters/waitForChannelCreated.js +0 -67
  585. package/dist/cjs/waiters/waitForChannelCreated.js.map +0 -1
  586. package/dist/cjs/waiters/waitForChannelDeleted.js +0 -58
  587. package/dist/cjs/waiters/waitForChannelDeleted.js.map +0 -1
  588. package/dist/cjs/waiters/waitForChannelRunning.js +0 -58
  589. package/dist/cjs/waiters/waitForChannelRunning.js.map +0 -1
  590. package/dist/cjs/waiters/waitForChannelStopped.js +0 -58
  591. package/dist/cjs/waiters/waitForChannelStopped.js.map +0 -1
  592. package/dist/cjs/waiters/waitForInputAttached.js +0 -58
  593. package/dist/cjs/waiters/waitForInputAttached.js.map +0 -1
  594. package/dist/cjs/waiters/waitForInputDeleted.js +0 -58
  595. package/dist/cjs/waiters/waitForInputDeleted.js.map +0 -1
  596. package/dist/cjs/waiters/waitForInputDetached.js +0 -67
  597. package/dist/cjs/waiters/waitForInputDetached.js.map +0 -1
  598. package/dist/cjs/waiters/waitForMultiplexCreated.js +0 -67
  599. package/dist/cjs/waiters/waitForMultiplexCreated.js.map +0 -1
  600. package/dist/cjs/waiters/waitForMultiplexDeleted.js +0 -58
  601. package/dist/cjs/waiters/waitForMultiplexDeleted.js.map +0 -1
  602. package/dist/cjs/waiters/waitForMultiplexRunning.js +0 -58
  603. package/dist/cjs/waiters/waitForMultiplexRunning.js.map +0 -1
  604. package/dist/cjs/waiters/waitForMultiplexStopped.js +0 -58
  605. package/dist/cjs/waiters/waitForMultiplexStopped.js.map +0 -1
  606. package/dist/es/MediaLive.js +0 -851
  607. package/dist/es/MediaLive.js.map +0 -1
  608. package/dist/es/MediaLiveClient.js +0 -38
  609. package/dist/es/MediaLiveClient.js.map +0 -1
  610. package/dist/es/commands/AcceptInputDeviceTransferCommand.js +0 -40
  611. package/dist/es/commands/AcceptInputDeviceTransferCommand.js.map +0 -1
  612. package/dist/es/commands/BatchDeleteCommand.js +0 -40
  613. package/dist/es/commands/BatchDeleteCommand.js.map +0 -1
  614. package/dist/es/commands/BatchStartCommand.js +0 -40
  615. package/dist/es/commands/BatchStartCommand.js.map +0 -1
  616. package/dist/es/commands/BatchStopCommand.js +0 -40
  617. package/dist/es/commands/BatchStopCommand.js.map +0 -1
  618. package/dist/es/commands/BatchUpdateScheduleCommand.js +0 -40
  619. package/dist/es/commands/BatchUpdateScheduleCommand.js.map +0 -1
  620. package/dist/es/commands/CancelInputDeviceTransferCommand.js +0 -40
  621. package/dist/es/commands/CancelInputDeviceTransferCommand.js.map +0 -1
  622. package/dist/es/commands/CreateChannelCommand.js +0 -40
  623. package/dist/es/commands/CreateChannelCommand.js.map +0 -1
  624. package/dist/es/commands/CreateInputCommand.js +0 -40
  625. package/dist/es/commands/CreateInputCommand.js.map +0 -1
  626. package/dist/es/commands/CreateInputSecurityGroupCommand.js +0 -40
  627. package/dist/es/commands/CreateInputSecurityGroupCommand.js.map +0 -1
  628. package/dist/es/commands/CreateMultiplexCommand.js +0 -40
  629. package/dist/es/commands/CreateMultiplexCommand.js.map +0 -1
  630. package/dist/es/commands/CreateMultiplexProgramCommand.js +0 -40
  631. package/dist/es/commands/CreateMultiplexProgramCommand.js.map +0 -1
  632. package/dist/es/commands/CreatePartnerInputCommand.js +0 -40
  633. package/dist/es/commands/CreatePartnerInputCommand.js.map +0 -1
  634. package/dist/es/commands/CreateTagsCommand.js +0 -40
  635. package/dist/es/commands/CreateTagsCommand.js.map +0 -1
  636. package/dist/es/commands/DeleteChannelCommand.js +0 -40
  637. package/dist/es/commands/DeleteChannelCommand.js.map +0 -1
  638. package/dist/es/commands/DeleteInputCommand.js +0 -40
  639. package/dist/es/commands/DeleteInputCommand.js.map +0 -1
  640. package/dist/es/commands/DeleteInputSecurityGroupCommand.js +0 -40
  641. package/dist/es/commands/DeleteInputSecurityGroupCommand.js.map +0 -1
  642. package/dist/es/commands/DeleteMultiplexCommand.js +0 -40
  643. package/dist/es/commands/DeleteMultiplexCommand.js.map +0 -1
  644. package/dist/es/commands/DeleteMultiplexProgramCommand.js +0 -40
  645. package/dist/es/commands/DeleteMultiplexProgramCommand.js.map +0 -1
  646. package/dist/es/commands/DeleteReservationCommand.js +0 -40
  647. package/dist/es/commands/DeleteReservationCommand.js.map +0 -1
  648. package/dist/es/commands/DeleteScheduleCommand.js +0 -40
  649. package/dist/es/commands/DeleteScheduleCommand.js.map +0 -1
  650. package/dist/es/commands/DeleteTagsCommand.js +0 -40
  651. package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
  652. package/dist/es/commands/DescribeChannelCommand.js +0 -40
  653. package/dist/es/commands/DescribeChannelCommand.js.map +0 -1
  654. package/dist/es/commands/DescribeInputCommand.js +0 -40
  655. package/dist/es/commands/DescribeInputCommand.js.map +0 -1
  656. package/dist/es/commands/DescribeInputDeviceCommand.js +0 -40
  657. package/dist/es/commands/DescribeInputDeviceCommand.js.map +0 -1
  658. package/dist/es/commands/DescribeInputDeviceThumbnailCommand.js +0 -40
  659. package/dist/es/commands/DescribeInputDeviceThumbnailCommand.js.map +0 -1
  660. package/dist/es/commands/DescribeInputSecurityGroupCommand.js +0 -40
  661. package/dist/es/commands/DescribeInputSecurityGroupCommand.js.map +0 -1
  662. package/dist/es/commands/DescribeMultiplexCommand.js +0 -40
  663. package/dist/es/commands/DescribeMultiplexCommand.js.map +0 -1
  664. package/dist/es/commands/DescribeMultiplexProgramCommand.js +0 -40
  665. package/dist/es/commands/DescribeMultiplexProgramCommand.js.map +0 -1
  666. package/dist/es/commands/DescribeOfferingCommand.js +0 -40
  667. package/dist/es/commands/DescribeOfferingCommand.js.map +0 -1
  668. package/dist/es/commands/DescribeReservationCommand.js +0 -40
  669. package/dist/es/commands/DescribeReservationCommand.js.map +0 -1
  670. package/dist/es/commands/DescribeScheduleCommand.js +0 -40
  671. package/dist/es/commands/DescribeScheduleCommand.js.map +0 -1
  672. package/dist/es/commands/ListChannelsCommand.js +0 -40
  673. package/dist/es/commands/ListChannelsCommand.js.map +0 -1
  674. package/dist/es/commands/ListInputDeviceTransfersCommand.js +0 -40
  675. package/dist/es/commands/ListInputDeviceTransfersCommand.js.map +0 -1
  676. package/dist/es/commands/ListInputDevicesCommand.js +0 -40
  677. package/dist/es/commands/ListInputDevicesCommand.js.map +0 -1
  678. package/dist/es/commands/ListInputSecurityGroupsCommand.js +0 -40
  679. package/dist/es/commands/ListInputSecurityGroupsCommand.js.map +0 -1
  680. package/dist/es/commands/ListInputsCommand.js +0 -40
  681. package/dist/es/commands/ListInputsCommand.js.map +0 -1
  682. package/dist/es/commands/ListMultiplexProgramsCommand.js +0 -40
  683. package/dist/es/commands/ListMultiplexProgramsCommand.js.map +0 -1
  684. package/dist/es/commands/ListMultiplexesCommand.js +0 -40
  685. package/dist/es/commands/ListMultiplexesCommand.js.map +0 -1
  686. package/dist/es/commands/ListOfferingsCommand.js +0 -40
  687. package/dist/es/commands/ListOfferingsCommand.js.map +0 -1
  688. package/dist/es/commands/ListReservationsCommand.js +0 -40
  689. package/dist/es/commands/ListReservationsCommand.js.map +0 -1
  690. package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
  691. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  692. package/dist/es/commands/PurchaseOfferingCommand.js +0 -40
  693. package/dist/es/commands/PurchaseOfferingCommand.js.map +0 -1
  694. package/dist/es/commands/RejectInputDeviceTransferCommand.js +0 -40
  695. package/dist/es/commands/RejectInputDeviceTransferCommand.js.map +0 -1
  696. package/dist/es/commands/StartChannelCommand.js +0 -40
  697. package/dist/es/commands/StartChannelCommand.js.map +0 -1
  698. package/dist/es/commands/StartMultiplexCommand.js +0 -40
  699. package/dist/es/commands/StartMultiplexCommand.js.map +0 -1
  700. package/dist/es/commands/StopChannelCommand.js +0 -40
  701. package/dist/es/commands/StopChannelCommand.js.map +0 -1
  702. package/dist/es/commands/StopMultiplexCommand.js +0 -40
  703. package/dist/es/commands/StopMultiplexCommand.js.map +0 -1
  704. package/dist/es/commands/TransferInputDeviceCommand.js +0 -40
  705. package/dist/es/commands/TransferInputDeviceCommand.js.map +0 -1
  706. package/dist/es/commands/UpdateChannelClassCommand.js +0 -40
  707. package/dist/es/commands/UpdateChannelClassCommand.js.map +0 -1
  708. package/dist/es/commands/UpdateChannelCommand.js +0 -40
  709. package/dist/es/commands/UpdateChannelCommand.js.map +0 -1
  710. package/dist/es/commands/UpdateInputCommand.js +0 -40
  711. package/dist/es/commands/UpdateInputCommand.js.map +0 -1
  712. package/dist/es/commands/UpdateInputDeviceCommand.js +0 -40
  713. package/dist/es/commands/UpdateInputDeviceCommand.js.map +0 -1
  714. package/dist/es/commands/UpdateInputSecurityGroupCommand.js +0 -40
  715. package/dist/es/commands/UpdateInputSecurityGroupCommand.js.map +0 -1
  716. package/dist/es/commands/UpdateMultiplexCommand.js +0 -40
  717. package/dist/es/commands/UpdateMultiplexCommand.js.map +0 -1
  718. package/dist/es/commands/UpdateMultiplexProgramCommand.js +0 -40
  719. package/dist/es/commands/UpdateMultiplexProgramCommand.js.map +0 -1
  720. package/dist/es/commands/UpdateReservationCommand.js +0 -40
  721. package/dist/es/commands/UpdateReservationCommand.js.map +0 -1
  722. package/dist/es/endpoints.js +0 -69
  723. package/dist/es/endpoints.js.map +0 -1
  724. package/dist/es/index.js +0 -82
  725. package/dist/es/index.js.map +0 -1
  726. package/dist/es/models/index.js +0 -3
  727. package/dist/es/models/index.js.map +0 -1
  728. package/dist/es/models/models_0.js +0 -1489
  729. package/dist/es/models/models_0.js.map +0 -1
  730. package/dist/es/models/models_1.js +0 -1334
  731. package/dist/es/models/models_1.js.map +0 -1
  732. package/dist/es/package.json +0 -94
  733. package/dist/es/pagination/DescribeSchedulePaginator.js +0 -75
  734. package/dist/es/pagination/DescribeSchedulePaginator.js.map +0 -1
  735. package/dist/es/pagination/Interfaces.js +0 -2
  736. package/dist/es/pagination/Interfaces.js.map +0 -1
  737. package/dist/es/pagination/ListChannelsPaginator.js +0 -75
  738. package/dist/es/pagination/ListChannelsPaginator.js.map +0 -1
  739. package/dist/es/pagination/ListInputDeviceTransfersPaginator.js +0 -75
  740. package/dist/es/pagination/ListInputDeviceTransfersPaginator.js.map +0 -1
  741. package/dist/es/pagination/ListInputDevicesPaginator.js +0 -75
  742. package/dist/es/pagination/ListInputDevicesPaginator.js.map +0 -1
  743. package/dist/es/pagination/ListInputSecurityGroupsPaginator.js +0 -75
  744. package/dist/es/pagination/ListInputSecurityGroupsPaginator.js.map +0 -1
  745. package/dist/es/pagination/ListInputsPaginator.js +0 -75
  746. package/dist/es/pagination/ListInputsPaginator.js.map +0 -1
  747. package/dist/es/pagination/ListMultiplexProgramsPaginator.js +0 -75
  748. package/dist/es/pagination/ListMultiplexProgramsPaginator.js.map +0 -1
  749. package/dist/es/pagination/ListMultiplexesPaginator.js +0 -75
  750. package/dist/es/pagination/ListMultiplexesPaginator.js.map +0 -1
  751. package/dist/es/pagination/ListOfferingsPaginator.js +0 -75
  752. package/dist/es/pagination/ListOfferingsPaginator.js.map +0 -1
  753. package/dist/es/pagination/ListReservationsPaginator.js +0 -75
  754. package/dist/es/pagination/ListReservationsPaginator.js.map +0 -1
  755. package/dist/es/protocols/Aws_restJson1.js +0 -13451
  756. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  757. package/dist/es/runtimeConfig.browser.js +0 -17
  758. package/dist/es/runtimeConfig.browser.js.map +0 -1
  759. package/dist/es/runtimeConfig.js +0 -22
  760. package/dist/es/runtimeConfig.js.map +0 -1
  761. package/dist/es/runtimeConfig.native.js +0 -9
  762. package/dist/es/runtimeConfig.native.js.map +0 -1
  763. package/dist/es/runtimeConfig.shared.js +0 -14
  764. package/dist/es/runtimeConfig.shared.js.map +0 -1
  765. package/dist/es/waiters/waitForChannelCreated.js +0 -73
  766. package/dist/es/waiters/waitForChannelCreated.js.map +0 -1
  767. package/dist/es/waiters/waitForChannelDeleted.js +0 -64
  768. package/dist/es/waiters/waitForChannelDeleted.js.map +0 -1
  769. package/dist/es/waiters/waitForChannelRunning.js +0 -64
  770. package/dist/es/waiters/waitForChannelRunning.js.map +0 -1
  771. package/dist/es/waiters/waitForChannelStopped.js +0 -64
  772. package/dist/es/waiters/waitForChannelStopped.js.map +0 -1
  773. package/dist/es/waiters/waitForInputAttached.js +0 -64
  774. package/dist/es/waiters/waitForInputAttached.js.map +0 -1
  775. package/dist/es/waiters/waitForInputDeleted.js +0 -64
  776. package/dist/es/waiters/waitForInputDeleted.js.map +0 -1
  777. package/dist/es/waiters/waitForInputDetached.js +0 -73
  778. package/dist/es/waiters/waitForInputDetached.js.map +0 -1
  779. package/dist/es/waiters/waitForMultiplexCreated.js +0 -73
  780. package/dist/es/waiters/waitForMultiplexCreated.js.map +0 -1
  781. package/dist/es/waiters/waitForMultiplexDeleted.js +0 -64
  782. package/dist/es/waiters/waitForMultiplexDeleted.js.map +0 -1
  783. package/dist/es/waiters/waitForMultiplexRunning.js +0 -64
  784. package/dist/es/waiters/waitForMultiplexRunning.js.map +0 -1
  785. package/dist/es/waiters/waitForMultiplexStopped.js +0 -64
  786. package/dist/es/waiters/waitForMultiplexStopped.js.map +0 -1
  787. package/dist/types/MediaLive.d.ts +0 -399
  788. package/dist/types/MediaLiveClient.d.ts +0 -188
  789. package/dist/types/commands/AcceptInputDeviceTransferCommand.d.ts +0 -35
  790. package/dist/types/commands/BatchDeleteCommand.d.ts +0 -35
  791. package/dist/types/commands/BatchStartCommand.d.ts +0 -35
  792. package/dist/types/commands/BatchStopCommand.d.ts +0 -35
  793. package/dist/types/commands/BatchUpdateScheduleCommand.d.ts +0 -35
  794. package/dist/types/commands/CancelInputDeviceTransferCommand.d.ts +0 -35
  795. package/dist/types/commands/CreateChannelCommand.d.ts +0 -35
  796. package/dist/types/commands/CreateInputCommand.d.ts +0 -35
  797. package/dist/types/commands/CreateInputSecurityGroupCommand.d.ts +0 -35
  798. package/dist/types/commands/CreateMultiplexCommand.d.ts +0 -35
  799. package/dist/types/commands/CreateMultiplexProgramCommand.d.ts +0 -35
  800. package/dist/types/commands/CreatePartnerInputCommand.d.ts +0 -35
  801. package/dist/types/commands/CreateTagsCommand.d.ts +0 -35
  802. package/dist/types/commands/DeleteChannelCommand.d.ts +0 -35
  803. package/dist/types/commands/DeleteInputCommand.d.ts +0 -35
  804. package/dist/types/commands/DeleteInputSecurityGroupCommand.d.ts +0 -35
  805. package/dist/types/commands/DeleteMultiplexCommand.d.ts +0 -35
  806. package/dist/types/commands/DeleteMultiplexProgramCommand.d.ts +0 -35
  807. package/dist/types/commands/DeleteReservationCommand.d.ts +0 -35
  808. package/dist/types/commands/DeleteScheduleCommand.d.ts +0 -35
  809. package/dist/types/commands/DeleteTagsCommand.d.ts +0 -35
  810. package/dist/types/commands/DescribeChannelCommand.d.ts +0 -35
  811. package/dist/types/commands/DescribeInputCommand.d.ts +0 -35
  812. package/dist/types/commands/DescribeInputDeviceCommand.d.ts +0 -35
  813. package/dist/types/commands/DescribeInputDeviceThumbnailCommand.d.ts +0 -35
  814. package/dist/types/commands/DescribeInputSecurityGroupCommand.d.ts +0 -35
  815. package/dist/types/commands/DescribeMultiplexCommand.d.ts +0 -35
  816. package/dist/types/commands/DescribeMultiplexProgramCommand.d.ts +0 -35
  817. package/dist/types/commands/DescribeOfferingCommand.d.ts +0 -35
  818. package/dist/types/commands/DescribeReservationCommand.d.ts +0 -35
  819. package/dist/types/commands/DescribeScheduleCommand.d.ts +0 -35
  820. package/dist/types/commands/ListChannelsCommand.d.ts +0 -35
  821. package/dist/types/commands/ListInputDeviceTransfersCommand.d.ts +0 -35
  822. package/dist/types/commands/ListInputDevicesCommand.d.ts +0 -35
  823. package/dist/types/commands/ListInputSecurityGroupsCommand.d.ts +0 -35
  824. package/dist/types/commands/ListInputsCommand.d.ts +0 -35
  825. package/dist/types/commands/ListMultiplexProgramsCommand.d.ts +0 -35
  826. package/dist/types/commands/ListMultiplexesCommand.d.ts +0 -35
  827. package/dist/types/commands/ListOfferingsCommand.d.ts +0 -35
  828. package/dist/types/commands/ListReservationsCommand.d.ts +0 -35
  829. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
  830. package/dist/types/commands/PurchaseOfferingCommand.d.ts +0 -35
  831. package/dist/types/commands/RejectInputDeviceTransferCommand.d.ts +0 -35
  832. package/dist/types/commands/StartChannelCommand.d.ts +0 -35
  833. package/dist/types/commands/StartMultiplexCommand.d.ts +0 -35
  834. package/dist/types/commands/StopChannelCommand.d.ts +0 -35
  835. package/dist/types/commands/StopMultiplexCommand.d.ts +0 -35
  836. package/dist/types/commands/TransferInputDeviceCommand.d.ts +0 -35
  837. package/dist/types/commands/UpdateChannelClassCommand.d.ts +0 -35
  838. package/dist/types/commands/UpdateChannelCommand.d.ts +0 -35
  839. package/dist/types/commands/UpdateInputCommand.d.ts +0 -35
  840. package/dist/types/commands/UpdateInputDeviceCommand.d.ts +0 -35
  841. package/dist/types/commands/UpdateInputSecurityGroupCommand.d.ts +0 -35
  842. package/dist/types/commands/UpdateMultiplexCommand.d.ts +0 -35
  843. package/dist/types/commands/UpdateMultiplexProgramCommand.d.ts +0 -35
  844. package/dist/types/commands/UpdateReservationCommand.d.ts +0 -35
  845. package/dist/types/index.d.ts +0 -81
  846. package/dist/types/models/models_0.d.ts +0 -4708
  847. package/dist/types/models/models_1.d.ts +0 -6078
  848. package/dist/types/pagination/DescribeSchedulePaginator.d.ts +0 -4
  849. package/dist/types/pagination/Interfaces.d.ts +0 -6
  850. package/dist/types/pagination/ListChannelsPaginator.d.ts +0 -4
  851. package/dist/types/pagination/ListInputDeviceTransfersPaginator.d.ts +0 -4
  852. package/dist/types/pagination/ListInputDevicesPaginator.d.ts +0 -4
  853. package/dist/types/pagination/ListInputSecurityGroupsPaginator.d.ts +0 -4
  854. package/dist/types/pagination/ListInputsPaginator.d.ts +0 -4
  855. package/dist/types/pagination/ListMultiplexProgramsPaginator.d.ts +0 -4
  856. package/dist/types/pagination/ListMultiplexesPaginator.d.ts +0 -4
  857. package/dist/types/pagination/ListOfferingsPaginator.d.ts +0 -4
  858. package/dist/types/pagination/ListReservationsPaginator.d.ts +0 -4
  859. package/dist/types/protocols/Aws_restJson1.d.ts +0 -170
  860. package/dist/types/runtimeConfig.d.ts +0 -37
  861. package/dist/types/ts3.4/MediaLive.d.ts +0 -399
  862. package/dist/types/ts3.4/MediaLiveClient.d.ts +0 -188
  863. package/dist/types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +0 -35
  864. package/dist/types/ts3.4/commands/BatchDeleteCommand.d.ts +0 -35
  865. package/dist/types/ts3.4/commands/BatchStartCommand.d.ts +0 -35
  866. package/dist/types/ts3.4/commands/BatchStopCommand.d.ts +0 -35
  867. package/dist/types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +0 -35
  868. package/dist/types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +0 -35
  869. package/dist/types/ts3.4/commands/CreateChannelCommand.d.ts +0 -35
  870. package/dist/types/ts3.4/commands/CreateInputCommand.d.ts +0 -35
  871. package/dist/types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +0 -35
  872. package/dist/types/ts3.4/commands/CreateMultiplexCommand.d.ts +0 -35
  873. package/dist/types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +0 -35
  874. package/dist/types/ts3.4/commands/CreatePartnerInputCommand.d.ts +0 -35
  875. package/dist/types/ts3.4/commands/CreateTagsCommand.d.ts +0 -35
  876. package/dist/types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -35
  877. package/dist/types/ts3.4/commands/DeleteInputCommand.d.ts +0 -35
  878. package/dist/types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +0 -35
  879. package/dist/types/ts3.4/commands/DeleteMultiplexCommand.d.ts +0 -35
  880. package/dist/types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +0 -35
  881. package/dist/types/ts3.4/commands/DeleteReservationCommand.d.ts +0 -35
  882. package/dist/types/ts3.4/commands/DeleteScheduleCommand.d.ts +0 -35
  883. package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -35
  884. package/dist/types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -35
  885. package/dist/types/ts3.4/commands/DescribeInputCommand.d.ts +0 -35
  886. package/dist/types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +0 -35
  887. package/dist/types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +0 -35
  888. package/dist/types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +0 -35
  889. package/dist/types/ts3.4/commands/DescribeMultiplexCommand.d.ts +0 -35
  890. package/dist/types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +0 -35
  891. package/dist/types/ts3.4/commands/DescribeOfferingCommand.d.ts +0 -35
  892. package/dist/types/ts3.4/commands/DescribeReservationCommand.d.ts +0 -35
  893. package/dist/types/ts3.4/commands/DescribeScheduleCommand.d.ts +0 -35
  894. package/dist/types/ts3.4/commands/ListChannelsCommand.d.ts +0 -35
  895. package/dist/types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +0 -35
  896. package/dist/types/ts3.4/commands/ListInputDevicesCommand.d.ts +0 -35
  897. package/dist/types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +0 -35
  898. package/dist/types/ts3.4/commands/ListInputsCommand.d.ts +0 -35
  899. package/dist/types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +0 -35
  900. package/dist/types/ts3.4/commands/ListMultiplexesCommand.d.ts +0 -35
  901. package/dist/types/ts3.4/commands/ListOfferingsCommand.d.ts +0 -35
  902. package/dist/types/ts3.4/commands/ListReservationsCommand.d.ts +0 -35
  903. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
  904. package/dist/types/ts3.4/commands/PurchaseOfferingCommand.d.ts +0 -35
  905. package/dist/types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +0 -35
  906. package/dist/types/ts3.4/commands/StartChannelCommand.d.ts +0 -35
  907. package/dist/types/ts3.4/commands/StartMultiplexCommand.d.ts +0 -35
  908. package/dist/types/ts3.4/commands/StopChannelCommand.d.ts +0 -35
  909. package/dist/types/ts3.4/commands/StopMultiplexCommand.d.ts +0 -35
  910. package/dist/types/ts3.4/commands/TransferInputDeviceCommand.d.ts +0 -35
  911. package/dist/types/ts3.4/commands/UpdateChannelClassCommand.d.ts +0 -35
  912. package/dist/types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -35
  913. package/dist/types/ts3.4/commands/UpdateInputCommand.d.ts +0 -35
  914. package/dist/types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +0 -35
  915. package/dist/types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +0 -35
  916. package/dist/types/ts3.4/commands/UpdateMultiplexCommand.d.ts +0 -35
  917. package/dist/types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +0 -35
  918. package/dist/types/ts3.4/commands/UpdateReservationCommand.d.ts +0 -35
  919. package/dist/types/ts3.4/index.d.ts +0 -81
  920. package/dist/types/ts3.4/models/models_0.d.ts +0 -4708
  921. package/dist/types/ts3.4/models/models_1.d.ts +0 -6078
  922. package/dist/types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +0 -4
  923. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  924. package/dist/types/ts3.4/pagination/ListChannelsPaginator.d.ts +0 -4
  925. package/dist/types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +0 -4
  926. package/dist/types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +0 -4
  927. package/dist/types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +0 -4
  928. package/dist/types/ts3.4/pagination/ListInputsPaginator.d.ts +0 -4
  929. package/dist/types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +0 -4
  930. package/dist/types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +0 -4
  931. package/dist/types/ts3.4/pagination/ListOfferingsPaginator.d.ts +0 -4
  932. package/dist/types/ts3.4/pagination/ListReservationsPaginator.d.ts +0 -4
  933. package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -170
  934. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  935. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  936. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
  937. package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
  938. package/dist/types/ts3.4/waiters/waitForChannelCreated.d.ts +0 -14
  939. package/dist/types/ts3.4/waiters/waitForChannelDeleted.d.ts +0 -14
  940. package/dist/types/ts3.4/waiters/waitForChannelRunning.d.ts +0 -14
  941. package/dist/types/ts3.4/waiters/waitForChannelStopped.d.ts +0 -14
  942. package/dist/types/ts3.4/waiters/waitForInputAttached.d.ts +0 -14
  943. package/dist/types/ts3.4/waiters/waitForInputDeleted.d.ts +0 -14
  944. package/dist/types/ts3.4/waiters/waitForInputDetached.d.ts +0 -14
  945. package/dist/types/ts3.4/waiters/waitForMultiplexCreated.d.ts +0 -14
  946. package/dist/types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +0 -14
  947. package/dist/types/ts3.4/waiters/waitForMultiplexRunning.d.ts +0 -14
  948. package/dist/types/ts3.4/waiters/waitForMultiplexStopped.d.ts +0 -14
  949. package/dist/types/waiters/waitForChannelCreated.d.ts +0 -14
  950. package/dist/types/waiters/waitForChannelDeleted.d.ts +0 -14
  951. package/dist/types/waiters/waitForChannelRunning.d.ts +0 -14
  952. package/dist/types/waiters/waitForChannelStopped.d.ts +0 -14
  953. package/dist/types/waiters/waitForInputAttached.d.ts +0 -14
  954. package/dist/types/waiters/waitForInputDeleted.d.ts +0 -14
  955. package/dist/types/waiters/waitForInputDetached.d.ts +0 -14
  956. package/dist/types/waiters/waitForMultiplexCreated.d.ts +0 -14
  957. package/dist/types/waiters/waitForMultiplexDeleted.d.ts +0 -14
  958. package/dist/types/waiters/waitForMultiplexRunning.d.ts +0 -14
  959. package/dist/types/waiters/waitForMultiplexStopped.d.ts +0 -14
  960. package/endpoints.ts +0 -73
  961. package/index.ts +0 -81
  962. package/jest.config.js +0 -4
  963. package/models/models_0.ts +0 -5851
  964. package/models/models_1.ts +0 -7592
  965. package/pagination/DescribeSchedulePaginator.ts +0 -58
  966. package/pagination/Interfaces.ts +0 -7
  967. package/pagination/ListChannelsPaginator.ts +0 -58
  968. package/pagination/ListInputDeviceTransfersPaginator.ts +0 -58
  969. package/pagination/ListInputDevicesPaginator.ts +0 -58
  970. package/pagination/ListInputSecurityGroupsPaginator.ts +0 -58
  971. package/pagination/ListInputsPaginator.ts +0 -54
  972. package/pagination/ListMultiplexProgramsPaginator.ts +0 -58
  973. package/pagination/ListMultiplexesPaginator.ts +0 -58
  974. package/pagination/ListOfferingsPaginator.ts +0 -58
  975. package/pagination/ListReservationsPaginator.ts +0 -58
  976. package/protocols/Aws_restJson1.ts +0 -15914
  977. package/runtimeConfig.browser.ts +0 -40
  978. package/runtimeConfig.native.ts +0 -16
  979. package/runtimeConfig.shared.ts +0 -16
  980. package/runtimeConfig.ts +0 -45
  981. package/tsconfig.es.json +0 -10
  982. package/tsconfig.json +0 -31
  983. package/tsconfig.types.json +0 -8
  984. package/waiters/waitForChannelCreated.ts +0 -65
  985. package/waiters/waitForChannelDeleted.ts +0 -57
  986. package/waiters/waitForChannelRunning.ts +0 -57
  987. package/waiters/waitForChannelStopped.ts +0 -57
  988. package/waiters/waitForInputAttached.ts +0 -57
  989. package/waiters/waitForInputDeleted.ts +0 -57
  990. package/waiters/waitForInputDetached.ts +0 -65
  991. package/waiters/waitForMultiplexCreated.ts +0 -65
  992. package/waiters/waitForMultiplexDeleted.ts +0 -57
  993. package/waiters/waitForMultiplexRunning.ts +0 -57
  994. package/waiters/waitForMultiplexStopped.ts +0 -57
@@ -0,0 +1,1484 @@
1
+ import { __assign } from "tslib";
2
+ export var InputChannelLevel;
3
+ (function (InputChannelLevel) {
4
+ InputChannelLevel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
5
+ })(InputChannelLevel || (InputChannelLevel = {}));
6
+ export var AudioChannelMapping;
7
+ (function (AudioChannelMapping) {
8
+ AudioChannelMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
9
+ })(AudioChannelMapping || (AudioChannelMapping = {}));
10
+ export var AudioNormalizationAlgorithm;
11
+ (function (AudioNormalizationAlgorithm) {
12
+ AudioNormalizationAlgorithm["ITU_1770_1"] = "ITU_1770_1";
13
+ AudioNormalizationAlgorithm["ITU_1770_2"] = "ITU_1770_2";
14
+ })(AudioNormalizationAlgorithm || (AudioNormalizationAlgorithm = {}));
15
+ export var AudioNormalizationAlgorithmControl;
16
+ (function (AudioNormalizationAlgorithmControl) {
17
+ AudioNormalizationAlgorithmControl["CORRECT_AUDIO"] = "CORRECT_AUDIO";
18
+ })(AudioNormalizationAlgorithmControl || (AudioNormalizationAlgorithmControl = {}));
19
+ export var AudioNormalizationSettings;
20
+ (function (AudioNormalizationSettings) {
21
+ AudioNormalizationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
22
+ })(AudioNormalizationSettings || (AudioNormalizationSettings = {}));
23
+ export var AudioType;
24
+ (function (AudioType) {
25
+ AudioType["CLEAN_EFFECTS"] = "CLEAN_EFFECTS";
26
+ AudioType["HEARING_IMPAIRED"] = "HEARING_IMPAIRED";
27
+ AudioType["UNDEFINED"] = "UNDEFINED";
28
+ AudioType["VISUAL_IMPAIRED_COMMENTARY"] = "VISUAL_IMPAIRED_COMMENTARY";
29
+ })(AudioType || (AudioType = {}));
30
+ export var AudioDescriptionAudioTypeControl;
31
+ (function (AudioDescriptionAudioTypeControl) {
32
+ AudioDescriptionAudioTypeControl["FOLLOW_INPUT"] = "FOLLOW_INPUT";
33
+ AudioDescriptionAudioTypeControl["USE_CONFIGURED"] = "USE_CONFIGURED";
34
+ })(AudioDescriptionAudioTypeControl || (AudioDescriptionAudioTypeControl = {}));
35
+ export var NielsenWatermarksCbetStepaside;
36
+ (function (NielsenWatermarksCbetStepaside) {
37
+ NielsenWatermarksCbetStepaside["DISABLED"] = "DISABLED";
38
+ NielsenWatermarksCbetStepaside["ENABLED"] = "ENABLED";
39
+ })(NielsenWatermarksCbetStepaside || (NielsenWatermarksCbetStepaside = {}));
40
+ export var NielsenCBET;
41
+ (function (NielsenCBET) {
42
+ NielsenCBET.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
43
+ })(NielsenCBET || (NielsenCBET = {}));
44
+ export var NielsenWatermarksDistributionTypes;
45
+ (function (NielsenWatermarksDistributionTypes) {
46
+ NielsenWatermarksDistributionTypes["FINAL_DISTRIBUTOR"] = "FINAL_DISTRIBUTOR";
47
+ NielsenWatermarksDistributionTypes["PROGRAM_CONTENT"] = "PROGRAM_CONTENT";
48
+ })(NielsenWatermarksDistributionTypes || (NielsenWatermarksDistributionTypes = {}));
49
+ export var NielsenNaesIiNw;
50
+ (function (NielsenNaesIiNw) {
51
+ NielsenNaesIiNw.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
52
+ })(NielsenNaesIiNw || (NielsenNaesIiNw = {}));
53
+ export var NielsenWatermarksSettings;
54
+ (function (NielsenWatermarksSettings) {
55
+ NielsenWatermarksSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
56
+ })(NielsenWatermarksSettings || (NielsenWatermarksSettings = {}));
57
+ export var AudioWatermarkSettings;
58
+ (function (AudioWatermarkSettings) {
59
+ AudioWatermarkSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
60
+ })(AudioWatermarkSettings || (AudioWatermarkSettings = {}));
61
+ export var AacCodingMode;
62
+ (function (AacCodingMode) {
63
+ AacCodingMode["AD_RECEIVER_MIX"] = "AD_RECEIVER_MIX";
64
+ AacCodingMode["CODING_MODE_1_0"] = "CODING_MODE_1_0";
65
+ AacCodingMode["CODING_MODE_1_1"] = "CODING_MODE_1_1";
66
+ AacCodingMode["CODING_MODE_2_0"] = "CODING_MODE_2_0";
67
+ AacCodingMode["CODING_MODE_5_1"] = "CODING_MODE_5_1";
68
+ })(AacCodingMode || (AacCodingMode = {}));
69
+ export var AacInputType;
70
+ (function (AacInputType) {
71
+ AacInputType["BROADCASTER_MIXED_AD"] = "BROADCASTER_MIXED_AD";
72
+ AacInputType["NORMAL"] = "NORMAL";
73
+ })(AacInputType || (AacInputType = {}));
74
+ export var AacProfile;
75
+ (function (AacProfile) {
76
+ AacProfile["HEV1"] = "HEV1";
77
+ AacProfile["HEV2"] = "HEV2";
78
+ AacProfile["LC"] = "LC";
79
+ })(AacProfile || (AacProfile = {}));
80
+ export var AacRateControlMode;
81
+ (function (AacRateControlMode) {
82
+ AacRateControlMode["CBR"] = "CBR";
83
+ AacRateControlMode["VBR"] = "VBR";
84
+ })(AacRateControlMode || (AacRateControlMode = {}));
85
+ export var AacRawFormat;
86
+ (function (AacRawFormat) {
87
+ AacRawFormat["LATM_LOAS"] = "LATM_LOAS";
88
+ AacRawFormat["NONE"] = "NONE";
89
+ })(AacRawFormat || (AacRawFormat = {}));
90
+ export var AacSpec;
91
+ (function (AacSpec) {
92
+ AacSpec["MPEG2"] = "MPEG2";
93
+ AacSpec["MPEG4"] = "MPEG4";
94
+ })(AacSpec || (AacSpec = {}));
95
+ export var AacVbrQuality;
96
+ (function (AacVbrQuality) {
97
+ AacVbrQuality["HIGH"] = "HIGH";
98
+ AacVbrQuality["LOW"] = "LOW";
99
+ AacVbrQuality["MEDIUM_HIGH"] = "MEDIUM_HIGH";
100
+ AacVbrQuality["MEDIUM_LOW"] = "MEDIUM_LOW";
101
+ })(AacVbrQuality || (AacVbrQuality = {}));
102
+ export var AacSettings;
103
+ (function (AacSettings) {
104
+ AacSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
105
+ })(AacSettings || (AacSettings = {}));
106
+ export var Ac3BitstreamMode;
107
+ (function (Ac3BitstreamMode) {
108
+ Ac3BitstreamMode["COMMENTARY"] = "COMMENTARY";
109
+ Ac3BitstreamMode["COMPLETE_MAIN"] = "COMPLETE_MAIN";
110
+ Ac3BitstreamMode["DIALOGUE"] = "DIALOGUE";
111
+ Ac3BitstreamMode["EMERGENCY"] = "EMERGENCY";
112
+ Ac3BitstreamMode["HEARING_IMPAIRED"] = "HEARING_IMPAIRED";
113
+ Ac3BitstreamMode["MUSIC_AND_EFFECTS"] = "MUSIC_AND_EFFECTS";
114
+ Ac3BitstreamMode["VISUALLY_IMPAIRED"] = "VISUALLY_IMPAIRED";
115
+ Ac3BitstreamMode["VOICE_OVER"] = "VOICE_OVER";
116
+ })(Ac3BitstreamMode || (Ac3BitstreamMode = {}));
117
+ export var Ac3CodingMode;
118
+ (function (Ac3CodingMode) {
119
+ Ac3CodingMode["CODING_MODE_1_0"] = "CODING_MODE_1_0";
120
+ Ac3CodingMode["CODING_MODE_1_1"] = "CODING_MODE_1_1";
121
+ Ac3CodingMode["CODING_MODE_2_0"] = "CODING_MODE_2_0";
122
+ Ac3CodingMode["CODING_MODE_3_2_LFE"] = "CODING_MODE_3_2_LFE";
123
+ })(Ac3CodingMode || (Ac3CodingMode = {}));
124
+ export var Ac3DrcProfile;
125
+ (function (Ac3DrcProfile) {
126
+ Ac3DrcProfile["FILM_STANDARD"] = "FILM_STANDARD";
127
+ Ac3DrcProfile["NONE"] = "NONE";
128
+ })(Ac3DrcProfile || (Ac3DrcProfile = {}));
129
+ export var Ac3LfeFilter;
130
+ (function (Ac3LfeFilter) {
131
+ Ac3LfeFilter["DISABLED"] = "DISABLED";
132
+ Ac3LfeFilter["ENABLED"] = "ENABLED";
133
+ })(Ac3LfeFilter || (Ac3LfeFilter = {}));
134
+ export var Ac3MetadataControl;
135
+ (function (Ac3MetadataControl) {
136
+ Ac3MetadataControl["FOLLOW_INPUT"] = "FOLLOW_INPUT";
137
+ Ac3MetadataControl["USE_CONFIGURED"] = "USE_CONFIGURED";
138
+ })(Ac3MetadataControl || (Ac3MetadataControl = {}));
139
+ export var Ac3Settings;
140
+ (function (Ac3Settings) {
141
+ Ac3Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
142
+ })(Ac3Settings || (Ac3Settings = {}));
143
+ export var Eac3AttenuationControl;
144
+ (function (Eac3AttenuationControl) {
145
+ Eac3AttenuationControl["ATTENUATE_3_DB"] = "ATTENUATE_3_DB";
146
+ Eac3AttenuationControl["NONE"] = "NONE";
147
+ })(Eac3AttenuationControl || (Eac3AttenuationControl = {}));
148
+ export var Eac3BitstreamMode;
149
+ (function (Eac3BitstreamMode) {
150
+ Eac3BitstreamMode["COMMENTARY"] = "COMMENTARY";
151
+ Eac3BitstreamMode["COMPLETE_MAIN"] = "COMPLETE_MAIN";
152
+ Eac3BitstreamMode["EMERGENCY"] = "EMERGENCY";
153
+ Eac3BitstreamMode["HEARING_IMPAIRED"] = "HEARING_IMPAIRED";
154
+ Eac3BitstreamMode["VISUALLY_IMPAIRED"] = "VISUALLY_IMPAIRED";
155
+ })(Eac3BitstreamMode || (Eac3BitstreamMode = {}));
156
+ export var Eac3CodingMode;
157
+ (function (Eac3CodingMode) {
158
+ Eac3CodingMode["CODING_MODE_1_0"] = "CODING_MODE_1_0";
159
+ Eac3CodingMode["CODING_MODE_2_0"] = "CODING_MODE_2_0";
160
+ Eac3CodingMode["CODING_MODE_3_2"] = "CODING_MODE_3_2";
161
+ })(Eac3CodingMode || (Eac3CodingMode = {}));
162
+ export var Eac3DcFilter;
163
+ (function (Eac3DcFilter) {
164
+ Eac3DcFilter["DISABLED"] = "DISABLED";
165
+ Eac3DcFilter["ENABLED"] = "ENABLED";
166
+ })(Eac3DcFilter || (Eac3DcFilter = {}));
167
+ export var Eac3DrcLine;
168
+ (function (Eac3DrcLine) {
169
+ Eac3DrcLine["FILM_LIGHT"] = "FILM_LIGHT";
170
+ Eac3DrcLine["FILM_STANDARD"] = "FILM_STANDARD";
171
+ Eac3DrcLine["MUSIC_LIGHT"] = "MUSIC_LIGHT";
172
+ Eac3DrcLine["MUSIC_STANDARD"] = "MUSIC_STANDARD";
173
+ Eac3DrcLine["NONE"] = "NONE";
174
+ Eac3DrcLine["SPEECH"] = "SPEECH";
175
+ })(Eac3DrcLine || (Eac3DrcLine = {}));
176
+ export var Eac3DrcRf;
177
+ (function (Eac3DrcRf) {
178
+ Eac3DrcRf["FILM_LIGHT"] = "FILM_LIGHT";
179
+ Eac3DrcRf["FILM_STANDARD"] = "FILM_STANDARD";
180
+ Eac3DrcRf["MUSIC_LIGHT"] = "MUSIC_LIGHT";
181
+ Eac3DrcRf["MUSIC_STANDARD"] = "MUSIC_STANDARD";
182
+ Eac3DrcRf["NONE"] = "NONE";
183
+ Eac3DrcRf["SPEECH"] = "SPEECH";
184
+ })(Eac3DrcRf || (Eac3DrcRf = {}));
185
+ export var Eac3LfeControl;
186
+ (function (Eac3LfeControl) {
187
+ Eac3LfeControl["LFE"] = "LFE";
188
+ Eac3LfeControl["NO_LFE"] = "NO_LFE";
189
+ })(Eac3LfeControl || (Eac3LfeControl = {}));
190
+ export var Eac3LfeFilter;
191
+ (function (Eac3LfeFilter) {
192
+ Eac3LfeFilter["DISABLED"] = "DISABLED";
193
+ Eac3LfeFilter["ENABLED"] = "ENABLED";
194
+ })(Eac3LfeFilter || (Eac3LfeFilter = {}));
195
+ export var Eac3MetadataControl;
196
+ (function (Eac3MetadataControl) {
197
+ Eac3MetadataControl["FOLLOW_INPUT"] = "FOLLOW_INPUT";
198
+ Eac3MetadataControl["USE_CONFIGURED"] = "USE_CONFIGURED";
199
+ })(Eac3MetadataControl || (Eac3MetadataControl = {}));
200
+ export var Eac3PassthroughControl;
201
+ (function (Eac3PassthroughControl) {
202
+ Eac3PassthroughControl["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
203
+ Eac3PassthroughControl["WHEN_POSSIBLE"] = "WHEN_POSSIBLE";
204
+ })(Eac3PassthroughControl || (Eac3PassthroughControl = {}));
205
+ export var Eac3PhaseControl;
206
+ (function (Eac3PhaseControl) {
207
+ Eac3PhaseControl["NO_SHIFT"] = "NO_SHIFT";
208
+ Eac3PhaseControl["SHIFT_90_DEGREES"] = "SHIFT_90_DEGREES";
209
+ })(Eac3PhaseControl || (Eac3PhaseControl = {}));
210
+ export var Eac3StereoDownmix;
211
+ (function (Eac3StereoDownmix) {
212
+ Eac3StereoDownmix["DPL2"] = "DPL2";
213
+ Eac3StereoDownmix["LO_RO"] = "LO_RO";
214
+ Eac3StereoDownmix["LT_RT"] = "LT_RT";
215
+ Eac3StereoDownmix["NOT_INDICATED"] = "NOT_INDICATED";
216
+ })(Eac3StereoDownmix || (Eac3StereoDownmix = {}));
217
+ export var Eac3SurroundExMode;
218
+ (function (Eac3SurroundExMode) {
219
+ Eac3SurroundExMode["DISABLED"] = "DISABLED";
220
+ Eac3SurroundExMode["ENABLED"] = "ENABLED";
221
+ Eac3SurroundExMode["NOT_INDICATED"] = "NOT_INDICATED";
222
+ })(Eac3SurroundExMode || (Eac3SurroundExMode = {}));
223
+ export var Eac3SurroundMode;
224
+ (function (Eac3SurroundMode) {
225
+ Eac3SurroundMode["DISABLED"] = "DISABLED";
226
+ Eac3SurroundMode["ENABLED"] = "ENABLED";
227
+ Eac3SurroundMode["NOT_INDICATED"] = "NOT_INDICATED";
228
+ })(Eac3SurroundMode || (Eac3SurroundMode = {}));
229
+ export var Eac3Settings;
230
+ (function (Eac3Settings) {
231
+ Eac3Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
232
+ })(Eac3Settings || (Eac3Settings = {}));
233
+ export var Mp2CodingMode;
234
+ (function (Mp2CodingMode) {
235
+ Mp2CodingMode["CODING_MODE_1_0"] = "CODING_MODE_1_0";
236
+ Mp2CodingMode["CODING_MODE_2_0"] = "CODING_MODE_2_0";
237
+ })(Mp2CodingMode || (Mp2CodingMode = {}));
238
+ export var Mp2Settings;
239
+ (function (Mp2Settings) {
240
+ Mp2Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
241
+ })(Mp2Settings || (Mp2Settings = {}));
242
+ export var PassThroughSettings;
243
+ (function (PassThroughSettings) {
244
+ PassThroughSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
245
+ })(PassThroughSettings || (PassThroughSettings = {}));
246
+ export var WavCodingMode;
247
+ (function (WavCodingMode) {
248
+ WavCodingMode["CODING_MODE_1_0"] = "CODING_MODE_1_0";
249
+ WavCodingMode["CODING_MODE_2_0"] = "CODING_MODE_2_0";
250
+ WavCodingMode["CODING_MODE_4_0"] = "CODING_MODE_4_0";
251
+ WavCodingMode["CODING_MODE_8_0"] = "CODING_MODE_8_0";
252
+ })(WavCodingMode || (WavCodingMode = {}));
253
+ export var WavSettings;
254
+ (function (WavSettings) {
255
+ WavSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
256
+ })(WavSettings || (WavSettings = {}));
257
+ export var AudioCodecSettings;
258
+ (function (AudioCodecSettings) {
259
+ AudioCodecSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
260
+ })(AudioCodecSettings || (AudioCodecSettings = {}));
261
+ export var AudioDescriptionLanguageCodeControl;
262
+ (function (AudioDescriptionLanguageCodeControl) {
263
+ AudioDescriptionLanguageCodeControl["FOLLOW_INPUT"] = "FOLLOW_INPUT";
264
+ AudioDescriptionLanguageCodeControl["USE_CONFIGURED"] = "USE_CONFIGURED";
265
+ })(AudioDescriptionLanguageCodeControl || (AudioDescriptionLanguageCodeControl = {}));
266
+ export var RemixSettings;
267
+ (function (RemixSettings) {
268
+ RemixSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
269
+ })(RemixSettings || (RemixSettings = {}));
270
+ export var AudioDescription;
271
+ (function (AudioDescription) {
272
+ AudioDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
273
+ })(AudioDescription || (AudioDescription = {}));
274
+ export var AudioHlsRenditionSelection;
275
+ (function (AudioHlsRenditionSelection) {
276
+ AudioHlsRenditionSelection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
277
+ })(AudioHlsRenditionSelection || (AudioHlsRenditionSelection = {}));
278
+ export var AudioLanguageSelectionPolicy;
279
+ (function (AudioLanguageSelectionPolicy) {
280
+ AudioLanguageSelectionPolicy["LOOSE"] = "LOOSE";
281
+ AudioLanguageSelectionPolicy["STRICT"] = "STRICT";
282
+ })(AudioLanguageSelectionPolicy || (AudioLanguageSelectionPolicy = {}));
283
+ export var AudioLanguageSelection;
284
+ (function (AudioLanguageSelection) {
285
+ AudioLanguageSelection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
286
+ })(AudioLanguageSelection || (AudioLanguageSelection = {}));
287
+ export var AudioPidSelection;
288
+ (function (AudioPidSelection) {
289
+ AudioPidSelection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
290
+ })(AudioPidSelection || (AudioPidSelection = {}));
291
+ export var AudioTrack;
292
+ (function (AudioTrack) {
293
+ AudioTrack.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
294
+ })(AudioTrack || (AudioTrack = {}));
295
+ export var AudioTrackSelection;
296
+ (function (AudioTrackSelection) {
297
+ AudioTrackSelection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
298
+ })(AudioTrackSelection || (AudioTrackSelection = {}));
299
+ export var AudioSelectorSettings;
300
+ (function (AudioSelectorSettings) {
301
+ AudioSelectorSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
302
+ })(AudioSelectorSettings || (AudioSelectorSettings = {}));
303
+ export var AudioSelector;
304
+ (function (AudioSelector) {
305
+ AudioSelector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
306
+ })(AudioSelector || (AudioSelector = {}));
307
+ export var BatchFailedResultModel;
308
+ (function (BatchFailedResultModel) {
309
+ BatchFailedResultModel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
310
+ })(BatchFailedResultModel || (BatchFailedResultModel = {}));
311
+ export var BatchSuccessfulResultModel;
312
+ (function (BatchSuccessfulResultModel) {
313
+ BatchSuccessfulResultModel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
314
+ })(BatchSuccessfulResultModel || (BatchSuccessfulResultModel = {}));
315
+ export var AribDestinationSettings;
316
+ (function (AribDestinationSettings) {
317
+ AribDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
318
+ })(AribDestinationSettings || (AribDestinationSettings = {}));
319
+ export var BurnInAlignment;
320
+ (function (BurnInAlignment) {
321
+ BurnInAlignment["CENTERED"] = "CENTERED";
322
+ BurnInAlignment["LEFT"] = "LEFT";
323
+ BurnInAlignment["SMART"] = "SMART";
324
+ })(BurnInAlignment || (BurnInAlignment = {}));
325
+ export var BurnInBackgroundColor;
326
+ (function (BurnInBackgroundColor) {
327
+ BurnInBackgroundColor["BLACK"] = "BLACK";
328
+ BurnInBackgroundColor["NONE"] = "NONE";
329
+ BurnInBackgroundColor["WHITE"] = "WHITE";
330
+ })(BurnInBackgroundColor || (BurnInBackgroundColor = {}));
331
+ export var InputLocation;
332
+ (function (InputLocation) {
333
+ InputLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
334
+ })(InputLocation || (InputLocation = {}));
335
+ export var BurnInFontColor;
336
+ (function (BurnInFontColor) {
337
+ BurnInFontColor["BLACK"] = "BLACK";
338
+ BurnInFontColor["BLUE"] = "BLUE";
339
+ BurnInFontColor["GREEN"] = "GREEN";
340
+ BurnInFontColor["RED"] = "RED";
341
+ BurnInFontColor["WHITE"] = "WHITE";
342
+ BurnInFontColor["YELLOW"] = "YELLOW";
343
+ })(BurnInFontColor || (BurnInFontColor = {}));
344
+ export var BurnInOutlineColor;
345
+ (function (BurnInOutlineColor) {
346
+ BurnInOutlineColor["BLACK"] = "BLACK";
347
+ BurnInOutlineColor["BLUE"] = "BLUE";
348
+ BurnInOutlineColor["GREEN"] = "GREEN";
349
+ BurnInOutlineColor["RED"] = "RED";
350
+ BurnInOutlineColor["WHITE"] = "WHITE";
351
+ BurnInOutlineColor["YELLOW"] = "YELLOW";
352
+ })(BurnInOutlineColor || (BurnInOutlineColor = {}));
353
+ export var BurnInShadowColor;
354
+ (function (BurnInShadowColor) {
355
+ BurnInShadowColor["BLACK"] = "BLACK";
356
+ BurnInShadowColor["NONE"] = "NONE";
357
+ BurnInShadowColor["WHITE"] = "WHITE";
358
+ })(BurnInShadowColor || (BurnInShadowColor = {}));
359
+ export var BurnInTeletextGridControl;
360
+ (function (BurnInTeletextGridControl) {
361
+ BurnInTeletextGridControl["FIXED"] = "FIXED";
362
+ BurnInTeletextGridControl["SCALED"] = "SCALED";
363
+ })(BurnInTeletextGridControl || (BurnInTeletextGridControl = {}));
364
+ export var BurnInDestinationSettings;
365
+ (function (BurnInDestinationSettings) {
366
+ BurnInDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
367
+ })(BurnInDestinationSettings || (BurnInDestinationSettings = {}));
368
+ export var DvbSubDestinationAlignment;
369
+ (function (DvbSubDestinationAlignment) {
370
+ DvbSubDestinationAlignment["CENTERED"] = "CENTERED";
371
+ DvbSubDestinationAlignment["LEFT"] = "LEFT";
372
+ DvbSubDestinationAlignment["SMART"] = "SMART";
373
+ })(DvbSubDestinationAlignment || (DvbSubDestinationAlignment = {}));
374
+ export var DvbSubDestinationBackgroundColor;
375
+ (function (DvbSubDestinationBackgroundColor) {
376
+ DvbSubDestinationBackgroundColor["BLACK"] = "BLACK";
377
+ DvbSubDestinationBackgroundColor["NONE"] = "NONE";
378
+ DvbSubDestinationBackgroundColor["WHITE"] = "WHITE";
379
+ })(DvbSubDestinationBackgroundColor || (DvbSubDestinationBackgroundColor = {}));
380
+ export var DvbSubDestinationFontColor;
381
+ (function (DvbSubDestinationFontColor) {
382
+ DvbSubDestinationFontColor["BLACK"] = "BLACK";
383
+ DvbSubDestinationFontColor["BLUE"] = "BLUE";
384
+ DvbSubDestinationFontColor["GREEN"] = "GREEN";
385
+ DvbSubDestinationFontColor["RED"] = "RED";
386
+ DvbSubDestinationFontColor["WHITE"] = "WHITE";
387
+ DvbSubDestinationFontColor["YELLOW"] = "YELLOW";
388
+ })(DvbSubDestinationFontColor || (DvbSubDestinationFontColor = {}));
389
+ export var DvbSubDestinationOutlineColor;
390
+ (function (DvbSubDestinationOutlineColor) {
391
+ DvbSubDestinationOutlineColor["BLACK"] = "BLACK";
392
+ DvbSubDestinationOutlineColor["BLUE"] = "BLUE";
393
+ DvbSubDestinationOutlineColor["GREEN"] = "GREEN";
394
+ DvbSubDestinationOutlineColor["RED"] = "RED";
395
+ DvbSubDestinationOutlineColor["WHITE"] = "WHITE";
396
+ DvbSubDestinationOutlineColor["YELLOW"] = "YELLOW";
397
+ })(DvbSubDestinationOutlineColor || (DvbSubDestinationOutlineColor = {}));
398
+ export var DvbSubDestinationShadowColor;
399
+ (function (DvbSubDestinationShadowColor) {
400
+ DvbSubDestinationShadowColor["BLACK"] = "BLACK";
401
+ DvbSubDestinationShadowColor["NONE"] = "NONE";
402
+ DvbSubDestinationShadowColor["WHITE"] = "WHITE";
403
+ })(DvbSubDestinationShadowColor || (DvbSubDestinationShadowColor = {}));
404
+ export var DvbSubDestinationTeletextGridControl;
405
+ (function (DvbSubDestinationTeletextGridControl) {
406
+ DvbSubDestinationTeletextGridControl["FIXED"] = "FIXED";
407
+ DvbSubDestinationTeletextGridControl["SCALED"] = "SCALED";
408
+ })(DvbSubDestinationTeletextGridControl || (DvbSubDestinationTeletextGridControl = {}));
409
+ export var DvbSubDestinationSettings;
410
+ (function (DvbSubDestinationSettings) {
411
+ DvbSubDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
412
+ })(DvbSubDestinationSettings || (DvbSubDestinationSettings = {}));
413
+ export var EbuTtDFillLineGapControl;
414
+ (function (EbuTtDFillLineGapControl) {
415
+ EbuTtDFillLineGapControl["DISABLED"] = "DISABLED";
416
+ EbuTtDFillLineGapControl["ENABLED"] = "ENABLED";
417
+ })(EbuTtDFillLineGapControl || (EbuTtDFillLineGapControl = {}));
418
+ export var EbuTtDDestinationStyleControl;
419
+ (function (EbuTtDDestinationStyleControl) {
420
+ EbuTtDDestinationStyleControl["EXCLUDE"] = "EXCLUDE";
421
+ EbuTtDDestinationStyleControl["INCLUDE"] = "INCLUDE";
422
+ })(EbuTtDDestinationStyleControl || (EbuTtDDestinationStyleControl = {}));
423
+ export var EbuTtDDestinationSettings;
424
+ (function (EbuTtDDestinationSettings) {
425
+ EbuTtDDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
426
+ })(EbuTtDDestinationSettings || (EbuTtDDestinationSettings = {}));
427
+ export var EmbeddedDestinationSettings;
428
+ (function (EmbeddedDestinationSettings) {
429
+ EmbeddedDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
430
+ })(EmbeddedDestinationSettings || (EmbeddedDestinationSettings = {}));
431
+ export var EmbeddedPlusScte20DestinationSettings;
432
+ (function (EmbeddedPlusScte20DestinationSettings) {
433
+ EmbeddedPlusScte20DestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
434
+ })(EmbeddedPlusScte20DestinationSettings || (EmbeddedPlusScte20DestinationSettings = {}));
435
+ export var RtmpCaptionInfoDestinationSettings;
436
+ (function (RtmpCaptionInfoDestinationSettings) {
437
+ RtmpCaptionInfoDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
438
+ })(RtmpCaptionInfoDestinationSettings || (RtmpCaptionInfoDestinationSettings = {}));
439
+ export var Scte20PlusEmbeddedDestinationSettings;
440
+ (function (Scte20PlusEmbeddedDestinationSettings) {
441
+ Scte20PlusEmbeddedDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
442
+ })(Scte20PlusEmbeddedDestinationSettings || (Scte20PlusEmbeddedDestinationSettings = {}));
443
+ export var Scte27DestinationSettings;
444
+ (function (Scte27DestinationSettings) {
445
+ Scte27DestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
446
+ })(Scte27DestinationSettings || (Scte27DestinationSettings = {}));
447
+ export var SmpteTtDestinationSettings;
448
+ (function (SmpteTtDestinationSettings) {
449
+ SmpteTtDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
450
+ })(SmpteTtDestinationSettings || (SmpteTtDestinationSettings = {}));
451
+ export var TeletextDestinationSettings;
452
+ (function (TeletextDestinationSettings) {
453
+ TeletextDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
454
+ })(TeletextDestinationSettings || (TeletextDestinationSettings = {}));
455
+ export var TtmlDestinationStyleControl;
456
+ (function (TtmlDestinationStyleControl) {
457
+ TtmlDestinationStyleControl["PASSTHROUGH"] = "PASSTHROUGH";
458
+ TtmlDestinationStyleControl["USE_CONFIGURED"] = "USE_CONFIGURED";
459
+ })(TtmlDestinationStyleControl || (TtmlDestinationStyleControl = {}));
460
+ export var TtmlDestinationSettings;
461
+ (function (TtmlDestinationSettings) {
462
+ TtmlDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
463
+ })(TtmlDestinationSettings || (TtmlDestinationSettings = {}));
464
+ export var WebvttDestinationStyleControl;
465
+ (function (WebvttDestinationStyleControl) {
466
+ WebvttDestinationStyleControl["NO_STYLE_DATA"] = "NO_STYLE_DATA";
467
+ WebvttDestinationStyleControl["PASSTHROUGH"] = "PASSTHROUGH";
468
+ })(WebvttDestinationStyleControl || (WebvttDestinationStyleControl = {}));
469
+ export var WebvttDestinationSettings;
470
+ (function (WebvttDestinationSettings) {
471
+ WebvttDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
472
+ })(WebvttDestinationSettings || (WebvttDestinationSettings = {}));
473
+ export var CaptionDestinationSettings;
474
+ (function (CaptionDestinationSettings) {
475
+ CaptionDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
476
+ })(CaptionDestinationSettings || (CaptionDestinationSettings = {}));
477
+ export var CaptionDescription;
478
+ (function (CaptionDescription) {
479
+ CaptionDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
480
+ })(CaptionDescription || (CaptionDescription = {}));
481
+ export var CaptionLanguageMapping;
482
+ (function (CaptionLanguageMapping) {
483
+ CaptionLanguageMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
484
+ })(CaptionLanguageMapping || (CaptionLanguageMapping = {}));
485
+ export var AncillarySourceSettings;
486
+ (function (AncillarySourceSettings) {
487
+ AncillarySourceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
488
+ })(AncillarySourceSettings || (AncillarySourceSettings = {}));
489
+ export var AribSourceSettings;
490
+ (function (AribSourceSettings) {
491
+ AribSourceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
492
+ })(AribSourceSettings || (AribSourceSettings = {}));
493
+ export var DvbSubOcrLanguage;
494
+ (function (DvbSubOcrLanguage) {
495
+ DvbSubOcrLanguage["DEU"] = "DEU";
496
+ DvbSubOcrLanguage["ENG"] = "ENG";
497
+ DvbSubOcrLanguage["FRA"] = "FRA";
498
+ DvbSubOcrLanguage["NLD"] = "NLD";
499
+ DvbSubOcrLanguage["POR"] = "POR";
500
+ DvbSubOcrLanguage["SPA"] = "SPA";
501
+ })(DvbSubOcrLanguage || (DvbSubOcrLanguage = {}));
502
+ export var DvbSubSourceSettings;
503
+ (function (DvbSubSourceSettings) {
504
+ DvbSubSourceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
505
+ })(DvbSubSourceSettings || (DvbSubSourceSettings = {}));
506
+ export var EmbeddedConvert608To708;
507
+ (function (EmbeddedConvert608To708) {
508
+ EmbeddedConvert608To708["DISABLED"] = "DISABLED";
509
+ EmbeddedConvert608To708["UPCONVERT"] = "UPCONVERT";
510
+ })(EmbeddedConvert608To708 || (EmbeddedConvert608To708 = {}));
511
+ export var EmbeddedScte20Detection;
512
+ (function (EmbeddedScte20Detection) {
513
+ EmbeddedScte20Detection["AUTO"] = "AUTO";
514
+ EmbeddedScte20Detection["OFF"] = "OFF";
515
+ })(EmbeddedScte20Detection || (EmbeddedScte20Detection = {}));
516
+ export var EmbeddedSourceSettings;
517
+ (function (EmbeddedSourceSettings) {
518
+ EmbeddedSourceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
519
+ })(EmbeddedSourceSettings || (EmbeddedSourceSettings = {}));
520
+ export var Scte20Convert608To708;
521
+ (function (Scte20Convert608To708) {
522
+ Scte20Convert608To708["DISABLED"] = "DISABLED";
523
+ Scte20Convert608To708["UPCONVERT"] = "UPCONVERT";
524
+ })(Scte20Convert608To708 || (Scte20Convert608To708 = {}));
525
+ export var Scte20SourceSettings;
526
+ (function (Scte20SourceSettings) {
527
+ Scte20SourceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
528
+ })(Scte20SourceSettings || (Scte20SourceSettings = {}));
529
+ export var Scte27OcrLanguage;
530
+ (function (Scte27OcrLanguage) {
531
+ Scte27OcrLanguage["DEU"] = "DEU";
532
+ Scte27OcrLanguage["ENG"] = "ENG";
533
+ Scte27OcrLanguage["FRA"] = "FRA";
534
+ Scte27OcrLanguage["NLD"] = "NLD";
535
+ Scte27OcrLanguage["POR"] = "POR";
536
+ Scte27OcrLanguage["SPA"] = "SPA";
537
+ })(Scte27OcrLanguage || (Scte27OcrLanguage = {}));
538
+ export var Scte27SourceSettings;
539
+ (function (Scte27SourceSettings) {
540
+ Scte27SourceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
541
+ })(Scte27SourceSettings || (Scte27SourceSettings = {}));
542
+ export var CaptionRectangle;
543
+ (function (CaptionRectangle) {
544
+ CaptionRectangle.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
545
+ })(CaptionRectangle || (CaptionRectangle = {}));
546
+ export var TeletextSourceSettings;
547
+ (function (TeletextSourceSettings) {
548
+ TeletextSourceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
549
+ })(TeletextSourceSettings || (TeletextSourceSettings = {}));
550
+ export var CaptionSelectorSettings;
551
+ (function (CaptionSelectorSettings) {
552
+ CaptionSelectorSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
553
+ })(CaptionSelectorSettings || (CaptionSelectorSettings = {}));
554
+ export var CaptionSelector;
555
+ (function (CaptionSelector) {
556
+ CaptionSelector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
557
+ })(CaptionSelector || (CaptionSelector = {}));
558
+ export var ChannelEgressEndpoint;
559
+ (function (ChannelEgressEndpoint) {
560
+ ChannelEgressEndpoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
561
+ })(ChannelEgressEndpoint || (ChannelEgressEndpoint = {}));
562
+ export var CdiInputResolution;
563
+ (function (CdiInputResolution) {
564
+ CdiInputResolution["FHD"] = "FHD";
565
+ CdiInputResolution["HD"] = "HD";
566
+ CdiInputResolution["SD"] = "SD";
567
+ CdiInputResolution["UHD"] = "UHD";
568
+ })(CdiInputResolution || (CdiInputResolution = {}));
569
+ export var CdiInputSpecification;
570
+ (function (CdiInputSpecification) {
571
+ CdiInputSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
572
+ })(CdiInputSpecification || (CdiInputSpecification = {}));
573
+ export var ChannelClass;
574
+ (function (ChannelClass) {
575
+ ChannelClass["SINGLE_PIPELINE"] = "SINGLE_PIPELINE";
576
+ ChannelClass["STANDARD"] = "STANDARD";
577
+ })(ChannelClass || (ChannelClass = {}));
578
+ export var MediaPackageOutputDestinationSettings;
579
+ (function (MediaPackageOutputDestinationSettings) {
580
+ MediaPackageOutputDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
581
+ })(MediaPackageOutputDestinationSettings || (MediaPackageOutputDestinationSettings = {}));
582
+ export var MultiplexProgramChannelDestinationSettings;
583
+ (function (MultiplexProgramChannelDestinationSettings) {
584
+ MultiplexProgramChannelDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
585
+ })(MultiplexProgramChannelDestinationSettings || (MultiplexProgramChannelDestinationSettings = {}));
586
+ export var OutputDestinationSettings;
587
+ (function (OutputDestinationSettings) {
588
+ OutputDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
589
+ })(OutputDestinationSettings || (OutputDestinationSettings = {}));
590
+ export var OutputDestination;
591
+ (function (OutputDestination) {
592
+ OutputDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
593
+ })(OutputDestination || (OutputDestination = {}));
594
+ export var AudioSilenceFailoverSettings;
595
+ (function (AudioSilenceFailoverSettings) {
596
+ AudioSilenceFailoverSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
597
+ })(AudioSilenceFailoverSettings || (AudioSilenceFailoverSettings = {}));
598
+ export var InputLossFailoverSettings;
599
+ (function (InputLossFailoverSettings) {
600
+ InputLossFailoverSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
601
+ })(InputLossFailoverSettings || (InputLossFailoverSettings = {}));
602
+ export var VideoBlackFailoverSettings;
603
+ (function (VideoBlackFailoverSettings) {
604
+ VideoBlackFailoverSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
605
+ })(VideoBlackFailoverSettings || (VideoBlackFailoverSettings = {}));
606
+ export var FailoverConditionSettings;
607
+ (function (FailoverConditionSettings) {
608
+ FailoverConditionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
609
+ })(FailoverConditionSettings || (FailoverConditionSettings = {}));
610
+ export var FailoverCondition;
611
+ (function (FailoverCondition) {
612
+ FailoverCondition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
613
+ })(FailoverCondition || (FailoverCondition = {}));
614
+ export var InputPreference;
615
+ (function (InputPreference) {
616
+ InputPreference["EQUAL_INPUT_PREFERENCE"] = "EQUAL_INPUT_PREFERENCE";
617
+ InputPreference["PRIMARY_INPUT_PREFERRED"] = "PRIMARY_INPUT_PREFERRED";
618
+ })(InputPreference || (InputPreference = {}));
619
+ export var AutomaticInputFailoverSettings;
620
+ (function (AutomaticInputFailoverSettings) {
621
+ AutomaticInputFailoverSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
622
+ })(AutomaticInputFailoverSettings || (AutomaticInputFailoverSettings = {}));
623
+ export var InputDeblockFilter;
624
+ (function (InputDeblockFilter) {
625
+ InputDeblockFilter["DISABLED"] = "DISABLED";
626
+ InputDeblockFilter["ENABLED"] = "ENABLED";
627
+ })(InputDeblockFilter || (InputDeblockFilter = {}));
628
+ export var InputDenoiseFilter;
629
+ (function (InputDenoiseFilter) {
630
+ InputDenoiseFilter["DISABLED"] = "DISABLED";
631
+ InputDenoiseFilter["ENABLED"] = "ENABLED";
632
+ })(InputDenoiseFilter || (InputDenoiseFilter = {}));
633
+ export var InputFilter;
634
+ (function (InputFilter) {
635
+ InputFilter["AUTO"] = "AUTO";
636
+ InputFilter["DISABLED"] = "DISABLED";
637
+ InputFilter["FORCED"] = "FORCED";
638
+ })(InputFilter || (InputFilter = {}));
639
+ export var HlsScte35SourceType;
640
+ (function (HlsScte35SourceType) {
641
+ HlsScte35SourceType["MANIFEST"] = "MANIFEST";
642
+ HlsScte35SourceType["SEGMENTS"] = "SEGMENTS";
643
+ })(HlsScte35SourceType || (HlsScte35SourceType = {}));
644
+ export var HlsInputSettings;
645
+ (function (HlsInputSettings) {
646
+ HlsInputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
647
+ })(HlsInputSettings || (HlsInputSettings = {}));
648
+ export var NetworkInputServerValidation;
649
+ (function (NetworkInputServerValidation) {
650
+ NetworkInputServerValidation["CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME"] = "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME";
651
+ NetworkInputServerValidation["CHECK_CRYPTOGRAPHY_ONLY"] = "CHECK_CRYPTOGRAPHY_ONLY";
652
+ })(NetworkInputServerValidation || (NetworkInputServerValidation = {}));
653
+ export var NetworkInputSettings;
654
+ (function (NetworkInputSettings) {
655
+ NetworkInputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
656
+ })(NetworkInputSettings || (NetworkInputSettings = {}));
657
+ export var Smpte2038DataPreference;
658
+ (function (Smpte2038DataPreference) {
659
+ Smpte2038DataPreference["IGNORE"] = "IGNORE";
660
+ Smpte2038DataPreference["PREFER"] = "PREFER";
661
+ })(Smpte2038DataPreference || (Smpte2038DataPreference = {}));
662
+ export var InputSourceEndBehavior;
663
+ (function (InputSourceEndBehavior) {
664
+ InputSourceEndBehavior["CONTINUE"] = "CONTINUE";
665
+ InputSourceEndBehavior["LOOP"] = "LOOP";
666
+ })(InputSourceEndBehavior || (InputSourceEndBehavior = {}));
667
+ export var VideoSelectorColorSpace;
668
+ (function (VideoSelectorColorSpace) {
669
+ VideoSelectorColorSpace["FOLLOW"] = "FOLLOW";
670
+ VideoSelectorColorSpace["HDR10"] = "HDR10";
671
+ VideoSelectorColorSpace["HLG_2020"] = "HLG_2020";
672
+ VideoSelectorColorSpace["REC_601"] = "REC_601";
673
+ VideoSelectorColorSpace["REC_709"] = "REC_709";
674
+ })(VideoSelectorColorSpace || (VideoSelectorColorSpace = {}));
675
+ export var Hdr10Settings;
676
+ (function (Hdr10Settings) {
677
+ Hdr10Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
678
+ })(Hdr10Settings || (Hdr10Settings = {}));
679
+ export var VideoSelectorColorSpaceSettings;
680
+ (function (VideoSelectorColorSpaceSettings) {
681
+ VideoSelectorColorSpaceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
682
+ })(VideoSelectorColorSpaceSettings || (VideoSelectorColorSpaceSettings = {}));
683
+ export var VideoSelectorColorSpaceUsage;
684
+ (function (VideoSelectorColorSpaceUsage) {
685
+ VideoSelectorColorSpaceUsage["FALLBACK"] = "FALLBACK";
686
+ VideoSelectorColorSpaceUsage["FORCE"] = "FORCE";
687
+ })(VideoSelectorColorSpaceUsage || (VideoSelectorColorSpaceUsage = {}));
688
+ export var VideoSelectorPid;
689
+ (function (VideoSelectorPid) {
690
+ VideoSelectorPid.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
691
+ })(VideoSelectorPid || (VideoSelectorPid = {}));
692
+ export var VideoSelectorProgramId;
693
+ (function (VideoSelectorProgramId) {
694
+ VideoSelectorProgramId.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
695
+ })(VideoSelectorProgramId || (VideoSelectorProgramId = {}));
696
+ export var VideoSelectorSettings;
697
+ (function (VideoSelectorSettings) {
698
+ VideoSelectorSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
699
+ })(VideoSelectorSettings || (VideoSelectorSettings = {}));
700
+ export var VideoSelector;
701
+ (function (VideoSelector) {
702
+ VideoSelector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
703
+ })(VideoSelector || (VideoSelector = {}));
704
+ export var InputSettings;
705
+ (function (InputSettings) {
706
+ InputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
707
+ })(InputSettings || (InputSettings = {}));
708
+ export var InputAttachment;
709
+ (function (InputAttachment) {
710
+ InputAttachment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
711
+ })(InputAttachment || (InputAttachment = {}));
712
+ export var InputCodec;
713
+ (function (InputCodec) {
714
+ InputCodec["AVC"] = "AVC";
715
+ InputCodec["HEVC"] = "HEVC";
716
+ InputCodec["MPEG2"] = "MPEG2";
717
+ })(InputCodec || (InputCodec = {}));
718
+ export var InputMaximumBitrate;
719
+ (function (InputMaximumBitrate) {
720
+ InputMaximumBitrate["MAX_10_MBPS"] = "MAX_10_MBPS";
721
+ InputMaximumBitrate["MAX_20_MBPS"] = "MAX_20_MBPS";
722
+ InputMaximumBitrate["MAX_50_MBPS"] = "MAX_50_MBPS";
723
+ })(InputMaximumBitrate || (InputMaximumBitrate = {}));
724
+ export var InputResolution;
725
+ (function (InputResolution) {
726
+ InputResolution["HD"] = "HD";
727
+ InputResolution["SD"] = "SD";
728
+ InputResolution["UHD"] = "UHD";
729
+ })(InputResolution || (InputResolution = {}));
730
+ export var InputSpecification;
731
+ (function (InputSpecification) {
732
+ InputSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
733
+ })(InputSpecification || (InputSpecification = {}));
734
+ export var LogLevel;
735
+ (function (LogLevel) {
736
+ LogLevel["DEBUG"] = "DEBUG";
737
+ LogLevel["DISABLED"] = "DISABLED";
738
+ LogLevel["ERROR"] = "ERROR";
739
+ LogLevel["INFO"] = "INFO";
740
+ LogLevel["WARNING"] = "WARNING";
741
+ })(LogLevel || (LogLevel = {}));
742
+ export var ChannelState;
743
+ (function (ChannelState) {
744
+ ChannelState["CREATE_FAILED"] = "CREATE_FAILED";
745
+ ChannelState["CREATING"] = "CREATING";
746
+ ChannelState["DELETED"] = "DELETED";
747
+ ChannelState["DELETING"] = "DELETING";
748
+ ChannelState["IDLE"] = "IDLE";
749
+ ChannelState["RECOVERING"] = "RECOVERING";
750
+ ChannelState["RUNNING"] = "RUNNING";
751
+ ChannelState["STARTING"] = "STARTING";
752
+ ChannelState["STOPPING"] = "STOPPING";
753
+ ChannelState["UPDATE_FAILED"] = "UPDATE_FAILED";
754
+ ChannelState["UPDATING"] = "UPDATING";
755
+ })(ChannelState || (ChannelState = {}));
756
+ export var VpcOutputSettingsDescription;
757
+ (function (VpcOutputSettingsDescription) {
758
+ VpcOutputSettingsDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
759
+ })(VpcOutputSettingsDescription || (VpcOutputSettingsDescription = {}));
760
+ export var ChannelSummary;
761
+ (function (ChannelSummary) {
762
+ ChannelSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
763
+ })(ChannelSummary || (ChannelSummary = {}));
764
+ export var HlsAdMarkers;
765
+ (function (HlsAdMarkers) {
766
+ HlsAdMarkers["ADOBE"] = "ADOBE";
767
+ HlsAdMarkers["ELEMENTAL"] = "ELEMENTAL";
768
+ HlsAdMarkers["ELEMENTAL_SCTE35"] = "ELEMENTAL_SCTE35";
769
+ })(HlsAdMarkers || (HlsAdMarkers = {}));
770
+ export var InputDestinationVpc;
771
+ (function (InputDestinationVpc) {
772
+ InputDestinationVpc.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
773
+ })(InputDestinationVpc || (InputDestinationVpc = {}));
774
+ export var InputDestination;
775
+ (function (InputDestination) {
776
+ InputDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
777
+ })(InputDestination || (InputDestination = {}));
778
+ export var InputClass;
779
+ (function (InputClass) {
780
+ InputClass["SINGLE_PIPELINE"] = "SINGLE_PIPELINE";
781
+ InputClass["STANDARD"] = "STANDARD";
782
+ })(InputClass || (InputClass = {}));
783
+ export var InputDeviceSettings;
784
+ (function (InputDeviceSettings) {
785
+ InputDeviceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
786
+ })(InputDeviceSettings || (InputDeviceSettings = {}));
787
+ export var InputSourceType;
788
+ (function (InputSourceType) {
789
+ InputSourceType["DYNAMIC"] = "DYNAMIC";
790
+ InputSourceType["STATIC"] = "STATIC";
791
+ })(InputSourceType || (InputSourceType = {}));
792
+ export var MediaConnectFlow;
793
+ (function (MediaConnectFlow) {
794
+ MediaConnectFlow.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
795
+ })(MediaConnectFlow || (MediaConnectFlow = {}));
796
+ export var InputSource;
797
+ (function (InputSource) {
798
+ InputSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
799
+ })(InputSource || (InputSource = {}));
800
+ export var InputState;
801
+ (function (InputState) {
802
+ InputState["ATTACHED"] = "ATTACHED";
803
+ InputState["CREATING"] = "CREATING";
804
+ InputState["DELETED"] = "DELETED";
805
+ InputState["DELETING"] = "DELETING";
806
+ InputState["DETACHED"] = "DETACHED";
807
+ })(InputState || (InputState = {}));
808
+ export var InputType;
809
+ (function (InputType) {
810
+ InputType["AWS_CDI"] = "AWS_CDI";
811
+ InputType["INPUT_DEVICE"] = "INPUT_DEVICE";
812
+ InputType["MEDIACONNECT"] = "MEDIACONNECT";
813
+ InputType["MP4_FILE"] = "MP4_FILE";
814
+ InputType["RTMP_PULL"] = "RTMP_PULL";
815
+ InputType["RTMP_PUSH"] = "RTMP_PUSH";
816
+ InputType["RTP_PUSH"] = "RTP_PUSH";
817
+ InputType["TS_FILE"] = "TS_FILE";
818
+ InputType["UDP_PUSH"] = "UDP_PUSH";
819
+ InputType["URL_PULL"] = "URL_PULL";
820
+ })(InputType || (InputType = {}));
821
+ export var Input;
822
+ (function (Input) {
823
+ Input.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
824
+ })(Input || (Input = {}));
825
+ export var InputDestinationRequest;
826
+ (function (InputDestinationRequest) {
827
+ InputDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
828
+ })(InputDestinationRequest || (InputDestinationRequest = {}));
829
+ export var InputDeviceRequest;
830
+ (function (InputDeviceRequest) {
831
+ InputDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
832
+ })(InputDeviceRequest || (InputDeviceRequest = {}));
833
+ export var InputDeviceConnectionState;
834
+ (function (InputDeviceConnectionState) {
835
+ InputDeviceConnectionState["CONNECTED"] = "CONNECTED";
836
+ InputDeviceConnectionState["DISCONNECTED"] = "DISCONNECTED";
837
+ })(InputDeviceConnectionState || (InputDeviceConnectionState = {}));
838
+ export var DeviceSettingsSyncState;
839
+ (function (DeviceSettingsSyncState) {
840
+ DeviceSettingsSyncState["SYNCED"] = "SYNCED";
841
+ DeviceSettingsSyncState["SYNCING"] = "SYNCING";
842
+ })(DeviceSettingsSyncState || (DeviceSettingsSyncState = {}));
843
+ export var DeviceUpdateStatus;
844
+ (function (DeviceUpdateStatus) {
845
+ DeviceUpdateStatus["NOT_UP_TO_DATE"] = "NOT_UP_TO_DATE";
846
+ DeviceUpdateStatus["UP_TO_DATE"] = "UP_TO_DATE";
847
+ })(DeviceUpdateStatus || (DeviceUpdateStatus = {}));
848
+ export var InputDeviceActiveInput;
849
+ (function (InputDeviceActiveInput) {
850
+ InputDeviceActiveInput["HDMI"] = "HDMI";
851
+ InputDeviceActiveInput["SDI"] = "SDI";
852
+ })(InputDeviceActiveInput || (InputDeviceActiveInput = {}));
853
+ export var InputDeviceConfiguredInput;
854
+ (function (InputDeviceConfiguredInput) {
855
+ InputDeviceConfiguredInput["AUTO"] = "AUTO";
856
+ InputDeviceConfiguredInput["HDMI"] = "HDMI";
857
+ InputDeviceConfiguredInput["SDI"] = "SDI";
858
+ })(InputDeviceConfiguredInput || (InputDeviceConfiguredInput = {}));
859
+ export var InputDeviceState;
860
+ (function (InputDeviceState) {
861
+ InputDeviceState["IDLE"] = "IDLE";
862
+ InputDeviceState["STREAMING"] = "STREAMING";
863
+ })(InputDeviceState || (InputDeviceState = {}));
864
+ export var InputDeviceScanType;
865
+ (function (InputDeviceScanType) {
866
+ InputDeviceScanType["INTERLACED"] = "INTERLACED";
867
+ InputDeviceScanType["PROGRESSIVE"] = "PROGRESSIVE";
868
+ })(InputDeviceScanType || (InputDeviceScanType = {}));
869
+ export var InputDeviceHdSettings;
870
+ (function (InputDeviceHdSettings) {
871
+ InputDeviceHdSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
872
+ })(InputDeviceHdSettings || (InputDeviceHdSettings = {}));
873
+ export var InputDeviceIpScheme;
874
+ (function (InputDeviceIpScheme) {
875
+ InputDeviceIpScheme["DHCP"] = "DHCP";
876
+ InputDeviceIpScheme["STATIC"] = "STATIC";
877
+ })(InputDeviceIpScheme || (InputDeviceIpScheme = {}));
878
+ export var InputDeviceNetworkSettings;
879
+ (function (InputDeviceNetworkSettings) {
880
+ InputDeviceNetworkSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
881
+ })(InputDeviceNetworkSettings || (InputDeviceNetworkSettings = {}));
882
+ export var InputDeviceType;
883
+ (function (InputDeviceType) {
884
+ InputDeviceType["HD"] = "HD";
885
+ })(InputDeviceType || (InputDeviceType = {}));
886
+ export var InputDeviceUhdSettings;
887
+ (function (InputDeviceUhdSettings) {
888
+ InputDeviceUhdSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
889
+ })(InputDeviceUhdSettings || (InputDeviceUhdSettings = {}));
890
+ export var InputDeviceSummary;
891
+ (function (InputDeviceSummary) {
892
+ InputDeviceSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
893
+ })(InputDeviceSummary || (InputDeviceSummary = {}));
894
+ export var InputSecurityGroupState;
895
+ (function (InputSecurityGroupState) {
896
+ InputSecurityGroupState["DELETED"] = "DELETED";
897
+ InputSecurityGroupState["IDLE"] = "IDLE";
898
+ InputSecurityGroupState["IN_USE"] = "IN_USE";
899
+ InputSecurityGroupState["UPDATING"] = "UPDATING";
900
+ })(InputSecurityGroupState || (InputSecurityGroupState = {}));
901
+ export var InputWhitelistRule;
902
+ (function (InputWhitelistRule) {
903
+ InputWhitelistRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
904
+ })(InputWhitelistRule || (InputWhitelistRule = {}));
905
+ export var InputSecurityGroup;
906
+ (function (InputSecurityGroup) {
907
+ InputSecurityGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
908
+ })(InputSecurityGroup || (InputSecurityGroup = {}));
909
+ export var InputSourceRequest;
910
+ (function (InputSourceRequest) {
911
+ InputSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
912
+ })(InputSourceRequest || (InputSourceRequest = {}));
913
+ export var InputWhitelistRuleCidr;
914
+ (function (InputWhitelistRuleCidr) {
915
+ InputWhitelistRuleCidr.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
916
+ })(InputWhitelistRuleCidr || (InputWhitelistRuleCidr = {}));
917
+ export var MediaConnectFlowRequest;
918
+ (function (MediaConnectFlowRequest) {
919
+ MediaConnectFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
920
+ })(MediaConnectFlowRequest || (MediaConnectFlowRequest = {}));
921
+ export var MultiplexMediaConnectOutputDestinationSettings;
922
+ (function (MultiplexMediaConnectOutputDestinationSettings) {
923
+ MultiplexMediaConnectOutputDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
924
+ })(MultiplexMediaConnectOutputDestinationSettings || (MultiplexMediaConnectOutputDestinationSettings = {}));
925
+ export var MultiplexOutputDestination;
926
+ (function (MultiplexOutputDestination) {
927
+ MultiplexOutputDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
928
+ })(MultiplexOutputDestination || (MultiplexOutputDestination = {}));
929
+ export var MultiplexProgramPipelineDetail;
930
+ (function (MultiplexProgramPipelineDetail) {
931
+ MultiplexProgramPipelineDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
932
+ })(MultiplexProgramPipelineDetail || (MultiplexProgramPipelineDetail = {}));
933
+ export var MultiplexProgramSummary;
934
+ (function (MultiplexProgramSummary) {
935
+ MultiplexProgramSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
936
+ })(MultiplexProgramSummary || (MultiplexProgramSummary = {}));
937
+ export var MultiplexSettingsSummary;
938
+ (function (MultiplexSettingsSummary) {
939
+ MultiplexSettingsSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
940
+ })(MultiplexSettingsSummary || (MultiplexSettingsSummary = {}));
941
+ export var MultiplexState;
942
+ (function (MultiplexState) {
943
+ MultiplexState["CREATE_FAILED"] = "CREATE_FAILED";
944
+ MultiplexState["CREATING"] = "CREATING";
945
+ MultiplexState["DELETED"] = "DELETED";
946
+ MultiplexState["DELETING"] = "DELETING";
947
+ MultiplexState["IDLE"] = "IDLE";
948
+ MultiplexState["RECOVERING"] = "RECOVERING";
949
+ MultiplexState["RUNNING"] = "RUNNING";
950
+ MultiplexState["STARTING"] = "STARTING";
951
+ MultiplexState["STOPPING"] = "STOPPING";
952
+ })(MultiplexState || (MultiplexState = {}));
953
+ export var MultiplexSummary;
954
+ (function (MultiplexSummary) {
955
+ MultiplexSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
956
+ })(MultiplexSummary || (MultiplexSummary = {}));
957
+ export var OfferingDurationUnits;
958
+ (function (OfferingDurationUnits) {
959
+ OfferingDurationUnits["MONTHS"] = "MONTHS";
960
+ })(OfferingDurationUnits || (OfferingDurationUnits = {}));
961
+ export var OfferingType;
962
+ (function (OfferingType) {
963
+ OfferingType["NO_UPFRONT"] = "NO_UPFRONT";
964
+ })(OfferingType || (OfferingType = {}));
965
+ export var ReservationCodec;
966
+ (function (ReservationCodec) {
967
+ ReservationCodec["AUDIO"] = "AUDIO";
968
+ ReservationCodec["AVC"] = "AVC";
969
+ ReservationCodec["HEVC"] = "HEVC";
970
+ ReservationCodec["LINK"] = "LINK";
971
+ ReservationCodec["MPEG2"] = "MPEG2";
972
+ })(ReservationCodec || (ReservationCodec = {}));
973
+ export var ReservationMaximumBitrate;
974
+ (function (ReservationMaximumBitrate) {
975
+ ReservationMaximumBitrate["MAX_10_MBPS"] = "MAX_10_MBPS";
976
+ ReservationMaximumBitrate["MAX_20_MBPS"] = "MAX_20_MBPS";
977
+ ReservationMaximumBitrate["MAX_50_MBPS"] = "MAX_50_MBPS";
978
+ })(ReservationMaximumBitrate || (ReservationMaximumBitrate = {}));
979
+ export var ReservationMaximumFramerate;
980
+ (function (ReservationMaximumFramerate) {
981
+ ReservationMaximumFramerate["MAX_30_FPS"] = "MAX_30_FPS";
982
+ ReservationMaximumFramerate["MAX_60_FPS"] = "MAX_60_FPS";
983
+ })(ReservationMaximumFramerate || (ReservationMaximumFramerate = {}));
984
+ export var ReservationResolution;
985
+ (function (ReservationResolution) {
986
+ ReservationResolution["FHD"] = "FHD";
987
+ ReservationResolution["HD"] = "HD";
988
+ ReservationResolution["SD"] = "SD";
989
+ ReservationResolution["UHD"] = "UHD";
990
+ })(ReservationResolution || (ReservationResolution = {}));
991
+ export var ReservationResourceType;
992
+ (function (ReservationResourceType) {
993
+ ReservationResourceType["CHANNEL"] = "CHANNEL";
994
+ ReservationResourceType["INPUT"] = "INPUT";
995
+ ReservationResourceType["MULTIPLEX"] = "MULTIPLEX";
996
+ ReservationResourceType["OUTPUT"] = "OUTPUT";
997
+ })(ReservationResourceType || (ReservationResourceType = {}));
998
+ export var ReservationSpecialFeature;
999
+ (function (ReservationSpecialFeature) {
1000
+ ReservationSpecialFeature["ADVANCED_AUDIO"] = "ADVANCED_AUDIO";
1001
+ ReservationSpecialFeature["AUDIO_NORMALIZATION"] = "AUDIO_NORMALIZATION";
1002
+ ReservationSpecialFeature["MGHD"] = "MGHD";
1003
+ ReservationSpecialFeature["MGUHD"] = "MGUHD";
1004
+ })(ReservationSpecialFeature || (ReservationSpecialFeature = {}));
1005
+ export var ReservationVideoQuality;
1006
+ (function (ReservationVideoQuality) {
1007
+ ReservationVideoQuality["ENHANCED"] = "ENHANCED";
1008
+ ReservationVideoQuality["PREMIUM"] = "PREMIUM";
1009
+ ReservationVideoQuality["STANDARD"] = "STANDARD";
1010
+ })(ReservationVideoQuality || (ReservationVideoQuality = {}));
1011
+ export var ReservationResourceSpecification;
1012
+ (function (ReservationResourceSpecification) {
1013
+ ReservationResourceSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1014
+ })(ReservationResourceSpecification || (ReservationResourceSpecification = {}));
1015
+ export var Offering;
1016
+ (function (Offering) {
1017
+ Offering.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1018
+ })(Offering || (Offering = {}));
1019
+ export var M2tsAbsentInputAudioBehavior;
1020
+ (function (M2tsAbsentInputAudioBehavior) {
1021
+ M2tsAbsentInputAudioBehavior["DROP"] = "DROP";
1022
+ M2tsAbsentInputAudioBehavior["ENCODE_SILENCE"] = "ENCODE_SILENCE";
1023
+ })(M2tsAbsentInputAudioBehavior || (M2tsAbsentInputAudioBehavior = {}));
1024
+ export var M2tsArib;
1025
+ (function (M2tsArib) {
1026
+ M2tsArib["DISABLED"] = "DISABLED";
1027
+ M2tsArib["ENABLED"] = "ENABLED";
1028
+ })(M2tsArib || (M2tsArib = {}));
1029
+ export var M2tsAribCaptionsPidControl;
1030
+ (function (M2tsAribCaptionsPidControl) {
1031
+ M2tsAribCaptionsPidControl["AUTO"] = "AUTO";
1032
+ M2tsAribCaptionsPidControl["USE_CONFIGURED"] = "USE_CONFIGURED";
1033
+ })(M2tsAribCaptionsPidControl || (M2tsAribCaptionsPidControl = {}));
1034
+ export var M2tsAudioBufferModel;
1035
+ (function (M2tsAudioBufferModel) {
1036
+ M2tsAudioBufferModel["ATSC"] = "ATSC";
1037
+ M2tsAudioBufferModel["DVB"] = "DVB";
1038
+ })(M2tsAudioBufferModel || (M2tsAudioBufferModel = {}));
1039
+ export var M2tsAudioStreamType;
1040
+ (function (M2tsAudioStreamType) {
1041
+ M2tsAudioStreamType["ATSC"] = "ATSC";
1042
+ M2tsAudioStreamType["DVB"] = "DVB";
1043
+ })(M2tsAudioStreamType || (M2tsAudioStreamType = {}));
1044
+ export var M2tsBufferModel;
1045
+ (function (M2tsBufferModel) {
1046
+ M2tsBufferModel["MULTIPLEX"] = "MULTIPLEX";
1047
+ M2tsBufferModel["NONE"] = "NONE";
1048
+ })(M2tsBufferModel || (M2tsBufferModel = {}));
1049
+ export var M2tsCcDescriptor;
1050
+ (function (M2tsCcDescriptor) {
1051
+ M2tsCcDescriptor["DISABLED"] = "DISABLED";
1052
+ M2tsCcDescriptor["ENABLED"] = "ENABLED";
1053
+ })(M2tsCcDescriptor || (M2tsCcDescriptor = {}));
1054
+ export var DvbNitSettings;
1055
+ (function (DvbNitSettings) {
1056
+ DvbNitSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1057
+ })(DvbNitSettings || (DvbNitSettings = {}));
1058
+ export var DvbSdtOutputSdt;
1059
+ (function (DvbSdtOutputSdt) {
1060
+ DvbSdtOutputSdt["SDT_FOLLOW"] = "SDT_FOLLOW";
1061
+ DvbSdtOutputSdt["SDT_FOLLOW_IF_PRESENT"] = "SDT_FOLLOW_IF_PRESENT";
1062
+ DvbSdtOutputSdt["SDT_MANUAL"] = "SDT_MANUAL";
1063
+ DvbSdtOutputSdt["SDT_NONE"] = "SDT_NONE";
1064
+ })(DvbSdtOutputSdt || (DvbSdtOutputSdt = {}));
1065
+ export var DvbSdtSettings;
1066
+ (function (DvbSdtSettings) {
1067
+ DvbSdtSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1068
+ })(DvbSdtSettings || (DvbSdtSettings = {}));
1069
+ export var DvbTdtSettings;
1070
+ (function (DvbTdtSettings) {
1071
+ DvbTdtSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1072
+ })(DvbTdtSettings || (DvbTdtSettings = {}));
1073
+ export var M2tsEbifControl;
1074
+ (function (M2tsEbifControl) {
1075
+ M2tsEbifControl["NONE"] = "NONE";
1076
+ M2tsEbifControl["PASSTHROUGH"] = "PASSTHROUGH";
1077
+ })(M2tsEbifControl || (M2tsEbifControl = {}));
1078
+ export var M2tsAudioInterval;
1079
+ (function (M2tsAudioInterval) {
1080
+ M2tsAudioInterval["VIDEO_AND_FIXED_INTERVALS"] = "VIDEO_AND_FIXED_INTERVALS";
1081
+ M2tsAudioInterval["VIDEO_INTERVAL"] = "VIDEO_INTERVAL";
1082
+ })(M2tsAudioInterval || (M2tsAudioInterval = {}));
1083
+ export var M2tsEbpPlacement;
1084
+ (function (M2tsEbpPlacement) {
1085
+ M2tsEbpPlacement["VIDEO_AND_AUDIO_PIDS"] = "VIDEO_AND_AUDIO_PIDS";
1086
+ M2tsEbpPlacement["VIDEO_PID"] = "VIDEO_PID";
1087
+ })(M2tsEbpPlacement || (M2tsEbpPlacement = {}));
1088
+ export var M2tsEsRateInPes;
1089
+ (function (M2tsEsRateInPes) {
1090
+ M2tsEsRateInPes["EXCLUDE"] = "EXCLUDE";
1091
+ M2tsEsRateInPes["INCLUDE"] = "INCLUDE";
1092
+ })(M2tsEsRateInPes || (M2tsEsRateInPes = {}));
1093
+ export var M2tsKlv;
1094
+ (function (M2tsKlv) {
1095
+ M2tsKlv["NONE"] = "NONE";
1096
+ M2tsKlv["PASSTHROUGH"] = "PASSTHROUGH";
1097
+ })(M2tsKlv || (M2tsKlv = {}));
1098
+ export var M2tsNielsenId3Behavior;
1099
+ (function (M2tsNielsenId3Behavior) {
1100
+ M2tsNielsenId3Behavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
1101
+ M2tsNielsenId3Behavior["PASSTHROUGH"] = "PASSTHROUGH";
1102
+ })(M2tsNielsenId3Behavior || (M2tsNielsenId3Behavior = {}));
1103
+ export var M2tsPcrControl;
1104
+ (function (M2tsPcrControl) {
1105
+ M2tsPcrControl["CONFIGURED_PCR_PERIOD"] = "CONFIGURED_PCR_PERIOD";
1106
+ M2tsPcrControl["PCR_EVERY_PES_PACKET"] = "PCR_EVERY_PES_PACKET";
1107
+ })(M2tsPcrControl || (M2tsPcrControl = {}));
1108
+ export var M2tsRateMode;
1109
+ (function (M2tsRateMode) {
1110
+ M2tsRateMode["CBR"] = "CBR";
1111
+ M2tsRateMode["VBR"] = "VBR";
1112
+ })(M2tsRateMode || (M2tsRateMode = {}));
1113
+ export var M2tsScte35Control;
1114
+ (function (M2tsScte35Control) {
1115
+ M2tsScte35Control["NONE"] = "NONE";
1116
+ M2tsScte35Control["PASSTHROUGH"] = "PASSTHROUGH";
1117
+ })(M2tsScte35Control || (M2tsScte35Control = {}));
1118
+ export var M2tsSegmentationMarkers;
1119
+ (function (M2tsSegmentationMarkers) {
1120
+ M2tsSegmentationMarkers["EBP"] = "EBP";
1121
+ M2tsSegmentationMarkers["EBP_LEGACY"] = "EBP_LEGACY";
1122
+ M2tsSegmentationMarkers["NONE"] = "NONE";
1123
+ M2tsSegmentationMarkers["PSI_SEGSTART"] = "PSI_SEGSTART";
1124
+ M2tsSegmentationMarkers["RAI_ADAPT"] = "RAI_ADAPT";
1125
+ M2tsSegmentationMarkers["RAI_SEGSTART"] = "RAI_SEGSTART";
1126
+ })(M2tsSegmentationMarkers || (M2tsSegmentationMarkers = {}));
1127
+ export var M2tsSegmentationStyle;
1128
+ (function (M2tsSegmentationStyle) {
1129
+ M2tsSegmentationStyle["MAINTAIN_CADENCE"] = "MAINTAIN_CADENCE";
1130
+ M2tsSegmentationStyle["RESET_CADENCE"] = "RESET_CADENCE";
1131
+ })(M2tsSegmentationStyle || (M2tsSegmentationStyle = {}));
1132
+ export var M2tsTimedMetadataBehavior;
1133
+ (function (M2tsTimedMetadataBehavior) {
1134
+ M2tsTimedMetadataBehavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
1135
+ M2tsTimedMetadataBehavior["PASSTHROUGH"] = "PASSTHROUGH";
1136
+ })(M2tsTimedMetadataBehavior || (M2tsTimedMetadataBehavior = {}));
1137
+ export var M2tsSettings;
1138
+ (function (M2tsSettings) {
1139
+ M2tsSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1140
+ })(M2tsSettings || (M2tsSettings = {}));
1141
+ export var RawSettings;
1142
+ (function (RawSettings) {
1143
+ RawSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1144
+ })(RawSettings || (RawSettings = {}));
1145
+ export var ArchiveContainerSettings;
1146
+ (function (ArchiveContainerSettings) {
1147
+ ArchiveContainerSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1148
+ })(ArchiveContainerSettings || (ArchiveContainerSettings = {}));
1149
+ export var ArchiveOutputSettings;
1150
+ (function (ArchiveOutputSettings) {
1151
+ ArchiveOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1152
+ })(ArchiveOutputSettings || (ArchiveOutputSettings = {}));
1153
+ export var FrameCaptureOutputSettings;
1154
+ (function (FrameCaptureOutputSettings) {
1155
+ FrameCaptureOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1156
+ })(FrameCaptureOutputSettings || (FrameCaptureOutputSettings = {}));
1157
+ export var HlsH265PackagingType;
1158
+ (function (HlsH265PackagingType) {
1159
+ HlsH265PackagingType["HEV1"] = "HEV1";
1160
+ HlsH265PackagingType["HVC1"] = "HVC1";
1161
+ })(HlsH265PackagingType || (HlsH265PackagingType = {}));
1162
+ export var AudioOnlyHlsTrackType;
1163
+ (function (AudioOnlyHlsTrackType) {
1164
+ AudioOnlyHlsTrackType["ALTERNATE_AUDIO_AUTO_SELECT"] = "ALTERNATE_AUDIO_AUTO_SELECT";
1165
+ AudioOnlyHlsTrackType["ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT"] = "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT";
1166
+ AudioOnlyHlsTrackType["ALTERNATE_AUDIO_NOT_AUTO_SELECT"] = "ALTERNATE_AUDIO_NOT_AUTO_SELECT";
1167
+ AudioOnlyHlsTrackType["AUDIO_ONLY_VARIANT_STREAM"] = "AUDIO_ONLY_VARIANT_STREAM";
1168
+ })(AudioOnlyHlsTrackType || (AudioOnlyHlsTrackType = {}));
1169
+ export var AudioOnlyHlsSegmentType;
1170
+ (function (AudioOnlyHlsSegmentType) {
1171
+ AudioOnlyHlsSegmentType["AAC"] = "AAC";
1172
+ AudioOnlyHlsSegmentType["FMP4"] = "FMP4";
1173
+ })(AudioOnlyHlsSegmentType || (AudioOnlyHlsSegmentType = {}));
1174
+ export var AudioOnlyHlsSettings;
1175
+ (function (AudioOnlyHlsSettings) {
1176
+ AudioOnlyHlsSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1177
+ })(AudioOnlyHlsSettings || (AudioOnlyHlsSettings = {}));
1178
+ export var Fmp4NielsenId3Behavior;
1179
+ (function (Fmp4NielsenId3Behavior) {
1180
+ Fmp4NielsenId3Behavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
1181
+ Fmp4NielsenId3Behavior["PASSTHROUGH"] = "PASSTHROUGH";
1182
+ })(Fmp4NielsenId3Behavior || (Fmp4NielsenId3Behavior = {}));
1183
+ export var Fmp4TimedMetadataBehavior;
1184
+ (function (Fmp4TimedMetadataBehavior) {
1185
+ Fmp4TimedMetadataBehavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
1186
+ Fmp4TimedMetadataBehavior["PASSTHROUGH"] = "PASSTHROUGH";
1187
+ })(Fmp4TimedMetadataBehavior || (Fmp4TimedMetadataBehavior = {}));
1188
+ export var Fmp4HlsSettings;
1189
+ (function (Fmp4HlsSettings) {
1190
+ Fmp4HlsSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1191
+ })(Fmp4HlsSettings || (Fmp4HlsSettings = {}));
1192
+ export var FrameCaptureHlsSettings;
1193
+ (function (FrameCaptureHlsSettings) {
1194
+ FrameCaptureHlsSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1195
+ })(FrameCaptureHlsSettings || (FrameCaptureHlsSettings = {}));
1196
+ export var M3u8NielsenId3Behavior;
1197
+ (function (M3u8NielsenId3Behavior) {
1198
+ M3u8NielsenId3Behavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
1199
+ M3u8NielsenId3Behavior["PASSTHROUGH"] = "PASSTHROUGH";
1200
+ })(M3u8NielsenId3Behavior || (M3u8NielsenId3Behavior = {}));
1201
+ export var M3u8PcrControl;
1202
+ (function (M3u8PcrControl) {
1203
+ M3u8PcrControl["CONFIGURED_PCR_PERIOD"] = "CONFIGURED_PCR_PERIOD";
1204
+ M3u8PcrControl["PCR_EVERY_PES_PACKET"] = "PCR_EVERY_PES_PACKET";
1205
+ })(M3u8PcrControl || (M3u8PcrControl = {}));
1206
+ export var M3u8Scte35Behavior;
1207
+ (function (M3u8Scte35Behavior) {
1208
+ M3u8Scte35Behavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
1209
+ M3u8Scte35Behavior["PASSTHROUGH"] = "PASSTHROUGH";
1210
+ })(M3u8Scte35Behavior || (M3u8Scte35Behavior = {}));
1211
+ export var M3u8TimedMetadataBehavior;
1212
+ (function (M3u8TimedMetadataBehavior) {
1213
+ M3u8TimedMetadataBehavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
1214
+ M3u8TimedMetadataBehavior["PASSTHROUGH"] = "PASSTHROUGH";
1215
+ })(M3u8TimedMetadataBehavior || (M3u8TimedMetadataBehavior = {}));
1216
+ export var M3u8Settings;
1217
+ (function (M3u8Settings) {
1218
+ M3u8Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1219
+ })(M3u8Settings || (M3u8Settings = {}));
1220
+ export var StandardHlsSettings;
1221
+ (function (StandardHlsSettings) {
1222
+ StandardHlsSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1223
+ })(StandardHlsSettings || (StandardHlsSettings = {}));
1224
+ export var HlsSettings;
1225
+ (function (HlsSettings) {
1226
+ HlsSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1227
+ })(HlsSettings || (HlsSettings = {}));
1228
+ export var HlsOutputSettings;
1229
+ (function (HlsOutputSettings) {
1230
+ HlsOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1231
+ })(HlsOutputSettings || (HlsOutputSettings = {}));
1232
+ export var MediaPackageOutputSettings;
1233
+ (function (MediaPackageOutputSettings) {
1234
+ MediaPackageOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1235
+ })(MediaPackageOutputSettings || (MediaPackageOutputSettings = {}));
1236
+ export var MsSmoothH265PackagingType;
1237
+ (function (MsSmoothH265PackagingType) {
1238
+ MsSmoothH265PackagingType["HEV1"] = "HEV1";
1239
+ MsSmoothH265PackagingType["HVC1"] = "HVC1";
1240
+ })(MsSmoothH265PackagingType || (MsSmoothH265PackagingType = {}));
1241
+ export var MsSmoothOutputSettings;
1242
+ (function (MsSmoothOutputSettings) {
1243
+ MsSmoothOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1244
+ })(MsSmoothOutputSettings || (MsSmoothOutputSettings = {}));
1245
+ export var OutputLocationRef;
1246
+ (function (OutputLocationRef) {
1247
+ OutputLocationRef.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1248
+ })(OutputLocationRef || (OutputLocationRef = {}));
1249
+ export var MultiplexOutputSettings;
1250
+ (function (MultiplexOutputSettings) {
1251
+ MultiplexOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1252
+ })(MultiplexOutputSettings || (MultiplexOutputSettings = {}));
1253
+ export var RtmpOutputCertificateMode;
1254
+ (function (RtmpOutputCertificateMode) {
1255
+ RtmpOutputCertificateMode["SELF_SIGNED"] = "SELF_SIGNED";
1256
+ RtmpOutputCertificateMode["VERIFY_AUTHENTICITY"] = "VERIFY_AUTHENTICITY";
1257
+ })(RtmpOutputCertificateMode || (RtmpOutputCertificateMode = {}));
1258
+ export var RtmpOutputSettings;
1259
+ (function (RtmpOutputSettings) {
1260
+ RtmpOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1261
+ })(RtmpOutputSettings || (RtmpOutputSettings = {}));
1262
+ export var UdpContainerSettings;
1263
+ (function (UdpContainerSettings) {
1264
+ UdpContainerSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1265
+ })(UdpContainerSettings || (UdpContainerSettings = {}));
1266
+ export var FecOutputIncludeFec;
1267
+ (function (FecOutputIncludeFec) {
1268
+ FecOutputIncludeFec["COLUMN"] = "COLUMN";
1269
+ FecOutputIncludeFec["COLUMN_AND_ROW"] = "COLUMN_AND_ROW";
1270
+ })(FecOutputIncludeFec || (FecOutputIncludeFec = {}));
1271
+ export var FecOutputSettings;
1272
+ (function (FecOutputSettings) {
1273
+ FecOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1274
+ })(FecOutputSettings || (FecOutputSettings = {}));
1275
+ export var UdpOutputSettings;
1276
+ (function (UdpOutputSettings) {
1277
+ UdpOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1278
+ })(UdpOutputSettings || (UdpOutputSettings = {}));
1279
+ export var OutputSettings;
1280
+ (function (OutputSettings) {
1281
+ OutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1282
+ })(OutputSettings || (OutputSettings = {}));
1283
+ export var Output;
1284
+ (function (Output) {
1285
+ Output.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1286
+ })(Output || (Output = {}));
1287
+ export var S3CannedAcl;
1288
+ (function (S3CannedAcl) {
1289
+ S3CannedAcl["AUTHENTICATED_READ"] = "AUTHENTICATED_READ";
1290
+ S3CannedAcl["BUCKET_OWNER_FULL_CONTROL"] = "BUCKET_OWNER_FULL_CONTROL";
1291
+ S3CannedAcl["BUCKET_OWNER_READ"] = "BUCKET_OWNER_READ";
1292
+ S3CannedAcl["PUBLIC_READ"] = "PUBLIC_READ";
1293
+ })(S3CannedAcl || (S3CannedAcl = {}));
1294
+ export var ArchiveS3Settings;
1295
+ (function (ArchiveS3Settings) {
1296
+ ArchiveS3Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1297
+ })(ArchiveS3Settings || (ArchiveS3Settings = {}));
1298
+ export var ArchiveCdnSettings;
1299
+ (function (ArchiveCdnSettings) {
1300
+ ArchiveCdnSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1301
+ })(ArchiveCdnSettings || (ArchiveCdnSettings = {}));
1302
+ export var ArchiveGroupSettings;
1303
+ (function (ArchiveGroupSettings) {
1304
+ ArchiveGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1305
+ })(ArchiveGroupSettings || (ArchiveGroupSettings = {}));
1306
+ export var FrameCaptureS3Settings;
1307
+ (function (FrameCaptureS3Settings) {
1308
+ FrameCaptureS3Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1309
+ })(FrameCaptureS3Settings || (FrameCaptureS3Settings = {}));
1310
+ export var FrameCaptureCdnSettings;
1311
+ (function (FrameCaptureCdnSettings) {
1312
+ FrameCaptureCdnSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1313
+ })(FrameCaptureCdnSettings || (FrameCaptureCdnSettings = {}));
1314
+ export var FrameCaptureGroupSettings;
1315
+ (function (FrameCaptureGroupSettings) {
1316
+ FrameCaptureGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1317
+ })(FrameCaptureGroupSettings || (FrameCaptureGroupSettings = {}));
1318
+ export var HlsCaptionLanguageSetting;
1319
+ (function (HlsCaptionLanguageSetting) {
1320
+ HlsCaptionLanguageSetting["INSERT"] = "INSERT";
1321
+ HlsCaptionLanguageSetting["NONE"] = "NONE";
1322
+ HlsCaptionLanguageSetting["OMIT"] = "OMIT";
1323
+ })(HlsCaptionLanguageSetting || (HlsCaptionLanguageSetting = {}));
1324
+ export var HlsClientCache;
1325
+ (function (HlsClientCache) {
1326
+ HlsClientCache["DISABLED"] = "DISABLED";
1327
+ HlsClientCache["ENABLED"] = "ENABLED";
1328
+ })(HlsClientCache || (HlsClientCache = {}));
1329
+ export var HlsCodecSpecification;
1330
+ (function (HlsCodecSpecification) {
1331
+ HlsCodecSpecification["RFC_4281"] = "RFC_4281";
1332
+ HlsCodecSpecification["RFC_6381"] = "RFC_6381";
1333
+ })(HlsCodecSpecification || (HlsCodecSpecification = {}));
1334
+ export var HlsDirectoryStructure;
1335
+ (function (HlsDirectoryStructure) {
1336
+ HlsDirectoryStructure["SINGLE_DIRECTORY"] = "SINGLE_DIRECTORY";
1337
+ HlsDirectoryStructure["SUBDIRECTORY_PER_STREAM"] = "SUBDIRECTORY_PER_STREAM";
1338
+ })(HlsDirectoryStructure || (HlsDirectoryStructure = {}));
1339
+ export var HlsDiscontinuityTags;
1340
+ (function (HlsDiscontinuityTags) {
1341
+ HlsDiscontinuityTags["INSERT"] = "INSERT";
1342
+ HlsDiscontinuityTags["NEVER_INSERT"] = "NEVER_INSERT";
1343
+ })(HlsDiscontinuityTags || (HlsDiscontinuityTags = {}));
1344
+ export var HlsEncryptionType;
1345
+ (function (HlsEncryptionType) {
1346
+ HlsEncryptionType["AES128"] = "AES128";
1347
+ HlsEncryptionType["SAMPLE_AES"] = "SAMPLE_AES";
1348
+ })(HlsEncryptionType || (HlsEncryptionType = {}));
1349
+ export var HlsAkamaiHttpTransferMode;
1350
+ (function (HlsAkamaiHttpTransferMode) {
1351
+ HlsAkamaiHttpTransferMode["CHUNKED"] = "CHUNKED";
1352
+ HlsAkamaiHttpTransferMode["NON_CHUNKED"] = "NON_CHUNKED";
1353
+ })(HlsAkamaiHttpTransferMode || (HlsAkamaiHttpTransferMode = {}));
1354
+ export var HlsAkamaiSettings;
1355
+ (function (HlsAkamaiSettings) {
1356
+ HlsAkamaiSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1357
+ })(HlsAkamaiSettings || (HlsAkamaiSettings = {}));
1358
+ export var HlsBasicPutSettings;
1359
+ (function (HlsBasicPutSettings) {
1360
+ HlsBasicPutSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1361
+ })(HlsBasicPutSettings || (HlsBasicPutSettings = {}));
1362
+ export var HlsMediaStoreStorageClass;
1363
+ (function (HlsMediaStoreStorageClass) {
1364
+ HlsMediaStoreStorageClass["TEMPORAL"] = "TEMPORAL";
1365
+ })(HlsMediaStoreStorageClass || (HlsMediaStoreStorageClass = {}));
1366
+ export var HlsMediaStoreSettings;
1367
+ (function (HlsMediaStoreSettings) {
1368
+ HlsMediaStoreSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1369
+ })(HlsMediaStoreSettings || (HlsMediaStoreSettings = {}));
1370
+ export var HlsS3Settings;
1371
+ (function (HlsS3Settings) {
1372
+ HlsS3Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1373
+ })(HlsS3Settings || (HlsS3Settings = {}));
1374
+ export var HlsWebdavHttpTransferMode;
1375
+ (function (HlsWebdavHttpTransferMode) {
1376
+ HlsWebdavHttpTransferMode["CHUNKED"] = "CHUNKED";
1377
+ HlsWebdavHttpTransferMode["NON_CHUNKED"] = "NON_CHUNKED";
1378
+ })(HlsWebdavHttpTransferMode || (HlsWebdavHttpTransferMode = {}));
1379
+ export var HlsWebdavSettings;
1380
+ (function (HlsWebdavSettings) {
1381
+ HlsWebdavSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1382
+ })(HlsWebdavSettings || (HlsWebdavSettings = {}));
1383
+ export var HlsCdnSettings;
1384
+ (function (HlsCdnSettings) {
1385
+ HlsCdnSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1386
+ })(HlsCdnSettings || (HlsCdnSettings = {}));
1387
+ export var HlsId3SegmentTaggingState;
1388
+ (function (HlsId3SegmentTaggingState) {
1389
+ HlsId3SegmentTaggingState["DISABLED"] = "DISABLED";
1390
+ HlsId3SegmentTaggingState["ENABLED"] = "ENABLED";
1391
+ })(HlsId3SegmentTaggingState || (HlsId3SegmentTaggingState = {}));
1392
+ export var IFrameOnlyPlaylistType;
1393
+ (function (IFrameOnlyPlaylistType) {
1394
+ IFrameOnlyPlaylistType["DISABLED"] = "DISABLED";
1395
+ IFrameOnlyPlaylistType["STANDARD"] = "STANDARD";
1396
+ })(IFrameOnlyPlaylistType || (IFrameOnlyPlaylistType = {}));
1397
+ export var HlsIncompleteSegmentBehavior;
1398
+ (function (HlsIncompleteSegmentBehavior) {
1399
+ HlsIncompleteSegmentBehavior["AUTO"] = "AUTO";
1400
+ HlsIncompleteSegmentBehavior["SUPPRESS"] = "SUPPRESS";
1401
+ })(HlsIncompleteSegmentBehavior || (HlsIncompleteSegmentBehavior = {}));
1402
+ export var InputLossActionForHlsOut;
1403
+ (function (InputLossActionForHlsOut) {
1404
+ InputLossActionForHlsOut["EMIT_OUTPUT"] = "EMIT_OUTPUT";
1405
+ InputLossActionForHlsOut["PAUSE_OUTPUT"] = "PAUSE_OUTPUT";
1406
+ })(InputLossActionForHlsOut || (InputLossActionForHlsOut = {}));
1407
+ export var HlsIvInManifest;
1408
+ (function (HlsIvInManifest) {
1409
+ HlsIvInManifest["EXCLUDE"] = "EXCLUDE";
1410
+ HlsIvInManifest["INCLUDE"] = "INCLUDE";
1411
+ })(HlsIvInManifest || (HlsIvInManifest = {}));
1412
+ export var HlsIvSource;
1413
+ (function (HlsIvSource) {
1414
+ HlsIvSource["EXPLICIT"] = "EXPLICIT";
1415
+ HlsIvSource["FOLLOWS_SEGMENT_NUMBER"] = "FOLLOWS_SEGMENT_NUMBER";
1416
+ })(HlsIvSource || (HlsIvSource = {}));
1417
+ export var StaticKeySettings;
1418
+ (function (StaticKeySettings) {
1419
+ StaticKeySettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1420
+ })(StaticKeySettings || (StaticKeySettings = {}));
1421
+ export var KeyProviderSettings;
1422
+ (function (KeyProviderSettings) {
1423
+ KeyProviderSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1424
+ })(KeyProviderSettings || (KeyProviderSettings = {}));
1425
+ export var HlsManifestCompression;
1426
+ (function (HlsManifestCompression) {
1427
+ HlsManifestCompression["GZIP"] = "GZIP";
1428
+ HlsManifestCompression["NONE"] = "NONE";
1429
+ })(HlsManifestCompression || (HlsManifestCompression = {}));
1430
+ export var HlsManifestDurationFormat;
1431
+ (function (HlsManifestDurationFormat) {
1432
+ HlsManifestDurationFormat["FLOATING_POINT"] = "FLOATING_POINT";
1433
+ HlsManifestDurationFormat["INTEGER"] = "INTEGER";
1434
+ })(HlsManifestDurationFormat || (HlsManifestDurationFormat = {}));
1435
+ export var HlsMode;
1436
+ (function (HlsMode) {
1437
+ HlsMode["LIVE"] = "LIVE";
1438
+ HlsMode["VOD"] = "VOD";
1439
+ })(HlsMode || (HlsMode = {}));
1440
+ export var HlsOutputSelection;
1441
+ (function (HlsOutputSelection) {
1442
+ HlsOutputSelection["MANIFESTS_AND_SEGMENTS"] = "MANIFESTS_AND_SEGMENTS";
1443
+ HlsOutputSelection["SEGMENTS_ONLY"] = "SEGMENTS_ONLY";
1444
+ HlsOutputSelection["VARIANT_MANIFESTS_AND_SEGMENTS"] = "VARIANT_MANIFESTS_AND_SEGMENTS";
1445
+ })(HlsOutputSelection || (HlsOutputSelection = {}));
1446
+ export var HlsProgramDateTime;
1447
+ (function (HlsProgramDateTime) {
1448
+ HlsProgramDateTime["EXCLUDE"] = "EXCLUDE";
1449
+ HlsProgramDateTime["INCLUDE"] = "INCLUDE";
1450
+ })(HlsProgramDateTime || (HlsProgramDateTime = {}));
1451
+ export var HlsRedundantManifest;
1452
+ (function (HlsRedundantManifest) {
1453
+ HlsRedundantManifest["DISABLED"] = "DISABLED";
1454
+ HlsRedundantManifest["ENABLED"] = "ENABLED";
1455
+ })(HlsRedundantManifest || (HlsRedundantManifest = {}));
1456
+ export var HlsSegmentationMode;
1457
+ (function (HlsSegmentationMode) {
1458
+ HlsSegmentationMode["USE_INPUT_SEGMENTATION"] = "USE_INPUT_SEGMENTATION";
1459
+ HlsSegmentationMode["USE_SEGMENT_DURATION"] = "USE_SEGMENT_DURATION";
1460
+ })(HlsSegmentationMode || (HlsSegmentationMode = {}));
1461
+ export var HlsStreamInfResolution;
1462
+ (function (HlsStreamInfResolution) {
1463
+ HlsStreamInfResolution["EXCLUDE"] = "EXCLUDE";
1464
+ HlsStreamInfResolution["INCLUDE"] = "INCLUDE";
1465
+ })(HlsStreamInfResolution || (HlsStreamInfResolution = {}));
1466
+ export var HlsTimedMetadataId3Frame;
1467
+ (function (HlsTimedMetadataId3Frame) {
1468
+ HlsTimedMetadataId3Frame["NONE"] = "NONE";
1469
+ HlsTimedMetadataId3Frame["PRIV"] = "PRIV";
1470
+ HlsTimedMetadataId3Frame["TDRL"] = "TDRL";
1471
+ })(HlsTimedMetadataId3Frame || (HlsTimedMetadataId3Frame = {}));
1472
+ export var HlsTsFileMode;
1473
+ (function (HlsTsFileMode) {
1474
+ HlsTsFileMode["SEGMENTED_FILES"] = "SEGMENTED_FILES";
1475
+ HlsTsFileMode["SINGLE_FILE"] = "SINGLE_FILE";
1476
+ })(HlsTsFileMode || (HlsTsFileMode = {}));
1477
+ export var HlsGroupSettings;
1478
+ (function (HlsGroupSettings) {
1479
+ HlsGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1480
+ })(HlsGroupSettings || (HlsGroupSettings = {}));
1481
+ export var MediaPackageGroupSettings;
1482
+ (function (MediaPackageGroupSettings) {
1483
+ MediaPackageGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1484
+ })(MediaPackageGroupSettings || (MediaPackageGroupSettings = {}));