@aws-sdk/client-mediatailor 3.32.0 → 3.36.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 (363) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/README.md +7 -7
  3. package/{dist/cjs → dist-cjs}/MediaTailor.js +16 -2
  4. package/{dist/cjs → dist-cjs}/MediaTailorClient.js +8 -9
  5. package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js +60 -0
  6. package/{dist/cjs → dist-cjs}/commands/CreateChannelCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/CreateProgramCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/CreateSourceLocationCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/CreateVodSourceCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/DeleteChannelCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/DeleteChannelPolicyCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/DeletePlaybackConfigurationCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/DeleteProgramCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/DeleteSourceLocationCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/DeleteVodSourceCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/DescribeChannelCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/DescribeProgramCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/DescribeSourceLocationCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/DescribeVodSourceCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/GetChannelPolicyCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/GetChannelScheduleCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/commands/GetPlaybackConfigurationCommand.js +2 -3
  23. package/{dist/cjs → dist-cjs}/commands/ListAlertsCommand.js +2 -3
  24. package/{dist/cjs → dist-cjs}/commands/ListChannelsCommand.js +2 -3
  25. package/{dist/cjs → dist-cjs}/commands/ListPlaybackConfigurationsCommand.js +2 -3
  26. package/{dist/cjs → dist-cjs}/commands/ListSourceLocationsCommand.js +2 -3
  27. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
  28. package/{dist/cjs → dist-cjs}/commands/ListVodSourcesCommand.js +2 -3
  29. package/{dist/cjs → dist-cjs}/commands/PutChannelPolicyCommand.js +2 -3
  30. package/{dist/cjs → dist-cjs}/commands/PutPlaybackConfigurationCommand.js +2 -3
  31. package/{dist/cjs → dist-cjs}/commands/StartChannelCommand.js +2 -3
  32. package/{dist/cjs → dist-cjs}/commands/StopChannelCommand.js +2 -3
  33. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
  34. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
  35. package/{dist/cjs → dist-cjs}/commands/UpdateChannelCommand.js +2 -3
  36. package/{dist/cjs → dist-cjs}/commands/UpdateSourceLocationCommand.js +2 -3
  37. package/{dist/cjs → dist-cjs}/commands/UpdateVodSourceCommand.js +2 -3
  38. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  39. package/{dist/cjs → dist-cjs}/index.js +1 -1
  40. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  41. package/{dist/cjs → dist-cjs}/models/models_0.js +30 -4
  42. package/{dist/cjs → dist-cjs}/pagination/GetChannelSchedulePaginator.js +1 -2
  43. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  44. package/{dist/cjs → dist-cjs}/pagination/ListAlertsPaginator.js +1 -2
  45. package/{dist/cjs → dist-cjs}/pagination/ListChannelsPaginator.js +1 -2
  46. package/{dist/cjs → dist-cjs}/pagination/ListPlaybackConfigurationsPaginator.js +1 -2
  47. package/{dist/cjs → dist-cjs}/pagination/ListSourceLocationsPaginator.js +1 -2
  48. package/{dist/cjs → dist-cjs}/pagination/ListVodSourcesPaginator.js +1 -2
  49. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +91 -8
  50. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  51. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  52. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  53. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  54. package/{dist/es → dist-es}/MediaTailor.js +17 -6
  55. package/{dist/es → dist-es}/MediaTailorClient.js +2 -11
  56. package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +39 -0
  57. package/{dist/es → dist-es}/commands/CreateChannelCommand.js +4 -30
  58. package/{dist/es → dist-es}/commands/CreateProgramCommand.js +4 -30
  59. package/{dist/es → dist-es}/commands/CreateSourceLocationCommand.js +4 -30
  60. package/{dist/es → dist-es}/commands/CreateVodSourceCommand.js +4 -30
  61. package/{dist/es → dist-es}/commands/DeleteChannelCommand.js +4 -30
  62. package/{dist/es → dist-es}/commands/DeleteChannelPolicyCommand.js +4 -30
  63. package/{dist/es → dist-es}/commands/DeletePlaybackConfigurationCommand.js +4 -30
  64. package/{dist/es → dist-es}/commands/DeleteProgramCommand.js +4 -30
  65. package/{dist/es → dist-es}/commands/DeleteSourceLocationCommand.js +4 -30
  66. package/{dist/es → dist-es}/commands/DeleteVodSourceCommand.js +4 -30
  67. package/{dist/es → dist-es}/commands/DescribeChannelCommand.js +4 -30
  68. package/{dist/es → dist-es}/commands/DescribeProgramCommand.js +4 -30
  69. package/{dist/es → dist-es}/commands/DescribeSourceLocationCommand.js +4 -30
  70. package/{dist/es → dist-es}/commands/DescribeVodSourceCommand.js +4 -30
  71. package/{dist/es → dist-es}/commands/GetChannelPolicyCommand.js +4 -30
  72. package/{dist/es → dist-es}/commands/GetChannelScheduleCommand.js +4 -30
  73. package/{dist/es → dist-es}/commands/GetPlaybackConfigurationCommand.js +4 -30
  74. package/{dist/es → dist-es}/commands/ListAlertsCommand.js +4 -30
  75. package/{dist/es → dist-es}/commands/ListChannelsCommand.js +4 -30
  76. package/{dist/es → dist-es}/commands/ListPlaybackConfigurationsCommand.js +4 -30
  77. package/{dist/es → dist-es}/commands/ListSourceLocationsCommand.js +4 -30
  78. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
  79. package/{dist/es → dist-es}/commands/ListVodSourcesCommand.js +4 -30
  80. package/{dist/es → dist-es}/commands/PutChannelPolicyCommand.js +4 -30
  81. package/{dist/es → dist-es}/commands/PutPlaybackConfigurationCommand.js +4 -30
  82. package/{dist/es → dist-es}/commands/StartChannelCommand.js +4 -30
  83. package/{dist/es → dist-es}/commands/StopChannelCommand.js +4 -30
  84. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  85. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  86. package/{dist/es → dist-es}/commands/UpdateChannelCommand.js +4 -30
  87. package/{dist/es → dist-es}/commands/UpdateSourceLocationCommand.js +4 -30
  88. package/{dist/es → dist-es}/commands/UpdateVodSourceCommand.js +4 -30
  89. package/{dist/es → dist-es}/endpoints.js +1 -2
  90. package/{dist/es → dist-es}/index.js +1 -1
  91. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  92. package/{dist/es → dist-es}/models/models_0.js +12 -280
  93. package/{dist/es → dist-es}/pagination/GetChannelSchedulePaginator.js +17 -30
  94. package/dist-es/pagination/Interfaces.js +1 -0
  95. package/{dist/es → dist-es}/pagination/ListAlertsPaginator.js +17 -30
  96. package/{dist/es → dist-es}/pagination/ListChannelsPaginator.js +17 -30
  97. package/{dist/es → dist-es}/pagination/ListPlaybackConfigurationsPaginator.js +17 -30
  98. package/{dist/es → dist-es}/pagination/ListSourceLocationsPaginator.js +17 -30
  99. package/{dist/es → dist-es}/pagination/ListVodSourcesPaginator.js +17 -30
  100. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +336 -246
  101. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  102. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  103. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  104. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  105. package/{dist/types → dist-types}/MediaTailor.d.ts +9 -2
  106. package/{dist/types/ts3.4 → dist-types}/MediaTailorClient.d.ts +165 -164
  107. package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +35 -0
  108. package/{dist/types → dist-types}/commands/CreateChannelCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/commands/CreateProgramCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/commands/CreateSourceLocationCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/commands/CreateVodSourceCommand.d.ts +2 -2
  112. package/{dist/types → dist-types}/commands/DeleteChannelCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/commands/DeleteChannelPolicyCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/commands/DeletePlaybackConfigurationCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/commands/DeleteProgramCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/commands/DeleteSourceLocationCommand.d.ts +2 -2
  117. package/{dist/types → dist-types}/commands/DeleteVodSourceCommand.d.ts +2 -2
  118. package/{dist/types → dist-types}/commands/DescribeChannelCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/commands/DescribeProgramCommand.d.ts +2 -2
  120. package/{dist/types → dist-types}/commands/DescribeSourceLocationCommand.d.ts +2 -2
  121. package/{dist/types → dist-types}/commands/DescribeVodSourceCommand.d.ts +2 -2
  122. package/{dist/types → dist-types}/commands/GetChannelPolicyCommand.d.ts +2 -2
  123. package/{dist/types → dist-types}/commands/GetChannelScheduleCommand.d.ts +2 -2
  124. package/{dist/types → dist-types}/commands/GetPlaybackConfigurationCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/commands/ListAlertsCommand.d.ts +2 -2
  126. package/{dist/types → dist-types}/commands/ListChannelsCommand.d.ts +2 -2
  127. package/{dist/types → dist-types}/commands/ListPlaybackConfigurationsCommand.d.ts +2 -2
  128. package/{dist/types → dist-types}/commands/ListSourceLocationsCommand.d.ts +2 -2
  129. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  130. package/{dist/types → dist-types}/commands/ListVodSourcesCommand.d.ts +2 -2
  131. package/{dist/types → dist-types}/commands/PutChannelPolicyCommand.d.ts +2 -2
  132. package/{dist/types → dist-types}/commands/PutPlaybackConfigurationCommand.d.ts +2 -2
  133. package/{dist/types → dist-types}/commands/StartChannelCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/commands/StopChannelCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/UpdateChannelCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/UpdateSourceLocationCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/commands/UpdateVodSourceCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  141. package/{dist/types/ts3.4 → dist-types}/index.d.ts +43 -42
  142. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  143. package/{dist/types → dist-types}/models/models_0.d.ts +63 -1
  144. package/{dist/types → dist-types}/pagination/GetChannelSchedulePaginator.d.ts +1 -1
  145. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  146. package/{dist/types → dist-types}/pagination/ListAlertsPaginator.d.ts +1 -1
  147. package/{dist/types → dist-types}/pagination/ListChannelsPaginator.d.ts +1 -1
  148. package/{dist/types → dist-types}/pagination/ListPlaybackConfigurationsPaginator.d.ts +1 -1
  149. package/{dist/types → dist-types}/pagination/ListSourceLocationsPaginator.d.ts +1 -1
  150. package/{dist/types → dist-types}/pagination/ListVodSourcesPaginator.d.ts +1 -1
  151. package/{dist/types/ts3.4 → dist-types}/protocols/Aws_restJson1.d.ts +101 -98
  152. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  153. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  154. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  155. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  156. package/{dist/types → dist-types}/ts3.4/MediaTailor.d.ts +9 -2
  157. package/{dist/types → dist-types/ts3.4}/MediaTailorClient.d.ts +165 -164
  158. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +35 -0
  159. package/{dist/types → dist-types}/ts3.4/commands/CreateChannelCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/ts3.4/commands/CreateProgramCommand.d.ts +2 -2
  161. package/{dist/types → dist-types}/ts3.4/commands/CreateSourceLocationCommand.d.ts +2 -2
  162. package/{dist/types → dist-types}/ts3.4/commands/CreateVodSourceCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/ts3.4/commands/DeleteChannelCommand.d.ts +2 -2
  164. package/{dist/types → dist-types}/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/ts3.4/commands/DeleteProgramCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/ts3.4/commands/DeleteSourceLocationCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/ts3.4/commands/DeleteVodSourceCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/ts3.4/commands/DescribeChannelCommand.d.ts +2 -2
  170. package/{dist/types → dist-types}/ts3.4/commands/DescribeProgramCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/ts3.4/commands/DescribeSourceLocationCommand.d.ts +2 -2
  172. package/{dist/types → dist-types}/ts3.4/commands/DescribeVodSourceCommand.d.ts +2 -2
  173. package/{dist/types → dist-types}/ts3.4/commands/GetChannelPolicyCommand.d.ts +2 -2
  174. package/{dist/types → dist-types}/ts3.4/commands/GetChannelScheduleCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +2 -2
  176. package/{dist/types → dist-types}/ts3.4/commands/ListAlertsCommand.d.ts +2 -2
  177. package/{dist/types → dist-types}/ts3.4/commands/ListChannelsCommand.d.ts +2 -2
  178. package/{dist/types → dist-types}/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +2 -2
  179. package/{dist/types → dist-types}/ts3.4/commands/ListSourceLocationsCommand.d.ts +2 -2
  180. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  181. package/{dist/types → dist-types}/ts3.4/commands/ListVodSourcesCommand.d.ts +2 -2
  182. package/{dist/types → dist-types}/ts3.4/commands/PutChannelPolicyCommand.d.ts +2 -2
  183. package/{dist/types → dist-types}/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +2 -2
  184. package/{dist/types → dist-types}/ts3.4/commands/StartChannelCommand.d.ts +2 -2
  185. package/{dist/types → dist-types}/ts3.4/commands/StopChannelCommand.d.ts +2 -2
  186. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  187. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  188. package/{dist/types → dist-types}/ts3.4/commands/UpdateChannelCommand.d.ts +2 -2
  189. package/{dist/types → dist-types}/ts3.4/commands/UpdateSourceLocationCommand.d.ts +2 -2
  190. package/{dist/types → dist-types}/ts3.4/commands/UpdateVodSourceCommand.d.ts +2 -2
  191. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  192. package/{dist/types → dist-types/ts3.4}/index.d.ts +43 -42
  193. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  194. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +63 -1
  195. package/{dist/types → dist-types}/ts3.4/pagination/GetChannelSchedulePaginator.d.ts +1 -1
  196. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  197. package/{dist/types → dist-types}/ts3.4/pagination/ListAlertsPaginator.d.ts +1 -1
  198. package/{dist/types → dist-types}/ts3.4/pagination/ListChannelsPaginator.d.ts +1 -1
  199. package/{dist/types → dist-types}/ts3.4/pagination/ListPlaybackConfigurationsPaginator.d.ts +1 -1
  200. package/{dist/types → dist-types}/ts3.4/pagination/ListSourceLocationsPaginator.d.ts +1 -1
  201. package/{dist/types → dist-types}/ts3.4/pagination/ListVodSourcesPaginator.d.ts +1 -1
  202. package/{dist/types → dist-types/ts3.4}/protocols/Aws_restJson1.d.ts +101 -98
  203. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  204. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  205. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  206. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  207. package/package.json +52 -49
  208. package/MediaTailor.ts +0 -1155
  209. package/MediaTailorClient.ts +0 -364
  210. package/commands/CreateChannelCommand.ts +0 -94
  211. package/commands/CreateProgramCommand.ts +0 -94
  212. package/commands/CreateSourceLocationCommand.ts +0 -94
  213. package/commands/CreateVodSourceCommand.ts +0 -94
  214. package/commands/DeleteChannelCommand.ts +0 -94
  215. package/commands/DeleteChannelPolicyCommand.ts +0 -94
  216. package/commands/DeletePlaybackConfigurationCommand.ts +0 -99
  217. package/commands/DeleteProgramCommand.ts +0 -94
  218. package/commands/DeleteSourceLocationCommand.ts +0 -94
  219. package/commands/DeleteVodSourceCommand.ts +0 -94
  220. package/commands/DescribeChannelCommand.ts +0 -94
  221. package/commands/DescribeProgramCommand.ts +0 -94
  222. package/commands/DescribeSourceLocationCommand.ts +0 -94
  223. package/commands/DescribeVodSourceCommand.ts +0 -94
  224. package/commands/GetChannelPolicyCommand.ts +0 -94
  225. package/commands/GetChannelScheduleCommand.ts +0 -94
  226. package/commands/GetPlaybackConfigurationCommand.ts +0 -94
  227. package/commands/ListAlertsCommand.ts +0 -94
  228. package/commands/ListChannelsCommand.ts +0 -94
  229. package/commands/ListPlaybackConfigurationsCommand.ts +0 -97
  230. package/commands/ListSourceLocationsCommand.ts +0 -94
  231. package/commands/ListTagsForResourceCommand.ts +0 -94
  232. package/commands/ListVodSourcesCommand.ts +0 -94
  233. package/commands/PutChannelPolicyCommand.ts +0 -94
  234. package/commands/PutPlaybackConfigurationCommand.ts +0 -94
  235. package/commands/StartChannelCommand.ts +0 -94
  236. package/commands/StopChannelCommand.ts +0 -94
  237. package/commands/TagResourceCommand.ts +0 -94
  238. package/commands/UntagResourceCommand.ts +0 -94
  239. package/commands/UpdateChannelCommand.ts +0 -94
  240. package/commands/UpdateSourceLocationCommand.ts +0 -94
  241. package/commands/UpdateVodSourceCommand.ts +0 -94
  242. package/dist/cjs/MediaTailor.js.map +0 -1
  243. package/dist/cjs/MediaTailorClient.js.map +0 -1
  244. package/dist/cjs/commands/CreateChannelCommand.js.map +0 -1
  245. package/dist/cjs/commands/CreateProgramCommand.js.map +0 -1
  246. package/dist/cjs/commands/CreateSourceLocationCommand.js.map +0 -1
  247. package/dist/cjs/commands/CreateVodSourceCommand.js.map +0 -1
  248. package/dist/cjs/commands/DeleteChannelCommand.js.map +0 -1
  249. package/dist/cjs/commands/DeleteChannelPolicyCommand.js.map +0 -1
  250. package/dist/cjs/commands/DeletePlaybackConfigurationCommand.js.map +0 -1
  251. package/dist/cjs/commands/DeleteProgramCommand.js.map +0 -1
  252. package/dist/cjs/commands/DeleteSourceLocationCommand.js.map +0 -1
  253. package/dist/cjs/commands/DeleteVodSourceCommand.js.map +0 -1
  254. package/dist/cjs/commands/DescribeChannelCommand.js.map +0 -1
  255. package/dist/cjs/commands/DescribeProgramCommand.js.map +0 -1
  256. package/dist/cjs/commands/DescribeSourceLocationCommand.js.map +0 -1
  257. package/dist/cjs/commands/DescribeVodSourceCommand.js.map +0 -1
  258. package/dist/cjs/commands/GetChannelPolicyCommand.js.map +0 -1
  259. package/dist/cjs/commands/GetChannelScheduleCommand.js.map +0 -1
  260. package/dist/cjs/commands/GetPlaybackConfigurationCommand.js.map +0 -1
  261. package/dist/cjs/commands/ListAlertsCommand.js.map +0 -1
  262. package/dist/cjs/commands/ListChannelsCommand.js.map +0 -1
  263. package/dist/cjs/commands/ListPlaybackConfigurationsCommand.js.map +0 -1
  264. package/dist/cjs/commands/ListSourceLocationsCommand.js.map +0 -1
  265. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  266. package/dist/cjs/commands/ListVodSourcesCommand.js.map +0 -1
  267. package/dist/cjs/commands/PutChannelPolicyCommand.js.map +0 -1
  268. package/dist/cjs/commands/PutPlaybackConfigurationCommand.js.map +0 -1
  269. package/dist/cjs/commands/StartChannelCommand.js.map +0 -1
  270. package/dist/cjs/commands/StopChannelCommand.js.map +0 -1
  271. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  272. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  273. package/dist/cjs/commands/UpdateChannelCommand.js.map +0 -1
  274. package/dist/cjs/commands/UpdateSourceLocationCommand.js.map +0 -1
  275. package/dist/cjs/commands/UpdateVodSourceCommand.js.map +0 -1
  276. package/dist/cjs/endpoints.js.map +0 -1
  277. package/dist/cjs/index.js.map +0 -1
  278. package/dist/cjs/models/index.js.map +0 -1
  279. package/dist/cjs/models/models_0.js.map +0 -1
  280. package/dist/cjs/package.json +0 -91
  281. package/dist/cjs/pagination/GetChannelSchedulePaginator.js.map +0 -1
  282. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  283. package/dist/cjs/pagination/ListAlertsPaginator.js.map +0 -1
  284. package/dist/cjs/pagination/ListChannelsPaginator.js.map +0 -1
  285. package/dist/cjs/pagination/ListPlaybackConfigurationsPaginator.js.map +0 -1
  286. package/dist/cjs/pagination/ListSourceLocationsPaginator.js.map +0 -1
  287. package/dist/cjs/pagination/ListVodSourcesPaginator.js.map +0 -1
  288. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  289. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  290. package/dist/cjs/runtimeConfig.js.map +0 -1
  291. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  292. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  293. package/dist/es/MediaTailor.js.map +0 -1
  294. package/dist/es/MediaTailorClient.js.map +0 -1
  295. package/dist/es/commands/CreateChannelCommand.js.map +0 -1
  296. package/dist/es/commands/CreateProgramCommand.js.map +0 -1
  297. package/dist/es/commands/CreateSourceLocationCommand.js.map +0 -1
  298. package/dist/es/commands/CreateVodSourceCommand.js.map +0 -1
  299. package/dist/es/commands/DeleteChannelCommand.js.map +0 -1
  300. package/dist/es/commands/DeleteChannelPolicyCommand.js.map +0 -1
  301. package/dist/es/commands/DeletePlaybackConfigurationCommand.js.map +0 -1
  302. package/dist/es/commands/DeleteProgramCommand.js.map +0 -1
  303. package/dist/es/commands/DeleteSourceLocationCommand.js.map +0 -1
  304. package/dist/es/commands/DeleteVodSourceCommand.js.map +0 -1
  305. package/dist/es/commands/DescribeChannelCommand.js.map +0 -1
  306. package/dist/es/commands/DescribeProgramCommand.js.map +0 -1
  307. package/dist/es/commands/DescribeSourceLocationCommand.js.map +0 -1
  308. package/dist/es/commands/DescribeVodSourceCommand.js.map +0 -1
  309. package/dist/es/commands/GetChannelPolicyCommand.js.map +0 -1
  310. package/dist/es/commands/GetChannelScheduleCommand.js.map +0 -1
  311. package/dist/es/commands/GetPlaybackConfigurationCommand.js.map +0 -1
  312. package/dist/es/commands/ListAlertsCommand.js.map +0 -1
  313. package/dist/es/commands/ListChannelsCommand.js.map +0 -1
  314. package/dist/es/commands/ListPlaybackConfigurationsCommand.js.map +0 -1
  315. package/dist/es/commands/ListSourceLocationsCommand.js.map +0 -1
  316. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  317. package/dist/es/commands/ListVodSourcesCommand.js.map +0 -1
  318. package/dist/es/commands/PutChannelPolicyCommand.js.map +0 -1
  319. package/dist/es/commands/PutPlaybackConfigurationCommand.js.map +0 -1
  320. package/dist/es/commands/StartChannelCommand.js.map +0 -1
  321. package/dist/es/commands/StopChannelCommand.js.map +0 -1
  322. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  323. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  324. package/dist/es/commands/UpdateChannelCommand.js.map +0 -1
  325. package/dist/es/commands/UpdateSourceLocationCommand.js.map +0 -1
  326. package/dist/es/commands/UpdateVodSourceCommand.js.map +0 -1
  327. package/dist/es/endpoints.js.map +0 -1
  328. package/dist/es/index.js.map +0 -1
  329. package/dist/es/models/index.js +0 -2
  330. package/dist/es/models/index.js.map +0 -1
  331. package/dist/es/models/models_0.js.map +0 -1
  332. package/dist/es/package.json +0 -91
  333. package/dist/es/pagination/GetChannelSchedulePaginator.js.map +0 -1
  334. package/dist/es/pagination/Interfaces.js +0 -2
  335. package/dist/es/pagination/Interfaces.js.map +0 -1
  336. package/dist/es/pagination/ListAlertsPaginator.js.map +0 -1
  337. package/dist/es/pagination/ListChannelsPaginator.js.map +0 -1
  338. package/dist/es/pagination/ListPlaybackConfigurationsPaginator.js.map +0 -1
  339. package/dist/es/pagination/ListSourceLocationsPaginator.js.map +0 -1
  340. package/dist/es/pagination/ListVodSourcesPaginator.js.map +0 -1
  341. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  342. package/dist/es/runtimeConfig.browser.js.map +0 -1
  343. package/dist/es/runtimeConfig.js.map +0 -1
  344. package/dist/es/runtimeConfig.native.js.map +0 -1
  345. package/dist/es/runtimeConfig.shared.js.map +0 -1
  346. package/endpoints.ts +0 -57
  347. package/index.ts +0 -42
  348. package/jest.config.js +0 -4
  349. package/models/models_0.ts +0 -2850
  350. package/pagination/GetChannelSchedulePaginator.ts +0 -58
  351. package/pagination/Interfaces.ts +0 -7
  352. package/pagination/ListAlertsPaginator.ts +0 -54
  353. package/pagination/ListChannelsPaginator.ts +0 -58
  354. package/pagination/ListPlaybackConfigurationsPaginator.ts +0 -58
  355. package/pagination/ListSourceLocationsPaginator.ts +0 -58
  356. package/pagination/ListVodSourcesPaginator.ts +0 -58
  357. package/protocols/Aws_restJson1.ts +0 -4103
  358. package/runtimeConfig.browser.ts +0 -40
  359. package/runtimeConfig.native.ts +0 -16
  360. package/runtimeConfig.shared.ts +0 -16
  361. package/runtimeConfig.ts +0 -45
  362. package/tsconfig.es.json +0 -12
  363. package/tsconfig.json +0 -32
