@aws-sdk/client-mediatailor 3.194.0 → 3.196.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 (206) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +2 -1
  3. package/dist-cjs/MediaTailorClient.js +11 -8
  4. package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js +10 -0
  5. package/dist-cjs/commands/CreateChannelCommand.js +10 -0
  6. package/dist-cjs/commands/CreateLiveSourceCommand.js +10 -0
  7. package/dist-cjs/commands/CreatePrefetchScheduleCommand.js +10 -0
  8. package/dist-cjs/commands/CreateProgramCommand.js +10 -0
  9. package/dist-cjs/commands/CreateSourceLocationCommand.js +10 -0
  10. package/dist-cjs/commands/CreateVodSourceCommand.js +10 -0
  11. package/dist-cjs/commands/DeleteChannelCommand.js +10 -0
  12. package/dist-cjs/commands/DeleteChannelPolicyCommand.js +10 -0
  13. package/dist-cjs/commands/DeleteLiveSourceCommand.js +10 -0
  14. package/dist-cjs/commands/DeletePlaybackConfigurationCommand.js +10 -0
  15. package/dist-cjs/commands/DeletePrefetchScheduleCommand.js +10 -0
  16. package/dist-cjs/commands/DeleteProgramCommand.js +10 -0
  17. package/dist-cjs/commands/DeleteSourceLocationCommand.js +10 -0
  18. package/dist-cjs/commands/DeleteVodSourceCommand.js +10 -0
  19. package/dist-cjs/commands/DescribeChannelCommand.js +10 -0
  20. package/dist-cjs/commands/DescribeLiveSourceCommand.js +10 -0
  21. package/dist-cjs/commands/DescribeProgramCommand.js +10 -0
  22. package/dist-cjs/commands/DescribeSourceLocationCommand.js +10 -0
  23. package/dist-cjs/commands/DescribeVodSourceCommand.js +10 -0
  24. package/dist-cjs/commands/GetChannelPolicyCommand.js +10 -0
  25. package/dist-cjs/commands/GetChannelScheduleCommand.js +10 -0
  26. package/dist-cjs/commands/GetPlaybackConfigurationCommand.js +10 -0
  27. package/dist-cjs/commands/GetPrefetchScheduleCommand.js +10 -0
  28. package/dist-cjs/commands/ListAlertsCommand.js +10 -0
  29. package/dist-cjs/commands/ListChannelsCommand.js +10 -0
  30. package/dist-cjs/commands/ListLiveSourcesCommand.js +10 -0
  31. package/dist-cjs/commands/ListPlaybackConfigurationsCommand.js +10 -0
  32. package/dist-cjs/commands/ListPrefetchSchedulesCommand.js +10 -0
  33. package/dist-cjs/commands/ListSourceLocationsCommand.js +10 -0
  34. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  35. package/dist-cjs/commands/ListVodSourcesCommand.js +10 -0
  36. package/dist-cjs/commands/PutChannelPolicyCommand.js +10 -0
  37. package/dist-cjs/commands/PutPlaybackConfigurationCommand.js +10 -0
  38. package/dist-cjs/commands/StartChannelCommand.js +10 -0
  39. package/dist-cjs/commands/StopChannelCommand.js +10 -0
  40. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  41. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  42. package/dist-cjs/commands/UpdateChannelCommand.js +10 -0
  43. package/dist-cjs/commands/UpdateLiveSourceCommand.js +10 -0
  44. package/dist-cjs/commands/UpdateSourceLocationCommand.js +10 -0
  45. package/dist-cjs/commands/UpdateVodSourceCommand.js +10 -0
  46. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  47. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  48. package/dist-cjs/endpoint/ruleset.js +318 -0
  49. package/dist-cjs/models/models_0.js +124 -124
  50. package/dist-cjs/runtimeConfig.shared.js +3 -3
  51. package/dist-es/MediaTailorClient.js +12 -9
  52. package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +10 -0
  53. package/dist-es/commands/CreateChannelCommand.js +10 -0
  54. package/dist-es/commands/CreateLiveSourceCommand.js +10 -0
  55. package/dist-es/commands/CreatePrefetchScheduleCommand.js +10 -0
  56. package/dist-es/commands/CreateProgramCommand.js +10 -0
  57. package/dist-es/commands/CreateSourceLocationCommand.js +10 -0
  58. package/dist-es/commands/CreateVodSourceCommand.js +10 -0
  59. package/dist-es/commands/DeleteChannelCommand.js +10 -0
  60. package/dist-es/commands/DeleteChannelPolicyCommand.js +10 -0
  61. package/dist-es/commands/DeleteLiveSourceCommand.js +10 -0
  62. package/dist-es/commands/DeletePlaybackConfigurationCommand.js +10 -0
  63. package/dist-es/commands/DeletePrefetchScheduleCommand.js +10 -0
  64. package/dist-es/commands/DeleteProgramCommand.js +10 -0
  65. package/dist-es/commands/DeleteSourceLocationCommand.js +10 -0
  66. package/dist-es/commands/DeleteVodSourceCommand.js +10 -0
  67. package/dist-es/commands/DescribeChannelCommand.js +10 -0
  68. package/dist-es/commands/DescribeLiveSourceCommand.js +10 -0
  69. package/dist-es/commands/DescribeProgramCommand.js +10 -0
  70. package/dist-es/commands/DescribeSourceLocationCommand.js +10 -0
  71. package/dist-es/commands/DescribeVodSourceCommand.js +10 -0
  72. package/dist-es/commands/GetChannelPolicyCommand.js +10 -0
  73. package/dist-es/commands/GetChannelScheduleCommand.js +10 -0
  74. package/dist-es/commands/GetPlaybackConfigurationCommand.js +10 -0
  75. package/dist-es/commands/GetPrefetchScheduleCommand.js +10 -0
  76. package/dist-es/commands/ListAlertsCommand.js +10 -0
  77. package/dist-es/commands/ListChannelsCommand.js +10 -0
  78. package/dist-es/commands/ListLiveSourcesCommand.js +10 -0
  79. package/dist-es/commands/ListPlaybackConfigurationsCommand.js +10 -0
  80. package/dist-es/commands/ListPrefetchSchedulesCommand.js +10 -0
  81. package/dist-es/commands/ListSourceLocationsCommand.js +10 -0
  82. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  83. package/dist-es/commands/ListVodSourcesCommand.js +10 -0
  84. package/dist-es/commands/PutChannelPolicyCommand.js +10 -0
  85. package/dist-es/commands/PutPlaybackConfigurationCommand.js +10 -0
  86. package/dist-es/commands/StartChannelCommand.js +10 -0
  87. package/dist-es/commands/StopChannelCommand.js +10 -0
  88. package/dist-es/commands/TagResourceCommand.js +10 -0
  89. package/dist-es/commands/UntagResourceCommand.js +10 -0
  90. package/dist-es/commands/UpdateChannelCommand.js +10 -0
  91. package/dist-es/commands/UpdateLiveSourceCommand.js +10 -0
  92. package/dist-es/commands/UpdateSourceLocationCommand.js +10 -0
  93. package/dist-es/commands/UpdateVodSourceCommand.js +10 -0
  94. package/dist-es/endpoint/EndpointParameters.js +8 -0
  95. package/dist-es/endpoint/endpointResolver.js +8 -0
  96. package/dist-es/endpoint/ruleset.js +315 -0
  97. package/dist-es/models/models_0.js +80 -80
  98. package/dist-es/runtimeConfig.shared.js +2 -2
  99. package/dist-types/MediaTailor.d.ts +43 -42
  100. package/dist-types/MediaTailorClient.d.ts +8 -10
  101. package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +3 -1
  102. package/dist-types/commands/CreateChannelCommand.d.ts +3 -1
  103. package/dist-types/commands/CreateLiveSourceCommand.d.ts +3 -1
  104. package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +3 -1
  105. package/dist-types/commands/CreateProgramCommand.d.ts +3 -1
  106. package/dist-types/commands/CreateSourceLocationCommand.d.ts +3 -1
  107. package/dist-types/commands/CreateVodSourceCommand.d.ts +3 -1
  108. package/dist-types/commands/DeleteChannelCommand.d.ts +3 -1
  109. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +3 -1
  110. package/dist-types/commands/DeleteLiveSourceCommand.d.ts +3 -1
  111. package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +3 -1
  112. package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +3 -1
  113. package/dist-types/commands/DeleteProgramCommand.d.ts +3 -1
  114. package/dist-types/commands/DeleteSourceLocationCommand.d.ts +3 -1
  115. package/dist-types/commands/DeleteVodSourceCommand.d.ts +3 -1
  116. package/dist-types/commands/DescribeChannelCommand.d.ts +3 -1
  117. package/dist-types/commands/DescribeLiveSourceCommand.d.ts +3 -1
  118. package/dist-types/commands/DescribeProgramCommand.d.ts +3 -1
  119. package/dist-types/commands/DescribeSourceLocationCommand.d.ts +3 -1
  120. package/dist-types/commands/DescribeVodSourceCommand.d.ts +3 -1
  121. package/dist-types/commands/GetChannelPolicyCommand.d.ts +3 -1
  122. package/dist-types/commands/GetChannelScheduleCommand.d.ts +2 -0
  123. package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +3 -1
  124. package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +3 -1
  125. package/dist-types/commands/ListAlertsCommand.d.ts +3 -1
  126. package/dist-types/commands/ListChannelsCommand.d.ts +3 -1
  127. package/dist-types/commands/ListLiveSourcesCommand.d.ts +3 -1
  128. package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +3 -1
  129. package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +3 -1
  130. package/dist-types/commands/ListSourceLocationsCommand.d.ts +3 -1
  131. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -1
  132. package/dist-types/commands/ListVodSourcesCommand.d.ts +3 -1
  133. package/dist-types/commands/PutChannelPolicyCommand.d.ts +3 -1
  134. package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +3 -1
  135. package/dist-types/commands/StartChannelCommand.d.ts +3 -1
  136. package/dist-types/commands/StopChannelCommand.d.ts +3 -1
  137. package/dist-types/commands/TagResourceCommand.d.ts +3 -1
  138. package/dist-types/commands/UntagResourceCommand.d.ts +3 -1
  139. package/dist-types/commands/UpdateChannelCommand.d.ts +3 -1
  140. package/dist-types/commands/UpdateLiveSourceCommand.d.ts +3 -1
  141. package/dist-types/commands/UpdateSourceLocationCommand.d.ts +3 -1
  142. package/dist-types/commands/UpdateVodSourceCommand.d.ts +3 -1
  143. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  144. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  145. package/dist-types/endpoint/ruleset.d.ts +2 -0
  146. package/dist-types/models/models_0.d.ts +709 -659
  147. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  148. package/dist-types/runtimeConfig.d.ts +4 -2
  149. package/dist-types/runtimeConfig.native.d.ts +4 -2
  150. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  151. package/dist-types/ts3.4/MediaTailorClient.d.ts +15 -8
  152. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +2 -0
  153. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -0
  154. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +2 -0
  155. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +2 -0
  156. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +2 -0
  157. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +2 -0
  158. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +2 -0
  159. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -0
  160. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +2 -0
  161. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +2 -0
  162. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +2 -0
  163. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +2 -0
  164. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +2 -0
  165. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +2 -0
  166. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +2 -0
  167. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +2 -0
  168. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +2 -0
  169. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +2 -0
  170. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +2 -0
  171. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +2 -0
  172. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +2 -0
  173. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +2 -0
  174. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +2 -0
  175. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +2 -0
  176. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +2 -0
  177. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -0
  178. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +2 -0
  179. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +2 -0
  180. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +2 -0
  181. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +2 -0
  182. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  183. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +2 -0
  184. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +2 -0
  185. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +2 -0
  186. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +2 -0
  187. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +2 -0
  188. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  189. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  190. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -0
  191. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +2 -0
  192. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +2 -0
  193. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +2 -0
  194. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  195. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  196. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  197. package/dist-types/ts3.4/models/models_0.d.ts +242 -242
  198. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  199. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  200. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  201. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  202. package/package.json +5 -3
  203. package/dist-cjs/endpoints.js +0 -132
  204. package/dist-es/endpoints.js +0 -128
  205. package/dist-types/endpoints.d.ts +0 -2
  206. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -45,11 +45,6 @@ export class BadRequestException extends __BaseException {
45
45
  this.Message = opts.Message;
46
46
  }
