@aws-sdk/client-mediatailor 3.31.0 → 3.35.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 (463) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/README.md +7 -7
  3. package/{dist/cjs → dist-cjs}/MediaTailor.js +16 -1
  4. package/dist-cjs/MediaTailor.js.map +1 -0
  5. package/{dist/cjs → dist-cjs}/MediaTailorClient.js +14 -14
  6. package/dist-cjs/MediaTailorClient.js.map +1 -0
  7. package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js +61 -0
  8. package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js.map +1 -0
  9. package/{dist/cjs → dist-cjs}/commands/CreateChannelCommand.js +5 -5
  10. package/dist-cjs/commands/CreateChannelCommand.js.map +1 -0
  11. package/{dist/cjs → dist-cjs}/commands/CreateProgramCommand.js +5 -5
  12. package/dist-cjs/commands/CreateProgramCommand.js.map +1 -0
  13. package/{dist/cjs → dist-cjs}/commands/CreateSourceLocationCommand.js +5 -5
  14. package/dist-cjs/commands/CreateSourceLocationCommand.js.map +1 -0
  15. package/{dist/cjs → dist-cjs}/commands/CreateVodSourceCommand.js +5 -5
  16. package/dist-cjs/commands/CreateVodSourceCommand.js.map +1 -0
  17. package/{dist/cjs → dist-cjs}/commands/DeleteChannelCommand.js +5 -5
  18. package/dist-cjs/commands/DeleteChannelCommand.js.map +1 -0
  19. package/{dist/cjs → dist-cjs}/commands/DeleteChannelPolicyCommand.js +5 -5
  20. package/dist-cjs/commands/DeleteChannelPolicyCommand.js.map +1 -0
  21. package/{dist/cjs → dist-cjs}/commands/DeletePlaybackConfigurationCommand.js +5 -5
  22. package/dist-cjs/commands/DeletePlaybackConfigurationCommand.js.map +1 -0
  23. package/{dist/cjs → dist-cjs}/commands/DeleteProgramCommand.js +5 -5
  24. package/dist-cjs/commands/DeleteProgramCommand.js.map +1 -0
  25. package/{dist/cjs → dist-cjs}/commands/DeleteSourceLocationCommand.js +5 -5
  26. package/dist-cjs/commands/DeleteSourceLocationCommand.js.map +1 -0
  27. package/{dist/cjs → dist-cjs}/commands/DeleteVodSourceCommand.js +5 -5
  28. package/dist-cjs/commands/DeleteVodSourceCommand.js.map +1 -0
  29. package/{dist/cjs → dist-cjs}/commands/DescribeChannelCommand.js +5 -5
  30. package/dist-cjs/commands/DescribeChannelCommand.js.map +1 -0
  31. package/{dist/cjs → dist-cjs}/commands/DescribeProgramCommand.js +5 -5
  32. package/dist-cjs/commands/DescribeProgramCommand.js.map +1 -0
  33. package/{dist/cjs → dist-cjs}/commands/DescribeSourceLocationCommand.js +5 -5
  34. package/dist-cjs/commands/DescribeSourceLocationCommand.js.map +1 -0
  35. package/{dist/cjs → dist-cjs}/commands/DescribeVodSourceCommand.js +5 -5
  36. package/dist-cjs/commands/DescribeVodSourceCommand.js.map +1 -0
  37. package/{dist/cjs → dist-cjs}/commands/GetChannelPolicyCommand.js +5 -5
  38. package/dist-cjs/commands/GetChannelPolicyCommand.js.map +1 -0
  39. package/{dist/cjs → dist-cjs}/commands/GetChannelScheduleCommand.js +5 -5
  40. package/dist-cjs/commands/GetChannelScheduleCommand.js.map +1 -0
  41. package/{dist/cjs → dist-cjs}/commands/GetPlaybackConfigurationCommand.js +5 -5
  42. package/dist-cjs/commands/GetPlaybackConfigurationCommand.js.map +1 -0
  43. package/{dist/cjs → dist-cjs}/commands/ListAlertsCommand.js +5 -5
  44. package/dist-cjs/commands/ListAlertsCommand.js.map +1 -0
  45. package/{dist/cjs → dist-cjs}/commands/ListChannelsCommand.js +5 -5
  46. package/dist-cjs/commands/ListChannelsCommand.js.map +1 -0
  47. package/{dist/cjs → dist-cjs}/commands/ListPlaybackConfigurationsCommand.js +5 -5
  48. package/dist-cjs/commands/ListPlaybackConfigurationsCommand.js.map +1 -0
  49. package/{dist/cjs → dist-cjs}/commands/ListSourceLocationsCommand.js +5 -5
  50. package/dist-cjs/commands/ListSourceLocationsCommand.js.map +1 -0
  51. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  53. package/{dist/cjs → dist-cjs}/commands/ListVodSourcesCommand.js +5 -5
  54. package/dist-cjs/commands/ListVodSourcesCommand.js.map +1 -0
  55. package/{dist/cjs → dist-cjs}/commands/PutChannelPolicyCommand.js +5 -5
  56. package/dist-cjs/commands/PutChannelPolicyCommand.js.map +1 -0
  57. package/{dist/cjs → dist-cjs}/commands/PutPlaybackConfigurationCommand.js +5 -5
  58. package/dist-cjs/commands/PutPlaybackConfigurationCommand.js.map +1 -0
  59. package/{dist/cjs → dist-cjs}/commands/StartChannelCommand.js +5 -5
  60. package/dist-cjs/commands/StartChannelCommand.js.map +1 -0
  61. package/{dist/cjs → dist-cjs}/commands/StopChannelCommand.js +5 -5
  62. package/dist-cjs/commands/StopChannelCommand.js.map +1 -0
  63. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
  64. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  65. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
  66. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  67. package/{dist/cjs → dist-cjs}/commands/UpdateChannelCommand.js +5 -5
  68. package/dist-cjs/commands/UpdateChannelCommand.js.map +1 -0
  69. package/{dist/cjs → dist-cjs}/commands/UpdateSourceLocationCommand.js +5 -5
  70. package/dist-cjs/commands/UpdateSourceLocationCommand.js.map +1 -0
  71. package/{dist/cjs → dist-cjs}/commands/UpdateVodSourceCommand.js +5 -5
  72. package/dist-cjs/commands/UpdateVodSourceCommand.js.map +1 -0
  73. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  74. package/dist-cjs/endpoints.js.map +1 -0
  75. package/dist-cjs/index.js +47 -0
  76. package/dist-cjs/index.js.map +1 -0
  77. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  78. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  79. package/{dist/cjs → dist-cjs}/models/models_0.js +30 -3
  80. package/dist-cjs/models/models_0.js.map +1 -0
  81. package/{dist/cjs → dist-cjs}/pagination/GetChannelSchedulePaginator.js +1 -1
  82. package/dist-cjs/pagination/GetChannelSchedulePaginator.js.map +1 -0
  83. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  84. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  85. package/{dist/cjs → dist-cjs}/pagination/ListAlertsPaginator.js +1 -1
  86. package/dist-cjs/pagination/ListAlertsPaginator.js.map +1 -0
  87. package/{dist/cjs → dist-cjs}/pagination/ListChannelsPaginator.js +1 -1
  88. package/dist-cjs/pagination/ListChannelsPaginator.js.map +1 -0
  89. package/{dist/cjs → dist-cjs}/pagination/ListPlaybackConfigurationsPaginator.js +1 -1
  90. package/dist-cjs/pagination/ListPlaybackConfigurationsPaginator.js.map +1 -0
  91. package/{dist/cjs → dist-cjs}/pagination/ListSourceLocationsPaginator.js +1 -1
  92. package/dist-cjs/pagination/ListSourceLocationsPaginator.js.map +1 -0
  93. package/{dist/cjs → dist-cjs}/pagination/ListVodSourcesPaginator.js +1 -1
  94. package/dist-cjs/pagination/ListVodSourcesPaginator.js.map +1 -0
  95. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +311 -227
  96. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  97. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  98. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  99. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  100. package/dist-cjs/runtimeConfig.js.map +1 -0
  101. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  102. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  103. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  104. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  105. package/{dist/es → dist-es}/MediaTailor.js +17 -5
  106. package/dist-es/MediaTailor.js.map +1 -0
  107. package/{dist/es → dist-es}/MediaTailorClient.js +2 -10
  108. package/dist-es/MediaTailorClient.js.map +1 -0
  109. package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +40 -0
  110. package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js.map +1 -0
  111. package/{dist/es → dist-es}/commands/CreateChannelCommand.js +4 -29
  112. package/dist-es/commands/CreateChannelCommand.js.map +1 -0
  113. package/{dist/es → dist-es}/commands/CreateProgramCommand.js +4 -29
  114. package/dist-es/commands/CreateProgramCommand.js.map +1 -0
  115. package/{dist/es → dist-es}/commands/CreateSourceLocationCommand.js +4 -29
  116. package/dist-es/commands/CreateSourceLocationCommand.js.map +1 -0
  117. package/{dist/es → dist-es}/commands/CreateVodSourceCommand.js +4 -29
  118. package/dist-es/commands/CreateVodSourceCommand.js.map +1 -0
  119. package/{dist/es → dist-es}/commands/DeleteChannelCommand.js +4 -29
  120. package/dist-es/commands/DeleteChannelCommand.js.map +1 -0
  121. package/{dist/es → dist-es}/commands/DeleteChannelPolicyCommand.js +4 -29
  122. package/dist-es/commands/DeleteChannelPolicyCommand.js.map +1 -0
  123. package/{dist/es → dist-es}/commands/DeletePlaybackConfigurationCommand.js +4 -29
  124. package/dist-es/commands/DeletePlaybackConfigurationCommand.js.map +1 -0
  125. package/{dist/es → dist-es}/commands/DeleteProgramCommand.js +4 -29
  126. package/dist-es/commands/DeleteProgramCommand.js.map +1 -0
  127. package/{dist/es → dist-es}/commands/DeleteSourceLocationCommand.js +4 -29
  128. package/dist-es/commands/DeleteSourceLocationCommand.js.map +1 -0
  129. package/{dist/es → dist-es}/commands/DeleteVodSourceCommand.js +4 -29
  130. package/dist-es/commands/DeleteVodSourceCommand.js.map +1 -0
  131. package/{dist/es → dist-es}/commands/DescribeChannelCommand.js +4 -29
  132. package/dist-es/commands/DescribeChannelCommand.js.map +1 -0
  133. package/{dist/es → dist-es}/commands/DescribeProgramCommand.js +4 -29
  134. package/dist-es/commands/DescribeProgramCommand.js.map +1 -0
  135. package/{dist/es → dist-es}/commands/DescribeSourceLocationCommand.js +4 -29
  136. package/dist-es/commands/DescribeSourceLocationCommand.js.map +1 -0
  137. package/{dist/es → dist-es}/commands/DescribeVodSourceCommand.js +4 -29
  138. package/dist-es/commands/DescribeVodSourceCommand.js.map +1 -0
  139. package/{dist/es → dist-es}/commands/GetChannelPolicyCommand.js +4 -29
  140. package/dist-es/commands/GetChannelPolicyCommand.js.map +1 -0
  141. package/{dist/es → dist-es}/commands/GetChannelScheduleCommand.js +4 -29
  142. package/dist-es/commands/GetChannelScheduleCommand.js.map +1 -0
  143. package/{dist/es → dist-es}/commands/GetPlaybackConfigurationCommand.js +4 -29
  144. package/dist-es/commands/GetPlaybackConfigurationCommand.js.map +1 -0
  145. package/{dist/es → dist-es}/commands/ListAlertsCommand.js +4 -29
  146. package/dist-es/commands/ListAlertsCommand.js.map +1 -0
  147. package/{dist/es → dist-es}/commands/ListChannelsCommand.js +4 -29
  148. package/dist-es/commands/ListChannelsCommand.js.map +1 -0
  149. package/{dist/es → dist-es}/commands/ListPlaybackConfigurationsCommand.js +4 -29
  150. package/dist-es/commands/ListPlaybackConfigurationsCommand.js.map +1 -0
  151. package/{dist/es → dist-es}/commands/ListSourceLocationsCommand.js +4 -29
  152. package/dist-es/commands/ListSourceLocationsCommand.js.map +1 -0
  153. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -29
  154. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  155. package/{dist/es → dist-es}/commands/ListVodSourcesCommand.js +4 -29
  156. package/dist-es/commands/ListVodSourcesCommand.js.map +1 -0
  157. package/{dist/es → dist-es}/commands/PutChannelPolicyCommand.js +4 -29
  158. package/dist-es/commands/PutChannelPolicyCommand.js.map +1 -0
  159. package/{dist/es → dist-es}/commands/PutPlaybackConfigurationCommand.js +4 -29
  160. package/dist-es/commands/PutPlaybackConfigurationCommand.js.map +1 -0
  161. package/{dist/es → dist-es}/commands/StartChannelCommand.js +4 -29
  162. package/dist-es/commands/StartChannelCommand.js.map +1 -0
  163. package/{dist/es → dist-es}/commands/StopChannelCommand.js +4 -29
  164. package/dist-es/commands/StopChannelCommand.js.map +1 -0
  165. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -29
  166. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  167. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -29
  168. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  169. package/{dist/es → dist-es}/commands/UpdateChannelCommand.js +4 -29
  170. package/dist-es/commands/UpdateChannelCommand.js.map +1 -0
  171. package/{dist/es → dist-es}/commands/UpdateSourceLocationCommand.js +4 -29
  172. package/dist-es/commands/UpdateSourceLocationCommand.js.map +1 -0
  173. package/{dist/es → dist-es}/commands/UpdateVodSourceCommand.js +4 -29
  174. package/dist-es/commands/UpdateVodSourceCommand.js.map +1 -0
  175. package/{dist/es → dist-es}/endpoints.js +1 -1
  176. package/dist-es/endpoints.js.map +1 -0
  177. package/{dist/es → dist-es}/index.js +1 -0
  178. package/dist-es/index.js.map +1 -0
  179. package/{dist/es → dist-es}/models/index.js +0 -0
  180. package/dist-es/models/index.js.map +1 -0
  181. package/{dist/es → dist-es}/models/models_0.js +12 -279
  182. package/dist-es/models/models_0.js.map +1 -0
  183. package/{dist/es → dist-es}/pagination/GetChannelSchedulePaginator.js +17 -29
  184. package/dist-es/pagination/GetChannelSchedulePaginator.js.map +1 -0
  185. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  186. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  187. package/{dist/es → dist-es}/pagination/ListAlertsPaginator.js +17 -29
  188. package/dist-es/pagination/ListAlertsPaginator.js.map +1 -0
  189. package/{dist/es → dist-es}/pagination/ListChannelsPaginator.js +17 -29
  190. package/dist-es/pagination/ListChannelsPaginator.js.map +1 -0
  191. package/{dist/es → dist-es}/pagination/ListPlaybackConfigurationsPaginator.js +17 -29
  192. package/dist-es/pagination/ListPlaybackConfigurationsPaginator.js.map +1 -0
  193. package/{dist/es → dist-es}/pagination/ListSourceLocationsPaginator.js +17 -29
  194. package/dist-es/pagination/ListSourceLocationsPaginator.js.map +1 -0
  195. package/{dist/es → dist-es}/pagination/ListVodSourcesPaginator.js +17 -29
  196. package/dist-es/pagination/ListVodSourcesPaginator.js.map +1 -0
  197. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +336 -245
  198. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  199. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  200. package/dist-es/runtimeConfig.browser.js.map +1 -0
  201. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  202. package/dist-es/runtimeConfig.js.map +1 -0
  203. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  204. package/dist-es/runtimeConfig.native.js.map +1 -0
  205. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  206. package/dist-es/runtimeConfig.shared.js.map +1 -0
  207. package/{dist/types → dist-types}/MediaTailor.d.ts +9 -2
  208. package/{dist/types/ts3.4 → dist-types}/MediaTailorClient.d.ts +165 -164
  209. package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +35 -0
  210. package/{dist/types → dist-types}/commands/CreateChannelCommand.d.ts +2 -2
  211. package/{dist/types → dist-types}/commands/CreateProgramCommand.d.ts +2 -2
  212. package/{dist/types → dist-types}/commands/CreateSourceLocationCommand.d.ts +2 -2
  213. package/{dist/types → dist-types}/commands/CreateVodSourceCommand.d.ts +2 -2
  214. package/{dist/types → dist-types}/commands/DeleteChannelCommand.d.ts +2 -2
  215. package/{dist/types → dist-types}/commands/DeleteChannelPolicyCommand.d.ts +2 -2
  216. package/{dist/types → dist-types}/commands/DeletePlaybackConfigurationCommand.d.ts +2 -2
  217. package/{dist/types → dist-types}/commands/DeleteProgramCommand.d.ts +2 -2
  218. package/{dist/types → dist-types}/commands/DeleteSourceLocationCommand.d.ts +2 -2
  219. package/{dist/types → dist-types}/commands/DeleteVodSourceCommand.d.ts +2 -2
  220. package/{dist/types → dist-types}/commands/DescribeChannelCommand.d.ts +2 -2
  221. package/{dist/types → dist-types}/commands/DescribeProgramCommand.d.ts +2 -2
  222. package/{dist/types → dist-types}/commands/DescribeSourceLocationCommand.d.ts +2 -2
  223. package/{dist/types → dist-types}/commands/DescribeVodSourceCommand.d.ts +2 -2
  224. package/{dist/types → dist-types}/commands/GetChannelPolicyCommand.d.ts +2 -2
  225. package/{dist/types → dist-types}/commands/GetChannelScheduleCommand.d.ts +2 -2
  226. package/{dist/types → dist-types}/commands/GetPlaybackConfigurationCommand.d.ts +2 -2
  227. package/{dist/types → dist-types}/commands/ListAlertsCommand.d.ts +2 -2
  228. package/{dist/types → dist-types}/commands/ListChannelsCommand.d.ts +2 -2
  229. package/{dist/types → dist-types}/commands/ListPlaybackConfigurationsCommand.d.ts +2 -2
  230. package/{dist/types → dist-types}/commands/ListSourceLocationsCommand.d.ts +2 -2
  231. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  232. package/{dist/types → dist-types}/commands/ListVodSourcesCommand.d.ts +2 -2
  233. package/{dist/types → dist-types}/commands/PutChannelPolicyCommand.d.ts +2 -2
  234. package/{dist/types → dist-types}/commands/PutPlaybackConfigurationCommand.d.ts +2 -2
  235. package/{dist/types → dist-types}/commands/StartChannelCommand.d.ts +2 -2
  236. package/{dist/types → dist-types}/commands/StopChannelCommand.d.ts +2 -2
  237. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  238. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  239. package/{dist/types → dist-types}/commands/UpdateChannelCommand.d.ts +2 -2
  240. package/{dist/types → dist-types}/commands/UpdateSourceLocationCommand.d.ts +2 -2
  241. package/{dist/types → dist-types}/commands/UpdateVodSourceCommand.d.ts +2 -2
  242. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  243. package/{dist/types/ts3.4 → dist-types}/index.d.ts +43 -42
  244. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  245. package/{dist/types → dist-types}/models/models_0.d.ts +63 -1
  246. package/{dist/types → dist-types}/pagination/GetChannelSchedulePaginator.d.ts +1 -1
  247. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  248. package/{dist/types → dist-types}/pagination/ListAlertsPaginator.d.ts +1 -1
  249. package/{dist/types → dist-types}/pagination/ListChannelsPaginator.d.ts +1 -1
  250. package/{dist/types → dist-types}/pagination/ListPlaybackConfigurationsPaginator.d.ts +1 -1
  251. package/{dist/types → dist-types}/pagination/ListSourceLocationsPaginator.d.ts +1 -1
  252. package/{dist/types → dist-types}/pagination/ListVodSourcesPaginator.d.ts +1 -1
  253. package/{dist/types/ts3.4 → dist-types}/protocols/Aws_restJson1.d.ts +101 -98
  254. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  255. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  256. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  257. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  258. package/{dist/types → dist-types}/ts3.4/MediaTailor.d.ts +9 -2
  259. package/{dist/types → dist-types/ts3.4}/MediaTailorClient.d.ts +165 -164
  260. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +35 -0
  261. package/{dist/types → dist-types}/ts3.4/commands/CreateChannelCommand.d.ts +2 -2
  262. package/{dist/types → dist-types}/ts3.4/commands/CreateProgramCommand.d.ts +2 -2
  263. package/{dist/types → dist-types}/ts3.4/commands/CreateSourceLocationCommand.d.ts +2 -2
  264. package/{dist/types → dist-types}/ts3.4/commands/CreateVodSourceCommand.d.ts +2 -2
  265. package/{dist/types → dist-types}/ts3.4/commands/DeleteChannelCommand.d.ts +2 -2
  266. package/{dist/types → dist-types}/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +2 -2
  267. package/{dist/types → dist-types}/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +2 -2
  268. package/{dist/types → dist-types}/ts3.4/commands/DeleteProgramCommand.d.ts +2 -2
  269. package/{dist/types → dist-types}/ts3.4/commands/DeleteSourceLocationCommand.d.ts +2 -2
  270. package/{dist/types → dist-types}/ts3.4/commands/DeleteVodSourceCommand.d.ts +2 -2
  271. package/{dist/types → dist-types}/ts3.4/commands/DescribeChannelCommand.d.ts +2 -2
  272. package/{dist/types → dist-types}/ts3.4/commands/DescribeProgramCommand.d.ts +2 -2
  273. package/{dist/types → dist-types}/ts3.4/commands/DescribeSourceLocationCommand.d.ts +2 -2
  274. package/{dist/types → dist-types}/ts3.4/commands/DescribeVodSourceCommand.d.ts +2 -2
  275. package/{dist/types → dist-types}/ts3.4/commands/GetChannelPolicyCommand.d.ts +2 -2
  276. package/{dist/types → dist-types}/ts3.4/commands/GetChannelScheduleCommand.d.ts +2 -2
  277. package/{dist/types → dist-types}/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +2 -2
  278. package/{dist/types → dist-types}/ts3.4/commands/ListAlertsCommand.d.ts +2 -2
  279. package/{dist/types → dist-types}/ts3.4/commands/ListChannelsCommand.d.ts +2 -2
  280. package/{dist/types → dist-types}/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +2 -2
  281. package/{dist/types → dist-types}/ts3.4/commands/ListSourceLocationsCommand.d.ts +2 -2
  282. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  283. package/{dist/types → dist-types}/ts3.4/commands/ListVodSourcesCommand.d.ts +2 -2
  284. package/{dist/types → dist-types}/ts3.4/commands/PutChannelPolicyCommand.d.ts +2 -2
  285. package/{dist/types → dist-types}/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +2 -2
  286. package/{dist/types → dist-types}/ts3.4/commands/StartChannelCommand.d.ts +2 -2
  287. package/{dist/types → dist-types}/ts3.4/commands/StopChannelCommand.d.ts +2 -2
  288. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  289. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  290. package/{dist/types → dist-types}/ts3.4/commands/UpdateChannelCommand.d.ts +2 -2
  291. package/{dist/types → dist-types}/ts3.4/commands/UpdateSourceLocationCommand.d.ts +2 -2
  292. package/{dist/types → dist-types}/ts3.4/commands/UpdateVodSourceCommand.d.ts +2 -2
  293. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  294. package/{dist/types → dist-types/ts3.4}/index.d.ts +43 -42
  295. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  296. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +63 -1
  297. package/{dist/types → dist-types}/ts3.4/pagination/GetChannelSchedulePaginator.d.ts +1 -1
  298. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  299. package/{dist/types → dist-types}/ts3.4/pagination/ListAlertsPaginator.d.ts +1 -1
  300. package/{dist/types → dist-types}/ts3.4/pagination/ListChannelsPaginator.d.ts +1 -1
  301. package/{dist/types → dist-types}/ts3.4/pagination/ListPlaybackConfigurationsPaginator.d.ts +1 -1
  302. package/{dist/types → dist-types}/ts3.4/pagination/ListSourceLocationsPaginator.d.ts +1 -1
  303. package/{dist/types → dist-types}/ts3.4/pagination/ListVodSourcesPaginator.d.ts +1 -1
  304. package/{dist/types → dist-types/ts3.4}/protocols/Aws_restJson1.d.ts +101 -98
  305. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  306. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  307. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  308. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  309. package/package.json +50 -50
  310. package/{MediaTailor.ts → src/MediaTailor.ts} +42 -2
  311. package/{MediaTailorClient.ts → src/MediaTailorClient.ts} +64 -57
  312. package/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts +107 -0
  313. package/{commands → src/commands}/CreateChannelCommand.ts +8 -7
  314. package/{commands → src/commands}/CreateProgramCommand.ts +8 -7
  315. package/{commands → src/commands}/CreateSourceLocationCommand.ts +8 -7
  316. package/{commands → src/commands}/CreateVodSourceCommand.ts +8 -7
  317. package/{commands → src/commands}/DeleteChannelCommand.ts +8 -7
  318. package/{commands → src/commands}/DeleteChannelPolicyCommand.ts +8 -7
  319. package/{commands → src/commands}/DeletePlaybackConfigurationCommand.ts +8 -7
  320. package/{commands → src/commands}/DeleteProgramCommand.ts +8 -7
  321. package/{commands → src/commands}/DeleteSourceLocationCommand.ts +8 -7
  322. package/{commands → src/commands}/DeleteVodSourceCommand.ts +8 -7
  323. package/{commands → src/commands}/DescribeChannelCommand.ts +8 -7
  324. package/{commands → src/commands}/DescribeProgramCommand.ts +8 -7
  325. package/{commands → src/commands}/DescribeSourceLocationCommand.ts +8 -7
  326. package/{commands → src/commands}/DescribeVodSourceCommand.ts +8 -7
  327. package/{commands → src/commands}/GetChannelPolicyCommand.ts +8 -7
  328. package/{commands → src/commands}/GetChannelScheduleCommand.ts +8 -7
  329. package/{commands → src/commands}/GetPlaybackConfigurationCommand.ts +8 -7
  330. package/{commands → src/commands}/ListAlertsCommand.ts +8 -7
  331. package/{commands → src/commands}/ListChannelsCommand.ts +8 -7
  332. package/{commands → src/commands}/ListPlaybackConfigurationsCommand.ts +8 -7
  333. package/{commands → src/commands}/ListSourceLocationsCommand.ts +8 -7
  334. package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
  335. package/{commands → src/commands}/ListVodSourcesCommand.ts +8 -7
  336. package/{commands → src/commands}/PutChannelPolicyCommand.ts +8 -7
  337. package/{commands → src/commands}/PutPlaybackConfigurationCommand.ts +8 -7
  338. package/{commands → src/commands}/StartChannelCommand.ts +8 -7
  339. package/{commands → src/commands}/StopChannelCommand.ts +8 -7
  340. package/{commands → src/commands}/TagResourceCommand.ts +8 -7
  341. package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
  342. package/{commands → src/commands}/UpdateChannelCommand.ts +8 -7
  343. package/{commands → src/commands}/UpdateSourceLocationCommand.ts +8 -7
  344. package/{commands → src/commands}/UpdateVodSourceCommand.ts +8 -7
  345. package/{endpoints.ts → src/endpoints.ts} +1 -1
  346. package/{index.ts → src/index.ts} +1 -0
  347. package/{models → src/models}/index.ts +0 -0
  348. package/{models → src/models}/models_0.ts +80 -1
  349. package/{pagination → src/pagination}/GetChannelSchedulePaginator.ts +4 -3
  350. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  351. package/{pagination → src/pagination}/ListAlertsPaginator.ts +3 -2
  352. package/{pagination → src/pagination}/ListChannelsPaginator.ts +4 -3
  353. package/{pagination → src/pagination}/ListPlaybackConfigurationsPaginator.ts +4 -3
  354. package/{pagination → src/pagination}/ListSourceLocationsPaginator.ts +4 -3
  355. package/{pagination → src/pagination}/ListVodSourcesPaginator.ts +4 -3
  356. package/{protocols → src/protocols}/Aws_restJson1.ts +160 -56
  357. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  358. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  359. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  360. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  361. package/tsconfig.es.json +1 -3
  362. package/tsconfig.json +7 -7
  363. package/tsconfig.types.json +9 -0
  364. package/dist/cjs/MediaTailor.js.map +0 -1
  365. package/dist/cjs/MediaTailorClient.js.map +0 -1
  366. package/dist/cjs/commands/CreateChannelCommand.js.map +0 -1
  367. package/dist/cjs/commands/CreateProgramCommand.js.map +0 -1
  368. package/dist/cjs/commands/CreateSourceLocationCommand.js.map +0 -1
  369. package/dist/cjs/commands/CreateVodSourceCommand.js.map +0 -1
  370. package/dist/cjs/commands/DeleteChannelCommand.js.map +0 -1
  371. package/dist/cjs/commands/DeleteChannelPolicyCommand.js.map +0 -1
  372. package/dist/cjs/commands/DeletePlaybackConfigurationCommand.js.map +0 -1
  373. package/dist/cjs/commands/DeleteProgramCommand.js.map +0 -1
  374. package/dist/cjs/commands/DeleteSourceLocationCommand.js.map +0 -1
  375. package/dist/cjs/commands/DeleteVodSourceCommand.js.map +0 -1
  376. package/dist/cjs/commands/DescribeChannelCommand.js.map +0 -1
  377. package/dist/cjs/commands/DescribeProgramCommand.js.map +0 -1
  378. package/dist/cjs/commands/DescribeSourceLocationCommand.js.map +0 -1
  379. package/dist/cjs/commands/DescribeVodSourceCommand.js.map +0 -1
  380. package/dist/cjs/commands/GetChannelPolicyCommand.js.map +0 -1
  381. package/dist/cjs/commands/GetChannelScheduleCommand.js.map +0 -1
  382. package/dist/cjs/commands/GetPlaybackConfigurationCommand.js.map +0 -1
  383. package/dist/cjs/commands/ListAlertsCommand.js.map +0 -1
  384. package/dist/cjs/commands/ListChannelsCommand.js.map +0 -1
  385. package/dist/cjs/commands/ListPlaybackConfigurationsCommand.js.map +0 -1
  386. package/dist/cjs/commands/ListSourceLocationsCommand.js.map +0 -1
  387. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  388. package/dist/cjs/commands/ListVodSourcesCommand.js.map +0 -1
  389. package/dist/cjs/commands/PutChannelPolicyCommand.js.map +0 -1
  390. package/dist/cjs/commands/PutPlaybackConfigurationCommand.js.map +0 -1
  391. package/dist/cjs/commands/StartChannelCommand.js.map +0 -1
  392. package/dist/cjs/commands/StopChannelCommand.js.map +0 -1
  393. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  394. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  395. package/dist/cjs/commands/UpdateChannelCommand.js.map +0 -1
  396. package/dist/cjs/commands/UpdateSourceLocationCommand.js.map +0 -1
  397. package/dist/cjs/commands/UpdateVodSourceCommand.js.map +0 -1
  398. package/dist/cjs/endpoints.js.map +0 -1
  399. package/dist/cjs/index.js +0 -46
  400. package/dist/cjs/index.js.map +0 -1
  401. package/dist/cjs/models/models_0.js.map +0 -1
  402. package/dist/cjs/package.json +0 -91
  403. package/dist/cjs/pagination/GetChannelSchedulePaginator.js.map +0 -1
  404. package/dist/cjs/pagination/ListAlertsPaginator.js.map +0 -1
  405. package/dist/cjs/pagination/ListChannelsPaginator.js.map +0 -1
  406. package/dist/cjs/pagination/ListPlaybackConfigurationsPaginator.js.map +0 -1
  407. package/dist/cjs/pagination/ListSourceLocationsPaginator.js.map +0 -1
  408. package/dist/cjs/pagination/ListVodSourcesPaginator.js.map +0 -1
  409. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  410. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  411. package/dist/cjs/runtimeConfig.js.map +0 -1
  412. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  413. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  414. package/dist/es/MediaTailor.js.map +0 -1
  415. package/dist/es/MediaTailorClient.js.map +0 -1
  416. package/dist/es/commands/CreateChannelCommand.js.map +0 -1
  417. package/dist/es/commands/CreateProgramCommand.js.map +0 -1
  418. package/dist/es/commands/CreateSourceLocationCommand.js.map +0 -1
  419. package/dist/es/commands/CreateVodSourceCommand.js.map +0 -1
  420. package/dist/es/commands/DeleteChannelCommand.js.map +0 -1
  421. package/dist/es/commands/DeleteChannelPolicyCommand.js.map +0 -1
  422. package/dist/es/commands/DeletePlaybackConfigurationCommand.js.map +0 -1
  423. package/dist/es/commands/DeleteProgramCommand.js.map +0 -1
  424. package/dist/es/commands/DeleteSourceLocationCommand.js.map +0 -1
  425. package/dist/es/commands/DeleteVodSourceCommand.js.map +0 -1
  426. package/dist/es/commands/DescribeChannelCommand.js.map +0 -1
  427. package/dist/es/commands/DescribeProgramCommand.js.map +0 -1
  428. package/dist/es/commands/DescribeSourceLocationCommand.js.map +0 -1
  429. package/dist/es/commands/DescribeVodSourceCommand.js.map +0 -1
  430. package/dist/es/commands/GetChannelPolicyCommand.js.map +0 -1
  431. package/dist/es/commands/GetChannelScheduleCommand.js.map +0 -1
  432. package/dist/es/commands/GetPlaybackConfigurationCommand.js.map +0 -1
  433. package/dist/es/commands/ListAlertsCommand.js.map +0 -1
  434. package/dist/es/commands/ListChannelsCommand.js.map +0 -1
  435. package/dist/es/commands/ListPlaybackConfigurationsCommand.js.map +0 -1
  436. package/dist/es/commands/ListSourceLocationsCommand.js.map +0 -1
  437. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  438. package/dist/es/commands/ListVodSourcesCommand.js.map +0 -1
  439. package/dist/es/commands/PutChannelPolicyCommand.js.map +0 -1
  440. package/dist/es/commands/PutPlaybackConfigurationCommand.js.map +0 -1
  441. package/dist/es/commands/StartChannelCommand.js.map +0 -1
  442. package/dist/es/commands/StopChannelCommand.js.map +0 -1
  443. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  444. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  445. package/dist/es/commands/UpdateChannelCommand.js.map +0 -1
  446. package/dist/es/commands/UpdateSourceLocationCommand.js.map +0 -1
  447. package/dist/es/commands/UpdateVodSourceCommand.js.map +0 -1
  448. package/dist/es/endpoints.js.map +0 -1
  449. package/dist/es/index.js.map +0 -1
  450. package/dist/es/models/index.js.map +0 -1
  451. package/dist/es/models/models_0.js.map +0 -1
  452. package/dist/es/package.json +0 -91
  453. package/dist/es/pagination/GetChannelSchedulePaginator.js.map +0 -1
  454. package/dist/es/pagination/ListAlertsPaginator.js.map +0 -1
  455. package/dist/es/pagination/ListChannelsPaginator.js.map +0 -1
  456. package/dist/es/pagination/ListPlaybackConfigurationsPaginator.js.map +0 -1
  457. package/dist/es/pagination/ListSourceLocationsPaginator.js.map +0 -1
  458. package/dist/es/pagination/ListVodSourcesPaginator.js.map +0 -1
  459. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  460. package/dist/es/runtimeConfig.browser.js.map +0 -1
  461. package/dist/es/runtimeConfig.js.map +0 -1
  462. package/dist/es/runtimeConfig.native.js.map +0 -1
  463. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -1,164 +1,165 @@