@@ -5,58 +5,34 @@ export var MessageType;
5
5
  })(MessageType || (MessageType = {}));
6
6
  export var SlateSource;
7
7
  (function (SlateSource) {
8
- /**
9
- * @internal
10
- */
11
8
  SlateSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
12
9
  })(SlateSource || (SlateSource = {}));
13
10
  export var SpliceInsertMessage;
14
11
  (function (SpliceInsertMessage) {
15
- /**
16
- * @internal
17
- */
18
12
  SpliceInsertMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
19
13
  })(SpliceInsertMessage || (SpliceInsertMessage = {}));
20
14
  export var AdBreak;
21
15
  (function (AdBreak) {
22
- /**
23
- * @internal
24
- */
25
16
  AdBreak.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
26
17
  })(AdBreak || (AdBreak = {}));
27
18
  export var Alert;
28
19
  (function (Alert) {
29
- /**
30
- * @internal
31
- */
32
20
  Alert.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
33
21
  })(Alert || (Alert = {}));
34
22
  export var DashPlaylistSettings;
35
23
  (function (DashPlaylistSettings) {
36
- /**
37
- * @internal
38
- */
39
24
  DashPlaylistSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
40
25
  })(DashPlaylistSettings || (DashPlaylistSettings = {}));
41
26
  export var HlsPlaylistSettings;