47
47
  }
48
- export var ChannelState;
49
- (function (ChannelState) {
50
- ChannelState["RUNNING"] = "RUNNING";
51
- ChannelState["STOPPED"] = "STOPPED";
52
- })(ChannelState || (ChannelState = {}));
53
48
  export var PlaybackMode;
54
49
  (function (PlaybackMode) {
55
50
  PlaybackMode["LINEAR"] = "LINEAR";
@@ -60,6 +55,11 @@ export var Tier;
60
55
  Tier["BASIC"] = "BASIC";
61
56
  Tier["STANDARD"] = "STANDARD";
62
57
  })(Tier || (Tier = {}));
58
+ export var ChannelState;
59
+ (function (ChannelState) {
60
+ ChannelState["RUNNING"] = "RUNNING";
61
+ ChannelState["STOPPED"] = "STOPPED";
62
+ })(ChannelState || (ChannelState = {}));
63
63
  export var RelativePosition;
64
64
  (function (RelativePosition) {
65
65
  RelativePosition["AFTER_PROGRAM"] = "AFTER_PROGRAM";
@@ -164,10 +164,22 @@ export const SourceLocationFilterSensitiveLog = (obj) => ({
164
164
  export const VodSourceFilterSensitiveLog = (obj) => ({
165
165
  ...obj,
166
166
  });
167
- export const ConfigureLogsForPlaybackConfigurationRequestFilterSensitiveLog = (obj) => ({
167
+ export const DeleteChannelPolicyRequestFilterSensitiveLog = (obj) => ({
168
168
  ...obj,
169
169
  });
170
- export const ConfigureLogsForPlaybackConfigurationResponseFilterSensitiveLog = (obj) => ({
170
+ export const DeleteChannelPolicyResponseFilterSensitiveLog = (obj) => ({
171
+ ...obj,
172
+ });
173
+ export const GetChannelPolicyRequestFilterSensitiveLog = (obj) => ({
174
+ ...obj,
175
+ });
176
+ export const GetChannelPolicyResponseFilterSensitiveLog = (obj) => ({
177
+ ...obj,
178
+ });
179
+ export const PutChannelPolicyRequestFilterSensitiveLog = (obj) => ({
180
+ ...obj,
181
+ });
182
+ export const PutChannelPolicyResponseFilterSensitiveLog = (obj) => ({
171
183
  ...obj,
172
184
  });
173
185
  export const RequestOutputItemFilterSensitiveLog = (obj) => ({
@@ -179,16 +191,28 @@ export const CreateChannelRequestFilterSensitiveLog = (obj) => ({
179
191
  export const CreateChannelResponseFilterSensitiveLog = (obj) => ({
180
192
  ...obj,
181
193
  });
182
- export const CreateLiveSourceRequestFilterSensitiveLog = (obj) => ({
194
+ export const DeleteChannelRequestFilterSensitiveLog = (obj) => ({
183
195
  ...obj,
184
196
  });
185
- export const CreateLiveSourceResponseFilterSensitiveLog = (obj) => ({
197
+ export const DeleteChannelResponseFilterSensitiveLog = (obj) => ({
186
198
  ...obj,
187
199
  });
188
- export const CreatePrefetchScheduleRequestFilterSensitiveLog = (obj) => ({
200
+ export const DescribeChannelRequestFilterSensitiveLog = (obj) => ({
189
201
  ...obj,
190
202
  });
191
- export const CreatePrefetchScheduleResponseFilterSensitiveLog = (obj) => ({
203
+ export const DescribeChannelResponseFilterSensitiveLog = (obj) => ({
204
+ ...obj,
205
+ });
206
+ export const GetChannelScheduleRequestFilterSensitiveLog = (obj) => ({
207
+ ...obj,
208
+ });
209
+ export const GetChannelScheduleResponseFilterSensitiveLog = (obj) => ({
210
+ ...obj,
211
+ });
212
+ export const ListChannelsRequestFilterSensitiveLog = (obj) => ({
213
+ ...obj,
214
+ });
215
+ export const ListChannelsResponseFilterSensitiveLog = (obj) => ({
192
216
  ...obj,
193
217
  });
194
218
  export const TransitionFilterSensitiveLog = (obj) => ({
@@ -203,109 +227,115 @@ export const CreateProgramRequestFilterSensitiveLog = (obj) => ({
203
227
  export const CreateProgramResponseFilterSensitiveLog = (obj) => ({
204
228
  ...obj,
205
229
  });
206
- export const CreateSourceLocationRequestFilterSensitiveLog = (obj) => ({
230
+ export const DeleteProgramRequestFilterSensitiveLog = (obj) => ({
207
231
  ...obj,
208
232
  });
209
- export const CreateSourceLocationResponseFilterSensitiveLog = (obj) => ({
233
+ export const DeleteProgramResponseFilterSensitiveLog = (obj) => ({
210
234
  ...obj,
211
235
  });
212
- export const CreateVodSourceRequestFilterSensitiveLog = (obj) => ({
236
+ export const DescribeProgramRequestFilterSensitiveLog = (obj) => ({
213
237
  ...obj,
214
238
  });
215
- export const CreateVodSourceResponseFilterSensitiveLog = (obj) => ({
239
+ export const DescribeProgramResponseFilterSensitiveLog = (obj) => ({
216
240
  ...obj,
217
241
  });
218
- export const DashConfigurationForPutFilterSensitiveLog = (obj) => ({
242
+ export const StartChannelRequestFilterSensitiveLog = (obj) => ({
219
243
  ...obj,
220
244
  });
221
- export const DeleteChannelRequestFilterSensitiveLog = (obj) => ({
245
+ export const StartChannelResponseFilterSensitiveLog = (obj) => ({
222
246
  ...obj,
223
247
  });
224
- export const DeleteChannelResponseFilterSensitiveLog = (obj) => ({
248
+ export const StopChannelRequestFilterSensitiveLog = (obj) => ({
225
249
  ...obj,
226
250
  });
227
- export const DeleteChannelPolicyRequestFilterSensitiveLog = (obj) => ({
251
+ export const StopChannelResponseFilterSensitiveLog = (obj) => ({
228
252
  ...obj,
229
253
  });
230
- export const DeleteChannelPolicyResponseFilterSensitiveLog = (obj) => ({
254
+ export const UpdateChannelRequestFilterSensitiveLog = (obj) => ({
231
255
  ...obj,
232
256
  });
233
- export const DeleteLiveSourceRequestFilterSensitiveLog = (obj) => ({
257
+ export const UpdateChannelResponseFilterSensitiveLog = (obj) => ({
234
258
  ...obj,
235
259
  });
236
- export const DeleteLiveSourceResponseFilterSensitiveLog = (obj) => ({
260
+ export const ConfigureLogsForPlaybackConfigurationRequestFilterSensitiveLog = (obj) => ({
237
261
  ...obj,
238
262
  });
239
- export const DeletePlaybackConfigurationRequestFilterSensitiveLog = (obj) => ({
263
+ export const ConfigureLogsForPlaybackConfigurationResponseFilterSensitiveLog = (obj) => ({
240
264
  ...obj,
241
265
  });
242
- export const DeletePlaybackConfigurationResponseFilterSensitiveLog = (obj) => ({
266
+ export const CreateLiveSourceRequestFilterSensitiveLog = (obj) => ({
243
267
  ...obj,
244
268
  });
245
- export const DeletePrefetchScheduleRequestFilterSensitiveLog = (obj) => ({
269
+ export const CreateLiveSourceResponseFilterSensitiveLog = (obj) => ({
246
270
  ...obj,
247
271
  });
248
- export const DeletePrefetchScheduleResponseFilterSensitiveLog = (obj) => ({
272
+ export const CreatePrefetchScheduleRequestFilterSensitiveLog = (obj) => ({
249
273
  ...obj,
250
274
  });
251
- export const DeleteProgramRequestFilterSensitiveLog = (obj) => ({
275
+ export const CreatePrefetchScheduleResponseFilterSensitiveLog = (obj) => ({
252
276
  ...obj,
253
277
  });
254
- export const DeleteProgramResponseFilterSensitiveLog = (obj) => ({
278
+ export const CreateSourceLocationRequestFilterSensitiveLog = (obj) => ({
255
279
  ...obj,
256
280
  });
257
- export const DeleteSourceLocationRequestFilterSensitiveLog = (obj) => ({
281
+ export const CreateSourceLocationResponseFilterSensitiveLog = (obj) => ({
258
282
  ...obj,
259
283
  });
260
- export const DeleteSourceLocationResponseFilterSensitiveLog = (obj) => ({
284
+ export const CreateVodSourceRequestFilterSensitiveLog = (obj) => ({
261
285
  ...obj,
262
286
  });
263
- export const DeleteVodSourceRequestFilterSensitiveLog = (obj) => ({
287
+ export const CreateVodSourceResponseFilterSensitiveLog = (obj) => ({
264
288
  ...obj,
265
289
  });
266
- export const DeleteVodSourceResponseFilterSensitiveLog = (obj) => ({
290
+ export const DashConfigurationForPutFilterSensitiveLog = (obj) => ({
267
291
  ...obj,
268
292
  });
269
- export const DescribeChannelRequestFilterSensitiveLog = (obj) => ({
293
+ export const DeleteLiveSourceRequestFilterSensitiveLog = (obj) => ({
270
294
  ...obj,
271
295
  });
272
- export const DescribeChannelResponseFilterSensitiveLog = (obj) => ({
296
+ export const DeleteLiveSourceResponseFilterSensitiveLog = (obj) => ({
273
297
  ...obj,
274
298
  });
275
- export const DescribeLiveSourceRequestFilterSensitiveLog = (obj) => ({
299
+ export const DeletePlaybackConfigurationRequestFilterSensitiveLog = (obj) => ({
276
300
  ...obj,
277
301
  });
278
- export const DescribeLiveSourceResponseFilterSensitiveLog = (obj) => ({
302
+ export const DeletePlaybackConfigurationResponseFilterSensitiveLog = (obj) => ({
279
303
  ...obj,
280
304
  });
281
- export const DescribeProgramRequestFilterSensitiveLog = (obj) => ({
305
+ export const DeletePrefetchScheduleRequestFilterSensitiveLog = (obj) => ({
282
306
  ...obj,
283
307
  });
284
- export const DescribeProgramResponseFilterSensitiveLog = (obj) => ({
308
+ export const DeletePrefetchScheduleResponseFilterSensitiveLog = (obj) => ({
285
309
  ...obj,
286
310
  });
287
- export const DescribeSourceLocationRequestFilterSensitiveLog = (obj) => ({
311
+ export const DeleteSourceLocationRequestFilterSensitiveLog = (obj) => ({
288
312
  ...obj,
289
313
  });
290
- export const DescribeSourceLocationResponseFilterSensitiveLog = (obj) => ({
314
+ export const DeleteSourceLocationResponseFilterSensitiveLog = (obj) => ({
291
315
  ...obj,
292
316
  });
293
- export const DescribeVodSourceRequestFilterSensitiveLog = (obj) => ({
317
+ export const DeleteVodSourceRequestFilterSensitiveLog = (obj) => ({
294
318
  ...obj,
295
319
  });
296
- export const DescribeVodSourceResponseFilterSensitiveLog = (obj) => ({
320
+ export const DeleteVodSourceResponseFilterSensitiveLog = (obj) => ({
297
321
  ...obj,
298
322
  });
299
- export const GetChannelPolicyRequestFilterSensitiveLog = (obj) => ({
323
+ export const DescribeLiveSourceRequestFilterSensitiveLog = (obj) => ({
300
324
  ...obj,
301
325
  });
302
- export const GetChannelPolicyResponseFilterSensitiveLog = (obj) => ({
326
+ export const DescribeLiveSourceResponseFilterSensitiveLog = (obj) => ({
303
327
  ...obj,
304
328
  });
305
- export const GetChannelScheduleRequestFilterSensitiveLog = (obj) => ({
329
+ export const DescribeSourceLocationRequestFilterSensitiveLog = (obj) => ({
306
330
  ...obj,
307
331
  });
308
- export const GetChannelScheduleResponseFilterSensitiveLog = (obj) => ({
332
+ export const DescribeSourceLocationResponseFilterSensitiveLog = (obj) => ({
333
+ ...obj,
334
+ });
335
+ export const DescribeVodSourceRequestFilterSensitiveLog = (obj) => ({
336
+ ...obj,
337
+ });
338
+ export const DescribeVodSourceResponseFilterSensitiveLog = (obj) => ({
309
339
  ...obj,
310
340
  });
311
341
  export const GetPlaybackConfigurationRequestFilterSensitiveLog = (obj) => ({
@@ -326,12 +356,6 @@ export const ListAlertsRequestFilterSensitiveLog = (obj) => ({
326
356
  export const ListAlertsResponseFilterSensitiveLog = (obj) => ({
327
357
  ...obj,
328
358
  });
329
- export const ListChannelsRequestFilterSensitiveLog = (obj) => ({
330
- ...obj,
331
- });
332
- export const ListChannelsResponseFilterSensitiveLog = (obj) => ({
333
- ...obj,
334
- });
335
359
  export const ListLiveSourcesRequestFilterSensitiveLog = (obj) => ({
336
360
  ...obj,
337
361
  });
@@ -368,10 +392,10 @@ export const ListVodSourcesRequestFilterSensitiveLog = (obj) => ({
368
392
  export const ListVodSourcesResponseFilterSensitiveLog = (obj) => ({
369
393
  ...obj,
370
394
  });
371
- export const PutChannelPolicyRequestFilterSensitiveLog = (obj) => ({
395
+ export const UpdateLiveSourceRequestFilterSensitiveLog = (obj) => ({
372
396
  ...obj,
373
397
  });
374
- export const PutChannelPolicyResponseFilterSensitiveLog = (obj) => ({
398
+ export const UpdateLiveSourceResponseFilterSensitiveLog = (obj) => ({
375
399
  ...obj,
376
400
  });
377
401
  export const PutPlaybackConfigurationRequestFilterSensitiveLog = (obj) => ({
@@ -380,16 +404,10 @@ export const PutPlaybackConfigurationRequestFilterSensitiveLog = (obj) => ({
380
404
  export const PutPlaybackConfigurationResponseFilterSensitiveLog = (obj) => ({
381
405
  ...obj,
382
406
  });
383
- export const StartChannelRequestFilterSensitiveLog = (obj) => ({
384
- ...obj,
385
- });
386
- export const StartChannelResponseFilterSensitiveLog = (obj) => ({
387
- ...obj,
388
- });
389
- export const StopChannelRequestFilterSensitiveLog = (obj) => ({
407
+ export const UpdateSourceLocationRequestFilterSensitiveLog = (obj) => ({
390
408
  ...obj,
391
409
  });
392
- export const StopChannelResponseFilterSensitiveLog = (obj) => ({
410
+ export const UpdateSourceLocationResponseFilterSensitiveLog = (obj) => ({
393
411
  ...obj,
394
412
  });
395
413
  export const TagResourceRequestFilterSensitiveLog = (obj) => ({
@@ -398,24 +416,6 @@ export const TagResourceRequestFilterSensitiveLog = (obj) => ({
398
416
  export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
399
417
  ...obj,
400
418
  });
401
- export const UpdateChannelRequestFilterSensitiveLog = (obj) => ({
402
- ...obj,
403
- });
404
- export const UpdateChannelResponseFilterSensitiveLog = (obj) => ({
405
- ...obj,
406
- });
407
- export const UpdateLiveSourceRequestFilterSensitiveLog = (obj) => ({
408
- ...obj,
409
- });
410
- export const UpdateLiveSourceResponseFilterSensitiveLog = (obj) => ({
411
- ...obj,
412
- });
413
- export const UpdateSourceLocationRequestFilterSensitiveLog = (obj) => ({
414
- ...obj,
415
- });
416
- export const UpdateSourceLocationResponseFilterSensitiveLog = (obj) => ({
417
- ...obj,
418
- });
419
419
  export const UpdateVodSourceRequestFilterSensitiveLog = (obj) => ({
420
420
  ...obj,
421
421
  });
@@ -1,10 +1,10 @@
1
1
  import { parseUrl } from "@aws-sdk/url-parser";
2
- import { defaultRegionInfoProvider } from "./endpoints";
2
+ import { defaultEndpointResolver } from "./endpoint/endpointResolver";
3
3
  export const getRuntimeConfig = (config) => ({
4
4
  apiVersion: "2018-04-23",
5
5
  disableHostPrefix: config?.disableHostPrefix ?? false,
6
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
6
7
  logger: config?.logger ?? {},
7
- regionInfoProvider: config?.regionInfoProvider ?? defaultRegionInfoProvider,
8
8
  serviceId: config?.serviceId ?? "MediaTailor",
9
9
  urlParser: config?.urlParser ?? parseUrl,
10
10
  });
@@ -43,131 +43,132 @@ import { UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput } f
43
43
  import { UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput } from "./commands/UpdateVodSourceCommand";
44
44
  import { MediaTailorClient } from "./MediaTailorClient";
45
45
  /**
46
- * <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>
46
+ * <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>
47
+ * <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>
47
48
  */
48
49
  export declare class MediaTailor extends MediaTailorClient {
49
50
  /**
50
- * <p>Configures Amazon CloudWatch log settings for a playback configuration.</p>
51
+ * <p>Amazon CloudWatch log settings for a playback configuration.</p>
51
52
  */
52
53
  configureLogsForPlaybackConfiguration(args: ConfigureLogsForPlaybackConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ConfigureLogsForPlaybackConfigurationCommandOutput>;
53
54
  configureLogsForPlaybackConfiguration(args: ConfigureLogsForPlaybackConfigurationCommandInput, cb: (err: any, data?: ConfigureLogsForPlaybackConfigurationCommandOutput) => void): void;
54
55
  configureLogsForPlaybackConfiguration(args: ConfigureLogsForPlaybackConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfigureLogsForPlaybackConfigurationCommandOutput) => void): void;
55
56
  /**
56
- * <p>Creates a channel.</p>
57
+ * <p>Creates a channel. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working with channels</a> in the <i>MediaTailor User Guide</i>.</p>
57
58
  */
58
59
  createChannel(args: CreateChannelCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelCommandOutput>;
59
60
  createChannel(args: CreateChannelCommandInput, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
60
61
  createChannel(args: CreateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
61
62
  /**
62
- * <p>Creates name for a specific live source in a source location.</p>
63
+ * <p>The live source configuration.</p>
63
64
  */
64
65
  createLiveSource(args: CreateLiveSourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateLiveSourceCommandOutput>;
65
66
  createLiveSource(args: CreateLiveSourceCommandInput, cb: (err: any, data?: CreateLiveSourceCommandOutput) => void): void;
66
67
  createLiveSource(args: CreateLiveSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLiveSourceCommandOutput) => void): void;
67
68
  /**
68
- * <p>Creates a new prefetch schedule for the specified playback configuration.</p>
69
+ * <p>Creates a prefetch schedule for a playback configuration. A prefetch schedule allows you to tell MediaTailor to fetch and prepare certain ads before an ad break happens. For more information about ad prefetching, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html">Using ad prefetching</a> in the <i>MediaTailor User Guide</i>.</p>
69
70
  */
70
71
  createPrefetchSchedule(args: CreatePrefetchScheduleCommandInput, options?: __HttpHandlerOptions): Promise<CreatePrefetchScheduleCommandOutput>;
71
72
  createPrefetchSchedule(args: CreatePrefetchScheduleCommandInput, cb: (err: any, data?: CreatePrefetchScheduleCommandOutput) => void): void;
72
73
  createPrefetchSchedule(args: CreatePrefetchScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePrefetchScheduleCommandOutput) => void): void;
73
74
  /**
74
- * <p>Creates a program.</p>
75
+ * <p>Creates a program within a channel. For information about programs, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-programs.html">Working with programs</a> in the <i>MediaTailor User Guide</i>.</p>
75
76
  */
76
77
  createProgram(args: CreateProgramCommandInput, options?: __HttpHandlerOptions): Promise<CreateProgramCommandOutput>;
77
78
  createProgram(args: CreateProgramCommandInput, cb: (err: any, data?: CreateProgramCommandOutput) => void): void;
78
79
  createProgram(args: CreateProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProgramCommandOutput) => void): void;
79
80
  /**
80
- * <p>Creates a source location on a specific channel.</p>
81
+ * <p>Creates a source location. A source location is a container for sources. For more information about source locations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html">Working with source locations</a> in the <i>MediaTailor User Guide</i>.</p>
81
82
  */
82
83
  createSourceLocation(args: CreateSourceLocationCommandInput, options?: __HttpHandlerOptions): Promise<CreateSourceLocationCommandOutput>;
83
84
  createSourceLocation(args: CreateSourceLocationCommandInput, cb: (err: any, data?: CreateSourceLocationCommandOutput) => void): void;
84
85
  createSourceLocation(args: CreateSourceLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSourceLocationCommandOutput) => void): void;
85
86
  /**
86
- * <p>Creates name for a specific VOD source in a source location.</p>
87
+ * <p>The VOD source configuration parameters.</p>
87
88
  */
88
89
  createVodSource(args: CreateVodSourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateVodSourceCommandOutput>;
89
90
  createVodSource(args: CreateVodSourceCommandInput, cb: (err: any, data?: CreateVodSourceCommandOutput) => void): void;
90
91
  createVodSource(args: CreateVodSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVodSourceCommandOutput) => void): void;
91
92
  /**
92
- * <p>Deletes a channel. You must stop the channel before it can be deleted.</p>
93
+ * <p>Deletes a channel. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working with channels</a> in the <i>MediaTailor User Guide</i>.</p>
93
94
  */
94
95
  deleteChannel(args: DeleteChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelCommandOutput>;
95
96
  deleteChannel(args: DeleteChannelCommandInput, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
96
97
  deleteChannel(args: DeleteChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
97
98
  /**
98
- * <p>Deletes a channel's IAM policy.</p>
99
+ * <p>The channel policy to delete.</p>
99
100
  */
100
101
  deleteChannelPolicy(args: DeleteChannelPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelPolicyCommandOutput>;
101
102
  deleteChannelPolicy(args: DeleteChannelPolicyCommandInput, cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void): void;
102
103
  deleteChannelPolicy(args: DeleteChannelPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void): void;
103
104
  /**
104
- * <p>Deletes a specific live source in a specific source location.</p>
105
+ * <p>The live source to delete.</p>
105
106
  */
106
107
  deleteLiveSource(args: DeleteLiveSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLiveSourceCommandOutput>;
107
108
  deleteLiveSource(args: DeleteLiveSourceCommandInput, cb: (err: any, data?: DeleteLiveSourceCommandOutput) => void): void;
108
109
  deleteLiveSource(args: DeleteLiveSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLiveSourceCommandOutput) => void): void;
109
110
  /**
110
- * <p>Deletes the playback configuration for the specified name.</p>
111
+ * <p>Deletes a playback configuration. For information about MediaTailor configurations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working with configurations in AWS Elemental MediaTailor</a>.</p>
111
112
  */
112
113
  deletePlaybackConfiguration(args: DeletePlaybackConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeletePlaybackConfigurationCommandOutput>;
113
114
  deletePlaybackConfiguration(args: DeletePlaybackConfigurationCommandInput, cb: (err: any, data?: DeletePlaybackConfigurationCommandOutput) => void): void;
114
115
  deletePlaybackConfiguration(args: DeletePlaybackConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePlaybackConfigurationCommandOutput) => void): void;
115
116
  /**
116
- * <p>Deletes a prefetch schedule for a specific playback configuration. If you call DeletePrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.</p>
117
+ * <p>Deletes a prefetch schedule for a specific playback configuration. If you call <code>DeletePrefetchSchedule</code> on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code. For more information about ad prefetching, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html">Using ad prefetching</a> in the <i>MediaTailor User Guide</i>.</p>
117
118
  */
118
119
  deletePrefetchSchedule(args: DeletePrefetchScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DeletePrefetchScheduleCommandOutput>;
119
120
  deletePrefetchSchedule(args: DeletePrefetchScheduleCommandInput, cb: (err: any, data?: DeletePrefetchScheduleCommandOutput) => void): void;
120
121
  deletePrefetchSchedule(args: DeletePrefetchScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePrefetchScheduleCommandOutput) => void): void;
121
122
  /**
122
- * <p>Deletes a specific program on a specific channel.</p>
123
+ * <p>Deletes a program within a channel. For information about programs, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-programs.html">Working with programs</a> in the <i>MediaTailor User Guide</i>.</p>
123
124
  */
124
125
  deleteProgram(args: DeleteProgramCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProgramCommandOutput>;
125
126
  deleteProgram(args: DeleteProgramCommandInput, cb: (err: any, data?: DeleteProgramCommandOutput) => void): void;
126
127
  deleteProgram(args: DeleteProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProgramCommandOutput) => void): void;
127
128
  /**
128
- * <p>Deletes a source location on a specific channel.</p>
129
+ * <p>Deletes a source location. A source location is a container for sources. For more information about source locations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html">Working with source locations</a> in the <i>MediaTailor User Guide</i>.</p>
129
130
  */
130
131
  deleteSourceLocation(args: DeleteSourceLocationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSourceLocationCommandOutput>;
131
132
  deleteSourceLocation(args: DeleteSourceLocationCommandInput, cb: (err: any, data?: DeleteSourceLocationCommandOutput) => void): void;
132
133
  deleteSourceLocation(args: DeleteSourceLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSourceLocationCommandOutput) => void): void;
133
134
  /**
134
- * <p>Deletes a specific VOD source in a specific source location.</p>
135
+ * <p>The video on demand (VOD) source to delete.</p>
135
136
  */
136
137
  deleteVodSource(args: DeleteVodSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVodSourceCommandOutput>;
137
138
  deleteVodSource(args: DeleteVodSourceCommandInput, cb: (err: any, data?: DeleteVodSourceCommandOutput) => void): void;
138
139
  deleteVodSource(args: DeleteVodSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVodSourceCommandOutput) => void): void;
139
140
  /**
140
- * <p>Describes the properties of a specific channel.</p>
141
+ * <p>Describes a channel. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working with channels</a> in the <i>MediaTailor User Guide</i>.</p>
141
142
  */
142
143
  describeChannel(args: DescribeChannelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelCommandOutput>;
143
144
  describeChannel(args: DescribeChannelCommandInput, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
144
145
  describeChannel(args: DescribeChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
145
146
  /**
146
- * <p>Provides details about a specific live source in a specific source location.</p>
147
+ * <p>The live source to describe.</p>
147
148
  */
148
149
  describeLiveSource(args: DescribeLiveSourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLiveSourceCommandOutput>;
149
150
  describeLiveSource(args: DescribeLiveSourceCommandInput, cb: (err: any, data?: DescribeLiveSourceCommandOutput) => void): void;
150
151
  describeLiveSource(args: DescribeLiveSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLiveSourceCommandOutput) => void): void;
151
152
  /**
152
- * <p>Retrieves the properties of the requested program.</p>
153
+ * <p>Describes a program within a channel. For information about programs, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-programs.html">Working with programs</a> in the <i>MediaTailor User Guide</i>.</p>
153
154
  */
154
155
  describeProgram(args: DescribeProgramCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProgramCommandOutput>;
155
156
  describeProgram(args: DescribeProgramCommandInput, cb: (err: any, data?: DescribeProgramCommandOutput) => void): void;
156
157
  describeProgram(args: DescribeProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProgramCommandOutput) => void): void;
157
158
  /**
158
- * <p>Retrieves the properties of the requested source location.</p>
159
+ * <p>Describes a source location. A source location is a container for sources. For more information about source locations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html">Working with source locations</a> in the <i>MediaTailor User Guide</i>.</p>
159
160
  */
160
161
  describeSourceLocation(args: DescribeSourceLocationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSourceLocationCommandOutput>;
161
162
  describeSourceLocation(args: DescribeSourceLocationCommandInput, cb: (err: any, data?: DescribeSourceLocationCommandOutput) => void): void;
162
163
  describeSourceLocation(args: DescribeSourceLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSourceLocationCommandOutput) => void): void;
163
164
  /**
164
- * <p>Provides details about a specific VOD source in a specific source location.</p>
165
+ * <p>Provides details about a specific video on demand (VOD) source in a specific source location.</p>
165
166
  */
166
167
  describeVodSource(args: DescribeVodSourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVodSourceCommandOutput>;
167
168
  describeVodSource(args: DescribeVodSourceCommandInput, cb: (err: any, data?: DescribeVodSourceCommandOutput) => void): void;
168
169
  describeVodSource(args: DescribeVodSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVodSourceCommandOutput) => void): void;
169
170
  /**
170
- * <p>Retrieves information about a channel's IAM policy.</p>
171
+ * <p>Returns the channel's IAM policy. IAM policies are used to control access to your channel.</p>
171
172
  */
172
173
  getChannelPolicy(args: GetChannelPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetChannelPolicyCommandOutput>;
173
174
  getChannelPolicy(args: GetChannelPolicyCommandInput, cb: (err: any, data?: GetChannelPolicyCommandOutput) => void): void;
@@ -179,121 +180,121 @@ export declare class MediaTailor extends MediaTailorClient {
179
180
  getChannelSchedule(args: GetChannelScheduleCommandInput, cb: (err: any, data?: GetChannelScheduleCommandOutput) => void): void;
180
181
  getChannelSchedule(args: GetChannelScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChannelScheduleCommandOutput) => void): void;
181
182
  /**
182
- * <p>Returns the playback configuration for the specified name.</p>
183
+ * <p>Retrieves a playback configuration. For information about MediaTailor configurations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working with configurations in AWS Elemental MediaTailor</a>.</p>
183
184
  */
184
185
  getPlaybackConfiguration(args: GetPlaybackConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetPlaybackConfigurationCommandOutput>;
185
186
  getPlaybackConfiguration(args: GetPlaybackConfigurationCommandInput, cb: (err: any, data?: GetPlaybackConfigurationCommandOutput) => void): void;
186
187
  getPlaybackConfiguration(args: GetPlaybackConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPlaybackConfigurationCommandOutput) => void): void;
187
188
  /**
188
- * <p>Returns information about the prefetch schedule for a specific playback configuration. If you call GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.</p>
189
+ * <p>Retrieves a prefetch schedule for a playback configuration. A prefetch schedule allows you to tell MediaTailor to fetch and prepare certain ads before an ad break happens. For more information about ad prefetching, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html">Using ad prefetching</a> in the <i>MediaTailor User Guide</i>.</p>
189
190
  */
190
191
  getPrefetchSchedule(args: GetPrefetchScheduleCommandInput, options?: __HttpHandlerOptions): Promise<GetPrefetchScheduleCommandOutput>;
191
192
  getPrefetchSchedule(args: GetPrefetchScheduleCommandInput, cb: (err: any, data?: GetPrefetchScheduleCommandOutput) => void): void;
192
193
  getPrefetchSchedule(args: GetPrefetchScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPrefetchScheduleCommandOutput) => void): void;
193
194
  /**
194
- * <p>Returns a list of alerts for the given resource.</p>
195
+ * <p>Lists the alerts that are associated with a MediaTailor channel assembly resource.</p>
195
196
  */
196
197
  listAlerts(args: ListAlertsCommandInput, options?: __HttpHandlerOptions): Promise<ListAlertsCommandOutput>;
197
198
  listAlerts(args: ListAlertsCommandInput, cb: (err: any, data?: ListAlertsCommandOutput) => void): void;
198
199
  listAlerts(args: ListAlertsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAlertsCommandOutput) => void): void;
199
200
  /**
200
- * <p>Retrieves a list of channels that are associated with this account.</p>
201
+ * <p>Retrieves information about the channels that are associated with the current AWS account.</p>
201
202
  */
202
203
  listChannels(args: ListChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsCommandOutput>;
203
204
  listChannels(args: ListChannelsCommandInput, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
204
205
  listChannels(args: ListChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
205
206
  /**
206
- * <p>lists all the live sources in a source location.</p>
207
+ * <p>Lists the live sources contained in a source location. A source represents a piece of content.</p>
207
208
  */
208
209
  listLiveSources(args: ListLiveSourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListLiveSourcesCommandOutput>;
209
210
  listLiveSources(args: ListLiveSourcesCommandInput, cb: (err: any, data?: ListLiveSourcesCommandOutput) => void): void;
210
211
  listLiveSources(args: ListLiveSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLiveSourcesCommandOutput) => void): void;
211
212
  /**
212
- * <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>
213
+ * <p>Retrieves existing playback configurations. For information about MediaTailor configurations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working with Configurations in AWS Elemental MediaTailor</a>.</p>
213
214
  */
214
215
  listPlaybackConfigurations(args: ListPlaybackConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListPlaybackConfigurationsCommandOutput>;
215
216
  listPlaybackConfigurations(args: ListPlaybackConfigurationsCommandInput, cb: (err: any, data?: ListPlaybackConfigurationsCommandOutput) => void): void;
216
217
  listPlaybackConfigurations(args: ListPlaybackConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlaybackConfigurationsCommandOutput) => void): void;
217
218
  /**
218
- * <p>Creates a new prefetch schedule.</p>
219
+ * <p>Lists the prefetch schedules for a playback configuration.</p>
219
220
  */
220
221
  listPrefetchSchedules(args: ListPrefetchSchedulesCommandInput, options?: __HttpHandlerOptions): Promise<ListPrefetchSchedulesCommandOutput>;
221
222
  listPrefetchSchedules(args: ListPrefetchSchedulesCommandInput, cb: (err: any, data?: ListPrefetchSchedulesCommandOutput) => void): void;
222
223
  listPrefetchSchedules(args: ListPrefetchSchedulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPrefetchSchedulesCommandOutput) => void): void;
223
224
  /**
224
- * <p>Retrieves a list of source locations.</p>
225
+ * <p>Lists the source locations for a channel. A source location defines the host server URL, and contains a list of sources.</p>
225
226
  */
226
227
  listSourceLocations(args: ListSourceLocationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSourceLocationsCommandOutput>;
227
228
  listSourceLocations(args: ListSourceLocationsCommandInput, cb: (err: any, data?: ListSourceLocationsCommandOutput) => void): void;
228
229
  listSourceLocations(args: ListSourceLocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSourceLocationsCommandOutput) => void): void;
229
230
  /**
230
- * <p>Returns a list of the tags assigned to the specified playback configuration resource.</p>
231
+ * <p>A list of tags that are associated with this resource. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
231
232
  */
232
233
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
233
234
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
234
235
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
235
236
  /**
236
- * <p>Lists all the VOD sources in a source location.</p>
237
+ * <p>Lists the VOD sources contained in a source location. A source represents a piece of content.</p>
237
238
  */
238
239
  listVodSources(args: ListVodSourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListVodSourcesCommandOutput>;
239
240
  listVodSources(args: ListVodSourcesCommandInput, cb: (err: any, data?: ListVodSourcesCommandOutput) => void): void;
240
241
  listVodSources(args: ListVodSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVodSourcesCommandOutput) => void): void;
241
242
  /**
242
- * <p>Creates an IAM policy for the channel.</p>
243
+ * <p>Creates an IAM policy for the channel. IAM policies are used to control access to your channel.</p>
243
244
  */
244
245
  putChannelPolicy(args: PutChannelPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutChannelPolicyCommandOutput>;
245
246
  putChannelPolicy(args: PutChannelPolicyCommandInput, cb: (err: any, data?: PutChannelPolicyCommandOutput) => void): void;
246
247
  putChannelPolicy(args: PutChannelPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutChannelPolicyCommandOutput) => void): void;
247
248
  /**
248
- * <p>Adds a new playback configuration to AWS Elemental MediaTailor.</p>
249
+ * <p>Creates a playback configuration. For information about MediaTailor configurations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working with configurations in AWS Elemental MediaTailor</a>.</p>
249
250
  */
250
251
  putPlaybackConfiguration(args: PutPlaybackConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutPlaybackConfigurationCommandOutput>;
251
252
  putPlaybackConfiguration(args: PutPlaybackConfigurationCommandInput, cb: (err: any, data?: PutPlaybackConfigurationCommandOutput) => void): void;
252
253
  putPlaybackConfiguration(args: PutPlaybackConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPlaybackConfigurationCommandOutput) => void): void;
253
254
  /**
254
- * <p>Starts a specific channel.</p>
255
+ * <p>Starts a channel. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working with channels</a> in the <i>MediaTailor User Guide</i>.</p>
255
256
  */
256
257
  startChannel(args: StartChannelCommandInput, options?: __HttpHandlerOptions): Promise<StartChannelCommandOutput>;
257
258
  startChannel(args: StartChannelCommandInput, cb: (err: any, data?: StartChannelCommandOutput) => void): void;
258
259
  startChannel(args: StartChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartChannelCommandOutput) => void): void;
259
260
  /**
260
- * <p>Stops a specific channel.</p>
261
+ * <p>Stops a channel. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working with channels</a> in the <i>MediaTailor User Guide</i>.</p>
261
262
  */
262
263
  stopChannel(args: StopChannelCommandInput, options?: __HttpHandlerOptions): Promise<StopChannelCommandOutput>;
263
264
  stopChannel(args: StopChannelCommandInput, cb: (err: any, data?: StopChannelCommandOutput) => void): void;
264
265
  stopChannel(args: StopChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopChannelCommandOutput) => void): void;
265
266
  /**
266
- * <p>Adds tags to the specified playback configuration resource. You can specify one or more tags to add.</p>
267
+ * <p>The resource to tag. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
267
268
  */
268
269
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
269
270
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
270
271
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
271
272
  /**
272
- * <p>Removes tags from the specified playback configuration resource. You can specify one or more tags to remove.</p>
273
+ * <p>The resource to untag.</p>
273
274
  */
274
275
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
275
276
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
276
277
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
277
278
  /**
278
- * <p>Updates an existing channel.</p>
279
+ * <p>Updates a channel. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working with channels</a> in the <i>MediaTailor User Guide</i>.</p>
279
280
  */
280
281
  updateChannel(args: UpdateChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelCommandOutput>;
281
282
  updateChannel(args: UpdateChannelCommandInput, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
282
283
  updateChannel(args: UpdateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
283
284
  /**
284
- * <p>Updates a specific live source in a specific source location.</p>
285
+ * <p>Updates a live source's configuration.</p>
285
286
  */
286
287
  updateLiveSource(args: UpdateLiveSourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLiveSourceCommandOutput>;
287
288
  updateLiveSource(args: UpdateLiveSourceCommandInput, cb: (err: any, data?: UpdateLiveSourceCommandOutput) => void): void;
288
289
  updateLiveSource(args: UpdateLiveSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLiveSourceCommandOutput) => void): void;
289
290
  /**
290
- * <p>Updates a source location on a specific channel.</p>
291
+ * <p>Updates a source location. A source location is a container for sources. For more information about source locations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html">Working with source locations</a> in the <i>MediaTailor User Guide</i>.</p>
291
292
  */
292
293
  updateSourceLocation(args: UpdateSourceLocationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSourceLocationCommandOutput>;
293
294
  updateSourceLocation(args: UpdateSourceLocationCommandInput, cb: (err: any, data?: UpdateSourceLocationCommandOutput) => void): void;
294
295
  updateSourceLocation(args: UpdateSourceLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSourceLocationCommandOutput) => void): void;
295
296
  /**
296
- * <p>Updates a specific VOD source in a specific source location.</p>
297
+ * <p>Updates a VOD source's configuration.</p>
297
298
  */
298
299
  updateVodSource(args: UpdateVodSourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVodSourceCommandOutput>;
299
300
  updateVodSource(args: UpdateVodSourceCommandInput, cb: (err: any, data?: UpdateVodSourceCommandOutput) => void): void;