@aws-sdk/client-mediatailor 3.193.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 +20 -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
@@ -232,18 +232,21 @@ export declare class BadRequestException extends __BaseException {
232
232
  opts: __ExceptionOptionType<BadRequestException, __BaseException>
233
233
  );
234
234
  }
235
- export declare enum ChannelState {
236
- RUNNING = "RUNNING",
237
- STOPPED = "STOPPED",
235
+ export interface DeleteChannelPolicyRequest {
236
+ ChannelName: string | undefined;
238
237
  }
239
- export interface ConfigureLogsForPlaybackConfigurationRequest {
240
- PercentEnabled: number | undefined;
241
- PlaybackConfigurationName: string | undefined;
238
+ export interface DeleteChannelPolicyResponse {}
239
+ export interface GetChannelPolicyRequest {
240
+ ChannelName: string | undefined;
242
241
  }
243
- export interface ConfigureLogsForPlaybackConfigurationResponse {
244
- PercentEnabled?: number;
245
- PlaybackConfigurationName?: string;
242
+ export interface GetChannelPolicyResponse {
243
+ Policy?: string;
246
244
  }
245
+ export interface PutChannelPolicyRequest {
246
+ ChannelName: string | undefined;
247
+ Policy: string | undefined;
248
+ }
249
+ export interface PutChannelPolicyResponse {}
247
250
  export interface RequestOutputItem {
248
251
  DashPlaylistSettings?: DashPlaylistSettings;
249
252
  HlsPlaylistSettings?: HlsPlaylistSettings;
@@ -266,6 +269,10 @@ export interface CreateChannelRequest {
266
269
  Tags?: Record<string, string>;
267
270
  Tier?: Tier | string;
268
271
  }
272
+ export declare enum ChannelState {
273
+ RUNNING = "RUNNING",
274
+ STOPPED = "STOPPED",
275
+ }
269
276
  export interface CreateChannelResponse {
270
277
  Arn?: string;
271
278
  ChannelName?: string;
@@ -278,35 +285,42 @@ export interface CreateChannelResponse {
278
285
  Tags?: Record<string, string>;
279
286
  Tier?: string;
280
287
  }
281
- export interface CreateLiveSourceRequest {
282
- HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
283
- LiveSourceName: string | undefined;
284
- SourceLocationName: string | undefined;
285
- Tags?: Record<string, string>;
288
+ export interface DeleteChannelRequest {
289
+ ChannelName: string | undefined;
286
290
  }
287
- export interface CreateLiveSourceResponse {
291
+ export interface DeleteChannelResponse {}
292
+ export interface DescribeChannelRequest {
293
+ ChannelName: string | undefined;
294
+ }
295
+ export interface DescribeChannelResponse {
288
296
  Arn?: string;
297
+ ChannelName?: string;
298
+ ChannelState?: ChannelState | string;
289
299
  CreationTime?: Date;
290
- HttpPackageConfigurations?: HttpPackageConfiguration[];
300
+ FillerSlate?: SlateSource;
291
301
  LastModifiedTime?: Date;
292
- LiveSourceName?: string;
293
- SourceLocationName?: string;
302
+ Outputs?: ResponseOutputItem[];
303
+ PlaybackMode?: string;
294
304
  Tags?: Record<string, string>;
305
+ Tier?: string;
295
306
  }
296
- export interface CreatePrefetchScheduleRequest {
297
- Consumption: PrefetchConsumption | undefined;
298
- Name: string | undefined;
299
- PlaybackConfigurationName: string | undefined;
300
- Retrieval: PrefetchRetrieval | undefined;
301
- StreamId?: string;
307
+ export interface GetChannelScheduleRequest {
308
+ ChannelName: string | undefined;
309
+ DurationMinutes?: string;
310
+ MaxResults?: number;
311
+ NextToken?: string;
302
312
  }
303
- export interface CreatePrefetchScheduleResponse {
304
- Arn?: string;
305
- Consumption?: PrefetchConsumption;
306
- Name?: string;
307
- PlaybackConfigurationName?: string;
308
- Retrieval?: PrefetchRetrieval;
309
- StreamId?: string;
313
+ export interface GetChannelScheduleResponse {
314
+ Items?: ScheduleEntry[];
315
+ NextToken?: string;
316
+ }
317
+ export interface ListChannelsRequest {
318
+ MaxResults?: number;
319
+ NextToken?: string;
320
+ }
321
+ export interface ListChannelsResponse {
322
+ Items?: Channel[];
323
+ NextToken?: string;
310
324
  }
311
325
  export declare enum RelativePosition {
312
326
  AFTER_PROGRAM = "AFTER_PROGRAM",
@@ -342,6 +356,89 @@ export interface CreateProgramResponse {
342
356
  SourceLocationName?: string;
343
357
  VodSourceName?: string;
344
358
  }
359
+ export interface DeleteProgramRequest {
360
+ ChannelName: string | undefined;
361
+ ProgramName: string | undefined;
362
+ }
363
+ export interface DeleteProgramResponse {}
364
+ export interface DescribeProgramRequest {
365
+ ChannelName: string | undefined;
366
+ ProgramName: string | undefined;
367
+ }
368
+ export interface DescribeProgramResponse {
369
+ AdBreaks?: AdBreak[];
370
+ Arn?: string;
371
+ ChannelName?: string;
372
+ CreationTime?: Date;
373
+ LiveSourceName?: string;
374
+ ProgramName?: string;
375
+ ScheduledStartTime?: Date;
376
+ SourceLocationName?: string;
377
+ VodSourceName?: string;
378
+ }
379
+ export interface StartChannelRequest {
380
+ ChannelName: string | undefined;
381
+ }
382
+ export interface StartChannelResponse {}
383
+ export interface StopChannelRequest {
384
+ ChannelName: string | undefined;
385
+ }
386
+ export interface StopChannelResponse {}
387
+ export interface UpdateChannelRequest {
388
+ ChannelName: string | undefined;
389
+ FillerSlate?: SlateSource;
390
+ Outputs: RequestOutputItem[] | undefined;
391
+ }
392
+ export interface UpdateChannelResponse {
393
+ Arn?: string;
394
+ ChannelName?: string;
395
+ ChannelState?: ChannelState | string;
396
+ CreationTime?: Date;
397
+ FillerSlate?: SlateSource;
398
+ LastModifiedTime?: Date;
399
+ Outputs?: ResponseOutputItem[];
400
+ PlaybackMode?: string;
401
+ Tags?: Record<string, string>;
402
+ Tier?: string;
403
+ }
404
+ export interface ConfigureLogsForPlaybackConfigurationRequest {
405
+ PercentEnabled: number | undefined;
406
+ PlaybackConfigurationName: string | undefined;
407
+ }
408
+ export interface ConfigureLogsForPlaybackConfigurationResponse {
409
+ PercentEnabled: number | undefined;
410
+ PlaybackConfigurationName?: string;
411
+ }
412
+ export interface CreateLiveSourceRequest {
413
+ HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
414
+ LiveSourceName: string | undefined;
415
+ SourceLocationName: string | undefined;
416
+ Tags?: Record<string, string>;
417
+ }
418
+ export interface CreateLiveSourceResponse {
419
+ Arn?: string;
420
+ CreationTime?: Date;
421
+ HttpPackageConfigurations?: HttpPackageConfiguration[];
422
+ LastModifiedTime?: Date;
423
+ LiveSourceName?: string;
424
+ SourceLocationName?: string;
425
+ Tags?: Record<string, string>;
426
+ }
427
+ export interface CreatePrefetchScheduleRequest {
428
+ Consumption: PrefetchConsumption | undefined;
429
+ Name: string | undefined;
430
+ PlaybackConfigurationName: string | undefined;
431
+ Retrieval: PrefetchRetrieval | undefined;
432
+ StreamId?: string;
433
+ }
434
+ export interface CreatePrefetchScheduleResponse {
435
+ Arn?: string;
436
+ Consumption?: PrefetchConsumption;
437
+ Name?: string;
438
+ PlaybackConfigurationName?: string;
439
+ Retrieval?: PrefetchRetrieval;
440
+ StreamId?: string;
441
+ }
345
442
  export interface CreateSourceLocationRequest {
346
443
  AccessConfiguration?: AccessConfiguration;
347
444
  DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
@@ -380,14 +477,6 @@ export interface DashConfigurationForPut {
380
477
  MpdLocation?: string;
381
478
  OriginManifestType?: OriginManifestType | string;
382
479
  }
383
- export interface DeleteChannelRequest {
384
- ChannelName: string | undefined;
385
- }
386
- export interface DeleteChannelResponse {}
387
- export interface DeleteChannelPolicyRequest {
388
- ChannelName: string | undefined;
389
- }
390
- export interface DeleteChannelPolicyResponse {}
391
480
  export interface DeleteLiveSourceRequest {
392
481
  LiveSourceName: string | undefined;
393
482
  SourceLocationName: string | undefined;
@@ -402,11 +491,6 @@ export interface DeletePrefetchScheduleRequest {
402
491
  PlaybackConfigurationName: string | undefined;
403
492
  }
404
493
  export interface DeletePrefetchScheduleResponse {}
405
- export interface DeleteProgramRequest {
406
- ChannelName: string | undefined;
407
- ProgramName: string | undefined;
408
- }
409
- export interface DeleteProgramResponse {}
410
494
  export interface DeleteSourceLocationRequest {
411
495
  SourceLocationName: string | undefined;
412
496
  }
@@ -416,21 +500,6 @@ export interface DeleteVodSourceRequest {
416
500
  VodSourceName: string | undefined;
417
501
  }
418
502
  export interface DeleteVodSourceResponse {}
419
- export interface DescribeChannelRequest {
420
- ChannelName: string | undefined;
421
- }
422
- export interface DescribeChannelResponse {
423
- Arn?: string;
424
- ChannelName?: string;
425
- ChannelState?: ChannelState | string;
426
- CreationTime?: Date;
427
- FillerSlate?: SlateSource;
428
- LastModifiedTime?: Date;
429
- Outputs?: ResponseOutputItem[];
430
- PlaybackMode?: string;
431
- Tags?: Record<string, string>;
432
- Tier?: string;
433
- }
434
503
  export interface DescribeLiveSourceRequest {
435
504
  LiveSourceName: string | undefined;
436
505
  SourceLocationName: string | undefined;
@@ -444,21 +513,6 @@ export interface DescribeLiveSourceResponse {
444
513
  SourceLocationName?: string;
445
514
  Tags?: Record<string, string>;
446
515
  }
447
- export interface DescribeProgramRequest {
448
- ChannelName: string | undefined;
449
- ProgramName: string | undefined;
450
- }
451
- export interface DescribeProgramResponse {
452
- AdBreaks?: AdBreak[];
453
- Arn?: string;
454
- ChannelName?: string;
455
- CreationTime?: Date;
456
- LiveSourceName?: string;
457
- ProgramName?: string;
458
- ScheduledStartTime?: Date;
459
- SourceLocationName?: string;
460
- VodSourceName?: string;
461
- }
462
516
  export interface DescribeSourceLocationRequest {
463
517
  SourceLocationName: string | undefined;
464
518
  }
@@ -486,22 +540,6 @@ export interface DescribeVodSourceResponse {
486
540
  Tags?: Record<string, string>;
487
541
  VodSourceName?: string;
488
542
  }
489
- export interface GetChannelPolicyRequest {
490
- ChannelName: string | undefined;
491
- }
492
- export interface GetChannelPolicyResponse {
493
- Policy?: string;
494
- }
495
- export interface GetChannelScheduleRequest {
496
- ChannelName: string | undefined;
497
- DurationMinutes?: string;
498
- MaxResults?: number;
499
- NextToken?: string;
500
- }
501
- export interface GetChannelScheduleResponse {
502
- Items?: ScheduleEntry[];
503
- NextToken?: string;
504
- }
505
543
  export interface GetPlaybackConfigurationRequest {
506
544
  Name: string | undefined;
507
545
  }
@@ -547,14 +585,6 @@ export interface ListAlertsResponse {
547
585
  Items?: Alert[];
548
586
  NextToken?: string;
549
587
  }
550
- export interface ListChannelsRequest {
551
- MaxResults?: number;
552
- NextToken?: string;
553
- }
554
- export interface ListChannelsResponse {
555
- Items?: Channel[];
556
- NextToken?: string;
557
- }
558
588
  export interface ListLiveSourcesRequest {
559
589
  MaxResults?: number;
560
590
  NextToken?: string;
@@ -605,11 +635,20 @@ export interface ListVodSourcesResponse {
605
635
  Items?: VodSource[];
606
636
  NextToken?: string;
607
637
  }
608
- export interface PutChannelPolicyRequest {
609
- ChannelName: string | undefined;
610
- Policy: string | undefined;
638
+ export interface UpdateLiveSourceRequest {
639
+ HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
640
+ LiveSourceName: string | undefined;
641
+ SourceLocationName: string | undefined;
642
+ }
643
+ export interface UpdateLiveSourceResponse {
644
+ Arn?: string;
645
+ CreationTime?: Date;
646
+ HttpPackageConfigurations?: HttpPackageConfiguration[];
647
+ LastModifiedTime?: Date;
648
+ LiveSourceName?: string;
649
+ SourceLocationName?: string;
650
+ Tags?: Record<string, string>;
611
651
  }
612
- export interface PutChannelPolicyResponse {}
613
652
  export interface PutPlaybackConfigurationRequest {
614
653
  AdDecisionServerUrl?: string;
615
654
  AvailSuppression?: AvailSuppression;
@@ -619,7 +658,7 @@ export interface PutPlaybackConfigurationRequest {
619
658
  DashConfiguration?: DashConfigurationForPut;
620
659
  LivePreRollConfiguration?: LivePreRollConfiguration;
621
660
  ManifestProcessingRules?: ManifestProcessingRules;
622
- Name?: string;
661
+ Name: string | undefined;
623
662
  PersonalizationThresholdSeconds?: number;
624
663
  SlateAdUrl?: string;
625
664
  Tags?: Record<string, string>;
@@ -647,53 +686,6 @@ export interface PutPlaybackConfigurationResponse {
647
686
  TranscodeProfileName?: string;
648
687
  VideoContentSourceUrl?: string;
649
688
  }
650
- export interface StartChannelRequest {
651
- ChannelName: string | undefined;
652
- }
653
- export interface StartChannelResponse {}
654
- export interface StopChannelRequest {
655
- ChannelName: string | undefined;
656
- }
657
- export interface StopChannelResponse {}
658
- export interface TagResourceRequest {
659
- ResourceArn: string | undefined;
660
- Tags: Record<string, string> | undefined;
661
- }
662
- export interface UntagResourceRequest {
663
- ResourceArn: string | undefined;
664
- TagKeys: string[] | undefined;
665
- }
666
- export interface UpdateChannelRequest {
667
- ChannelName: string | undefined;
668
- FillerSlate?: SlateSource;
669
- Outputs: RequestOutputItem[] | undefined;
670
- }
671
- export interface UpdateChannelResponse {
672
- Arn?: string;
673
- ChannelName?: string;
674
- ChannelState?: ChannelState | string;
675
- CreationTime?: Date;
676
- FillerSlate?: SlateSource;
677
- LastModifiedTime?: Date;
678
- Outputs?: ResponseOutputItem[];
679
- PlaybackMode?: string;
680
- Tags?: Record<string, string>;
681
- Tier?: string;
682
- }
683
- export interface UpdateLiveSourceRequest {
684
- HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
685
- LiveSourceName: string | undefined;
686
- SourceLocationName: string | undefined;
687
- }
688
- export interface UpdateLiveSourceResponse {
689
- Arn?: string;
690
- CreationTime?: Date;
691
- HttpPackageConfigurations?: HttpPackageConfiguration[];
692
- LastModifiedTime?: Date;
693
- LiveSourceName?: string;
694
- SourceLocationName?: string;
695
- Tags?: Record<string, string>;
696
- }
697
689
  export interface UpdateSourceLocationRequest {
698
690
  AccessConfiguration?: AccessConfiguration;
699
691
  DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
@@ -712,6 +704,14 @@ export interface UpdateSourceLocationResponse {
712
704
  SourceLocationName?: string;
713
705
  Tags?: Record<string, string>;
714
706
  }
707
+ export interface TagResourceRequest {
708
+ ResourceArn: string | undefined;
709
+ Tags: Record<string, string> | undefined;
710
+ }
711
+ export interface UntagResourceRequest {
712
+ ResourceArn: string | undefined;
713
+ TagKeys: string[] | undefined;
714
+ }
715
715
  export interface UpdateVodSourceRequest {
716
716
  HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
717
717
  SourceLocationName: string | undefined;
@@ -811,11 +811,23 @@ export declare const SourceLocationFilterSensitiveLog: (
811
811
  obj: SourceLocation
812
812
  ) => any;
813
813
  export declare const VodSourceFilterSensitiveLog: (obj: VodSource) => any;
814
- export declare const ConfigureLogsForPlaybackConfigurationRequestFilterSensitiveLog: (
815
- obj: ConfigureLogsForPlaybackConfigurationRequest
814
+ export declare const DeleteChannelPolicyRequestFilterSensitiveLog: (
815
+ obj: DeleteChannelPolicyRequest
816
816
  ) => any;
817
- export declare const ConfigureLogsForPlaybackConfigurationResponseFilterSensitiveLog: (
818
- obj: ConfigureLogsForPlaybackConfigurationResponse
817
+ export declare const DeleteChannelPolicyResponseFilterSensitiveLog: (
818
+ obj: DeleteChannelPolicyResponse
819
+ ) => any;
820
+ export declare const GetChannelPolicyRequestFilterSensitiveLog: (
821
+ obj: GetChannelPolicyRequest
822
+ ) => any;
823
+ export declare const GetChannelPolicyResponseFilterSensitiveLog: (
824
+ obj: GetChannelPolicyResponse
825
+ ) => any;
826
+ export declare const PutChannelPolicyRequestFilterSensitiveLog: (
827
+ obj: PutChannelPolicyRequest
828
+ ) => any;
829
+ export declare const PutChannelPolicyResponseFilterSensitiveLog: (
830
+ obj: PutChannelPolicyResponse
819
831
  ) => any;
820
832
  export declare const RequestOutputItemFilterSensitiveLog: (
821
833
  obj: RequestOutputItem
@@ -826,17 +838,29 @@ export declare const CreateChannelRequestFilterSensitiveLog: (
826
838
  export declare const CreateChannelResponseFilterSensitiveLog: (
827
839
  obj: CreateChannelResponse
828
840
  ) => any;
829
- export declare const CreateLiveSourceRequestFilterSensitiveLog: (
830
- obj: CreateLiveSourceRequest
841
+ export declare const DeleteChannelRequestFilterSensitiveLog: (
842
+ obj: DeleteChannelRequest
831
843
  ) => any;
832
- export declare const CreateLiveSourceResponseFilterSensitiveLog: (
833
- obj: CreateLiveSourceResponse
844
+ export declare const DeleteChannelResponseFilterSensitiveLog: (
845
+ obj: DeleteChannelResponse
834
846
  ) => any;
835
- export declare const CreatePrefetchScheduleRequestFilterSensitiveLog: (
836
- obj: CreatePrefetchScheduleRequest
847
+ export declare const DescribeChannelRequestFilterSensitiveLog: (
848
+ obj: DescribeChannelRequest
837
849
  ) => any;
838
- export declare const CreatePrefetchScheduleResponseFilterSensitiveLog: (
839
- obj: CreatePrefetchScheduleResponse
850
+ export declare const DescribeChannelResponseFilterSensitiveLog: (
851
+ obj: DescribeChannelResponse
852
+ ) => any;
853
+ export declare const GetChannelScheduleRequestFilterSensitiveLog: (
854
+ obj: GetChannelScheduleRequest
855
+ ) => any;
856
+ export declare const GetChannelScheduleResponseFilterSensitiveLog: (
857
+ obj: GetChannelScheduleResponse
858
+ ) => any;
859
+ export declare const ListChannelsRequestFilterSensitiveLog: (
860
+ obj: ListChannelsRequest
861
+ ) => any;
862
+ export declare const ListChannelsResponseFilterSensitiveLog: (
863
+ obj: ListChannelsResponse
840
864
  ) => any;
841
865
  export declare const TransitionFilterSensitiveLog: (obj: Transition) => any;
842
866
  export declare const ScheduleConfigurationFilterSensitiveLog: (
@@ -848,6 +872,54 @@ export declare const CreateProgramRequestFilterSensitiveLog: (
848
872
  export declare const CreateProgramResponseFilterSensitiveLog: (
849
873
  obj: CreateProgramResponse
850
874
  ) => any;
875
+ export declare const DeleteProgramRequestFilterSensitiveLog: (
876
+ obj: DeleteProgramRequest
877
+ ) => any;
878
+ export declare const DeleteProgramResponseFilterSensitiveLog: (
879
+ obj: DeleteProgramResponse
880
+ ) => any;
881
+ export declare const DescribeProgramRequestFilterSensitiveLog: (
882
+ obj: DescribeProgramRequest
883
+ ) => any;
884
+ export declare const DescribeProgramResponseFilterSensitiveLog: (
885
+ obj: DescribeProgramResponse
886
+ ) => any;
887
+ export declare const StartChannelRequestFilterSensitiveLog: (
888
+ obj: StartChannelRequest
889
+ ) => any;
890
+ export declare const StartChannelResponseFilterSensitiveLog: (
891
+ obj: StartChannelResponse
892
+ ) => any;
893
+ export declare const StopChannelRequestFilterSensitiveLog: (
894
+ obj: StopChannelRequest
895
+ ) => any;
896
+ export declare const StopChannelResponseFilterSensitiveLog: (
897
+ obj: StopChannelResponse
898
+ ) => any;
899
+ export declare const UpdateChannelRequestFilterSensitiveLog: (
900
+ obj: UpdateChannelRequest
901
+ ) => any;
902
+ export declare const UpdateChannelResponseFilterSensitiveLog: (
903
+ obj: UpdateChannelResponse
904
+ ) => any;
905
+ export declare const ConfigureLogsForPlaybackConfigurationRequestFilterSensitiveLog: (
906
+ obj: ConfigureLogsForPlaybackConfigurationRequest
907
+ ) => any;
908
+ export declare const ConfigureLogsForPlaybackConfigurationResponseFilterSensitiveLog: (
909
+ obj: ConfigureLogsForPlaybackConfigurationResponse
910
+ ) => any;
911
+ export declare const CreateLiveSourceRequestFilterSensitiveLog: (
912
+ obj: CreateLiveSourceRequest
913
+ ) => any;
914
+ export declare const CreateLiveSourceResponseFilterSensitiveLog: (
915
+ obj: CreateLiveSourceResponse
916
+ ) => any;
917
+ export declare const CreatePrefetchScheduleRequestFilterSensitiveLog: (
918
+ obj: CreatePrefetchScheduleRequest
919
+ ) => any;
920
+ export declare const CreatePrefetchScheduleResponseFilterSensitiveLog: (
921
+ obj: CreatePrefetchScheduleResponse
922
+ ) => any;
851
923
  export declare const CreateSourceLocationRequestFilterSensitiveLog: (
852
924
  obj: CreateSourceLocationRequest
853
925
  ) => any;
@@ -863,18 +935,6 @@ export declare const CreateVodSourceResponseFilterSensitiveLog: (
863
935
  export declare const DashConfigurationForPutFilterSensitiveLog: (
864
936
  obj: DashConfigurationForPut
865
937
  ) => any;
866
- export declare const DeleteChannelRequestFilterSensitiveLog: (
867
- obj: DeleteChannelRequest
868
- ) => any;
869
- export declare const DeleteChannelResponseFilterSensitiveLog: (
870
- obj: DeleteChannelResponse
871
- ) => any;
872
- export declare const DeleteChannelPolicyRequestFilterSensitiveLog: (
873
- obj: DeleteChannelPolicyRequest
874
- ) => any;
875
- export declare const DeleteChannelPolicyResponseFilterSensitiveLog: (
876
- obj: DeleteChannelPolicyResponse
877
- ) => any;
878
938
  export declare const DeleteLiveSourceRequestFilterSensitiveLog: (
879
939
  obj: DeleteLiveSourceRequest
880
940
  ) => any;
@@ -893,12 +953,6 @@ export declare const DeletePrefetchScheduleRequestFilterSensitiveLog: (
893
953
  export declare const DeletePrefetchScheduleResponseFilterSensitiveLog: (
894
954
  obj: DeletePrefetchScheduleResponse
895
955
  ) => any;
896
- export declare const DeleteProgramRequestFilterSensitiveLog: (
897
- obj: DeleteProgramRequest
898
- ) => any;
899
- export declare const DeleteProgramResponseFilterSensitiveLog: (
900
- obj: DeleteProgramResponse
901
- ) => any;
902
956
  export declare const DeleteSourceLocationRequestFilterSensitiveLog: (
903
957
  obj: DeleteSourceLocationRequest
904
958
  ) => any;
@@ -911,24 +965,12 @@ export declare const DeleteVodSourceRequestFilterSensitiveLog: (
911
965
  export declare const DeleteVodSourceResponseFilterSensitiveLog: (
912
966
  obj: DeleteVodSourceResponse
913
967
  ) => any;
914
- export declare const DescribeChannelRequestFilterSensitiveLog: (
915
- obj: DescribeChannelRequest
916
- ) => any;
917
- export declare const DescribeChannelResponseFilterSensitiveLog: (
918
- obj: DescribeChannelResponse
919
- ) => any;
920
968
  export declare const DescribeLiveSourceRequestFilterSensitiveLog: (
921
969
  obj: DescribeLiveSourceRequest
922
970
  ) => any;
923
971
  export declare const DescribeLiveSourceResponseFilterSensitiveLog: (
924
972
  obj: DescribeLiveSourceResponse
925
973
  ) => any;
926
- export declare const DescribeProgramRequestFilterSensitiveLog: (
927
- obj: DescribeProgramRequest
928
- ) => any;
929
- export declare const DescribeProgramResponseFilterSensitiveLog: (
930
- obj: DescribeProgramResponse
931
- ) => any;
932
974
  export declare const DescribeSourceLocationRequestFilterSensitiveLog: (
933
975
  obj: DescribeSourceLocationRequest
934
976
  ) => any;
@@ -941,18 +983,6 @@ export declare const DescribeVodSourceRequestFilterSensitiveLog: (
941
983
  export declare const DescribeVodSourceResponseFilterSensitiveLog: (
942
984
  obj: DescribeVodSourceResponse
943
985
  ) => any;
944
- export declare const GetChannelPolicyRequestFilterSensitiveLog: (
945
- obj: GetChannelPolicyRequest
946
- ) => any;
947
- export declare const GetChannelPolicyResponseFilterSensitiveLog: (
948
- obj: GetChannelPolicyResponse
949
- ) => any;
950
- export declare const GetChannelScheduleRequestFilterSensitiveLog: (
951
- obj: GetChannelScheduleRequest
952
- ) => any;
953
- export declare const GetChannelScheduleResponseFilterSensitiveLog: (
954
- obj: GetChannelScheduleResponse
955
- ) => any;
956
986
  export declare const GetPlaybackConfigurationRequestFilterSensitiveLog: (
957
987
  obj: GetPlaybackConfigurationRequest
958
988
  ) => any;
@@ -971,12 +1001,6 @@ export declare const ListAlertsRequestFilterSensitiveLog: (
971
1001
  export declare const ListAlertsResponseFilterSensitiveLog: (
972
1002
  obj: ListAlertsResponse
973
1003
  ) => any;
974
- export declare const ListChannelsRequestFilterSensitiveLog: (
975
- obj: ListChannelsRequest
976
- ) => any;
977
- export declare const ListChannelsResponseFilterSensitiveLog: (
978
- obj: ListChannelsResponse
979
- ) => any;
980
1004
  export declare const ListLiveSourcesRequestFilterSensitiveLog: (
981
1005
  obj: ListLiveSourcesRequest
982
1006
  ) => any;
@@ -1013,11 +1037,11 @@ export declare const ListVodSourcesRequestFilterSensitiveLog: (
1013
1037
  export declare const ListVodSourcesResponseFilterSensitiveLog: (
1014
1038
  obj: ListVodSourcesResponse
1015
1039
  ) => any;
1016
- export declare const PutChannelPolicyRequestFilterSensitiveLog: (
1017
- obj: PutChannelPolicyRequest
1040
+ export declare const UpdateLiveSourceRequestFilterSensitiveLog: (
1041
+ obj: UpdateLiveSourceRequest
1018
1042
  ) => any;
1019
- export declare const PutChannelPolicyResponseFilterSensitiveLog: (
1020
- obj: PutChannelPolicyResponse
1043
+ export declare const UpdateLiveSourceResponseFilterSensitiveLog: (
1044
+ obj: UpdateLiveSourceResponse
1021
1045
  ) => any;
1022
1046
  export declare const PutPlaybackConfigurationRequestFilterSensitiveLog: (
1023
1047
  obj: PutPlaybackConfigurationRequest
@@ -1025,17 +1049,11 @@ export declare const PutPlaybackConfigurationRequestFilterSensitiveLog: (
1025
1049
  export declare const PutPlaybackConfigurationResponseFilterSensitiveLog: (
1026
1050
  obj: PutPlaybackConfigurationResponse
1027
1051
  ) => any;
1028
- export declare const StartChannelRequestFilterSensitiveLog: (
1029
- obj: StartChannelRequest
1030
- ) => any;
1031
- export declare const StartChannelResponseFilterSensitiveLog: (
1032
- obj: StartChannelResponse
1033
- ) => any;
1034
- export declare const StopChannelRequestFilterSensitiveLog: (
1035
- obj: StopChannelRequest
1052
+ export declare const UpdateSourceLocationRequestFilterSensitiveLog: (
1053
+ obj: UpdateSourceLocationRequest
1036
1054
  ) => any;
1037
- export declare const StopChannelResponseFilterSensitiveLog: (
1038
- obj: StopChannelResponse
1055
+ export declare const UpdateSourceLocationResponseFilterSensitiveLog: (
1056
+ obj: UpdateSourceLocationResponse
1039
1057
  ) => any;
1040
1058
  export declare const TagResourceRequestFilterSensitiveLog: (
1041
1059
  obj: TagResourceRequest
@@ -1043,24 +1061,6 @@ export declare const TagResourceRequestFilterSensitiveLog: (
1043
1061
  export declare const UntagResourceRequestFilterSensitiveLog: (
1044
1062
  obj: UntagResourceRequest
1045
1063
  ) => any;
1046
- export declare const UpdateChannelRequestFilterSensitiveLog: (
1047
- obj: UpdateChannelRequest
1048
- ) => any;
1049
- export declare const UpdateChannelResponseFilterSensitiveLog: (
1050
- obj: UpdateChannelResponse
1051
- ) => any;
1052
- export declare const UpdateLiveSourceRequestFilterSensitiveLog: (
1053
- obj: UpdateLiveSourceRequest
1054
- ) => any;
1055
- export declare const UpdateLiveSourceResponseFilterSensitiveLog: (
1056
- obj: UpdateLiveSourceResponse
1057
- ) => any;
1058
- export declare const UpdateSourceLocationRequestFilterSensitiveLog: (
1059
- obj: UpdateSourceLocationRequest
1060
- ) => any;
1061
- export declare const UpdateSourceLocationResponseFilterSensitiveLog: (
1062
- obj: UpdateSourceLocationResponse
1063
- ) => any;
1064
1064
  export declare const UpdateVodSourceRequestFilterSensitiveLog: (
1065
1065
  obj: UpdateVodSourceRequest
1066
1066
  ) => any;
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
36
36
  disableHostPrefix: boolean;
37
37
  logger: import("@aws-sdk/types").Logger;
38
38
  serviceId: string;
39
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
40
39
  endpoint?:
41
- | string
42
- | import("@aws-sdk/types").Endpoint
43
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
40
+ | ((
41
+ | string
42
+ | import("@aws-sdk/types").Endpoint
43
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
44
+ | import("@aws-sdk/types").EndpointV2
45
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
46
+ ) &
47
+ (string | import("@aws-sdk/types").Provider<string>))
44
48
  | undefined;
49
+ endpointProvider: (
50
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
51
+ context?: {
52
+ logger?: import("@aws-sdk/types").Logger | undefined;
53
+ }
54
+ ) => import("@aws-sdk/types").EndpointV2;
45
55
  tls?: boolean | undefined;
46
56
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
47
57
  credentials?: