@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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,51 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
7
+
8
+
9
+ ### Features
10
+
11
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
12
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
13
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
14
+
15
+
16
+
17
+
18
+
19
+ # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
20
+
21
+
22
+ ### Features
23
+
24
+ * **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
25
+ * **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
26
+
27
+
28
+
29
+
30
+
31
+ # [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
32
+
33
+
34
+ ### Features
35
+
36
+ * **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
37
+ * **clients:** update clients as of 09/24/2021 ([#2826](https://github.com/aws/aws-sdk-js-v3/issues/2826)) ([845ca6e](https://github.com/aws/aws-sdk-js-v3/commit/845ca6e1f77c27d76ced3d309e0bf28e3f2b517f))
38
+
39
+
40
+
41
+
42
+
43
+ # [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
44
+
45
+ **Note:** Version bump only for package @aws-sdk/client-mediatailor
46
+
47
+
48
+
49
+
50
+
6
51
  # [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
7
52
 
8
53
  **Note:** Version bump only for package @aws-sdk/client-mediatailor
package/README.md CHANGED
@@ -24,16 +24,16 @@ using your favorite package manager:
24
24
 
25
25
  The AWS SDK is modulized by clients and commands.
26
26
  To send a request, you only need to import the `MediaTailorClient` and
27
- the commands you need, for example `CreateChannelCommand`:
27
+ the commands you need, for example `ConfigureLogsForPlaybackConfigurationCommand`:
28
28
 
29
29
  ```js
30
30
  // ES5 example
31
- const { MediaTailorClient, CreateChannelCommand } = require("@aws-sdk/client-mediatailor");
31
+ const { MediaTailorClient, ConfigureLogsForPlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor");
32
32
  ```
33
33
 
34
34
  ```ts
35
35
  // ES6+ example
36
- import { MediaTailorClient, CreateChannelCommand } from "@aws-sdk/client-mediatailor";
36
+ import { MediaTailorClient, ConfigureLogsForPlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor";
37
37
  ```
38
38
 
39
39
  ### Usage
@@ -52,7 +52,7 @@ const client = new MediaTailorClient({ region: "REGION" });
52
52
  const params = {
53
53
  /** input parameters */
54
54
  };
55
- const command = new CreateChannelCommand(params);
55
+ const command = new ConfigureLogsForPlaybackConfigurationCommand(params);
56
56
  ```
57
57
 
58
58
  #### Async/await
@@ -131,7 +131,7 @@ const client = new AWS.MediaTailor({ region: "REGION" });
131
131
 
132
132
  // async/await.
133
133
  try {
134
- const data = await client.createChannel(params);
134
+ const data = await client.configureLogsForPlaybackConfiguration(params);
135
135
  // process data.
136
136
  } catch (error) {
137
137
  // error handling.
@@ -139,7 +139,7 @@ try {
139
139
 
140
140
  // Promises.
141
141
  client
142
- .createChannel(params)
142
+ .configureLogsForPlaybackConfiguration(params)
143
143
  .then((data) => {
144
144
  // process data.
145
145
  })
@@ -148,7 +148,7 @@ client
148
148
  });
149
149
 
150
150
  // callbacks.
151
- client.createChannel(params, (err, data) => {
151
+ client.configureLogsForPlaybackConfiguration(params, (err, data) => {
152
152
  // proccess err and data.
153
153
  });
154
154
  ```
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MediaTailor = void 0;
4
- const MediaTailorClient_1 = require("./MediaTailorClient");
4
+ const ConfigureLogsForPlaybackConfigurationCommand_1 = require("./commands/ConfigureLogsForPlaybackConfigurationCommand");
5
5
  const CreateChannelCommand_1 = require("./commands/CreateChannelCommand");
6
6
  const CreateProgramCommand_1 = require("./commands/CreateProgramCommand");
7
7
  const CreateSourceLocationCommand_1 = require("./commands/CreateSourceLocationCommand");
@@ -34,10 +34,25 @@ const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
34
34
  const UpdateChannelCommand_1 = require("./commands/UpdateChannelCommand");
35
35
  const UpdateSourceLocationCommand_1 = require("./commands/UpdateSourceLocationCommand");
36
36
  const UpdateVodSourceCommand_1 = require("./commands/UpdateVodSourceCommand");
37
+ const MediaTailorClient_1 = require("./MediaTailorClient");
37
38
  /**
38
39
  * <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>
39
40
  */
40
41
  class MediaTailor extends MediaTailorClient_1.MediaTailorClient {
42
+ configureLogsForPlaybackConfiguration(args, optionsOrCb, cb) {
43
+ const command = new ConfigureLogsForPlaybackConfigurationCommand_1.ConfigureLogsForPlaybackConfigurationCommand(args);
44
+ if (typeof optionsOrCb === "function") {
45
+ this.send(command, optionsOrCb);
46
+ }
47
+ else if (typeof cb === "function") {
48
+ if (typeof optionsOrCb !== "object")
49
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
50
+ this.send(command, optionsOrCb || {}, cb);
51
+ }
52
+ else {
53
+ return this.send(command, optionsOrCb);
54
+ }
55
+ }
41
56
  createChannel(args, optionsOrCb, cb) {
42
57
  const command = new CreateChannelCommand_1.CreateChannelCommand(args);
43
58
  if (typeof optionsOrCb === "function") {
@@ -488,4 +503,3 @@ class MediaTailor extends MediaTailorClient_1.MediaTailorClient {
488
503
  }
489
504
  }
490
505
  exports.MediaTailor = MediaTailor;
491
- //# sourceMappingURL=MediaTailor.js.map
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MediaTailorClient = void 0;
4
- const runtimeConfig_1 = require("./runtimeConfig");
5
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
6
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
7
6
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
@@ -10,18 +9,19 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
9
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
11
10
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
12
11
  const smithy_client_1 = require("@aws-sdk/smithy-client");
12
+ const runtimeConfig_1 = require("./runtimeConfig");
13
13
  /**
14
14
  * <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>
15
15
  */
16
16
  class MediaTailorClient extends smithy_client_1.Client {
17
17
  constructor(configuration) {
18
- let _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
19
- let _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
20
- let _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
21
- let _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
22
- let _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
23
- let _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
24
- let _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
18
+ const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
19
+ const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
20
+ const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
21
+ const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
22
+ const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
23
+ const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
24
+ const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
25
25
  super(_config_6);
26
26
  this.config = _config_6;
27
27
  this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
@@ -41,4 +41,3 @@ class MediaTailorClient extends smithy_client_1.Client {
41
41
  }
42
42
  }
43
43
  exports.MediaTailorClient = MediaTailorClient;
44
- //# sourceMappingURL=MediaTailorClient.js.map
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConfigureLogsForPlaybackConfigurationCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ /**
9
+ * <p>Configures Amazon CloudWatch log settings for a playback configuration.</p>
10
+ * @example
11
+ * Use a bare-bones client and the command you need to make an API call.
12
+ * ```javascript
13
+ * import { MediaTailorClient, ConfigureLogsForPlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
14
+ * // const { MediaTailorClient, ConfigureLogsForPlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
15
+ * const client = new MediaTailorClient(config);
16
+ * const command = new ConfigureLogsForPlaybackConfigurationCommand(input);
17
+ * const response = await client.send(command);
18
+ * ```
19
+ *
20
+ * @see {@link ConfigureLogsForPlaybackConfigurationCommandInput} for command's `input` shape.
21
+ * @see {@link ConfigureLogsForPlaybackConfigurationCommandOutput} for command's `response` shape.
22
+ * @see {@link MediaTailorClientResolvedConfig | config} for command's `input` shape.
23
+ *
24
+ */
25
+ class ConfigureLogsForPlaybackConfigurationCommand extends smithy_client_1.Command {
26
+ // Start section: command_properties
27
+ // End section: command_properties
28
+ constructor(input) {
29
+ // Start section: command_constructor
30
+ super();
31
+ this.input = input;
32
+ // End section: command_constructor
33
+ }
34
+ /**
35
+ * @internal
36
+ */
37
+ resolveMiddleware(clientStack, configuration, options) {
38
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
+ const stack = clientStack.concat(this.middlewareStack);
40
+ const { logger } = configuration;
41
+ const clientName = "MediaTailorClient";
42
+ const commandName = "ConfigureLogsForPlaybackConfigurationCommand";
43
+ const handlerExecutionContext = {
44
+ logger,
45
+ clientName,
46
+ commandName,
47
+ inputFilterSensitiveLog: models_0_1.ConfigureLogsForPlaybackConfigurationRequest.filterSensitiveLog,
48
+ outputFilterSensitiveLog: models_0_1.ConfigureLogsForPlaybackConfigurationResponse.filterSensitiveLog,
49
+ };
50
+ const { requestHandler } = configuration;
51
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
52
+ }
53
+ serialize(input, context) {
54
+ return Aws_restJson1_1.serializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand(input, context);
55
+ }
56
+ deserialize(output, context) {
57
+ return Aws_restJson1_1.deserializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand(output, context);
58
+ }
59
+ }
60
+ exports.ConfigureLogsForPlaybackConfigurationCommand = ConfigureLogsForPlaybackConfigurationCommand;
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateChannelCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Creates a channel.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class CreateChannelCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.CreateChannelCommand = CreateChannelCommand;
61
- //# sourceMappingURL=CreateChannelCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateProgramCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Creates a program.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class CreateProgramCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.CreateProgramCommand = CreateProgramCommand;
61
- //# sourceMappingURL=CreateProgramCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateSourceLocationCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Creates a source location on a specific channel.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class CreateSourceLocationCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.CreateSourceLocationCommand = CreateSourceLocationCommand;
61
- //# sourceMappingURL=CreateSourceLocationCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateVodSourceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Creates name for a specific VOD source in a source location.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class CreateVodSourceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.CreateVodSourceCommand = CreateVodSourceCommand;
61
- //# sourceMappingURL=CreateVodSourceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteChannelCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Deletes a channel. You must stop the channel before it can be deleted.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class DeleteChannelCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DeleteChannelCommand = DeleteChannelCommand;
61
- //# sourceMappingURL=DeleteChannelCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteChannelPolicyCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Deletes a channel's IAM policy.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class DeleteChannelPolicyCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DeleteChannelPolicyCommand = DeleteChannelPolicyCommand;
61
- //# sourceMappingURL=DeleteChannelPolicyCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeletePlaybackConfigurationCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Deletes the playback configuration for the specified name.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class DeletePlaybackConfigurationCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DeletePlaybackConfigurationCommand = DeletePlaybackConfigurationCommand;
61
- //# sourceMappingURL=DeletePlaybackConfigurationCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteProgramCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Deletes a specific program on a specific channel.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class DeleteProgramCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DeleteProgramCommand = DeleteProgramCommand;
61
- //# sourceMappingURL=DeleteProgramCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteSourceLocationCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Deletes a source location on a specific channel.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class DeleteSourceLocationCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DeleteSourceLocationCommand = DeleteSourceLocationCommand;
61
- //# sourceMappingURL=DeleteSourceLocationCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteVodSourceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Deletes a specific VOD source in a specific source location.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class DeleteVodSourceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DeleteVodSourceCommand = DeleteVodSourceCommand;
61
- //# sourceMappingURL=DeleteVodSourceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeChannelCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Describes the properties of a specific channel.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class DescribeChannelCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DescribeChannelCommand = DescribeChannelCommand;
61
- //# sourceMappingURL=DescribeChannelCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeProgramCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves the properties of the requested program.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class DescribeProgramCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DescribeProgramCommand = DescribeProgramCommand;
61
- //# sourceMappingURL=DescribeProgramCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeSourceLocationCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves the properties of the requested source location.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class DescribeSourceLocationCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DescribeSourceLocationCommand = DescribeSourceLocationCommand;
61
- //# sourceMappingURL=DescribeSourceLocationCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeVodSourceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Provides details about a specific VOD source in a specific source location.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class DescribeVodSourceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DescribeVodSourceCommand = DescribeVodSourceCommand;
61
- //# sourceMappingURL=DescribeVodSourceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetChannelPolicyCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves information about a channel's IAM policy.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetChannelPolicyCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetChannelPolicyCommand = GetChannelPolicyCommand;
61
- //# sourceMappingURL=GetChannelPolicyCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetChannelScheduleCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves information about your channel's schedule.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetChannelScheduleCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetChannelScheduleCommand = GetChannelScheduleCommand;
61
- //# sourceMappingURL=GetChannelScheduleCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetPlaybackConfigurationCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Returns the playback configuration for the specified name.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetPlaybackConfigurationCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetPlaybackConfigurationCommand = GetPlaybackConfigurationCommand;
61
- //# sourceMappingURL=GetPlaybackConfigurationCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListAlertsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Returns a list of alerts for the given resource.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListAlertsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListAlertsCommand = ListAlertsCommand;
61
- //# sourceMappingURL=ListAlertsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListChannelsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves a list of channels that are associated with this account.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListChannelsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListChannelsCommand = ListChannelsCommand;
61
- //# sourceMappingURL=ListChannelsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListPlaybackConfigurationsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Returns a list of the playback configurations defined in AWS Elemental MediaTailor. You can specify a maximum number of configurations to return at a time. The default maximum is 50. Results are returned in pagefuls. If MediaTailor has more configurations than the specified maximum, it provides parameters in the response that you can use to retrieve the next pageful.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListPlaybackConfigurationsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListPlaybackConfigurationsCommand = ListPlaybackConfigurationsCommand;
61
- //# sourceMappingURL=ListPlaybackConfigurationsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListSourceLocationsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves a list of source locations.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListSourceLocationsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListSourceLocationsCommand = ListSourceLocationsCommand;
61
- //# sourceMappingURL=ListSourceLocationsCommand.js.map