@aws-sdk/client-mediatailor 3.169.0 → 3.171.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 (67) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MediaTailor.d.ts +724 -215
  3. package/dist-types/ts3.4/MediaTailorClient.d.ts +356 -115
  4. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  42. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/index.d.ts +42 -42
  47. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  48. package/dist-types/ts3.4/index.d.ts +6 -6
  49. package/dist-types/ts3.4/models/MediaTailorServiceException.d.ts +7 -6
  50. package/dist-types/ts3.4/models/index.d.ts +1 -1
  51. package/dist-types/ts3.4/models/models_0.d.ts +1069 -1464
  52. package/dist-types/ts3.4/pagination/GetChannelSchedulePaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  54. package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListLiveSourcesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListPlaybackConfigurationsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListPrefetchSchedulesPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListSourceLocationsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListVodSourcesPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +509 -128
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  67. package/package.json +34 -34
@@ -1,215 +1,724 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput } from "./commands/ConfigureLogsForPlaybackConfigurationCommand";
3
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
4
- import { CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput } from "./commands/CreateLiveSourceCommand";
5
- import { CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput } from "./commands/CreatePrefetchScheduleCommand";
6
- import { CreateProgramCommandInput, CreateProgramCommandOutput } from "./commands/CreateProgramCommand";
7
- import { CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput } from "./commands/CreateSourceLocationCommand";
8
- import { CreateVodSourceCommandInput, CreateVodSourceCommandOutput } from "./commands/CreateVodSourceCommand";
9
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
10
- import { DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput } from "./commands/DeleteChannelPolicyCommand";
11
- import { DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput } from "./commands/DeleteLiveSourceCommand";
12
- import { DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput } from "./commands/DeletePlaybackConfigurationCommand";
13
- import { DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput } from "./commands/DeletePrefetchScheduleCommand";
14
- import { DeleteProgramCommandInput, DeleteProgramCommandOutput } from "./commands/DeleteProgramCommand";
15
- import { DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput } from "./commands/DeleteSourceLocationCommand";
16
- import { DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput } from "./commands/DeleteVodSourceCommand";
17
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
18
- import { DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput } from "./commands/DescribeLiveSourceCommand";
19
- import { DescribeProgramCommandInput, DescribeProgramCommandOutput } from "./commands/DescribeProgramCommand";
20
- import { DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput } from "./commands/DescribeSourceLocationCommand";
21
- import { DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput } from "./commands/DescribeVodSourceCommand";
22
- import { GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput } from "./commands/GetChannelPolicyCommand";
23
- import { GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput } from "./commands/GetChannelScheduleCommand";
24
- import { GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput } from "./commands/GetPlaybackConfigurationCommand";
25
- import { GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput } from "./commands/GetPrefetchScheduleCommand";
26
- import { ListAlertsCommandInput, ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
27
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
28
- import { ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput } from "./commands/ListLiveSourcesCommand";
29
- import { ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput } from "./commands/ListPlaybackConfigurationsCommand";
30
- import { ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput } from "./commands/ListPrefetchSchedulesCommand";
31
- import { ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput } from "./commands/ListSourceLocationsCommand";
32
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
33
- import { ListVodSourcesCommandInput, ListVodSourcesCommandOutput } from "./commands/ListVodSourcesCommand";
34
- import { PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput } from "./commands/PutChannelPolicyCommand";
35
- import { PutPlaybackConfigurationCommandInput, PutPlaybackConfigurationCommandOutput } from "./commands/PutPlaybackConfigurationCommand";
36
- import { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
37
- import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
38
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
39
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
40
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
41
- import { UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput } from "./commands/UpdateLiveSourceCommand";
42
- import { UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput } from "./commands/UpdateSourceLocationCommand";
43
- import { UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput } from "./commands/UpdateVodSourceCommand";
44
- import { MediaTailorClient } from "./MediaTailorClient";
45
-
46
- export declare class MediaTailor extends MediaTailorClient {
47
-
48
- configureLogsForPlaybackConfiguration(args: ConfigureLogsForPlaybackConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ConfigureLogsForPlaybackConfigurationCommandOutput>;
49
- configureLogsForPlaybackConfiguration(args: ConfigureLogsForPlaybackConfigurationCommandInput, cb: (err: any, data?: ConfigureLogsForPlaybackConfigurationCommandOutput) => void): void;
50
- configureLogsForPlaybackConfiguration(args: ConfigureLogsForPlaybackConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfigureLogsForPlaybackConfigurationCommandOutput) => void): void;
51
-
52
- createChannel(args: CreateChannelCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelCommandOutput>;
53
- createChannel(args: CreateChannelCommandInput, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
54
- createChannel(args: CreateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
55
-
56
- createLiveSource(args: CreateLiveSourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateLiveSourceCommandOutput>;
57
- createLiveSource(args: CreateLiveSourceCommandInput, cb: (err: any, data?: CreateLiveSourceCommandOutput) => void): void;
58
- createLiveSource(args: CreateLiveSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLiveSourceCommandOutput) => void): void;
59
-
60
- createPrefetchSchedule(args: CreatePrefetchScheduleCommandInput, options?: __HttpHandlerOptions): Promise<CreatePrefetchScheduleCommandOutput>;
61
- createPrefetchSchedule(args: CreatePrefetchScheduleCommandInput, cb: (err: any, data?: CreatePrefetchScheduleCommandOutput) => void): void;
62
- createPrefetchSchedule(args: CreatePrefetchScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePrefetchScheduleCommandOutput) => void): void;
63
-
64
- createProgram(args: CreateProgramCommandInput, options?: __HttpHandlerOptions): Promise<CreateProgramCommandOutput>;
65
- createProgram(args: CreateProgramCommandInput, cb: (err: any, data?: CreateProgramCommandOutput) => void): void;
66
- createProgram(args: CreateProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProgramCommandOutput) => void): void;
67
-
68
- createSourceLocation(args: CreateSourceLocationCommandInput, options?: __HttpHandlerOptions): Promise<CreateSourceLocationCommandOutput>;
69
- createSourceLocation(args: CreateSourceLocationCommandInput, cb: (err: any, data?: CreateSourceLocationCommandOutput) => void): void;
70
- createSourceLocation(args: CreateSourceLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSourceLocationCommandOutput) => void): void;
71
-
72
- createVodSource(args: CreateVodSourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateVodSourceCommandOutput>;
73
- createVodSource(args: CreateVodSourceCommandInput, cb: (err: any, data?: CreateVodSourceCommandOutput) => void): void;
74
- createVodSource(args: CreateVodSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVodSourceCommandOutput) => void): void;
75
-
76
- deleteChannel(args: DeleteChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelCommandOutput>;
77
- deleteChannel(args: DeleteChannelCommandInput, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
78
- deleteChannel(args: DeleteChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
79
-
80
- deleteChannelPolicy(args: DeleteChannelPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelPolicyCommandOutput>;
81
- deleteChannelPolicy(args: DeleteChannelPolicyCommandInput, cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void): void;
82
- deleteChannelPolicy(args: DeleteChannelPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void): void;
83
-
84
- deleteLiveSource(args: DeleteLiveSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLiveSourceCommandOutput>;
85
- deleteLiveSource(args: DeleteLiveSourceCommandInput, cb: (err: any, data?: DeleteLiveSourceCommandOutput) => void): void;
86
- deleteLiveSource(args: DeleteLiveSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLiveSourceCommandOutput) => void): void;
87
-
88
- deletePlaybackConfiguration(args: DeletePlaybackConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeletePlaybackConfigurationCommandOutput>;
89
- deletePlaybackConfiguration(args: DeletePlaybackConfigurationCommandInput, cb: (err: any, data?: DeletePlaybackConfigurationCommandOutput) => void): void;
90
- deletePlaybackConfiguration(args: DeletePlaybackConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePlaybackConfigurationCommandOutput) => void): void;
91
-
92
- deletePrefetchSchedule(args: DeletePrefetchScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DeletePrefetchScheduleCommandOutput>;
93
- deletePrefetchSchedule(args: DeletePrefetchScheduleCommandInput, cb: (err: any, data?: DeletePrefetchScheduleCommandOutput) => void): void;
94
- deletePrefetchSchedule(args: DeletePrefetchScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePrefetchScheduleCommandOutput) => void): void;
95
-
96
- deleteProgram(args: DeleteProgramCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProgramCommandOutput>;
97
- deleteProgram(args: DeleteProgramCommandInput, cb: (err: any, data?: DeleteProgramCommandOutput) => void): void;
98
- deleteProgram(args: DeleteProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProgramCommandOutput) => void): void;
99
-
100
- deleteSourceLocation(args: DeleteSourceLocationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSourceLocationCommandOutput>;
101
- deleteSourceLocation(args: DeleteSourceLocationCommandInput, cb: (err: any, data?: DeleteSourceLocationCommandOutput) => void): void;
102
- deleteSourceLocation(args: DeleteSourceLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSourceLocationCommandOutput) => void): void;
103
-
104
- deleteVodSource(args: DeleteVodSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVodSourceCommandOutput>;
105
- deleteVodSource(args: DeleteVodSourceCommandInput, cb: (err: any, data?: DeleteVodSourceCommandOutput) => void): void;
106
- deleteVodSource(args: DeleteVodSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVodSourceCommandOutput) => void): void;
107
-
108
- describeChannel(args: DescribeChannelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelCommandOutput>;
109
- describeChannel(args: DescribeChannelCommandInput, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
110
- describeChannel(args: DescribeChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
111
-
112
- describeLiveSource(args: DescribeLiveSourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLiveSourceCommandOutput>;
113
- describeLiveSource(args: DescribeLiveSourceCommandInput, cb: (err: any, data?: DescribeLiveSourceCommandOutput) => void): void;
114
- describeLiveSource(args: DescribeLiveSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLiveSourceCommandOutput) => void): void;
115
-
116
- describeProgram(args: DescribeProgramCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProgramCommandOutput>;
117
- describeProgram(args: DescribeProgramCommandInput, cb: (err: any, data?: DescribeProgramCommandOutput) => void): void;
118
- describeProgram(args: DescribeProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProgramCommandOutput) => void): void;
119
-
120
- describeSourceLocation(args: DescribeSourceLocationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSourceLocationCommandOutput>;
121
- describeSourceLocation(args: DescribeSourceLocationCommandInput, cb: (err: any, data?: DescribeSourceLocationCommandOutput) => void): void;
122
- describeSourceLocation(args: DescribeSourceLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSourceLocationCommandOutput) => void): void;
123
-
124
- describeVodSource(args: DescribeVodSourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVodSourceCommandOutput>;
125
- describeVodSource(args: DescribeVodSourceCommandInput, cb: (err: any, data?: DescribeVodSourceCommandOutput) => void): void;
126
- describeVodSource(args: DescribeVodSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVodSourceCommandOutput) => void): void;
127
-
128
- getChannelPolicy(args: GetChannelPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetChannelPolicyCommandOutput>;
129
- getChannelPolicy(args: GetChannelPolicyCommandInput, cb: (err: any, data?: GetChannelPolicyCommandOutput) => void): void;
130
- getChannelPolicy(args: GetChannelPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChannelPolicyCommandOutput) => void): void;
131
-
132
- getChannelSchedule(args: GetChannelScheduleCommandInput, options?: __HttpHandlerOptions): Promise<GetChannelScheduleCommandOutput>;
133
- getChannelSchedule(args: GetChannelScheduleCommandInput, cb: (err: any, data?: GetChannelScheduleCommandOutput) => void): void;
134
- getChannelSchedule(args: GetChannelScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChannelScheduleCommandOutput) => void): void;
135
-
136
- getPlaybackConfiguration(args: GetPlaybackConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetPlaybackConfigurationCommandOutput>;
137
- getPlaybackConfiguration(args: GetPlaybackConfigurationCommandInput, cb: (err: any, data?: GetPlaybackConfigurationCommandOutput) => void): void;
138
- getPlaybackConfiguration(args: GetPlaybackConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPlaybackConfigurationCommandOutput) => void): void;
139
-
140
- getPrefetchSchedule(args: GetPrefetchScheduleCommandInput, options?: __HttpHandlerOptions): Promise<GetPrefetchScheduleCommandOutput>;
141
- getPrefetchSchedule(args: GetPrefetchScheduleCommandInput, cb: (err: any, data?: GetPrefetchScheduleCommandOutput) => void): void;
142
- getPrefetchSchedule(args: GetPrefetchScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPrefetchScheduleCommandOutput) => void): void;
143
-
144
- listAlerts(args: ListAlertsCommandInput, options?: __HttpHandlerOptions): Promise<ListAlertsCommandOutput>;
145
- listAlerts(args: ListAlertsCommandInput, cb: (err: any, data?: ListAlertsCommandOutput) => void): void;
146
- listAlerts(args: ListAlertsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAlertsCommandOutput) => void): void;
147
-
148
- listChannels(args: ListChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsCommandOutput>;
149
- listChannels(args: ListChannelsCommandInput, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
150
- listChannels(args: ListChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
151
-
152
- listLiveSources(args: ListLiveSourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListLiveSourcesCommandOutput>;
153
- listLiveSources(args: ListLiveSourcesCommandInput, cb: (err: any, data?: ListLiveSourcesCommandOutput) => void): void;
154
- listLiveSources(args: ListLiveSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLiveSourcesCommandOutput) => void): void;
155
-
156
- listPlaybackConfigurations(args: ListPlaybackConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListPlaybackConfigurationsCommandOutput>;
157
- listPlaybackConfigurations(args: ListPlaybackConfigurationsCommandInput, cb: (err: any, data?: ListPlaybackConfigurationsCommandOutput) => void): void;
158
- listPlaybackConfigurations(args: ListPlaybackConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlaybackConfigurationsCommandOutput) => void): void;
159
-
160
- listPrefetchSchedules(args: ListPrefetchSchedulesCommandInput, options?: __HttpHandlerOptions): Promise<ListPrefetchSchedulesCommandOutput>;
161
- listPrefetchSchedules(args: ListPrefetchSchedulesCommandInput, cb: (err: any, data?: ListPrefetchSchedulesCommandOutput) => void): void;
162
- listPrefetchSchedules(args: ListPrefetchSchedulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPrefetchSchedulesCommandOutput) => void): void;
163
-
164
- listSourceLocations(args: ListSourceLocationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSourceLocationsCommandOutput>;
165
- listSourceLocations(args: ListSourceLocationsCommandInput, cb: (err: any, data?: ListSourceLocationsCommandOutput) => void): void;
166
- listSourceLocations(args: ListSourceLocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSourceLocationsCommandOutput) => void): void;
167
-
168
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
169
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
170
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
171
-
172
- listVodSources(args: ListVodSourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListVodSourcesCommandOutput>;
173
- listVodSources(args: ListVodSourcesCommandInput, cb: (err: any, data?: ListVodSourcesCommandOutput) => void): void;
174
- listVodSources(args: ListVodSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVodSourcesCommandOutput) => void): void;
175
-
176
- putChannelPolicy(args: PutChannelPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutChannelPolicyCommandOutput>;
177
- putChannelPolicy(args: PutChannelPolicyCommandInput, cb: (err: any, data?: PutChannelPolicyCommandOutput) => void): void;
178
- putChannelPolicy(args: PutChannelPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutChannelPolicyCommandOutput) => void): void;
179
-
180
- putPlaybackConfiguration(args: PutPlaybackConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutPlaybackConfigurationCommandOutput>;
181
- putPlaybackConfiguration(args: PutPlaybackConfigurationCommandInput, cb: (err: any, data?: PutPlaybackConfigurationCommandOutput) => void): void;
182
- putPlaybackConfiguration(args: PutPlaybackConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPlaybackConfigurationCommandOutput) => void): void;
183
-
184
- startChannel(args: StartChannelCommandInput, options?: __HttpHandlerOptions): Promise<StartChannelCommandOutput>;
185
- startChannel(args: StartChannelCommandInput, cb: (err: any, data?: StartChannelCommandOutput) => void): void;
186
- startChannel(args: StartChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartChannelCommandOutput) => void): void;
187
-
188
- stopChannel(args: StopChannelCommandInput, options?: __HttpHandlerOptions): Promise<StopChannelCommandOutput>;
189
- stopChannel(args: StopChannelCommandInput, cb: (err: any, data?: StopChannelCommandOutput) => void): void;
190
- stopChannel(args: StopChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopChannelCommandOutput) => void): void;
191
-
192
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
193
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
194
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
195
-
196
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
197
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
198
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
199
-
200
- updateChannel(args: UpdateChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelCommandOutput>;
201
- updateChannel(args: UpdateChannelCommandInput, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
202
- updateChannel(args: UpdateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
203
-
204
- updateLiveSource(args: UpdateLiveSourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLiveSourceCommandOutput>;
205
- updateLiveSource(args: UpdateLiveSourceCommandInput, cb: (err: any, data?: UpdateLiveSourceCommandOutput) => void): void;
206
- updateLiveSource(args: UpdateLiveSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLiveSourceCommandOutput) => void): void;
207
-
208
- updateSourceLocation(args: UpdateSourceLocationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSourceLocationCommandOutput>;
209
- updateSourceLocation(args: UpdateSourceLocationCommandInput, cb: (err: any, data?: UpdateSourceLocationCommandOutput) => void): void;
210
- updateSourceLocation(args: UpdateSourceLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSourceLocationCommandOutput) => void): void;
211
-
212
- updateVodSource(args: UpdateVodSourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVodSourceCommandOutput>;
213
- updateVodSource(args: UpdateVodSourceCommandInput, cb: (err: any, data?: UpdateVodSourceCommandOutput) => void): void;
214
- updateVodSource(args: UpdateVodSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVodSourceCommandOutput) => void): void;
215
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ ConfigureLogsForPlaybackConfigurationCommandInput,
4
+ ConfigureLogsForPlaybackConfigurationCommandOutput,
5
+ } from "./commands/ConfigureLogsForPlaybackConfigurationCommand";
6
+ import {
7
+ CreateChannelCommandInput,
8
+ CreateChannelCommandOutput,
9
+ } from "./commands/CreateChannelCommand";
10
+ import {
11
+ CreateLiveSourceCommandInput,
12
+ CreateLiveSourceCommandOutput,
13
+ } from "./commands/CreateLiveSourceCommand";
14
+ import {
15
+ CreatePrefetchScheduleCommandInput,
16
+ CreatePrefetchScheduleCommandOutput,
17
+ } from "./commands/CreatePrefetchScheduleCommand";
18
+ import {
19
+ CreateProgramCommandInput,
20
+ CreateProgramCommandOutput,
21
+ } from "./commands/CreateProgramCommand";
22
+ import {
23
+ CreateSourceLocationCommandInput,
24
+ CreateSourceLocationCommandOutput,
25
+ } from "./commands/CreateSourceLocationCommand";
26
+ import {
27
+ CreateVodSourceCommandInput,
28
+ CreateVodSourceCommandOutput,
29
+ } from "./commands/CreateVodSourceCommand";
30
+ import {
31
+ DeleteChannelCommandInput,
32
+ DeleteChannelCommandOutput,
33
+ } from "./commands/DeleteChannelCommand";
34
+ import {
35
+ DeleteChannelPolicyCommandInput,
36
+ DeleteChannelPolicyCommandOutput,
37
+ } from "./commands/DeleteChannelPolicyCommand";
38
+ import {
39
+ DeleteLiveSourceCommandInput,
40
+ DeleteLiveSourceCommandOutput,
41
+ } from "./commands/DeleteLiveSourceCommand";
42
+ import {
43
+ DeletePlaybackConfigurationCommandInput,
44
+ DeletePlaybackConfigurationCommandOutput,
45
+ } from "./commands/DeletePlaybackConfigurationCommand";
46
+ import {
47
+ DeletePrefetchScheduleCommandInput,
48
+ DeletePrefetchScheduleCommandOutput,
49
+ } from "./commands/DeletePrefetchScheduleCommand";
50
+ import {
51
+ DeleteProgramCommandInput,
52
+ DeleteProgramCommandOutput,
53
+ } from "./commands/DeleteProgramCommand";
54
+ import {
55
+ DeleteSourceLocationCommandInput,
56
+ DeleteSourceLocationCommandOutput,
57
+ } from "./commands/DeleteSourceLocationCommand";
58
+ import {
59
+ DeleteVodSourceCommandInput,
60
+ DeleteVodSourceCommandOutput,
61
+ } from "./commands/DeleteVodSourceCommand";
62
+ import {
63
+ DescribeChannelCommandInput,
64
+ DescribeChannelCommandOutput,
65
+ } from "./commands/DescribeChannelCommand";
66
+ import {
67
+ DescribeLiveSourceCommandInput,
68
+ DescribeLiveSourceCommandOutput,
69
+ } from "./commands/DescribeLiveSourceCommand";
70
+ import {
71
+ DescribeProgramCommandInput,
72
+ DescribeProgramCommandOutput,
73
+ } from "./commands/DescribeProgramCommand";
74
+ import {
75
+ DescribeSourceLocationCommandInput,
76
+ DescribeSourceLocationCommandOutput,
77
+ } from "./commands/DescribeSourceLocationCommand";
78
+ import {
79
+ DescribeVodSourceCommandInput,
80
+ DescribeVodSourceCommandOutput,
81
+ } from "./commands/DescribeVodSourceCommand";
82
+ import {
83
+ GetChannelPolicyCommandInput,
84
+ GetChannelPolicyCommandOutput,
85
+ } from "./commands/GetChannelPolicyCommand";
86
+ import {
87
+ GetChannelScheduleCommandInput,
88
+ GetChannelScheduleCommandOutput,
89
+ } from "./commands/GetChannelScheduleCommand";
90
+ import {
91
+ GetPlaybackConfigurationCommandInput,
92
+ GetPlaybackConfigurationCommandOutput,
93
+ } from "./commands/GetPlaybackConfigurationCommand";
94
+ import {
95
+ GetPrefetchScheduleCommandInput,
96
+ GetPrefetchScheduleCommandOutput,
97
+ } from "./commands/GetPrefetchScheduleCommand";
98
+ import {
99
+ ListAlertsCommandInput,
100
+ ListAlertsCommandOutput,
101
+ } from "./commands/ListAlertsCommand";
102
+ import {
103
+ ListChannelsCommandInput,
104
+ ListChannelsCommandOutput,
105
+ } from "./commands/ListChannelsCommand";
106
+ import {
107
+ ListLiveSourcesCommandInput,
108
+ ListLiveSourcesCommandOutput,
109
+ } from "./commands/ListLiveSourcesCommand";
110
+ import {
111
+ ListPlaybackConfigurationsCommandInput,
112
+ ListPlaybackConfigurationsCommandOutput,
113
+ } from "./commands/ListPlaybackConfigurationsCommand";
114
+ import {
115
+ ListPrefetchSchedulesCommandInput,
116
+ ListPrefetchSchedulesCommandOutput,
117
+ } from "./commands/ListPrefetchSchedulesCommand";
118
+ import {
119
+ ListSourceLocationsCommandInput,
120
+ ListSourceLocationsCommandOutput,
121
+ } from "./commands/ListSourceLocationsCommand";
122
+ import {
123
+ ListTagsForResourceCommandInput,
124
+ ListTagsForResourceCommandOutput,
125
+ } from "./commands/ListTagsForResourceCommand";
126
+ import {
127
+ ListVodSourcesCommandInput,
128
+ ListVodSourcesCommandOutput,
129
+ } from "./commands/ListVodSourcesCommand";
130
+ import {
131
+ PutChannelPolicyCommandInput,
132
+ PutChannelPolicyCommandOutput,
133
+ } from "./commands/PutChannelPolicyCommand";
134
+ import {
135
+ PutPlaybackConfigurationCommandInput,
136
+ PutPlaybackConfigurationCommandOutput,
137
+ } from "./commands/PutPlaybackConfigurationCommand";
138
+ import {
139
+ StartChannelCommandInput,
140
+ StartChannelCommandOutput,
141
+ } from "./commands/StartChannelCommand";
142
+ import {
143
+ StopChannelCommandInput,
144
+ StopChannelCommandOutput,
145
+ } from "./commands/StopChannelCommand";
146
+ import {
147
+ TagResourceCommandInput,
148
+ TagResourceCommandOutput,
149
+ } from "./commands/TagResourceCommand";
150
+ import {
151
+ UntagResourceCommandInput,
152
+ UntagResourceCommandOutput,
153
+ } from "./commands/UntagResourceCommand";
154
+ import {
155
+ UpdateChannelCommandInput,
156
+ UpdateChannelCommandOutput,
157
+ } from "./commands/UpdateChannelCommand";
158
+ import {
159
+ UpdateLiveSourceCommandInput,
160
+ UpdateLiveSourceCommandOutput,
161
+ } from "./commands/UpdateLiveSourceCommand";
162
+ import {
163
+ UpdateSourceLocationCommandInput,
164
+ UpdateSourceLocationCommandOutput,
165
+ } from "./commands/UpdateSourceLocationCommand";
166
+ import {
167
+ UpdateVodSourceCommandInput,
168
+ UpdateVodSourceCommandOutput,
169
+ } from "./commands/UpdateVodSourceCommand";
170
+ import { MediaTailorClient } from "./MediaTailorClient";
171
+ export declare class MediaTailor extends MediaTailorClient {
172
+ configureLogsForPlaybackConfiguration(
173
+ args: ConfigureLogsForPlaybackConfigurationCommandInput,
174
+ options?: __HttpHandlerOptions
175
+ ): Promise<ConfigureLogsForPlaybackConfigurationCommandOutput>;
176
+ configureLogsForPlaybackConfiguration(
177
+ args: ConfigureLogsForPlaybackConfigurationCommandInput,
178
+ cb: (
179
+ err: any,
180
+ data?: ConfigureLogsForPlaybackConfigurationCommandOutput
181
+ ) => void
182
+ ): void;
183
+ configureLogsForPlaybackConfiguration(
184
+ args: ConfigureLogsForPlaybackConfigurationCommandInput,
185
+ options: __HttpHandlerOptions,
186
+ cb: (
187
+ err: any,
188
+ data?: ConfigureLogsForPlaybackConfigurationCommandOutput
189
+ ) => void
190
+ ): void;
191
+ createChannel(
192
+ args: CreateChannelCommandInput,
193
+ options?: __HttpHandlerOptions
194
+ ): Promise<CreateChannelCommandOutput>;
195
+ createChannel(
196
+ args: CreateChannelCommandInput,
197
+ cb: (err: any, data?: CreateChannelCommandOutput) => void
198
+ ): void;
199
+ createChannel(
200
+ args: CreateChannelCommandInput,
201
+ options: __HttpHandlerOptions,
202
+ cb: (err: any, data?: CreateChannelCommandOutput) => void
203
+ ): void;
204
+ createLiveSource(
205
+ args: CreateLiveSourceCommandInput,
206
+ options?: __HttpHandlerOptions
207
+ ): Promise<CreateLiveSourceCommandOutput>;
208
+ createLiveSource(
209
+ args: CreateLiveSourceCommandInput,
210
+ cb: (err: any, data?: CreateLiveSourceCommandOutput) => void
211
+ ): void;
212
+ createLiveSource(
213
+ args: CreateLiveSourceCommandInput,
214
+ options: __HttpHandlerOptions,
215
+ cb: (err: any, data?: CreateLiveSourceCommandOutput) => void
216
+ ): void;
217
+ createPrefetchSchedule(
218
+ args: CreatePrefetchScheduleCommandInput,
219
+ options?: __HttpHandlerOptions
220
+ ): Promise<CreatePrefetchScheduleCommandOutput>;
221
+ createPrefetchSchedule(
222
+ args: CreatePrefetchScheduleCommandInput,
223
+ cb: (err: any, data?: CreatePrefetchScheduleCommandOutput) => void
224
+ ): void;
225
+ createPrefetchSchedule(
226
+ args: CreatePrefetchScheduleCommandInput,
227
+ options: __HttpHandlerOptions,
228
+ cb: (err: any, data?: CreatePrefetchScheduleCommandOutput) => void
229
+ ): void;
230
+ createProgram(
231
+ args: CreateProgramCommandInput,
232
+ options?: __HttpHandlerOptions
233
+ ): Promise<CreateProgramCommandOutput>;
234
+ createProgram(
235
+ args: CreateProgramCommandInput,
236
+ cb: (err: any, data?: CreateProgramCommandOutput) => void
237
+ ): void;
238
+ createProgram(
239
+ args: CreateProgramCommandInput,
240
+ options: __HttpHandlerOptions,
241
+ cb: (err: any, data?: CreateProgramCommandOutput) => void
242
+ ): void;
243
+ createSourceLocation(
244
+ args: CreateSourceLocationCommandInput,
245
+ options?: __HttpHandlerOptions
246
+ ): Promise<CreateSourceLocationCommandOutput>;
247
+ createSourceLocation(
248
+ args: CreateSourceLocationCommandInput,
249
+ cb: (err: any, data?: CreateSourceLocationCommandOutput) => void
250
+ ): void;
251
+ createSourceLocation(
252
+ args: CreateSourceLocationCommandInput,
253
+ options: __HttpHandlerOptions,
254
+ cb: (err: any, data?: CreateSourceLocationCommandOutput) => void
255
+ ): void;
256
+ createVodSource(
257
+ args: CreateVodSourceCommandInput,
258
+ options?: __HttpHandlerOptions
259
+ ): Promise<CreateVodSourceCommandOutput>;
260
+ createVodSource(
261
+ args: CreateVodSourceCommandInput,
262
+ cb: (err: any, data?: CreateVodSourceCommandOutput) => void
263
+ ): void;
264
+ createVodSource(
265
+ args: CreateVodSourceCommandInput,
266
+ options: __HttpHandlerOptions,
267
+ cb: (err: any, data?: CreateVodSourceCommandOutput) => void
268
+ ): void;
269
+ deleteChannel(
270
+ args: DeleteChannelCommandInput,
271
+ options?: __HttpHandlerOptions
272
+ ): Promise<DeleteChannelCommandOutput>;
273
+ deleteChannel(
274
+ args: DeleteChannelCommandInput,
275
+ cb: (err: any, data?: DeleteChannelCommandOutput) => void
276
+ ): void;
277
+ deleteChannel(
278
+ args: DeleteChannelCommandInput,
279
+ options: __HttpHandlerOptions,
280
+ cb: (err: any, data?: DeleteChannelCommandOutput) => void
281
+ ): void;
282
+ deleteChannelPolicy(
283
+ args: DeleteChannelPolicyCommandInput,
284
+ options?: __HttpHandlerOptions
285
+ ): Promise<DeleteChannelPolicyCommandOutput>;
286
+ deleteChannelPolicy(
287
+ args: DeleteChannelPolicyCommandInput,
288
+ cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void
289
+ ): void;
290
+ deleteChannelPolicy(
291
+ args: DeleteChannelPolicyCommandInput,
292
+ options: __HttpHandlerOptions,
293
+ cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void
294
+ ): void;
295
+ deleteLiveSource(
296
+ args: DeleteLiveSourceCommandInput,
297
+ options?: __HttpHandlerOptions
298
+ ): Promise<DeleteLiveSourceCommandOutput>;
299
+ deleteLiveSource(
300
+ args: DeleteLiveSourceCommandInput,
301
+ cb: (err: any, data?: DeleteLiveSourceCommandOutput) => void
302
+ ): void;
303
+ deleteLiveSource(
304
+ args: DeleteLiveSourceCommandInput,
305
+ options: __HttpHandlerOptions,
306
+ cb: (err: any, data?: DeleteLiveSourceCommandOutput) => void
307
+ ): void;
308
+ deletePlaybackConfiguration(
309
+ args: DeletePlaybackConfigurationCommandInput,
310
+ options?: __HttpHandlerOptions
311
+ ): Promise<DeletePlaybackConfigurationCommandOutput>;
312
+ deletePlaybackConfiguration(
313
+ args: DeletePlaybackConfigurationCommandInput,
314
+ cb: (err: any, data?: DeletePlaybackConfigurationCommandOutput) => void
315
+ ): void;
316
+ deletePlaybackConfiguration(
317
+ args: DeletePlaybackConfigurationCommandInput,
318
+ options: __HttpHandlerOptions,
319
+ cb: (err: any, data?: DeletePlaybackConfigurationCommandOutput) => void
320
+ ): void;
321
+ deletePrefetchSchedule(
322
+ args: DeletePrefetchScheduleCommandInput,
323
+ options?: __HttpHandlerOptions
324
+ ): Promise<DeletePrefetchScheduleCommandOutput>;
325
+ deletePrefetchSchedule(
326
+ args: DeletePrefetchScheduleCommandInput,
327
+ cb: (err: any, data?: DeletePrefetchScheduleCommandOutput) => void
328
+ ): void;
329
+ deletePrefetchSchedule(
330
+ args: DeletePrefetchScheduleCommandInput,
331
+ options: __HttpHandlerOptions,
332
+ cb: (err: any, data?: DeletePrefetchScheduleCommandOutput) => void
333
+ ): void;
334
+ deleteProgram(
335
+ args: DeleteProgramCommandInput,
336
+ options?: __HttpHandlerOptions
337
+ ): Promise<DeleteProgramCommandOutput>;
338
+ deleteProgram(
339
+ args: DeleteProgramCommandInput,
340
+ cb: (err: any, data?: DeleteProgramCommandOutput) => void
341
+ ): void;
342
+ deleteProgram(
343
+ args: DeleteProgramCommandInput,
344
+ options: __HttpHandlerOptions,
345
+ cb: (err: any, data?: DeleteProgramCommandOutput) => void
346
+ ): void;
347
+ deleteSourceLocation(
348
+ args: DeleteSourceLocationCommandInput,
349
+ options?: __HttpHandlerOptions
350
+ ): Promise<DeleteSourceLocationCommandOutput>;
351
+ deleteSourceLocation(
352
+ args: DeleteSourceLocationCommandInput,
353
+ cb: (err: any, data?: DeleteSourceLocationCommandOutput) => void
354
+ ): void;
355
+ deleteSourceLocation(
356
+ args: DeleteSourceLocationCommandInput,
357
+ options: __HttpHandlerOptions,
358
+ cb: (err: any, data?: DeleteSourceLocationCommandOutput) => void
359
+ ): void;
360
+ deleteVodSource(
361
+ args: DeleteVodSourceCommandInput,
362
+ options?: __HttpHandlerOptions
363
+ ): Promise<DeleteVodSourceCommandOutput>;
364
+ deleteVodSource(
365
+ args: DeleteVodSourceCommandInput,
366
+ cb: (err: any, data?: DeleteVodSourceCommandOutput) => void
367
+ ): void;
368
+ deleteVodSource(
369
+ args: DeleteVodSourceCommandInput,
370
+ options: __HttpHandlerOptions,
371
+ cb: (err: any, data?: DeleteVodSourceCommandOutput) => void
372
+ ): void;
373
+ describeChannel(
374
+ args: DescribeChannelCommandInput,
375
+ options?: __HttpHandlerOptions
376
+ ): Promise<DescribeChannelCommandOutput>;
377
+ describeChannel(
378
+ args: DescribeChannelCommandInput,
379
+ cb: (err: any, data?: DescribeChannelCommandOutput) => void
380
+ ): void;
381
+ describeChannel(
382
+ args: DescribeChannelCommandInput,
383
+ options: __HttpHandlerOptions,
384
+ cb: (err: any, data?: DescribeChannelCommandOutput) => void
385
+ ): void;
386
+ describeLiveSource(
387
+ args: DescribeLiveSourceCommandInput,
388
+ options?: __HttpHandlerOptions
389
+ ): Promise<DescribeLiveSourceCommandOutput>;
390
+ describeLiveSource(
391
+ args: DescribeLiveSourceCommandInput,
392
+ cb: (err: any, data?: DescribeLiveSourceCommandOutput) => void
393
+ ): void;
394
+ describeLiveSource(
395
+ args: DescribeLiveSourceCommandInput,
396
+ options: __HttpHandlerOptions,
397
+ cb: (err: any, data?: DescribeLiveSourceCommandOutput) => void
398
+ ): void;
399
+ describeProgram(
400
+ args: DescribeProgramCommandInput,
401
+ options?: __HttpHandlerOptions
402
+ ): Promise<DescribeProgramCommandOutput>;
403
+ describeProgram(
404
+ args: DescribeProgramCommandInput,
405
+ cb: (err: any, data?: DescribeProgramCommandOutput) => void
406
+ ): void;
407
+ describeProgram(
408
+ args: DescribeProgramCommandInput,
409
+ options: __HttpHandlerOptions,
410
+ cb: (err: any, data?: DescribeProgramCommandOutput) => void
411
+ ): void;
412
+ describeSourceLocation(
413
+ args: DescribeSourceLocationCommandInput,
414
+ options?: __HttpHandlerOptions
415
+ ): Promise<DescribeSourceLocationCommandOutput>;
416
+ describeSourceLocation(
417
+ args: DescribeSourceLocationCommandInput,
418
+ cb: (err: any, data?: DescribeSourceLocationCommandOutput) => void
419
+ ): void;
420
+ describeSourceLocation(
421
+ args: DescribeSourceLocationCommandInput,
422
+ options: __HttpHandlerOptions,
423
+ cb: (err: any, data?: DescribeSourceLocationCommandOutput) => void
424
+ ): void;
425
+ describeVodSource(
426
+ args: DescribeVodSourceCommandInput,
427
+ options?: __HttpHandlerOptions
428
+ ): Promise<DescribeVodSourceCommandOutput>;
429
+ describeVodSource(
430
+ args: DescribeVodSourceCommandInput,
431
+ cb: (err: any, data?: DescribeVodSourceCommandOutput) => void
432
+ ): void;
433
+ describeVodSource(
434
+ args: DescribeVodSourceCommandInput,
435
+ options: __HttpHandlerOptions,
436
+ cb: (err: any, data?: DescribeVodSourceCommandOutput) => void
437
+ ): void;
438
+ getChannelPolicy(
439
+ args: GetChannelPolicyCommandInput,
440
+ options?: __HttpHandlerOptions
441
+ ): Promise<GetChannelPolicyCommandOutput>;
442
+ getChannelPolicy(
443
+ args: GetChannelPolicyCommandInput,
444
+ cb: (err: any, data?: GetChannelPolicyCommandOutput) => void
445
+ ): void;
446
+ getChannelPolicy(
447
+ args: GetChannelPolicyCommandInput,
448
+ options: __HttpHandlerOptions,
449
+ cb: (err: any, data?: GetChannelPolicyCommandOutput) => void
450
+ ): void;
451
+ getChannelSchedule(
452
+ args: GetChannelScheduleCommandInput,
453
+ options?: __HttpHandlerOptions
454
+ ): Promise<GetChannelScheduleCommandOutput>;
455
+ getChannelSchedule(
456
+ args: GetChannelScheduleCommandInput,
457
+ cb: (err: any, data?: GetChannelScheduleCommandOutput) => void
458
+ ): void;
459
+ getChannelSchedule(
460
+ args: GetChannelScheduleCommandInput,
461
+ options: __HttpHandlerOptions,
462
+ cb: (err: any, data?: GetChannelScheduleCommandOutput) => void
463
+ ): void;
464
+ getPlaybackConfiguration(
465
+ args: GetPlaybackConfigurationCommandInput,
466
+ options?: __HttpHandlerOptions
467
+ ): Promise<GetPlaybackConfigurationCommandOutput>;
468
+ getPlaybackConfiguration(
469
+ args: GetPlaybackConfigurationCommandInput,
470
+ cb: (err: any, data?: GetPlaybackConfigurationCommandOutput) => void
471
+ ): void;
472
+ getPlaybackConfiguration(
473
+ args: GetPlaybackConfigurationCommandInput,
474
+ options: __HttpHandlerOptions,
475
+ cb: (err: any, data?: GetPlaybackConfigurationCommandOutput) => void
476
+ ): void;
477
+ getPrefetchSchedule(
478
+ args: GetPrefetchScheduleCommandInput,
479
+ options?: __HttpHandlerOptions
480
+ ): Promise<GetPrefetchScheduleCommandOutput>;
481
+ getPrefetchSchedule(
482
+ args: GetPrefetchScheduleCommandInput,
483
+ cb: (err: any, data?: GetPrefetchScheduleCommandOutput) => void
484
+ ): void;
485
+ getPrefetchSchedule(
486
+ args: GetPrefetchScheduleCommandInput,
487
+ options: __HttpHandlerOptions,
488
+ cb: (err: any, data?: GetPrefetchScheduleCommandOutput) => void
489
+ ): void;
490
+ listAlerts(
491
+ args: ListAlertsCommandInput,
492
+ options?: __HttpHandlerOptions
493
+ ): Promise<ListAlertsCommandOutput>;
494
+ listAlerts(
495
+ args: ListAlertsCommandInput,
496
+ cb: (err: any, data?: ListAlertsCommandOutput) => void
497
+ ): void;
498
+ listAlerts(
499
+ args: ListAlertsCommandInput,
500
+ options: __HttpHandlerOptions,
501
+ cb: (err: any, data?: ListAlertsCommandOutput) => void
502
+ ): void;
503
+ listChannels(
504
+ args: ListChannelsCommandInput,
505
+ options?: __HttpHandlerOptions
506
+ ): Promise<ListChannelsCommandOutput>;
507
+ listChannels(
508
+ args: ListChannelsCommandInput,
509
+ cb: (err: any, data?: ListChannelsCommandOutput) => void
510
+ ): void;
511
+ listChannels(
512
+ args: ListChannelsCommandInput,
513
+ options: __HttpHandlerOptions,
514
+ cb: (err: any, data?: ListChannelsCommandOutput) => void
515
+ ): void;
516
+ listLiveSources(
517
+ args: ListLiveSourcesCommandInput,
518
+ options?: __HttpHandlerOptions
519
+ ): Promise<ListLiveSourcesCommandOutput>;
520
+ listLiveSources(
521
+ args: ListLiveSourcesCommandInput,
522
+ cb: (err: any, data?: ListLiveSourcesCommandOutput) => void
523
+ ): void;
524
+ listLiveSources(
525
+ args: ListLiveSourcesCommandInput,
526
+ options: __HttpHandlerOptions,
527
+ cb: (err: any, data?: ListLiveSourcesCommandOutput) => void
528
+ ): void;
529
+ listPlaybackConfigurations(
530
+ args: ListPlaybackConfigurationsCommandInput,
531
+ options?: __HttpHandlerOptions
532
+ ): Promise<ListPlaybackConfigurationsCommandOutput>;
533
+ listPlaybackConfigurations(
534
+ args: ListPlaybackConfigurationsCommandInput,
535
+ cb: (err: any, data?: ListPlaybackConfigurationsCommandOutput) => void
536
+ ): void;
537
+ listPlaybackConfigurations(
538
+ args: ListPlaybackConfigurationsCommandInput,
539
+ options: __HttpHandlerOptions,
540
+ cb: (err: any, data?: ListPlaybackConfigurationsCommandOutput) => void
541
+ ): void;
542
+ listPrefetchSchedules(
543
+ args: ListPrefetchSchedulesCommandInput,
544
+ options?: __HttpHandlerOptions
545
+ ): Promise<ListPrefetchSchedulesCommandOutput>;
546
+ listPrefetchSchedules(
547
+ args: ListPrefetchSchedulesCommandInput,
548
+ cb: (err: any, data?: ListPrefetchSchedulesCommandOutput) => void
549
+ ): void;
550
+ listPrefetchSchedules(
551
+ args: ListPrefetchSchedulesCommandInput,
552
+ options: __HttpHandlerOptions,
553
+ cb: (err: any, data?: ListPrefetchSchedulesCommandOutput) => void
554
+ ): void;
555
+ listSourceLocations(
556
+ args: ListSourceLocationsCommandInput,
557
+ options?: __HttpHandlerOptions
558
+ ): Promise<ListSourceLocationsCommandOutput>;
559
+ listSourceLocations(
560
+ args: ListSourceLocationsCommandInput,
561
+ cb: (err: any, data?: ListSourceLocationsCommandOutput) => void
562
+ ): void;
563
+ listSourceLocations(
564
+ args: ListSourceLocationsCommandInput,
565
+ options: __HttpHandlerOptions,
566
+ cb: (err: any, data?: ListSourceLocationsCommandOutput) => void
567
+ ): void;
568
+ listTagsForResource(
569
+ args: ListTagsForResourceCommandInput,
570
+ options?: __HttpHandlerOptions
571
+ ): Promise<ListTagsForResourceCommandOutput>;
572
+ listTagsForResource(
573
+ args: ListTagsForResourceCommandInput,
574
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
575
+ ): void;
576
+ listTagsForResource(
577
+ args: ListTagsForResourceCommandInput,
578
+ options: __HttpHandlerOptions,
579
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
580
+ ): void;
581
+ listVodSources(
582
+ args: ListVodSourcesCommandInput,
583
+ options?: __HttpHandlerOptions
584
+ ): Promise<ListVodSourcesCommandOutput>;
585
+ listVodSources(
586
+ args: ListVodSourcesCommandInput,
587
+ cb: (err: any, data?: ListVodSourcesCommandOutput) => void
588
+ ): void;
589
+ listVodSources(
590
+ args: ListVodSourcesCommandInput,
591
+ options: __HttpHandlerOptions,
592
+ cb: (err: any, data?: ListVodSourcesCommandOutput) => void
593
+ ): void;
594
+ putChannelPolicy(
595
+ args: PutChannelPolicyCommandInput,
596
+ options?: __HttpHandlerOptions
597
+ ): Promise<PutChannelPolicyCommandOutput>;
598
+ putChannelPolicy(
599
+ args: PutChannelPolicyCommandInput,
600
+ cb: (err: any, data?: PutChannelPolicyCommandOutput) => void
601
+ ): void;
602
+ putChannelPolicy(
603
+ args: PutChannelPolicyCommandInput,
604
+ options: __HttpHandlerOptions,
605
+ cb: (err: any, data?: PutChannelPolicyCommandOutput) => void
606
+ ): void;
607
+ putPlaybackConfiguration(
608
+ args: PutPlaybackConfigurationCommandInput,
609
+ options?: __HttpHandlerOptions
610
+ ): Promise<PutPlaybackConfigurationCommandOutput>;
611
+ putPlaybackConfiguration(
612
+ args: PutPlaybackConfigurationCommandInput,
613
+ cb: (err: any, data?: PutPlaybackConfigurationCommandOutput) => void
614
+ ): void;
615
+ putPlaybackConfiguration(
616
+ args: PutPlaybackConfigurationCommandInput,
617
+ options: __HttpHandlerOptions,
618
+ cb: (err: any, data?: PutPlaybackConfigurationCommandOutput) => void
619
+ ): void;
620
+ startChannel(
621
+ args: StartChannelCommandInput,
622
+ options?: __HttpHandlerOptions
623
+ ): Promise<StartChannelCommandOutput>;
624
+ startChannel(
625
+ args: StartChannelCommandInput,
626
+ cb: (err: any, data?: StartChannelCommandOutput) => void
627
+ ): void;
628
+ startChannel(
629
+ args: StartChannelCommandInput,
630
+ options: __HttpHandlerOptions,
631
+ cb: (err: any, data?: StartChannelCommandOutput) => void
632
+ ): void;
633
+ stopChannel(
634
+ args: StopChannelCommandInput,
635
+ options?: __HttpHandlerOptions
636
+ ): Promise<StopChannelCommandOutput>;
637
+ stopChannel(
638
+ args: StopChannelCommandInput,
639
+ cb: (err: any, data?: StopChannelCommandOutput) => void
640
+ ): void;
641
+ stopChannel(
642
+ args: StopChannelCommandInput,
643
+ options: __HttpHandlerOptions,
644
+ cb: (err: any, data?: StopChannelCommandOutput) => void
645
+ ): void;
646
+ tagResource(
647
+ args: TagResourceCommandInput,
648
+ options?: __HttpHandlerOptions
649
+ ): Promise<TagResourceCommandOutput>;
650
+ tagResource(
651
+ args: TagResourceCommandInput,
652
+ cb: (err: any, data?: TagResourceCommandOutput) => void
653
+ ): void;
654
+ tagResource(
655
+ args: TagResourceCommandInput,
656
+ options: __HttpHandlerOptions,
657
+ cb: (err: any, data?: TagResourceCommandOutput) => void
658
+ ): void;
659
+ untagResource(
660
+ args: UntagResourceCommandInput,
661
+ options?: __HttpHandlerOptions
662
+ ): Promise<UntagResourceCommandOutput>;
663
+ untagResource(
664
+ args: UntagResourceCommandInput,
665
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
666
+ ): void;
667
+ untagResource(
668
+ args: UntagResourceCommandInput,
669
+ options: __HttpHandlerOptions,
670
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
671
+ ): void;
672
+ updateChannel(
673
+ args: UpdateChannelCommandInput,
674
+ options?: __HttpHandlerOptions
675
+ ): Promise<UpdateChannelCommandOutput>;
676
+ updateChannel(
677
+ args: UpdateChannelCommandInput,
678
+ cb: (err: any, data?: UpdateChannelCommandOutput) => void
679
+ ): void;
680
+ updateChannel(
681
+ args: UpdateChannelCommandInput,
682
+ options: __HttpHandlerOptions,
683
+ cb: (err: any, data?: UpdateChannelCommandOutput) => void
684
+ ): void;
685
+ updateLiveSource(
686
+ args: UpdateLiveSourceCommandInput,
687
+ options?: __HttpHandlerOptions
688
+ ): Promise<UpdateLiveSourceCommandOutput>;
689
+ updateLiveSource(
690
+ args: UpdateLiveSourceCommandInput,
691
+ cb: (err: any, data?: UpdateLiveSourceCommandOutput) => void
692
+ ): void;
693
+ updateLiveSource(
694
+ args: UpdateLiveSourceCommandInput,
695
+ options: __HttpHandlerOptions,
696
+ cb: (err: any, data?: UpdateLiveSourceCommandOutput) => void
697
+ ): void;
698
+ updateSourceLocation(
699
+ args: UpdateSourceLocationCommandInput,
700
+ options?: __HttpHandlerOptions
701
+ ): Promise<UpdateSourceLocationCommandOutput>;
702
+ updateSourceLocation(
703
+ args: UpdateSourceLocationCommandInput,
704
+ cb: (err: any, data?: UpdateSourceLocationCommandOutput) => void
705
+ ): void;
706
+ updateSourceLocation(
707
+ args: UpdateSourceLocationCommandInput,
708
+ options: __HttpHandlerOptions,
709
+ cb: (err: any, data?: UpdateSourceLocationCommandOutput) => void
710
+ ): void;
711
+ updateVodSource(
712
+ args: UpdateVodSourceCommandInput,
713
+ options?: __HttpHandlerOptions
714
+ ): Promise<UpdateVodSourceCommandOutput>;
715
+ updateVodSource(
716
+ args: UpdateVodSourceCommandInput,
717
+ cb: (err: any, data?: UpdateVodSourceCommandOutput) => void
718
+ ): void;
719
+ updateVodSource(
720
+ args: UpdateVodSourceCommandInput,
721
+ options: __HttpHandlerOptions,
722
+ cb: (err: any, data?: UpdateVodSourceCommandOutput) => void
723
+ ): void;
724
+ }