42
27
  (function (HlsPlaylistSettings) {
43
- /**
44
- * @internal
45
- */
46
28
  HlsPlaylistSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
47
29
  })(HlsPlaylistSettings || (HlsPlaylistSettings = {}));
48
30
  export var ResponseOutputItem;
49
31
  (function (ResponseOutputItem) {
50
- /**
51
- * @internal
52
- */
53
32
  ResponseOutputItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
54
33
  })(ResponseOutputItem || (ResponseOutputItem = {}));
55
34
  export var Channel;
56
35
  (function (Channel) {
57
- /**
58
- * @internal
59
- */
60
36
  Channel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
61
37
  })(Channel || (Channel = {}));
62
38
  export var Mode;
@@ -66,23 +42,14 @@ export var Mode;
66
42
  })(Mode || (Mode = {}));
67
43
  export var AvailSuppression;
68
44
  (function (AvailSuppression) {
69
- /**
70
- * @internal
71
- */
72
45
  AvailSuppression.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
73
46
  })(AvailSuppression || (AvailSuppression = {}));
74
47
  export var Bumper;
75
48
  (function (Bumper) {
76
- /**
77
- * @internal
78
- */
79
49
  Bumper.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
80
50
  })(Bumper || (Bumper = {}));
81
51
  export var CdnConfiguration;
