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