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