82
52
  (function (CdnConfiguration) {
83
- /**
84
- * @internal
85
- */
86
53
  CdnConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
87
54
  })(CdnConfiguration || (CdnConfiguration = {}));
88
55
  export var OriginManifestType;
@@ -92,51 +59,34 @@ export var OriginManifestType;
92
59
  })(OriginManifestType || (OriginManifestType = {}));
93
60
  export var DashConfiguration;
94
61
  (function (DashConfiguration) {
95
- /**
96
- * @internal
97
- */
98
62
  DashConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
99
63
  })(DashConfiguration || (DashConfiguration = {}));
100
64
  export var HlsConfiguration;
101
65
  (function (HlsConfiguration) {
102
- /**
103
- * @internal
104
- */
105
66
  HlsConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
106
67
  })(HlsConfiguration || (HlsConfiguration = {}));
107
68
  export var LivePreRollConfiguration;
108
69
  (function (LivePreRollConfiguration) {
109
- /**
110
- * @internal
111
- */
112
70
  LivePreRollConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
113
71
  })(LivePreRollConfiguration || (LivePreRollConfiguration = {}));
72
+ export var LogConfiguration;
73
+ (function (LogConfiguration) {
74
+ LogConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
75
+ })(LogConfiguration || (LogConfiguration = {}));
114
76
  export var AdMarkerPassthrough;