1
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
2
- import { CreateProgramCommandInput, CreateProgramCommandOutput } from "./commands/CreateProgramCommand";
3
- import { CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput } from "./commands/CreateSourceLocationCommand";
4
- import { CreateVodSourceCommandInput, CreateVodSourceCommandOutput } from "./commands/CreateVodSourceCommand";
5
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
6
- import { DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput } from "./commands/DeleteChannelPolicyCommand";
7
- import { DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput } from "./commands/DeletePlaybackConfigurationCommand";
8
- import { DeleteProgramCommandInput, DeleteProgramCommandOutput } from "./commands/DeleteProgramCommand";
9
- import { DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput } from "./commands/DeleteSourceLocationCommand";
10
- import { DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput } from "./commands/DeleteVodSourceCommand";
11
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
12
- import { DescribeProgramCommandInput, DescribeProgramCommandOutput } from "./commands/DescribeProgramCommand";
13
- import { DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput } from "./commands/DescribeSourceLocationCommand";
14
- import { DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput } from "./commands/DescribeVodSourceCommand";
15
- import { GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput } from "./commands/GetChannelPolicyCommand";
16
- import { GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput } from "./commands/GetChannelScheduleCommand";
17
- import { GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput } from "./commands/GetPlaybackConfigurationCommand";
18
- import { ListAlertsCommandInput, ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
19
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
20
- import { ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput } from "./commands/ListPlaybackConfigurationsCommand";
21
- import { ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput } from "./commands/ListSourceLocationsCommand";
22
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
23
- import { ListVodSourcesCommandInput, ListVodSourcesCommandOutput } from "./commands/ListVodSourcesCommand";
24
- import { PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput } from "./commands/PutChannelPolicyCommand";
25
- import { PutPlaybackConfigurationCommandInput, PutPlaybackConfigurationCommandOutput } from "./commands/PutPlaybackConfigurationCommand";
26
- import { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
27
- import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
28
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
29
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
30
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
31
- import { UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput } from "./commands/UpdateSourceLocationCommand";
32
- import { UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput } from "./commands/UpdateVodSourceCommand";
33
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
34
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
35
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
36
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
37
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
38
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
39
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
40
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
41
- export declare type ServiceInputTypes = CreateChannelCommandInput | CreateProgramCommandInput | CreateSourceLocationCommandInput | CreateVodSourceCommandInput | DeleteChannelCommandInput | DeleteChannelPolicyCommandInput | DeletePlaybackConfigurationCommandInput | DeleteProgramCommandInput | DeleteSourceLocationCommandInput | DeleteVodSourceCommandInput | DescribeChannelCommandInput | DescribeProgramCommandInput | DescribeSourceLocationCommandInput | DescribeVodSourceCommandInput | GetChannelPolicyCommandInput | GetChannelScheduleCommandInput | GetPlaybackConfigurationCommandInput | ListAlertsCommandInput | ListChannelsCommandInput | ListPlaybackConfigurationsCommandInput | ListSourceLocationsCommandInput | ListTagsForResourceCommandInput | ListVodSourcesCommandInput | PutChannelPolicyCommandInput | PutPlaybackConfigurationCommandInput | StartChannelCommandInput | StopChannelCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput | UpdateSourceLocationCommandInput | UpdateVodSourceCommandInput;
42
- export declare type ServiceOutputTypes = CreateChannelCommandOutput | CreateProgramCommandOutput | CreateSourceLocationCommandOutput | CreateVodSourceCommandOutput | DeleteChannelCommandOutput | DeleteChannelPolicyCommandOutput | DeletePlaybackConfigurationCommandOutput | DeleteProgramCommandOutput | DeleteSourceLocationCommandOutput | DeleteVodSourceCommandOutput | DescribeChannelCommandOutput | DescribeProgramCommandOutput | DescribeSourceLocationCommandOutput | DescribeVodSourceCommandOutput | GetChannelPolicyCommandOutput | GetChannelScheduleCommandOutput | GetPlaybackConfigurationCommandOutput | ListAlertsCommandOutput | ListChannelsCommandOutput | ListPlaybackConfigurationsCommandOutput | ListSourceLocationsCommandOutput | ListTagsForResourceCommandOutput | ListVodSourcesCommandOutput | PutChannelPolicyCommandOutput | PutPlaybackConfigurationCommandOutput | StartChannelCommandOutput | StopChannelCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput | UpdateSourceLocationCommandOutput | UpdateVodSourceCommandOutput;
43
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
44
- /**
45
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
46
- */
47
- requestHandler?: __HttpHandler;
48
- /**
49
- * A constructor for a class implementing the {@link __Hash} interface
50
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
51
- * @internal
52
- */
53
- sha256?: __HashConstructor;
54
- /**
55
- * The function that will be used to convert strings into HTTP endpoints.
56
- * @internal
57
- */
58
- urlParser?: __UrlParser;
59
- /**
60
- * A function that can calculate the length of a request body.
61
- * @internal
62
- */
63
- bodyLengthChecker?: (body: any) => number | undefined;
64
- /**
65
- * A function that converts a stream into an array of bytes.
66
- * @internal
67
- */
68
- streamCollector?: __StreamCollector;
69
- /**
70
- * The function that will be used to convert a base64-encoded string to a byte array.
71
- * @internal
72
- */
73
- base64Decoder?: __Decoder;
74
- /**
75
- * The function that will be used to convert binary data to a base64-encoded string.
76
- * @internal
77
- */
78
- base64Encoder?: __Encoder;
79
- /**
80
- * The function that will be used to convert a UTF8-encoded string to a byte array.
81
- * @internal
82
- */
83
- utf8Decoder?: __Decoder;
84
- /**
85
- * The function that will be used to convert binary data to a UTF-8 encoded string.
86
- * @internal
87
- */
88
- utf8Encoder?: __Encoder;
89
- /**
90
- * The runtime environment.
91
- * @internal
92
- */
93
- runtime?: string;
94
- /**
95
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
96
- * trait of an operation.
97
- */
98
- disableHostPrefix?: boolean;
99
- /**
100
- * Value for how many times a request will be made at most in case of retry.
101
- */
102
- maxAttempts?: number | __Provider<number>;
103
- /**
104
- * Specifies which retry algorithm to use.
105
- */
106
- retryMode?: string | __Provider<string>;
107
- /**
108
- * Optional logger for logging debug/info/warn/error.
109
- */
110
- logger?: __Logger;
111
- /**
112
- * Unique service identifier.
113
- * @internal
114
- */
115
- serviceId?: string;
116
- /**
117
- * The AWS region to which this client will send requests
118
- */
119
- region?: string | __Provider<string>;
120
- /**
121
- * Default credentials provider; Not available in browser runtime.
122
- * @internal
123
- */
124
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
125
- /**
126
- * Fetch related hostname, signing name or signing region with given region.
127
- * @internal
128
- */
129
- regionInfoProvider?: RegionInfoProvider;
130
- /**
131
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
132
- * @internal
133
- */
134
- defaultUserAgentProvider?: Provider<__UserAgent>;
135
- }
136
- declare type MediaTailorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
137
- /**
138
- * The configuration interface of MediaTailorClient class constructor that set the region, credentials and other options.
139
- */
140
- export interface MediaTailorClientConfig extends MediaTailorClientConfigType {
141
- }
142
- declare type MediaTailorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
143
- /**
144
- * The resolved configuration interface of MediaTailorClient class. This is resolved and normalized from the {@link MediaTailorClientConfig | constructor configuration interface}.
145
- */
146
- export interface MediaTailorClientResolvedConfig extends MediaTailorClientResolvedConfigType {
147
- }
148
- /**
149
- * <p>Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/">AWS Elemental MediaTailor User Guide</a>.</p> <p>Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).</p>
150
- */
151
- export declare class MediaTailorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaTailorClientResolvedConfig> {
152
- /**
153
- * The resolved configuration of MediaTailorClient class. This is resolved and normalized from the {@link MediaTailorClientConfig | constructor configuration interface}.
154
- */
155
- readonly config: MediaTailorClientResolvedConfig;
156
- constructor(configuration: MediaTailorClientConfig);
157
- /**
158
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
159
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
160
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
161
- */
162
- destroy(): void;
163
- }
164
- export {};
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput } from "./commands/ConfigureLogsForPlaybackConfigurationCommand";
10
+ import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
11
+ import { CreateProgramCommandInput, CreateProgramCommandOutput } from "./commands/CreateProgramCommand";
12
+ import { CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput } from "./commands/CreateSourceLocationCommand";
13
+ import { CreateVodSourceCommandInput, CreateVodSourceCommandOutput } from "./commands/CreateVodSourceCommand";
14
+ import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
15
+ import { DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput } from "./commands/DeleteChannelPolicyCommand";
16
+ import { DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput } from "./commands/DeletePlaybackConfigurationCommand";
17
+ import { DeleteProgramCommandInput, DeleteProgramCommandOutput } from "./commands/DeleteProgramCommand";
18
+ import { DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput } from "./commands/DeleteSourceLocationCommand";
19
+ import { DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput } from "./commands/DeleteVodSourceCommand";
20
+ import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
21
+ import { DescribeProgramCommandInput, DescribeProgramCommandOutput } from "./commands/DescribeProgramCommand";
22
+ import { DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput } from "./commands/DescribeSourceLocationCommand";
23
+ import { DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput } from "./commands/DescribeVodSourceCommand";
24
+ import { GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput } from "./commands/GetChannelPolicyCommand";
25
+ import { GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput } from "./commands/GetChannelScheduleCommand";
26
+ import { GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput } from "./commands/GetPlaybackConfigurationCommand";
27
+ import { ListAlertsCommandInput, ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
28
+ import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
29
+ import { ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput } from "./commands/ListPlaybackConfigurationsCommand";
30
+ import { ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput } from "./commands/ListSourceLocationsCommand";
31
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
32
+ import { ListVodSourcesCommandInput, ListVodSourcesCommandOutput } from "./commands/ListVodSourcesCommand";
33
+ import { PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput } from "./commands/PutChannelPolicyCommand";
34
+ import { PutPlaybackConfigurationCommandInput, PutPlaybackConfigurationCommandOutput } from "./commands/PutPlaybackConfigurationCommand";
35
+ import { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
36
+ import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
37
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
38
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
39
+ import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
40
+ import { UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput } from "./commands/UpdateSourceLocationCommand";
41
+ import { UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput } from "./commands/UpdateVodSourceCommand";
42
+ export declare type ServiceInputTypes = ConfigureLogsForPlaybackConfigurationCommandInput | CreateChannelCommandInput | CreateProgramCommandInput | CreateSourceLocationCommandInput | CreateVodSourceCommandInput | DeleteChannelCommandInput | DeleteChannelPolicyCommandInput | DeletePlaybackConfigurationCommandInput | DeleteProgramCommandInput | DeleteSourceLocationCommandInput | DeleteVodSourceCommandInput | DescribeChannelCommandInput | DescribeProgramCommandInput | DescribeSourceLocationCommandInput | DescribeVodSourceCommandInput | GetChannelPolicyCommandInput | GetChannelScheduleCommandInput | GetPlaybackConfigurationCommandInput | ListAlertsCommandInput | ListChannelsCommandInput | ListPlaybackConfigurationsCommandInput | ListSourceLocationsCommandInput | ListTagsForResourceCommandInput | ListVodSourcesCommandInput | PutChannelPolicyCommandInput | PutPlaybackConfigurationCommandInput | StartChannelCommandInput | StopChannelCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput | UpdateSourceLocationCommandInput | UpdateVodSourceCommandInput;
43
+ export declare type ServiceOutputTypes = ConfigureLogsForPlaybackConfigurationCommandOutput | CreateChannelCommandOutput | CreateProgramCommandOutput | CreateSourceLocationCommandOutput | CreateVodSourceCommandOutput | DeleteChannelCommandOutput | DeleteChannelPolicyCommandOutput | DeletePlaybackConfigurationCommandOutput | DeleteProgramCommandOutput | DeleteSourceLocationCommandOutput | DeleteVodSourceCommandOutput | DescribeChannelCommandOutput | DescribeProgramCommandOutput | DescribeSourceLocationCommandOutput | DescribeVodSourceCommandOutput | GetChannelPolicyCommandOutput | GetChannelScheduleCommandOutput | GetPlaybackConfigurationCommandOutput | ListAlertsCommandOutput | ListChannelsCommandOutput | ListPlaybackConfigurationsCommandOutput | ListSourceLocationsCommandOutput | ListTagsForResourceCommandOutput | ListVodSourcesCommandOutput | PutChannelPolicyCommandOutput | PutPlaybackConfigurationCommandOutput | StartChannelCommandOutput | StopChannelCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput | UpdateSourceLocationCommandOutput | UpdateVodSourceCommandOutput;
44
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
45
+ /**
46
+ * The HTTP handler to use. Fetch in browser and Https in Nodejs.
47
+ */
48
+ requestHandler?: __HttpHandler;
49
+ /**
50
+ * A constructor for a class implementing the {@link __Hash} interface
51
+ * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
52
+ * @internal
53
+ */
54
+ sha256?: __HashConstructor;
55
+ /**
56
+ * The function that will be used to convert strings into HTTP endpoints.
57
+ * @internal
58
+ */
59
+ urlParser?: __UrlParser;
60
+ /**
61
+ * A function that can calculate the length of a request body.
62
+ * @internal
63
+ */
64
+ bodyLengthChecker?: (body: any) => number | undefined;
65
+ /**
66
+ * A function that converts a stream into an array of bytes.
67
+ * @internal
68
+ */
69
+ streamCollector?: __StreamCollector;
70
+ /**
71
+ * The function that will be used to convert a base64-encoded string to a byte array.
72
+ * @internal
73
+ */
74
+ base64Decoder?: __Decoder;
75
+ /**
76
+ * The function that will be used to convert binary data to a base64-encoded string.
77
+ * @internal
78
+ */
79
+ base64Encoder?: __Encoder;
80
+ /**
81
+ * The function that will be used to convert a UTF8-encoded string to a byte array.
82
+ * @internal
83
+ */
84
+ utf8Decoder?: __Decoder;
85
+ /**
86
+ * The function that will be used to convert binary data to a UTF-8 encoded string.
87
+ * @internal
88
+ */
89
+ utf8Encoder?: __Encoder;
90
+ /**
91
+ * The runtime environment.
92
+ * @internal
93
+ */
94
+ runtime?: string;
95
+ /**
96
+ * Disable dyanamically changing the endpoint of the client based on the hostPrefix
97
+ * trait of an operation.
98
+ */
99
+ disableHostPrefix?: boolean;
100
+ /**
101
+ * Value for how many times a request will be made at most in case of retry.
102
+ */
103
+ maxAttempts?: number | __Provider<number>;
104
+ /**
105
+ * Specifies which retry algorithm to use.
106
+ */
107
+ retryMode?: string | __Provider<string>;
108
+ /**
109
+ * Optional logger for logging debug/info/warn/error.
110
+ */
111
+ logger?: __Logger;
112
+ /**
113
+ * Unique service identifier.
114
+ * @internal
115
+ */
116
+ serviceId?: string;
117
+ /**
118
+ * The AWS region to which this client will send requests
119
+ */
120
+ region?: string | __Provider<string>;
121
+ /**
122
+ * Default credentials provider; Not available in browser runtime.
123
+ * @internal
124
+ */
125
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
126
+ /**
127
+ * Fetch related hostname, signing name or signing region with given region.
128
+ * @internal
129
+ */
130
+ regionInfoProvider?: RegionInfoProvider;
131
+ /**
132
+ * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
133
+ * @internal
134
+ */
135
+ defaultUserAgentProvider?: Provider<__UserAgent>;
136
+ }
137
+ declare type MediaTailorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
138
+ /**
139
+ * The configuration interface of MediaTailorClient class constructor that set the region, credentials and other options.
140
+ */
141
+ export interface MediaTailorClientConfig extends MediaTailorClientConfigType {
142
+ }
143
+ declare type MediaTailorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
144
+ /**
145
+ * The resolved configuration interface of MediaTailorClient class. This is resolved and normalized from the {@link MediaTailorClientConfig | constructor configuration interface}.
146
+ */
147
+ export interface MediaTailorClientResolvedConfig extends MediaTailorClientResolvedConfigType {
148
+ }
149
+ /**
150
+ * <p>Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/">AWS Elemental MediaTailor User Guide</a>.</p> <p>Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).</p>
151
+ */
152
+ export declare class MediaTailorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaTailorClientResolvedConfig> {
153
+ /**
154
+ * The resolved configuration of MediaTailorClient class. This is resolved and normalized from the {@link MediaTailorClientConfig | constructor configuration interface}.
155
+ */
156
+ readonly config: MediaTailorClientResolvedConfig;
157
+ constructor(configuration: MediaTailorClientConfig);
158
+ /**
159
+ * Destroy underlying resources, like sockets. It's usually not necessary to do this.
160
+ * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
161
+ * Otherwise, sockets might stay open for quite a long time before the server terminates them.
162
+ */
163
+ destroy(): void;
164
+ }
165
+ export {};
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
+ import { ConfigureLogsForPlaybackConfigurationRequest, ConfigureLogsForPlaybackConfigurationResponse } from "../models/models_0";
5
+ export interface ConfigureLogsForPlaybackConfigurationCommandInput extends ConfigureLogsForPlaybackConfigurationRequest {
6
+ }
7
+ export interface ConfigureLogsForPlaybackConfigurationCommandOutput extends ConfigureLogsForPlaybackConfigurationResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Configures Amazon CloudWatch log settings for a playback configuration.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { MediaTailorClient, ConfigureLogsForPlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
15
+ * // const { MediaTailorClient, ConfigureLogsForPlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
16
+ * const client = new MediaTailorClient(config);
17
+ * const command = new ConfigureLogsForPlaybackConfigurationCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ConfigureLogsForPlaybackConfigurationCommandInput} for command's `input` shape.
22
+ * @see {@link ConfigureLogsForPlaybackConfigurationCommandOutput} for command's `response` shape.
23
+ * @see {@link MediaTailorClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class ConfigureLogsForPlaybackConfigurationCommand extends $Command<ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
27
+ readonly input: ConfigureLogsForPlaybackConfigurationCommandInput;
28
+ constructor(input: ConfigureLogsForPlaybackConfigurationCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateChannelCommandInput extends CreateChannelRequest {
6
6
  }
7
7
  export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { CreateProgramRequest, CreateProgramResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateProgramCommandInput extends CreateProgramRequest {
6
6
  }
7
7
  export interface CreateProgramCommandOutput extends CreateProgramResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { CreateSourceLocationRequest, CreateSourceLocationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateSourceLocationCommandInput extends CreateSourceLocationRequest {
6
6
  }
7
7
  export interface CreateSourceLocationCommandOutput extends CreateSourceLocationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { CreateVodSourceRequest, CreateVodSourceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateVodSourceCommandInput extends CreateVodSourceRequest {
6
6
  }
7
7
  export interface CreateVodSourceCommandOutput extends CreateVodSourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteChannelCommandInput extends DeleteChannelRequest {
6
6
  }
7
7
  export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { DeleteChannelPolicyRequest, DeleteChannelPolicyResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteChannelPolicyCommandInput extends DeleteChannelPolicyRequest {
6
6
  }
7
7
  export interface DeleteChannelPolicyCommandOutput extends DeleteChannelPolicyResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { DeletePlaybackConfigurationRequest, DeletePlaybackConfigurationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeletePlaybackConfigurationCommandInput extends DeletePlaybackConfigurationRequest {
6
6
  }
7
7
  export interface DeletePlaybackConfigurationCommandOutput extends DeletePlaybackConfigurationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { DeleteProgramRequest, DeleteProgramResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteProgramCommandInput extends DeleteProgramRequest {
6
6
  }
7
7
  export interface DeleteProgramCommandOutput extends DeleteProgramResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { DeleteSourceLocationRequest, DeleteSourceLocationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteSourceLocationCommandInput extends DeleteSourceLocationRequest {
6
6
  }
7
7
  export interface DeleteSourceLocationCommandOutput extends DeleteSourceLocationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { DeleteVodSourceRequest, DeleteVodSourceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteVodSourceCommandInput extends DeleteVodSourceRequest {
6
6
  }
7
7
  export interface DeleteVodSourceCommandOutput extends DeleteVodSourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeChannelCommandInput extends DescribeChannelRequest {
6
6
  }
7
7
  export interface DescribeChannelCommandOutput extends DescribeChannelResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { DescribeProgramRequest, DescribeProgramResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeProgramCommandInput extends DescribeProgramRequest {
6
6
  }
7
7
  export interface DescribeProgramCommandOutput extends DescribeProgramResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { DescribeSourceLocationRequest, DescribeSourceLocationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeSourceLocationCommandInput extends DescribeSourceLocationRequest {
6
6
  }
7
7
  export interface DescribeSourceLocationCommandOutput extends DescribeSourceLocationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { DescribeVodSourceRequest, DescribeVodSourceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeVodSourceCommandInput extends DescribeVodSourceRequest {
6
6
  }
7
7
  export interface DescribeVodSourceCommandOutput extends DescribeVodSourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { GetChannelPolicyRequest, GetChannelPolicyResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetChannelPolicyCommandInput extends GetChannelPolicyRequest {
6
6
  }
7
7
  export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { GetChannelScheduleRequest, GetChannelScheduleResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetChannelScheduleCommandInput extends GetChannelScheduleRequest {
6
6
  }
7
7
  export interface GetChannelScheduleCommandOutput extends GetChannelScheduleResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { GetPlaybackConfigurationRequest, GetPlaybackConfigurationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetPlaybackConfigurationCommandInput extends GetPlaybackConfigurationRequest {
6
6
  }
7
7
  export interface GetPlaybackConfigurationCommandOutput extends GetPlaybackConfigurationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { ListAlertsRequest, ListAlertsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListAlertsCommandInput extends ListAlertsRequest {
6
6
  }
7
7
  export interface ListAlertsCommandOutput extends ListAlertsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
2
4
  import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListChannelsCommandInput extends ListChannelsRequest {
6
6
  }
7
7
  export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {