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