115
77
  (function (AdMarkerPassthrough) {
116
- /**
117
- * @internal
118
- */
119
78
  AdMarkerPassthrough.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
120
79
  })(AdMarkerPassthrough || (AdMarkerPassthrough = {}));
121
80
  export var ManifestProcessingRules;
122
81
  (function (ManifestProcessingRules) {
123
- /**
124
- * @internal
125
- */
126
82
  ManifestProcessingRules.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
127
83
  })(ManifestProcessingRules || (ManifestProcessingRules = {}));
128
84
  export var PlaybackConfiguration;
129
85
  (function (PlaybackConfiguration) {
130
- /**
131
- * @internal
132
- */
133
86
  PlaybackConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
134
87
  })(PlaybackConfiguration || (PlaybackConfiguration = {}));
135
88
  export var ScheduleAdBreak;
136
89
  (function (ScheduleAdBreak) {
137
- /**
138
- * @internal
139
- */
140
90
  ScheduleAdBreak.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
141
91
  })(ScheduleAdBreak || (ScheduleAdBreak = {}));
142
92
  export var ScheduleEntryType;
@@ -146,9 +96,6 @@ export var ScheduleEntryType;
146
96
  })(ScheduleEntryType || (ScheduleEntryType = {}));
147
97
  export var ScheduleEntry;
148
98
  (function (ScheduleEntry) {
149
- /**
150
- * @internal
151
- */
152
99
  ScheduleEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
153
100
  })(ScheduleEntry || (ScheduleEntry = {}));
154
101
  export var AccessType;
@@ -158,37 +105,22 @@ export var AccessType;
158
105
  })(AccessType || (AccessType = {}));
159
106
  export var SecretsManagerAccessTokenConfiguration;
160
107
  (function (SecretsManagerAccessTokenConfiguration) {
161
- /**
162
- * @internal
163
- */
164
108
  SecretsManagerAccessTokenConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
165
109
  })(SecretsManagerAccessTokenConfiguration || (SecretsManagerAccessTokenConfiguration = {}));
166
110
  export var AccessConfiguration;
167
111
  (function (AccessConfiguration) {
168
- /**
169
- * @internal
170
- */
171
112
  AccessConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
172
113
  })(AccessConfiguration || (AccessConfiguration = {}));
173
114
  export var DefaultSegmentDeliveryConfiguration;
174
115
  (function (DefaultSegmentDeliveryConfiguration) {
175
- /**
176
- * @internal
177
- */
178
116
  DefaultSegmentDeliveryConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
179
117
  })(DefaultSegmentDeliveryConfiguration || (DefaultSegmentDeliveryConfiguration = {}));
180
118
  export var HttpConfiguration;
181
119
  (function (HttpConfiguration) {
182
- /**
183
- * @internal
184
- */
185
120
  HttpConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
186
121
  })(HttpConfiguration || (HttpConfiguration = {}));
187
122
  export var SourceLocation;
188
123
  (function (SourceLocation) {
189
- /**
190
- * @internal
191
- */
192
124
  SourceLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
193
125
  })(SourceLocation || (SourceLocation = {}));
194
126
  export var Type;
@@ -198,23 +130,14 @@ export var Type;
198
130
  })(Type || (Type = {}));
199
131
  export var HttpPackageConfiguration;
200
132
  (function (HttpPackageConfiguration) {
201
- /**
202
- * @internal
203
- */
204
133
  HttpPackageConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
205
134
  })(HttpPackageConfiguration || (HttpPackageConfiguration = {}));
206
135
  export var VodSource;
