@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,4778 @@
1
+ /**
2
+ * Input Channel Level
3
+ */
4
+ export interface InputChannelLevel {
5
+ /**
6
+ * Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.
7
+ */
8
+ Gain: number | undefined;
9
+ /**
10
+ * The index of the input channel used as a source.
11
+ */
12
+ InputChannel: number | undefined;
13
+ }
14
+ export declare namespace InputChannelLevel {
15
+ /**
16
+ * @internal
17
+ */
18
+ const filterSensitiveLog: (obj: InputChannelLevel) => any;
19
+ }
20
+ /**
21
+ * Audio Channel Mapping
22
+ */
23
+ export interface AudioChannelMapping {
24
+ /**
25
+ * Indices and gain values for each input channel that should be remixed into this output channel.
26
+ */
27
+ InputChannelLevels: InputChannelLevel[] | undefined;
28
+ /**
29
+ * The index of the output channel being produced.
30
+ */
31
+ OutputChannel: number | undefined;
32
+ }
33
+ export declare namespace AudioChannelMapping {
34
+ /**
35
+ * @internal
36
+ */
37
+ const filterSensitiveLog: (obj: AudioChannelMapping) => any;
38
+ }
39
+ export declare enum AudioNormalizationAlgorithm {
40
+ ITU_1770_1 = "ITU_1770_1",
41
+ ITU_1770_2 = "ITU_1770_2"
42
+ }
43
+ export declare enum AudioNormalizationAlgorithmControl {
44
+ CORRECT_AUDIO = "CORRECT_AUDIO"
45
+ }
46
+ /**
47
+ * Audio Normalization Settings
48
+ */
49
+ export interface AudioNormalizationSettings {
50
+ /**
51
+ * Audio normalization algorithm to use. itu17701 conforms to the CALM Act specification, itu17702 conforms to the EBU R-128 specification.
52
+ */
53
+ Algorithm?: AudioNormalizationAlgorithm | string;
54
+ /**
55
+ * When set to correctAudio the output audio is corrected using the chosen algorithm. If set to measureOnly, the audio will be measured but not adjusted.
56
+ */
57
+ AlgorithmControl?: AudioNormalizationAlgorithmControl | string;
58
+ /**
59
+ * Target LKFS(loudness) to adjust volume to. If no value is entered, a default value will be used according to the chosen algorithm. The CALM Act (1770-1) recommends a target of -24 LKFS. The EBU R-128 specification (1770-2) recommends a target of -23 LKFS.
60
+ */
61
+ TargetLkfs?: number;
62
+ }
63
+ export declare namespace AudioNormalizationSettings {
64
+ /**
65
+ * @internal
66
+ */
67
+ const filterSensitiveLog: (obj: AudioNormalizationSettings) => any;
68
+ }
69
+ export declare enum AudioType {
70
+ CLEAN_EFFECTS = "CLEAN_EFFECTS",
71
+ HEARING_IMPAIRED = "HEARING_IMPAIRED",
72
+ UNDEFINED = "UNDEFINED",
73
+ VISUAL_IMPAIRED_COMMENTARY = "VISUAL_IMPAIRED_COMMENTARY"
74
+ }
75
+ export declare enum AudioDescriptionAudioTypeControl {
76
+ FOLLOW_INPUT = "FOLLOW_INPUT",
77
+ USE_CONFIGURED = "USE_CONFIGURED"
78
+ }
79
+ export declare enum NielsenWatermarksCbetStepaside {
80
+ DISABLED = "DISABLED",
81
+ ENABLED = "ENABLED"
82
+ }
83
+ /**
84
+ * Nielsen CBET
85
+ */
86
+ export interface NielsenCBET {
87
+ /**
88
+ * Enter the CBET check digits to use in the watermark.
89
+ */
90
+ CbetCheckDigitString: string | undefined;
91
+ /**
92
+ * Determines the method of CBET insertion mode when prior encoding is detected on the same layer.
93
+ */
94
+ CbetStepaside: NielsenWatermarksCbetStepaside | string | undefined;
95
+ /**
96
+ * Enter the CBET Source ID (CSID) to use in the watermark
97
+ */
98
+ Csid: string | undefined;
99
+ }
100
+ export declare namespace NielsenCBET {
101
+ /**
102
+ * @internal
103
+ */
104
+ const filterSensitiveLog: (obj: NielsenCBET) => any;
105
+ }
106
+ export declare enum NielsenWatermarksDistributionTypes {
107
+ FINAL_DISTRIBUTOR = "FINAL_DISTRIBUTOR",
108
+ PROGRAM_CONTENT = "PROGRAM_CONTENT"
109
+ }
110
+ /**
111
+ * Nielsen Naes Ii Nw
112
+ */
113
+ export interface NielsenNaesIiNw {
114
+ /**
115
+ * Enter the check digit string for the watermark
116
+ */
117
+ CheckDigitString: string | undefined;
118
+ /**
119
+ * Enter the Nielsen Source ID (SID) to include in the watermark
120
+ */
121
+ Sid: number | undefined;
122
+ }
123
+ export declare namespace NielsenNaesIiNw {
124
+ /**
125
+ * @internal
126
+ */
127
+ const filterSensitiveLog: (obj: NielsenNaesIiNw) => any;
128
+ }
129
+ /**
130
+ * Nielsen Watermarks Settings
131
+ */
132
+ export interface NielsenWatermarksSettings {
133
+ /**
134
+ * Complete these fields only if you want to insert watermarks of type Nielsen CBET
135
+ */
136
+ NielsenCbetSettings?: NielsenCBET;
137
+ /**
138
+ * Choose the distribution types that you want to assign to the watermarks:
139
+ * - PROGRAM_CONTENT
140
+ * - FINAL_DISTRIBUTOR
141
+ */
142
+ NielsenDistributionType?: NielsenWatermarksDistributionTypes | string;
143
+ /**
144
+ * Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).
145
+ */
146
+ NielsenNaesIiNwSettings?: NielsenNaesIiNw;
147
+ }
148
+ export declare namespace NielsenWatermarksSettings {
149
+ /**
150
+ * @internal
151
+ */
152
+ const filterSensitiveLog: (obj: NielsenWatermarksSettings) => any;
153
+ }
154
+ /**
155
+ * Audio Watermark Settings
156
+ */
157
+ export interface AudioWatermarkSettings {
158
+ /**
159
+ * Settings to configure Nielsen Watermarks in the audio encode
160
+ */
161
+ NielsenWatermarksSettings?: NielsenWatermarksSettings;
162
+ }
163
+ export declare namespace AudioWatermarkSettings {
164
+ /**
165
+ * @internal
166
+ */
167
+ const filterSensitiveLog: (obj: AudioWatermarkSettings) => any;
168
+ }
169
+ export declare enum AacCodingMode {
170
+ AD_RECEIVER_MIX = "AD_RECEIVER_MIX",
171
+ CODING_MODE_1_0 = "CODING_MODE_1_0",
172
+ CODING_MODE_1_1 = "CODING_MODE_1_1",
173
+ CODING_MODE_2_0 = "CODING_MODE_2_0",
174
+ CODING_MODE_5_1 = "CODING_MODE_5_1"
175
+ }
176
+ export declare enum AacInputType {
177
+ BROADCASTER_MIXED_AD = "BROADCASTER_MIXED_AD",
178
+ NORMAL = "NORMAL"
179
+ }
180
+ export declare enum AacProfile {
181
+ HEV1 = "HEV1",
182
+ HEV2 = "HEV2",
183
+ LC = "LC"
184
+ }
185
+ export declare enum AacRateControlMode {
186
+ CBR = "CBR",
187
+ VBR = "VBR"
188
+ }
189
+ export declare enum AacRawFormat {
190
+ LATM_LOAS = "LATM_LOAS",
191
+ NONE = "NONE"
192
+ }
193
+ export declare enum AacSpec {
194
+ MPEG2 = "MPEG2",
195
+ MPEG4 = "MPEG4"
196
+ }
197
+ export declare enum AacVbrQuality {
198
+ HIGH = "HIGH",
199
+ LOW = "LOW",
200
+ MEDIUM_HIGH = "MEDIUM_HIGH",
201
+ MEDIUM_LOW = "MEDIUM_LOW"
202
+ }
203
+ /**
204
+ * Aac Settings
205
+ */
206
+ export interface AacSettings {
207
+ /**
208
+ * Average bitrate in bits/second. Valid values depend on rate control mode and profile.
209
+ */
210
+ Bitrate?: number;
211
+ /**
212
+ * Mono, Stereo, or 5.1 channel layout. Valid values depend on rate control mode and profile. The adReceiverMix setting receives a stereo description plus control track and emits a mono AAC encode of the description track, with control data emitted in the PES header as per ETSI TS 101 154 Annex E.
213
+ */
214
+ CodingMode?: AacCodingMode | string;
215
+ /**
216
+ * Set to "broadcasterMixedAd" when input contains pre-mixed main audio + AD (narration) as a stereo pair. The Audio Type field (audioType) will be set to 3, which signals to downstream systems that this stream contains "broadcaster mixed AD". Note that the input received by the encoder must contain pre-mixed audio; the encoder does not perform the mixing. The values in audioTypeControl and audioType (in AudioDescription) are ignored when set to broadcasterMixedAd.
217
+ *
218
+ * Leave set to "normal" when input does not contain pre-mixed audio + AD.
219
+ */
220
+ InputType?: AacInputType | string;
221
+ /**
222
+ * AAC Profile.
223
+ */
224
+ Profile?: AacProfile | string;
225
+ /**
226
+ * Rate Control Mode.
227
+ */
228
+ RateControlMode?: AacRateControlMode | string;
229
+ /**
230
+ * Sets LATM / LOAS AAC output for raw containers.
231
+ */
232
+ RawFormat?: AacRawFormat | string;
233
+ /**
234
+ * Sample rate in Hz. Valid values depend on rate control mode and profile.
235
+ */
236
+ SampleRate?: number;
237
+ /**
238
+ * Use MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.
239
+ */
240
+ Spec?: AacSpec | string;
241
+ /**
242
+ * VBR Quality Level - Only used if rateControlMode is VBR.
243
+ */
244
+ VbrQuality?: AacVbrQuality | string;
245
+ }
246
+ export declare namespace AacSettings {
247
+ /**
248
+ * @internal
249
+ */
250
+ const filterSensitiveLog: (obj: AacSettings) => any;
251
+ }
252
+ export declare enum Ac3BitstreamMode {
253
+ COMMENTARY = "COMMENTARY",
254
+ COMPLETE_MAIN = "COMPLETE_MAIN",
255
+ DIALOGUE = "DIALOGUE",
256
+ EMERGENCY = "EMERGENCY",
257
+ HEARING_IMPAIRED = "HEARING_IMPAIRED",
258
+ MUSIC_AND_EFFECTS = "MUSIC_AND_EFFECTS",
259
+ VISUALLY_IMPAIRED = "VISUALLY_IMPAIRED",
260
+ VOICE_OVER = "VOICE_OVER"
261
+ }
262
+ export declare enum Ac3CodingMode {
263
+ CODING_MODE_1_0 = "CODING_MODE_1_0",
264
+ CODING_MODE_1_1 = "CODING_MODE_1_1",
265
+ CODING_MODE_2_0 = "CODING_MODE_2_0",
266
+ CODING_MODE_3_2_LFE = "CODING_MODE_3_2_LFE"
267
+ }
268
+ export declare enum Ac3DrcProfile {
269
+ FILM_STANDARD = "FILM_STANDARD",
270
+ NONE = "NONE"
271
+ }
272
+ export declare enum Ac3LfeFilter {
273
+ DISABLED = "DISABLED",
274
+ ENABLED = "ENABLED"
275
+ }
276
+ export declare enum Ac3MetadataControl {
277
+ FOLLOW_INPUT = "FOLLOW_INPUT",
278
+ USE_CONFIGURED = "USE_CONFIGURED"
279
+ }
280
+ /**
281
+ * Ac3 Settings
282
+ */
283
+ export interface Ac3Settings {
284
+ /**
285
+ * Average bitrate in bits/second. Valid bitrates depend on the coding mode.
286
+ */
287
+ Bitrate?: number;
288
+ /**
289
+ * Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. See ATSC A/52-2012 for background on these values.
290
+ */
291
+ BitstreamMode?: Ac3BitstreamMode | string;
292
+ /**
293
+ * Dolby Digital coding mode. Determines number of channels.
294
+ */
295
+ CodingMode?: Ac3CodingMode | string;
296
+ /**
297
+ * Sets the dialnorm for the output. If excluded and input audio is Dolby Digital, dialnorm will be passed through.
298
+ */
299
+ Dialnorm?: number;
300
+ /**
301
+ * If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.
302
+ */
303
+ DrcProfile?: Ac3DrcProfile | string;
304
+ /**
305
+ * When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid in codingMode32Lfe mode.
306
+ */
307
+ LfeFilter?: Ac3LfeFilter | string;
308
+ /**
309
+ * When set to "followInput", encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.
310
+ */
311
+ MetadataControl?: Ac3MetadataControl | string;
312
+ }
313
+ export declare namespace Ac3Settings {
314
+ /**
315
+ * @internal
316
+ */
317
+ const filterSensitiveLog: (obj: Ac3Settings) => any;
318
+ }
319
+ export declare enum Eac3AttenuationControl {
320
+ ATTENUATE_3_DB = "ATTENUATE_3_DB",
321
+ NONE = "NONE"
322
+ }
323
+ export declare enum Eac3BitstreamMode {
324
+ COMMENTARY = "COMMENTARY",
325
+ COMPLETE_MAIN = "COMPLETE_MAIN",
326
+ EMERGENCY = "EMERGENCY",
327
+ HEARING_IMPAIRED = "HEARING_IMPAIRED",
328
+ VISUALLY_IMPAIRED = "VISUALLY_IMPAIRED"
329
+ }
330
+ export declare enum Eac3CodingMode {
331
+ CODING_MODE_1_0 = "CODING_MODE_1_0",
332
+ CODING_MODE_2_0 = "CODING_MODE_2_0",
333
+ CODING_MODE_3_2 = "CODING_MODE_3_2"
334
+ }
335
+ export declare enum Eac3DcFilter {
336
+ DISABLED = "DISABLED",
337
+ ENABLED = "ENABLED"
338
+ }
339
+ export declare enum Eac3DrcLine {
340
+ FILM_LIGHT = "FILM_LIGHT",
341
+ FILM_STANDARD = "FILM_STANDARD",
342
+ MUSIC_LIGHT = "MUSIC_LIGHT",
343
+ MUSIC_STANDARD = "MUSIC_STANDARD",
344
+ NONE = "NONE",
345
+ SPEECH = "SPEECH"
346
+ }
347
+ export declare enum Eac3DrcRf {
348
+ FILM_LIGHT = "FILM_LIGHT",
349
+ FILM_STANDARD = "FILM_STANDARD",
350
+ MUSIC_LIGHT = "MUSIC_LIGHT",
351
+ MUSIC_STANDARD = "MUSIC_STANDARD",
352
+ NONE = "NONE",
353
+ SPEECH = "SPEECH"
354
+ }
355
+ export declare enum Eac3LfeControl {
356
+ LFE = "LFE",
357
+ NO_LFE = "NO_LFE"
358
+ }
359
+ export declare enum Eac3LfeFilter {
360
+ DISABLED = "DISABLED",
361
+ ENABLED = "ENABLED"
362
+ }
363
+ export declare enum Eac3MetadataControl {
364
+ FOLLOW_INPUT = "FOLLOW_INPUT",
365
+ USE_CONFIGURED = "USE_CONFIGURED"
366
+ }
367
+ export declare enum Eac3PassthroughControl {
368
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
369
+ WHEN_POSSIBLE = "WHEN_POSSIBLE"
370
+ }
371
+ export declare enum Eac3PhaseControl {
372
+ NO_SHIFT = "NO_SHIFT",
373
+ SHIFT_90_DEGREES = "SHIFT_90_DEGREES"
374
+ }
375
+ export declare enum Eac3StereoDownmix {
376
+ DPL2 = "DPL2",
377
+ LO_RO = "LO_RO",
378
+ LT_RT = "LT_RT",
379
+ NOT_INDICATED = "NOT_INDICATED"
380
+ }
381
+ export declare enum Eac3SurroundExMode {
382
+ DISABLED = "DISABLED",
383
+ ENABLED = "ENABLED",
384
+ NOT_INDICATED = "NOT_INDICATED"
385
+ }
386
+ export declare enum Eac3SurroundMode {
387
+ DISABLED = "DISABLED",
388
+ ENABLED = "ENABLED",
389
+ NOT_INDICATED = "NOT_INDICATED"
390
+ }
391
+ /**
392
+ * Eac3 Settings
393
+ */
394
+ export interface Eac3Settings {
395
+ /**
396
+ * When set to attenuate3Db, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode.
397
+ */
398
+ AttenuationControl?: Eac3AttenuationControl | string;
399
+ /**
400
+ * Average bitrate in bits/second. Valid bitrates depend on the coding mode.
401
+ */
402
+ Bitrate?: number;
403
+ /**
404
+ * Specifies the bitstream mode (bsmod) for the emitted E-AC-3 stream. See ATSC A/52-2012 (Annex E) for background on these values.
405
+ */
406
+ BitstreamMode?: Eac3BitstreamMode | string;
407
+ /**
408
+ * Dolby Digital Plus coding mode. Determines number of channels.
409
+ */
410
+ CodingMode?: Eac3CodingMode | string;
411
+ /**
412
+ * When set to enabled, activates a DC highpass filter for all input channels.
413
+ */
414
+ DcFilter?: Eac3DcFilter | string;
415
+ /**
416
+ * Sets the dialnorm for the output. If blank and input audio is Dolby Digital Plus, dialnorm will be passed through.
417
+ */
418
+ Dialnorm?: number;
419
+ /**
420
+ * Sets the Dolby dynamic range compression profile.
421
+ */
422
+ DrcLine?: Eac3DrcLine | string;
423
+ /**
424
+ * Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.
425
+ */
426
+ DrcRf?: Eac3DrcRf | string;
427
+ /**
428
+ * When encoding 3/2 audio, setting to lfe enables the LFE channel
429
+ */
430
+ LfeControl?: Eac3LfeControl | string;
431
+ /**
432
+ * When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with codingMode32 coding mode.
433
+ */
434
+ LfeFilter?: Eac3LfeFilter | string;
435
+ /**
436
+ * Left only/Right only center mix level. Only used for 3/2 coding mode.
437
+ */
438
+ LoRoCenterMixLevel?: number;
439
+ /**
440
+ * Left only/Right only surround mix level. Only used for 3/2 coding mode.
441
+ */
442
+ LoRoSurroundMixLevel?: number;
443
+ /**
444
+ * Left total/Right total center mix level. Only used for 3/2 coding mode.
445
+ */
446
+ LtRtCenterMixLevel?: number;
447
+ /**
448
+ * Left total/Right total surround mix level. Only used for 3/2 coding mode.
449
+ */
450
+ LtRtSurroundMixLevel?: number;
451
+ /**
452
+ * When set to followInput, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.
453
+ */
454
+ MetadataControl?: Eac3MetadataControl | string;
455
+ /**
456
+ * When set to whenPossible, input DD+ audio will be passed through if it is present on the input. This detection is dynamic over the life of the transcode. Inputs that alternate between DD+ and non-DD+ content will have a consistent DD+ output as the system alternates between passthrough and encoding.
457
+ */
458
+ PassthroughControl?: Eac3PassthroughControl | string;
459
+ /**
460
+ * When set to shift90Degrees, applies a 90-degree phase shift to the surround channels. Only used for 3/2 coding mode.
461
+ */
462
+ PhaseControl?: Eac3PhaseControl | string;
463
+ /**
464
+ * Stereo downmix preference. Only used for 3/2 coding mode.
465
+ */
466
+ StereoDownmix?: Eac3StereoDownmix | string;
467
+ /**
468
+ * When encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.
469
+ */
470
+ SurroundExMode?: Eac3SurroundExMode | string;
471
+ /**
472
+ * When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.
473
+ */
474
+ SurroundMode?: Eac3SurroundMode | string;
475
+ }
476
+ export declare namespace Eac3Settings {
477
+ /**
478
+ * @internal
479
+ */
480
+ const filterSensitiveLog: (obj: Eac3Settings) => any;
481
+ }
482
+ export declare enum Mp2CodingMode {
483
+ CODING_MODE_1_0 = "CODING_MODE_1_0",
484
+ CODING_MODE_2_0 = "CODING_MODE_2_0"
485
+ }
486
+ /**
487
+ * Mp2 Settings
488
+ */
489
+ export interface Mp2Settings {
490
+ /**
491
+ * Average bitrate in bits/second.
492
+ */
493
+ Bitrate?: number;
494
+ /**
495
+ * The MPEG2 Audio coding mode. Valid values are codingMode10 (for mono) or codingMode20 (for stereo).
496
+ */
497
+ CodingMode?: Mp2CodingMode | string;
498
+ /**
499
+ * Sample rate in Hz.
500
+ */
501
+ SampleRate?: number;
502
+ }
503
+ export declare namespace Mp2Settings {
504
+ /**
505
+ * @internal
506
+ */
507
+ const filterSensitiveLog: (obj: Mp2Settings) => any;
508
+ }
509
+ /**
510
+ * Pass Through Settings
511
+ */
512
+ export interface PassThroughSettings {
513
+ }
514
+ export declare namespace PassThroughSettings {
515
+ /**
516
+ * @internal
517
+ */
518
+ const filterSensitiveLog: (obj: PassThroughSettings) => any;
519
+ }
520
+ export declare enum WavCodingMode {
521
+ CODING_MODE_1_0 = "CODING_MODE_1_0",
522
+ CODING_MODE_2_0 = "CODING_MODE_2_0",
523
+ CODING_MODE_4_0 = "CODING_MODE_4_0",
524
+ CODING_MODE_8_0 = "CODING_MODE_8_0"
525
+ }
526
+ /**
527
+ * Wav Settings
528
+ */
529
+ export interface WavSettings {
530
+ /**
531
+ * Bits per sample.
532
+ */
533
+ BitDepth?: number;
534
+ /**
535
+ * The audio coding mode for the WAV audio. The mode determines the number of channels in the audio.
536
+ */
537
+ CodingMode?: WavCodingMode | string;
538
+ /**
539
+ * Sample rate in Hz.
540
+ */
541
+ SampleRate?: number;
542
+ }
543
+ export declare namespace WavSettings {
544
+ /**
545
+ * @internal
546
+ */
547
+ const filterSensitiveLog: (obj: WavSettings) => any;
548
+ }
549
+ /**
550
+ * Audio Codec Settings
551
+ */
552
+ export interface AudioCodecSettings {
553
+ /**
554
+ * Aac Settings
555
+ */
556
+ AacSettings?: AacSettings;
557
+ /**
558
+ * Ac3 Settings
559
+ */
560
+ Ac3Settings?: Ac3Settings;
561
+ /**
562
+ * Eac3 Settings
563
+ */
564
+ Eac3Settings?: Eac3Settings;
565
+ /**
566
+ * Mp2 Settings
567
+ */
568
+ Mp2Settings?: Mp2Settings;
569
+ /**
570
+ * Pass Through Settings
571
+ */
572
+ PassThroughSettings?: PassThroughSettings;
573
+ /**
574
+ * Wav Settings
575
+ */
576
+ WavSettings?: WavSettings;
577
+ }
578
+ export declare namespace AudioCodecSettings {
579
+ /**
580
+ * @internal
581
+ */
582
+ const filterSensitiveLog: (obj: AudioCodecSettings) => any;
583
+ }
584
+ export declare enum AudioDescriptionLanguageCodeControl {
585
+ FOLLOW_INPUT = "FOLLOW_INPUT",
586
+ USE_CONFIGURED = "USE_CONFIGURED"
587
+ }
588
+ /**
589
+ * Remix Settings
590
+ */
591
+ export interface RemixSettings {
592
+ /**
593
+ * Mapping of input channels to output channels, with appropriate gain adjustments.
594
+ */
595
+ ChannelMappings: AudioChannelMapping[] | undefined;
596
+ /**
597
+ * Number of input channels to be used.
598
+ */
599
+ ChannelsIn?: number;
600
+ /**
601
+ * Number of output channels to be produced.
602
+ * Valid values: 1, 2, 4, 6, 8
603
+ */
604
+ ChannelsOut?: number;
605
+ }
606
+ export declare namespace RemixSettings {
607
+ /**
608
+ * @internal
609
+ */
610
+ const filterSensitiveLog: (obj: RemixSettings) => any;
611
+ }
612
+ /**
613
+ * Audio Description
614
+ */
615
+ export interface AudioDescription {
616
+ /**
617
+ * Advanced audio normalization settings.
618
+ */
619
+ AudioNormalizationSettings?: AudioNormalizationSettings;
620
+ /**
621
+ * The name of the AudioSelector used as the source for this AudioDescription.
622
+ */
623
+ AudioSelectorName: string | undefined;
624
+ /**
625
+ * Applies only if audioTypeControl is useConfigured. The values for audioType are defined in ISO-IEC 13818-1.
626
+ */
627
+ AudioType?: AudioType | string;
628
+ /**
629
+ * Determines how audio type is determined.
630
+ * followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output.
631
+ * useConfigured: The value in Audio Type is included in the output.
632
+ * Note that this field and audioType are both ignored if inputType is broadcasterMixedAd.
633
+ */
634
+ AudioTypeControl?: AudioDescriptionAudioTypeControl | string;
635
+ /**
636
+ * Settings to configure one or more solutions that insert audio watermarks in the audio encode
637
+ */
638
+ AudioWatermarkingSettings?: AudioWatermarkSettings;
639
+ /**
640
+ * Audio codec settings.
641
+ */
642
+ CodecSettings?: AudioCodecSettings;
643
+ /**
644
+ * RFC 5646 language code representing the language of the audio output track. Only used if languageControlMode is useConfigured, or there is no ISO 639 language code specified in the input.
645
+ */
646
+ LanguageCode?: string;
647
+ /**
648
+ * Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input. The languageCode will be used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input.
649
+ */
650
+ LanguageCodeControl?: AudioDescriptionLanguageCodeControl | string;
651
+ /**
652
+ * The name of this AudioDescription. Outputs will use this name to uniquely identify this AudioDescription. Description names should be unique within this Live Event.
653
+ */
654
+ Name: string | undefined;
655
+ /**
656
+ * Settings that control how input audio channels are remixed into the output audio channels.
657
+ */
658
+ RemixSettings?: RemixSettings;
659
+ /**
660
+ * Used for MS Smooth and Apple HLS outputs. Indicates the name displayed by the player (eg. English, or Director Commentary).
661
+ */
662
+ StreamName?: string;
663
+ }
664
+ export declare namespace AudioDescription {
665
+ /**
666
+ * @internal
667
+ */
668
+ const filterSensitiveLog: (obj: AudioDescription) => any;
669
+ }
670
+ /**
671
+ * Audio Hls Rendition Selection
672
+ */
673
+ export interface AudioHlsRenditionSelection {
674
+ /**
675
+ * Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.
676
+ */
677
+ GroupId: string | undefined;
678
+ /**
679
+ * Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.
680
+ */
681
+ Name: string | undefined;
682
+ }
683
+ export declare namespace AudioHlsRenditionSelection {
684
+ /**
685
+ * @internal
686
+ */
687
+ const filterSensitiveLog: (obj: AudioHlsRenditionSelection) => any;
688
+ }
689
+ export declare enum AudioLanguageSelectionPolicy {
690
+ LOOSE = "LOOSE",
691
+ STRICT = "STRICT"
692
+ }
693
+ /**
694
+ * Audio Language Selection
695
+ */
696
+ export interface AudioLanguageSelection {
697
+ /**
698
+ * Selects a specific three-letter language code from within an audio source.
699
+ */
700
+ LanguageCode: string | undefined;
701
+ /**
702
+ * When set to "strict", the transport stream demux strictly identifies audio streams by their language descriptor. If a PMT update occurs such that an audio stream matching the initially selected language is no longer present then mute will be encoded until the language returns. If "loose", then on a PMT update the demux will choose another audio stream in the program with the same stream type if it can't find one with the same language.
703
+ */
704
+ LanguageSelectionPolicy?: AudioLanguageSelectionPolicy | string;
705
+ }
706
+ export declare namespace AudioLanguageSelection {
707
+ /**
708
+ * @internal
709
+ */
710
+ const filterSensitiveLog: (obj: AudioLanguageSelection) => any;
711
+ }
712
+ /**
713
+ * Audio Pid Selection
714
+ */
715
+ export interface AudioPidSelection {
716
+ /**
717
+ * Selects a specific PID from within a source.
718
+ */
719
+ Pid: number | undefined;
720
+ }
721
+ export declare namespace AudioPidSelection {
722
+ /**
723
+ * @internal
724
+ */
725
+ const filterSensitiveLog: (obj: AudioPidSelection) => any;
726
+ }
727
+ /**
728
+ * Audio Track
729
+ */
730
+ export interface AudioTrack {
731
+ /**
732
+ * 1-based integer value that maps to a specific audio track
733
+ */
734
+ Track: number | undefined;
735
+ }
736
+ export declare namespace AudioTrack {
737
+ /**
738
+ * @internal
739
+ */
740
+ const filterSensitiveLog: (obj: AudioTrack) => any;
741
+ }
742
+ /**
743
+ * Audio Track Selection
744
+ */
745
+ export interface AudioTrackSelection {
746
+ /**
747
+ * Selects one or more unique audio tracks from within a source.
748
+ */
749
+ Tracks: AudioTrack[] | undefined;
750
+ }
751
+ export declare namespace AudioTrackSelection {
752
+ /**
753
+ * @internal
754
+ */
755
+ const filterSensitiveLog: (obj: AudioTrackSelection) => any;
756
+ }
757
+ /**
758
+ * Audio Selector Settings
759
+ */
760
+ export interface AudioSelectorSettings {
761
+ /**
762
+ * Audio Hls Rendition Selection
763
+ */
764
+ AudioHlsRenditionSelection?: AudioHlsRenditionSelection;
765
+ /**
766
+ * Audio Language Selection
767
+ */
768
+ AudioLanguageSelection?: AudioLanguageSelection;
769
+ /**
770
+ * Audio Pid Selection
771
+ */
772
+ AudioPidSelection?: AudioPidSelection;
773
+ /**
774
+ * Audio Track Selection
775
+ */
776
+ AudioTrackSelection?: AudioTrackSelection;
777
+ }
778
+ export declare namespace AudioSelectorSettings {
779
+ /**
780
+ * @internal
781
+ */
782
+ const filterSensitiveLog: (obj: AudioSelectorSettings) => any;
783
+ }
784
+ /**
785
+ * Audio Selector
786
+ */
787
+ export interface AudioSelector {
788
+ /**
789
+ * The name of this AudioSelector. AudioDescriptions will use this name to uniquely identify this Selector. Selector names should be unique per input.
790
+ */
791
+ Name: string | undefined;
792
+ /**
793
+ * The audio selector settings.
794
+ */
795
+ SelectorSettings?: AudioSelectorSettings;
796
+ }
797
+ export declare namespace AudioSelector {
798
+ /**
799
+ * @internal
800
+ */
801
+ const filterSensitiveLog: (obj: AudioSelector) => any;
802
+ }
803
+ /**
804
+ * Details from a failed operation
805
+ */
806
+ export interface BatchFailedResultModel {
807
+ /**
808
+ * ARN of the resource
809
+ */
810
+ Arn?: string;
811
+ /**
812
+ * Error code for the failed operation
813
+ */
814
+ Code?: string;
815
+ /**
816
+ * ID of the resource
817
+ */
818
+ Id?: string;
819
+ /**
820
+ * Error message for the failed operation
821
+ */
822
+ Message?: string;
823
+ }
824
+ export declare namespace BatchFailedResultModel {
825
+ /**
826
+ * @internal
827
+ */
828
+ const filterSensitiveLog: (obj: BatchFailedResultModel) => any;
829
+ }
830
+ /**
831
+ * Details from a successful operation
832
+ */
833
+ export interface BatchSuccessfulResultModel {
834
+ /**
835
+ * ARN of the resource
836
+ */
837
+ Arn?: string;
838
+ /**
839
+ * ID of the resource
840
+ */
841
+ Id?: string;
842
+ /**
843
+ * Current state of the resource
844
+ */
845
+ State?: string;
846
+ }
847
+ export declare namespace BatchSuccessfulResultModel {
848
+ /**
849
+ * @internal
850
+ */
851
+ const filterSensitiveLog: (obj: BatchSuccessfulResultModel) => any;
852
+ }
853
+ /**
854
+ * Arib Destination Settings
855
+ */
856
+ export interface AribDestinationSettings {
857
+ }
858
+ export declare namespace AribDestinationSettings {
859
+ /**
860
+ * @internal
861
+ */
862
+ const filterSensitiveLog: (obj: AribDestinationSettings) => any;
863
+ }
864
+ export declare enum BurnInAlignment {
865
+ CENTERED = "CENTERED",
866
+ LEFT = "LEFT",
867
+ SMART = "SMART"
868
+ }
869
+ export declare enum BurnInBackgroundColor {
870
+ BLACK = "BLACK",
871
+ NONE = "NONE",
872
+ WHITE = "WHITE"
873
+ }
874
+ /**
875
+ * Input Location
876
+ */
877
+ export interface InputLocation {
878
+ /**
879
+ * key used to extract the password from EC2 Parameter store
880
+ */
881
+ PasswordParam?: string;
882
+ /**
883
+ * Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: "rtmp://fmsserver/live".
884
+ */
885
+ Uri: string | undefined;
886
+ /**
887
+ * Documentation update needed
888
+ */
889
+ Username?: string;
890
+ }
891
+ export declare namespace InputLocation {
892
+ /**
893
+ * @internal
894
+ */
895
+ const filterSensitiveLog: (obj: InputLocation) => any;
896
+ }
897
+ export declare enum BurnInFontColor {
898
+ BLACK = "BLACK",
899
+ BLUE = "BLUE",
900
+ GREEN = "GREEN",
901
+ RED = "RED",
902
+ WHITE = "WHITE",
903
+ YELLOW = "YELLOW"
904
+ }
905
+ export declare enum BurnInOutlineColor {
906
+ BLACK = "BLACK",
907
+ BLUE = "BLUE",
908
+ GREEN = "GREEN",
909
+ RED = "RED",
910
+ WHITE = "WHITE",
911
+ YELLOW = "YELLOW"
912
+ }
913
+ export declare enum BurnInShadowColor {
914
+ BLACK = "BLACK",
915
+ NONE = "NONE",
916
+ WHITE = "WHITE"
917
+ }
918
+ export declare enum BurnInTeletextGridControl {
919
+ FIXED = "FIXED",
920
+ SCALED = "SCALED"
921
+ }
922
+ /**
923
+ * Burn In Destination Settings
924
+ */
925
+ export interface BurnInDestinationSettings {
926
+ /**
927
+ * If no explicit xPosition or yPosition is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates. Selecting "smart" justification will left-justify live subtitles and center-justify pre-recorded subtitles. All burn-in and DVB-Sub font settings must match.
928
+ */
929
+ Alignment?: BurnInAlignment | string;
930
+ /**
931
+ * Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must match.
932
+ */
933
+ BackgroundColor?: BurnInBackgroundColor | string;
934
+ /**
935
+ * Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter out is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
936
+ */
937
+ BackgroundOpacity?: number;
938
+ /**
939
+ * External font file used for caption burn-in. File extension must be 'ttf' or 'tte'. Although the user can select output fonts for many different types of input captions, embedded, STL and teletext sources use a strict grid system. Using external fonts with these caption sources could cause unexpected display of proportional fonts. All burn-in and DVB-Sub font settings must match.
940
+ */
941
+ Font?: InputLocation;
942
+ /**
943
+ * Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
944
+ */
945
+ FontColor?: BurnInFontColor | string;
946
+ /**
947
+ * Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.
948
+ */
949
+ FontOpacity?: number;
950
+ /**
951
+ * Font resolution in DPI (dots per inch); default is 96 dpi. All burn-in and DVB-Sub font settings must match.
952
+ */
953
+ FontResolution?: number;
954
+ /**
955
+ * When set to 'auto' fontSize will scale depending on the size of the output. Giving a positive integer will specify the exact font size in points. All burn-in and DVB-Sub font settings must match.
956
+ */
957
+ FontSize?: string;
958
+ /**
959
+ * Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
960
+ */
961
+ OutlineColor?: BurnInOutlineColor | string;
962
+ /**
963
+ * Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
964
+ */
965
+ OutlineSize?: number;
966
+ /**
967
+ * Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub font settings must match.
968
+ */
969
+ ShadowColor?: BurnInShadowColor | string;
970
+ /**
971
+ * Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving this parameter out is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
972
+ */
973
+ ShadowOpacity?: number;
974
+ /**
975
+ * Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.
976
+ */
977
+ ShadowXOffset?: number;
978
+ /**
979
+ * Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.
980
+ */
981
+ ShadowYOffset?: number;
982
+ /**
983
+ * Controls whether a fixed grid size will be used to generate the output subtitles bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs.
984
+ */
985
+ TeletextGridControl?: BurnInTeletextGridControl | string;
986
+ /**
987
+ * Specifies the horizontal position of the caption relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal caption position will be determined by the alignment parameter. All burn-in and DVB-Sub font settings must match.
988
+ */
989
+ XPosition?: number;
990
+ /**
991
+ * Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the caption will be positioned towards the bottom of the output. All burn-in and DVB-Sub font settings must match.
992
+ */
993
+ YPosition?: number;
994
+ }
995
+ export declare namespace BurnInDestinationSettings {
996
+ /**
997
+ * @internal
998
+ */
999
+ const filterSensitiveLog: (obj: BurnInDestinationSettings) => any;
1000
+ }
1001
+ export declare enum DvbSubDestinationAlignment {
1002
+ CENTERED = "CENTERED",
1003
+ LEFT = "LEFT",
1004
+ SMART = "SMART"
1005
+ }
1006
+ export declare enum DvbSubDestinationBackgroundColor {
1007
+ BLACK = "BLACK",
1008
+ NONE = "NONE",
1009
+ WHITE = "WHITE"
1010
+ }
1011
+ export declare enum DvbSubDestinationFontColor {
1012
+ BLACK = "BLACK",
1013
+ BLUE = "BLUE",
1014
+ GREEN = "GREEN",
1015
+ RED = "RED",
1016
+ WHITE = "WHITE",
1017
+ YELLOW = "YELLOW"
1018
+ }
1019
+ export declare enum DvbSubDestinationOutlineColor {
1020
+ BLACK = "BLACK",
1021
+ BLUE = "BLUE",
1022
+ GREEN = "GREEN",
1023
+ RED = "RED",
1024
+ WHITE = "WHITE",
1025
+ YELLOW = "YELLOW"
1026
+ }
1027
+ export declare enum DvbSubDestinationShadowColor {
1028
+ BLACK = "BLACK",
1029
+ NONE = "NONE",
1030
+ WHITE = "WHITE"
1031
+ }
1032
+ export declare enum DvbSubDestinationTeletextGridControl {
1033
+ FIXED = "FIXED",
1034
+ SCALED = "SCALED"
1035
+ }
1036
+ /**
1037
+ * Dvb Sub Destination Settings
1038
+ */
1039
+ export interface DvbSubDestinationSettings {
1040
+ /**
1041
+ * If no explicit xPosition or yPosition is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates. Selecting "smart" justification will left-justify live subtitles and center-justify pre-recorded subtitles. This option is not valid for source captions that are STL or 608/embedded. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
1042
+ */
1043
+ Alignment?: DvbSubDestinationAlignment | string;
1044
+ /**
1045
+ * Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must match.
1046
+ */
1047
+ BackgroundColor?: DvbSubDestinationBackgroundColor | string;
1048
+ /**
1049
+ * Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
1050
+ */
1051
+ BackgroundOpacity?: number;
1052
+ /**
1053
+ * External font file used for caption burn-in. File extension must be 'ttf' or 'tte'. Although the user can select output fonts for many different types of input captions, embedded, STL and teletext sources use a strict grid system. Using external fonts with these caption sources could cause unexpected display of proportional fonts. All burn-in and DVB-Sub font settings must match.
1054
+ */
1055
+ Font?: InputLocation;
1056
+ /**
1057
+ * Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
1058
+ */
1059
+ FontColor?: DvbSubDestinationFontColor | string;
1060
+ /**
1061
+ * Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.
1062
+ */
1063
+ FontOpacity?: number;
1064
+ /**
1065
+ * Font resolution in DPI (dots per inch); default is 96 dpi. All burn-in and DVB-Sub font settings must match.
1066
+ */
1067
+ FontResolution?: number;
1068
+ /**
1069
+ * When set to auto fontSize will scale depending on the size of the output. Giving a positive integer will specify the exact font size in points. All burn-in and DVB-Sub font settings must match.
1070
+ */
1071
+ FontSize?: string;
1072
+ /**
1073
+ * Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
1074
+ */
1075
+ OutlineColor?: DvbSubDestinationOutlineColor | string;
1076
+ /**
1077
+ * Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
1078
+ */
1079
+ OutlineSize?: number;
1080
+ /**
1081
+ * Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub font settings must match.
1082
+ */
1083
+ ShadowColor?: DvbSubDestinationShadowColor | string;
1084
+ /**
1085
+ * Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
1086
+ */
1087
+ ShadowOpacity?: number;
1088
+ /**
1089
+ * Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.
1090
+ */
1091
+ ShadowXOffset?: number;
1092
+ /**
1093
+ * Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.
1094
+ */
1095
+ ShadowYOffset?: number;
1096
+ /**
1097
+ * Controls whether a fixed grid size will be used to generate the output subtitles bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs.
1098
+ */
1099
+ TeletextGridControl?: DvbSubDestinationTeletextGridControl | string;
1100
+ /**
1101
+ * Specifies the horizontal position of the caption relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal caption position will be determined by the alignment parameter. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
1102
+ */
1103
+ XPosition?: number;
1104
+ /**
1105
+ * Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the caption will be positioned towards the bottom of the output. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
1106
+ */
1107
+ YPosition?: number;
1108
+ }
1109
+ export declare namespace DvbSubDestinationSettings {
1110
+ /**
1111
+ * @internal
1112
+ */
1113
+ const filterSensitiveLog: (obj: DvbSubDestinationSettings) => any;
1114
+ }
1115
+ export declare enum EbuTtDFillLineGapControl {
1116
+ DISABLED = "DISABLED",
1117
+ ENABLED = "ENABLED"
1118
+ }
1119
+ export declare enum EbuTtDDestinationStyleControl {
1120
+ EXCLUDE = "EXCLUDE",
1121
+ INCLUDE = "INCLUDE"
1122
+ }
1123
+ /**
1124
+ * Ebu Tt DDestination Settings
1125
+ */
1126
+ export interface EbuTtDDestinationSettings {
1127
+ /**
1128
+ * Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output. Complete this field if you want to include the name of the copyright holder in the copyright metadata tag in the TTML
1129
+ */
1130
+ CopyrightHolder?: string;
1131
+ /**
1132
+ * Specifies how to handle the gap between the lines (in multi-line captions).
1133
+ *
1134
+ * - enabled: Fill with the captions background color (as specified in the input captions).
1135
+ * - disabled: Leave the gap unfilled.
1136
+ */
1137
+ FillLineGap?: EbuTtDFillLineGapControl | string;
1138
+ /**
1139
+ * Specifies the font family to include in the font data attached to the EBU-TT captions. Valid only if styleControl is set to include. If you leave this field empty, the font family is set to "monospaced". (If styleControl is set to exclude, the font family is always set to "monospaced".)
1140
+ *
1141
+ * You specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100% to allow the downstream player to choose the size.
1142
+ *
1143
+ * - Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as “Arial”), or a generic font family (such as “serif”), or “default” (to let the downstream player choose the font).
1144
+ * - Leave blank to set the family to “monospace”.
1145
+ */
1146
+ FontFamily?: string;
1147
+ /**
1148
+ * Specifies the style information (font color, font position, and so on) to include in the font data that is attached to the EBU-TT captions.
1149
+ *
1150
+ * - include: Take the style information (font color, font position, and so on) from the source captions and include that information in the font data attached to the EBU-TT captions. This option is valid only if the source captions are Embedded or Teletext.
1151
+ * - exclude: In the font data attached to the EBU-TT captions, set the font family to "monospaced". Do not include any other style information.
1152
+ */
1153
+ StyleControl?: EbuTtDDestinationStyleControl | string;
1154
+ }
1155
+ export declare namespace EbuTtDDestinationSettings {
1156
+ /**
1157
+ * @internal
1158
+ */
1159
+ const filterSensitiveLog: (obj: EbuTtDDestinationSettings) => any;
1160
+ }
1161
+ /**
1162
+ * Embedded Destination Settings
1163
+ */
1164
+ export interface EmbeddedDestinationSettings {
1165
+ }
1166
+ export declare namespace EmbeddedDestinationSettings {
1167
+ /**
1168
+ * @internal
1169
+ */
1170
+ const filterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
1171
+ }
1172
+ /**
1173
+ * Embedded Plus Scte20 Destination Settings
1174
+ */
1175
+ export interface EmbeddedPlusScte20DestinationSettings {
1176
+ }
1177
+ export declare namespace EmbeddedPlusScte20DestinationSettings {
1178
+ /**
1179
+ * @internal
1180
+ */
1181
+ const filterSensitiveLog: (obj: EmbeddedPlusScte20DestinationSettings) => any;
1182
+ }
1183
+ /**
1184
+ * Rtmp Caption Info Destination Settings
1185
+ */
1186
+ export interface RtmpCaptionInfoDestinationSettings {
1187
+ }
1188
+ export declare namespace RtmpCaptionInfoDestinationSettings {
1189
+ /**
1190
+ * @internal
1191
+ */
1192
+ const filterSensitiveLog: (obj: RtmpCaptionInfoDestinationSettings) => any;
1193
+ }
1194
+ /**
1195
+ * Scte20 Plus Embedded Destination Settings
1196
+ */
1197
+ export interface Scte20PlusEmbeddedDestinationSettings {
1198
+ }
1199
+ export declare namespace Scte20PlusEmbeddedDestinationSettings {
1200
+ /**
1201
+ * @internal
1202
+ */
1203
+ const filterSensitiveLog: (obj: Scte20PlusEmbeddedDestinationSettings) => any;
1204
+ }
1205
+ /**
1206
+ * Scte27 Destination Settings
1207
+ */
1208
+ export interface Scte27DestinationSettings {
1209
+ }
1210
+ export declare namespace Scte27DestinationSettings {
1211
+ /**
1212
+ * @internal
1213
+ */
1214
+ const filterSensitiveLog: (obj: Scte27DestinationSettings) => any;
1215
+ }
1216
+ /**
1217
+ * Smpte Tt Destination Settings
1218
+ */
1219
+ export interface SmpteTtDestinationSettings {
1220
+ }
1221
+ export declare namespace SmpteTtDestinationSettings {
1222
+ /**
1223
+ * @internal
1224
+ */
1225
+ const filterSensitiveLog: (obj: SmpteTtDestinationSettings) => any;
1226
+ }
1227
+ /**
1228
+ * Teletext Destination Settings
1229
+ */
1230
+ export interface TeletextDestinationSettings {
1231
+ }
1232
+ export declare namespace TeletextDestinationSettings {
1233
+ /**
1234
+ * @internal
1235
+ */
1236
+ const filterSensitiveLog: (obj: TeletextDestinationSettings) => any;
1237
+ }
1238
+ export declare enum TtmlDestinationStyleControl {
1239
+ PASSTHROUGH = "PASSTHROUGH",
1240
+ USE_CONFIGURED = "USE_CONFIGURED"
1241
+ }
1242
+ /**
1243
+ * Ttml Destination Settings
1244
+ */
1245
+ export interface TtmlDestinationSettings {
1246
+ /**
1247
+ * When set to passthrough, passes through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.
1248
+ */
1249
+ StyleControl?: TtmlDestinationStyleControl | string;
1250
+ }
1251
+ export declare namespace TtmlDestinationSettings {
1252
+ /**
1253
+ * @internal
1254
+ */
1255
+ const filterSensitiveLog: (obj: TtmlDestinationSettings) => any;
1256
+ }
1257
+ export declare enum WebvttDestinationStyleControl {
1258
+ NO_STYLE_DATA = "NO_STYLE_DATA",
1259
+ PASSTHROUGH = "PASSTHROUGH"
1260
+ }
1261
+ /**
1262
+ * Webvtt Destination Settings
1263
+ */
1264
+ export interface WebvttDestinationSettings {
1265
+ /**
1266
+ * Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information.
1267
+ */
1268
+ StyleControl?: WebvttDestinationStyleControl | string;
1269
+ }
1270
+ export declare namespace WebvttDestinationSettings {
1271
+ /**
1272
+ * @internal
1273
+ */
1274
+ const filterSensitiveLog: (obj: WebvttDestinationSettings) => any;
1275
+ }
1276
+ /**
1277
+ * Caption Destination Settings
1278
+ */
1279
+ export interface CaptionDestinationSettings {
1280
+ /**
1281
+ * Arib Destination Settings
1282
+ */
1283
+ AribDestinationSettings?: AribDestinationSettings;
1284
+ /**
1285
+ * Burn In Destination Settings
1286
+ */
1287
+ BurnInDestinationSettings?: BurnInDestinationSettings;
1288
+ /**
1289
+ * Dvb Sub Destination Settings
1290
+ */
1291
+ DvbSubDestinationSettings?: DvbSubDestinationSettings;
1292
+ /**
1293
+ * Ebu Tt DDestination Settings
1294
+ */
1295
+ EbuTtDDestinationSettings?: EbuTtDDestinationSettings;
1296
+ /**
1297
+ * Embedded Destination Settings
1298
+ */
1299
+ EmbeddedDestinationSettings?: EmbeddedDestinationSettings;
1300
+ /**
1301
+ * Embedded Plus Scte20 Destination Settings
1302
+ */
1303
+ EmbeddedPlusScte20DestinationSettings?: EmbeddedPlusScte20DestinationSettings;
1304
+ /**
1305
+ * Rtmp Caption Info Destination Settings
1306
+ */
1307
+ RtmpCaptionInfoDestinationSettings?: RtmpCaptionInfoDestinationSettings;
1308
+ /**
1309
+ * Scte20 Plus Embedded Destination Settings
1310
+ */
1311
+ Scte20PlusEmbeddedDestinationSettings?: Scte20PlusEmbeddedDestinationSettings;
1312
+ /**
1313
+ * Scte27 Destination Settings
1314
+ */
1315
+ Scte27DestinationSettings?: Scte27DestinationSettings;
1316
+ /**
1317
+ * Smpte Tt Destination Settings
1318
+ */
1319
+ SmpteTtDestinationSettings?: SmpteTtDestinationSettings;
1320
+ /**
1321
+ * Teletext Destination Settings
1322
+ */
1323
+ TeletextDestinationSettings?: TeletextDestinationSettings;
1324
+ /**
1325
+ * Ttml Destination Settings
1326
+ */
1327
+ TtmlDestinationSettings?: TtmlDestinationSettings;
1328
+ /**
1329
+ * Webvtt Destination Settings
1330
+ */
1331
+ WebvttDestinationSettings?: WebvttDestinationSettings;
1332
+ }
1333
+ export declare namespace CaptionDestinationSettings {
1334
+ /**
1335
+ * @internal
1336
+ */
1337
+ const filterSensitiveLog: (obj: CaptionDestinationSettings) => any;
1338
+ }
1339
+ /**
1340
+ * Caption Description
1341
+ */
1342
+ export interface CaptionDescription {
1343
+ /**
1344
+ * Specifies which input caption selector to use as a caption source when generating output captions. This field should match a captionSelector name.
1345
+ */
1346
+ CaptionSelectorName: string | undefined;
1347
+ /**
1348
+ * Additional settings for captions destination that depend on the destination type.
1349
+ */
1350
+ DestinationSettings?: CaptionDestinationSettings;
1351
+ /**
1352
+ * ISO 639-2 three-digit code: http://www.loc.gov/standards/iso639-2/
1353
+ */
1354
+ LanguageCode?: string;
1355
+ /**
1356
+ * Human readable information to indicate captions available for players (eg. English, or Spanish).
1357
+ */
1358
+ LanguageDescription?: string;
1359
+ /**
1360
+ * Name of the caption description. Used to associate a caption description with an output. Names must be unique within an event.
1361
+ */
1362
+ Name: string | undefined;
1363
+ }
1364
+ export declare namespace CaptionDescription {
1365
+ /**
1366
+ * @internal
1367
+ */
1368
+ const filterSensitiveLog: (obj: CaptionDescription) => any;
1369
+ }
1370
+ /**
1371
+ * Maps a caption channel to an ISO 693-2 language code (http://www.loc.gov/standards/iso639-2), with an optional description.
1372
+ */
1373
+ export interface CaptionLanguageMapping {
1374
+ /**
1375
+ * The closed caption channel being described by this CaptionLanguageMapping. Each channel mapping must have a unique channel number (maximum of 4)
1376
+ */
1377
+ CaptionChannel: number | undefined;
1378
+ /**
1379
+ * Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)
1380
+ */
1381
+ LanguageCode: string | undefined;
1382
+ /**
1383
+ * Textual description of language
1384
+ */
1385
+ LanguageDescription: string | undefined;
1386
+ }
1387
+ export declare namespace CaptionLanguageMapping {
1388
+ /**
1389
+ * @internal
1390
+ */
1391
+ const filterSensitiveLog: (obj: CaptionLanguageMapping) => any;
1392
+ }
1393
+ /**
1394
+ * Ancillary Source Settings
1395
+ */
1396
+ export interface AncillarySourceSettings {
1397
+ /**
1398
+ * Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions. If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.
1399
+ */
1400
+ SourceAncillaryChannelNumber?: number;
1401
+ }
1402
+ export declare namespace AncillarySourceSettings {
1403
+ /**
1404
+ * @internal
1405
+ */
1406
+ const filterSensitiveLog: (obj: AncillarySourceSettings) => any;
1407
+ }
1408
+ /**
1409
+ * Arib Source Settings
1410
+ */
1411
+ export interface AribSourceSettings {
1412
+ }
1413
+ export declare namespace AribSourceSettings {
1414
+ /**
1415
+ * @internal
1416
+ */
1417
+ const filterSensitiveLog: (obj: AribSourceSettings) => any;
1418
+ }
1419
+ export declare enum DvbSubOcrLanguage {
1420
+ DEU = "DEU",
1421
+ ENG = "ENG",
1422
+ FRA = "FRA",
1423
+ NLD = "NLD",
1424
+ POR = "POR",
1425
+ SPA = "SPA"
1426
+ }
1427
+ /**
1428
+ * Dvb Sub Source Settings
1429
+ */
1430
+ export interface DvbSubSourceSettings {
1431
+ /**
1432
+ * If you will configure a WebVTT caption description that references this caption selector, use this field to
1433
+ * provide the language to consider when translating the image-based source to text.
1434
+ */
1435
+ OcrLanguage?: DvbSubOcrLanguage | string;
1436
+ /**
1437
+ * When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.
1438
+ */
1439
+ Pid?: number;
1440
+ }
1441
+ export declare namespace DvbSubSourceSettings {
1442
+ /**
1443
+ * @internal
1444
+ */
1445
+ const filterSensitiveLog: (obj: DvbSubSourceSettings) => any;
1446
+ }
1447
+ export declare enum EmbeddedConvert608To708 {
1448
+ DISABLED = "DISABLED",
1449
+ UPCONVERT = "UPCONVERT"
1450
+ }
1451
+ export declare enum EmbeddedScte20Detection {
1452
+ AUTO = "AUTO",
1453
+ OFF = "OFF"
1454
+ }
1455
+ /**
1456
+ * Embedded Source Settings
1457
+ */
1458
+ export interface EmbeddedSourceSettings {
1459
+ /**
1460
+ * If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.
1461
+ */
1462
+ Convert608To708?: EmbeddedConvert608To708 | string;
1463
+ /**
1464
+ * Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.
1465
+ */
1466
+ Scte20Detection?: EmbeddedScte20Detection | string;
1467
+ /**
1468
+ * Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.
1469
+ */
1470
+ Source608ChannelNumber?: number;
1471
+ /**
1472
+ * This field is unused and deprecated.
1473
+ */
1474
+ Source608TrackNumber?: number;
1475
+ }
1476
+ export declare namespace EmbeddedSourceSettings {
1477
+ /**
1478
+ * @internal
1479
+ */
1480
+ const filterSensitiveLog: (obj: EmbeddedSourceSettings) => any;
1481
+ }
1482
+ export declare enum Scte20Convert608To708 {
1483
+ DISABLED = "DISABLED",
1484
+ UPCONVERT = "UPCONVERT"
1485
+ }
1486
+ /**
1487
+ * Scte20 Source Settings
1488
+ */
1489
+ export interface Scte20SourceSettings {
1490
+ /**
1491
+ * If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.
1492
+ */
1493
+ Convert608To708?: Scte20Convert608To708 | string;
1494
+ /**
1495
+ * Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.
1496
+ */
1497
+ Source608ChannelNumber?: number;
1498
+ }
1499
+ export declare namespace Scte20SourceSettings {
1500
+ /**
1501
+ * @internal
1502
+ */
1503
+ const filterSensitiveLog: (obj: Scte20SourceSettings) => any;
1504
+ }
1505
+ export declare enum Scte27OcrLanguage {
1506
+ DEU = "DEU",
1507
+ ENG = "ENG",
1508
+ FRA = "FRA",
1509
+ NLD = "NLD",
1510
+ POR = "POR",
1511
+ SPA = "SPA"
1512
+ }
1513
+ /**
1514
+ * Scte27 Source Settings
1515
+ */
1516
+ export interface Scte27SourceSettings {
1517
+ /**
1518
+ * If you will configure a WebVTT caption description that references this caption selector, use this field to
1519
+ * provide the language to consider when translating the image-based source to text.
1520
+ */
1521
+ OcrLanguage?: Scte27OcrLanguage | string;
1522
+ /**
1523
+ * The pid field is used in conjunction with the caption selector languageCode field as follows:
1524
+ * - Specify PID and Language: Extracts captions from that PID; the language is "informational".
1525
+ * - Specify PID and omit Language: Extracts the specified PID.
1526
+ * - Omit PID and specify Language: Extracts the specified language, whichever PID that happens to be.
1527
+ * - Omit PID and omit Language: Valid only if source is DVB-Sub that is being passed through; all languages will be passed through.
1528
+ */
1529
+ Pid?: number;
1530
+ }
1531
+ export declare namespace Scte27SourceSettings {
1532
+ /**
1533
+ * @internal
1534
+ */
1535
+ const filterSensitiveLog: (obj: Scte27SourceSettings) => any;
1536
+ }
1537
+ /**
1538
+ * Caption Rectangle
1539
+ */
1540
+ export interface CaptionRectangle {
1541
+ /**
1542
+ * See the description in leftOffset.
1543
+ * For height, specify the entire height of the rectangle as a percentage of the underlying frame height. For example, \"80\" means the rectangle height is 80% of the underlying frame height. The topOffset and rectangleHeight must add up to 100% or less.
1544
+ * This field corresponds to tts:extent - Y in the TTML standard.
1545
+ */
1546
+ Height: number | undefined;
1547
+ /**
1548
+ * Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output. (Make sure to leave the default if you don't have either of these formats in the output.) You can define a display rectangle for the captions that is smaller than the underlying video frame. You define the rectangle by specifying the position of the left edge, top edge, bottom edge, and right edge of the rectangle, all within the underlying video frame. The units for the measurements are percentages.
1549
+ * If you specify a value for one of these fields, you must specify a value for all of them.
1550
+ * For leftOffset, specify the position of the left edge of the rectangle, as a percentage of the underlying frame width, and relative to the left edge of the frame. For example, \"10\" means the measurement is 10% of the underlying frame width. The rectangle left edge starts at that position from the left edge of the frame.
1551
+ * This field corresponds to tts:origin - X in the TTML standard.
1552
+ */
1553
+ LeftOffset: number | undefined;
1554
+ /**
1555
+ * See the description in leftOffset.
1556
+ * For topOffset, specify the position of the top edge of the rectangle, as a percentage of the underlying frame height, and relative to the top edge of the frame. For example, \"10\" means the measurement is 10% of the underlying frame height. The rectangle top edge starts at that position from the top edge of the frame.
1557
+ * This field corresponds to tts:origin - Y in the TTML standard.
1558
+ */
1559
+ TopOffset: number | undefined;
1560
+ /**
1561
+ * See the description in leftOffset.
1562
+ * For width, specify the entire width of the rectangle as a percentage of the underlying frame width. For example, \"80\" means the rectangle width is 80% of the underlying frame width. The leftOffset and rectangleWidth must add up to 100% or less.
1563
+ * This field corresponds to tts:extent - X in the TTML standard.
1564
+ */
1565
+ Width: number | undefined;
1566
+ }
1567
+ export declare namespace CaptionRectangle {
1568
+ /**
1569
+ * @internal
1570
+ */
1571
+ const filterSensitiveLog: (obj: CaptionRectangle) => any;
1572
+ }
1573
+ /**
1574
+ * Teletext Source Settings
1575
+ */
1576
+ export interface TeletextSourceSettings {
1577
+ /**
1578
+ * Optionally defines a region where TTML style captions will be displayed
1579
+ */
1580
+ OutputRectangle?: CaptionRectangle;
1581
+ /**
1582
+ * Specifies the teletext page number within the data stream from which to extract captions. Range of 0x100 (256) to 0x8FF (2303). Unused for passthrough. Should be specified as a hexadecimal string with no "0x" prefix.
1583
+ */
1584
+ PageNumber?: string;
1585
+ }
1586
+ export declare namespace TeletextSourceSettings {
1587
+ /**
1588
+ * @internal
1589
+ */
1590
+ const filterSensitiveLog: (obj: TeletextSourceSettings) => any;
1591
+ }
1592
+ /**
1593
+ * Caption Selector Settings
1594
+ */
1595
+ export interface CaptionSelectorSettings {
1596
+ /**
1597
+ * Ancillary Source Settings
1598
+ */
1599
+ AncillarySourceSettings?: AncillarySourceSettings;
1600
+ /**
1601
+ * Arib Source Settings
1602
+ */
1603
+ AribSourceSettings?: AribSourceSettings;
1604
+ /**
1605
+ * Dvb Sub Source Settings
1606
+ */
1607
+ DvbSubSourceSettings?: DvbSubSourceSettings;
1608
+ /**
1609
+ * Embedded Source Settings
1610
+ */
1611
+ EmbeddedSourceSettings?: EmbeddedSourceSettings;
1612
+ /**
1613
+ * Scte20 Source Settings
1614
+ */
1615
+ Scte20SourceSettings?: Scte20SourceSettings;
1616
+ /**
1617
+ * Scte27 Source Settings
1618
+ */
1619
+ Scte27SourceSettings?: Scte27SourceSettings;
1620
+ /**
1621
+ * Teletext Source Settings
1622
+ */
1623
+ TeletextSourceSettings?: TeletextSourceSettings;
1624
+ }
1625
+ export declare namespace CaptionSelectorSettings {
1626
+ /**
1627
+ * @internal
1628
+ */
1629
+ const filterSensitiveLog: (obj: CaptionSelectorSettings) => any;
1630
+ }
1631
+ /**
1632
+ * Output groups for this Live Event. Output groups contain information about where streams should be distributed.
1633
+ */
1634
+ export interface CaptionSelector {
1635
+ /**
1636
+ * When specified this field indicates the three letter language code of the caption track to extract from the source.
1637
+ */
1638
+ LanguageCode?: string;
1639
+ /**
1640
+ * Name identifier for a caption selector. This name is used to associate this caption selector with one or more caption descriptions. Names must be unique within an event.
1641
+ */
1642
+ Name: string | undefined;
1643
+ /**
1644
+ * Caption selector settings.
1645
+ */
1646
+ SelectorSettings?: CaptionSelectorSettings;
1647
+ }
1648
+ export declare namespace CaptionSelector {
1649
+ /**
1650
+ * @internal
1651
+ */
1652
+ const filterSensitiveLog: (obj: CaptionSelector) => any;
1653
+ }
1654
+ /**
1655
+ * Placeholder documentation for ChannelEgressEndpoint
1656
+ */
1657
+ export interface ChannelEgressEndpoint {
1658
+ /**
1659
+ * Public IP of where a channel's output comes from
1660
+ */
1661
+ SourceIp?: string;
1662
+ }
1663
+ export declare namespace ChannelEgressEndpoint {
1664
+ /**
1665
+ * @internal
1666
+ */
1667
+ const filterSensitiveLog: (obj: ChannelEgressEndpoint) => any;
1668
+ }
1669
+ export declare enum CdiInputResolution {
1670
+ FHD = "FHD",
1671
+ HD = "HD",
1672
+ SD = "SD",
1673
+ UHD = "UHD"
1674
+ }
1675
+ /**
1676
+ * Placeholder documentation for CdiInputSpecification
1677
+ */
1678
+ export interface CdiInputSpecification {
1679
+ /**
1680
+ * Maximum CDI input resolution
1681
+ */
1682
+ Resolution?: CdiInputResolution | string;
1683
+ }
1684
+ export declare namespace CdiInputSpecification {
1685
+ /**
1686
+ * @internal
1687
+ */
1688
+ const filterSensitiveLog: (obj: CdiInputSpecification) => any;
1689
+ }
1690
+ export declare enum ChannelClass {
1691
+ SINGLE_PIPELINE = "SINGLE_PIPELINE",
1692
+ STANDARD = "STANDARD"
1693
+ }
1694
+ /**
1695
+ * MediaPackage Output Destination Settings
1696
+ */
1697
+ export interface MediaPackageOutputDestinationSettings {
1698
+ /**
1699
+ * ID of the channel in MediaPackage that is the destination for this output group. You do not need to specify the individual inputs in MediaPackage; MediaLive will handle the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same region.
1700
+ */
1701
+ ChannelId?: string;
1702
+ }
1703
+ export declare namespace MediaPackageOutputDestinationSettings {
1704
+ /**
1705
+ * @internal
1706
+ */
1707
+ const filterSensitiveLog: (obj: MediaPackageOutputDestinationSettings) => any;
1708
+ }
1709
+ /**
1710
+ * Multiplex Program Input Destination Settings for outputting a Channel to a Multiplex
1711
+ */
1712
+ export interface MultiplexProgramChannelDestinationSettings {
1713
+ /**
1714
+ * The ID of the Multiplex that the encoder is providing output to. You do not need to specify the individual inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two Multiplex instances.
1715
+ * The Multiplex must be in the same region as the Channel.
1716
+ */
1717
+ MultiplexId?: string;
1718
+ /**
1719
+ * The program name of the Multiplex program that the encoder is providing output to.
1720
+ */
1721
+ ProgramName?: string;
1722
+ }
1723
+ export declare namespace MultiplexProgramChannelDestinationSettings {
1724
+ /**
1725
+ * @internal
1726
+ */
1727
+ const filterSensitiveLog: (obj: MultiplexProgramChannelDestinationSettings) => any;
1728
+ }
1729
+ /**
1730
+ * Placeholder documentation for OutputDestinationSettings
1731
+ */
1732
+ export interface OutputDestinationSettings {
1733
+ /**
1734
+ * key used to extract the password from EC2 Parameter store
1735
+ */
1736
+ PasswordParam?: string;
1737
+ /**
1738
+ * Stream name for RTMP destinations (URLs of type rtmp://)
1739
+ */
1740
+ StreamName?: string;
1741
+ /**
1742
+ * A URL specifying a destination
1743
+ */
1744
+ Url?: string;
1745
+ /**
1746
+ * username for destination
1747
+ */
1748
+ Username?: string;
1749
+ }
1750
+ export declare namespace OutputDestinationSettings {
1751
+ /**
1752
+ * @internal
1753
+ */
1754
+ const filterSensitiveLog: (obj: OutputDestinationSettings) => any;
1755
+ }
1756
+ /**
1757
+ * Placeholder documentation for OutputDestination
1758
+ */
1759
+ export interface OutputDestination {
1760
+ /**
1761
+ * User-specified id. This is used in an output group or an output.
1762
+ */
1763
+ Id?: string;
1764
+ /**
1765
+ * Destination settings for a MediaPackage output; one destination for both encoders.
1766
+ */
1767
+ MediaPackageSettings?: MediaPackageOutputDestinationSettings[];
1768
+ /**
1769
+ * Destination settings for a Multiplex output; one destination for both encoders.
1770
+ */
1771
+ MultiplexSettings?: MultiplexProgramChannelDestinationSettings;
1772
+ /**
1773
+ * Destination settings for a standard output; one destination for each redundant encoder.
1774
+ */
1775
+ Settings?: OutputDestinationSettings[];
1776
+ }
1777
+ export declare namespace OutputDestination {
1778
+ /**
1779
+ * @internal
1780
+ */
1781
+ const filterSensitiveLog: (obj: OutputDestination) => any;
1782
+ }
1783
+ /**
1784
+ * Placeholder documentation for AudioSilenceFailoverSettings
1785
+ */
1786
+ export interface AudioSilenceFailoverSettings {
1787
+ /**
1788
+ * The name of the audio selector in the input that MediaLive should monitor to detect silence. Select your most important rendition. If you didn't create an audio selector in this input, leave blank.
1789
+ */
1790
+ AudioSelectorName: string | undefined;
1791
+ /**
1792
+ * The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs. Silence is defined as audio loss or audio quieter than -50 dBFS.
1793
+ */
1794
+ AudioSilenceThresholdMsec?: number;
1795
+ }
1796
+ export declare namespace AudioSilenceFailoverSettings {
1797
+ /**
1798
+ * @internal
1799
+ */
1800
+ const filterSensitiveLog: (obj: AudioSilenceFailoverSettings) => any;
1801
+ }
1802
+ /**
1803
+ * MediaLive will perform a failover if content is not detected in this input for the specified period.
1804
+ */
1805
+ export interface InputLossFailoverSettings {
1806
+ /**
1807
+ * The amount of time (in milliseconds) that no input is detected. After that time, an input failover will occur.
1808
+ */
1809
+ InputLossThresholdMsec?: number;
1810
+ }
1811
+ export declare namespace InputLossFailoverSettings {
1812
+ /**
1813
+ * @internal
1814
+ */
1815
+ const filterSensitiveLog: (obj: InputLossFailoverSettings) => any;
1816
+ }
1817
+ /**
1818
+ * Placeholder documentation for VideoBlackFailoverSettings
1819
+ */
1820
+ export interface VideoBlackFailoverSettings {
1821
+ /**
1822
+ * A value used in calculating the threshold below which MediaLive considers a pixel to be 'black'. For the input to be considered black, every pixel in a frame must be below this threshold. The threshold is calculated as a percentage (expressed as a decimal) of white. Therefore .1 means 10% white (or 90% black). Note how the formula works for any color depth. For example, if you set this field to 0.1 in 10-bit color depth: (1023*0.1=102.3), which means a pixel value of 102 or less is 'black'. If you set this field to .1 in an 8-bit color depth: (255*0.1=25.5), which means a pixel value of 25 or less is 'black'. The range is 0.0 to 1.0, with any number of decimal places.
1823
+ */
1824
+ BlackDetectThreshold?: number;
1825
+ /**
1826
+ * The amount of time (in milliseconds) that the active input must be black before automatic input failover occurs.
1827
+ */
1828
+ VideoBlackThresholdMsec?: number;
1829
+ }
1830
+ export declare namespace VideoBlackFailoverSettings {
1831
+ /**
1832
+ * @internal
1833
+ */
1834
+ const filterSensitiveLog: (obj: VideoBlackFailoverSettings) => any;
1835
+ }
1836
+ /**
1837
+ * Settings for one failover condition.
1838
+ */
1839
+ export interface FailoverConditionSettings {
1840
+ /**
1841
+ * MediaLive will perform a failover if the specified audio selector is silent for the specified period.
1842
+ */
1843
+ AudioSilenceSettings?: AudioSilenceFailoverSettings;
1844
+ /**
1845
+ * MediaLive will perform a failover if content is not detected in this input for the specified period.
1846
+ */
1847
+ InputLossSettings?: InputLossFailoverSettings;
1848
+ /**
1849
+ * MediaLive will perform a failover if content is considered black for the specified period.
1850
+ */
1851
+ VideoBlackSettings?: VideoBlackFailoverSettings;
1852
+ }
1853
+ export declare namespace FailoverConditionSettings {
1854
+ /**
1855
+ * @internal
1856
+ */
1857
+ const filterSensitiveLog: (obj: FailoverConditionSettings) => any;
1858
+ }
1859
+ /**
1860
+ * Failover Condition settings. There can be multiple failover conditions inside AutomaticInputFailoverSettings.
1861
+ */
1862
+ export interface FailoverCondition {
1863
+ /**
1864
+ * Failover condition type-specific settings.
1865
+ */
1866
+ FailoverConditionSettings?: FailoverConditionSettings;
1867
+ }
1868
+ export declare namespace FailoverCondition {
1869
+ /**
1870
+ * @internal
1871
+ */
1872
+ const filterSensitiveLog: (obj: FailoverCondition) => any;
1873
+ }
1874
+ export declare enum InputPreference {
1875
+ EQUAL_INPUT_PREFERENCE = "EQUAL_INPUT_PREFERENCE",
1876
+ PRIMARY_INPUT_PREFERRED = "PRIMARY_INPUT_PREFERRED"
1877
+ }
1878
+ /**
1879
+ * The settings for Automatic Input Failover.
1880
+ */
1881
+ export interface AutomaticInputFailoverSettings {
1882
+ /**
1883
+ * This clear time defines the requirement a recovered input must meet to be considered healthy. The input must have no failover conditions for this length of time. Enter a time in milliseconds. This value is particularly important if the input_preference for the failover pair is set to PRIMARY_INPUT_PREFERRED, because after this time, MediaLive will switch back to the primary input.
1884
+ */
1885
+ ErrorClearTimeMsec?: number;
1886
+ /**
1887
+ * A list of failover conditions. If any of these conditions occur, MediaLive will perform a failover to the other input.
1888
+ */
1889
+ FailoverConditions?: FailoverCondition[];
1890
+ /**
1891
+ * Input preference when deciding which input to make active when a previously failed input has recovered.
1892
+ */
1893
+ InputPreference?: InputPreference | string;
1894
+ /**
1895
+ * The input ID of the secondary input in the automatic input failover pair.
1896
+ */
1897
+ SecondaryInputId: string | undefined;
1898
+ }
1899
+ export declare namespace AutomaticInputFailoverSettings {
1900
+ /**
1901
+ * @internal
1902
+ */
1903
+ const filterSensitiveLog: (obj: AutomaticInputFailoverSettings) => any;
1904
+ }
1905
+ export declare enum InputDeblockFilter {
1906
+ DISABLED = "DISABLED",
1907
+ ENABLED = "ENABLED"
1908
+ }
1909
+ export declare enum InputDenoiseFilter {
1910
+ DISABLED = "DISABLED",
1911
+ ENABLED = "ENABLED"
1912
+ }
1913
+ export declare enum InputFilter {
1914
+ AUTO = "AUTO",
1915
+ DISABLED = "DISABLED",
1916
+ FORCED = "FORCED"
1917
+ }
1918
+ export declare enum HlsScte35SourceType {
1919
+ MANIFEST = "MANIFEST",
1920
+ SEGMENTS = "SEGMENTS"
1921
+ }
1922
+ /**
1923
+ * Hls Input Settings
1924
+ */
1925
+ export interface HlsInputSettings {
1926
+ /**
1927
+ * When specified the HLS stream with the m3u8 BANDWIDTH that most closely matches this value will be chosen, otherwise the highest bandwidth stream in the m3u8 will be chosen. The bitrate is specified in bits per second, as in an HLS manifest.
1928
+ */
1929
+ Bandwidth?: number;
1930
+ /**
1931
+ * When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written segment). When not specified, the HLS input will begin with the first segment specified in the m3u8.
1932
+ */
1933
+ BufferSegments?: number;
1934
+ /**
1935
+ * The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.
1936
+ */
1937
+ Retries?: number;
1938
+ /**
1939
+ * The number of seconds between retries when an attempt to read a manifest or segment fails.
1940
+ */
1941
+ RetryInterval?: number;
1942
+ /**
1943
+ * Identifies the source for the SCTE-35 messages that MediaLive will ingest. Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected.
1944
+ */
1945
+ Scte35Source?: HlsScte35SourceType | string;
1946
+ }
1947
+ export declare namespace HlsInputSettings {
1948
+ /**
1949
+ * @internal
1950
+ */
1951
+ const filterSensitiveLog: (obj: HlsInputSettings) => any;
1952
+ }
1953
+ export declare enum NetworkInputServerValidation {
1954
+ CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME = "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME",
1955
+ CHECK_CRYPTOGRAPHY_ONLY = "CHECK_CRYPTOGRAPHY_ONLY"
1956
+ }
1957
+ /**
1958
+ * Network source to transcode. Must be accessible to the Elemental Live node that is running the live event through a network connection.
1959
+ */
1960
+ export interface NetworkInputSettings {
1961
+ /**
1962
+ * Specifies HLS input settings when the uri is for a HLS manifest.
1963
+ */
1964
+ HlsInputSettings?: HlsInputSettings;
1965
+ /**
1966
+ * Check HTTPS server certificates. When set to checkCryptographyOnly, cryptography in the certificate will be checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in the bucket name) do not strictly match the corresponding certificate's wildcard pattern and would otherwise cause the event to error. This setting is ignored for protocols that do not use https.
1967
+ */
1968
+ ServerValidation?: NetworkInputServerValidation | string;
1969
+ }
1970
+ export declare namespace NetworkInputSettings {
1971
+ /**
1972
+ * @internal
1973
+ */
1974
+ const filterSensitiveLog: (obj: NetworkInputSettings) => any;
1975
+ }
1976
+ export declare enum Smpte2038DataPreference {
1977
+ IGNORE = "IGNORE",
1978
+ PREFER = "PREFER"
1979
+ }
1980
+ export declare enum InputSourceEndBehavior {
1981
+ CONTINUE = "CONTINUE",
1982
+ LOOP = "LOOP"
1983
+ }
1984
+ export declare enum VideoSelectorColorSpace {
1985
+ FOLLOW = "FOLLOW",
1986
+ HDR10 = "HDR10",
1987
+ HLG_2020 = "HLG_2020",
1988
+ REC_601 = "REC_601",
1989
+ REC_709 = "REC_709"
1990
+ }
1991
+ /**
1992
+ * Hdr10 Settings
1993
+ */
1994
+ export interface Hdr10Settings {
1995
+ /**
1996
+ * Maximum Content Light Level
1997
+ * An integer metadata value defining the maximum light level, in nits,
1998
+ * of any single pixel within an encoded HDR video stream or file.
1999
+ */
2000
+ MaxCll?: number;
2001
+ /**
2002
+ * Maximum Frame Average Light Level
2003
+ * An integer metadata value defining the maximum average light level, in nits,
2004
+ * for any single frame within an encoded HDR video stream or file.
2005
+ */
2006
+ MaxFall?: number;
2007
+ }
2008
+ export declare namespace Hdr10Settings {
2009
+ /**
2010
+ * @internal
2011
+ */
2012
+ const filterSensitiveLog: (obj: Hdr10Settings) => any;
2013
+ }
2014
+ /**
2015
+ * Video Selector Color Space Settings
2016
+ */
2017
+ export interface VideoSelectorColorSpaceSettings {
2018
+ /**
2019
+ * Hdr10 Settings
2020
+ */
2021
+ Hdr10Settings?: Hdr10Settings;
2022
+ }
2023
+ export declare namespace VideoSelectorColorSpaceSettings {
2024
+ /**
2025
+ * @internal
2026
+ */
2027
+ const filterSensitiveLog: (obj: VideoSelectorColorSpaceSettings) => any;
2028
+ }
2029
+ export declare enum VideoSelectorColorSpaceUsage {
2030
+ FALLBACK = "FALLBACK",
2031
+ FORCE = "FORCE"
2032
+ }
2033
+ /**
2034
+ * Video Selector Pid
2035
+ */
2036
+ export interface VideoSelectorPid {
2037
+ /**
2038
+ * Selects a specific PID from within a video source.
2039
+ */
2040
+ Pid?: number;
2041
+ }
2042
+ export declare namespace VideoSelectorPid {
2043
+ /**
2044
+ * @internal
2045
+ */
2046
+ const filterSensitiveLog: (obj: VideoSelectorPid) => any;
2047
+ }
2048
+ /**
2049
+ * Video Selector Program Id
2050
+ */
2051
+ export interface VideoSelectorProgramId {
2052
+ /**
2053
+ * Selects a specific program from within a multi-program transport stream. If the program doesn't exist, the first program within the transport stream will be selected by default.
2054
+ */
2055
+ ProgramId?: number;
2056
+ }
2057
+ export declare namespace VideoSelectorProgramId {
2058
+ /**
2059
+ * @internal
2060
+ */
2061
+ const filterSensitiveLog: (obj: VideoSelectorProgramId) => any;
2062
+ }
2063
+ /**
2064
+ * Video Selector Settings
2065
+ */
2066
+ export interface VideoSelectorSettings {
2067
+ /**
2068
+ * Video Selector Pid
2069
+ */
2070
+ VideoSelectorPid?: VideoSelectorPid;
2071
+ /**
2072
+ * Video Selector Program Id
2073
+ */
2074
+ VideoSelectorProgramId?: VideoSelectorProgramId;
2075
+ }
2076
+ export declare namespace VideoSelectorSettings {
2077
+ /**
2078
+ * @internal
2079
+ */
2080
+ const filterSensitiveLog: (obj: VideoSelectorSettings) => any;
2081
+ }
2082
+ /**
2083
+ * Specifies a particular video stream within an input source. An input may have only a single video selector.
2084
+ */
2085
+ export interface VideoSelector {
2086
+ /**
2087
+ * Specifies the color space of an input. This setting works in tandem with colorSpaceUsage and a video description's colorSpaceSettingsChoice to determine if any conversion will be performed.
2088
+ */
2089
+ ColorSpace?: VideoSelectorColorSpace | string;
2090
+ /**
2091
+ * Color space settings
2092
+ */
2093
+ ColorSpaceSettings?: VideoSelectorColorSpaceSettings;
2094
+ /**
2095
+ * Applies only if colorSpace is a value other than follow. This field controls how the value in the colorSpace field will be used. fallback means that when the input does include color space data, that data will be used, but when the input has no color space data, the value in colorSpace will be used. Choose fallback if your input is sometimes missing color space data, but when it does have color space data, that data is correct. force means to always use the value in colorSpace. Choose force if your input usually has no color space data or might have unreliable color space data.
2096
+ */
2097
+ ColorSpaceUsage?: VideoSelectorColorSpaceUsage | string;
2098
+ /**
2099
+ * The video selector settings.
2100
+ */
2101
+ SelectorSettings?: VideoSelectorSettings;
2102
+ }
2103
+ export declare namespace VideoSelector {
2104
+ /**
2105
+ * @internal
2106
+ */
2107
+ const filterSensitiveLog: (obj: VideoSelector) => any;
2108
+ }
2109
+ /**
2110
+ * Live Event input parameters. There can be multiple inputs in a single Live Event.
2111
+ */
2112
+ export interface InputSettings {
2113
+ /**
2114
+ * Used to select the audio stream to decode for inputs that have multiple available.
2115
+ */
2116
+ AudioSelectors?: AudioSelector[];
2117
+ /**
2118
+ * Used to select the caption input to use for inputs that have multiple available.
2119
+ */
2120
+ CaptionSelectors?: CaptionSelector[];
2121
+ /**
2122
+ * Enable or disable the deblock filter when filtering.
2123
+ */
2124
+ DeblockFilter?: InputDeblockFilter | string;
2125
+ /**
2126
+ * Enable or disable the denoise filter when filtering.
2127
+ */
2128
+ DenoiseFilter?: InputDenoiseFilter | string;
2129
+ /**
2130
+ * Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).
2131
+ */
2132
+ FilterStrength?: number;
2133
+ /**
2134
+ * Turns on the filter for this input. MPEG-2 inputs have the deblocking filter enabled by default.
2135
+ * 1) auto - filtering will be applied depending on input type/quality
2136
+ * 2) disabled - no filtering will be applied to the input
2137
+ * 3) forced - filtering will be applied regardless of input type
2138
+ */
2139
+ InputFilter?: InputFilter | string;
2140
+ /**
2141
+ * Input settings.
2142
+ */
2143
+ NetworkInputSettings?: NetworkInputSettings;
2144
+ /**
2145
+ * Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input. Applicable data types are captions, timecode, AFD, and SCTE-104 messages.
2146
+ * - PREFER: Extract from SMPTE-2038 if present in this input, otherwise extract from another source (if any).
2147
+ * - IGNORE: Never extract any ancillary data from SMPTE-2038.
2148
+ */
2149
+ Smpte2038DataPreference?: Smpte2038DataPreference | string;
2150
+ /**
2151
+ * Loop input if it is a file. This allows a file input to be streamed indefinitely.
2152
+ */
2153
+ SourceEndBehavior?: InputSourceEndBehavior | string;
2154
+ /**
2155
+ * Informs which video elementary stream to decode for input types that have multiple available.
2156
+ */
2157
+ VideoSelector?: VideoSelector;
2158
+ }
2159
+ export declare namespace InputSettings {
2160
+ /**
2161
+ * @internal
2162
+ */
2163
+ const filterSensitiveLog: (obj: InputSettings) => any;
2164
+ }
2165
+ /**
2166
+ * Placeholder documentation for InputAttachment
2167
+ */
2168
+ export interface InputAttachment {
2169
+ /**
2170
+ * User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input.
2171
+ */
2172
+ AutomaticInputFailoverSettings?: AutomaticInputFailoverSettings;
2173
+ /**
2174
+ * User-specified name for the attachment. This is required if the user wants to use this input in an input switch action.
2175
+ */
2176
+ InputAttachmentName?: string;
2177
+ /**
2178
+ * The ID of the input
2179
+ */
2180
+ InputId?: string;
2181
+ /**
2182
+ * Settings of an input (caption selector, etc.)
2183
+ */
2184
+ InputSettings?: InputSettings;
2185
+ }
2186
+ export declare namespace InputAttachment {
2187
+ /**
2188
+ * @internal
2189
+ */
2190
+ const filterSensitiveLog: (obj: InputAttachment) => any;
2191
+ }
2192
+ export declare enum InputCodec {
2193
+ AVC = "AVC",
2194
+ HEVC = "HEVC",
2195
+ MPEG2 = "MPEG2"
2196
+ }
2197
+ export declare enum InputMaximumBitrate {
2198
+ MAX_10_MBPS = "MAX_10_MBPS",
2199
+ MAX_20_MBPS = "MAX_20_MBPS",
2200
+ MAX_50_MBPS = "MAX_50_MBPS"
2201
+ }
2202
+ export declare enum InputResolution {
2203
+ HD = "HD",
2204
+ SD = "SD",
2205
+ UHD = "UHD"
2206
+ }
2207
+ /**
2208
+ * Placeholder documentation for InputSpecification
2209
+ */
2210
+ export interface InputSpecification {
2211
+ /**
2212
+ * Input codec
2213
+ */
2214
+ Codec?: InputCodec | string;
2215
+ /**
2216
+ * Maximum input bitrate, categorized coarsely
2217
+ */
2218
+ MaximumBitrate?: InputMaximumBitrate | string;
2219
+ /**
2220
+ * Input resolution, categorized coarsely
2221
+ */
2222
+ Resolution?: InputResolution | string;
2223
+ }
2224
+ export declare namespace InputSpecification {
2225
+ /**
2226
+ * @internal
2227
+ */
2228
+ const filterSensitiveLog: (obj: InputSpecification) => any;
2229
+ }
2230
+ export declare enum LogLevel {
2231
+ DEBUG = "DEBUG",
2232
+ DISABLED = "DISABLED",
2233
+ ERROR = "ERROR",
2234
+ INFO = "INFO",
2235
+ WARNING = "WARNING"
2236
+ }
2237
+ export declare enum ChannelState {
2238
+ CREATE_FAILED = "CREATE_FAILED",
2239
+ CREATING = "CREATING",
2240
+ DELETED = "DELETED",
2241
+ DELETING = "DELETING",
2242
+ IDLE = "IDLE",
2243
+ RECOVERING = "RECOVERING",
2244
+ RUNNING = "RUNNING",
2245
+ STARTING = "STARTING",
2246
+ STOPPING = "STOPPING",
2247
+ UPDATE_FAILED = "UPDATE_FAILED",
2248
+ UPDATING = "UPDATING"
2249
+ }
2250
+ /**
2251
+ * The properties for a private VPC Output
2252
+ */
2253
+ export interface VpcOutputSettingsDescription {
2254
+ /**
2255
+ * The Availability Zones where the vpc subnets are located.
2256
+ * The first Availability Zone applies to the first subnet in the list of subnets.
2257
+ * The second Availability Zone applies to the second subnet.
2258
+ */
2259
+ AvailabilityZones?: string[];
2260
+ /**
2261
+ * A list of Elastic Network Interfaces created by MediaLive in the customer's VPC
2262
+ */
2263
+ NetworkInterfaceIds?: string[];
2264
+ /**
2265
+ * A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.
2266
+ */
2267
+ SecurityGroupIds?: string[];
2268
+ /**
2269
+ * A list of VPC subnet IDs from the same VPC.
2270
+ * If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).
2271
+ */
2272
+ SubnetIds?: string[];
2273
+ }
2274
+ export declare namespace VpcOutputSettingsDescription {
2275
+ /**
2276
+ * @internal
2277
+ */
2278
+ const filterSensitiveLog: (obj: VpcOutputSettingsDescription) => any;
2279
+ }
2280
+ /**
2281
+ * Placeholder documentation for ChannelSummary
2282
+ */
2283
+ export interface ChannelSummary {
2284
+ /**
2285
+ * The unique arn of the channel.
2286
+ */
2287
+ Arn?: string;
2288
+ /**
2289
+ * Specification of CDI inputs for this channel
2290
+ */
2291
+ CdiInputSpecification?: CdiInputSpecification;
2292
+ /**
2293
+ * The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
2294
+ */
2295
+ ChannelClass?: ChannelClass | string;
2296
+ /**
2297
+ * A list of destinations of the channel. For UDP outputs, there is one
2298
+ * destination per output. For other types (HLS, for example), there is
2299
+ * one destination per packager.
2300
+ */
2301
+ Destinations?: OutputDestination[];
2302
+ /**
2303
+ * The endpoints where outgoing connections initiate from
2304
+ */
2305
+ EgressEndpoints?: ChannelEgressEndpoint[];
2306
+ /**
2307
+ * The unique id of the channel.
2308
+ */
2309
+ Id?: string;
2310
+ /**
2311
+ * List of input attachments for channel.
2312
+ */
2313
+ InputAttachments?: InputAttachment[];
2314
+ /**
2315
+ * Specification of network and file inputs for this channel
2316
+ */
2317
+ InputSpecification?: InputSpecification;
2318
+ /**
2319
+ * The log level being written to CloudWatch Logs.
2320
+ */
2321
+ LogLevel?: LogLevel | string;
2322
+ /**
2323
+ * The name of the channel. (user-mutable)
2324
+ */
2325
+ Name?: string;
2326
+ /**
2327
+ * The number of currently healthy pipelines.
2328
+ */
2329
+ PipelinesRunningCount?: number;
2330
+ /**
2331
+ * The Amazon Resource Name (ARN) of the role assumed when running the Channel.
2332
+ */
2333
+ RoleArn?: string;
2334
+ /**
2335
+ * Placeholder documentation for ChannelState
2336
+ */
2337
+ State?: ChannelState | string;
2338
+ /**
2339
+ * A collection of key-value pairs.
2340
+ */
2341
+ Tags?: {
2342
+ [key: string]: string;
2343
+ };
2344
+ /**
2345
+ * Settings for any VPC outputs.
2346
+ */
2347
+ Vpc?: VpcOutputSettingsDescription;
2348
+ }
2349
+ export declare namespace ChannelSummary {
2350
+ /**
2351
+ * @internal
2352
+ */
2353
+ const filterSensitiveLog: (obj: ChannelSummary) => any;
2354
+ }
2355
+ export declare enum HlsAdMarkers {
2356
+ ADOBE = "ADOBE",
2357
+ ELEMENTAL = "ELEMENTAL",
2358
+ ELEMENTAL_SCTE35 = "ELEMENTAL_SCTE35"
2359
+ }
2360
+ /**
2361
+ * The properties for a VPC type input destination.
2362
+ */
2363
+ export interface InputDestinationVpc {
2364
+ /**
2365
+ * The availability zone of the Input destination.
2366
+ */
2367
+ AvailabilityZone?: string;
2368
+ /**
2369
+ * The network interface ID of the Input destination in the VPC.
2370
+ */
2371
+ NetworkInterfaceId?: string;
2372
+ }
2373
+ export declare namespace InputDestinationVpc {
2374
+ /**
2375
+ * @internal
2376
+ */
2377
+ const filterSensitiveLog: (obj: InputDestinationVpc) => any;
2378
+ }
2379
+ /**
2380
+ * The settings for a PUSH type input.
2381
+ */
2382
+ export interface InputDestination {
2383
+ /**
2384
+ * The system-generated static IP address of endpoint.
2385
+ * It remains fixed for the lifetime of the input.
2386
+ */
2387
+ Ip?: string;
2388
+ /**
2389
+ * The port number for the input.
2390
+ */
2391
+ Port?: string;
2392
+ /**
2393
+ * This represents the endpoint that the customer stream will be
2394
+ * pushed to.
2395
+ */
2396
+ Url?: string;
2397
+ /**
2398
+ * The properties for a VPC type input destination.
2399
+ */
2400
+ Vpc?: InputDestinationVpc;
2401
+ }
2402
+ export declare namespace InputDestination {
2403
+ /**
2404
+ * @internal
2405
+ */
2406
+ const filterSensitiveLog: (obj: InputDestination) => any;
2407
+ }
2408
+ export declare enum InputClass {
2409
+ SINGLE_PIPELINE = "SINGLE_PIPELINE",
2410
+ STANDARD = "STANDARD"
2411
+ }
2412
+ /**
2413
+ * Settings for an input device.
2414
+ */
2415
+ export interface InputDeviceSettings {
2416
+ /**
2417
+ * The unique ID for the device.
2418
+ */
2419
+ Id?: string;
2420
+ }
2421
+ export declare namespace InputDeviceSettings {
2422
+ /**
2423
+ * @internal
2424
+ */
2425
+ const filterSensitiveLog: (obj: InputDeviceSettings) => any;
2426
+ }
2427
+ export declare enum InputSourceType {
2428
+ DYNAMIC = "DYNAMIC",
2429
+ STATIC = "STATIC"
2430
+ }
2431
+ /**
2432
+ * The settings for a MediaConnect Flow.
2433
+ */
2434
+ export interface MediaConnectFlow {
2435
+ /**
2436
+ * The unique ARN of the MediaConnect Flow being used as a source.
2437
+ */
2438
+ FlowArn?: string;
2439
+ }
2440
+ export declare namespace MediaConnectFlow {
2441
+ /**
2442
+ * @internal
2443
+ */
2444
+ const filterSensitiveLog: (obj: MediaConnectFlow) => any;
2445
+ }
2446
+ /**
2447
+ * The settings for a PULL type input.
2448
+ */
2449
+ export interface InputSource {
2450
+ /**
2451
+ * The key used to extract the password from EC2 Parameter store.
2452
+ */
2453
+ PasswordParam?: string;
2454
+ /**
2455
+ * This represents the customer's source URL where stream is
2456
+ * pulled from.
2457
+ */
2458
+ Url?: string;
2459
+ /**
2460
+ * The username for the input source.
2461
+ */
2462
+ Username?: string;
2463
+ }
2464
+ export declare namespace InputSource {
2465
+ /**
2466
+ * @internal
2467
+ */
2468
+ const filterSensitiveLog: (obj: InputSource) => any;
2469
+ }
2470
+ export declare enum InputState {
2471
+ ATTACHED = "ATTACHED",
2472
+ CREATING = "CREATING",
2473
+ DELETED = "DELETED",
2474
+ DELETING = "DELETING",
2475
+ DETACHED = "DETACHED"
2476
+ }
2477
+ export declare enum InputType {
2478
+ AWS_CDI = "AWS_CDI",
2479
+ INPUT_DEVICE = "INPUT_DEVICE",
2480
+ MEDIACONNECT = "MEDIACONNECT",
2481
+ MP4_FILE = "MP4_FILE",
2482
+ RTMP_PULL = "RTMP_PULL",
2483
+ RTMP_PUSH = "RTMP_PUSH",
2484
+ RTP_PUSH = "RTP_PUSH",
2485
+ TS_FILE = "TS_FILE",
2486
+ UDP_PUSH = "UDP_PUSH",
2487
+ URL_PULL = "URL_PULL"
2488
+ }
2489
+ /**
2490
+ * Placeholder documentation for Input
2491
+ */
2492
+ export interface Input {
2493
+ /**
2494
+ * The Unique ARN of the input (generated, immutable).
2495
+ */
2496
+ Arn?: string;
2497
+ /**
2498
+ * A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).
2499
+ */
2500
+ AttachedChannels?: string[];
2501
+ /**
2502
+ * A list of the destinations of the input (PUSH-type).
2503
+ */
2504
+ Destinations?: InputDestination[];
2505
+ /**
2506
+ * The generated ID of the input (unique for user account, immutable).
2507
+ */
2508
+ Id?: string;
2509
+ /**
2510
+ * STANDARD - MediaLive expects two sources to be connected to this input. If the channel is also STANDARD, both sources will be ingested. If the channel is SINGLE_PIPELINE, only the first source will be ingested; the second source will always be ignored, even if the first source fails.
2511
+ * SINGLE_PIPELINE - You can connect only one source to this input. If the ChannelClass is also SINGLE_PIPELINE, this value is valid. If the ChannelClass is STANDARD, this value is not valid because the channel requires two sources in the input.
2512
+ */
2513
+ InputClass?: InputClass | string;
2514
+ /**
2515
+ * Settings for the input devices.
2516
+ */
2517
+ InputDevices?: InputDeviceSettings[];
2518
+ /**
2519
+ * A list of IDs for all Inputs which are partners of this one.
2520
+ */
2521
+ InputPartnerIds?: string[];
2522
+ /**
2523
+ * Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes
2524
+ * during input switch actions. Presently, this functionality only works with MP4_FILE and TS_FILE inputs.
2525
+ */
2526
+ InputSourceType?: InputSourceType | string;
2527
+ /**
2528
+ * A list of MediaConnect Flows for this input.
2529
+ */
2530
+ MediaConnectFlows?: MediaConnectFlow[];
2531
+ /**
2532
+ * The user-assigned name (This is a mutable value).
2533
+ */
2534
+ Name?: string;
2535
+ /**
2536
+ * The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
2537
+ */
2538
+ RoleArn?: string;
2539
+ /**
2540
+ * A list of IDs for all the Input Security Groups attached to the input.
2541
+ */
2542
+ SecurityGroups?: string[];
2543
+ /**
2544
+ * A list of the sources of the input (PULL-type).
2545
+ */
2546
+ Sources?: InputSource[];
2547
+ /**
2548
+ * Placeholder documentation for InputState
2549
+ */
2550
+ State?: InputState | string;
2551
+ /**
2552
+ * A collection of key-value pairs.
2553
+ */
2554
+ Tags?: {
2555
+ [key: string]: string;
2556
+ };
2557
+ /**
2558
+ * The different types of inputs that AWS Elemental MediaLive supports.
2559
+ */
2560
+ Type?: InputType | string;
2561
+ }
2562
+ export declare namespace Input {
2563
+ /**
2564
+ * @internal
2565
+ */
2566
+ const filterSensitiveLog: (obj: Input) => any;
2567
+ }
2568
+ /**
2569
+ * Endpoint settings for a PUSH type input.
2570
+ */
2571
+ export interface InputDestinationRequest {
2572
+ /**
2573
+ * A unique name for the location the RTMP stream is being pushed
2574
+ * to.
2575
+ */
2576
+ StreamName?: string;
2577
+ }
2578
+ export declare namespace InputDestinationRequest {
2579
+ /**
2580
+ * @internal
2581
+ */
2582
+ const filterSensitiveLog: (obj: InputDestinationRequest) => any;
2583
+ }
2584
+ /**
2585
+ * Settings for an input device.
2586
+ */
2587
+ export interface InputDeviceRequest {
2588
+ /**
2589
+ * The unique ID for the device.
2590
+ */
2591
+ Id?: string;
2592
+ }
2593
+ export declare namespace InputDeviceRequest {
2594
+ /**
2595
+ * @internal
2596
+ */
2597
+ const filterSensitiveLog: (obj: InputDeviceRequest) => any;
2598
+ }
2599
+ export declare enum InputDeviceConnectionState {
2600
+ CONNECTED = "CONNECTED",
2601
+ DISCONNECTED = "DISCONNECTED"
2602
+ }
2603
+ export declare enum DeviceSettingsSyncState {
2604
+ SYNCED = "SYNCED",
2605
+ SYNCING = "SYNCING"
2606
+ }
2607
+ export declare enum DeviceUpdateStatus {
2608
+ NOT_UP_TO_DATE = "NOT_UP_TO_DATE",
2609
+ UP_TO_DATE = "UP_TO_DATE"
2610
+ }
2611
+ export declare enum InputDeviceActiveInput {
2612
+ HDMI = "HDMI",
2613
+ SDI = "SDI"
2614
+ }
2615
+ export declare enum InputDeviceConfiguredInput {
2616
+ AUTO = "AUTO",
2617
+ HDMI = "HDMI",
2618
+ SDI = "SDI"
2619
+ }
2620
+ export declare enum InputDeviceState {
2621
+ IDLE = "IDLE",
2622
+ STREAMING = "STREAMING"
2623
+ }
2624
+ export declare enum InputDeviceScanType {
2625
+ INTERLACED = "INTERLACED",
2626
+ PROGRESSIVE = "PROGRESSIVE"
2627
+ }
2628
+ /**
2629
+ * Settings that describe the active source from the input device, and the video characteristics of that source.
2630
+ */
2631
+ export interface InputDeviceHdSettings {
2632
+ /**
2633
+ * If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
2634
+ */
2635
+ ActiveInput?: InputDeviceActiveInput | string;
2636
+ /**
2637
+ * The source at the input device that is currently active. You can specify this source.
2638
+ */
2639
+ ConfiguredInput?: InputDeviceConfiguredInput | string;
2640
+ /**
2641
+ * The state of the input device.
2642
+ */
2643
+ DeviceState?: InputDeviceState | string;
2644
+ /**
2645
+ * The frame rate of the video source.
2646
+ */
2647
+ Framerate?: number;
2648
+ /**
2649
+ * The height of the video source, in pixels.
2650
+ */
2651
+ Height?: number;
2652
+ /**
2653
+ * The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.
2654
+ */
2655
+ MaxBitrate?: number;
2656
+ /**
2657
+ * The scan type of the video source.
2658
+ */
2659
+ ScanType?: InputDeviceScanType | string;
2660
+ /**
2661
+ * The width of the video source, in pixels.
2662
+ */
2663
+ Width?: number;
2664
+ }
2665
+ export declare namespace InputDeviceHdSettings {
2666
+ /**
2667
+ * @internal
2668
+ */
2669
+ const filterSensitiveLog: (obj: InputDeviceHdSettings) => any;
2670
+ }
2671
+ export declare enum InputDeviceIpScheme {
2672
+ DHCP = "DHCP",
2673
+ STATIC = "STATIC"
2674
+ }
2675
+ /**
2676
+ * The network settings for the input device.
2677
+ */
2678
+ export interface InputDeviceNetworkSettings {
2679
+ /**
2680
+ * The DNS addresses of the input device.
2681
+ */
2682
+ DnsAddresses?: string[];
2683
+ /**
2684
+ * The network gateway IP address.
2685
+ */
2686
+ Gateway?: string;
2687
+ /**
2688
+ * The IP address of the input device.
2689
+ */
2690
+ IpAddress?: string;
2691
+ /**
2692
+ * Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.
2693
+ */
2694
+ IpScheme?: InputDeviceIpScheme | string;
2695
+ /**
2696
+ * The subnet mask of the input device.
2697
+ */
2698
+ SubnetMask?: string;
2699
+ }
2700
+ export declare namespace InputDeviceNetworkSettings {
2701
+ /**
2702
+ * @internal
2703
+ */
2704
+ const filterSensitiveLog: (obj: InputDeviceNetworkSettings) => any;
2705
+ }
2706
+ export declare enum InputDeviceType {
2707
+ HD = "HD"
2708
+ }
2709
+ /**
2710
+ * Settings that describe the active source from the input device, and the video characteristics of that source.
2711
+ */
2712
+ export interface InputDeviceUhdSettings {
2713
+ /**
2714
+ * If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
2715
+ */
2716
+ ActiveInput?: InputDeviceActiveInput | string;
2717
+ /**
2718
+ * The source at the input device that is currently active. You can specify this source.
2719
+ */
2720
+ ConfiguredInput?: InputDeviceConfiguredInput | string;
2721
+ /**
2722
+ * The state of the input device.
2723
+ */
2724
+ DeviceState?: InputDeviceState | string;
2725
+ /**
2726
+ * The frame rate of the video source.
2727
+ */
2728
+ Framerate?: number;
2729
+ /**
2730
+ * The height of the video source, in pixels.
2731
+ */
2732
+ Height?: number;
2733
+ /**
2734
+ * The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.
2735
+ */
2736
+ MaxBitrate?: number;
2737
+ /**
2738
+ * The scan type of the video source.
2739
+ */
2740
+ ScanType?: InputDeviceScanType | string;
2741
+ /**
2742
+ * The width of the video source, in pixels.
2743
+ */
2744
+ Width?: number;
2745
+ }
2746
+ export declare namespace InputDeviceUhdSettings {
2747
+ /**
2748
+ * @internal
2749
+ */
2750
+ const filterSensitiveLog: (obj: InputDeviceUhdSettings) => any;
2751
+ }
2752
+ /**
2753
+ * Details of the input device.
2754
+ */
2755
+ export interface InputDeviceSummary {
2756
+ /**
2757
+ * The unique ARN of the input device.
2758
+ */
2759
+ Arn?: string;
2760
+ /**
2761
+ * The state of the connection between the input device and AWS.
2762
+ */
2763
+ ConnectionState?: InputDeviceConnectionState | string;
2764
+ /**
2765
+ * The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.
2766
+ */
2767
+ DeviceSettingsSyncState?: DeviceSettingsSyncState | string;
2768
+ /**
2769
+ * The status of software on the input device.
2770
+ */
2771
+ DeviceUpdateStatus?: DeviceUpdateStatus | string;
2772
+ /**
2773
+ * Settings that describe an input device that is type HD.
2774
+ */
2775
+ HdDeviceSettings?: InputDeviceHdSettings;
2776
+ /**
2777
+ * The unique ID of the input device.
2778
+ */
2779
+ Id?: string;
2780
+ /**
2781
+ * The network MAC address of the input device.
2782
+ */
2783
+ MacAddress?: string;
2784
+ /**
2785
+ * A name that you specify for the input device.
2786
+ */
2787
+ Name?: string;
2788
+ /**
2789
+ * Network settings for the input device.
2790
+ */
2791
+ NetworkSettings?: InputDeviceNetworkSettings;
2792
+ /**
2793
+ * The unique serial number of the input device.
2794
+ */
2795
+ SerialNumber?: string;
2796
+ /**
2797
+ * The type of the input device.
2798
+ */
2799
+ Type?: InputDeviceType | string;
2800
+ /**
2801
+ * Settings that describe an input device that is type UHD.
2802
+ */
2803
+ UhdDeviceSettings?: InputDeviceUhdSettings;
2804
+ }
2805
+ export declare namespace InputDeviceSummary {
2806
+ /**
2807
+ * @internal
2808
+ */
2809
+ const filterSensitiveLog: (obj: InputDeviceSummary) => any;
2810
+ }
2811
+ export declare enum InputSecurityGroupState {
2812
+ DELETED = "DELETED",
2813
+ IDLE = "IDLE",
2814
+ IN_USE = "IN_USE",
2815
+ UPDATING = "UPDATING"
2816
+ }
2817
+ /**
2818
+ * Whitelist rule
2819
+ */
2820
+ export interface InputWhitelistRule {
2821
+ /**
2822
+ * The IPv4 CIDR that's whitelisted.
2823
+ */
2824
+ Cidr?: string;
2825
+ }
2826
+ export declare namespace InputWhitelistRule {
2827
+ /**
2828
+ * @internal
2829
+ */
2830
+ const filterSensitiveLog: (obj: InputWhitelistRule) => any;
2831
+ }
2832
+ /**
2833
+ * An Input Security Group
2834
+ */
2835
+ export interface InputSecurityGroup {
2836
+ /**
2837
+ * Unique ARN of Input Security Group
2838
+ */
2839
+ Arn?: string;
2840
+ /**
2841
+ * The Id of the Input Security Group
2842
+ */
2843
+ Id?: string;
2844
+ /**
2845
+ * The list of inputs currently using this Input Security Group.
2846
+ */
2847
+ Inputs?: string[];
2848
+ /**
2849
+ * The current state of the Input Security Group.
2850
+ */
2851
+ State?: InputSecurityGroupState | string;
2852
+ /**
2853
+ * A collection of key-value pairs.
2854
+ */
2855
+ Tags?: {
2856
+ [key: string]: string;
2857
+ };
2858
+ /**
2859
+ * Whitelist rules and their sync status
2860
+ */
2861
+ WhitelistRules?: InputWhitelistRule[];
2862
+ }
2863
+ export declare namespace InputSecurityGroup {
2864
+ /**
2865
+ * @internal
2866
+ */
2867
+ const filterSensitiveLog: (obj: InputSecurityGroup) => any;
2868
+ }
2869
+ /**
2870
+ * Settings for for a PULL type input.
2871
+ */
2872
+ export interface InputSourceRequest {
2873
+ /**
2874
+ * The key used to extract the password from EC2 Parameter store.
2875
+ */
2876
+ PasswordParam?: string;
2877
+ /**
2878
+ * This represents the customer's source URL where stream is
2879
+ * pulled from.
2880
+ */
2881
+ Url?: string;
2882
+ /**
2883
+ * The username for the input source.
2884
+ */
2885
+ Username?: string;
2886
+ }
2887
+ export declare namespace InputSourceRequest {
2888
+ /**
2889
+ * @internal
2890
+ */
2891
+ const filterSensitiveLog: (obj: InputSourceRequest) => any;
2892
+ }
2893
+ /**
2894
+ * An IPv4 CIDR to whitelist.
2895
+ */
2896
+ export interface InputWhitelistRuleCidr {
2897
+ /**
2898
+ * The IPv4 CIDR to whitelist.
2899
+ */
2900
+ Cidr?: string;
2901
+ }
2902
+ export declare namespace InputWhitelistRuleCidr {
2903
+ /**
2904
+ * @internal
2905
+ */
2906
+ const filterSensitiveLog: (obj: InputWhitelistRuleCidr) => any;
2907
+ }
2908
+ /**
2909
+ * The settings for a MediaConnect Flow.
2910
+ */
2911
+ export interface MediaConnectFlowRequest {
2912
+ /**
2913
+ * The ARN of the MediaConnect Flow that you want to use as a source.
2914
+ */
2915
+ FlowArn?: string;
2916
+ }
2917
+ export declare namespace MediaConnectFlowRequest {
2918
+ /**
2919
+ * @internal
2920
+ */
2921
+ const filterSensitiveLog: (obj: MediaConnectFlowRequest) => any;
2922
+ }
2923
+ /**
2924
+ * Multiplex MediaConnect output destination settings.
2925
+ */
2926
+ export interface MultiplexMediaConnectOutputDestinationSettings {
2927
+ /**
2928
+ * The MediaConnect entitlement ARN available as a Flow source.
2929
+ */
2930
+ EntitlementArn?: string;
2931
+ }
2932
+ export declare namespace MultiplexMediaConnectOutputDestinationSettings {
2933
+ /**
2934
+ * @internal
2935
+ */
2936
+ const filterSensitiveLog: (obj: MultiplexMediaConnectOutputDestinationSettings) => any;
2937
+ }
2938
+ /**
2939
+ * Multiplex output destination settings
2940
+ */
2941
+ export interface MultiplexOutputDestination {
2942
+ /**
2943
+ * Multiplex MediaConnect output destination settings.
2944
+ */
2945
+ MediaConnectSettings?: MultiplexMediaConnectOutputDestinationSettings;
2946
+ }
2947
+ export declare namespace MultiplexOutputDestination {
2948
+ /**
2949
+ * @internal
2950
+ */
2951
+ const filterSensitiveLog: (obj: MultiplexOutputDestination) => any;
2952
+ }
2953
+ /**
2954
+ * The current source for one of the pipelines in the multiplex.
2955
+ */
2956
+ export interface MultiplexProgramPipelineDetail {
2957
+ /**
2958
+ * Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in the multiplex.
2959
+ */
2960
+ ActiveChannelPipeline?: string;
2961
+ /**
2962
+ * Identifies a specific pipeline in the multiplex.
2963
+ */
2964
+ PipelineId?: string;
2965
+ }
2966
+ export declare namespace MultiplexProgramPipelineDetail {
2967
+ /**
2968
+ * @internal
2969
+ */
2970
+ const filterSensitiveLog: (obj: MultiplexProgramPipelineDetail) => any;
2971
+ }
2972
+ /**
2973
+ * Placeholder documentation for MultiplexProgramSummary
2974
+ */
2975
+ export interface MultiplexProgramSummary {
2976
+ /**
2977
+ * The MediaLive Channel associated with the program.
2978
+ */
2979
+ ChannelId?: string;
2980
+ /**
2981
+ * The name of the multiplex program.
2982
+ */
2983
+ ProgramName?: string;
2984
+ }
2985
+ export declare namespace MultiplexProgramSummary {
2986
+ /**
2987
+ * @internal
2988
+ */
2989
+ const filterSensitiveLog: (obj: MultiplexProgramSummary) => any;
2990
+ }
2991
+ /**
2992
+ * Contains summary configuration for a Multiplex event.
2993
+ */
2994
+ export interface MultiplexSettingsSummary {
2995
+ /**
2996
+ * Transport stream bit rate.
2997
+ */
2998
+ TransportStreamBitrate?: number;
2999
+ }
3000
+ export declare namespace MultiplexSettingsSummary {
3001
+ /**
3002
+ * @internal
3003
+ */
3004
+ const filterSensitiveLog: (obj: MultiplexSettingsSummary) => any;
3005
+ }
3006
+ export declare enum MultiplexState {
3007
+ CREATE_FAILED = "CREATE_FAILED",
3008
+ CREATING = "CREATING",
3009
+ DELETED = "DELETED",
3010
+ DELETING = "DELETING",
3011
+ IDLE = "IDLE",
3012
+ RECOVERING = "RECOVERING",
3013
+ RUNNING = "RUNNING",
3014
+ STARTING = "STARTING",
3015
+ STOPPING = "STOPPING"
3016
+ }
3017
+ /**
3018
+ * Placeholder documentation for MultiplexSummary
3019
+ */
3020
+ export interface MultiplexSummary {
3021
+ /**
3022
+ * The unique arn of the multiplex.
3023
+ */
3024
+ Arn?: string;
3025
+ /**
3026
+ * A list of availability zones for the multiplex.
3027
+ */
3028
+ AvailabilityZones?: string[];
3029
+ /**
3030
+ * The unique id of the multiplex.
3031
+ */
3032
+ Id?: string;
3033
+ /**
3034
+ * Configuration for a multiplex event.
3035
+ */
3036
+ MultiplexSettings?: MultiplexSettingsSummary;
3037
+ /**
3038
+ * The name of the multiplex.
3039
+ */
3040
+ Name?: string;
3041
+ /**
3042
+ * The number of currently healthy pipelines.
3043
+ */
3044
+ PipelinesRunningCount?: number;
3045
+ /**
3046
+ * The number of programs in the multiplex.
3047
+ */
3048
+ ProgramCount?: number;
3049
+ /**
3050
+ * The current state of the multiplex.
3051
+ */
3052
+ State?: MultiplexState | string;
3053
+ /**
3054
+ * A collection of key-value pairs.
3055
+ */
3056
+ Tags?: {
3057
+ [key: string]: string;
3058
+ };
3059
+ }
3060
+ export declare namespace MultiplexSummary {
3061
+ /**
3062
+ * @internal
3063
+ */
3064
+ const filterSensitiveLog: (obj: MultiplexSummary) => any;
3065
+ }
3066
+ export declare enum OfferingDurationUnits {
3067
+ MONTHS = "MONTHS"
3068
+ }
3069
+ export declare enum OfferingType {
3070
+ NO_UPFRONT = "NO_UPFRONT"
3071
+ }
3072
+ export declare enum ReservationCodec {
3073
+ AUDIO = "AUDIO",
3074
+ AVC = "AVC",
3075
+ HEVC = "HEVC",
3076
+ LINK = "LINK",
3077
+ MPEG2 = "MPEG2"
3078
+ }
3079
+ export declare enum ReservationMaximumBitrate {
3080
+ MAX_10_MBPS = "MAX_10_MBPS",
3081
+ MAX_20_MBPS = "MAX_20_MBPS",
3082
+ MAX_50_MBPS = "MAX_50_MBPS"
3083
+ }
3084
+ export declare enum ReservationMaximumFramerate {
3085
+ MAX_30_FPS = "MAX_30_FPS",
3086
+ MAX_60_FPS = "MAX_60_FPS"
3087
+ }
3088
+ export declare enum ReservationResolution {
3089
+ FHD = "FHD",
3090
+ HD = "HD",
3091
+ SD = "SD",
3092
+ UHD = "UHD"
3093
+ }
3094
+ export declare enum ReservationResourceType {
3095
+ CHANNEL = "CHANNEL",
3096
+ INPUT = "INPUT",
3097
+ MULTIPLEX = "MULTIPLEX",
3098
+ OUTPUT = "OUTPUT"
3099
+ }
3100
+ export declare enum ReservationSpecialFeature {
3101
+ ADVANCED_AUDIO = "ADVANCED_AUDIO",
3102
+ AUDIO_NORMALIZATION = "AUDIO_NORMALIZATION",
3103
+ MGHD = "MGHD",
3104
+ MGUHD = "MGUHD"
3105
+ }
3106
+ export declare enum ReservationVideoQuality {
3107
+ ENHANCED = "ENHANCED",
3108
+ PREMIUM = "PREMIUM",
3109
+ STANDARD = "STANDARD"
3110
+ }
3111
+ /**
3112
+ * Resource configuration (codec, resolution, bitrate, ...)
3113
+ */
3114
+ export interface ReservationResourceSpecification {
3115
+ /**
3116
+ * Channel class, e.g. 'STANDARD'
3117
+ */
3118
+ ChannelClass?: ChannelClass | string;
3119
+ /**
3120
+ * Codec, e.g. 'AVC'
3121
+ */
3122
+ Codec?: ReservationCodec | string;
3123
+ /**
3124
+ * Maximum bitrate, e.g. 'MAX_20_MBPS'
3125
+ */
3126
+ MaximumBitrate?: ReservationMaximumBitrate | string;
3127
+ /**
3128
+ * Maximum framerate, e.g. 'MAX_30_FPS' (Outputs only)
3129
+ */
3130
+ MaximumFramerate?: ReservationMaximumFramerate | string;
3131
+ /**
3132
+ * Resolution, e.g. 'HD'
3133
+ */
3134
+ Resolution?: ReservationResolution | string;
3135
+ /**
3136
+ * Resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'
3137
+ */
3138
+ ResourceType?: ReservationResourceType | string;
3139
+ /**
3140
+ * Special feature, e.g. 'AUDIO_NORMALIZATION' (Channels only)
3141
+ */
3142
+ SpecialFeature?: ReservationSpecialFeature | string;
3143
+ /**
3144
+ * Video quality, e.g. 'STANDARD' (Outputs only)
3145
+ */
3146
+ VideoQuality?: ReservationVideoQuality | string;
3147
+ }
3148
+ export declare namespace ReservationResourceSpecification {
3149
+ /**
3150
+ * @internal
3151
+ */
3152
+ const filterSensitiveLog: (obj: ReservationResourceSpecification) => any;
3153
+ }
3154
+ /**
3155
+ * Reserved resources available for purchase
3156
+ */
3157
+ export interface Offering {
3158
+ /**
3159
+ * Unique offering ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:offering:87654321'
3160
+ */
3161
+ Arn?: string;
3162
+ /**
3163
+ * Currency code for usagePrice and fixedPrice in ISO-4217 format, e.g. 'USD'
3164
+ */
3165
+ CurrencyCode?: string;
3166
+ /**
3167
+ * Lease duration, e.g. '12'
3168
+ */
3169
+ Duration?: number;
3170
+ /**
3171
+ * Units for duration, e.g. 'MONTHS'
3172
+ */
3173
+ DurationUnits?: OfferingDurationUnits | string;
3174
+ /**
3175
+ * One-time charge for each reserved resource, e.g. '0.0' for a NO_UPFRONT offering
3176
+ */
3177
+ FixedPrice?: number;
3178
+ /**
3179
+ * Offering description, e.g. 'HD AVC output at 10-20 Mbps, 30 fps, and standard VQ in US West (Oregon)'
3180
+ */
3181
+ OfferingDescription?: string;
3182
+ /**
3183
+ * Unique offering ID, e.g. '87654321'
3184
+ */
3185
+ OfferingId?: string;
3186
+ /**
3187
+ * Offering type, e.g. 'NO_UPFRONT'
3188
+ */
3189
+ OfferingType?: OfferingType | string;
3190
+ /**
3191
+ * AWS region, e.g. 'us-west-2'
3192
+ */
3193
+ Region?: string;
3194
+ /**
3195
+ * Resource configuration details
3196
+ */
3197
+ ResourceSpecification?: ReservationResourceSpecification;
3198
+ /**
3199
+ * Recurring usage charge for each reserved resource, e.g. '157.0'
3200
+ */
3201
+ UsagePrice?: number;
3202
+ }
3203
+ export declare namespace Offering {
3204
+ /**
3205
+ * @internal
3206
+ */
3207
+ const filterSensitiveLog: (obj: Offering) => any;
3208
+ }
3209
+ export declare enum M2tsAbsentInputAudioBehavior {
3210
+ DROP = "DROP",
3211
+ ENCODE_SILENCE = "ENCODE_SILENCE"
3212
+ }
3213
+ export declare enum M2tsArib {
3214
+ DISABLED = "DISABLED",
3215
+ ENABLED = "ENABLED"
3216
+ }
3217
+ export declare enum M2tsAribCaptionsPidControl {
3218
+ AUTO = "AUTO",
3219
+ USE_CONFIGURED = "USE_CONFIGURED"
3220
+ }
3221
+ export declare enum M2tsAudioBufferModel {
3222
+ ATSC = "ATSC",
3223
+ DVB = "DVB"
3224
+ }
3225
+ export declare enum M2tsAudioStreamType {
3226
+ ATSC = "ATSC",
3227
+ DVB = "DVB"
3228
+ }
3229
+ export declare enum M2tsBufferModel {
3230
+ MULTIPLEX = "MULTIPLEX",
3231
+ NONE = "NONE"
3232
+ }
3233
+ export declare enum M2tsCcDescriptor {
3234
+ DISABLED = "DISABLED",
3235
+ ENABLED = "ENABLED"
3236
+ }
3237
+ /**
3238
+ * DVB Network Information Table (NIT)
3239
+ */
3240
+ export interface DvbNitSettings {
3241
+ /**
3242
+ * The numeric value placed in the Network Information Table (NIT).
3243
+ */
3244
+ NetworkId: number | undefined;
3245
+ /**
3246
+ * The network name text placed in the networkNameDescriptor inside the Network Information Table. Maximum length is 256 characters.
3247
+ */
3248
+ NetworkName: string | undefined;
3249
+ /**
3250
+ * The number of milliseconds between instances of this table in the output transport stream.
3251
+ */
3252
+ RepInterval?: number;
3253
+ }
3254
+ export declare namespace DvbNitSettings {
3255
+ /**
3256
+ * @internal
3257
+ */
3258
+ const filterSensitiveLog: (obj: DvbNitSettings) => any;
3259
+ }
3260
+ export declare enum DvbSdtOutputSdt {
3261
+ SDT_FOLLOW = "SDT_FOLLOW",
3262
+ SDT_FOLLOW_IF_PRESENT = "SDT_FOLLOW_IF_PRESENT",
3263
+ SDT_MANUAL = "SDT_MANUAL",
3264
+ SDT_NONE = "SDT_NONE"
3265
+ }
3266
+ /**
3267
+ * DVB Service Description Table (SDT)
3268
+ */
3269
+ export interface DvbSdtSettings {
3270
+ /**
3271
+ * Selects method of inserting SDT information into output stream. The sdtFollow setting copies SDT information from input stream to output stream. The sdtFollowIfPresent setting copies SDT information from input stream to output stream if SDT information is present in the input, otherwise it will fall back on the user-defined values. The sdtManual setting means user will enter the SDT information. The sdtNone setting means output stream will not contain SDT information.
3272
+ */
3273
+ OutputSdt?: DvbSdtOutputSdt | string;
3274
+ /**
3275
+ * The number of milliseconds between instances of this table in the output transport stream.
3276
+ */
3277
+ RepInterval?: number;
3278
+ /**
3279
+ * The service name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.
3280
+ */
3281
+ ServiceName?: string;
3282
+ /**
3283
+ * The service provider name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.
3284
+ */
3285
+ ServiceProviderName?: string;
3286
+ }
3287
+ export declare namespace DvbSdtSettings {
3288
+ /**
3289
+ * @internal
3290
+ */
3291
+ const filterSensitiveLog: (obj: DvbSdtSettings) => any;
3292
+ }
3293
+ /**
3294
+ * DVB Time and Date Table (SDT)
3295
+ */
3296
+ export interface DvbTdtSettings {
3297
+ /**
3298
+ * The number of milliseconds between instances of this table in the output transport stream.
3299
+ */
3300
+ RepInterval?: number;
3301
+ }
3302
+ export declare namespace DvbTdtSettings {
3303
+ /**
3304
+ * @internal
3305
+ */
3306
+ const filterSensitiveLog: (obj: DvbTdtSettings) => any;
3307
+ }
3308
+ export declare enum M2tsEbifControl {
3309
+ NONE = "NONE",
3310
+ PASSTHROUGH = "PASSTHROUGH"
3311
+ }
3312
+ export declare enum M2tsAudioInterval {
3313
+ VIDEO_AND_FIXED_INTERVALS = "VIDEO_AND_FIXED_INTERVALS",
3314
+ VIDEO_INTERVAL = "VIDEO_INTERVAL"
3315
+ }
3316
+ export declare enum M2tsEbpPlacement {
3317
+ VIDEO_AND_AUDIO_PIDS = "VIDEO_AND_AUDIO_PIDS",
3318
+ VIDEO_PID = "VIDEO_PID"
3319
+ }
3320
+ export declare enum M2tsEsRateInPes {
3321
+ EXCLUDE = "EXCLUDE",
3322
+ INCLUDE = "INCLUDE"
3323
+ }
3324
+ export declare enum M2tsKlv {
3325
+ NONE = "NONE",
3326
+ PASSTHROUGH = "PASSTHROUGH"
3327
+ }
3328
+ export declare enum M2tsNielsenId3Behavior {
3329
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
3330
+ PASSTHROUGH = "PASSTHROUGH"
3331
+ }
3332
+ export declare enum M2tsPcrControl {
3333
+ CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
3334
+ PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET"
3335
+ }
3336
+ export declare enum M2tsRateMode {
3337
+ CBR = "CBR",
3338
+ VBR = "VBR"
3339
+ }
3340
+ export declare enum M2tsScte35Control {
3341
+ NONE = "NONE",
3342
+ PASSTHROUGH = "PASSTHROUGH"
3343
+ }
3344
+ export declare enum M2tsSegmentationMarkers {
3345
+ EBP = "EBP",
3346
+ EBP_LEGACY = "EBP_LEGACY",
3347
+ NONE = "NONE",
3348
+ PSI_SEGSTART = "PSI_SEGSTART",
3349
+ RAI_ADAPT = "RAI_ADAPT",
3350
+ RAI_SEGSTART = "RAI_SEGSTART"
3351
+ }
3352
+ export declare enum M2tsSegmentationStyle {
3353
+ MAINTAIN_CADENCE = "MAINTAIN_CADENCE",
3354
+ RESET_CADENCE = "RESET_CADENCE"
3355
+ }
3356
+ export declare enum M2tsTimedMetadataBehavior {
3357
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
3358
+ PASSTHROUGH = "PASSTHROUGH"
3359
+ }
3360
+ /**
3361
+ * M2ts Settings
3362
+ */
3363
+ export interface M2tsSettings {
3364
+ /**
3365
+ * When set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input. This allows the output audio configuration to dynamically change based on input configuration. If this is set to encodeSilence, all output audio streams will output encoded silence when not connected to an active input stream.
3366
+ */
3367
+ AbsentInputAudioBehavior?: M2tsAbsentInputAudioBehavior | string;
3368
+ /**
3369
+ * When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.
3370
+ */
3371
+ Arib?: M2tsArib | string;
3372
+ /**
3373
+ * Packet Identifier (PID) for ARIB Captions in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
3374
+ */
3375
+ AribCaptionsPid?: string;
3376
+ /**
3377
+ * If set to auto, pid number used for ARIB Captions will be auto-selected from unused pids. If set to useConfigured, ARIB Captions will be on the configured pid number.
3378
+ */
3379
+ AribCaptionsPidControl?: M2tsAribCaptionsPidControl | string;
3380
+ /**
3381
+ * When set to dvb, uses DVB buffer model for Dolby Digital audio. When set to atsc, the ATSC model is used.
3382
+ */
3383
+ AudioBufferModel?: M2tsAudioBufferModel | string;
3384
+ /**
3385
+ * The number of audio frames to insert for each PES packet.
3386
+ */
3387
+ AudioFramesPerPes?: number;
3388
+ /**
3389
+ * Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
3390
+ */
3391
+ AudioPids?: string;
3392
+ /**
3393
+ * When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3. When set to dvb, uses stream type = 0x06.
3394
+ */
3395
+ AudioStreamType?: M2tsAudioStreamType | string;
3396
+ /**
3397
+ * The output bitrate of the transport stream in bits per second. Setting to 0 lets the muxer automatically determine the appropriate bitrate.
3398
+ */
3399
+ Bitrate?: number;
3400
+ /**
3401
+ * Controls the timing accuracy for output network traffic. Leave as MULTIPLEX to ensure accurate network packet timing. Or set to NONE, which might result in lower latency but will result in more variability in output network packet timing. This variability might cause interruptions, jitter, or bursty behavior in your playback or receiving devices.
3402
+ */
3403
+ BufferModel?: M2tsBufferModel | string;
3404
+ /**
3405
+ * When set to enabled, generates captionServiceDescriptor in PMT.
3406
+ */
3407
+ CcDescriptor?: M2tsCcDescriptor | string;
3408
+ /**
3409
+ * Inserts DVB Network Information Table (NIT) at the specified table repetition interval.
3410
+ */
3411
+ DvbNitSettings?: DvbNitSettings;
3412
+ /**
3413
+ * Inserts DVB Service Description Table (SDT) at the specified table repetition interval.
3414
+ */
3415
+ DvbSdtSettings?: DvbSdtSettings;
3416
+ /**
3417
+ * Packet Identifier (PID) for input source DVB Subtitle data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
3418
+ */
3419
+ DvbSubPids?: string;
3420
+ /**
3421
+ * Inserts DVB Time and Date Table (TDT) at the specified table repetition interval.
3422
+ */
3423
+ DvbTdtSettings?: DvbTdtSettings;
3424
+ /**
3425
+ * Packet Identifier (PID) for input source DVB Teletext data to this output. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
3426
+ */
3427
+ DvbTeletextPid?: string;
3428
+ /**
3429
+ * If set to passthrough, passes any EBIF data from the input source to this output.
3430
+ */
3431
+ Ebif?: M2tsEbifControl | string;
3432
+ /**
3433
+ * When videoAndFixedIntervals is selected, audio EBP markers will be added to partitions 3 and 4. The interval between these additional markers will be fixed, and will be slightly shorter than the video EBP marker interval. Only available when EBP Cablelabs segmentation markers are selected. Partitions 1 and 2 will always follow the video interval.
3434
+ */
3435
+ EbpAudioInterval?: M2tsAudioInterval | string;
3436
+ /**
3437
+ * When set, enforces that Encoder Boundary Points do not come within the specified time interval of each other by looking ahead at input video. If another EBP is going to come in within the specified time interval, the current EBP is not emitted, and the segment is "stretched" to the next marker. The lookahead value does not add latency to the system. The Live Event must be configured elsewhere to create sufficient latency to make the lookahead accurate.
3438
+ */
3439
+ EbpLookaheadMs?: number;
3440
+ /**
3441
+ * Controls placement of EBP on Audio PIDs. If set to videoAndAudioPids, EBP markers will be placed on the video PID and all audio PIDs. If set to videoPid, EBP markers will be placed on only the video PID.
3442
+ */
3443
+ EbpPlacement?: M2tsEbpPlacement | string;
3444
+ /**
3445
+ * This field is unused and deprecated.
3446
+ */
3447
+ EcmPid?: string;
3448
+ /**
3449
+ * Include or exclude the ES Rate field in the PES header.
3450
+ */
3451
+ EsRateInPes?: M2tsEsRateInPes | string;
3452
+ /**
3453
+ * Packet Identifier (PID) for input source ETV Platform data to this output. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
3454
+ */
3455
+ EtvPlatformPid?: string;
3456
+ /**
3457
+ * Packet Identifier (PID) for input source ETV Signal data to this output. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
3458
+ */
3459
+ EtvSignalPid?: string;
3460
+ /**
3461
+ * The length in seconds of each fragment. Only used with EBP markers.
3462
+ */
3463
+ FragmentTime?: number;
3464
+ /**
3465
+ * If set to passthrough, passes any KLV data from the input source to this output.
3466
+ */
3467
+ Klv?: M2tsKlv | string;
3468
+ /**
3469
+ * Packet Identifier (PID) for input source KLV data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
3470
+ */
3471
+ KlvDataPids?: string;
3472
+ /**
3473
+ * If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
3474
+ */
3475
+ NielsenId3Behavior?: M2tsNielsenId3Behavior | string;
3476
+ /**
3477
+ * Value in bits per second of extra null packets to insert into the transport stream. This can be used if a downstream encryption system requires periodic null packets.
3478
+ */
3479
+ NullPacketBitrate?: number;
3480
+ /**
3481
+ * The number of milliseconds between instances of this table in the output transport stream. Valid values are 0, 10..1000.
3482
+ */
3483
+ PatInterval?: number;
3484
+ /**
3485
+ * When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.
3486
+ */
3487
+ PcrControl?: M2tsPcrControl | string;
3488
+ /**
3489
+ * Maximum time in milliseconds between Program Clock Reference (PCRs) inserted into the transport stream.
3490
+ */
3491
+ PcrPeriod?: number;
3492
+ /**
3493
+ * Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
3494
+ */
3495
+ PcrPid?: string;
3496
+ /**
3497
+ * The number of milliseconds between instances of this table in the output transport stream. Valid values are 0, 10..1000.
3498
+ */
3499
+ PmtInterval?: number;
3500
+ /**
3501
+ * Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
3502
+ */
3503
+ PmtPid?: string;
3504
+ /**
3505
+ * The value of the program number field in the Program Map Table.
3506
+ */
3507
+ ProgramNum?: number;
3508
+ /**
3509
+ * When vbr, does not insert null packets into transport stream to fill specified bitrate. The bitrate setting acts as the maximum bitrate when vbr is set.
3510
+ */
3511
+ RateMode?: M2tsRateMode | string;
3512
+ /**
3513
+ * Packet Identifier (PID) for input source SCTE-27 data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
3514
+ */
3515
+ Scte27Pids?: string;
3516
+ /**
3517
+ * Optionally pass SCTE-35 signals from the input source to this output.
3518
+ */
3519
+ Scte35Control?: M2tsScte35Control | string;
3520
+ /**
3521
+ * Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
3522
+ */
3523
+ Scte35Pid?: string;
3524
+ /**
3525
+ * Inserts segmentation markers at each segmentationTime period. raiSegstart sets the Random Access Indicator bit in the adaptation field. raiAdapt sets the RAI bit and adds the current timecode in the private data bytes. psiSegstart inserts PAT and PMT tables at the start of segments. ebp adds Encoder Boundary Point information to the adaptation field as per OpenCable specification OC-SP-EBP-I01-130118. ebpLegacy adds Encoder Boundary Point information to the adaptation field using a legacy proprietary format.
3526
+ */
3527
+ SegmentationMarkers?: M2tsSegmentationMarkers | string;
3528
+ /**
3529
+ * The segmentation style parameter controls how segmentation markers are inserted into the transport stream. With avails, it is possible that segments may be truncated, which can influence where future segmentation markers are inserted.
3530
+ *
3531
+ * When a segmentation style of "resetCadence" is selected and a segment is truncated due to an avail, we will reset the segmentation cadence. This means the subsequent segment will have a duration of $segmentationTime seconds.
3532
+ *
3533
+ * When a segmentation style of "maintainCadence" is selected and a segment is truncated due to an avail, we will not reset the segmentation cadence. This means the subsequent segment will likely be truncated as well. However, all segments after that will have a duration of $segmentationTime seconds. Note that EBP lookahead is a slight exception to this rule.
3534
+ */
3535
+ SegmentationStyle?: M2tsSegmentationStyle | string;
3536
+ /**
3537
+ * The length in seconds of each segment. Required unless markers is set to _none_.
3538
+ */
3539
+ SegmentationTime?: number;
3540
+ /**
3541
+ * When set to passthrough, timed metadata will be passed through from input to output.
3542
+ */
3543
+ TimedMetadataBehavior?: M2tsTimedMetadataBehavior | string;
3544
+ /**
3545
+ * Packet Identifier (PID) of the timed metadata stream in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
3546
+ */
3547
+ TimedMetadataPid?: string;
3548
+ /**
3549
+ * The value of the transport stream ID field in the Program Map Table.
3550
+ */
3551
+ TransportStreamId?: number;
3552
+ /**
3553
+ * Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
3554
+ */
3555
+ VideoPid?: string;
3556
+ }
3557
+ export declare namespace M2tsSettings {
3558
+ /**
3559
+ * @internal
3560
+ */
3561
+ const filterSensitiveLog: (obj: M2tsSettings) => any;
3562
+ }
3563
+ /**
3564
+ * Raw Settings
3565
+ */
3566
+ export interface RawSettings {
3567
+ }
3568
+ export declare namespace RawSettings {
3569
+ /**
3570
+ * @internal
3571
+ */
3572
+ const filterSensitiveLog: (obj: RawSettings) => any;
3573
+ }
3574
+ /**
3575
+ * Archive Container Settings
3576
+ */
3577
+ export interface ArchiveContainerSettings {
3578
+ /**
3579
+ * M2ts Settings
3580
+ */
3581
+ M2tsSettings?: M2tsSettings;
3582
+ /**
3583
+ * Raw Settings
3584
+ */
3585
+ RawSettings?: RawSettings;
3586
+ }
3587
+ export declare namespace ArchiveContainerSettings {
3588
+ /**
3589
+ * @internal
3590
+ */
3591
+ const filterSensitiveLog: (obj: ArchiveContainerSettings) => any;
3592
+ }
3593
+ /**
3594
+ * Archive Output Settings
3595
+ */
3596
+ export interface ArchiveOutputSettings {
3597
+ /**
3598
+ * Settings specific to the container type of the file.
3599
+ */
3600
+ ContainerSettings: ArchiveContainerSettings | undefined;
3601
+ /**
3602
+ * Output file extension. If excluded, this will be auto-selected from the container type.
3603
+ */
3604
+ Extension?: string;
3605
+ /**
3606
+ * String concatenated to the end of the destination filename. Required for multiple outputs of the same type.
3607
+ */
3608
+ NameModifier?: string;
3609
+ }
3610
+ export declare namespace ArchiveOutputSettings {
3611
+ /**
3612
+ * @internal
3613
+ */
3614
+ const filterSensitiveLog: (obj: ArchiveOutputSettings) => any;
3615
+ }
3616
+ /**
3617
+ * Frame Capture Output Settings
3618
+ */
3619
+ export interface FrameCaptureOutputSettings {
3620
+ /**
3621
+ * Required if the output group contains more than one output. This modifier forms part of the output file name.
3622
+ */
3623
+ NameModifier?: string;
3624
+ }
3625
+ export declare namespace FrameCaptureOutputSettings {
3626
+ /**
3627
+ * @internal
3628
+ */
3629
+ const filterSensitiveLog: (obj: FrameCaptureOutputSettings) => any;
3630
+ }
3631
+ export declare enum HlsH265PackagingType {
3632
+ HEV1 = "HEV1",
3633
+ HVC1 = "HVC1"
3634
+ }
3635
+ export declare enum AudioOnlyHlsTrackType {
3636
+ ALTERNATE_AUDIO_AUTO_SELECT = "ALTERNATE_AUDIO_AUTO_SELECT",
3637
+ ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT = "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT",
3638
+ ALTERNATE_AUDIO_NOT_AUTO_SELECT = "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
3639
+ AUDIO_ONLY_VARIANT_STREAM = "AUDIO_ONLY_VARIANT_STREAM"
3640
+ }
3641
+ export declare enum AudioOnlyHlsSegmentType {
3642
+ AAC = "AAC",
3643
+ FMP4 = "FMP4"
3644
+ }
3645
+ /**
3646
+ * Audio Only Hls Settings
3647
+ */
3648
+ export interface AudioOnlyHlsSettings {
3649
+ /**
3650
+ * Specifies the group to which the audio Rendition belongs.
3651
+ */
3652
+ AudioGroupId?: string;
3653
+ /**
3654
+ * Optional. Specifies the .jpg or .png image to use as the cover art for an audio-only output. We recommend a low bit-size file because the image increases the output audio bandwidth.
3655
+ *
3656
+ * The image is attached to the audio as an ID3 tag, frame type APIC, picture type 0x10, as per the "ID3 tag version 2.4.0 - Native Frames" standard.
3657
+ */
3658
+ AudioOnlyImage?: InputLocation;
3659
+ /**
3660
+ * Four types of audio-only tracks are supported:
3661
+ *
3662
+ * Audio-Only Variant Stream
3663
+ * The client can play back this audio-only stream instead of video in low-bandwidth scenarios. Represented as an EXT-X-STREAM-INF in the HLS manifest.
3664
+ *
3665
+ * Alternate Audio, Auto Select, Default
3666
+ * Alternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES
3667
+ *
3668
+ * Alternate Audio, Auto Select, Not Default
3669
+ * Alternate rendition that the client may try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES
3670
+ *
3671
+ * Alternate Audio, not Auto Select
3672
+ * Alternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NO
3673
+ */
3674
+ AudioTrackType?: AudioOnlyHlsTrackType | string;
3675
+ /**
3676
+ * Specifies the segment type.
3677
+ */
3678
+ SegmentType?: AudioOnlyHlsSegmentType | string;
3679
+ }
3680
+ export declare namespace AudioOnlyHlsSettings {
3681
+ /**
3682
+ * @internal
3683
+ */
3684
+ const filterSensitiveLog: (obj: AudioOnlyHlsSettings) => any;
3685
+ }
3686
+ export declare enum Fmp4NielsenId3Behavior {
3687
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
3688
+ PASSTHROUGH = "PASSTHROUGH"
3689
+ }
3690
+ export declare enum Fmp4TimedMetadataBehavior {
3691
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
3692
+ PASSTHROUGH = "PASSTHROUGH"
3693
+ }
3694
+ /**
3695
+ * Fmp4 Hls Settings
3696
+ */
3697
+ export interface Fmp4HlsSettings {
3698
+ /**
3699
+ * List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.
3700
+ */
3701
+ AudioRenditionSets?: string;
3702
+ /**
3703
+ * If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
3704
+ */
3705
+ NielsenId3Behavior?: Fmp4NielsenId3Behavior | string;
3706
+ /**
3707
+ * When set to passthrough, timed metadata is passed through from input to output.
3708
+ */
3709
+ TimedMetadataBehavior?: Fmp4TimedMetadataBehavior | string;
3710
+ }
3711
+ export declare namespace Fmp4HlsSettings {
3712
+ /**
3713
+ * @internal
3714
+ */
3715
+ const filterSensitiveLog: (obj: Fmp4HlsSettings) => any;
3716
+ }
3717
+ /**
3718
+ * Frame Capture Hls Settings
3719
+ */
3720
+ export interface FrameCaptureHlsSettings {
3721
+ }
3722
+ export declare namespace FrameCaptureHlsSettings {
3723
+ /**
3724
+ * @internal
3725
+ */
3726
+ const filterSensitiveLog: (obj: FrameCaptureHlsSettings) => any;
3727
+ }
3728
+ export declare enum M3u8NielsenId3Behavior {
3729
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
3730
+ PASSTHROUGH = "PASSTHROUGH"
3731
+ }
3732
+ export declare enum M3u8PcrControl {
3733
+ CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
3734
+ PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET"
3735
+ }
3736
+ export declare enum M3u8Scte35Behavior {
3737
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
3738
+ PASSTHROUGH = "PASSTHROUGH"
3739
+ }
3740
+ export declare enum M3u8TimedMetadataBehavior {
3741
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
3742
+ PASSTHROUGH = "PASSTHROUGH"
3743
+ }
3744
+ /**
3745
+ * Settings information for the .m3u8 container
3746
+ */
3747
+ export interface M3u8Settings {
3748
+ /**
3749
+ * The number of audio frames to insert for each PES packet.
3750
+ */
3751
+ AudioFramesPerPes?: number;
3752
+ /**
3753
+ * Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values.
3754
+ */
3755
+ AudioPids?: string;
3756
+ /**
3757
+ * This parameter is unused and deprecated.
3758
+ */
3759
+ EcmPid?: string;
3760
+ /**
3761
+ * If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
3762
+ */
3763
+ NielsenId3Behavior?: M3u8NielsenId3Behavior | string;
3764
+ /**
3765
+ * The number of milliseconds between instances of this table in the output transport stream. A value of \"0\" writes out the PMT once per segment file.
3766
+ */
3767
+ PatInterval?: number;
3768
+ /**
3769
+ * When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.
3770
+ */
3771
+ PcrControl?: M3u8PcrControl | string;
3772
+ /**
3773
+ * Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.
3774
+ */
3775
+ PcrPeriod?: number;
3776
+ /**
3777
+ * Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID. Can be entered as a decimal or hexadecimal value.
3778
+ */
3779
+ PcrPid?: string;
3780
+ /**
3781
+ * The number of milliseconds between instances of this table in the output transport stream. A value of \"0\" writes out the PMT once per segment file.
3782
+ */
3783
+ PmtInterval?: number;
3784
+ /**
3785
+ * Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value.
3786
+ */
3787
+ PmtPid?: string;
3788
+ /**
3789
+ * The value of the program number field in the Program Map Table.
3790
+ */
3791
+ ProgramNum?: number;
3792
+ /**
3793
+ * If set to passthrough, passes any SCTE-35 signals from the input source to this output.
3794
+ */
3795
+ Scte35Behavior?: M3u8Scte35Behavior | string;
3796
+ /**
3797
+ * Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value.
3798
+ */
3799
+ Scte35Pid?: string;
3800
+ /**
3801
+ * When set to passthrough, timed metadata is passed through from input to output.
3802
+ */
3803
+ TimedMetadataBehavior?: M3u8TimedMetadataBehavior | string;
3804
+ /**
3805
+ * Packet Identifier (PID) of the timed metadata stream in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
3806
+ */
3807
+ TimedMetadataPid?: string;
3808
+ /**
3809
+ * The value of the transport stream ID field in the Program Map Table.
3810
+ */
3811
+ TransportStreamId?: number;
3812
+ /**
3813
+ * Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value.
3814
+ */
3815
+ VideoPid?: string;
3816
+ }
3817
+ export declare namespace M3u8Settings {
3818
+ /**
3819
+ * @internal
3820
+ */
3821
+ const filterSensitiveLog: (obj: M3u8Settings) => any;
3822
+ }
3823
+ /**
3824
+ * Standard Hls Settings
3825
+ */
3826
+ export interface StandardHlsSettings {
3827
+ /**
3828
+ * List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.
3829
+ */
3830
+ AudioRenditionSets?: string;
3831
+ /**
3832
+ * Settings information for the .m3u8 container
3833
+ */
3834
+ M3u8Settings: M3u8Settings | undefined;
3835
+ }
3836
+ export declare namespace StandardHlsSettings {
3837
+ /**
3838
+ * @internal
3839
+ */
3840
+ const filterSensitiveLog: (obj: StandardHlsSettings) => any;
3841
+ }
3842
+ /**
3843
+ * Hls Settings
3844
+ */
3845
+ export interface HlsSettings {
3846
+ /**
3847
+ * Audio Only Hls Settings
3848
+ */
3849
+ AudioOnlyHlsSettings?: AudioOnlyHlsSettings;
3850
+ /**
3851
+ * Fmp4 Hls Settings
3852
+ */
3853
+ Fmp4HlsSettings?: Fmp4HlsSettings;
3854
+ /**
3855
+ * Frame Capture Hls Settings
3856
+ */
3857
+ FrameCaptureHlsSettings?: FrameCaptureHlsSettings;
3858
+ /**
3859
+ * Standard Hls Settings
3860
+ */
3861
+ StandardHlsSettings?: StandardHlsSettings;
3862
+ }
3863
+ export declare namespace HlsSettings {
3864
+ /**
3865
+ * @internal
3866
+ */
3867
+ const filterSensitiveLog: (obj: HlsSettings) => any;
3868
+ }
3869
+ /**
3870
+ * Hls Output Settings
3871
+ */
3872
+ export interface HlsOutputSettings {
3873
+ /**
3874
+ * Only applicable when this output is referencing an H.265 video description.
3875
+ * Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
3876
+ */
3877
+ H265PackagingType?: HlsH265PackagingType | string;
3878
+ /**
3879
+ * Settings regarding the underlying stream. These settings are different for audio-only outputs.
3880
+ */
3881
+ HlsSettings: HlsSettings | undefined;
3882
+ /**
3883
+ * String concatenated to the end of the destination filename. Accepts \"Format Identifiers\":#formatIdentifierParameters.
3884
+ */
3885
+ NameModifier?: string;
3886
+ /**
3887
+ * String concatenated to end of segment filenames.
3888
+ */
3889
+ SegmentModifier?: string;
3890
+ }
3891
+ export declare namespace HlsOutputSettings {
3892
+ /**
3893
+ * @internal
3894
+ */
3895
+ const filterSensitiveLog: (obj: HlsOutputSettings) => any;
3896
+ }
3897
+ /**
3898
+ * Media Package Output Settings
3899
+ */
3900
+ export interface MediaPackageOutputSettings {
3901
+ }
3902
+ export declare namespace MediaPackageOutputSettings {
3903
+ /**
3904
+ * @internal
3905
+ */
3906
+ const filterSensitiveLog: (obj: MediaPackageOutputSettings) => any;
3907
+ }
3908
+ export declare enum MsSmoothH265PackagingType {
3909
+ HEV1 = "HEV1",
3910
+ HVC1 = "HVC1"
3911
+ }
3912
+ /**
3913
+ * Ms Smooth Output Settings
3914
+ */
3915
+ export interface MsSmoothOutputSettings {
3916
+ /**
3917
+ * Only applicable when this output is referencing an H.265 video description.
3918
+ * Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
3919
+ */
3920
+ H265PackagingType?: MsSmoothH265PackagingType | string;
3921
+ /**
3922
+ * String concatenated to the end of the destination filename. Required for multiple outputs of the same type.
3923
+ */
3924
+ NameModifier?: string;
3925
+ }
3926
+ export declare namespace MsSmoothOutputSettings {
3927
+ /**
3928
+ * @internal
3929
+ */
3930
+ const filterSensitiveLog: (obj: MsSmoothOutputSettings) => any;
3931
+ }
3932
+ /**
3933
+ * Reference to an OutputDestination ID defined in the channel
3934
+ */
3935
+ export interface OutputLocationRef {
3936
+ /**
3937
+ * Placeholder documentation for __string
3938
+ */
3939
+ DestinationRefId?: string;
3940
+ }
3941
+ export declare namespace OutputLocationRef {
3942
+ /**
3943
+ * @internal
3944
+ */
3945
+ const filterSensitiveLog: (obj: OutputLocationRef) => any;
3946
+ }
3947
+ /**
3948
+ * Multiplex Output Settings
3949
+ */
3950
+ export interface MultiplexOutputSettings {
3951
+ /**
3952
+ * Destination is a Multiplex.
3953
+ */
3954
+ Destination: OutputLocationRef | undefined;
3955
+ }
3956
+ export declare namespace MultiplexOutputSettings {
3957
+ /**
3958
+ * @internal
3959
+ */
3960
+ const filterSensitiveLog: (obj: MultiplexOutputSettings) => any;
3961
+ }
3962
+ export declare enum RtmpOutputCertificateMode {
3963
+ SELF_SIGNED = "SELF_SIGNED",
3964
+ VERIFY_AUTHENTICITY = "VERIFY_AUTHENTICITY"
3965
+ }
3966
+ /**
3967
+ * Rtmp Output Settings
3968
+ */
3969
+ export interface RtmpOutputSettings {
3970
+ /**
3971
+ * If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA). This will cause rtmps outputs with self-signed certificates to fail.
3972
+ */
3973
+ CertificateMode?: RtmpOutputCertificateMode | string;
3974
+ /**
3975
+ * Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
3976
+ */
3977
+ ConnectionRetryInterval?: number;
3978
+ /**
3979
+ * The RTMP endpoint excluding the stream name (eg. rtmp://host/appname). For connection to Akamai, a username and password must be supplied. URI fields accept format identifiers.
3980
+ */
3981
+ Destination: OutputLocationRef | undefined;
3982
+ /**
3983
+ * Number of retry attempts.
3984
+ */
3985
+ NumRetries?: number;
3986
+ }
3987
+ export declare namespace RtmpOutputSettings {
3988
+ /**
3989
+ * @internal
3990
+ */
3991
+ const filterSensitiveLog: (obj: RtmpOutputSettings) => any;
3992
+ }
3993
+ /**
3994
+ * Udp Container Settings
3995
+ */
3996
+ export interface UdpContainerSettings {
3997
+ /**
3998
+ * M2ts Settings
3999
+ */
4000
+ M2tsSettings?: M2tsSettings;
4001
+ }
4002
+ export declare namespace UdpContainerSettings {
4003
+ /**
4004
+ * @internal
4005
+ */
4006
+ const filterSensitiveLog: (obj: UdpContainerSettings) => any;
4007
+ }
4008
+ export declare enum FecOutputIncludeFec {
4009
+ COLUMN = "COLUMN",
4010
+ COLUMN_AND_ROW = "COLUMN_AND_ROW"
4011
+ }
4012
+ /**
4013
+ * Fec Output Settings
4014
+ */
4015
+ export interface FecOutputSettings {
4016
+ /**
4017
+ * Parameter D from SMPTE 2022-1. The height of the FEC protection matrix. The number of transport stream packets per column error correction packet. Must be between 4 and 20, inclusive.
4018
+ */
4019
+ ColumnDepth?: number;
4020
+ /**
4021
+ * Enables column only or column and row based FEC
4022
+ */
4023
+ IncludeFec?: FecOutputIncludeFec | string;
4024
+ /**
4025
+ * Parameter L from SMPTE 2022-1. The width of the FEC protection matrix. Must be between 1 and 20, inclusive. If only Column FEC is used, then larger values increase robustness. If Row FEC is used, then this is the number of transport stream packets per row error correction packet, and the value must be between 4 and 20, inclusive, if includeFec is columnAndRow. If includeFec is column, this value must be 1 to 20, inclusive.
4026
+ */
4027
+ RowLength?: number;
4028
+ }
4029
+ export declare namespace FecOutputSettings {
4030
+ /**
4031
+ * @internal
4032
+ */
4033
+ const filterSensitiveLog: (obj: FecOutputSettings) => any;
4034
+ }
4035
+ /**
4036
+ * Udp Output Settings
4037
+ */
4038
+ export interface UdpOutputSettings {
4039
+ /**
4040
+ * UDP output buffering in milliseconds. Larger values increase latency through the transcoder but simultaneously assist the transcoder in maintaining a constant, low-jitter UDP/RTP output while accommodating clock recovery, input switching, input disruptions, picture reordering, etc.
4041
+ */
4042
+ BufferMsec?: number;
4043
+ /**
4044
+ * Udp Container Settings
4045
+ */
4046
+ ContainerSettings: UdpContainerSettings | undefined;
4047
+ /**
4048
+ * Destination address and port number for RTP or UDP packets. Can be unicast or multicast RTP or UDP (eg. rtp://239.10.10.10:5001 or udp://10.100.100.100:5002).
4049
+ */
4050
+ Destination: OutputLocationRef | undefined;
4051
+ /**
4052
+ * Settings for enabling and adjusting Forward Error Correction on UDP outputs.
4053
+ */
4054
+ FecOutputSettings?: FecOutputSettings;
4055
+ }
4056
+ export declare namespace UdpOutputSettings {
4057
+ /**
4058
+ * @internal
4059
+ */
4060
+ const filterSensitiveLog: (obj: UdpOutputSettings) => any;
4061
+ }
4062
+ /**
4063
+ * Output Settings
4064
+ */
4065
+ export interface OutputSettings {
4066
+ /**
4067
+ * Archive Output Settings
4068
+ */
4069
+ ArchiveOutputSettings?: ArchiveOutputSettings;
4070
+ /**
4071
+ * Frame Capture Output Settings
4072
+ */
4073
+ FrameCaptureOutputSettings?: FrameCaptureOutputSettings;
4074
+ /**
4075
+ * Hls Output Settings
4076
+ */
4077
+ HlsOutputSettings?: HlsOutputSettings;
4078
+ /**
4079
+ * Media Package Output Settings
4080
+ */
4081
+ MediaPackageOutputSettings?: MediaPackageOutputSettings;
4082
+ /**
4083
+ * Ms Smooth Output Settings
4084
+ */
4085
+ MsSmoothOutputSettings?: MsSmoothOutputSettings;
4086
+ /**
4087
+ * Multiplex Output Settings
4088
+ */
4089
+ MultiplexOutputSettings?: MultiplexOutputSettings;
4090
+ /**
4091
+ * Rtmp Output Settings
4092
+ */
4093
+ RtmpOutputSettings?: RtmpOutputSettings;
4094
+ /**
4095
+ * Udp Output Settings
4096
+ */
4097
+ UdpOutputSettings?: UdpOutputSettings;
4098
+ }
4099
+ export declare namespace OutputSettings {
4100
+ /**
4101
+ * @internal
4102
+ */
4103
+ const filterSensitiveLog: (obj: OutputSettings) => any;
4104
+ }
4105
+ /**
4106
+ * Output settings. There can be multiple outputs within a group.
4107
+ */
4108
+ export interface Output {
4109
+ /**
4110
+ * The names of the AudioDescriptions used as audio sources for this output.
4111
+ */
4112
+ AudioDescriptionNames?: string[];
4113
+ /**
4114
+ * The names of the CaptionDescriptions used as caption sources for this output.
4115
+ */
4116
+ CaptionDescriptionNames?: string[];
4117
+ /**
4118
+ * The name used to identify an output.
4119
+ */
4120
+ OutputName?: string;
4121
+ /**
4122
+ * Output type-specific settings.
4123
+ */
4124
+ OutputSettings: OutputSettings | undefined;
4125
+ /**
4126
+ * The name of the VideoDescription used as the source for this output.
4127
+ */
4128
+ VideoDescriptionName?: string;
4129
+ }
4130
+ export declare namespace Output {
4131
+ /**
4132
+ * @internal
4133
+ */
4134
+ const filterSensitiveLog: (obj: Output) => any;
4135
+ }
4136
+ export declare enum S3CannedAcl {
4137
+ AUTHENTICATED_READ = "AUTHENTICATED_READ",
4138
+ BUCKET_OWNER_FULL_CONTROL = "BUCKET_OWNER_FULL_CONTROL",
4139
+ BUCKET_OWNER_READ = "BUCKET_OWNER_READ",
4140
+ PUBLIC_READ = "PUBLIC_READ"
4141
+ }
4142
+ /**
4143
+ * Archive S3 Settings
4144
+ */
4145
+ export interface ArchiveS3Settings {
4146
+ /**
4147
+ * Specify the canned ACL to apply to each S3 request. Defaults to none.
4148
+ */
4149
+ CannedAcl?: S3CannedAcl | string;
4150
+ }
4151
+ export declare namespace ArchiveS3Settings {
4152
+ /**
4153
+ * @internal
4154
+ */
4155
+ const filterSensitiveLog: (obj: ArchiveS3Settings) => any;
4156
+ }
4157
+ /**
4158
+ * Archive Cdn Settings
4159
+ */
4160
+ export interface ArchiveCdnSettings {
4161
+ /**
4162
+ * Archive S3 Settings
4163
+ */
4164
+ ArchiveS3Settings?: ArchiveS3Settings;
4165
+ }
4166
+ export declare namespace ArchiveCdnSettings {
4167
+ /**
4168
+ * @internal
4169
+ */
4170
+ const filterSensitiveLog: (obj: ArchiveCdnSettings) => any;
4171
+ }
4172
+ /**
4173
+ * Archive Group Settings
4174
+ */
4175
+ export interface ArchiveGroupSettings {
4176
+ /**
4177
+ * Parameters that control interactions with the CDN.
4178
+ */
4179
+ ArchiveCdnSettings?: ArchiveCdnSettings;
4180
+ /**
4181
+ * A directory and base filename where archive files should be written.
4182
+ */
4183
+ Destination: OutputLocationRef | undefined;
4184
+ /**
4185
+ * Number of seconds to write to archive file before closing and starting a new one.
4186
+ */
4187
+ RolloverInterval?: number;
4188
+ }
4189
+ export declare namespace ArchiveGroupSettings {
4190
+ /**
4191
+ * @internal
4192
+ */
4193
+ const filterSensitiveLog: (obj: ArchiveGroupSettings) => any;
4194
+ }
4195
+ /**
4196
+ * Frame Capture S3 Settings
4197
+ */
4198
+ export interface FrameCaptureS3Settings {
4199
+ /**
4200
+ * Specify the canned ACL to apply to each S3 request. Defaults to none.
4201
+ */
4202
+ CannedAcl?: S3CannedAcl | string;
4203
+ }
4204
+ export declare namespace FrameCaptureS3Settings {
4205
+ /**
4206
+ * @internal
4207
+ */
4208
+ const filterSensitiveLog: (obj: FrameCaptureS3Settings) => any;
4209
+ }
4210
+ /**
4211
+ * Frame Capture Cdn Settings
4212
+ */
4213
+ export interface FrameCaptureCdnSettings {
4214
+ /**
4215
+ * Frame Capture S3 Settings
4216
+ */
4217
+ FrameCaptureS3Settings?: FrameCaptureS3Settings;
4218
+ }
4219
+ export declare namespace FrameCaptureCdnSettings {
4220
+ /**
4221
+ * @internal
4222
+ */
4223
+ const filterSensitiveLog: (obj: FrameCaptureCdnSettings) => any;
4224
+ }
4225
+ /**
4226
+ * Frame Capture Group Settings
4227
+ */
4228
+ export interface FrameCaptureGroupSettings {
4229
+ /**
4230
+ * The destination for the frame capture files. Either the URI for an Amazon S3 bucket and object, plus a file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling-) or the URI for a MediaStore container, plus a file name prefix (for example, mediastoressl://sportsDelivery/20180820/curling-). The final file names consist of the prefix from the destination field (for example, "curling-") + name modifier + the counter (5 digits, starting from 00001) + extension (which is always .jpg). For example, curling-low.00001.jpg
4231
+ */
4232
+ Destination: OutputLocationRef | undefined;
4233
+ /**
4234
+ * Parameters that control interactions with the CDN.
4235
+ */
4236
+ FrameCaptureCdnSettings?: FrameCaptureCdnSettings;
4237
+ }
4238
+ export declare namespace FrameCaptureGroupSettings {
4239
+ /**
4240
+ * @internal
4241
+ */
4242
+ const filterSensitiveLog: (obj: FrameCaptureGroupSettings) => any;
4243
+ }
4244
+ export declare enum HlsCaptionLanguageSetting {
4245
+ INSERT = "INSERT",
4246
+ NONE = "NONE",
4247
+ OMIT = "OMIT"
4248
+ }
4249
+ export declare enum HlsClientCache {
4250
+ DISABLED = "DISABLED",
4251
+ ENABLED = "ENABLED"
4252
+ }
4253
+ export declare enum HlsCodecSpecification {
4254
+ RFC_4281 = "RFC_4281",
4255
+ RFC_6381 = "RFC_6381"
4256
+ }
4257
+ export declare enum HlsDirectoryStructure {
4258
+ SINGLE_DIRECTORY = "SINGLE_DIRECTORY",
4259
+ SUBDIRECTORY_PER_STREAM = "SUBDIRECTORY_PER_STREAM"
4260
+ }
4261
+ export declare enum HlsDiscontinuityTags {
4262
+ INSERT = "INSERT",
4263
+ NEVER_INSERT = "NEVER_INSERT"
4264
+ }
4265
+ export declare enum HlsEncryptionType {
4266
+ AES128 = "AES128",
4267
+ SAMPLE_AES = "SAMPLE_AES"
4268
+ }
4269
+ export declare enum HlsAkamaiHttpTransferMode {
4270
+ CHUNKED = "CHUNKED",
4271
+ NON_CHUNKED = "NON_CHUNKED"
4272
+ }
4273
+ /**
4274
+ * Hls Akamai Settings
4275
+ */
4276
+ export interface HlsAkamaiSettings {
4277
+ /**
4278
+ * Number of seconds to wait before retrying connection to the CDN if the connection is lost.
4279
+ */
4280
+ ConnectionRetryInterval?: number;
4281
+ /**
4282
+ * Size in seconds of file cache for streaming outputs.
4283
+ */
4284
+ FilecacheDuration?: number;
4285
+ /**
4286
+ * Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature.
4287
+ */
4288
+ HttpTransferMode?: HlsAkamaiHttpTransferMode | string;
4289
+ /**
4290
+ * Number of retry attempts that will be made before the Live Event is put into an error state.
4291
+ */
4292
+ NumRetries?: number;
4293
+ /**
4294
+ * If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
4295
+ */
4296
+ RestartDelay?: number;
4297
+ /**
4298
+ * Salt for authenticated Akamai.
4299
+ */
4300
+ Salt?: string;
4301
+ /**
4302
+ * Token parameter for authenticated akamai. If not specified, _gda_ is used.
4303
+ */
4304
+ Token?: string;
4305
+ }
4306
+ export declare namespace HlsAkamaiSettings {
4307
+ /**
4308
+ * @internal
4309
+ */
4310
+ const filterSensitiveLog: (obj: HlsAkamaiSettings) => any;
4311
+ }
4312
+ /**
4313
+ * Hls Basic Put Settings
4314
+ */
4315
+ export interface HlsBasicPutSettings {
4316
+ /**
4317
+ * Number of seconds to wait before retrying connection to the CDN if the connection is lost.
4318
+ */
4319
+ ConnectionRetryInterval?: number;
4320
+ /**
4321
+ * Size in seconds of file cache for streaming outputs.
4322
+ */
4323
+ FilecacheDuration?: number;
4324
+ /**
4325
+ * Number of retry attempts that will be made before the Live Event is put into an error state.
4326
+ */
4327
+ NumRetries?: number;
4328
+ /**
4329
+ * If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
4330
+ */
4331
+ RestartDelay?: number;
4332
+ }
4333
+ export declare namespace HlsBasicPutSettings {
4334
+ /**
4335
+ * @internal
4336
+ */
4337
+ const filterSensitiveLog: (obj: HlsBasicPutSettings) => any;
4338
+ }
4339
+ export declare enum HlsMediaStoreStorageClass {
4340
+ TEMPORAL = "TEMPORAL"
4341
+ }
4342
+ /**
4343
+ * Hls Media Store Settings
4344
+ */
4345
+ export interface HlsMediaStoreSettings {
4346
+ /**
4347
+ * Number of seconds to wait before retrying connection to the CDN if the connection is lost.
4348
+ */
4349
+ ConnectionRetryInterval?: number;
4350
+ /**
4351
+ * Size in seconds of file cache for streaming outputs.
4352
+ */
4353
+ FilecacheDuration?: number;
4354
+ /**
4355
+ * When set to temporal, output files are stored in non-persistent memory for faster reading and writing.
4356
+ */
4357
+ MediaStoreStorageClass?: HlsMediaStoreStorageClass | string;
4358
+ /**
4359
+ * Number of retry attempts that will be made before the Live Event is put into an error state.
4360
+ */
4361
+ NumRetries?: number;
4362
+ /**
4363
+ * If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
4364
+ */
4365
+ RestartDelay?: number;
4366
+ }
4367
+ export declare namespace HlsMediaStoreSettings {
4368
+ /**
4369
+ * @internal
4370
+ */
4371
+ const filterSensitiveLog: (obj: HlsMediaStoreSettings) => any;
4372
+ }
4373
+ /**
4374
+ * Hls S3 Settings
4375
+ */
4376
+ export interface HlsS3Settings {
4377
+ /**
4378
+ * Specify the canned ACL to apply to each S3 request. Defaults to none.
4379
+ */
4380
+ CannedAcl?: S3CannedAcl | string;
4381
+ }
4382
+ export declare namespace HlsS3Settings {
4383
+ /**
4384
+ * @internal
4385
+ */
4386
+ const filterSensitiveLog: (obj: HlsS3Settings) => any;
4387
+ }
4388
+ export declare enum HlsWebdavHttpTransferMode {
4389
+ CHUNKED = "CHUNKED",
4390
+ NON_CHUNKED = "NON_CHUNKED"
4391
+ }
4392
+ /**
4393
+ * Hls Webdav Settings
4394
+ */
4395
+ export interface HlsWebdavSettings {
4396
+ /**
4397
+ * Number of seconds to wait before retrying connection to the CDN if the connection is lost.
4398
+ */
4399
+ ConnectionRetryInterval?: number;
4400
+ /**
4401
+ * Size in seconds of file cache for streaming outputs.
4402
+ */
4403
+ FilecacheDuration?: number;
4404
+ /**
4405
+ * Specify whether or not to use chunked transfer encoding to WebDAV.
4406
+ */
4407
+ HttpTransferMode?: HlsWebdavHttpTransferMode | string;
4408
+ /**
4409
+ * Number of retry attempts that will be made before the Live Event is put into an error state.
4410
+ */
4411
+ NumRetries?: number;
4412
+ /**
4413
+ * If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
4414
+ */
4415
+ RestartDelay?: number;
4416
+ }
4417
+ export declare namespace HlsWebdavSettings {
4418
+ /**
4419
+ * @internal
4420
+ */
4421
+ const filterSensitiveLog: (obj: HlsWebdavSettings) => any;
4422
+ }
4423
+ /**
4424
+ * Hls Cdn Settings
4425
+ */
4426
+ export interface HlsCdnSettings {
4427
+ /**
4428
+ * Hls Akamai Settings
4429
+ */
4430
+ HlsAkamaiSettings?: HlsAkamaiSettings;
4431
+ /**
4432
+ * Hls Basic Put Settings
4433
+ */
4434
+ HlsBasicPutSettings?: HlsBasicPutSettings;
4435
+ /**
4436
+ * Hls Media Store Settings
4437
+ */
4438
+ HlsMediaStoreSettings?: HlsMediaStoreSettings;
4439
+ /**
4440
+ * Hls S3 Settings
4441
+ */
4442
+ HlsS3Settings?: HlsS3Settings;
4443
+ /**
4444
+ * Hls Webdav Settings
4445
+ */
4446
+ HlsWebdavSettings?: HlsWebdavSettings;
4447
+ }
4448
+ export declare namespace HlsCdnSettings {
4449
+ /**
4450
+ * @internal
4451
+ */
4452
+ const filterSensitiveLog: (obj: HlsCdnSettings) => any;
4453
+ }
4454
+ export declare enum HlsId3SegmentTaggingState {
4455
+ DISABLED = "DISABLED",
4456
+ ENABLED = "ENABLED"
4457
+ }
4458
+ export declare enum IFrameOnlyPlaylistType {
4459
+ DISABLED = "DISABLED",
4460
+ STANDARD = "STANDARD"
4461
+ }
4462
+ export declare enum HlsIncompleteSegmentBehavior {
4463
+ AUTO = "AUTO",
4464
+ SUPPRESS = "SUPPRESS"
4465
+ }
4466
+ export declare enum InputLossActionForHlsOut {
4467
+ EMIT_OUTPUT = "EMIT_OUTPUT",
4468
+ PAUSE_OUTPUT = "PAUSE_OUTPUT"
4469
+ }
4470
+ export declare enum HlsIvInManifest {
4471
+ EXCLUDE = "EXCLUDE",
4472
+ INCLUDE = "INCLUDE"
4473
+ }
4474
+ export declare enum HlsIvSource {
4475
+ EXPLICIT = "EXPLICIT",
4476
+ FOLLOWS_SEGMENT_NUMBER = "FOLLOWS_SEGMENT_NUMBER"
4477
+ }
4478
+ /**
4479
+ * Static Key Settings
4480
+ */
4481
+ export interface StaticKeySettings {
4482
+ /**
4483
+ * The URL of the license server used for protecting content.
4484
+ */
4485
+ KeyProviderServer?: InputLocation;
4486
+ /**
4487
+ * Static key value as a 32 character hexadecimal string.
4488
+ */
4489
+ StaticKeyValue: string | undefined;
4490
+ }
4491
+ export declare namespace StaticKeySettings {
4492
+ /**
4493
+ * @internal
4494
+ */
4495
+ const filterSensitiveLog: (obj: StaticKeySettings) => any;
4496
+ }
4497
+ /**
4498
+ * Key Provider Settings
4499
+ */
4500
+ export interface KeyProviderSettings {
4501
+ /**
4502
+ * Static Key Settings
4503
+ */
4504
+ StaticKeySettings?: StaticKeySettings;
4505
+ }
4506
+ export declare namespace KeyProviderSettings {
4507
+ /**
4508
+ * @internal
4509
+ */
4510
+ const filterSensitiveLog: (obj: KeyProviderSettings) => any;
4511
+ }
4512
+ export declare enum HlsManifestCompression {
4513
+ GZIP = "GZIP",
4514
+ NONE = "NONE"
4515
+ }
4516
+ export declare enum HlsManifestDurationFormat {
4517
+ FLOATING_POINT = "FLOATING_POINT",
4518
+ INTEGER = "INTEGER"
4519
+ }
4520
+ export declare enum HlsMode {
4521
+ LIVE = "LIVE",
4522
+ VOD = "VOD"
4523
+ }
4524
+ export declare enum HlsOutputSelection {
4525
+ MANIFESTS_AND_SEGMENTS = "MANIFESTS_AND_SEGMENTS",
4526
+ SEGMENTS_ONLY = "SEGMENTS_ONLY",
4527
+ VARIANT_MANIFESTS_AND_SEGMENTS = "VARIANT_MANIFESTS_AND_SEGMENTS"
4528
+ }
4529
+ export declare enum HlsProgramDateTime {
4530
+ EXCLUDE = "EXCLUDE",
4531
+ INCLUDE = "INCLUDE"
4532
+ }
4533
+ export declare enum HlsRedundantManifest {
4534
+ DISABLED = "DISABLED",
4535
+ ENABLED = "ENABLED"
4536
+ }
4537
+ export declare enum HlsSegmentationMode {
4538
+ USE_INPUT_SEGMENTATION = "USE_INPUT_SEGMENTATION",
4539
+ USE_SEGMENT_DURATION = "USE_SEGMENT_DURATION"
4540
+ }
4541
+ export declare enum HlsStreamInfResolution {
4542
+ EXCLUDE = "EXCLUDE",
4543
+ INCLUDE = "INCLUDE"
4544
+ }
4545
+ export declare enum HlsTimedMetadataId3Frame {
4546
+ NONE = "NONE",
4547
+ PRIV = "PRIV",
4548
+ TDRL = "TDRL"
4549
+ }
4550
+ export declare enum HlsTsFileMode {
4551
+ SEGMENTED_FILES = "SEGMENTED_FILES",
4552
+ SINGLE_FILE = "SINGLE_FILE"
4553
+ }
4554
+ /**
4555
+ * Hls Group Settings
4556
+ */
4557
+ export interface HlsGroupSettings {
4558
+ /**
4559
+ * Choose one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.
4560
+ */
4561
+ AdMarkers?: (HlsAdMarkers | string)[];
4562
+ /**
4563
+ * A partial URI prefix that will be prepended to each output in the media .m3u8 file. Can be used if base manifest is delivered from a different URL than the main .m3u8 file.
4564
+ */
4565
+ BaseUrlContent?: string;
4566
+ /**
4567
+ * Optional. One value per output group.
4568
+ *
4569
+ * This field is required only if you are completing Base URL content A, and the downstream system has notified you that the media files for pipeline 1 of all outputs are in a location different from the media files for pipeline 0.
4570
+ */
4571
+ BaseUrlContent1?: string;
4572
+ /**
4573
+ * A partial URI prefix that will be prepended to each output in the media .m3u8 file. Can be used if base manifest is delivered from a different URL than the main .m3u8 file.
4574
+ */
4575
+ BaseUrlManifest?: string;
4576
+ /**
4577
+ * Optional. One value per output group.
4578
+ *
4579
+ * Complete this field only if you are completing Base URL manifest A, and the downstream system has notified you that the child manifest files for pipeline 1 of all outputs are in a location different from the child manifest files for pipeline 0.
4580
+ */
4581
+ BaseUrlManifest1?: string;
4582
+ /**
4583
+ * Mapping of up to 4 caption channels to caption languages. Is only meaningful if captionLanguageSetting is set to "insert".
4584
+ */
4585
+ CaptionLanguageMappings?: CaptionLanguageMapping[];
4586
+ /**
4587
+ * Applies only to 608 Embedded output captions.
4588
+ * insert: Include CLOSED-CAPTIONS lines in the manifest. Specify at least one language in the CC1 Language Code field. One CLOSED-CAPTION line is added for each Language Code you specify. Make sure to specify the languages in the order in which they appear in the original source (if the source is embedded format) or the order of the caption selectors (if the source is other than embedded). Otherwise, languages in the manifest will not match up properly with the output captions.
4589
+ * none: Include CLOSED-CAPTIONS=NONE line in the manifest.
4590
+ * omit: Omit any CLOSED-CAPTIONS line from the manifest.
4591
+ */
4592
+ CaptionLanguageSetting?: HlsCaptionLanguageSetting | string;
4593
+ /**
4594
+ * When set to "disabled", sets the #EXT-X-ALLOW-CACHE:no tag in the manifest, which prevents clients from saving media segments for later replay.
4595
+ */
4596
+ ClientCache?: HlsClientCache | string;
4597
+ /**
4598
+ * Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
4599
+ */
4600
+ CodecSpecification?: HlsCodecSpecification | string;
4601
+ /**
4602
+ * For use with encryptionType. This is a 128-bit, 16-byte hex value represented by a 32-character text string. If ivSource is set to "explicit" then this parameter is required and is used as the IV for encryption.
4603
+ */
4604
+ ConstantIv?: string;
4605
+ /**
4606
+ * A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).
4607
+ */
4608
+ Destination: OutputLocationRef | undefined;
4609
+ /**
4610
+ * Place segments in subdirectories.
4611
+ */
4612
+ DirectoryStructure?: HlsDirectoryStructure | string;
4613
+ /**
4614
+ * Specifies whether to insert EXT-X-DISCONTINUITY tags in the HLS child manifests for this output group.
4615
+ * Typically, choose Insert because these tags are required in the manifest (according to the HLS specification) and serve an important purpose.
4616
+ * Choose Never Insert only if the downstream system is doing real-time failover (without using the MediaLive automatic failover feature) and only if that downstream system has advised you to exclude the tags.
4617
+ */
4618
+ DiscontinuityTags?: HlsDiscontinuityTags | string;
4619
+ /**
4620
+ * Encrypts the segments with the given encryption scheme. Exclude this parameter if no encryption is desired.
4621
+ */
4622
+ EncryptionType?: HlsEncryptionType | string;
4623
+ /**
4624
+ * Parameters that control interactions with the CDN.
4625
+ */
4626
+ HlsCdnSettings?: HlsCdnSettings;
4627
+ /**
4628
+ * State of HLS ID3 Segment Tagging
4629
+ */
4630
+ HlsId3SegmentTagging?: HlsId3SegmentTaggingState | string;
4631
+ /**
4632
+ * DISABLED: Do not create an I-frame-only manifest, but do create the master and media manifests (according to the Output Selection field).
4633
+ *
4634
+ * STANDARD: Create an I-frame-only manifest for each output that contains video, as well as the other manifests (according to the Output Selection field). The I-frame manifest contains a #EXT-X-I-FRAMES-ONLY tag to indicate it is I-frame only, and one or more #EXT-X-BYTERANGE entries identifying the I-frame position. For example, #EXT-X-BYTERANGE:160364@1461888"
4635
+ */
4636
+ IFrameOnlyPlaylists?: IFrameOnlyPlaylistType | string;
4637
+ /**
4638
+ * Specifies whether to include the final (incomplete) segment in the media output when the pipeline stops producing output because of a channel stop, a channel pause or a loss of input to the pipeline.
4639
+ * Auto means that MediaLive decides whether to include the final segment, depending on the channel class and the types of output groups.
4640
+ * Suppress means to never include the incomplete segment. We recommend you choose Auto and let MediaLive control the behavior.
4641
+ */
4642
+ IncompleteSegmentBehavior?: HlsIncompleteSegmentBehavior | string;
4643
+ /**
4644
+ * Applies only if Mode field is LIVE.
4645
+ *
4646
+ * Specifies the maximum number of segments in the media manifest file. After this maximum, older segments are removed from the media manifest. This number must be smaller than the number in the Keep Segments field.
4647
+ */
4648
+ IndexNSegments?: number;
4649
+ /**
4650
+ * Parameter that control output group behavior on input loss.
4651
+ */
4652
+ InputLossAction?: InputLossActionForHlsOut | string;
4653
+ /**
4654
+ * For use with encryptionType. The IV (Initialization Vector) is a 128-bit number used in conjunction with the key for encrypting blocks. If set to "include", IV is listed in the manifest, otherwise the IV is not in the manifest.
4655
+ */
4656
+ IvInManifest?: HlsIvInManifest | string;
4657
+ /**
4658
+ * For use with encryptionType. The IV (Initialization Vector) is a 128-bit number used in conjunction with the key for encrypting blocks. If this setting is "followsSegmentNumber", it will cause the IV to change every segment (to match the segment number). If this is set to "explicit", you must enter a constantIv value.
4659
+ */
4660
+ IvSource?: HlsIvSource | string;
4661
+ /**
4662
+ * Applies only if Mode field is LIVE.
4663
+ *
4664
+ * Specifies the number of media segments to retain in the destination directory. This number should be bigger than indexNSegments (Num segments). We recommend (value = (2 x indexNsegments) + 1).
4665
+ *
4666
+ * If this "keep segments" number is too low, the following might happen: the player is still reading a media manifest file that lists this segment, but that segment has been removed from the destination directory (as directed by indexNSegments). This situation would result in a 404 HTTP error on the player.
4667
+ */
4668
+ KeepSegments?: number;
4669
+ /**
4670
+ * The value specifies how the key is represented in the resource identified by the URI. If parameter is absent, an implicit value of "identity" is used. A reverse DNS string can also be given.
4671
+ */
4672
+ KeyFormat?: string;
4673
+ /**
4674
+ * Either a single positive integer version value or a slash delimited list of version values (1/2/3).
4675
+ */
4676
+ KeyFormatVersions?: string;
4677
+ /**
4678
+ * The key provider settings.
4679
+ */
4680
+ KeyProviderSettings?: KeyProviderSettings;
4681
+ /**
4682
+ * When set to gzip, compresses HLS playlist.
4683
+ */
4684
+ ManifestCompression?: HlsManifestCompression | string;
4685
+ /**
4686
+ * Indicates whether the output manifest should use floating point or integer values for segment duration.
4687
+ */
4688
+ ManifestDurationFormat?: HlsManifestDurationFormat | string;
4689
+ /**
4690
+ * When set, minimumSegmentLength is enforced by looking ahead and back within the specified range for a nearby avail and extending the segment size if needed.
4691
+ */
4692
+ MinSegmentLength?: number;
4693
+ /**
4694
+ * If "vod", all segments are indexed and kept permanently in the destination and manifest. If "live", only the number segments specified in keepSegments and indexNSegments are kept; newer segments replace older segments, which may prevent players from rewinding all the way to the beginning of the event.
4695
+ *
4696
+ * VOD mode uses HLS EXT-X-PLAYLIST-TYPE of EVENT while the channel is running, converting it to a "VOD" type manifest on completion of the stream.
4697
+ */
4698
+ Mode?: HlsMode | string;
4699
+ /**
4700
+ * MANIFESTS_AND_SEGMENTS: Generates manifests (master manifest, if applicable, and media manifests) for this output group.
4701
+ *
4702
+ * VARIANT_MANIFESTS_AND_SEGMENTS: Generates media manifests for this output group, but not a master manifest.
4703
+ *
4704
+ * SEGMENTS_ONLY: Does not generate any manifests for this output group.
4705
+ */
4706
+ OutputSelection?: HlsOutputSelection | string;
4707
+ /**
4708
+ * Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated as follows: either the program date and time are initialized using the input timecode source, or the time is initialized using the input timecode source and the date is initialized using the timestampOffset.
4709
+ */
4710
+ ProgramDateTime?: HlsProgramDateTime | string;
4711
+ /**
4712
+ * Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.
4713
+ */
4714
+ ProgramDateTimePeriod?: number;
4715
+ /**
4716
+ * ENABLED: The master manifest (.m3u8 file) for each pipeline includes information about both pipelines: first its own media files, then the media files of the other pipeline. This feature allows playout device that support stale manifest detection to switch from one manifest to the other, when the current manifest seems to be stale. There are still two destinations and two master manifests, but both master manifests reference the media files from both pipelines.
4717
+ *
4718
+ * DISABLED: The master manifest (.m3u8 file) for each pipeline includes information about its own pipeline only.
4719
+ *
4720
+ * For an HLS output group with MediaPackage as the destination, the DISABLED behavior is always followed. MediaPackage regenerates the manifests it serves to players so a redundant manifest from MediaLive is irrelevant.
4721
+ */
4722
+ RedundantManifest?: HlsRedundantManifest | string;
4723
+ /**
4724
+ * Length of MPEG-2 Transport Stream segments to create (in seconds). Note that segments will end on the next keyframe after this number of seconds, so actual segment length may be longer.
4725
+ */
4726
+ SegmentLength?: number;
4727
+ /**
4728
+ * useInputSegmentation has been deprecated. The configured segment size is always used.
4729
+ */
4730
+ SegmentationMode?: HlsSegmentationMode | string;
4731
+ /**
4732
+ * Number of segments to write to a subdirectory before starting a new one. directoryStructure must be subdirectoryPerStream for this setting to have an effect.
4733
+ */
4734
+ SegmentsPerSubdirectory?: number;
4735
+ /**
4736
+ * Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.
4737
+ */
4738
+ StreamInfResolution?: HlsStreamInfResolution | string;
4739
+ /**
4740
+ * Indicates ID3 frame that has the timecode.
4741
+ */
4742
+ TimedMetadataId3Frame?: HlsTimedMetadataId3Frame | string;
4743
+ /**
4744
+ * Timed Metadata interval in seconds.
4745
+ */
4746
+ TimedMetadataId3Period?: number;
4747
+ /**
4748
+ * Provides an extra millisecond delta offset to fine tune the timestamps.
4749
+ */
4750
+ TimestampDeltaMilliseconds?: number;
4751
+ /**
4752
+ * SEGMENTED_FILES: Emit the program as segments - multiple .ts media files.
4753
+ *
4754
+ * SINGLE_FILE: Applies only if Mode field is VOD. Emit the program as a single .ts media file. The media manifest includes #EXT-X-BYTERANGE tags to index segments for playback. A typical use for this value is when sending the output to AWS Elemental MediaConvert, which can accept only a single media file. Playback while the channel is running is not guaranteed due to HTTP server caching.
4755
+ */
4756
+ TsFileMode?: HlsTsFileMode | string;
4757
+ }
4758
+ export declare namespace HlsGroupSettings {
4759
+ /**
4760
+ * @internal
4761
+ */
4762
+ const filterSensitiveLog: (obj: HlsGroupSettings) => any;
4763
+ }
4764
+ /**
4765
+ * Media Package Group Settings
4766
+ */
4767
+ export interface MediaPackageGroupSettings {
4768
+ /**
4769
+ * MediaPackage channel destination.
4770
+ */
4771
+ Destination: OutputLocationRef | undefined;
4772
+ }
4773
+ export declare namespace MediaPackageGroupSettings {
4774
+ /**
4775
+ * @internal
4776
+ */
4777
+ const filterSensitiveLog: (obj: MediaPackageGroupSettings) => any;
4778
+ }