@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,2191 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AudioTrack = exports.AudioPidSelection = exports.AudioLanguageSelection = exports.AudioLanguageSelectionPolicy = exports.AudioHlsRenditionSelection = exports.AudioDescription = exports.RemixSettings = exports.AudioDescriptionLanguageCodeControl = exports.AudioCodecSettings = exports.WavSettings = exports.WavCodingMode = exports.PassThroughSettings = exports.Mp2Settings = exports.Mp2CodingMode = exports.Eac3Settings = exports.Eac3SurroundMode = exports.Eac3SurroundExMode = exports.Eac3StereoDownmix = exports.Eac3PhaseControl = exports.Eac3PassthroughControl = exports.Eac3MetadataControl = exports.Eac3LfeFilter = exports.Eac3LfeControl = exports.Eac3DrcRf = exports.Eac3DrcLine = exports.Eac3DcFilter = exports.Eac3CodingMode = exports.Eac3BitstreamMode = exports.Eac3AttenuationControl = exports.Ac3Settings = exports.Ac3MetadataControl = exports.Ac3LfeFilter = exports.Ac3DrcProfile = exports.Ac3CodingMode = exports.Ac3BitstreamMode = exports.AacSettings = exports.AacVbrQuality = exports.AacSpec = exports.AacRawFormat = exports.AacRateControlMode = exports.AacProfile = exports.AacInputType = exports.AacCodingMode = exports.AudioDescriptionAudioTypeControl = exports.AudioType = exports.AudioNormalizationSettings = exports.AudioNormalizationAlgorithmControl = exports.AudioNormalizationAlgorithm = exports.AudioChannelMapping = exports.InputChannelLevel = void 0;
4
- exports.CaptionRectangle = exports.Scte27SourceSettings = exports.Scte27OcrLanguage = exports.Scte20SourceSettings = exports.Scte20Convert608To708 = exports.EmbeddedSourceSettings = exports.EmbeddedScte20Detection = exports.EmbeddedConvert608To708 = exports.DvbSubSourceSettings = exports.DvbSubOcrLanguage = exports.AribSourceSettings = exports.AncillarySourceSettings = exports.CaptionLanguageMapping = exports.CaptionDescription = exports.CaptionDestinationSettings = exports.WebvttDestinationSettings = exports.WebvttDestinationStyleControl = exports.TtmlDestinationSettings = exports.TtmlDestinationStyleControl = exports.TeletextDestinationSettings = exports.SmpteTtDestinationSettings = exports.Scte27DestinationSettings = exports.Scte20PlusEmbeddedDestinationSettings = exports.RtmpCaptionInfoDestinationSettings = exports.EmbeddedPlusScte20DestinationSettings = exports.EmbeddedDestinationSettings = exports.EbuTtDDestinationSettings = exports.EbuTtDDestinationStyleControl = exports.EbuTtDFillLineGapControl = exports.DvbSubDestinationSettings = exports.DvbSubDestinationTeletextGridControl = exports.DvbSubDestinationShadowColor = exports.DvbSubDestinationOutlineColor = exports.DvbSubDestinationFontColor = exports.DvbSubDestinationBackgroundColor = exports.DvbSubDestinationAlignment = exports.BurnInDestinationSettings = exports.BurnInTeletextGridControl = exports.BurnInShadowColor = exports.BurnInOutlineColor = exports.BurnInFontColor = exports.InputLocation = exports.BurnInBackgroundColor = exports.BurnInAlignment = exports.AribDestinationSettings = exports.BatchSuccessfulResultModel = exports.BatchFailedResultModel = exports.AudioSelector = exports.AudioSelectorSettings = exports.AudioTrackSelection = void 0;
5
- exports.InputDeviceSettings = exports.InputClass = exports.InputDestination = exports.InputDestinationVpc = exports.HlsAdMarkers = exports.ChannelSummary = exports.VpcOutputSettingsDescription = exports.ChannelState = exports.LogLevel = exports.InputSpecification = exports.InputResolution = exports.InputMaximumBitrate = exports.InputCodec = exports.InputAttachment = exports.InputSettings = exports.VideoSelector = exports.VideoSelectorSettings = exports.VideoSelectorProgramId = exports.VideoSelectorPid = exports.VideoSelectorColorSpaceUsage = exports.VideoSelectorColorSpaceSettings = exports.Hdr10Settings = exports.VideoSelectorColorSpace = exports.InputSourceEndBehavior = exports.Smpte2038DataPreference = exports.NetworkInputSettings = exports.NetworkInputServerValidation = exports.HlsInputSettings = exports.HlsScte35SourceType = exports.InputFilter = exports.InputDenoiseFilter = exports.InputDeblockFilter = exports.AutomaticInputFailoverSettings = exports.InputPreference = exports.FailoverCondition = exports.FailoverConditionSettings = exports.VideoBlackFailoverSettings = exports.InputLossFailoverSettings = exports.AudioSilenceFailoverSettings = exports.OutputDestination = exports.OutputDestinationSettings = exports.MultiplexProgramChannelDestinationSettings = exports.MediaPackageOutputDestinationSettings = exports.ChannelClass = exports.CdiInputSpecification = exports.CdiInputResolution = exports.ChannelEgressEndpoint = exports.CaptionSelector = exports.CaptionSelectorSettings = exports.TeletextSourceSettings = void 0;
6
- exports.M2tsAudioStreamType = exports.M2tsAudioBufferModel = exports.M2tsAribCaptionsPidControl = exports.M2tsArib = exports.M2tsAbsentInputAudioBehavior = exports.Offering = exports.ReservationResourceSpecification = exports.ReservationVideoQuality = exports.ReservationSpecialFeature = exports.ReservationResourceType = exports.ReservationResolution = exports.ReservationMaximumFramerate = exports.ReservationMaximumBitrate = exports.ReservationCodec = exports.OfferingType = exports.OfferingDurationUnits = exports.MultiplexSummary = exports.MultiplexState = exports.MultiplexSettingsSummary = exports.MultiplexProgramSummary = exports.MultiplexProgramPipelineDetail = exports.MultiplexOutputDestination = exports.MultiplexMediaConnectOutputDestinationSettings = exports.MediaConnectFlowRequest = exports.InputWhitelistRuleCidr = exports.InputSourceRequest = exports.InputSecurityGroup = exports.InputWhitelistRule = exports.InputSecurityGroupState = exports.InputDeviceSummary = exports.InputDeviceUhdSettings = exports.InputDeviceType = exports.InputDeviceNetworkSettings = exports.InputDeviceIpScheme = exports.InputDeviceHdSettings = exports.InputDeviceScanType = exports.InputDeviceState = exports.InputDeviceConfiguredInput = exports.InputDeviceActiveInput = exports.DeviceUpdateStatus = exports.DeviceSettingsSyncState = exports.InputDeviceConnectionState = exports.InputDeviceRequest = exports.InputDestinationRequest = exports.Input = exports.InputType = exports.InputState = exports.InputSource = exports.MediaConnectFlow = exports.InputSourceType = void 0;
7
- exports.UdpOutputSettings = exports.FecOutputSettings = exports.FecOutputIncludeFec = exports.UdpContainerSettings = exports.RtmpOutputSettings = exports.RtmpOutputCertificateMode = exports.MultiplexOutputSettings = exports.OutputLocationRef = exports.MsSmoothOutputSettings = exports.MsSmoothH265PackagingType = exports.MediaPackageOutputSettings = exports.HlsOutputSettings = exports.HlsSettings = exports.StandardHlsSettings = exports.M3u8Settings = exports.M3u8TimedMetadataBehavior = exports.M3u8Scte35Behavior = exports.M3u8PcrControl = exports.M3u8NielsenId3Behavior = exports.FrameCaptureHlsSettings = exports.Fmp4HlsSettings = exports.Fmp4TimedMetadataBehavior = exports.Fmp4NielsenId3Behavior = exports.AudioOnlyHlsSettings = exports.AudioOnlyHlsSegmentType = exports.AudioOnlyHlsTrackType = exports.HlsH265PackagingType = exports.FrameCaptureOutputSettings = exports.ArchiveOutputSettings = exports.ArchiveContainerSettings = exports.RawSettings = exports.M2tsSettings = exports.M2tsTimedMetadataBehavior = exports.M2tsSegmentationStyle = exports.M2tsSegmentationMarkers = exports.M2tsScte35Control = exports.M2tsRateMode = exports.M2tsPcrControl = exports.M2tsNielsenId3Behavior = exports.M2tsKlv = exports.M2tsEsRateInPes = exports.M2tsEbpPlacement = exports.M2tsAudioInterval = exports.M2tsEbifControl = exports.DvbTdtSettings = exports.DvbSdtSettings = exports.DvbSdtOutputSdt = exports.DvbNitSettings = exports.M2tsCcDescriptor = exports.M2tsBufferModel = void 0;
8
- exports.SmoothGroupSegmentationMode = exports.InputLossActionForMsSmoothOut = exports.SmoothGroupEventStopBehavior = exports.SmoothGroupEventIdMode = exports.SmoothGroupCertificateMode = exports.SmoothGroupAudioOnlyTimecodeControl = exports.MediaPackageGroupSettings = exports.HlsGroupSettings = exports.HlsTsFileMode = exports.HlsTimedMetadataId3Frame = exports.HlsStreamInfResolution = exports.HlsSegmentationMode = exports.HlsRedundantManifest = exports.HlsProgramDateTime = exports.HlsOutputSelection = exports.HlsMode = exports.HlsManifestDurationFormat = exports.HlsManifestCompression = exports.KeyProviderSettings = exports.StaticKeySettings = exports.HlsIvSource = exports.HlsIvInManifest = exports.InputLossActionForHlsOut = exports.HlsIncompleteSegmentBehavior = exports.IFrameOnlyPlaylistType = exports.HlsId3SegmentTaggingState = exports.HlsCdnSettings = exports.HlsWebdavSettings = exports.HlsWebdavHttpTransferMode = exports.HlsS3Settings = exports.HlsMediaStoreSettings = exports.HlsMediaStoreStorageClass = exports.HlsBasicPutSettings = exports.HlsAkamaiSettings = exports.HlsAkamaiHttpTransferMode = exports.HlsEncryptionType = exports.HlsDiscontinuityTags = exports.HlsDirectoryStructure = exports.HlsCodecSpecification = exports.HlsClientCache = exports.HlsCaptionLanguageSetting = exports.FrameCaptureGroupSettings = exports.FrameCaptureCdnSettings = exports.FrameCaptureS3Settings = exports.ArchiveGroupSettings = exports.ArchiveCdnSettings = exports.ArchiveS3Settings = exports.S3CannedAcl = exports.Output = exports.OutputSettings = void 0;
9
- var InputChannelLevel;
10
- (function (InputChannelLevel) {
11
- /**
12
- * @internal
13
- */
14
- InputChannelLevel.filterSensitiveLog = (obj) => ({
15
- ...obj,
16
- });
17
- })(InputChannelLevel = exports.InputChannelLevel || (exports.InputChannelLevel = {}));
18
- var AudioChannelMapping;
19
- (function (AudioChannelMapping) {
20
- /**
21
- * @internal
22
- */
23
- AudioChannelMapping.filterSensitiveLog = (obj) => ({
24
- ...obj,
25
- });
26
- })(AudioChannelMapping = exports.AudioChannelMapping || (exports.AudioChannelMapping = {}));
27
- var AudioNormalizationAlgorithm;
28
- (function (AudioNormalizationAlgorithm) {
29
- AudioNormalizationAlgorithm["ITU_1770_1"] = "ITU_1770_1";
30
- AudioNormalizationAlgorithm["ITU_1770_2"] = "ITU_1770_2";
31
- })(AudioNormalizationAlgorithm = exports.AudioNormalizationAlgorithm || (exports.AudioNormalizationAlgorithm = {}));
32
- var AudioNormalizationAlgorithmControl;
33
- (function (AudioNormalizationAlgorithmControl) {
34
- AudioNormalizationAlgorithmControl["CORRECT_AUDIO"] = "CORRECT_AUDIO";
35
- })(AudioNormalizationAlgorithmControl = exports.AudioNormalizationAlgorithmControl || (exports.AudioNormalizationAlgorithmControl = {}));
36
- var AudioNormalizationSettings;
37
- (function (AudioNormalizationSettings) {
38
- /**
39
- * @internal
40
- */
41
- AudioNormalizationSettings.filterSensitiveLog = (obj) => ({
42
- ...obj,
43
- });
44
- })(AudioNormalizationSettings = exports.AudioNormalizationSettings || (exports.AudioNormalizationSettings = {}));
45
- var AudioType;
46
- (function (AudioType) {
47
- AudioType["CLEAN_EFFECTS"] = "CLEAN_EFFECTS";
48
- AudioType["HEARING_IMPAIRED"] = "HEARING_IMPAIRED";
49
- AudioType["UNDEFINED"] = "UNDEFINED";
50
- AudioType["VISUAL_IMPAIRED_COMMENTARY"] = "VISUAL_IMPAIRED_COMMENTARY";
51
- })(AudioType = exports.AudioType || (exports.AudioType = {}));
52
- var AudioDescriptionAudioTypeControl;
53
- (function (AudioDescriptionAudioTypeControl) {
54
- AudioDescriptionAudioTypeControl["FOLLOW_INPUT"] = "FOLLOW_INPUT";
55
- AudioDescriptionAudioTypeControl["USE_CONFIGURED"] = "USE_CONFIGURED";
56
- })(AudioDescriptionAudioTypeControl = exports.AudioDescriptionAudioTypeControl || (exports.AudioDescriptionAudioTypeControl = {}));
57
- var AacCodingMode;
58
- (function (AacCodingMode) {
59
- AacCodingMode["AD_RECEIVER_MIX"] = "AD_RECEIVER_MIX";
60
- AacCodingMode["CODING_MODE_1_0"] = "CODING_MODE_1_0";
61
- AacCodingMode["CODING_MODE_1_1"] = "CODING_MODE_1_1";
62
- AacCodingMode["CODING_MODE_2_0"] = "CODING_MODE_2_0";
63
- AacCodingMode["CODING_MODE_5_1"] = "CODING_MODE_5_1";
64
- })(AacCodingMode = exports.AacCodingMode || (exports.AacCodingMode = {}));
65
- var AacInputType;
66
- (function (AacInputType) {
67
- AacInputType["BROADCASTER_MIXED_AD"] = "BROADCASTER_MIXED_AD";
68
- AacInputType["NORMAL"] = "NORMAL";
69
- })(AacInputType = exports.AacInputType || (exports.AacInputType = {}));
70
- var AacProfile;
71
- (function (AacProfile) {
72
- AacProfile["HEV1"] = "HEV1";
73
- AacProfile["HEV2"] = "HEV2";
74
- AacProfile["LC"] = "LC";
75
- })(AacProfile = exports.AacProfile || (exports.AacProfile = {}));
76
- var AacRateControlMode;
77
- (function (AacRateControlMode) {
78
- AacRateControlMode["CBR"] = "CBR";
79
- AacRateControlMode["VBR"] = "VBR";
80
- })(AacRateControlMode = exports.AacRateControlMode || (exports.AacRateControlMode = {}));
81
- var AacRawFormat;
82
- (function (AacRawFormat) {
83
- AacRawFormat["LATM_LOAS"] = "LATM_LOAS";
84
- AacRawFormat["NONE"] = "NONE";
85
- })(AacRawFormat = exports.AacRawFormat || (exports.AacRawFormat = {}));
86
- var AacSpec;
87
- (function (AacSpec) {
88
- AacSpec["MPEG2"] = "MPEG2";
89
- AacSpec["MPEG4"] = "MPEG4";
90
- })(AacSpec = exports.AacSpec || (exports.AacSpec = {}));
91
- var AacVbrQuality;
92
- (function (AacVbrQuality) {
93
- AacVbrQuality["HIGH"] = "HIGH";
94
- AacVbrQuality["LOW"] = "LOW";
95
- AacVbrQuality["MEDIUM_HIGH"] = "MEDIUM_HIGH";
96
- AacVbrQuality["MEDIUM_LOW"] = "MEDIUM_LOW";
97
- })(AacVbrQuality = exports.AacVbrQuality || (exports.AacVbrQuality = {}));
98
- var AacSettings;
99
- (function (AacSettings) {
100
- /**
101
- * @internal
102
- */
103
- AacSettings.filterSensitiveLog = (obj) => ({
104
- ...obj,
105
- });
106
- })(AacSettings = exports.AacSettings || (exports.AacSettings = {}));
107
- var Ac3BitstreamMode;
108
- (function (Ac3BitstreamMode) {
109
- Ac3BitstreamMode["COMMENTARY"] = "COMMENTARY";
110
- Ac3BitstreamMode["COMPLETE_MAIN"] = "COMPLETE_MAIN";
111
- Ac3BitstreamMode["DIALOGUE"] = "DIALOGUE";
112
- Ac3BitstreamMode["EMERGENCY"] = "EMERGENCY";
113
- Ac3BitstreamMode["HEARING_IMPAIRED"] = "HEARING_IMPAIRED";
114
- Ac3BitstreamMode["MUSIC_AND_EFFECTS"] = "MUSIC_AND_EFFECTS";
115
- Ac3BitstreamMode["VISUALLY_IMPAIRED"] = "VISUALLY_IMPAIRED";
116
- Ac3BitstreamMode["VOICE_OVER"] = "VOICE_OVER";
117
- })(Ac3BitstreamMode = exports.Ac3BitstreamMode || (exports.Ac3BitstreamMode = {}));
118
- var Ac3CodingMode;
119
- (function (Ac3CodingMode) {
120
- Ac3CodingMode["CODING_MODE_1_0"] = "CODING_MODE_1_0";
121
- Ac3CodingMode["CODING_MODE_1_1"] = "CODING_MODE_1_1";
122
- Ac3CodingMode["CODING_MODE_2_0"] = "CODING_MODE_2_0";
123
- Ac3CodingMode["CODING_MODE_3_2_LFE"] = "CODING_MODE_3_2_LFE";
124
- })(Ac3CodingMode = exports.Ac3CodingMode || (exports.Ac3CodingMode = {}));
125
- var Ac3DrcProfile;
126
- (function (Ac3DrcProfile) {
127
- Ac3DrcProfile["FILM_STANDARD"] = "FILM_STANDARD";
128
- Ac3DrcProfile["NONE"] = "NONE";
129
- })(Ac3DrcProfile = exports.Ac3DrcProfile || (exports.Ac3DrcProfile = {}));
130
- var Ac3LfeFilter;
131
- (function (Ac3LfeFilter) {
132
- Ac3LfeFilter["DISABLED"] = "DISABLED";
133
- Ac3LfeFilter["ENABLED"] = "ENABLED";
134
- })(Ac3LfeFilter = exports.Ac3LfeFilter || (exports.Ac3LfeFilter = {}));
135
- var Ac3MetadataControl;
136
- (function (Ac3MetadataControl) {
137
- Ac3MetadataControl["FOLLOW_INPUT"] = "FOLLOW_INPUT";
138
- Ac3MetadataControl["USE_CONFIGURED"] = "USE_CONFIGURED";
139
- })(Ac3MetadataControl = exports.Ac3MetadataControl || (exports.Ac3MetadataControl = {}));
140
- var Ac3Settings;
141
- (function (Ac3Settings) {
142
- /**
143
- * @internal
144
- */
145
- Ac3Settings.filterSensitiveLog = (obj) => ({
146
- ...obj,
147
- });
148
- })(Ac3Settings = exports.Ac3Settings || (exports.Ac3Settings = {}));
149
- var Eac3AttenuationControl;
150
- (function (Eac3AttenuationControl) {
151
- Eac3AttenuationControl["ATTENUATE_3_DB"] = "ATTENUATE_3_DB";
152
- Eac3AttenuationControl["NONE"] = "NONE";
153
- })(Eac3AttenuationControl = exports.Eac3AttenuationControl || (exports.Eac3AttenuationControl = {}));
154
- var Eac3BitstreamMode;
155
- (function (Eac3BitstreamMode) {
156
- Eac3BitstreamMode["COMMENTARY"] = "COMMENTARY";
157
- Eac3BitstreamMode["COMPLETE_MAIN"] = "COMPLETE_MAIN";
158
- Eac3BitstreamMode["EMERGENCY"] = "EMERGENCY";
159
- Eac3BitstreamMode["HEARING_IMPAIRED"] = "HEARING_IMPAIRED";
160
- Eac3BitstreamMode["VISUALLY_IMPAIRED"] = "VISUALLY_IMPAIRED";
161
- })(Eac3BitstreamMode = exports.Eac3BitstreamMode || (exports.Eac3BitstreamMode = {}));
162
- var Eac3CodingMode;
163
- (function (Eac3CodingMode) {
164
- Eac3CodingMode["CODING_MODE_1_0"] = "CODING_MODE_1_0";
165
- Eac3CodingMode["CODING_MODE_2_0"] = "CODING_MODE_2_0";
166
- Eac3CodingMode["CODING_MODE_3_2"] = "CODING_MODE_3_2";
167
- })(Eac3CodingMode = exports.Eac3CodingMode || (exports.Eac3CodingMode = {}));
168
- var Eac3DcFilter;
169
- (function (Eac3DcFilter) {
170
- Eac3DcFilter["DISABLED"] = "DISABLED";
171
- Eac3DcFilter["ENABLED"] = "ENABLED";
172
- })(Eac3DcFilter = exports.Eac3DcFilter || (exports.Eac3DcFilter = {}));
173
- var Eac3DrcLine;
174
- (function (Eac3DrcLine) {
175
- Eac3DrcLine["FILM_LIGHT"] = "FILM_LIGHT";
176
- Eac3DrcLine["FILM_STANDARD"] = "FILM_STANDARD";
177
- Eac3DrcLine["MUSIC_LIGHT"] = "MUSIC_LIGHT";
178
- Eac3DrcLine["MUSIC_STANDARD"] = "MUSIC_STANDARD";
179
- Eac3DrcLine["NONE"] = "NONE";
180
- Eac3DrcLine["SPEECH"] = "SPEECH";
181
- })(Eac3DrcLine = exports.Eac3DrcLine || (exports.Eac3DrcLine = {}));
182
- var Eac3DrcRf;
183
- (function (Eac3DrcRf) {
184
- Eac3DrcRf["FILM_LIGHT"] = "FILM_LIGHT";
185
- Eac3DrcRf["FILM_STANDARD"] = "FILM_STANDARD";
186
- Eac3DrcRf["MUSIC_LIGHT"] = "MUSIC_LIGHT";
187
- Eac3DrcRf["MUSIC_STANDARD"] = "MUSIC_STANDARD";
188
- Eac3DrcRf["NONE"] = "NONE";
189
- Eac3DrcRf["SPEECH"] = "SPEECH";
190
- })(Eac3DrcRf = exports.Eac3DrcRf || (exports.Eac3DrcRf = {}));
191
- var Eac3LfeControl;
192
- (function (Eac3LfeControl) {
193
- Eac3LfeControl["LFE"] = "LFE";
194
- Eac3LfeControl["NO_LFE"] = "NO_LFE";
195
- })(Eac3LfeControl = exports.Eac3LfeControl || (exports.Eac3LfeControl = {}));
196
- var Eac3LfeFilter;
197
- (function (Eac3LfeFilter) {
198
- Eac3LfeFilter["DISABLED"] = "DISABLED";
199
- Eac3LfeFilter["ENABLED"] = "ENABLED";
200
- })(Eac3LfeFilter = exports.Eac3LfeFilter || (exports.Eac3LfeFilter = {}));
201
- var Eac3MetadataControl;
202
- (function (Eac3MetadataControl) {
203
- Eac3MetadataControl["FOLLOW_INPUT"] = "FOLLOW_INPUT";
204
- Eac3MetadataControl["USE_CONFIGURED"] = "USE_CONFIGURED";
205
- })(Eac3MetadataControl = exports.Eac3MetadataControl || (exports.Eac3MetadataControl = {}));
206
- var Eac3PassthroughControl;
207
- (function (Eac3PassthroughControl) {
208
- Eac3PassthroughControl["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
209
- Eac3PassthroughControl["WHEN_POSSIBLE"] = "WHEN_POSSIBLE";
210
- })(Eac3PassthroughControl = exports.Eac3PassthroughControl || (exports.Eac3PassthroughControl = {}));
211
- var Eac3PhaseControl;
212
- (function (Eac3PhaseControl) {
213
- Eac3PhaseControl["NO_SHIFT"] = "NO_SHIFT";
214
- Eac3PhaseControl["SHIFT_90_DEGREES"] = "SHIFT_90_DEGREES";
215
- })(Eac3PhaseControl = exports.Eac3PhaseControl || (exports.Eac3PhaseControl = {}));
216
- var Eac3StereoDownmix;
217
- (function (Eac3StereoDownmix) {
218
- Eac3StereoDownmix["DPL2"] = "DPL2";
219
- Eac3StereoDownmix["LO_RO"] = "LO_RO";
220
- Eac3StereoDownmix["LT_RT"] = "LT_RT";
221
- Eac3StereoDownmix["NOT_INDICATED"] = "NOT_INDICATED";
222
- })(Eac3StereoDownmix = exports.Eac3StereoDownmix || (exports.Eac3StereoDownmix = {}));
223
- var Eac3SurroundExMode;
224
- (function (Eac3SurroundExMode) {
225
- Eac3SurroundExMode["DISABLED"] = "DISABLED";
226
- Eac3SurroundExMode["ENABLED"] = "ENABLED";
227
- Eac3SurroundExMode["NOT_INDICATED"] = "NOT_INDICATED";
228
- })(Eac3SurroundExMode = exports.Eac3SurroundExMode || (exports.Eac3SurroundExMode = {}));
229
- var Eac3SurroundMode;
230
- (function (Eac3SurroundMode) {
231
- Eac3SurroundMode["DISABLED"] = "DISABLED";
232
- Eac3SurroundMode["ENABLED"] = "ENABLED";
233
- Eac3SurroundMode["NOT_INDICATED"] = "NOT_INDICATED";
234
- })(Eac3SurroundMode = exports.Eac3SurroundMode || (exports.Eac3SurroundMode = {}));
235
- var Eac3Settings;
236
- (function (Eac3Settings) {
237
- /**
238
- * @internal
239
- */
240
- Eac3Settings.filterSensitiveLog = (obj) => ({
241
- ...obj,
242
- });
243
- })(Eac3Settings = exports.Eac3Settings || (exports.Eac3Settings = {}));
244
- var Mp2CodingMode;
245
- (function (Mp2CodingMode) {
246
- Mp2CodingMode["CODING_MODE_1_0"] = "CODING_MODE_1_0";
247
- Mp2CodingMode["CODING_MODE_2_0"] = "CODING_MODE_2_0";
248
- })(Mp2CodingMode = exports.Mp2CodingMode || (exports.Mp2CodingMode = {}));
249
- var Mp2Settings;
250
- (function (Mp2Settings) {
251
- /**
252
- * @internal
253
- */
254
- Mp2Settings.filterSensitiveLog = (obj) => ({
255
- ...obj,
256
- });
257
- })(Mp2Settings = exports.Mp2Settings || (exports.Mp2Settings = {}));
258
- var PassThroughSettings;
259
- (function (PassThroughSettings) {
260
- /**
261
- * @internal
262
- */
263
- PassThroughSettings.filterSensitiveLog = (obj) => ({
264
- ...obj,
265
- });
266
- })(PassThroughSettings = exports.PassThroughSettings || (exports.PassThroughSettings = {}));
267
- var WavCodingMode;
268
- (function (WavCodingMode) {
269
- WavCodingMode["CODING_MODE_1_0"] = "CODING_MODE_1_0";
270
- WavCodingMode["CODING_MODE_2_0"] = "CODING_MODE_2_0";
271
- WavCodingMode["CODING_MODE_4_0"] = "CODING_MODE_4_0";
272
- WavCodingMode["CODING_MODE_8_0"] = "CODING_MODE_8_0";
273
- })(WavCodingMode = exports.WavCodingMode || (exports.WavCodingMode = {}));
274
- var WavSettings;
275
- (function (WavSettings) {
276
- /**
277
- * @internal
278
- */
279
- WavSettings.filterSensitiveLog = (obj) => ({
280
- ...obj,
281
- });
282
- })(WavSettings = exports.WavSettings || (exports.WavSettings = {}));
283
- var AudioCodecSettings;
284
- (function (AudioCodecSettings) {
285
- /**
286
- * @internal
287
- */
288
- AudioCodecSettings.filterSensitiveLog = (obj) => ({
289
- ...obj,
290
- });
291
- })(AudioCodecSettings = exports.AudioCodecSettings || (exports.AudioCodecSettings = {}));
292
- var AudioDescriptionLanguageCodeControl;
293
- (function (AudioDescriptionLanguageCodeControl) {
294
- AudioDescriptionLanguageCodeControl["FOLLOW_INPUT"] = "FOLLOW_INPUT";
295
- AudioDescriptionLanguageCodeControl["USE_CONFIGURED"] = "USE_CONFIGURED";
296
- })(AudioDescriptionLanguageCodeControl = exports.AudioDescriptionLanguageCodeControl || (exports.AudioDescriptionLanguageCodeControl = {}));
297
- var RemixSettings;
298
- (function (RemixSettings) {
299
- /**
300
- * @internal
301
- */
302
- RemixSettings.filterSensitiveLog = (obj) => ({
303
- ...obj,
304
- });
305
- })(RemixSettings = exports.RemixSettings || (exports.RemixSettings = {}));
306
- var AudioDescription;
307
- (function (AudioDescription) {
308
- /**
309
- * @internal
310
- */
311
- AudioDescription.filterSensitiveLog = (obj) => ({
312
- ...obj,
313
- });
314
- })(AudioDescription = exports.AudioDescription || (exports.AudioDescription = {}));
315
- var AudioHlsRenditionSelection;
316
- (function (AudioHlsRenditionSelection) {
317
- /**
318
- * @internal
319
- */
320
- AudioHlsRenditionSelection.filterSensitiveLog = (obj) => ({
321
- ...obj,
322
- });
323
- })(AudioHlsRenditionSelection = exports.AudioHlsRenditionSelection || (exports.AudioHlsRenditionSelection = {}));
324
- var AudioLanguageSelectionPolicy;
325
- (function (AudioLanguageSelectionPolicy) {
326
- AudioLanguageSelectionPolicy["LOOSE"] = "LOOSE";
327
- AudioLanguageSelectionPolicy["STRICT"] = "STRICT";
328
- })(AudioLanguageSelectionPolicy = exports.AudioLanguageSelectionPolicy || (exports.AudioLanguageSelectionPolicy = {}));
329
- var AudioLanguageSelection;
330
- (function (AudioLanguageSelection) {
331
- /**
332
- * @internal
333
- */
334
- AudioLanguageSelection.filterSensitiveLog = (obj) => ({
335
- ...obj,
336
- });
337
- })(AudioLanguageSelection = exports.AudioLanguageSelection || (exports.AudioLanguageSelection = {}));
338
- var AudioPidSelection;
339
- (function (AudioPidSelection) {
340
- /**
341
- * @internal
342
- */
343
- AudioPidSelection.filterSensitiveLog = (obj) => ({
344
- ...obj,
345
- });
346
- })(AudioPidSelection = exports.AudioPidSelection || (exports.AudioPidSelection = {}));
347
- var AudioTrack;
348
- (function (AudioTrack) {
349
- /**
350
- * @internal
351
- */
352
- AudioTrack.filterSensitiveLog = (obj) => ({
353
- ...obj,
354
- });
355
- })(AudioTrack = exports.AudioTrack || (exports.AudioTrack = {}));
356
- var AudioTrackSelection;
357
- (function (AudioTrackSelection) {
358
- /**
359
- * @internal
360
- */
361
- AudioTrackSelection.filterSensitiveLog = (obj) => ({
362
- ...obj,
363
- });
364
- })(AudioTrackSelection = exports.AudioTrackSelection || (exports.AudioTrackSelection = {}));
365
- var AudioSelectorSettings;
366
- (function (AudioSelectorSettings) {
367
- /**
368
- * @internal
369
- */
370
- AudioSelectorSettings.filterSensitiveLog = (obj) => ({
371
- ...obj,
372
- });
373
- })(AudioSelectorSettings = exports.AudioSelectorSettings || (exports.AudioSelectorSettings = {}));
374
- var AudioSelector;
375
- (function (AudioSelector) {
376
- /**
377
- * @internal
378
- */
379
- AudioSelector.filterSensitiveLog = (obj) => ({
380
- ...obj,
381
- });
382
- })(AudioSelector = exports.AudioSelector || (exports.AudioSelector = {}));
383
- var BatchFailedResultModel;
384
- (function (BatchFailedResultModel) {
385
- /**
386
- * @internal
387
- */
388
- BatchFailedResultModel.filterSensitiveLog = (obj) => ({
389
- ...obj,
390
- });
391
- })(BatchFailedResultModel = exports.BatchFailedResultModel || (exports.BatchFailedResultModel = {}));
392
- var BatchSuccessfulResultModel;
393
- (function (BatchSuccessfulResultModel) {
394
- /**
395
- * @internal
396
- */
397
- BatchSuccessfulResultModel.filterSensitiveLog = (obj) => ({
398
- ...obj,
399
- });
400
- })(BatchSuccessfulResultModel = exports.BatchSuccessfulResultModel || (exports.BatchSuccessfulResultModel = {}));
401
- var AribDestinationSettings;
402
- (function (AribDestinationSettings) {
403
- /**
404
- * @internal
405
- */
406
- AribDestinationSettings.filterSensitiveLog = (obj) => ({
407
- ...obj,
408
- });
409
- })(AribDestinationSettings = exports.AribDestinationSettings || (exports.AribDestinationSettings = {}));
410
- var BurnInAlignment;
411
- (function (BurnInAlignment) {
412
- BurnInAlignment["CENTERED"] = "CENTERED";
413
- BurnInAlignment["LEFT"] = "LEFT";
414
- BurnInAlignment["SMART"] = "SMART";
415
- })(BurnInAlignment = exports.BurnInAlignment || (exports.BurnInAlignment = {}));
416
- var BurnInBackgroundColor;
417
- (function (BurnInBackgroundColor) {
418
- BurnInBackgroundColor["BLACK"] = "BLACK";
419
- BurnInBackgroundColor["NONE"] = "NONE";
420
- BurnInBackgroundColor["WHITE"] = "WHITE";
421
- })(BurnInBackgroundColor = exports.BurnInBackgroundColor || (exports.BurnInBackgroundColor = {}));
422
- var InputLocation;
423
- (function (InputLocation) {
424
- /**
425
- * @internal
426
- */
427
- InputLocation.filterSensitiveLog = (obj) => ({
428
- ...obj,
429
- });
430
- })(InputLocation = exports.InputLocation || (exports.InputLocation = {}));
431
- var BurnInFontColor;
432
- (function (BurnInFontColor) {
433
- BurnInFontColor["BLACK"] = "BLACK";
434
- BurnInFontColor["BLUE"] = "BLUE";
435
- BurnInFontColor["GREEN"] = "GREEN";
436
- BurnInFontColor["RED"] = "RED";
437
- BurnInFontColor["WHITE"] = "WHITE";
438
- BurnInFontColor["YELLOW"] = "YELLOW";
439
- })(BurnInFontColor = exports.BurnInFontColor || (exports.BurnInFontColor = {}));
440
- var BurnInOutlineColor;
441
- (function (BurnInOutlineColor) {
442
- BurnInOutlineColor["BLACK"] = "BLACK";
443
- BurnInOutlineColor["BLUE"] = "BLUE";
444
- BurnInOutlineColor["GREEN"] = "GREEN";
445
- BurnInOutlineColor["RED"] = "RED";
446
- BurnInOutlineColor["WHITE"] = "WHITE";
447
- BurnInOutlineColor["YELLOW"] = "YELLOW";
448
- })(BurnInOutlineColor = exports.BurnInOutlineColor || (exports.BurnInOutlineColor = {}));
449
- var BurnInShadowColor;
450
- (function (BurnInShadowColor) {
451
- BurnInShadowColor["BLACK"] = "BLACK";
452
- BurnInShadowColor["NONE"] = "NONE";
453
- BurnInShadowColor["WHITE"] = "WHITE";
454
- })(BurnInShadowColor = exports.BurnInShadowColor || (exports.BurnInShadowColor = {}));
455
- var BurnInTeletextGridControl;
456
- (function (BurnInTeletextGridControl) {
457
- BurnInTeletextGridControl["FIXED"] = "FIXED";
458
- BurnInTeletextGridControl["SCALED"] = "SCALED";
459
- })(BurnInTeletextGridControl = exports.BurnInTeletextGridControl || (exports.BurnInTeletextGridControl = {}));
460
- var BurnInDestinationSettings;
461
- (function (BurnInDestinationSettings) {
462
- /**
463
- * @internal
464
- */
465
- BurnInDestinationSettings.filterSensitiveLog = (obj) => ({
466
- ...obj,
467
- });
468
- })(BurnInDestinationSettings = exports.BurnInDestinationSettings || (exports.BurnInDestinationSettings = {}));
469
- var DvbSubDestinationAlignment;
470
- (function (DvbSubDestinationAlignment) {
471
- DvbSubDestinationAlignment["CENTERED"] = "CENTERED";
472
- DvbSubDestinationAlignment["LEFT"] = "LEFT";
473
- DvbSubDestinationAlignment["SMART"] = "SMART";
474
- })(DvbSubDestinationAlignment = exports.DvbSubDestinationAlignment || (exports.DvbSubDestinationAlignment = {}));
475
- var DvbSubDestinationBackgroundColor;
476
- (function (DvbSubDestinationBackgroundColor) {
477
- DvbSubDestinationBackgroundColor["BLACK"] = "BLACK";
478
- DvbSubDestinationBackgroundColor["NONE"] = "NONE";
479
- DvbSubDestinationBackgroundColor["WHITE"] = "WHITE";
480
- })(DvbSubDestinationBackgroundColor = exports.DvbSubDestinationBackgroundColor || (exports.DvbSubDestinationBackgroundColor = {}));
481
- var DvbSubDestinationFontColor;
482
- (function (DvbSubDestinationFontColor) {
483
- DvbSubDestinationFontColor["BLACK"] = "BLACK";
484
- DvbSubDestinationFontColor["BLUE"] = "BLUE";
485
- DvbSubDestinationFontColor["GREEN"] = "GREEN";
486
- DvbSubDestinationFontColor["RED"] = "RED";
487
- DvbSubDestinationFontColor["WHITE"] = "WHITE";
488
- DvbSubDestinationFontColor["YELLOW"] = "YELLOW";
489
- })(DvbSubDestinationFontColor = exports.DvbSubDestinationFontColor || (exports.DvbSubDestinationFontColor = {}));
490
- var DvbSubDestinationOutlineColor;
491
- (function (DvbSubDestinationOutlineColor) {
492
- DvbSubDestinationOutlineColor["BLACK"] = "BLACK";
493
- DvbSubDestinationOutlineColor["BLUE"] = "BLUE";
494
- DvbSubDestinationOutlineColor["GREEN"] = "GREEN";
495
- DvbSubDestinationOutlineColor["RED"] = "RED";
496
- DvbSubDestinationOutlineColor["WHITE"] = "WHITE";
497
- DvbSubDestinationOutlineColor["YELLOW"] = "YELLOW";
498
- })(DvbSubDestinationOutlineColor = exports.DvbSubDestinationOutlineColor || (exports.DvbSubDestinationOutlineColor = {}));
499
- var DvbSubDestinationShadowColor;
500
- (function (DvbSubDestinationShadowColor) {
501
- DvbSubDestinationShadowColor["BLACK"] = "BLACK";
502
- DvbSubDestinationShadowColor["NONE"] = "NONE";
503
- DvbSubDestinationShadowColor["WHITE"] = "WHITE";
504
- })(DvbSubDestinationShadowColor = exports.DvbSubDestinationShadowColor || (exports.DvbSubDestinationShadowColor = {}));
505
- var DvbSubDestinationTeletextGridControl;
506
- (function (DvbSubDestinationTeletextGridControl) {
507
- DvbSubDestinationTeletextGridControl["FIXED"] = "FIXED";
508
- DvbSubDestinationTeletextGridControl["SCALED"] = "SCALED";
509
- })(DvbSubDestinationTeletextGridControl = exports.DvbSubDestinationTeletextGridControl || (exports.DvbSubDestinationTeletextGridControl = {}));
510
- var DvbSubDestinationSettings;
511
- (function (DvbSubDestinationSettings) {
512
- /**
513
- * @internal
514
- */
515
- DvbSubDestinationSettings.filterSensitiveLog = (obj) => ({
516
- ...obj,
517
- });
518
- })(DvbSubDestinationSettings = exports.DvbSubDestinationSettings || (exports.DvbSubDestinationSettings = {}));
519
- var EbuTtDFillLineGapControl;
520
- (function (EbuTtDFillLineGapControl) {
521
- EbuTtDFillLineGapControl["DISABLED"] = "DISABLED";
522
- EbuTtDFillLineGapControl["ENABLED"] = "ENABLED";
523
- })(EbuTtDFillLineGapControl = exports.EbuTtDFillLineGapControl || (exports.EbuTtDFillLineGapControl = {}));
524
- var EbuTtDDestinationStyleControl;
525
- (function (EbuTtDDestinationStyleControl) {
526
- EbuTtDDestinationStyleControl["EXCLUDE"] = "EXCLUDE";
527
- EbuTtDDestinationStyleControl["INCLUDE"] = "INCLUDE";
528
- })(EbuTtDDestinationStyleControl = exports.EbuTtDDestinationStyleControl || (exports.EbuTtDDestinationStyleControl = {}));
529
- var EbuTtDDestinationSettings;
530
- (function (EbuTtDDestinationSettings) {
531
- /**
532
- * @internal
533
- */
534
- EbuTtDDestinationSettings.filterSensitiveLog = (obj) => ({
535
- ...obj,
536
- });
537
- })(EbuTtDDestinationSettings = exports.EbuTtDDestinationSettings || (exports.EbuTtDDestinationSettings = {}));
538
- var EmbeddedDestinationSettings;
539
- (function (EmbeddedDestinationSettings) {
540
- /**
541
- * @internal
542
- */
543
- EmbeddedDestinationSettings.filterSensitiveLog = (obj) => ({
544
- ...obj,
545
- });
546
- })(EmbeddedDestinationSettings = exports.EmbeddedDestinationSettings || (exports.EmbeddedDestinationSettings = {}));
547
- var EmbeddedPlusScte20DestinationSettings;
548
- (function (EmbeddedPlusScte20DestinationSettings) {
549
- /**
550
- * @internal
551
- */
552
- EmbeddedPlusScte20DestinationSettings.filterSensitiveLog = (obj) => ({
553
- ...obj,
554
- });
555
- })(EmbeddedPlusScte20DestinationSettings = exports.EmbeddedPlusScte20DestinationSettings || (exports.EmbeddedPlusScte20DestinationSettings = {}));
556
- var RtmpCaptionInfoDestinationSettings;
557
- (function (RtmpCaptionInfoDestinationSettings) {
558
- /**
559
- * @internal
560
- */
561
- RtmpCaptionInfoDestinationSettings.filterSensitiveLog = (obj) => ({
562
- ...obj,
563
- });
564
- })(RtmpCaptionInfoDestinationSettings = exports.RtmpCaptionInfoDestinationSettings || (exports.RtmpCaptionInfoDestinationSettings = {}));
565
- var Scte20PlusEmbeddedDestinationSettings;
566
- (function (Scte20PlusEmbeddedDestinationSettings) {
567
- /**
568
- * @internal
569
- */
570
- Scte20PlusEmbeddedDestinationSettings.filterSensitiveLog = (obj) => ({
571
- ...obj,
572
- });
573
- })(Scte20PlusEmbeddedDestinationSettings = exports.Scte20PlusEmbeddedDestinationSettings || (exports.Scte20PlusEmbeddedDestinationSettings = {}));
574
- var Scte27DestinationSettings;
575
- (function (Scte27DestinationSettings) {
576
- /**
577
- * @internal
578
- */
579
- Scte27DestinationSettings.filterSensitiveLog = (obj) => ({
580
- ...obj,
581
- });
582
- })(Scte27DestinationSettings = exports.Scte27DestinationSettings || (exports.Scte27DestinationSettings = {}));
583
- var SmpteTtDestinationSettings;
584
- (function (SmpteTtDestinationSettings) {
585
- /**
586
- * @internal
587
- */
588
- SmpteTtDestinationSettings.filterSensitiveLog = (obj) => ({
589
- ...obj,
590
- });
591
- })(SmpteTtDestinationSettings = exports.SmpteTtDestinationSettings || (exports.SmpteTtDestinationSettings = {}));
592
- var TeletextDestinationSettings;
593
- (function (TeletextDestinationSettings) {
594
- /**
595
- * @internal
596
- */
597
- TeletextDestinationSettings.filterSensitiveLog = (obj) => ({
598
- ...obj,
599
- });
600
- })(TeletextDestinationSettings = exports.TeletextDestinationSettings || (exports.TeletextDestinationSettings = {}));
601
- var TtmlDestinationStyleControl;
602
- (function (TtmlDestinationStyleControl) {
603
- TtmlDestinationStyleControl["PASSTHROUGH"] = "PASSTHROUGH";
604
- TtmlDestinationStyleControl["USE_CONFIGURED"] = "USE_CONFIGURED";
605
- })(TtmlDestinationStyleControl = exports.TtmlDestinationStyleControl || (exports.TtmlDestinationStyleControl = {}));
606
- var TtmlDestinationSettings;
607
- (function (TtmlDestinationSettings) {
608
- /**
609
- * @internal
610
- */
611
- TtmlDestinationSettings.filterSensitiveLog = (obj) => ({
612
- ...obj,
613
- });
614
- })(TtmlDestinationSettings = exports.TtmlDestinationSettings || (exports.TtmlDestinationSettings = {}));
615
- var WebvttDestinationStyleControl;
616
- (function (WebvttDestinationStyleControl) {
617
- WebvttDestinationStyleControl["NO_STYLE_DATA"] = "NO_STYLE_DATA";
618
- WebvttDestinationStyleControl["PASSTHROUGH"] = "PASSTHROUGH";
619
- })(WebvttDestinationStyleControl = exports.WebvttDestinationStyleControl || (exports.WebvttDestinationStyleControl = {}));
620
- var WebvttDestinationSettings;
621
- (function (WebvttDestinationSettings) {
622
- /**
623
- * @internal
624
- */
625
- WebvttDestinationSettings.filterSensitiveLog = (obj) => ({
626
- ...obj,
627
- });
628
- })(WebvttDestinationSettings = exports.WebvttDestinationSettings || (exports.WebvttDestinationSettings = {}));
629
- var CaptionDestinationSettings;
630
- (function (CaptionDestinationSettings) {
631
- /**
632
- * @internal
633
- */
634
- CaptionDestinationSettings.filterSensitiveLog = (obj) => ({
635
- ...obj,
636
- });
637
- })(CaptionDestinationSettings = exports.CaptionDestinationSettings || (exports.CaptionDestinationSettings = {}));
638
- var CaptionDescription;
639
- (function (CaptionDescription) {
640
- /**
641
- * @internal
642
- */
643
- CaptionDescription.filterSensitiveLog = (obj) => ({
644
- ...obj,
645
- });
646
- })(CaptionDescription = exports.CaptionDescription || (exports.CaptionDescription = {}));
647
- var CaptionLanguageMapping;
648
- (function (CaptionLanguageMapping) {
649
- /**
650
- * @internal
651
- */
652
- CaptionLanguageMapping.filterSensitiveLog = (obj) => ({
653
- ...obj,
654
- });
655
- })(CaptionLanguageMapping = exports.CaptionLanguageMapping || (exports.CaptionLanguageMapping = {}));
656
- var AncillarySourceSettings;
657
- (function (AncillarySourceSettings) {
658
- /**
659
- * @internal
660
- */
661
- AncillarySourceSettings.filterSensitiveLog = (obj) => ({
662
- ...obj,
663
- });
664
- })(AncillarySourceSettings = exports.AncillarySourceSettings || (exports.AncillarySourceSettings = {}));
665
- var AribSourceSettings;
666
- (function (AribSourceSettings) {
667
- /**
668
- * @internal
669
- */
670
- AribSourceSettings.filterSensitiveLog = (obj) => ({
671
- ...obj,
672
- });
673
- })(AribSourceSettings = exports.AribSourceSettings || (exports.AribSourceSettings = {}));
674
- var DvbSubOcrLanguage;
675
- (function (DvbSubOcrLanguage) {
676
- DvbSubOcrLanguage["DEU"] = "DEU";
677
- DvbSubOcrLanguage["ENG"] = "ENG";
678
- DvbSubOcrLanguage["FRA"] = "FRA";
679
- DvbSubOcrLanguage["NLD"] = "NLD";
680
- DvbSubOcrLanguage["POR"] = "POR";
681
- DvbSubOcrLanguage["SPA"] = "SPA";
682
- })(DvbSubOcrLanguage = exports.DvbSubOcrLanguage || (exports.DvbSubOcrLanguage = {}));
683
- var DvbSubSourceSettings;
684
- (function (DvbSubSourceSettings) {
685
- /**
686
- * @internal
687
- */
688
- DvbSubSourceSettings.filterSensitiveLog = (obj) => ({
689
- ...obj,
690
- });
691
- })(DvbSubSourceSettings = exports.DvbSubSourceSettings || (exports.DvbSubSourceSettings = {}));
692
- var EmbeddedConvert608To708;
693
- (function (EmbeddedConvert608To708) {
694
- EmbeddedConvert608To708["DISABLED"] = "DISABLED";
695
- EmbeddedConvert608To708["UPCONVERT"] = "UPCONVERT";
696
- })(EmbeddedConvert608To708 = exports.EmbeddedConvert608To708 || (exports.EmbeddedConvert608To708 = {}));
697
- var EmbeddedScte20Detection;
698
- (function (EmbeddedScte20Detection) {
699
- EmbeddedScte20Detection["AUTO"] = "AUTO";
700
- EmbeddedScte20Detection["OFF"] = "OFF";
701
- })(EmbeddedScte20Detection = exports.EmbeddedScte20Detection || (exports.EmbeddedScte20Detection = {}));
702
- var EmbeddedSourceSettings;
703
- (function (EmbeddedSourceSettings) {
704
- /**
705
- * @internal
706
- */
707
- EmbeddedSourceSettings.filterSensitiveLog = (obj) => ({
708
- ...obj,
709
- });
710
- })(EmbeddedSourceSettings = exports.EmbeddedSourceSettings || (exports.EmbeddedSourceSettings = {}));
711
- var Scte20Convert608To708;
712
- (function (Scte20Convert608To708) {
713
- Scte20Convert608To708["DISABLED"] = "DISABLED";
714
- Scte20Convert608To708["UPCONVERT"] = "UPCONVERT";
715
- })(Scte20Convert608To708 = exports.Scte20Convert608To708 || (exports.Scte20Convert608To708 = {}));
716
- var Scte20SourceSettings;
717
- (function (Scte20SourceSettings) {
718
- /**
719
- * @internal
720
- */
721
- Scte20SourceSettings.filterSensitiveLog = (obj) => ({
722
- ...obj,
723
- });
724
- })(Scte20SourceSettings = exports.Scte20SourceSettings || (exports.Scte20SourceSettings = {}));
725
- var Scte27OcrLanguage;
726
- (function (Scte27OcrLanguage) {
727
- Scte27OcrLanguage["DEU"] = "DEU";
728
- Scte27OcrLanguage["ENG"] = "ENG";
729
- Scte27OcrLanguage["FRA"] = "FRA";
730
- Scte27OcrLanguage["NLD"] = "NLD";
731
- Scte27OcrLanguage["POR"] = "POR";
732
- Scte27OcrLanguage["SPA"] = "SPA";
733
- })(Scte27OcrLanguage = exports.Scte27OcrLanguage || (exports.Scte27OcrLanguage = {}));
734
- var Scte27SourceSettings;
735
- (function (Scte27SourceSettings) {
736
- /**
737
- * @internal
738
- */
739
- Scte27SourceSettings.filterSensitiveLog = (obj) => ({
740
- ...obj,
741
- });
742
- })(Scte27SourceSettings = exports.Scte27SourceSettings || (exports.Scte27SourceSettings = {}));
743
- var CaptionRectangle;
744
- (function (CaptionRectangle) {
745
- /**
746
- * @internal
747
- */
748
- CaptionRectangle.filterSensitiveLog = (obj) => ({
749
- ...obj,
750
- });
751
- })(CaptionRectangle = exports.CaptionRectangle || (exports.CaptionRectangle = {}));
752
- var TeletextSourceSettings;
753
- (function (TeletextSourceSettings) {
754
- /**
755
- * @internal
756
- */
757
- TeletextSourceSettings.filterSensitiveLog = (obj) => ({
758
- ...obj,
759
- });
760
- })(TeletextSourceSettings = exports.TeletextSourceSettings || (exports.TeletextSourceSettings = {}));
761
- var CaptionSelectorSettings;
762
- (function (CaptionSelectorSettings) {
763
- /**
764
- * @internal
765
- */
766
- CaptionSelectorSettings.filterSensitiveLog = (obj) => ({
767
- ...obj,
768
- });
769
- })(CaptionSelectorSettings = exports.CaptionSelectorSettings || (exports.CaptionSelectorSettings = {}));
770
- var CaptionSelector;
771
- (function (CaptionSelector) {
772
- /**
773
- * @internal
774
- */
775
- CaptionSelector.filterSensitiveLog = (obj) => ({
776
- ...obj,
777
- });
778
- })(CaptionSelector = exports.CaptionSelector || (exports.CaptionSelector = {}));
779
- var ChannelEgressEndpoint;
780
- (function (ChannelEgressEndpoint) {
781
- /**
782
- * @internal
783
- */
784
- ChannelEgressEndpoint.filterSensitiveLog = (obj) => ({
785
- ...obj,
786
- });
787
- })(ChannelEgressEndpoint = exports.ChannelEgressEndpoint || (exports.ChannelEgressEndpoint = {}));
788
- var CdiInputResolution;
789
- (function (CdiInputResolution) {
790
- CdiInputResolution["FHD"] = "FHD";
791
- CdiInputResolution["HD"] = "HD";
792
- CdiInputResolution["SD"] = "SD";
793
- CdiInputResolution["UHD"] = "UHD";
794
- })(CdiInputResolution = exports.CdiInputResolution || (exports.CdiInputResolution = {}));
795
- var CdiInputSpecification;
796
- (function (CdiInputSpecification) {
797
- /**
798
- * @internal
799
- */
800
- CdiInputSpecification.filterSensitiveLog = (obj) => ({
801
- ...obj,
802
- });
803
- })(CdiInputSpecification = exports.CdiInputSpecification || (exports.CdiInputSpecification = {}));
804
- var ChannelClass;
805
- (function (ChannelClass) {
806
- ChannelClass["SINGLE_PIPELINE"] = "SINGLE_PIPELINE";
807
- ChannelClass["STANDARD"] = "STANDARD";
808
- })(ChannelClass = exports.ChannelClass || (exports.ChannelClass = {}));
809
- var MediaPackageOutputDestinationSettings;
810
- (function (MediaPackageOutputDestinationSettings) {
811
- /**
812
- * @internal
813
- */
814
- MediaPackageOutputDestinationSettings.filterSensitiveLog = (obj) => ({
815
- ...obj,
816
- });
817
- })(MediaPackageOutputDestinationSettings = exports.MediaPackageOutputDestinationSettings || (exports.MediaPackageOutputDestinationSettings = {}));
818
- var MultiplexProgramChannelDestinationSettings;
819
- (function (MultiplexProgramChannelDestinationSettings) {
820
- /**
821
- * @internal
822
- */
823
- MultiplexProgramChannelDestinationSettings.filterSensitiveLog = (obj) => ({
824
- ...obj,
825
- });
826
- })(MultiplexProgramChannelDestinationSettings = exports.MultiplexProgramChannelDestinationSettings || (exports.MultiplexProgramChannelDestinationSettings = {}));
827
- var OutputDestinationSettings;
828
- (function (OutputDestinationSettings) {
829
- /**
830
- * @internal
831
- */
832
- OutputDestinationSettings.filterSensitiveLog = (obj) => ({
833
- ...obj,
834
- });
835
- })(OutputDestinationSettings = exports.OutputDestinationSettings || (exports.OutputDestinationSettings = {}));
836
- var OutputDestination;
837
- (function (OutputDestination) {
838
- /**
839
- * @internal
840
- */
841
- OutputDestination.filterSensitiveLog = (obj) => ({
842
- ...obj,
843
- });
844
- })(OutputDestination = exports.OutputDestination || (exports.OutputDestination = {}));
845
- var AudioSilenceFailoverSettings;
846
- (function (AudioSilenceFailoverSettings) {
847
- /**
848
- * @internal
849
- */
850
- AudioSilenceFailoverSettings.filterSensitiveLog = (obj) => ({
851
- ...obj,
852
- });
853
- })(AudioSilenceFailoverSettings = exports.AudioSilenceFailoverSettings || (exports.AudioSilenceFailoverSettings = {}));
854
- var InputLossFailoverSettings;
855
- (function (InputLossFailoverSettings) {
856
- /**
857
- * @internal
858
- */
859
- InputLossFailoverSettings.filterSensitiveLog = (obj) => ({
860
- ...obj,
861
- });
862
- })(InputLossFailoverSettings = exports.InputLossFailoverSettings || (exports.InputLossFailoverSettings = {}));
863
- var VideoBlackFailoverSettings;
864
- (function (VideoBlackFailoverSettings) {
865
- /**
866
- * @internal
867
- */
868
- VideoBlackFailoverSettings.filterSensitiveLog = (obj) => ({
869
- ...obj,
870
- });
871
- })(VideoBlackFailoverSettings = exports.VideoBlackFailoverSettings || (exports.VideoBlackFailoverSettings = {}));
872
- var FailoverConditionSettings;
873
- (function (FailoverConditionSettings) {
874
- /**
875
- * @internal
876
- */
877
- FailoverConditionSettings.filterSensitiveLog = (obj) => ({
878
- ...obj,
879
- });
880
- })(FailoverConditionSettings = exports.FailoverConditionSettings || (exports.FailoverConditionSettings = {}));
881
- var FailoverCondition;
882
- (function (FailoverCondition) {
883
- /**
884
- * @internal
885
- */
886
- FailoverCondition.filterSensitiveLog = (obj) => ({
887
- ...obj,
888
- });
889
- })(FailoverCondition = exports.FailoverCondition || (exports.FailoverCondition = {}));
890
- var InputPreference;
891
- (function (InputPreference) {
892
- InputPreference["EQUAL_INPUT_PREFERENCE"] = "EQUAL_INPUT_PREFERENCE";
893
- InputPreference["PRIMARY_INPUT_PREFERRED"] = "PRIMARY_INPUT_PREFERRED";
894
- })(InputPreference = exports.InputPreference || (exports.InputPreference = {}));
895
- var AutomaticInputFailoverSettings;
896
- (function (AutomaticInputFailoverSettings) {
897
- /**
898
- * @internal
899
- */
900
- AutomaticInputFailoverSettings.filterSensitiveLog = (obj) => ({
901
- ...obj,
902
- });
903
- })(AutomaticInputFailoverSettings = exports.AutomaticInputFailoverSettings || (exports.AutomaticInputFailoverSettings = {}));
904
- var InputDeblockFilter;
905
- (function (InputDeblockFilter) {
906
- InputDeblockFilter["DISABLED"] = "DISABLED";
907
- InputDeblockFilter["ENABLED"] = "ENABLED";
908
- })(InputDeblockFilter = exports.InputDeblockFilter || (exports.InputDeblockFilter = {}));
909
- var InputDenoiseFilter;
910
- (function (InputDenoiseFilter) {
911
- InputDenoiseFilter["DISABLED"] = "DISABLED";
912
- InputDenoiseFilter["ENABLED"] = "ENABLED";
913
- })(InputDenoiseFilter = exports.InputDenoiseFilter || (exports.InputDenoiseFilter = {}));
914
- var InputFilter;
915
- (function (InputFilter) {
916
- InputFilter["AUTO"] = "AUTO";
917
- InputFilter["DISABLED"] = "DISABLED";
918
- InputFilter["FORCED"] = "FORCED";
919
- })(InputFilter = exports.InputFilter || (exports.InputFilter = {}));
920
- var HlsScte35SourceType;
921
- (function (HlsScte35SourceType) {
922
- HlsScte35SourceType["MANIFEST"] = "MANIFEST";
923
- HlsScte35SourceType["SEGMENTS"] = "SEGMENTS";
924
- })(HlsScte35SourceType = exports.HlsScte35SourceType || (exports.HlsScte35SourceType = {}));
925
- var HlsInputSettings;
926
- (function (HlsInputSettings) {
927
- /**
928
- * @internal
929
- */
930
- HlsInputSettings.filterSensitiveLog = (obj) => ({
931
- ...obj,
932
- });
933
- })(HlsInputSettings = exports.HlsInputSettings || (exports.HlsInputSettings = {}));
934
- var NetworkInputServerValidation;
935
- (function (NetworkInputServerValidation) {
936
- NetworkInputServerValidation["CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME"] = "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME";
937
- NetworkInputServerValidation["CHECK_CRYPTOGRAPHY_ONLY"] = "CHECK_CRYPTOGRAPHY_ONLY";
938
- })(NetworkInputServerValidation = exports.NetworkInputServerValidation || (exports.NetworkInputServerValidation = {}));
939
- var NetworkInputSettings;
940
- (function (NetworkInputSettings) {
941
- /**
942
- * @internal
943
- */
944
- NetworkInputSettings.filterSensitiveLog = (obj) => ({
945
- ...obj,
946
- });
947
- })(NetworkInputSettings = exports.NetworkInputSettings || (exports.NetworkInputSettings = {}));
948
- var Smpte2038DataPreference;
949
- (function (Smpte2038DataPreference) {
950
- Smpte2038DataPreference["IGNORE"] = "IGNORE";
951
- Smpte2038DataPreference["PREFER"] = "PREFER";
952
- })(Smpte2038DataPreference = exports.Smpte2038DataPreference || (exports.Smpte2038DataPreference = {}));
953
- var InputSourceEndBehavior;
954
- (function (InputSourceEndBehavior) {
955
- InputSourceEndBehavior["CONTINUE"] = "CONTINUE";
956
- InputSourceEndBehavior["LOOP"] = "LOOP";
957
- })(InputSourceEndBehavior = exports.InputSourceEndBehavior || (exports.InputSourceEndBehavior = {}));
958
- var VideoSelectorColorSpace;
959
- (function (VideoSelectorColorSpace) {
960
- VideoSelectorColorSpace["FOLLOW"] = "FOLLOW";
961
- VideoSelectorColorSpace["HDR10"] = "HDR10";
962
- VideoSelectorColorSpace["HLG_2020"] = "HLG_2020";
963
- VideoSelectorColorSpace["REC_601"] = "REC_601";
964
- VideoSelectorColorSpace["REC_709"] = "REC_709";
965
- })(VideoSelectorColorSpace = exports.VideoSelectorColorSpace || (exports.VideoSelectorColorSpace = {}));
966
- var Hdr10Settings;
967
- (function (Hdr10Settings) {
968
- /**
969
- * @internal
970
- */
971
- Hdr10Settings.filterSensitiveLog = (obj) => ({
972
- ...obj,
973
- });
974
- })(Hdr10Settings = exports.Hdr10Settings || (exports.Hdr10Settings = {}));
975
- var VideoSelectorColorSpaceSettings;
976
- (function (VideoSelectorColorSpaceSettings) {
977
- /**
978
- * @internal
979
- */
980
- VideoSelectorColorSpaceSettings.filterSensitiveLog = (obj) => ({
981
- ...obj,
982
- });
983
- })(VideoSelectorColorSpaceSettings = exports.VideoSelectorColorSpaceSettings || (exports.VideoSelectorColorSpaceSettings = {}));
984
- var VideoSelectorColorSpaceUsage;
985
- (function (VideoSelectorColorSpaceUsage) {
986
- VideoSelectorColorSpaceUsage["FALLBACK"] = "FALLBACK";
987
- VideoSelectorColorSpaceUsage["FORCE"] = "FORCE";
988
- })(VideoSelectorColorSpaceUsage = exports.VideoSelectorColorSpaceUsage || (exports.VideoSelectorColorSpaceUsage = {}));
989
- var VideoSelectorPid;
990
- (function (VideoSelectorPid) {
991
- /**
992
- * @internal
993
- */
994
- VideoSelectorPid.filterSensitiveLog = (obj) => ({
995
- ...obj,
996
- });
997
- })(VideoSelectorPid = exports.VideoSelectorPid || (exports.VideoSelectorPid = {}));
998
- var VideoSelectorProgramId;
999
- (function (VideoSelectorProgramId) {
1000
- /**
1001
- * @internal
1002
- */
1003
- VideoSelectorProgramId.filterSensitiveLog = (obj) => ({
1004
- ...obj,
1005
- });
1006
- })(VideoSelectorProgramId = exports.VideoSelectorProgramId || (exports.VideoSelectorProgramId = {}));
1007
- var VideoSelectorSettings;
1008
- (function (VideoSelectorSettings) {
1009
- /**
1010
- * @internal
1011
- */
1012
- VideoSelectorSettings.filterSensitiveLog = (obj) => ({
1013
- ...obj,
1014
- });
1015
- })(VideoSelectorSettings = exports.VideoSelectorSettings || (exports.VideoSelectorSettings = {}));
1016
- var VideoSelector;
1017
- (function (VideoSelector) {
1018
- /**
1019
- * @internal
1020
- */
1021
- VideoSelector.filterSensitiveLog = (obj) => ({
1022
- ...obj,
1023
- });
1024
- })(VideoSelector = exports.VideoSelector || (exports.VideoSelector = {}));
1025
- var InputSettings;
1026
- (function (InputSettings) {
1027
- /**
1028
- * @internal
1029
- */
1030
- InputSettings.filterSensitiveLog = (obj) => ({
1031
- ...obj,
1032
- });
1033
- })(InputSettings = exports.InputSettings || (exports.InputSettings = {}));
1034
- var InputAttachment;
1035
- (function (InputAttachment) {
1036
- /**
1037
- * @internal
1038
- */
1039
- InputAttachment.filterSensitiveLog = (obj) => ({
1040
- ...obj,
1041
- });
1042
- })(InputAttachment = exports.InputAttachment || (exports.InputAttachment = {}));
1043
- var InputCodec;
1044
- (function (InputCodec) {
1045
- InputCodec["AVC"] = "AVC";
1046
- InputCodec["HEVC"] = "HEVC";
1047
- InputCodec["MPEG2"] = "MPEG2";
1048
- })(InputCodec = exports.InputCodec || (exports.InputCodec = {}));
1049
- var InputMaximumBitrate;
1050
- (function (InputMaximumBitrate) {
1051
- InputMaximumBitrate["MAX_10_MBPS"] = "MAX_10_MBPS";
1052
- InputMaximumBitrate["MAX_20_MBPS"] = "MAX_20_MBPS";
1053
- InputMaximumBitrate["MAX_50_MBPS"] = "MAX_50_MBPS";
1054
- })(InputMaximumBitrate = exports.InputMaximumBitrate || (exports.InputMaximumBitrate = {}));
1055
- var InputResolution;
1056
- (function (InputResolution) {
1057
- InputResolution["HD"] = "HD";
1058
- InputResolution["SD"] = "SD";
1059
- InputResolution["UHD"] = "UHD";
1060
- })(InputResolution = exports.InputResolution || (exports.InputResolution = {}));
1061
- var InputSpecification;
1062
- (function (InputSpecification) {
1063
- /**
1064
- * @internal
1065
- */
1066
- InputSpecification.filterSensitiveLog = (obj) => ({
1067
- ...obj,
1068
- });
1069
- })(InputSpecification = exports.InputSpecification || (exports.InputSpecification = {}));
1070
- var LogLevel;
1071
- (function (LogLevel) {
1072
- LogLevel["DEBUG"] = "DEBUG";
1073
- LogLevel["DISABLED"] = "DISABLED";
1074
- LogLevel["ERROR"] = "ERROR";
1075
- LogLevel["INFO"] = "INFO";
1076
- LogLevel["WARNING"] = "WARNING";
1077
- })(LogLevel = exports.LogLevel || (exports.LogLevel = {}));
1078
- var ChannelState;
1079
- (function (ChannelState) {
1080
- ChannelState["CREATE_FAILED"] = "CREATE_FAILED";
1081
- ChannelState["CREATING"] = "CREATING";
1082
- ChannelState["DELETED"] = "DELETED";
1083
- ChannelState["DELETING"] = "DELETING";
1084
- ChannelState["IDLE"] = "IDLE";
1085
- ChannelState["RECOVERING"] = "RECOVERING";
1086
- ChannelState["RUNNING"] = "RUNNING";
1087
- ChannelState["STARTING"] = "STARTING";
1088
- ChannelState["STOPPING"] = "STOPPING";
1089
- ChannelState["UPDATE_FAILED"] = "UPDATE_FAILED";
1090
- ChannelState["UPDATING"] = "UPDATING";
1091
- })(ChannelState = exports.ChannelState || (exports.ChannelState = {}));
1092
- var VpcOutputSettingsDescription;
1093
- (function (VpcOutputSettingsDescription) {
1094
- /**
1095
- * @internal
1096
- */
1097
- VpcOutputSettingsDescription.filterSensitiveLog = (obj) => ({
1098
- ...obj,
1099
- });
1100
- })(VpcOutputSettingsDescription = exports.VpcOutputSettingsDescription || (exports.VpcOutputSettingsDescription = {}));
1101
- var ChannelSummary;
1102
- (function (ChannelSummary) {
1103
- /**
1104
- * @internal
1105
- */
1106
- ChannelSummary.filterSensitiveLog = (obj) => ({
1107
- ...obj,
1108
- });
1109
- })(ChannelSummary = exports.ChannelSummary || (exports.ChannelSummary = {}));
1110
- var HlsAdMarkers;
1111
- (function (HlsAdMarkers) {
1112
- HlsAdMarkers["ADOBE"] = "ADOBE";
1113
- HlsAdMarkers["ELEMENTAL"] = "ELEMENTAL";
1114
- HlsAdMarkers["ELEMENTAL_SCTE35"] = "ELEMENTAL_SCTE35";
1115
- })(HlsAdMarkers = exports.HlsAdMarkers || (exports.HlsAdMarkers = {}));
1116
- var InputDestinationVpc;
1117
- (function (InputDestinationVpc) {
1118
- /**
1119
- * @internal
1120
- */
1121
- InputDestinationVpc.filterSensitiveLog = (obj) => ({
1122
- ...obj,
1123
- });
1124
- })(InputDestinationVpc = exports.InputDestinationVpc || (exports.InputDestinationVpc = {}));
1125
- var InputDestination;
1126
- (function (InputDestination) {
1127
- /**
1128
- * @internal
1129
- */
1130
- InputDestination.filterSensitiveLog = (obj) => ({
1131
- ...obj,
1132
- });
1133
- })(InputDestination = exports.InputDestination || (exports.InputDestination = {}));
1134
- var InputClass;
1135
- (function (InputClass) {
1136
- InputClass["SINGLE_PIPELINE"] = "SINGLE_PIPELINE";
1137
- InputClass["STANDARD"] = "STANDARD";
1138
- })(InputClass = exports.InputClass || (exports.InputClass = {}));
1139
- var InputDeviceSettings;
1140
- (function (InputDeviceSettings) {
1141
- /**
1142
- * @internal
1143
- */
1144
- InputDeviceSettings.filterSensitiveLog = (obj) => ({
1145
- ...obj,
1146
- });
1147
- })(InputDeviceSettings = exports.InputDeviceSettings || (exports.InputDeviceSettings = {}));
1148
- var InputSourceType;
1149
- (function (InputSourceType) {
1150
- InputSourceType["DYNAMIC"] = "DYNAMIC";
1151
- InputSourceType["STATIC"] = "STATIC";
1152
- })(InputSourceType = exports.InputSourceType || (exports.InputSourceType = {}));
1153
- var MediaConnectFlow;
1154
- (function (MediaConnectFlow) {
1155
- /**
1156
- * @internal
1157
- */
1158
- MediaConnectFlow.filterSensitiveLog = (obj) => ({
1159
- ...obj,
1160
- });
1161
- })(MediaConnectFlow = exports.MediaConnectFlow || (exports.MediaConnectFlow = {}));
1162
- var InputSource;
1163
- (function (InputSource) {
1164
- /**
1165
- * @internal
1166
- */
1167
- InputSource.filterSensitiveLog = (obj) => ({
1168
- ...obj,
1169
- });
1170
- })(InputSource = exports.InputSource || (exports.InputSource = {}));
1171
- var InputState;
1172
- (function (InputState) {
1173
- InputState["ATTACHED"] = "ATTACHED";
1174
- InputState["CREATING"] = "CREATING";
1175
- InputState["DELETED"] = "DELETED";
1176
- InputState["DELETING"] = "DELETING";
1177
- InputState["DETACHED"] = "DETACHED";
1178
- })(InputState = exports.InputState || (exports.InputState = {}));
1179
- var InputType;
1180
- (function (InputType) {
1181
- InputType["AWS_CDI"] = "AWS_CDI";
1182
- InputType["INPUT_DEVICE"] = "INPUT_DEVICE";
1183
- InputType["MEDIACONNECT"] = "MEDIACONNECT";
1184
- InputType["MP4_FILE"] = "MP4_FILE";
1185
- InputType["RTMP_PULL"] = "RTMP_PULL";
1186
- InputType["RTMP_PUSH"] = "RTMP_PUSH";
1187
- InputType["RTP_PUSH"] = "RTP_PUSH";
1188
- InputType["UDP_PUSH"] = "UDP_PUSH";
1189
- InputType["URL_PULL"] = "URL_PULL";
1190
- })(InputType = exports.InputType || (exports.InputType = {}));
1191
- var Input;
1192
- (function (Input) {
1193
- /**
1194
- * @internal
1195
- */
1196
- Input.filterSensitiveLog = (obj) => ({
1197
- ...obj,
1198
- });
1199
- })(Input = exports.Input || (exports.Input = {}));
1200
- var InputDestinationRequest;
1201
- (function (InputDestinationRequest) {
1202
- /**
1203
- * @internal
1204
- */
1205
- InputDestinationRequest.filterSensitiveLog = (obj) => ({
1206
- ...obj,
1207
- });
1208
- })(InputDestinationRequest = exports.InputDestinationRequest || (exports.InputDestinationRequest = {}));
1209
- var InputDeviceRequest;
1210
- (function (InputDeviceRequest) {
1211
- /**
1212
- * @internal
1213
- */
1214
- InputDeviceRequest.filterSensitiveLog = (obj) => ({
1215
- ...obj,
1216
- });
1217
- })(InputDeviceRequest = exports.InputDeviceRequest || (exports.InputDeviceRequest = {}));
1218
- var InputDeviceConnectionState;
1219
- (function (InputDeviceConnectionState) {
1220
- InputDeviceConnectionState["CONNECTED"] = "CONNECTED";
1221
- InputDeviceConnectionState["DISCONNECTED"] = "DISCONNECTED";
1222
- })(InputDeviceConnectionState = exports.InputDeviceConnectionState || (exports.InputDeviceConnectionState = {}));
1223
- var DeviceSettingsSyncState;
1224
- (function (DeviceSettingsSyncState) {
1225
- DeviceSettingsSyncState["SYNCED"] = "SYNCED";
1226
- DeviceSettingsSyncState["SYNCING"] = "SYNCING";
1227
- })(DeviceSettingsSyncState = exports.DeviceSettingsSyncState || (exports.DeviceSettingsSyncState = {}));
1228
- var DeviceUpdateStatus;
1229
- (function (DeviceUpdateStatus) {
1230
- DeviceUpdateStatus["NOT_UP_TO_DATE"] = "NOT_UP_TO_DATE";
1231
- DeviceUpdateStatus["UP_TO_DATE"] = "UP_TO_DATE";
1232
- })(DeviceUpdateStatus = exports.DeviceUpdateStatus || (exports.DeviceUpdateStatus = {}));
1233
- var InputDeviceActiveInput;
1234
- (function (InputDeviceActiveInput) {
1235
- InputDeviceActiveInput["HDMI"] = "HDMI";
1236
- InputDeviceActiveInput["SDI"] = "SDI";
1237
- })(InputDeviceActiveInput = exports.InputDeviceActiveInput || (exports.InputDeviceActiveInput = {}));
1238
- var InputDeviceConfiguredInput;
1239
- (function (InputDeviceConfiguredInput) {
1240
- InputDeviceConfiguredInput["AUTO"] = "AUTO";
1241
- InputDeviceConfiguredInput["HDMI"] = "HDMI";
1242
- InputDeviceConfiguredInput["SDI"] = "SDI";
1243
- })(InputDeviceConfiguredInput = exports.InputDeviceConfiguredInput || (exports.InputDeviceConfiguredInput = {}));
1244
- var InputDeviceState;
1245
- (function (InputDeviceState) {
1246
- InputDeviceState["IDLE"] = "IDLE";
1247
- InputDeviceState["STREAMING"] = "STREAMING";
1248
- })(InputDeviceState = exports.InputDeviceState || (exports.InputDeviceState = {}));
1249
- var InputDeviceScanType;
1250
- (function (InputDeviceScanType) {
1251
- InputDeviceScanType["INTERLACED"] = "INTERLACED";
1252
- InputDeviceScanType["PROGRESSIVE"] = "PROGRESSIVE";
1253
- })(InputDeviceScanType = exports.InputDeviceScanType || (exports.InputDeviceScanType = {}));
1254
- var InputDeviceHdSettings;
1255
- (function (InputDeviceHdSettings) {
1256
- /**
1257
- * @internal
1258
- */
1259
- InputDeviceHdSettings.filterSensitiveLog = (obj) => ({
1260
- ...obj,
1261
- });
1262
- })(InputDeviceHdSettings = exports.InputDeviceHdSettings || (exports.InputDeviceHdSettings = {}));
1263
- var InputDeviceIpScheme;
1264
- (function (InputDeviceIpScheme) {
1265
- InputDeviceIpScheme["DHCP"] = "DHCP";
1266
- InputDeviceIpScheme["STATIC"] = "STATIC";
1267
- })(InputDeviceIpScheme = exports.InputDeviceIpScheme || (exports.InputDeviceIpScheme = {}));
1268
- var InputDeviceNetworkSettings;
1269
- (function (InputDeviceNetworkSettings) {
1270
- /**
1271
- * @internal
1272
- */
1273
- InputDeviceNetworkSettings.filterSensitiveLog = (obj) => ({
1274
- ...obj,
1275
- });
1276
- })(InputDeviceNetworkSettings = exports.InputDeviceNetworkSettings || (exports.InputDeviceNetworkSettings = {}));
1277
- var InputDeviceType;
1278
- (function (InputDeviceType) {
1279
- InputDeviceType["HD"] = "HD";
1280
- })(InputDeviceType = exports.InputDeviceType || (exports.InputDeviceType = {}));
1281
- var InputDeviceUhdSettings;
1282
- (function (InputDeviceUhdSettings) {
1283
- /**
1284
- * @internal
1285
- */
1286
- InputDeviceUhdSettings.filterSensitiveLog = (obj) => ({
1287
- ...obj,
1288
- });
1289
- })(InputDeviceUhdSettings = exports.InputDeviceUhdSettings || (exports.InputDeviceUhdSettings = {}));
1290
- var InputDeviceSummary;
1291
- (function (InputDeviceSummary) {
1292
- /**
1293
- * @internal
1294
- */
1295
- InputDeviceSummary.filterSensitiveLog = (obj) => ({
1296
- ...obj,
1297
- });
1298
- })(InputDeviceSummary = exports.InputDeviceSummary || (exports.InputDeviceSummary = {}));
1299
- var InputSecurityGroupState;
1300
- (function (InputSecurityGroupState) {
1301
- InputSecurityGroupState["DELETED"] = "DELETED";
1302
- InputSecurityGroupState["IDLE"] = "IDLE";
1303
- InputSecurityGroupState["IN_USE"] = "IN_USE";
1304
- InputSecurityGroupState["UPDATING"] = "UPDATING";
1305
- })(InputSecurityGroupState = exports.InputSecurityGroupState || (exports.InputSecurityGroupState = {}));
1306
- var InputWhitelistRule;
1307
- (function (InputWhitelistRule) {
1308
- /**
1309
- * @internal
1310
- */
1311
- InputWhitelistRule.filterSensitiveLog = (obj) => ({
1312
- ...obj,
1313
- });
1314
- })(InputWhitelistRule = exports.InputWhitelistRule || (exports.InputWhitelistRule = {}));
1315
- var InputSecurityGroup;
1316
- (function (InputSecurityGroup) {
1317
- /**
1318
- * @internal
1319
- */
1320
- InputSecurityGroup.filterSensitiveLog = (obj) => ({
1321
- ...obj,
1322
- });
1323
- })(InputSecurityGroup = exports.InputSecurityGroup || (exports.InputSecurityGroup = {}));
1324
- var InputSourceRequest;
1325
- (function (InputSourceRequest) {
1326
- /**
1327
- * @internal
1328
- */
1329
- InputSourceRequest.filterSensitiveLog = (obj) => ({
1330
- ...obj,
1331
- });
1332
- })(InputSourceRequest = exports.InputSourceRequest || (exports.InputSourceRequest = {}));
1333
- var InputWhitelistRuleCidr;
1334
- (function (InputWhitelistRuleCidr) {
1335
- /**
1336
- * @internal
1337
- */
1338
- InputWhitelistRuleCidr.filterSensitiveLog = (obj) => ({
1339
- ...obj,
1340
- });
1341
- })(InputWhitelistRuleCidr = exports.InputWhitelistRuleCidr || (exports.InputWhitelistRuleCidr = {}));
1342
- var MediaConnectFlowRequest;
1343
- (function (MediaConnectFlowRequest) {
1344
- /**
1345
- * @internal
1346
- */
1347
- MediaConnectFlowRequest.filterSensitiveLog = (obj) => ({
1348
- ...obj,
1349
- });
1350
- })(MediaConnectFlowRequest = exports.MediaConnectFlowRequest || (exports.MediaConnectFlowRequest = {}));
1351
- var MultiplexMediaConnectOutputDestinationSettings;
1352
- (function (MultiplexMediaConnectOutputDestinationSettings) {
1353
- /**
1354
- * @internal
1355
- */
1356
- MultiplexMediaConnectOutputDestinationSettings.filterSensitiveLog = (obj) => ({
1357
- ...obj,
1358
- });
1359
- })(MultiplexMediaConnectOutputDestinationSettings = exports.MultiplexMediaConnectOutputDestinationSettings || (exports.MultiplexMediaConnectOutputDestinationSettings = {}));
1360
- var MultiplexOutputDestination;
1361
- (function (MultiplexOutputDestination) {
1362
- /**
1363
- * @internal
1364
- */
1365
- MultiplexOutputDestination.filterSensitiveLog = (obj) => ({
1366
- ...obj,
1367
- });
1368
- })(MultiplexOutputDestination = exports.MultiplexOutputDestination || (exports.MultiplexOutputDestination = {}));
1369
- var MultiplexProgramPipelineDetail;
1370
- (function (MultiplexProgramPipelineDetail) {
1371
- /**
1372
- * @internal
1373
- */
1374
- MultiplexProgramPipelineDetail.filterSensitiveLog = (obj) => ({
1375
- ...obj,
1376
- });
1377
- })(MultiplexProgramPipelineDetail = exports.MultiplexProgramPipelineDetail || (exports.MultiplexProgramPipelineDetail = {}));
1378
- var MultiplexProgramSummary;
1379
- (function (MultiplexProgramSummary) {
1380
- /**
1381
- * @internal
1382
- */
1383
- MultiplexProgramSummary.filterSensitiveLog = (obj) => ({
1384
- ...obj,
1385
- });
1386
- })(MultiplexProgramSummary = exports.MultiplexProgramSummary || (exports.MultiplexProgramSummary = {}));
1387
- var MultiplexSettingsSummary;
1388
- (function (MultiplexSettingsSummary) {
1389
- /**
1390
- * @internal
1391
- */
1392
- MultiplexSettingsSummary.filterSensitiveLog = (obj) => ({
1393
- ...obj,
1394
- });
1395
- })(MultiplexSettingsSummary = exports.MultiplexSettingsSummary || (exports.MultiplexSettingsSummary = {}));
1396
- var MultiplexState;
1397
- (function (MultiplexState) {
1398
- MultiplexState["CREATE_FAILED"] = "CREATE_FAILED";
1399
- MultiplexState["CREATING"] = "CREATING";
1400
- MultiplexState["DELETED"] = "DELETED";
1401
- MultiplexState["DELETING"] = "DELETING";
1402
- MultiplexState["IDLE"] = "IDLE";
1403
- MultiplexState["RECOVERING"] = "RECOVERING";
1404
- MultiplexState["RUNNING"] = "RUNNING";
1405
- MultiplexState["STARTING"] = "STARTING";
1406
- MultiplexState["STOPPING"] = "STOPPING";
1407
- })(MultiplexState = exports.MultiplexState || (exports.MultiplexState = {}));
1408
- var MultiplexSummary;
1409
- (function (MultiplexSummary) {
1410
- /**
1411
- * @internal
1412
- */
1413
- MultiplexSummary.filterSensitiveLog = (obj) => ({
1414
- ...obj,
1415
- });
1416
- })(MultiplexSummary = exports.MultiplexSummary || (exports.MultiplexSummary = {}));
1417
- var OfferingDurationUnits;
1418
- (function (OfferingDurationUnits) {
1419
- OfferingDurationUnits["MONTHS"] = "MONTHS";
1420
- })(OfferingDurationUnits = exports.OfferingDurationUnits || (exports.OfferingDurationUnits = {}));
1421
- var OfferingType;
1422
- (function (OfferingType) {
1423
- OfferingType["NO_UPFRONT"] = "NO_UPFRONT";
1424
- })(OfferingType = exports.OfferingType || (exports.OfferingType = {}));
1425
- var ReservationCodec;
1426
- (function (ReservationCodec) {
1427
- ReservationCodec["AUDIO"] = "AUDIO";
1428
- ReservationCodec["AVC"] = "AVC";
1429
- ReservationCodec["HEVC"] = "HEVC";
1430
- ReservationCodec["LINK"] = "LINK";
1431
- ReservationCodec["MPEG2"] = "MPEG2";
1432
- })(ReservationCodec = exports.ReservationCodec || (exports.ReservationCodec = {}));
1433
- var ReservationMaximumBitrate;
1434
- (function (ReservationMaximumBitrate) {
1435
- ReservationMaximumBitrate["MAX_10_MBPS"] = "MAX_10_MBPS";
1436
- ReservationMaximumBitrate["MAX_20_MBPS"] = "MAX_20_MBPS";
1437
- ReservationMaximumBitrate["MAX_50_MBPS"] = "MAX_50_MBPS";
1438
- })(ReservationMaximumBitrate = exports.ReservationMaximumBitrate || (exports.ReservationMaximumBitrate = {}));
1439
- var ReservationMaximumFramerate;
1440
- (function (ReservationMaximumFramerate) {
1441
- ReservationMaximumFramerate["MAX_30_FPS"] = "MAX_30_FPS";
1442
- ReservationMaximumFramerate["MAX_60_FPS"] = "MAX_60_FPS";
1443
- })(ReservationMaximumFramerate = exports.ReservationMaximumFramerate || (exports.ReservationMaximumFramerate = {}));
1444
- var ReservationResolution;
1445
- (function (ReservationResolution) {
1446
- ReservationResolution["FHD"] = "FHD";
1447
- ReservationResolution["HD"] = "HD";
1448
- ReservationResolution["SD"] = "SD";
1449
- ReservationResolution["UHD"] = "UHD";
1450
- })(ReservationResolution = exports.ReservationResolution || (exports.ReservationResolution = {}));
1451
- var ReservationResourceType;
1452
- (function (ReservationResourceType) {
1453
- ReservationResourceType["CHANNEL"] = "CHANNEL";
1454
- ReservationResourceType["INPUT"] = "INPUT";
1455
- ReservationResourceType["MULTIPLEX"] = "MULTIPLEX";
1456
- ReservationResourceType["OUTPUT"] = "OUTPUT";
1457
- })(ReservationResourceType = exports.ReservationResourceType || (exports.ReservationResourceType = {}));
1458
- var ReservationSpecialFeature;
1459
- (function (ReservationSpecialFeature) {
1460
- ReservationSpecialFeature["ADVANCED_AUDIO"] = "ADVANCED_AUDIO";
1461
- ReservationSpecialFeature["AUDIO_NORMALIZATION"] = "AUDIO_NORMALIZATION";
1462
- ReservationSpecialFeature["MGHD"] = "MGHD";
1463
- ReservationSpecialFeature["MGUHD"] = "MGUHD";
1464
- })(ReservationSpecialFeature = exports.ReservationSpecialFeature || (exports.ReservationSpecialFeature = {}));
1465
- var ReservationVideoQuality;
1466
- (function (ReservationVideoQuality) {
1467
- ReservationVideoQuality["ENHANCED"] = "ENHANCED";
1468
- ReservationVideoQuality["PREMIUM"] = "PREMIUM";
1469
- ReservationVideoQuality["STANDARD"] = "STANDARD";
1470
- })(ReservationVideoQuality = exports.ReservationVideoQuality || (exports.ReservationVideoQuality = {}));
1471
- var ReservationResourceSpecification;
1472
- (function (ReservationResourceSpecification) {
1473
- /**
1474
- * @internal
1475
- */
1476
- ReservationResourceSpecification.filterSensitiveLog = (obj) => ({
1477
- ...obj,
1478
- });
1479
- })(ReservationResourceSpecification = exports.ReservationResourceSpecification || (exports.ReservationResourceSpecification = {}));
1480
- var Offering;
1481
- (function (Offering) {
1482
- /**
1483
- * @internal
1484
- */
1485
- Offering.filterSensitiveLog = (obj) => ({
1486
- ...obj,
1487
- });
1488
- })(Offering = exports.Offering || (exports.Offering = {}));
1489
- var M2tsAbsentInputAudioBehavior;
1490
- (function (M2tsAbsentInputAudioBehavior) {
1491
- M2tsAbsentInputAudioBehavior["DROP"] = "DROP";
1492
- M2tsAbsentInputAudioBehavior["ENCODE_SILENCE"] = "ENCODE_SILENCE";
1493
- })(M2tsAbsentInputAudioBehavior = exports.M2tsAbsentInputAudioBehavior || (exports.M2tsAbsentInputAudioBehavior = {}));
1494
- var M2tsArib;
1495
- (function (M2tsArib) {
1496
- M2tsArib["DISABLED"] = "DISABLED";
1497
- M2tsArib["ENABLED"] = "ENABLED";
1498
- })(M2tsArib = exports.M2tsArib || (exports.M2tsArib = {}));
1499
- var M2tsAribCaptionsPidControl;
1500
- (function (M2tsAribCaptionsPidControl) {
1501
- M2tsAribCaptionsPidControl["AUTO"] = "AUTO";
1502
- M2tsAribCaptionsPidControl["USE_CONFIGURED"] = "USE_CONFIGURED";
1503
- })(M2tsAribCaptionsPidControl = exports.M2tsAribCaptionsPidControl || (exports.M2tsAribCaptionsPidControl = {}));
1504
- var M2tsAudioBufferModel;
1505
- (function (M2tsAudioBufferModel) {
1506
- M2tsAudioBufferModel["ATSC"] = "ATSC";
1507
- M2tsAudioBufferModel["DVB"] = "DVB";
1508
- })(M2tsAudioBufferModel = exports.M2tsAudioBufferModel || (exports.M2tsAudioBufferModel = {}));
1509
- var M2tsAudioStreamType;
1510
- (function (M2tsAudioStreamType) {
1511
- M2tsAudioStreamType["ATSC"] = "ATSC";
1512
- M2tsAudioStreamType["DVB"] = "DVB";
1513
- })(M2tsAudioStreamType = exports.M2tsAudioStreamType || (exports.M2tsAudioStreamType = {}));
1514
- var M2tsBufferModel;
1515
- (function (M2tsBufferModel) {
1516
- M2tsBufferModel["MULTIPLEX"] = "MULTIPLEX";
1517
- M2tsBufferModel["NONE"] = "NONE";
1518
- })(M2tsBufferModel = exports.M2tsBufferModel || (exports.M2tsBufferModel = {}));
1519
- var M2tsCcDescriptor;
1520
- (function (M2tsCcDescriptor) {
1521
- M2tsCcDescriptor["DISABLED"] = "DISABLED";
1522
- M2tsCcDescriptor["ENABLED"] = "ENABLED";
1523
- })(M2tsCcDescriptor = exports.M2tsCcDescriptor || (exports.M2tsCcDescriptor = {}));
1524
- var DvbNitSettings;
1525
- (function (DvbNitSettings) {
1526
- /**
1527
- * @internal
1528
- */
1529
- DvbNitSettings.filterSensitiveLog = (obj) => ({
1530
- ...obj,
1531
- });
1532
- })(DvbNitSettings = exports.DvbNitSettings || (exports.DvbNitSettings = {}));
1533
- var DvbSdtOutputSdt;
1534
- (function (DvbSdtOutputSdt) {
1535
- DvbSdtOutputSdt["SDT_FOLLOW"] = "SDT_FOLLOW";
1536
- DvbSdtOutputSdt["SDT_FOLLOW_IF_PRESENT"] = "SDT_FOLLOW_IF_PRESENT";
1537
- DvbSdtOutputSdt["SDT_MANUAL"] = "SDT_MANUAL";
1538
- DvbSdtOutputSdt["SDT_NONE"] = "SDT_NONE";
1539
- })(DvbSdtOutputSdt = exports.DvbSdtOutputSdt || (exports.DvbSdtOutputSdt = {}));
1540
- var DvbSdtSettings;
1541
- (function (DvbSdtSettings) {
1542
- /**
1543
- * @internal
1544
- */
1545
- DvbSdtSettings.filterSensitiveLog = (obj) => ({
1546
- ...obj,
1547
- });
1548
- })(DvbSdtSettings = exports.DvbSdtSettings || (exports.DvbSdtSettings = {}));
1549
- var DvbTdtSettings;
1550
- (function (DvbTdtSettings) {
1551
- /**
1552
- * @internal
1553
- */
1554
- DvbTdtSettings.filterSensitiveLog = (obj) => ({
1555
- ...obj,
1556
- });
1557
- })(DvbTdtSettings = exports.DvbTdtSettings || (exports.DvbTdtSettings = {}));
1558
- var M2tsEbifControl;
1559
- (function (M2tsEbifControl) {
1560
- M2tsEbifControl["NONE"] = "NONE";
1561
- M2tsEbifControl["PASSTHROUGH"] = "PASSTHROUGH";
1562
- })(M2tsEbifControl = exports.M2tsEbifControl || (exports.M2tsEbifControl = {}));
1563
- var M2tsAudioInterval;
1564
- (function (M2tsAudioInterval) {
1565
- M2tsAudioInterval["VIDEO_AND_FIXED_INTERVALS"] = "VIDEO_AND_FIXED_INTERVALS";
1566
- M2tsAudioInterval["VIDEO_INTERVAL"] = "VIDEO_INTERVAL";
1567
- })(M2tsAudioInterval = exports.M2tsAudioInterval || (exports.M2tsAudioInterval = {}));
1568
- var M2tsEbpPlacement;
1569
- (function (M2tsEbpPlacement) {
1570
- M2tsEbpPlacement["VIDEO_AND_AUDIO_PIDS"] = "VIDEO_AND_AUDIO_PIDS";
1571
- M2tsEbpPlacement["VIDEO_PID"] = "VIDEO_PID";
1572
- })(M2tsEbpPlacement = exports.M2tsEbpPlacement || (exports.M2tsEbpPlacement = {}));
1573
- var M2tsEsRateInPes;
1574
- (function (M2tsEsRateInPes) {
1575
- M2tsEsRateInPes["EXCLUDE"] = "EXCLUDE";
1576
- M2tsEsRateInPes["INCLUDE"] = "INCLUDE";
1577
- })(M2tsEsRateInPes = exports.M2tsEsRateInPes || (exports.M2tsEsRateInPes = {}));
1578
- var M2tsKlv;
1579
- (function (M2tsKlv) {
1580
- M2tsKlv["NONE"] = "NONE";
1581
- M2tsKlv["PASSTHROUGH"] = "PASSTHROUGH";
1582
- })(M2tsKlv = exports.M2tsKlv || (exports.M2tsKlv = {}));
1583
- var M2tsNielsenId3Behavior;
1584
- (function (M2tsNielsenId3Behavior) {
1585
- M2tsNielsenId3Behavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
1586
- M2tsNielsenId3Behavior["PASSTHROUGH"] = "PASSTHROUGH";
1587
- })(M2tsNielsenId3Behavior = exports.M2tsNielsenId3Behavior || (exports.M2tsNielsenId3Behavior = {}));
1588
- var M2tsPcrControl;
1589
- (function (M2tsPcrControl) {
1590
- M2tsPcrControl["CONFIGURED_PCR_PERIOD"] = "CONFIGURED_PCR_PERIOD";
1591
- M2tsPcrControl["PCR_EVERY_PES_PACKET"] = "PCR_EVERY_PES_PACKET";
1592
- })(M2tsPcrControl = exports.M2tsPcrControl || (exports.M2tsPcrControl = {}));
1593
- var M2tsRateMode;
1594
- (function (M2tsRateMode) {
1595
- M2tsRateMode["CBR"] = "CBR";
1596
- M2tsRateMode["VBR"] = "VBR";
1597
- })(M2tsRateMode = exports.M2tsRateMode || (exports.M2tsRateMode = {}));
1598
- var M2tsScte35Control;
1599
- (function (M2tsScte35Control) {
1600
- M2tsScte35Control["NONE"] = "NONE";
1601
- M2tsScte35Control["PASSTHROUGH"] = "PASSTHROUGH";
1602
- })(M2tsScte35Control = exports.M2tsScte35Control || (exports.M2tsScte35Control = {}));
1603
- var M2tsSegmentationMarkers;
1604
- (function (M2tsSegmentationMarkers) {
1605
- M2tsSegmentationMarkers["EBP"] = "EBP";
1606
- M2tsSegmentationMarkers["EBP_LEGACY"] = "EBP_LEGACY";
1607
- M2tsSegmentationMarkers["NONE"] = "NONE";
1608
- M2tsSegmentationMarkers["PSI_SEGSTART"] = "PSI_SEGSTART";
1609
- M2tsSegmentationMarkers["RAI_ADAPT"] = "RAI_ADAPT";
1610
- M2tsSegmentationMarkers["RAI_SEGSTART"] = "RAI_SEGSTART";
1611
- })(M2tsSegmentationMarkers = exports.M2tsSegmentationMarkers || (exports.M2tsSegmentationMarkers = {}));
1612
- var M2tsSegmentationStyle;
1613
- (function (M2tsSegmentationStyle) {
1614
- M2tsSegmentationStyle["MAINTAIN_CADENCE"] = "MAINTAIN_CADENCE";
1615
- M2tsSegmentationStyle["RESET_CADENCE"] = "RESET_CADENCE";
1616
- })(M2tsSegmentationStyle = exports.M2tsSegmentationStyle || (exports.M2tsSegmentationStyle = {}));
1617
- var M2tsTimedMetadataBehavior;
1618
- (function (M2tsTimedMetadataBehavior) {
1619
- M2tsTimedMetadataBehavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
1620
- M2tsTimedMetadataBehavior["PASSTHROUGH"] = "PASSTHROUGH";
1621
- })(M2tsTimedMetadataBehavior = exports.M2tsTimedMetadataBehavior || (exports.M2tsTimedMetadataBehavior = {}));
1622
- var M2tsSettings;
1623
- (function (M2tsSettings) {
1624
- /**
1625
- * @internal
1626
- */
1627
- M2tsSettings.filterSensitiveLog = (obj) => ({
1628
- ...obj,
1629
- });
1630
- })(M2tsSettings = exports.M2tsSettings || (exports.M2tsSettings = {}));
1631
- var RawSettings;
1632
- (function (RawSettings) {
1633
- /**
1634
- * @internal
1635
- */
1636
- RawSettings.filterSensitiveLog = (obj) => ({
1637
- ...obj,
1638
- });
1639
- })(RawSettings = exports.RawSettings || (exports.RawSettings = {}));
1640
- var ArchiveContainerSettings;
1641
- (function (ArchiveContainerSettings) {
1642
- /**
1643
- * @internal
1644
- */
1645
- ArchiveContainerSettings.filterSensitiveLog = (obj) => ({
1646
- ...obj,
1647
- });
1648
- })(ArchiveContainerSettings = exports.ArchiveContainerSettings || (exports.ArchiveContainerSettings = {}));
1649
- var ArchiveOutputSettings;
1650
- (function (ArchiveOutputSettings) {
1651
- /**
1652
- * @internal
1653
- */
1654
- ArchiveOutputSettings.filterSensitiveLog = (obj) => ({
1655
- ...obj,
1656
- });
1657
- })(ArchiveOutputSettings = exports.ArchiveOutputSettings || (exports.ArchiveOutputSettings = {}));
1658
- var FrameCaptureOutputSettings;
1659
- (function (FrameCaptureOutputSettings) {
1660
- /**
1661
- * @internal
1662
- */
1663
- FrameCaptureOutputSettings.filterSensitiveLog = (obj) => ({
1664
- ...obj,
1665
- });
1666
- })(FrameCaptureOutputSettings = exports.FrameCaptureOutputSettings || (exports.FrameCaptureOutputSettings = {}));
1667
- var HlsH265PackagingType;
1668
- (function (HlsH265PackagingType) {
1669
- HlsH265PackagingType["HEV1"] = "HEV1";
1670
- HlsH265PackagingType["HVC1"] = "HVC1";
1671
- })(HlsH265PackagingType = exports.HlsH265PackagingType || (exports.HlsH265PackagingType = {}));
1672
- var AudioOnlyHlsTrackType;
1673
- (function (AudioOnlyHlsTrackType) {
1674
- AudioOnlyHlsTrackType["ALTERNATE_AUDIO_AUTO_SELECT"] = "ALTERNATE_AUDIO_AUTO_SELECT";
1675
- AudioOnlyHlsTrackType["ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT"] = "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT";
1676
- AudioOnlyHlsTrackType["ALTERNATE_AUDIO_NOT_AUTO_SELECT"] = "ALTERNATE_AUDIO_NOT_AUTO_SELECT";
1677
- AudioOnlyHlsTrackType["AUDIO_ONLY_VARIANT_STREAM"] = "AUDIO_ONLY_VARIANT_STREAM";
1678
- })(AudioOnlyHlsTrackType = exports.AudioOnlyHlsTrackType || (exports.AudioOnlyHlsTrackType = {}));
1679
- var AudioOnlyHlsSegmentType;
1680
- (function (AudioOnlyHlsSegmentType) {
1681
- AudioOnlyHlsSegmentType["AAC"] = "AAC";
1682
- AudioOnlyHlsSegmentType["FMP4"] = "FMP4";
1683
- })(AudioOnlyHlsSegmentType = exports.AudioOnlyHlsSegmentType || (exports.AudioOnlyHlsSegmentType = {}));
1684
- var AudioOnlyHlsSettings;
1685
- (function (AudioOnlyHlsSettings) {
1686
- /**
1687
- * @internal
1688
- */
1689
- AudioOnlyHlsSettings.filterSensitiveLog = (obj) => ({
1690
- ...obj,
1691
- });
1692
- })(AudioOnlyHlsSettings = exports.AudioOnlyHlsSettings || (exports.AudioOnlyHlsSettings = {}));
1693
- var Fmp4NielsenId3Behavior;
1694
- (function (Fmp4NielsenId3Behavior) {
1695
- Fmp4NielsenId3Behavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
1696
- Fmp4NielsenId3Behavior["PASSTHROUGH"] = "PASSTHROUGH";
1697
- })(Fmp4NielsenId3Behavior = exports.Fmp4NielsenId3Behavior || (exports.Fmp4NielsenId3Behavior = {}));
1698
- var Fmp4TimedMetadataBehavior;
1699
- (function (Fmp4TimedMetadataBehavior) {
1700
- Fmp4TimedMetadataBehavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
1701
- Fmp4TimedMetadataBehavior["PASSTHROUGH"] = "PASSTHROUGH";
1702
- })(Fmp4TimedMetadataBehavior = exports.Fmp4TimedMetadataBehavior || (exports.Fmp4TimedMetadataBehavior = {}));
1703
- var Fmp4HlsSettings;
1704
- (function (Fmp4HlsSettings) {
1705
- /**
1706
- * @internal
1707
- */
1708
- Fmp4HlsSettings.filterSensitiveLog = (obj) => ({
1709
- ...obj,
1710
- });
1711
- })(Fmp4HlsSettings = exports.Fmp4HlsSettings || (exports.Fmp4HlsSettings = {}));
1712
- var FrameCaptureHlsSettings;
1713
- (function (FrameCaptureHlsSettings) {
1714
- /**
1715
- * @internal
1716
- */
1717
- FrameCaptureHlsSettings.filterSensitiveLog = (obj) => ({
1718
- ...obj,
1719
- });
1720
- })(FrameCaptureHlsSettings = exports.FrameCaptureHlsSettings || (exports.FrameCaptureHlsSettings = {}));
1721
- var M3u8NielsenId3Behavior;
1722
- (function (M3u8NielsenId3Behavior) {
1723
- M3u8NielsenId3Behavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
1724
- M3u8NielsenId3Behavior["PASSTHROUGH"] = "PASSTHROUGH";
1725
- })(M3u8NielsenId3Behavior = exports.M3u8NielsenId3Behavior || (exports.M3u8NielsenId3Behavior = {}));
1726
- var M3u8PcrControl;
1727
- (function (M3u8PcrControl) {
1728
- M3u8PcrControl["CONFIGURED_PCR_PERIOD"] = "CONFIGURED_PCR_PERIOD";
1729
- M3u8PcrControl["PCR_EVERY_PES_PACKET"] = "PCR_EVERY_PES_PACKET";
1730
- })(M3u8PcrControl = exports.M3u8PcrControl || (exports.M3u8PcrControl = {}));
1731
- var M3u8Scte35Behavior;
1732
- (function (M3u8Scte35Behavior) {
1733
- M3u8Scte35Behavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
1734
- M3u8Scte35Behavior["PASSTHROUGH"] = "PASSTHROUGH";
1735
- })(M3u8Scte35Behavior = exports.M3u8Scte35Behavior || (exports.M3u8Scte35Behavior = {}));
1736
- var M3u8TimedMetadataBehavior;
1737
- (function (M3u8TimedMetadataBehavior) {
1738
- M3u8TimedMetadataBehavior["NO_PASSTHROUGH"] = "NO_PASSTHROUGH";
1739
- M3u8TimedMetadataBehavior["PASSTHROUGH"] = "PASSTHROUGH";
1740
- })(M3u8TimedMetadataBehavior = exports.M3u8TimedMetadataBehavior || (exports.M3u8TimedMetadataBehavior = {}));
1741
- var M3u8Settings;
1742
- (function (M3u8Settings) {
1743
- /**
1744
- * @internal
1745
- */
1746
- M3u8Settings.filterSensitiveLog = (obj) => ({
1747
- ...obj,
1748
- });
1749
- })(M3u8Settings = exports.M3u8Settings || (exports.M3u8Settings = {}));
1750
- var StandardHlsSettings;
1751
- (function (StandardHlsSettings) {
1752
- /**
1753
- * @internal
1754
- */
1755
- StandardHlsSettings.filterSensitiveLog = (obj) => ({
1756
- ...obj,
1757
- });
1758
- })(StandardHlsSettings = exports.StandardHlsSettings || (exports.StandardHlsSettings = {}));
1759
- var HlsSettings;
1760
- (function (HlsSettings) {
1761
- /**
1762
- * @internal
1763
- */
1764
- HlsSettings.filterSensitiveLog = (obj) => ({
1765
- ...obj,
1766
- });
1767
- })(HlsSettings = exports.HlsSettings || (exports.HlsSettings = {}));
1768
- var HlsOutputSettings;
1769
- (function (HlsOutputSettings) {
1770
- /**
1771
- * @internal
1772
- */
1773
- HlsOutputSettings.filterSensitiveLog = (obj) => ({
1774
- ...obj,
1775
- });
1776
- })(HlsOutputSettings = exports.HlsOutputSettings || (exports.HlsOutputSettings = {}));
1777
- var MediaPackageOutputSettings;
1778
- (function (MediaPackageOutputSettings) {
1779
- /**
1780
- * @internal
1781
- */
1782
- MediaPackageOutputSettings.filterSensitiveLog = (obj) => ({
1783
- ...obj,
1784
- });
1785
- })(MediaPackageOutputSettings = exports.MediaPackageOutputSettings || (exports.MediaPackageOutputSettings = {}));
1786
- var MsSmoothH265PackagingType;
1787
- (function (MsSmoothH265PackagingType) {
1788
- MsSmoothH265PackagingType["HEV1"] = "HEV1";
1789
- MsSmoothH265PackagingType["HVC1"] = "HVC1";
1790
- })(MsSmoothH265PackagingType = exports.MsSmoothH265PackagingType || (exports.MsSmoothH265PackagingType = {}));
1791
- var MsSmoothOutputSettings;
1792
- (function (MsSmoothOutputSettings) {
1793
- /**
1794
- * @internal
1795
- */
1796
- MsSmoothOutputSettings.filterSensitiveLog = (obj) => ({
1797
- ...obj,
1798
- });
1799
- })(MsSmoothOutputSettings = exports.MsSmoothOutputSettings || (exports.MsSmoothOutputSettings = {}));
1800
- var OutputLocationRef;
1801
- (function (OutputLocationRef) {
1802
- /**
1803
- * @internal
1804
- */
1805
- OutputLocationRef.filterSensitiveLog = (obj) => ({
1806
- ...obj,
1807
- });
1808
- })(OutputLocationRef = exports.OutputLocationRef || (exports.OutputLocationRef = {}));
1809
- var MultiplexOutputSettings;
1810
- (function (MultiplexOutputSettings) {
1811
- /**
1812
- * @internal
1813
- */
1814
- MultiplexOutputSettings.filterSensitiveLog = (obj) => ({
1815
- ...obj,
1816
- });
1817
- })(MultiplexOutputSettings = exports.MultiplexOutputSettings || (exports.MultiplexOutputSettings = {}));
1818
- var RtmpOutputCertificateMode;
1819
- (function (RtmpOutputCertificateMode) {
1820
- RtmpOutputCertificateMode["SELF_SIGNED"] = "SELF_SIGNED";
1821
- RtmpOutputCertificateMode["VERIFY_AUTHENTICITY"] = "VERIFY_AUTHENTICITY";
1822
- })(RtmpOutputCertificateMode = exports.RtmpOutputCertificateMode || (exports.RtmpOutputCertificateMode = {}));
1823
- var RtmpOutputSettings;
1824
- (function (RtmpOutputSettings) {
1825
- /**
1826
- * @internal
1827
- */
1828
- RtmpOutputSettings.filterSensitiveLog = (obj) => ({
1829
- ...obj,
1830
- });
1831
- })(RtmpOutputSettings = exports.RtmpOutputSettings || (exports.RtmpOutputSettings = {}));
1832
- var UdpContainerSettings;
1833
- (function (UdpContainerSettings) {
1834
- /**
1835
- * @internal
1836
- */
1837
- UdpContainerSettings.filterSensitiveLog = (obj) => ({
1838
- ...obj,
1839
- });
1840
- })(UdpContainerSettings = exports.UdpContainerSettings || (exports.UdpContainerSettings = {}));
1841
- var FecOutputIncludeFec;
1842
- (function (FecOutputIncludeFec) {
1843
- FecOutputIncludeFec["COLUMN"] = "COLUMN";
1844
- FecOutputIncludeFec["COLUMN_AND_ROW"] = "COLUMN_AND_ROW";
1845
- })(FecOutputIncludeFec = exports.FecOutputIncludeFec || (exports.FecOutputIncludeFec = {}));
1846
- var FecOutputSettings;
1847
- (function (FecOutputSettings) {
1848
- /**
1849
- * @internal
1850
- */
1851
- FecOutputSettings.filterSensitiveLog = (obj) => ({
1852
- ...obj,
1853
- });
1854
- })(FecOutputSettings = exports.FecOutputSettings || (exports.FecOutputSettings = {}));
1855
- var UdpOutputSettings;
1856
- (function (UdpOutputSettings) {
1857
- /**
1858
- * @internal
1859
- */
1860
- UdpOutputSettings.filterSensitiveLog = (obj) => ({
1861
- ...obj,
1862
- });
1863
- })(UdpOutputSettings = exports.UdpOutputSettings || (exports.UdpOutputSettings = {}));
1864
- var OutputSettings;
1865
- (function (OutputSettings) {
1866
- /**
1867
- * @internal
1868
- */
1869
- OutputSettings.filterSensitiveLog = (obj) => ({
1870
- ...obj,
1871
- });
1872
- })(OutputSettings = exports.OutputSettings || (exports.OutputSettings = {}));
1873
- var Output;
1874
- (function (Output) {
1875
- /**
1876
- * @internal
1877
- */
1878
- Output.filterSensitiveLog = (obj) => ({
1879
- ...obj,
1880
- });
1881
- })(Output = exports.Output || (exports.Output = {}));
1882
- var S3CannedAcl;
1883
- (function (S3CannedAcl) {
1884
- S3CannedAcl["AUTHENTICATED_READ"] = "AUTHENTICATED_READ";
1885
- S3CannedAcl["BUCKET_OWNER_FULL_CONTROL"] = "BUCKET_OWNER_FULL_CONTROL";
1886
- S3CannedAcl["BUCKET_OWNER_READ"] = "BUCKET_OWNER_READ";
1887
- S3CannedAcl["PUBLIC_READ"] = "PUBLIC_READ";
1888
- })(S3CannedAcl = exports.S3CannedAcl || (exports.S3CannedAcl = {}));
1889
- var ArchiveS3Settings;
1890
- (function (ArchiveS3Settings) {
1891
- /**
1892
- * @internal
1893
- */
1894
- ArchiveS3Settings.filterSensitiveLog = (obj) => ({
1895
- ...obj,
1896
- });
1897
- })(ArchiveS3Settings = exports.ArchiveS3Settings || (exports.ArchiveS3Settings = {}));
1898
- var ArchiveCdnSettings;
1899
- (function (ArchiveCdnSettings) {
1900
- /**
1901
- * @internal
1902
- */
1903
- ArchiveCdnSettings.filterSensitiveLog = (obj) => ({
1904
- ...obj,
1905
- });
1906
- })(ArchiveCdnSettings = exports.ArchiveCdnSettings || (exports.ArchiveCdnSettings = {}));
1907
- var ArchiveGroupSettings;
1908
- (function (ArchiveGroupSettings) {
1909
- /**
1910
- * @internal
1911
- */
1912
- ArchiveGroupSettings.filterSensitiveLog = (obj) => ({
1913
- ...obj,
1914
- });
1915
- })(ArchiveGroupSettings = exports.ArchiveGroupSettings || (exports.ArchiveGroupSettings = {}));
1916
- var FrameCaptureS3Settings;
1917
- (function (FrameCaptureS3Settings) {
1918
- /**
1919
- * @internal
1920
- */
1921
- FrameCaptureS3Settings.filterSensitiveLog = (obj) => ({
1922
- ...obj,
1923
- });
1924
- })(FrameCaptureS3Settings = exports.FrameCaptureS3Settings || (exports.FrameCaptureS3Settings = {}));
1925
- var FrameCaptureCdnSettings;
1926
- (function (FrameCaptureCdnSettings) {
1927
- /**
1928
- * @internal
1929
- */
1930
- FrameCaptureCdnSettings.filterSensitiveLog = (obj) => ({
1931
- ...obj,
1932
- });
1933
- })(FrameCaptureCdnSettings = exports.FrameCaptureCdnSettings || (exports.FrameCaptureCdnSettings = {}));
1934
- var FrameCaptureGroupSettings;
1935
- (function (FrameCaptureGroupSettings) {
1936
- /**
1937
- * @internal
1938
- */
1939
- FrameCaptureGroupSettings.filterSensitiveLog = (obj) => ({
1940
- ...obj,
1941
- });
1942
- })(FrameCaptureGroupSettings = exports.FrameCaptureGroupSettings || (exports.FrameCaptureGroupSettings = {}));
1943
- var HlsCaptionLanguageSetting;
1944
- (function (HlsCaptionLanguageSetting) {
1945
- HlsCaptionLanguageSetting["INSERT"] = "INSERT";
1946
- HlsCaptionLanguageSetting["NONE"] = "NONE";
1947
- HlsCaptionLanguageSetting["OMIT"] = "OMIT";
1948
- })(HlsCaptionLanguageSetting = exports.HlsCaptionLanguageSetting || (exports.HlsCaptionLanguageSetting = {}));
1949
- var HlsClientCache;
1950
- (function (HlsClientCache) {
1951
- HlsClientCache["DISABLED"] = "DISABLED";
1952
- HlsClientCache["ENABLED"] = "ENABLED";
1953
- })(HlsClientCache = exports.HlsClientCache || (exports.HlsClientCache = {}));
1954
- var HlsCodecSpecification;
1955
- (function (HlsCodecSpecification) {
1956
- HlsCodecSpecification["RFC_4281"] = "RFC_4281";
1957
- HlsCodecSpecification["RFC_6381"] = "RFC_6381";
1958
- })(HlsCodecSpecification = exports.HlsCodecSpecification || (exports.HlsCodecSpecification = {}));
1959
- var HlsDirectoryStructure;
1960
- (function (HlsDirectoryStructure) {
1961
- HlsDirectoryStructure["SINGLE_DIRECTORY"] = "SINGLE_DIRECTORY";
1962
- HlsDirectoryStructure["SUBDIRECTORY_PER_STREAM"] = "SUBDIRECTORY_PER_STREAM";
1963
- })(HlsDirectoryStructure = exports.HlsDirectoryStructure || (exports.HlsDirectoryStructure = {}));
1964
- var HlsDiscontinuityTags;
1965
- (function (HlsDiscontinuityTags) {
1966
- HlsDiscontinuityTags["INSERT"] = "INSERT";
1967
- HlsDiscontinuityTags["NEVER_INSERT"] = "NEVER_INSERT";
1968
- })(HlsDiscontinuityTags = exports.HlsDiscontinuityTags || (exports.HlsDiscontinuityTags = {}));
1969
- var HlsEncryptionType;
1970
- (function (HlsEncryptionType) {
1971
- HlsEncryptionType["AES128"] = "AES128";
1972
- HlsEncryptionType["SAMPLE_AES"] = "SAMPLE_AES";
1973
- })(HlsEncryptionType = exports.HlsEncryptionType || (exports.HlsEncryptionType = {}));
1974
- var HlsAkamaiHttpTransferMode;
1975
- (function (HlsAkamaiHttpTransferMode) {
1976
- HlsAkamaiHttpTransferMode["CHUNKED"] = "CHUNKED";
1977
- HlsAkamaiHttpTransferMode["NON_CHUNKED"] = "NON_CHUNKED";
1978
- })(HlsAkamaiHttpTransferMode = exports.HlsAkamaiHttpTransferMode || (exports.HlsAkamaiHttpTransferMode = {}));
1979
- var HlsAkamaiSettings;
1980
- (function (HlsAkamaiSettings) {
1981
- /**
1982
- * @internal
1983
- */
1984
- HlsAkamaiSettings.filterSensitiveLog = (obj) => ({
1985
- ...obj,
1986
- });
1987
- })(HlsAkamaiSettings = exports.HlsAkamaiSettings || (exports.HlsAkamaiSettings = {}));
1988
- var HlsBasicPutSettings;
1989
- (function (HlsBasicPutSettings) {
1990
- /**
1991
- * @internal
1992
- */
1993
- HlsBasicPutSettings.filterSensitiveLog = (obj) => ({
1994
- ...obj,
1995
- });
1996
- })(HlsBasicPutSettings = exports.HlsBasicPutSettings || (exports.HlsBasicPutSettings = {}));
1997
- var HlsMediaStoreStorageClass;
1998
- (function (HlsMediaStoreStorageClass) {
1999
- HlsMediaStoreStorageClass["TEMPORAL"] = "TEMPORAL";
2000
- })(HlsMediaStoreStorageClass = exports.HlsMediaStoreStorageClass || (exports.HlsMediaStoreStorageClass = {}));
2001
- var HlsMediaStoreSettings;
2002
- (function (HlsMediaStoreSettings) {
2003
- /**
2004
- * @internal
2005
- */
2006
- HlsMediaStoreSettings.filterSensitiveLog = (obj) => ({
2007
- ...obj,
2008
- });
2009
- })(HlsMediaStoreSettings = exports.HlsMediaStoreSettings || (exports.HlsMediaStoreSettings = {}));
2010
- var HlsS3Settings;
2011
- (function (HlsS3Settings) {
2012
- /**
2013
- * @internal
2014
- */
2015
- HlsS3Settings.filterSensitiveLog = (obj) => ({
2016
- ...obj,
2017
- });
2018
- })(HlsS3Settings = exports.HlsS3Settings || (exports.HlsS3Settings = {}));
2019
- var HlsWebdavHttpTransferMode;
2020
- (function (HlsWebdavHttpTransferMode) {
2021
- HlsWebdavHttpTransferMode["CHUNKED"] = "CHUNKED";
2022
- HlsWebdavHttpTransferMode["NON_CHUNKED"] = "NON_CHUNKED";
2023
- })(HlsWebdavHttpTransferMode = exports.HlsWebdavHttpTransferMode || (exports.HlsWebdavHttpTransferMode = {}));
2024
- var HlsWebdavSettings;
2025
- (function (HlsWebdavSettings) {
2026
- /**
2027
- * @internal
2028
- */
2029
- HlsWebdavSettings.filterSensitiveLog = (obj) => ({
2030
- ...obj,
2031
- });
2032
- })(HlsWebdavSettings = exports.HlsWebdavSettings || (exports.HlsWebdavSettings = {}));
2033
- var HlsCdnSettings;
2034
- (function (HlsCdnSettings) {
2035
- /**
2036
- * @internal
2037
- */
2038
- HlsCdnSettings.filterSensitiveLog = (obj) => ({
2039
- ...obj,
2040
- });
2041
- })(HlsCdnSettings = exports.HlsCdnSettings || (exports.HlsCdnSettings = {}));
2042
- var HlsId3SegmentTaggingState;
2043
- (function (HlsId3SegmentTaggingState) {
2044
- HlsId3SegmentTaggingState["DISABLED"] = "DISABLED";
2045
- HlsId3SegmentTaggingState["ENABLED"] = "ENABLED";
2046
- })(HlsId3SegmentTaggingState = exports.HlsId3SegmentTaggingState || (exports.HlsId3SegmentTaggingState = {}));
2047
- var IFrameOnlyPlaylistType;
2048
- (function (IFrameOnlyPlaylistType) {
2049
- IFrameOnlyPlaylistType["DISABLED"] = "DISABLED";
2050
- IFrameOnlyPlaylistType["STANDARD"] = "STANDARD";
2051
- })(IFrameOnlyPlaylistType = exports.IFrameOnlyPlaylistType || (exports.IFrameOnlyPlaylistType = {}));
2052
- var HlsIncompleteSegmentBehavior;
2053
- (function (HlsIncompleteSegmentBehavior) {
2054
- HlsIncompleteSegmentBehavior["AUTO"] = "AUTO";
2055
- HlsIncompleteSegmentBehavior["SUPPRESS"] = "SUPPRESS";
2056
- })(HlsIncompleteSegmentBehavior = exports.HlsIncompleteSegmentBehavior || (exports.HlsIncompleteSegmentBehavior = {}));
2057
- var InputLossActionForHlsOut;
2058
- (function (InputLossActionForHlsOut) {
2059
- InputLossActionForHlsOut["EMIT_OUTPUT"] = "EMIT_OUTPUT";
2060
- InputLossActionForHlsOut["PAUSE_OUTPUT"] = "PAUSE_OUTPUT";
2061
- })(InputLossActionForHlsOut = exports.InputLossActionForHlsOut || (exports.InputLossActionForHlsOut = {}));
2062
- var HlsIvInManifest;
2063
- (function (HlsIvInManifest) {
2064
- HlsIvInManifest["EXCLUDE"] = "EXCLUDE";
2065
- HlsIvInManifest["INCLUDE"] = "INCLUDE";
2066
- })(HlsIvInManifest = exports.HlsIvInManifest || (exports.HlsIvInManifest = {}));
2067
- var HlsIvSource;
2068
- (function (HlsIvSource) {
2069
- HlsIvSource["EXPLICIT"] = "EXPLICIT";
2070
- HlsIvSource["FOLLOWS_SEGMENT_NUMBER"] = "FOLLOWS_SEGMENT_NUMBER";
2071
- })(HlsIvSource = exports.HlsIvSource || (exports.HlsIvSource = {}));
2072
- var StaticKeySettings;
2073
- (function (StaticKeySettings) {
2074
- /**
2075
- * @internal
2076
- */
2077
- StaticKeySettings.filterSensitiveLog = (obj) => ({
2078
- ...obj,
2079
- });
2080
- })(StaticKeySettings = exports.StaticKeySettings || (exports.StaticKeySettings = {}));
2081
- var KeyProviderSettings;
2082
- (function (KeyProviderSettings) {
2083
- /**
2084
- * @internal
2085
- */
2086
- KeyProviderSettings.filterSensitiveLog = (obj) => ({
2087
- ...obj,
2088
- });
2089
- })(KeyProviderSettings = exports.KeyProviderSettings || (exports.KeyProviderSettings = {}));
2090
- var HlsManifestCompression;
2091
- (function (HlsManifestCompression) {
2092
- HlsManifestCompression["GZIP"] = "GZIP";
2093
- HlsManifestCompression["NONE"] = "NONE";
2094
- })(HlsManifestCompression = exports.HlsManifestCompression || (exports.HlsManifestCompression = {}));
2095
- var HlsManifestDurationFormat;
2096
- (function (HlsManifestDurationFormat) {
2097
- HlsManifestDurationFormat["FLOATING_POINT"] = "FLOATING_POINT";
2098
- HlsManifestDurationFormat["INTEGER"] = "INTEGER";
2099
- })(HlsManifestDurationFormat = exports.HlsManifestDurationFormat || (exports.HlsManifestDurationFormat = {}));
2100
- var HlsMode;
2101
- (function (HlsMode) {
2102
- HlsMode["LIVE"] = "LIVE";
2103
- HlsMode["VOD"] = "VOD";
2104
- })(HlsMode = exports.HlsMode || (exports.HlsMode = {}));
2105
- var HlsOutputSelection;
2106
- (function (HlsOutputSelection) {
2107
- HlsOutputSelection["MANIFESTS_AND_SEGMENTS"] = "MANIFESTS_AND_SEGMENTS";
2108
- HlsOutputSelection["SEGMENTS_ONLY"] = "SEGMENTS_ONLY";
2109
- HlsOutputSelection["VARIANT_MANIFESTS_AND_SEGMENTS"] = "VARIANT_MANIFESTS_AND_SEGMENTS";
2110
- })(HlsOutputSelection = exports.HlsOutputSelection || (exports.HlsOutputSelection = {}));
2111
- var HlsProgramDateTime;
2112
- (function (HlsProgramDateTime) {
2113
- HlsProgramDateTime["EXCLUDE"] = "EXCLUDE";
2114
- HlsProgramDateTime["INCLUDE"] = "INCLUDE";
2115
- })(HlsProgramDateTime = exports.HlsProgramDateTime || (exports.HlsProgramDateTime = {}));
2116
- var HlsRedundantManifest;
2117
- (function (HlsRedundantManifest) {
2118
- HlsRedundantManifest["DISABLED"] = "DISABLED";
2119
- HlsRedundantManifest["ENABLED"] = "ENABLED";
2120
- })(HlsRedundantManifest = exports.HlsRedundantManifest || (exports.HlsRedundantManifest = {}));
2121
- var HlsSegmentationMode;
2122
- (function (HlsSegmentationMode) {
2123
- HlsSegmentationMode["USE_INPUT_SEGMENTATION"] = "USE_INPUT_SEGMENTATION";
2124
- HlsSegmentationMode["USE_SEGMENT_DURATION"] = "USE_SEGMENT_DURATION";
2125
- })(HlsSegmentationMode = exports.HlsSegmentationMode || (exports.HlsSegmentationMode = {}));
2126
- var HlsStreamInfResolution;
2127
- (function (HlsStreamInfResolution) {
2128
- HlsStreamInfResolution["EXCLUDE"] = "EXCLUDE";
2129
- HlsStreamInfResolution["INCLUDE"] = "INCLUDE";
2130
- })(HlsStreamInfResolution = exports.HlsStreamInfResolution || (exports.HlsStreamInfResolution = {}));
2131
- var HlsTimedMetadataId3Frame;
2132
- (function (HlsTimedMetadataId3Frame) {
2133
- HlsTimedMetadataId3Frame["NONE"] = "NONE";
2134
- HlsTimedMetadataId3Frame["PRIV"] = "PRIV";
2135
- HlsTimedMetadataId3Frame["TDRL"] = "TDRL";
2136
- })(HlsTimedMetadataId3Frame = exports.HlsTimedMetadataId3Frame || (exports.HlsTimedMetadataId3Frame = {}));
2137
- var HlsTsFileMode;
2138
- (function (HlsTsFileMode) {
2139
- HlsTsFileMode["SEGMENTED_FILES"] = "SEGMENTED_FILES";
2140
- HlsTsFileMode["SINGLE_FILE"] = "SINGLE_FILE";
2141
- })(HlsTsFileMode = exports.HlsTsFileMode || (exports.HlsTsFileMode = {}));
2142
- var HlsGroupSettings;
2143
- (function (HlsGroupSettings) {
2144
- /**
2145
- * @internal
2146
- */
2147
- HlsGroupSettings.filterSensitiveLog = (obj) => ({
2148
- ...obj,
2149
- });
2150
- })(HlsGroupSettings = exports.HlsGroupSettings || (exports.HlsGroupSettings = {}));
2151
- var MediaPackageGroupSettings;
2152
- (function (MediaPackageGroupSettings) {
2153
- /**
2154
- * @internal
2155
- */
2156
- MediaPackageGroupSettings.filterSensitiveLog = (obj) => ({
2157
- ...obj,
2158
- });
2159
- })(MediaPackageGroupSettings = exports.MediaPackageGroupSettings || (exports.MediaPackageGroupSettings = {}));
2160
- var SmoothGroupAudioOnlyTimecodeControl;
2161
- (function (SmoothGroupAudioOnlyTimecodeControl) {
2162
- SmoothGroupAudioOnlyTimecodeControl["PASSTHROUGH"] = "PASSTHROUGH";
2163
- SmoothGroupAudioOnlyTimecodeControl["USE_CONFIGURED_CLOCK"] = "USE_CONFIGURED_CLOCK";
2164
- })(SmoothGroupAudioOnlyTimecodeControl = exports.SmoothGroupAudioOnlyTimecodeControl || (exports.SmoothGroupAudioOnlyTimecodeControl = {}));
2165
- var SmoothGroupCertificateMode;
2166
- (function (SmoothGroupCertificateMode) {
2167
- SmoothGroupCertificateMode["SELF_SIGNED"] = "SELF_SIGNED";
2168
- SmoothGroupCertificateMode["VERIFY_AUTHENTICITY"] = "VERIFY_AUTHENTICITY";
2169
- })(SmoothGroupCertificateMode = exports.SmoothGroupCertificateMode || (exports.SmoothGroupCertificateMode = {}));
2170
- var SmoothGroupEventIdMode;
2171
- (function (SmoothGroupEventIdMode) {
2172
- SmoothGroupEventIdMode["NO_EVENT_ID"] = "NO_EVENT_ID";
2173
- SmoothGroupEventIdMode["USE_CONFIGURED"] = "USE_CONFIGURED";
2174
- SmoothGroupEventIdMode["USE_TIMESTAMP"] = "USE_TIMESTAMP";
2175
- })(SmoothGroupEventIdMode = exports.SmoothGroupEventIdMode || (exports.SmoothGroupEventIdMode = {}));
2176
- var SmoothGroupEventStopBehavior;
2177
- (function (SmoothGroupEventStopBehavior) {
2178
- SmoothGroupEventStopBehavior["NONE"] = "NONE";
2179
- SmoothGroupEventStopBehavior["SEND_EOS"] = "SEND_EOS";
2180
- })(SmoothGroupEventStopBehavior = exports.SmoothGroupEventStopBehavior || (exports.SmoothGroupEventStopBehavior = {}));
2181
- var InputLossActionForMsSmoothOut;
2182
- (function (InputLossActionForMsSmoothOut) {
2183
- InputLossActionForMsSmoothOut["EMIT_OUTPUT"] = "EMIT_OUTPUT";
2184
- InputLossActionForMsSmoothOut["PAUSE_OUTPUT"] = "PAUSE_OUTPUT";
2185
- })(InputLossActionForMsSmoothOut = exports.InputLossActionForMsSmoothOut || (exports.InputLossActionForMsSmoothOut = {}));
2186
- var SmoothGroupSegmentationMode;
2187
- (function (SmoothGroupSegmentationMode) {
2188
- SmoothGroupSegmentationMode["USE_INPUT_SEGMENTATION"] = "USE_INPUT_SEGMENTATION";
2189
- SmoothGroupSegmentationMode["USE_SEGMENT_DURATION"] = "USE_SEGMENT_DURATION";
2190
- })(SmoothGroupSegmentationMode = exports.SmoothGroupSegmentationMode || (exports.SmoothGroupSegmentationMode = {}));
2191
- //# sourceMappingURL=models_0.js.map