207
136
  (function (VodSource) {
208
- /**
209
- * @internal
210
- */
211
137
  VodSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
212
138
  })(VodSource || (VodSource = {}));
213
139
  export var BadRequestException;
214
140
  (function (BadRequestException) {
215
- /**
216
- * @internal
217
- */
218
141
  BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
219
142
  })(BadRequestException || (BadRequestException = {}));
220
143
  export var ChannelState;
@@ -222,11 +145,16 @@ export var ChannelState;
222
145
  ChannelState["RUNNING"] = "RUNNING";
223
146
  ChannelState["STOPPED"] = "STOPPED";
224
147
  })(ChannelState || (ChannelState = {}));
148
+ export var ConfigureLogsForPlaybackConfigurationRequest;
149
+ (function (ConfigureLogsForPlaybackConfigurationRequest) {
150
+ ConfigureLogsForPlaybackConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
151
+ })(ConfigureLogsForPlaybackConfigurationRequest || (ConfigureLogsForPlaybackConfigurationRequest = {}));
152
+ export var ConfigureLogsForPlaybackConfigurationResponse;
153
+ (function (ConfigureLogsForPlaybackConfigurationResponse) {
154
+ ConfigureLogsForPlaybackConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
155
+ })(ConfigureLogsForPlaybackConfigurationResponse || (ConfigureLogsForPlaybackConfigurationResponse = {}));
225
156
  export var RequestOutputItem;
226
157
  (function (RequestOutputItem) {
227
- /**
228
- * @internal
229
- */
230
158
  RequestOutputItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
231
159
  })(RequestOutputItem || (RequestOutputItem = {}));
232
160
  export var PlaybackMode;
@@ -236,16 +164,10 @@ export var PlaybackMode;
236
164
  })(PlaybackMode || (PlaybackMode = {}));
237
165
  export var CreateChannelRequest;
238
166
  (function (CreateChannelRequest) {
239
- /**
240
- * @internal
241
- */
242
167
  CreateChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
243
168
  })(CreateChannelRequest || (CreateChannelRequest = {}));
244
169
  export var CreateChannelResponse;
245
170
  (function (CreateChannelResponse) {
246
- /**
247
- * @internal
248
- */
249
171
  CreateChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
250
172
  })(CreateChannelResponse || (CreateChannelResponse = {}));
251
173
  export var RelativePosition;
@@ -255,443 +177,253 @@ export var RelativePosition;
255
177
  })(RelativePosition || (RelativePosition = {}));
256
178
  export var Transition;
257
179
  (function (Transition) {
258
- /**
259
- * @internal
260
- */
261
180
  Transition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
262
181
  })(Transition || (Transition = {}));
263
182
  export var ScheduleConfiguration;
264
183
  (function (ScheduleConfiguration) {
265
- /**
266
- * @internal
267
- */
268
184
  ScheduleConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
269
185
  })(ScheduleConfiguration || (ScheduleConfiguration = {}));
270
186
  export var CreateProgramRequest;
271
187
  (function (CreateProgramRequest) {
272
- /**
273
- * @internal
274
- */
275
188
  CreateProgramRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
276
189
  })(CreateProgramRequest || (CreateProgramRequest = {}));
277
190
  export var CreateProgramResponse;
278
191
  (function (CreateProgramResponse) {
279
- /**
280
- * @internal
281
- */
282
192
  CreateProgramResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
283
193
  })(CreateProgramResponse || (CreateProgramResponse = {}));
284
194
  export var CreateSourceLocationRequest;
285
195
  (function (CreateSourceLocationRequest) {
286
- /**
287
- * @internal
288
- */
289
196
  CreateSourceLocationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
290
197
  })(CreateSourceLocationRequest || (CreateSourceLocationRequest = {}));
291
198
  export var CreateSourceLocationResponse;
292
199
  (function (CreateSourceLocationResponse) {
293
- /**
294
- * @internal
295
- */
296
200
  CreateSourceLocationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
297
201
  })(CreateSourceLocationResponse || (CreateSourceLocationResponse = {}));
298
202
  export var CreateVodSourceRequest;
299
203
  (function (CreateVodSourceRequest) {
300
- /**
301
- * @internal
302
- */
303
204
  CreateVodSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
304
205
  })(CreateVodSourceRequest || (CreateVodSourceRequest = {}));
305
206
  export var CreateVodSourceResponse;
306
207
  (function (CreateVodSourceResponse) {
307
- /**
308
- * @internal
309
- */
310
208
  CreateVodSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
311
209
  })(CreateVodSourceResponse || (CreateVodSourceResponse = {}));
312
210
  export var DashConfigurationForPut;
313
211
  (function (DashConfigurationForPut) {
314
- /**
315
- * @internal
316
- */
317
212
  DashConfigurationForPut.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
318
213
  })(DashConfigurationForPut || (DashConfigurationForPut = {}));
319
214
  export var DeleteChannelRequest;
320
215
  (function (DeleteChannelRequest) {
321
- /**
322
- * @internal
323
- */
324
216
  DeleteChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
325
217
  })(DeleteChannelRequest || (DeleteChannelRequest = {}));
326
218
  export var DeleteChannelResponse;
327
219
  (function (DeleteChannelResponse) {
328
- /**
329
- * @internal
330
- */
331
220
  DeleteChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
332
221
  })(DeleteChannelResponse || (DeleteChannelResponse = {}));
333
222
  export var DeleteChannelPolicyRequest;
334
223
  (function (DeleteChannelPolicyRequest) {
335
- /**
336
- * @internal
337
- */
338
224
  DeleteChannelPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
339
225
  })(DeleteChannelPolicyRequest || (DeleteChannelPolicyRequest = {}));
340
226
  export var DeleteChannelPolicyResponse;
341
227
  (function (DeleteChannelPolicyResponse) {
342
- /**
343
- * @internal
344
- */
345
228
  DeleteChannelPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
346
229
  })(DeleteChannelPolicyResponse || (DeleteChannelPolicyResponse = {}));
347
230
  export var DeletePlaybackConfigurationRequest;
348
231
  (function (DeletePlaybackConfigurationRequest) {
349
- /**
350
- * @internal
351
- */
352
232
  DeletePlaybackConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
353
233
  })(DeletePlaybackConfigurationRequest || (DeletePlaybackConfigurationRequest = {}));
354
234
  export var DeletePlaybackConfigurationResponse;
355
235
  (function (DeletePlaybackConfigurationResponse) {
356
- /**
357
- * @internal
358
- */
359
236
  DeletePlaybackConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
360
237
  })(DeletePlaybackConfigurationResponse || (DeletePlaybackConfigurationResponse = {}));
361
238
  export var DeleteProgramRequest;
362
239
  (function (DeleteProgramRequest) {
363
- /**
364
- * @internal
365
- */
366
240
  DeleteProgramRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
367
241
  })(DeleteProgramRequest || (DeleteProgramRequest = {}));
368
242
  export var DeleteProgramResponse;
369
243
  (function (DeleteProgramResponse) {
370
- /**
371
- * @internal
372
- */
373
244
  DeleteProgramResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
374
245
  })(DeleteProgramResponse || (DeleteProgramResponse = {}));
375
246
  export var DeleteSourceLocationRequest;
376
247
  (function (DeleteSourceLocationRequest) {
377
- /**
378
- * @internal
379
- */
380
248
  DeleteSourceLocationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
381
249
  })(DeleteSourceLocationRequest || (DeleteSourceLocationRequest = {}));
382
250
  export var DeleteSourceLocationResponse;
383
251
  (function (DeleteSourceLocationResponse) {
384
- /**
385
- * @internal
386
- */
387
252
  DeleteSourceLocationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
388
253
  })(DeleteSourceLocationResponse || (DeleteSourceLocationResponse = {}));
389
254
  export var DeleteVodSourceRequest;
390
255
  (function (DeleteVodSourceRequest) {
391
- /**
392
- * @internal
393
- */
394
256
  DeleteVodSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
395
257
  })(DeleteVodSourceRequest || (DeleteVodSourceRequest = {}));
396
258
  export var DeleteVodSourceResponse;
397
259
  (function (DeleteVodSourceResponse) {
398
- /**
399
- * @internal
400
- */
401
260
  DeleteVodSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
402
261
  })(DeleteVodSourceResponse || (DeleteVodSourceResponse = {}));
403
262
  export var DescribeChannelRequest;
404
263
  (function (DescribeChannelRequest) {
405
- /**
406
- * @internal
407
- */
408
264
  DescribeChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
409
265
  })(DescribeChannelRequest || (DescribeChannelRequest = {}));
410
266
  export var DescribeChannelResponse;
411
267
  (function (DescribeChannelResponse) {
412
- /**
413
- * @internal
414
- */
415
268
  DescribeChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
416
269
  })(DescribeChannelResponse || (DescribeChannelResponse = {}));
417
270
  export var DescribeProgramRequest;
418
271
  (function (DescribeProgramRequest) {
419
- /**
420
- * @internal
421
- */
422
272
  DescribeProgramRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
423
273
  })(DescribeProgramRequest || (DescribeProgramRequest = {}));
424
274
  export var DescribeProgramResponse;
425
275
  (function (DescribeProgramResponse) {
426
- /**
427
- * @internal
428
- */
429
276
  DescribeProgramResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
430
277
  })(DescribeProgramResponse || (DescribeProgramResponse = {}));
431
278
  export var DescribeSourceLocationRequest;
432
279
  (function (DescribeSourceLocationRequest) {
433
- /**
434
- * @internal
435
- */
436
280
  DescribeSourceLocationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
437
281
  })(DescribeSourceLocationRequest || (DescribeSourceLocationRequest = {}));
438
282
  export var DescribeSourceLocationResponse;
439
283
  (function (DescribeSourceLocationResponse) {
440
- /**
441
- * @internal
442
- */
443
284
  DescribeSourceLocationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
444
285
  })(DescribeSourceLocationResponse || (DescribeSourceLocationResponse = {}));
445
286
  export var DescribeVodSourceRequest;
446
287
  (function (DescribeVodSourceRequest) {
447
- /**
448
- * @internal
449
- */
450
288
  DescribeVodSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
451
289
  })(DescribeVodSourceRequest || (DescribeVodSourceRequest = {}));
452
290
  export var DescribeVodSourceResponse;
453
291
  (function (DescribeVodSourceResponse) {
454
- /**
455
- * @internal
456
- */
457
292
  DescribeVodSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
458
293
  })(DescribeVodSourceResponse || (DescribeVodSourceResponse = {}));
459
294
  export var GetChannelPolicyRequest;
460
295
  (function (GetChannelPolicyRequest) {
461
- /**
462
- * @internal
463
- */
464
296
  GetChannelPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
465
297
  })(GetChannelPolicyRequest || (GetChannelPolicyRequest = {}));
466
298
  export var GetChannelPolicyResponse;
467
299
  (function (GetChannelPolicyResponse) {
468
- /**
469
- * @internal
470
- */
471
300
  GetChannelPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
472
301
  })(GetChannelPolicyResponse || (GetChannelPolicyResponse = {}));
473
302
  export var GetChannelScheduleRequest;
474
303
  (function (GetChannelScheduleRequest) {
475
- /**
476
- * @internal
477
- */
478
304
  GetChannelScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
479
305
  })(GetChannelScheduleRequest || (GetChannelScheduleRequest = {}));
480
306
  export var GetChannelScheduleResponse;
481
307
  (function (GetChannelScheduleResponse) {
482
- /**
483
- * @internal
484
- */
485
308
  GetChannelScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
486
309
  })(GetChannelScheduleResponse || (GetChannelScheduleResponse = {}));
487
310
  export var GetPlaybackConfigurationRequest;
488
311
  (function (GetPlaybackConfigurationRequest) {
489
- /**
490
- * @internal
491
- */
492
312
  GetPlaybackConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
493
313
  })(GetPlaybackConfigurationRequest || (GetPlaybackConfigurationRequest = {}));
494
314
  export var GetPlaybackConfigurationResponse;
495
315
  (function (GetPlaybackConfigurationResponse) {
496
- /**
497
- * @internal
498
- */
499
316
  GetPlaybackConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
500
317
  })(GetPlaybackConfigurationResponse || (GetPlaybackConfigurationResponse = {}));
501
318
  export var ListAlertsRequest;
502
319
  (function (ListAlertsRequest) {
503
- /**
504
- * @internal
505
- */
506
320
  ListAlertsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
507
321
  })(ListAlertsRequest || (ListAlertsRequest = {}));
508
322
  export var ListAlertsResponse;
509
323
  (function (ListAlertsResponse) {
510
- /**
511
- * @internal
512
- */
513
324
  ListAlertsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
514
325
  })(ListAlertsResponse || (ListAlertsResponse = {}));
515
326
  export var ListChannelsRequest;
516
327
  (function (ListChannelsRequest) {
517
- /**
518
- * @internal
519
- */
520
328
  ListChannelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
521
329
  })(ListChannelsRequest || (ListChannelsRequest = {}));
522
330
  export var ListChannelsResponse;
523
331
  (function (ListChannelsResponse) {
524
- /**
525
- * @internal
526
- */
527
332
  ListChannelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
528
333
  })(ListChannelsResponse || (ListChannelsResponse = {}));
529
334
  export var ListPlaybackConfigurationsRequest;
530
335
  (function (ListPlaybackConfigurationsRequest) {
531
- /**
532
- * @internal
533
- */
534
336
  ListPlaybackConfigurationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
535
337
  })(ListPlaybackConfigurationsRequest || (ListPlaybackConfigurationsRequest = {}));
536
338
  export var ListPlaybackConfigurationsResponse;
537
339
  (function (ListPlaybackConfigurationsResponse) {
538
- /**
539
- * @internal
540
- */
541
340
  ListPlaybackConfigurationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
542
341
  })(ListPlaybackConfigurationsResponse || (ListPlaybackConfigurationsResponse = {}));
543
342
  export var ListSourceLocationsRequest;
544
343
  (function (ListSourceLocationsRequest) {
545
- /**
546
- * @internal
547
- */
548
344
  ListSourceLocationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
549
345
  })(ListSourceLocationsRequest || (ListSourceLocationsRequest = {}));
550
346
  export var ListSourceLocationsResponse;
551
347
  (function (ListSourceLocationsResponse) {
552
- /**
553
- * @internal
554
- */
555
348
  ListSourceLocationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
556
349
  })(ListSourceLocationsResponse || (ListSourceLocationsResponse = {}));
557
350
  export var ListTagsForResourceRequest;
558
351
  (function (ListTagsForResourceRequest) {
559
- /**
560
- * @internal
561
- */
562
352
  ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
563
353
  })(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
564
354
  export var ListTagsForResourceResponse;
565
355
  (function (ListTagsForResourceResponse) {
566
- /**
567
- * @internal
568
- */
569
356
  ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
570
357
  })(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
571
358
  export var ListVodSourcesRequest;
572
359
  (function (ListVodSourcesRequest) {
573
- /**
574
- * @internal
575
- */
576
360
  ListVodSourcesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
577
361
  })(ListVodSourcesRequest || (ListVodSourcesRequest = {}));
578
362
  export var ListVodSourcesResponse;
579
363
  (function (ListVodSourcesResponse) {
580
- /**
581
- * @internal
582
- */
583
364
  ListVodSourcesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
584
365
  })(ListVodSourcesResponse || (ListVodSourcesResponse = {}));
585
366
  export var PutChannelPolicyRequest;
586
367
  (function (PutChannelPolicyRequest) {
587
- /**
588
- * @internal
589
- */
590
368
  PutChannelPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
591
369
  })(PutChannelPolicyRequest || (PutChannelPolicyRequest = {}));
592
370
  export var PutChannelPolicyResponse;
593
371
  (function (PutChannelPolicyResponse) {
594
- /**
595
- * @internal
596
- */
597
372
  PutChannelPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
598
373
  })(PutChannelPolicyResponse || (PutChannelPolicyResponse = {}));
599
374
  export var PutPlaybackConfigurationRequest;
600
375
  (function (PutPlaybackConfigurationRequest) {
601
- /**
602
- * @internal
603
- */
604
376
  PutPlaybackConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
605
377
  })(PutPlaybackConfigurationRequest || (PutPlaybackConfigurationRequest = {}));
606
378
  export var PutPlaybackConfigurationResponse;
607
379
  (function (PutPlaybackConfigurationResponse) {
608
- /**
609
- * @internal
610
- */
611
380
  PutPlaybackConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
612
381
  })(PutPlaybackConfigurationResponse || (PutPlaybackConfigurationResponse = {}));
613
382
  export var StartChannelRequest;
614
383
  (function (StartChannelRequest) {
615
- /**
616
- * @internal
617
- */
618
384
  StartChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
619
385
  })(StartChannelRequest || (StartChannelRequest = {}));
620
386
  export var StartChannelResponse;
621
387
  (function (StartChannelResponse) {
622
- /**
623
- * @internal
624
- */
625
388
  StartChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
626
389
  })(StartChannelResponse || (StartChannelResponse = {}));
627
390
  export var StopChannelRequest;
628
391
  (function (StopChannelRequest) {
629
- /**
630
- * @internal
631
- */
632
392
  StopChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
633
393
  })(StopChannelRequest || (StopChannelRequest = {}));
634
394
  export var StopChannelResponse;
635
395
  (function (StopChannelResponse) {
636
- /**
637
- * @internal
638
- */
639
396
  StopChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
640
397
  })(StopChannelResponse || (StopChannelResponse = {}));
641
398
  export var TagResourceRequest;
642
399
  (function (TagResourceRequest) {
643
- /**
644
- * @internal
645
- */
646
400
  TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
647
401
  })(TagResourceRequest || (TagResourceRequest = {}));
648
402
  export var UntagResourceRequest;
649
403
  (function (UntagResourceRequest) {
650
- /**
651
- * @internal
652
- */
653
404
  UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
654
405
  })(UntagResourceRequest || (UntagResourceRequest = {}));
655
406
  export var UpdateChannelRequest;
656
407
  (function (UpdateChannelRequest) {
657
- /**
658
- * @internal
659
- */
660
408
  UpdateChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
661
409
  })(UpdateChannelRequest || (UpdateChannelRequest = {}));
662
410
  export var UpdateChannelResponse;
663
411
  (function (UpdateChannelResponse) {
664
- /**
665
- * @internal
666
- */
667
412
  UpdateChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
668
413
  })(UpdateChannelResponse || (UpdateChannelResponse = {}));
669
414
  export var UpdateSourceLocationRequest;
670
415
  (function (UpdateSourceLocationRequest) {
671
- /**
672
- * @internal
673
- */
674
416
  UpdateSourceLocationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
675
417
  })(UpdateSourceLocationRequest || (UpdateSourceLocationRequest = {}));
676
418
  export var UpdateSourceLocationResponse;
677
419
  (function (UpdateSourceLocationResponse) {
678
- /**
679
- * @internal
680
- */
681
420
  UpdateSourceLocationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
682
421
  })(UpdateSourceLocationResponse || (UpdateSourceLocationResponse = {}));
683
422
  export var UpdateVodSourceRequest;
684
423
  (function (UpdateVodSourceRequest) {
685
- /**
686
- * @internal
687
- */
688
424
  UpdateVodSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
689
425
  })(UpdateVodSourceRequest || (UpdateVodSourceRequest = {}));
690
426
  export var UpdateVodSourceResponse;
691
427
  (function (UpdateVodSourceResponse) {
692
- /**
693
- * @internal
694
- */
695
428
  UpdateVodSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
696
429
  })(UpdateVodSourceResponse || (UpdateVodSourceResponse = {}));
697
- //# sourceMappingURL=models_0.js.map