@aws-sdk/client-mediatailor 3.1087.0 → 3.1089.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/MediaTailor.d.ts +159 -182
- package/dist-types/ts3.4/MediaTailorClient.d.ts +10 -34
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/ConfigureLogsForChannelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutFunctionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateProgramCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +1 -3
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -99,10 +99,7 @@ import {
|
|
|
99
99
|
GetChannelScheduleCommandInput,
|
|
100
100
|
GetChannelScheduleCommandOutput,
|
|
101
101
|
} from "./commands/GetChannelScheduleCommand";
|
|
102
|
-
import {
|
|
103
|
-
GetFunctionCommandInput,
|
|
104
|
-
GetFunctionCommandOutput,
|
|
105
|
-
} from "./commands/GetFunctionCommand";
|
|
102
|
+
import { GetFunctionCommandInput, GetFunctionCommandOutput } from "./commands/GetFunctionCommand";
|
|
106
103
|
import {
|
|
107
104
|
GetPlaybackConfigurationCommandInput,
|
|
108
105
|
GetPlaybackConfigurationCommandOutput,
|
|
@@ -111,10 +108,7 @@ import {
|
|
|
111
108
|
GetPrefetchScheduleCommandInput,
|
|
112
109
|
GetPrefetchScheduleCommandOutput,
|
|
113
110
|
} from "./commands/GetPrefetchScheduleCommand";
|
|
114
|
-
import {
|
|
115
|
-
ListAlertsCommandInput,
|
|
116
|
-
ListAlertsCommandOutput,
|
|
117
|
-
} from "./commands/ListAlertsCommand";
|
|
111
|
+
import { ListAlertsCommandInput, ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
|
|
118
112
|
import {
|
|
119
113
|
ListChannelsCommandInput,
|
|
120
114
|
ListChannelsCommandOutput,
|
|
@@ -151,10 +145,7 @@ import {
|
|
|
151
145
|
PutChannelPolicyCommandInput,
|
|
152
146
|
PutChannelPolicyCommandOutput,
|
|
153
147
|
} from "./commands/PutChannelPolicyCommand";
|
|
154
|
-
import {
|
|
155
|
-
PutFunctionCommandInput,
|
|
156
|
-
PutFunctionCommandOutput,
|
|
157
|
-
} from "./commands/PutFunctionCommand";
|
|
148
|
+
import { PutFunctionCommandInput, PutFunctionCommandOutput } from "./commands/PutFunctionCommand";
|
|
158
149
|
import {
|
|
159
150
|
PutPlaybackConfigurationCommandInput,
|
|
160
151
|
PutPlaybackConfigurationCommandOutput,
|
|
@@ -163,14 +154,8 @@ import {
|
|
|
163
154
|
StartChannelCommandInput,
|
|
164
155
|
StartChannelCommandOutput,
|
|
165
156
|
} from "./commands/StartChannelCommand";
|
|
166
|
-
import {
|
|
167
|
-
|
|
168
|
-
StopChannelCommandOutput,
|
|
169
|
-
} from "./commands/StopChannelCommand";
|
|
170
|
-
import {
|
|
171
|
-
TagResourceCommandInput,
|
|
172
|
-
TagResourceCommandOutput,
|
|
173
|
-
} from "./commands/TagResourceCommand";
|
|
157
|
+
import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
|
|
158
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
174
159
|
import {
|
|
175
160
|
UntagResourceCommandInput,
|
|
176
161
|
UntagResourceCommandOutput,
|
|
@@ -199,702 +184,694 @@ import { MediaTailorClient } from "./MediaTailorClient";
|
|
|
199
184
|
export interface MediaTailor {
|
|
200
185
|
configureLogsForChannel(
|
|
201
186
|
args: ConfigureLogsForChannelCommandInput,
|
|
202
|
-
options?: __HttpHandlerOptions
|
|
187
|
+
options?: __HttpHandlerOptions,
|
|
203
188
|
): Promise<ConfigureLogsForChannelCommandOutput>;
|
|
204
189
|
configureLogsForChannel(
|
|
205
190
|
args: ConfigureLogsForChannelCommandInput,
|
|
206
|
-
cb: (err: any, data?: ConfigureLogsForChannelCommandOutput) => void
|
|
191
|
+
cb: (err: any, data?: ConfigureLogsForChannelCommandOutput) => void,
|
|
207
192
|
): void;
|
|
208
193
|
configureLogsForChannel(
|
|
209
194
|
args: ConfigureLogsForChannelCommandInput,
|
|
210
195
|
options: __HttpHandlerOptions,
|
|
211
|
-
cb: (err: any, data?: ConfigureLogsForChannelCommandOutput) => void
|
|
196
|
+
cb: (err: any, data?: ConfigureLogsForChannelCommandOutput) => void,
|
|
212
197
|
): void;
|
|
213
198
|
configureLogsForPlaybackConfiguration(
|
|
214
199
|
args: ConfigureLogsForPlaybackConfigurationCommandInput,
|
|
215
|
-
options?: __HttpHandlerOptions
|
|
200
|
+
options?: __HttpHandlerOptions,
|
|
216
201
|
): Promise<ConfigureLogsForPlaybackConfigurationCommandOutput>;
|
|
217
202
|
configureLogsForPlaybackConfiguration(
|
|
218
203
|
args: ConfigureLogsForPlaybackConfigurationCommandInput,
|
|
219
|
-
cb: (
|
|
220
|
-
err: any,
|
|
221
|
-
data?: ConfigureLogsForPlaybackConfigurationCommandOutput
|
|
222
|
-
) => void
|
|
204
|
+
cb: (err: any, data?: ConfigureLogsForPlaybackConfigurationCommandOutput) => void,
|
|
223
205
|
): void;
|
|
224
206
|
configureLogsForPlaybackConfiguration(
|
|
225
207
|
args: ConfigureLogsForPlaybackConfigurationCommandInput,
|
|
226
208
|
options: __HttpHandlerOptions,
|
|
227
|
-
cb: (
|
|
228
|
-
err: any,
|
|
229
|
-
data?: ConfigureLogsForPlaybackConfigurationCommandOutput
|
|
230
|
-
) => void
|
|
209
|
+
cb: (err: any, data?: ConfigureLogsForPlaybackConfigurationCommandOutput) => void,
|
|
231
210
|
): void;
|
|
232
211
|
createChannel(
|
|
233
212
|
args: CreateChannelCommandInput,
|
|
234
|
-
options?: __HttpHandlerOptions
|
|
213
|
+
options?: __HttpHandlerOptions,
|
|
235
214
|
): Promise<CreateChannelCommandOutput>;
|
|
236
215
|
createChannel(
|
|
237
216
|
args: CreateChannelCommandInput,
|
|
238
|
-
cb: (err: any, data?: CreateChannelCommandOutput) => void
|
|
217
|
+
cb: (err: any, data?: CreateChannelCommandOutput) => void,
|
|
239
218
|
): void;
|
|
240
219
|
createChannel(
|
|
241
220
|
args: CreateChannelCommandInput,
|
|
242
221
|
options: __HttpHandlerOptions,
|
|
243
|
-
cb: (err: any, data?: CreateChannelCommandOutput) => void
|
|
222
|
+
cb: (err: any, data?: CreateChannelCommandOutput) => void,
|
|
244
223
|
): void;
|
|
245
224
|
createLiveSource(
|
|
246
225
|
args: CreateLiveSourceCommandInput,
|
|
247
|
-
options?: __HttpHandlerOptions
|
|
226
|
+
options?: __HttpHandlerOptions,
|
|
248
227
|
): Promise<CreateLiveSourceCommandOutput>;
|
|
249
228
|
createLiveSource(
|
|
250
229
|
args: CreateLiveSourceCommandInput,
|
|
251
|
-
cb: (err: any, data?: CreateLiveSourceCommandOutput) => void
|
|
230
|
+
cb: (err: any, data?: CreateLiveSourceCommandOutput) => void,
|
|
252
231
|
): void;
|
|
253
232
|
createLiveSource(
|
|
254
233
|
args: CreateLiveSourceCommandInput,
|
|
255
234
|
options: __HttpHandlerOptions,
|
|
256
|
-
cb: (err: any, data?: CreateLiveSourceCommandOutput) => void
|
|
235
|
+
cb: (err: any, data?: CreateLiveSourceCommandOutput) => void,
|
|
257
236
|
): void;
|
|
258
237
|
createPrefetchSchedule(
|
|
259
238
|
args: CreatePrefetchScheduleCommandInput,
|
|
260
|
-
options?: __HttpHandlerOptions
|
|
239
|
+
options?: __HttpHandlerOptions,
|
|
261
240
|
): Promise<CreatePrefetchScheduleCommandOutput>;
|
|
262
241
|
createPrefetchSchedule(
|
|
263
242
|
args: CreatePrefetchScheduleCommandInput,
|
|
264
|
-
cb: (err: any, data?: CreatePrefetchScheduleCommandOutput) => void
|
|
243
|
+
cb: (err: any, data?: CreatePrefetchScheduleCommandOutput) => void,
|
|
265
244
|
): void;
|
|
266
245
|
createPrefetchSchedule(
|
|
267
246
|
args: CreatePrefetchScheduleCommandInput,
|
|
268
247
|
options: __HttpHandlerOptions,
|
|
269
|
-
cb: (err: any, data?: CreatePrefetchScheduleCommandOutput) => void
|
|
248
|
+
cb: (err: any, data?: CreatePrefetchScheduleCommandOutput) => void,
|
|
270
249
|
): void;
|
|
271
250
|
createProgram(
|
|
272
251
|
args: CreateProgramCommandInput,
|
|
273
|
-
options?: __HttpHandlerOptions
|
|
252
|
+
options?: __HttpHandlerOptions,
|
|
274
253
|
): Promise<CreateProgramCommandOutput>;
|
|
275
254
|
createProgram(
|
|
276
255
|
args: CreateProgramCommandInput,
|
|
277
|
-
cb: (err: any, data?: CreateProgramCommandOutput) => void
|
|
256
|
+
cb: (err: any, data?: CreateProgramCommandOutput) => void,
|
|
278
257
|
): void;
|
|
279
258
|
createProgram(
|
|
280
259
|
args: CreateProgramCommandInput,
|
|
281
260
|
options: __HttpHandlerOptions,
|
|
282
|
-
cb: (err: any, data?: CreateProgramCommandOutput) => void
|
|
261
|
+
cb: (err: any, data?: CreateProgramCommandOutput) => void,
|
|
283
262
|
): void;
|
|
284
263
|
createSourceLocation(
|
|
285
264
|
args: CreateSourceLocationCommandInput,
|
|
286
|
-
options?: __HttpHandlerOptions
|
|
265
|
+
options?: __HttpHandlerOptions,
|
|
287
266
|
): Promise<CreateSourceLocationCommandOutput>;
|
|
288
267
|
createSourceLocation(
|
|
289
268
|
args: CreateSourceLocationCommandInput,
|
|
290
|
-
cb: (err: any, data?: CreateSourceLocationCommandOutput) => void
|
|
269
|
+
cb: (err: any, data?: CreateSourceLocationCommandOutput) => void,
|
|
291
270
|
): void;
|
|
292
271
|
createSourceLocation(
|
|
293
272
|
args: CreateSourceLocationCommandInput,
|
|
294
273
|
options: __HttpHandlerOptions,
|
|
295
|
-
cb: (err: any, data?: CreateSourceLocationCommandOutput) => void
|
|
274
|
+
cb: (err: any, data?: CreateSourceLocationCommandOutput) => void,
|
|
296
275
|
): void;
|
|
297
276
|
createVodSource(
|
|
298
277
|
args: CreateVodSourceCommandInput,
|
|
299
|
-
options?: __HttpHandlerOptions
|
|
278
|
+
options?: __HttpHandlerOptions,
|
|
300
279
|
): Promise<CreateVodSourceCommandOutput>;
|
|
301
280
|
createVodSource(
|
|
302
281
|
args: CreateVodSourceCommandInput,
|
|
303
|
-
cb: (err: any, data?: CreateVodSourceCommandOutput) => void
|
|
282
|
+
cb: (err: any, data?: CreateVodSourceCommandOutput) => void,
|
|
304
283
|
): void;
|
|
305
284
|
createVodSource(
|
|
306
285
|
args: CreateVodSourceCommandInput,
|
|
307
286
|
options: __HttpHandlerOptions,
|
|
308
|
-
cb: (err: any, data?: CreateVodSourceCommandOutput) => void
|
|
287
|
+
cb: (err: any, data?: CreateVodSourceCommandOutput) => void,
|
|
309
288
|
): void;
|
|
310
289
|
deleteChannel(
|
|
311
290
|
args: DeleteChannelCommandInput,
|
|
312
|
-
options?: __HttpHandlerOptions
|
|
291
|
+
options?: __HttpHandlerOptions,
|
|
313
292
|
): Promise<DeleteChannelCommandOutput>;
|
|
314
293
|
deleteChannel(
|
|
315
294
|
args: DeleteChannelCommandInput,
|
|
316
|
-
cb: (err: any, data?: DeleteChannelCommandOutput) => void
|
|
295
|
+
cb: (err: any, data?: DeleteChannelCommandOutput) => void,
|
|
317
296
|
): void;
|
|
318
297
|
deleteChannel(
|
|
319
298
|
args: DeleteChannelCommandInput,
|
|
320
299
|
options: __HttpHandlerOptions,
|
|
321
|
-
cb: (err: any, data?: DeleteChannelCommandOutput) => void
|
|
300
|
+
cb: (err: any, data?: DeleteChannelCommandOutput) => void,
|
|
322
301
|
): void;
|
|
323
302
|
deleteChannelPolicy(
|
|
324
303
|
args: DeleteChannelPolicyCommandInput,
|
|
325
|
-
options?: __HttpHandlerOptions
|
|
304
|
+
options?: __HttpHandlerOptions,
|
|
326
305
|
): Promise<DeleteChannelPolicyCommandOutput>;
|
|
327
306
|
deleteChannelPolicy(
|
|
328
307
|
args: DeleteChannelPolicyCommandInput,
|
|
329
|
-
cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void
|
|
308
|
+
cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void,
|
|
330
309
|
): void;
|
|
331
310
|
deleteChannelPolicy(
|
|
332
311
|
args: DeleteChannelPolicyCommandInput,
|
|
333
312
|
options: __HttpHandlerOptions,
|
|
334
|
-
cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void
|
|
313
|
+
cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void,
|
|
335
314
|
): void;
|
|
336
315
|
deleteFunction(
|
|
337
316
|
args: DeleteFunctionCommandInput,
|
|
338
|
-
options?: __HttpHandlerOptions
|
|
317
|
+
options?: __HttpHandlerOptions,
|
|
339
318
|
): Promise<DeleteFunctionCommandOutput>;
|
|
340
319
|
deleteFunction(
|
|
341
320
|
args: DeleteFunctionCommandInput,
|
|
342
|
-
cb: (err: any, data?: DeleteFunctionCommandOutput) => void
|
|
321
|
+
cb: (err: any, data?: DeleteFunctionCommandOutput) => void,
|
|
343
322
|
): void;
|
|
344
323
|
deleteFunction(
|
|
345
324
|
args: DeleteFunctionCommandInput,
|
|
346
325
|
options: __HttpHandlerOptions,
|
|
347
|
-
cb: (err: any, data?: DeleteFunctionCommandOutput) => void
|
|
326
|
+
cb: (err: any, data?: DeleteFunctionCommandOutput) => void,
|
|
348
327
|
): void;
|
|
349
328
|
deleteLiveSource(
|
|
350
329
|
args: DeleteLiveSourceCommandInput,
|
|
351
|
-
options?: __HttpHandlerOptions
|
|
330
|
+
options?: __HttpHandlerOptions,
|
|
352
331
|
): Promise<DeleteLiveSourceCommandOutput>;
|
|
353
332
|
deleteLiveSource(
|
|
354
333
|
args: DeleteLiveSourceCommandInput,
|
|
355
|
-
cb: (err: any, data?: DeleteLiveSourceCommandOutput) => void
|
|
334
|
+
cb: (err: any, data?: DeleteLiveSourceCommandOutput) => void,
|
|
356
335
|
): void;
|
|
357
336
|
deleteLiveSource(
|
|
358
337
|
args: DeleteLiveSourceCommandInput,
|
|
359
338
|
options: __HttpHandlerOptions,
|
|
360
|
-
cb: (err: any, data?: DeleteLiveSourceCommandOutput) => void
|
|
339
|
+
cb: (err: any, data?: DeleteLiveSourceCommandOutput) => void,
|
|
361
340
|
): void;
|
|
362
341
|
deletePlaybackConfiguration(
|
|
363
342
|
args: DeletePlaybackConfigurationCommandInput,
|
|
364
|
-
options?: __HttpHandlerOptions
|
|
343
|
+
options?: __HttpHandlerOptions,
|
|
365
344
|
): Promise<DeletePlaybackConfigurationCommandOutput>;
|
|
366
345
|
deletePlaybackConfiguration(
|
|
367
346
|
args: DeletePlaybackConfigurationCommandInput,
|
|
368
|
-
cb: (err: any, data?: DeletePlaybackConfigurationCommandOutput) => void
|
|
347
|
+
cb: (err: any, data?: DeletePlaybackConfigurationCommandOutput) => void,
|
|
369
348
|
): void;
|
|
370
349
|
deletePlaybackConfiguration(
|
|
371
350
|
args: DeletePlaybackConfigurationCommandInput,
|
|
372
351
|
options: __HttpHandlerOptions,
|
|
373
|
-
cb: (err: any, data?: DeletePlaybackConfigurationCommandOutput) => void
|
|
352
|
+
cb: (err: any, data?: DeletePlaybackConfigurationCommandOutput) => void,
|
|
374
353
|
): void;
|
|
375
354
|
deletePrefetchSchedule(
|
|
376
355
|
args: DeletePrefetchScheduleCommandInput,
|
|
377
|
-
options?: __HttpHandlerOptions
|
|
356
|
+
options?: __HttpHandlerOptions,
|
|
378
357
|
): Promise<DeletePrefetchScheduleCommandOutput>;
|
|
379
358
|
deletePrefetchSchedule(
|
|
380
359
|
args: DeletePrefetchScheduleCommandInput,
|
|
381
|
-
cb: (err: any, data?: DeletePrefetchScheduleCommandOutput) => void
|
|
360
|
+
cb: (err: any, data?: DeletePrefetchScheduleCommandOutput) => void,
|
|
382
361
|
): void;
|
|
383
362
|
deletePrefetchSchedule(
|
|
384
363
|
args: DeletePrefetchScheduleCommandInput,
|
|
385
364
|
options: __HttpHandlerOptions,
|
|
386
|
-
cb: (err: any, data?: DeletePrefetchScheduleCommandOutput) => void
|
|
365
|
+
cb: (err: any, data?: DeletePrefetchScheduleCommandOutput) => void,
|
|
387
366
|
): void;
|
|
388
367
|
deleteProgram(
|
|
389
368
|
args: DeleteProgramCommandInput,
|
|
390
|
-
options?: __HttpHandlerOptions
|
|
369
|
+
options?: __HttpHandlerOptions,
|
|
391
370
|
): Promise<DeleteProgramCommandOutput>;
|
|
392
371
|
deleteProgram(
|
|
393
372
|
args: DeleteProgramCommandInput,
|
|
394
|
-
cb: (err: any, data?: DeleteProgramCommandOutput) => void
|
|
373
|
+
cb: (err: any, data?: DeleteProgramCommandOutput) => void,
|
|
395
374
|
): void;
|
|
396
375
|
deleteProgram(
|
|
397
376
|
args: DeleteProgramCommandInput,
|
|
398
377
|
options: __HttpHandlerOptions,
|
|
399
|
-
cb: (err: any, data?: DeleteProgramCommandOutput) => void
|
|
378
|
+
cb: (err: any, data?: DeleteProgramCommandOutput) => void,
|
|
400
379
|
): void;
|
|
401
380
|
deleteSourceLocation(
|
|
402
381
|
args: DeleteSourceLocationCommandInput,
|
|
403
|
-
options?: __HttpHandlerOptions
|
|
382
|
+
options?: __HttpHandlerOptions,
|
|
404
383
|
): Promise<DeleteSourceLocationCommandOutput>;
|
|
405
384
|
deleteSourceLocation(
|
|
406
385
|
args: DeleteSourceLocationCommandInput,
|
|
407
|
-
cb: (err: any, data?: DeleteSourceLocationCommandOutput) => void
|
|
386
|
+
cb: (err: any, data?: DeleteSourceLocationCommandOutput) => void,
|
|
408
387
|
): void;
|
|
409
388
|
deleteSourceLocation(
|
|
410
389
|
args: DeleteSourceLocationCommandInput,
|
|
411
390
|
options: __HttpHandlerOptions,
|
|
412
|
-
cb: (err: any, data?: DeleteSourceLocationCommandOutput) => void
|
|
391
|
+
cb: (err: any, data?: DeleteSourceLocationCommandOutput) => void,
|
|
413
392
|
): void;
|
|
414
393
|
deleteVodSource(
|
|
415
394
|
args: DeleteVodSourceCommandInput,
|
|
416
|
-
options?: __HttpHandlerOptions
|
|
395
|
+
options?: __HttpHandlerOptions,
|
|
417
396
|
): Promise<DeleteVodSourceCommandOutput>;
|
|
418
397
|
deleteVodSource(
|
|
419
398
|
args: DeleteVodSourceCommandInput,
|
|
420
|
-
cb: (err: any, data?: DeleteVodSourceCommandOutput) => void
|
|
399
|
+
cb: (err: any, data?: DeleteVodSourceCommandOutput) => void,
|
|
421
400
|
): void;
|
|
422
401
|
deleteVodSource(
|
|
423
402
|
args: DeleteVodSourceCommandInput,
|
|
424
403
|
options: __HttpHandlerOptions,
|
|
425
|
-
cb: (err: any, data?: DeleteVodSourceCommandOutput) => void
|
|
404
|
+
cb: (err: any, data?: DeleteVodSourceCommandOutput) => void,
|
|
426
405
|
): void;
|
|
427
406
|
describeChannel(
|
|
428
407
|
args: DescribeChannelCommandInput,
|
|
429
|
-
options?: __HttpHandlerOptions
|
|
408
|
+
options?: __HttpHandlerOptions,
|
|
430
409
|
): Promise<DescribeChannelCommandOutput>;
|
|
431
410
|
describeChannel(
|
|
432
411
|
args: DescribeChannelCommandInput,
|
|
433
|
-
cb: (err: any, data?: DescribeChannelCommandOutput) => void
|
|
412
|
+
cb: (err: any, data?: DescribeChannelCommandOutput) => void,
|
|
434
413
|
): void;
|
|
435
414
|
describeChannel(
|
|
436
415
|
args: DescribeChannelCommandInput,
|
|
437
416
|
options: __HttpHandlerOptions,
|
|
438
|
-
cb: (err: any, data?: DescribeChannelCommandOutput) => void
|
|
417
|
+
cb: (err: any, data?: DescribeChannelCommandOutput) => void,
|
|
439
418
|
): void;
|
|
440
419
|
describeLiveSource(
|
|
441
420
|
args: DescribeLiveSourceCommandInput,
|
|
442
|
-
options?: __HttpHandlerOptions
|
|
421
|
+
options?: __HttpHandlerOptions,
|
|
443
422
|
): Promise<DescribeLiveSourceCommandOutput>;
|
|
444
423
|
describeLiveSource(
|
|
445
424
|
args: DescribeLiveSourceCommandInput,
|
|
446
|
-
cb: (err: any, data?: DescribeLiveSourceCommandOutput) => void
|
|
425
|
+
cb: (err: any, data?: DescribeLiveSourceCommandOutput) => void,
|
|
447
426
|
): void;
|
|
448
427
|
describeLiveSource(
|
|
449
428
|
args: DescribeLiveSourceCommandInput,
|
|
450
429
|
options: __HttpHandlerOptions,
|
|
451
|
-
cb: (err: any, data?: DescribeLiveSourceCommandOutput) => void
|
|
430
|
+
cb: (err: any, data?: DescribeLiveSourceCommandOutput) => void,
|
|
452
431
|
): void;
|
|
453
432
|
describeProgram(
|
|
454
433
|
args: DescribeProgramCommandInput,
|
|
455
|
-
options?: __HttpHandlerOptions
|
|
434
|
+
options?: __HttpHandlerOptions,
|
|
456
435
|
): Promise<DescribeProgramCommandOutput>;
|
|
457
436
|
describeProgram(
|
|
458
437
|
args: DescribeProgramCommandInput,
|
|
459
|
-
cb: (err: any, data?: DescribeProgramCommandOutput) => void
|
|
438
|
+
cb: (err: any, data?: DescribeProgramCommandOutput) => void,
|
|
460
439
|
): void;
|
|
461
440
|
describeProgram(
|
|
462
441
|
args: DescribeProgramCommandInput,
|
|
463
442
|
options: __HttpHandlerOptions,
|
|
464
|
-
cb: (err: any, data?: DescribeProgramCommandOutput) => void
|
|
443
|
+
cb: (err: any, data?: DescribeProgramCommandOutput) => void,
|
|
465
444
|
): void;
|
|
466
445
|
describeSourceLocation(
|
|
467
446
|
args: DescribeSourceLocationCommandInput,
|
|
468
|
-
options?: __HttpHandlerOptions
|
|
447
|
+
options?: __HttpHandlerOptions,
|
|
469
448
|
): Promise<DescribeSourceLocationCommandOutput>;
|
|
470
449
|
describeSourceLocation(
|
|
471
450
|
args: DescribeSourceLocationCommandInput,
|
|
472
|
-
cb: (err: any, data?: DescribeSourceLocationCommandOutput) => void
|
|
451
|
+
cb: (err: any, data?: DescribeSourceLocationCommandOutput) => void,
|
|
473
452
|
): void;
|
|
474
453
|
describeSourceLocation(
|
|
475
454
|
args: DescribeSourceLocationCommandInput,
|
|
476
455
|
options: __HttpHandlerOptions,
|
|
477
|
-
cb: (err: any, data?: DescribeSourceLocationCommandOutput) => void
|
|
456
|
+
cb: (err: any, data?: DescribeSourceLocationCommandOutput) => void,
|
|
478
457
|
): void;
|
|
479
458
|
describeVodSource(
|
|
480
459
|
args: DescribeVodSourceCommandInput,
|
|
481
|
-
options?: __HttpHandlerOptions
|
|
460
|
+
options?: __HttpHandlerOptions,
|
|
482
461
|
): Promise<DescribeVodSourceCommandOutput>;
|
|
483
462
|
describeVodSource(
|
|
484
463
|
args: DescribeVodSourceCommandInput,
|
|
485
|
-
cb: (err: any, data?: DescribeVodSourceCommandOutput) => void
|
|
464
|
+
cb: (err: any, data?: DescribeVodSourceCommandOutput) => void,
|
|
486
465
|
): void;
|
|
487
466
|
describeVodSource(
|
|
488
467
|
args: DescribeVodSourceCommandInput,
|
|
489
468
|
options: __HttpHandlerOptions,
|
|
490
|
-
cb: (err: any, data?: DescribeVodSourceCommandOutput) => void
|
|
469
|
+
cb: (err: any, data?: DescribeVodSourceCommandOutput) => void,
|
|
491
470
|
): void;
|
|
492
471
|
getChannelPolicy(
|
|
493
472
|
args: GetChannelPolicyCommandInput,
|
|
494
|
-
options?: __HttpHandlerOptions
|
|
473
|
+
options?: __HttpHandlerOptions,
|
|
495
474
|
): Promise<GetChannelPolicyCommandOutput>;
|
|
496
475
|
getChannelPolicy(
|
|
497
476
|
args: GetChannelPolicyCommandInput,
|
|
498
|
-
cb: (err: any, data?: GetChannelPolicyCommandOutput) => void
|
|
477
|
+
cb: (err: any, data?: GetChannelPolicyCommandOutput) => void,
|
|
499
478
|
): void;
|
|
500
479
|
getChannelPolicy(
|
|
501
480
|
args: GetChannelPolicyCommandInput,
|
|
502
481
|
options: __HttpHandlerOptions,
|
|
503
|
-
cb: (err: any, data?: GetChannelPolicyCommandOutput) => void
|
|
482
|
+
cb: (err: any, data?: GetChannelPolicyCommandOutput) => void,
|
|
504
483
|
): void;
|
|
505
484
|
getChannelSchedule(
|
|
506
485
|
args: GetChannelScheduleCommandInput,
|
|
507
|
-
options?: __HttpHandlerOptions
|
|
486
|
+
options?: __HttpHandlerOptions,
|
|
508
487
|
): Promise<GetChannelScheduleCommandOutput>;
|
|
509
488
|
getChannelSchedule(
|
|
510
489
|
args: GetChannelScheduleCommandInput,
|
|
511
|
-
cb: (err: any, data?: GetChannelScheduleCommandOutput) => void
|
|
490
|
+
cb: (err: any, data?: GetChannelScheduleCommandOutput) => void,
|
|
512
491
|
): void;
|
|
513
492
|
getChannelSchedule(
|
|
514
493
|
args: GetChannelScheduleCommandInput,
|
|
515
494
|
options: __HttpHandlerOptions,
|
|
516
|
-
cb: (err: any, data?: GetChannelScheduleCommandOutput) => void
|
|
495
|
+
cb: (err: any, data?: GetChannelScheduleCommandOutput) => void,
|
|
517
496
|
): void;
|
|
518
497
|
getFunction(
|
|
519
498
|
args: GetFunctionCommandInput,
|
|
520
|
-
options?: __HttpHandlerOptions
|
|
499
|
+
options?: __HttpHandlerOptions,
|
|
521
500
|
): Promise<GetFunctionCommandOutput>;
|
|
522
501
|
getFunction(
|
|
523
502
|
args: GetFunctionCommandInput,
|
|
524
|
-
cb: (err: any, data?: GetFunctionCommandOutput) => void
|
|
503
|
+
cb: (err: any, data?: GetFunctionCommandOutput) => void,
|
|
525
504
|
): void;
|
|
526
505
|
getFunction(
|
|
527
506
|
args: GetFunctionCommandInput,
|
|
528
507
|
options: __HttpHandlerOptions,
|
|
529
|
-
cb: (err: any, data?: GetFunctionCommandOutput) => void
|
|
508
|
+
cb: (err: any, data?: GetFunctionCommandOutput) => void,
|
|
530
509
|
): void;
|
|
531
510
|
getPlaybackConfiguration(
|
|
532
511
|
args: GetPlaybackConfigurationCommandInput,
|
|
533
|
-
options?: __HttpHandlerOptions
|
|
512
|
+
options?: __HttpHandlerOptions,
|
|
534
513
|
): Promise<GetPlaybackConfigurationCommandOutput>;
|
|
535
514
|
getPlaybackConfiguration(
|
|
536
515
|
args: GetPlaybackConfigurationCommandInput,
|
|
537
|
-
cb: (err: any, data?: GetPlaybackConfigurationCommandOutput) => void
|
|
516
|
+
cb: (err: any, data?: GetPlaybackConfigurationCommandOutput) => void,
|
|
538
517
|
): void;
|
|
539
518
|
getPlaybackConfiguration(
|
|
540
519
|
args: GetPlaybackConfigurationCommandInput,
|
|
541
520
|
options: __HttpHandlerOptions,
|
|
542
|
-
cb: (err: any, data?: GetPlaybackConfigurationCommandOutput) => void
|
|
521
|
+
cb: (err: any, data?: GetPlaybackConfigurationCommandOutput) => void,
|
|
543
522
|
): void;
|
|
544
523
|
getPrefetchSchedule(
|
|
545
524
|
args: GetPrefetchScheduleCommandInput,
|
|
546
|
-
options?: __HttpHandlerOptions
|
|
525
|
+
options?: __HttpHandlerOptions,
|
|
547
526
|
): Promise<GetPrefetchScheduleCommandOutput>;
|
|
548
527
|
getPrefetchSchedule(
|
|
549
528
|
args: GetPrefetchScheduleCommandInput,
|
|
550
|
-
cb: (err: any, data?: GetPrefetchScheduleCommandOutput) => void
|
|
529
|
+
cb: (err: any, data?: GetPrefetchScheduleCommandOutput) => void,
|
|
551
530
|
): void;
|
|
552
531
|
getPrefetchSchedule(
|
|
553
532
|
args: GetPrefetchScheduleCommandInput,
|
|
554
533
|
options: __HttpHandlerOptions,
|
|
555
|
-
cb: (err: any, data?: GetPrefetchScheduleCommandOutput) => void
|
|
534
|
+
cb: (err: any, data?: GetPrefetchScheduleCommandOutput) => void,
|
|
556
535
|
): void;
|
|
557
536
|
listAlerts(
|
|
558
537
|
args: ListAlertsCommandInput,
|
|
559
|
-
options?: __HttpHandlerOptions
|
|
538
|
+
options?: __HttpHandlerOptions,
|
|
560
539
|
): Promise<ListAlertsCommandOutput>;
|
|
561
540
|
listAlerts(
|
|
562
541
|
args: ListAlertsCommandInput,
|
|
563
|
-
cb: (err: any, data?: ListAlertsCommandOutput) => void
|
|
542
|
+
cb: (err: any, data?: ListAlertsCommandOutput) => void,
|
|
564
543
|
): void;
|
|
565
544
|
listAlerts(
|
|
566
545
|
args: ListAlertsCommandInput,
|
|
567
546
|
options: __HttpHandlerOptions,
|
|
568
|
-
cb: (err: any, data?: ListAlertsCommandOutput) => void
|
|
547
|
+
cb: (err: any, data?: ListAlertsCommandOutput) => void,
|
|
569
548
|
): void;
|
|
570
549
|
listChannels(): Promise<ListChannelsCommandOutput>;
|
|
571
550
|
listChannels(
|
|
572
551
|
args: ListChannelsCommandInput,
|
|
573
|
-
options?: __HttpHandlerOptions
|
|
552
|
+
options?: __HttpHandlerOptions,
|
|
574
553
|
): Promise<ListChannelsCommandOutput>;
|
|
575
554
|
listChannels(
|
|
576
555
|
args: ListChannelsCommandInput,
|
|
577
|
-
cb: (err: any, data?: ListChannelsCommandOutput) => void
|
|
556
|
+
cb: (err: any, data?: ListChannelsCommandOutput) => void,
|
|
578
557
|
): void;
|
|
579
558
|
listChannels(
|
|
580
559
|
args: ListChannelsCommandInput,
|
|
581
560
|
options: __HttpHandlerOptions,
|
|
582
|
-
cb: (err: any, data?: ListChannelsCommandOutput) => void
|
|
561
|
+
cb: (err: any, data?: ListChannelsCommandOutput) => void,
|
|
583
562
|
): void;
|
|
584
563
|
listFunctions(): Promise<ListFunctionsCommandOutput>;
|
|
585
564
|
listFunctions(
|
|
586
565
|
args: ListFunctionsCommandInput,
|
|
587
|
-
options?: __HttpHandlerOptions
|
|
566
|
+
options?: __HttpHandlerOptions,
|
|
588
567
|
): Promise<ListFunctionsCommandOutput>;
|
|
589
568
|
listFunctions(
|
|
590
569
|
args: ListFunctionsCommandInput,
|
|
591
|
-
cb: (err: any, data?: ListFunctionsCommandOutput) => void
|
|
570
|
+
cb: (err: any, data?: ListFunctionsCommandOutput) => void,
|
|
592
571
|
): void;
|
|
593
572
|
listFunctions(
|
|
594
573
|
args: ListFunctionsCommandInput,
|
|
595
574
|
options: __HttpHandlerOptions,
|
|
596
|
-
cb: (err: any, data?: ListFunctionsCommandOutput) => void
|
|
575
|
+
cb: (err: any, data?: ListFunctionsCommandOutput) => void,
|
|
597
576
|
): void;
|
|
598
577
|
listLiveSources(
|
|
599
578
|
args: ListLiveSourcesCommandInput,
|
|
600
|
-
options?: __HttpHandlerOptions
|
|
579
|
+
options?: __HttpHandlerOptions,
|
|
601
580
|
): Promise<ListLiveSourcesCommandOutput>;
|
|
602
581
|
listLiveSources(
|
|
603
582
|
args: ListLiveSourcesCommandInput,
|
|
604
|
-
cb: (err: any, data?: ListLiveSourcesCommandOutput) => void
|
|
583
|
+
cb: (err: any, data?: ListLiveSourcesCommandOutput) => void,
|
|
605
584
|
): void;
|
|
606
585
|
listLiveSources(
|
|
607
586
|
args: ListLiveSourcesCommandInput,
|
|
608
587
|
options: __HttpHandlerOptions,
|
|
609
|
-
cb: (err: any, data?: ListLiveSourcesCommandOutput) => void
|
|
588
|
+
cb: (err: any, data?: ListLiveSourcesCommandOutput) => void,
|
|
610
589
|
): void;
|
|
611
590
|
listPlaybackConfigurations(): Promise<ListPlaybackConfigurationsCommandOutput>;
|
|
612
591
|
listPlaybackConfigurations(
|
|
613
592
|
args: ListPlaybackConfigurationsCommandInput,
|
|
614
|
-
options?: __HttpHandlerOptions
|
|
593
|
+
options?: __HttpHandlerOptions,
|
|
615
594
|
): Promise<ListPlaybackConfigurationsCommandOutput>;
|
|
616
595
|
listPlaybackConfigurations(
|
|
617
596
|
args: ListPlaybackConfigurationsCommandInput,
|
|
618
|
-
cb: (err: any, data?: ListPlaybackConfigurationsCommandOutput) => void
|
|
597
|
+
cb: (err: any, data?: ListPlaybackConfigurationsCommandOutput) => void,
|
|
619
598
|
): void;
|
|
620
599
|
listPlaybackConfigurations(
|
|
621
600
|
args: ListPlaybackConfigurationsCommandInput,
|
|
622
601
|
options: __HttpHandlerOptions,
|
|
623
|
-
cb: (err: any, data?: ListPlaybackConfigurationsCommandOutput) => void
|
|
602
|
+
cb: (err: any, data?: ListPlaybackConfigurationsCommandOutput) => void,
|
|
624
603
|
): void;
|
|
625
604
|
listPrefetchSchedules(
|
|
626
605
|
args: ListPrefetchSchedulesCommandInput,
|
|
627
|
-
options?: __HttpHandlerOptions
|
|
606
|
+
options?: __HttpHandlerOptions,
|
|
628
607
|
): Promise<ListPrefetchSchedulesCommandOutput>;
|
|
629
608
|
listPrefetchSchedules(
|
|
630
609
|
args: ListPrefetchSchedulesCommandInput,
|
|
631
|
-
cb: (err: any, data?: ListPrefetchSchedulesCommandOutput) => void
|
|
610
|
+
cb: (err: any, data?: ListPrefetchSchedulesCommandOutput) => void,
|
|
632
611
|
): void;
|
|
633
612
|
listPrefetchSchedules(
|
|
634
613
|
args: ListPrefetchSchedulesCommandInput,
|
|
635
614
|
options: __HttpHandlerOptions,
|
|
636
|
-
cb: (err: any, data?: ListPrefetchSchedulesCommandOutput) => void
|
|
615
|
+
cb: (err: any, data?: ListPrefetchSchedulesCommandOutput) => void,
|
|
637
616
|
): void;
|
|
638
617
|
listSourceLocations(): Promise<ListSourceLocationsCommandOutput>;
|
|
639
618
|
listSourceLocations(
|
|
640
619
|
args: ListSourceLocationsCommandInput,
|
|
641
|
-
options?: __HttpHandlerOptions
|
|
620
|
+
options?: __HttpHandlerOptions,
|
|
642
621
|
): Promise<ListSourceLocationsCommandOutput>;
|
|
643
622
|
listSourceLocations(
|
|
644
623
|
args: ListSourceLocationsCommandInput,
|
|
645
|
-
cb: (err: any, data?: ListSourceLocationsCommandOutput) => void
|
|
624
|
+
cb: (err: any, data?: ListSourceLocationsCommandOutput) => void,
|
|
646
625
|
): void;
|
|
647
626
|
listSourceLocations(
|
|
648
627
|
args: ListSourceLocationsCommandInput,
|
|
649
628
|
options: __HttpHandlerOptions,
|
|
650
|
-
cb: (err: any, data?: ListSourceLocationsCommandOutput) => void
|
|
629
|
+
cb: (err: any, data?: ListSourceLocationsCommandOutput) => void,
|
|
651
630
|
): void;
|
|
652
631
|
listTagsForResource(
|
|
653
632
|
args: ListTagsForResourceCommandInput,
|
|
654
|
-
options?: __HttpHandlerOptions
|
|
633
|
+
options?: __HttpHandlerOptions,
|
|
655
634
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
656
635
|
listTagsForResource(
|
|
657
636
|
args: ListTagsForResourceCommandInput,
|
|
658
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
637
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
659
638
|
): void;
|
|
660
639
|
listTagsForResource(
|
|
661
640
|
args: ListTagsForResourceCommandInput,
|
|
662
641
|
options: __HttpHandlerOptions,
|
|
663
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
642
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
664
643
|
): void;
|
|
665
644
|
listVodSources(
|
|
666
645
|
args: ListVodSourcesCommandInput,
|
|
667
|
-
options?: __HttpHandlerOptions
|
|
646
|
+
options?: __HttpHandlerOptions,
|
|
668
647
|
): Promise<ListVodSourcesCommandOutput>;
|
|
669
648
|
listVodSources(
|
|
670
649
|
args: ListVodSourcesCommandInput,
|
|
671
|
-
cb: (err: any, data?: ListVodSourcesCommandOutput) => void
|
|
650
|
+
cb: (err: any, data?: ListVodSourcesCommandOutput) => void,
|
|
672
651
|
): void;
|
|
673
652
|
listVodSources(
|
|
674
653
|
args: ListVodSourcesCommandInput,
|
|
675
654
|
options: __HttpHandlerOptions,
|
|
676
|
-
cb: (err: any, data?: ListVodSourcesCommandOutput) => void
|
|
655
|
+
cb: (err: any, data?: ListVodSourcesCommandOutput) => void,
|
|
677
656
|
): void;
|
|
678
657
|
putChannelPolicy(
|
|
679
658
|
args: PutChannelPolicyCommandInput,
|
|
680
|
-
options?: __HttpHandlerOptions
|
|
659
|
+
options?: __HttpHandlerOptions,
|
|
681
660
|
): Promise<PutChannelPolicyCommandOutput>;
|
|
682
661
|
putChannelPolicy(
|
|
683
662
|
args: PutChannelPolicyCommandInput,
|
|
684
|
-
cb: (err: any, data?: PutChannelPolicyCommandOutput) => void
|
|
663
|
+
cb: (err: any, data?: PutChannelPolicyCommandOutput) => void,
|
|
685
664
|
): void;
|
|
686
665
|
putChannelPolicy(
|
|
687
666
|
args: PutChannelPolicyCommandInput,
|
|
688
667
|
options: __HttpHandlerOptions,
|
|
689
|
-
cb: (err: any, data?: PutChannelPolicyCommandOutput) => void
|
|
668
|
+
cb: (err: any, data?: PutChannelPolicyCommandOutput) => void,
|
|
690
669
|
): void;
|
|
691
670
|
putFunction(
|
|
692
671
|
args: PutFunctionCommandInput,
|
|
693
|
-
options?: __HttpHandlerOptions
|
|
672
|
+
options?: __HttpHandlerOptions,
|
|
694
673
|
): Promise<PutFunctionCommandOutput>;
|
|
695
674
|
putFunction(
|
|
696
675
|
args: PutFunctionCommandInput,
|
|
697
|
-
cb: (err: any, data?: PutFunctionCommandOutput) => void
|
|
676
|
+
cb: (err: any, data?: PutFunctionCommandOutput) => void,
|
|
698
677
|
): void;
|
|
699
678
|
putFunction(
|
|
700
679
|
args: PutFunctionCommandInput,
|
|
701
680
|
options: __HttpHandlerOptions,
|
|
702
|
-
cb: (err: any, data?: PutFunctionCommandOutput) => void
|
|
681
|
+
cb: (err: any, data?: PutFunctionCommandOutput) => void,
|
|
703
682
|
): void;
|
|
704
683
|
putPlaybackConfiguration(
|
|
705
684
|
args: PutPlaybackConfigurationCommandInput,
|
|
706
|
-
options?: __HttpHandlerOptions
|
|
685
|
+
options?: __HttpHandlerOptions,
|
|
707
686
|
): Promise<PutPlaybackConfigurationCommandOutput>;
|
|
708
687
|
putPlaybackConfiguration(
|
|
709
688
|
args: PutPlaybackConfigurationCommandInput,
|
|
710
|
-
cb: (err: any, data?: PutPlaybackConfigurationCommandOutput) => void
|
|
689
|
+
cb: (err: any, data?: PutPlaybackConfigurationCommandOutput) => void,
|
|
711
690
|
): void;
|
|
712
691
|
putPlaybackConfiguration(
|
|
713
692
|
args: PutPlaybackConfigurationCommandInput,
|
|
714
693
|
options: __HttpHandlerOptions,
|
|
715
|
-
cb: (err: any, data?: PutPlaybackConfigurationCommandOutput) => void
|
|
694
|
+
cb: (err: any, data?: PutPlaybackConfigurationCommandOutput) => void,
|
|
716
695
|
): void;
|
|
717
696
|
startChannel(
|
|
718
697
|
args: StartChannelCommandInput,
|
|
719
|
-
options?: __HttpHandlerOptions
|
|
698
|
+
options?: __HttpHandlerOptions,
|
|
720
699
|
): Promise<StartChannelCommandOutput>;
|
|
721
700
|
startChannel(
|
|
722
701
|
args: StartChannelCommandInput,
|
|
723
|
-
cb: (err: any, data?: StartChannelCommandOutput) => void
|
|
702
|
+
cb: (err: any, data?: StartChannelCommandOutput) => void,
|
|
724
703
|
): void;
|
|
725
704
|
startChannel(
|
|
726
705
|
args: StartChannelCommandInput,
|
|
727
706
|
options: __HttpHandlerOptions,
|
|
728
|
-
cb: (err: any, data?: StartChannelCommandOutput) => void
|
|
707
|
+
cb: (err: any, data?: StartChannelCommandOutput) => void,
|
|
729
708
|
): void;
|
|
730
709
|
stopChannel(
|
|
731
710
|
args: StopChannelCommandInput,
|
|
732
|
-
options?: __HttpHandlerOptions
|
|
711
|
+
options?: __HttpHandlerOptions,
|
|
733
712
|
): Promise<StopChannelCommandOutput>;
|
|
734
713
|
stopChannel(
|
|
735
714
|
args: StopChannelCommandInput,
|
|
736
|
-
cb: (err: any, data?: StopChannelCommandOutput) => void
|
|
715
|
+
cb: (err: any, data?: StopChannelCommandOutput) => void,
|
|
737
716
|
): void;
|
|
738
717
|
stopChannel(
|
|
739
718
|
args: StopChannelCommandInput,
|
|
740
719
|
options: __HttpHandlerOptions,
|
|
741
|
-
cb: (err: any, data?: StopChannelCommandOutput) => void
|
|
720
|
+
cb: (err: any, data?: StopChannelCommandOutput) => void,
|
|
742
721
|
): void;
|
|
743
722
|
tagResource(
|
|
744
723
|
args: TagResourceCommandInput,
|
|
745
|
-
options?: __HttpHandlerOptions
|
|
724
|
+
options?: __HttpHandlerOptions,
|
|
746
725
|
): Promise<TagResourceCommandOutput>;
|
|
747
726
|
tagResource(
|
|
748
727
|
args: TagResourceCommandInput,
|
|
749
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
728
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
750
729
|
): void;
|
|
751
730
|
tagResource(
|
|
752
731
|
args: TagResourceCommandInput,
|
|
753
732
|
options: __HttpHandlerOptions,
|
|
754
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
733
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
755
734
|
): void;
|
|
756
735
|
untagResource(
|
|
757
736
|
args: UntagResourceCommandInput,
|
|
758
|
-
options?: __HttpHandlerOptions
|
|
737
|
+
options?: __HttpHandlerOptions,
|
|
759
738
|
): Promise<UntagResourceCommandOutput>;
|
|
760
739
|
untagResource(
|
|
761
740
|
args: UntagResourceCommandInput,
|
|
762
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
741
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
763
742
|
): void;
|
|
764
743
|
untagResource(
|
|
765
744
|
args: UntagResourceCommandInput,
|
|
766
745
|
options: __HttpHandlerOptions,
|
|
767
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
746
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
768
747
|
): void;
|
|
769
748
|
updateChannel(
|
|
770
749
|
args: UpdateChannelCommandInput,
|
|
771
|
-
options?: __HttpHandlerOptions
|
|
750
|
+
options?: __HttpHandlerOptions,
|
|
772
751
|
): Promise<UpdateChannelCommandOutput>;
|
|
773
752
|
updateChannel(
|
|
774
753
|
args: UpdateChannelCommandInput,
|
|
775
|
-
cb: (err: any, data?: UpdateChannelCommandOutput) => void
|
|
754
|
+
cb: (err: any, data?: UpdateChannelCommandOutput) => void,
|
|
776
755
|
): void;
|
|
777
756
|
updateChannel(
|
|
778
757
|
args: UpdateChannelCommandInput,
|
|
779
758
|
options: __HttpHandlerOptions,
|
|
780
|
-
cb: (err: any, data?: UpdateChannelCommandOutput) => void
|
|
759
|
+
cb: (err: any, data?: UpdateChannelCommandOutput) => void,
|
|
781
760
|
): void;
|
|
782
761
|
updateLiveSource(
|
|
783
762
|
args: UpdateLiveSourceCommandInput,
|
|
784
|
-
options?: __HttpHandlerOptions
|
|
763
|
+
options?: __HttpHandlerOptions,
|
|
785
764
|
): Promise<UpdateLiveSourceCommandOutput>;
|
|
786
765
|
updateLiveSource(
|
|
787
766
|
args: UpdateLiveSourceCommandInput,
|
|
788
|
-
cb: (err: any, data?: UpdateLiveSourceCommandOutput) => void
|
|
767
|
+
cb: (err: any, data?: UpdateLiveSourceCommandOutput) => void,
|
|
789
768
|
): void;
|
|
790
769
|
updateLiveSource(
|
|
791
770
|
args: UpdateLiveSourceCommandInput,
|
|
792
771
|
options: __HttpHandlerOptions,
|
|
793
|
-
cb: (err: any, data?: UpdateLiveSourceCommandOutput) => void
|
|
772
|
+
cb: (err: any, data?: UpdateLiveSourceCommandOutput) => void,
|
|
794
773
|
): void;
|
|
795
774
|
updateProgram(
|
|
796
775
|
args: UpdateProgramCommandInput,
|
|
797
|
-
options?: __HttpHandlerOptions
|
|
776
|
+
options?: __HttpHandlerOptions,
|
|
798
777
|
): Promise<UpdateProgramCommandOutput>;
|
|
799
778
|
updateProgram(
|
|
800
779
|
args: UpdateProgramCommandInput,
|
|
801
|
-
cb: (err: any, data?: UpdateProgramCommandOutput) => void
|
|
780
|
+
cb: (err: any, data?: UpdateProgramCommandOutput) => void,
|
|
802
781
|
): void;
|
|
803
782
|
updateProgram(
|
|
804
783
|
args: UpdateProgramCommandInput,
|
|
805
784
|
options: __HttpHandlerOptions,
|
|
806
|
-
cb: (err: any, data?: UpdateProgramCommandOutput) => void
|
|
785
|
+
cb: (err: any, data?: UpdateProgramCommandOutput) => void,
|
|
807
786
|
): void;
|
|
808
787
|
updateSourceLocation(
|
|
809
788
|
args: UpdateSourceLocationCommandInput,
|
|
810
|
-
options?: __HttpHandlerOptions
|
|
789
|
+
options?: __HttpHandlerOptions,
|
|
811
790
|
): Promise<UpdateSourceLocationCommandOutput>;
|
|
812
791
|
updateSourceLocation(
|
|
813
792
|
args: UpdateSourceLocationCommandInput,
|
|
814
|
-
cb: (err: any, data?: UpdateSourceLocationCommandOutput) => void
|
|
793
|
+
cb: (err: any, data?: UpdateSourceLocationCommandOutput) => void,
|
|
815
794
|
): void;
|
|
816
795
|
updateSourceLocation(
|
|
817
796
|
args: UpdateSourceLocationCommandInput,
|
|
818
797
|
options: __HttpHandlerOptions,
|
|
819
|
-
cb: (err: any, data?: UpdateSourceLocationCommandOutput) => void
|
|
798
|
+
cb: (err: any, data?: UpdateSourceLocationCommandOutput) => void,
|
|
820
799
|
): void;
|
|
821
800
|
updateVodSource(
|
|
822
801
|
args: UpdateVodSourceCommandInput,
|
|
823
|
-
options?: __HttpHandlerOptions
|
|
802
|
+
options?: __HttpHandlerOptions,
|
|
824
803
|
): Promise<UpdateVodSourceCommandOutput>;
|
|
825
804
|
updateVodSource(
|
|
826
805
|
args: UpdateVodSourceCommandInput,
|
|
827
|
-
cb: (err: any, data?: UpdateVodSourceCommandOutput) => void
|
|
806
|
+
cb: (err: any, data?: UpdateVodSourceCommandOutput) => void,
|
|
828
807
|
): void;
|
|
829
808
|
updateVodSource(
|
|
830
809
|
args: UpdateVodSourceCommandInput,
|
|
831
810
|
options: __HttpHandlerOptions,
|
|
832
|
-
cb: (err: any, data?: UpdateVodSourceCommandOutput) => void
|
|
811
|
+
cb: (err: any, data?: UpdateVodSourceCommandOutput) => void,
|
|
833
812
|
): void;
|
|
834
813
|
paginateGetChannelSchedule(
|
|
835
814
|
args: GetChannelScheduleCommandInput,
|
|
836
815
|
paginationConfig?: Pick<
|
|
837
816
|
PaginationConfiguration,
|
|
838
817
|
Exclude<keyof PaginationConfiguration, "client">
|
|
839
|
-
|
|
818
|
+
>,
|
|
840
819
|
): Paginator<GetChannelScheduleCommandOutput>;
|
|
841
820
|
paginateListAlerts(
|
|
842
821
|
args: ListAlertsCommandInput,
|
|
843
822
|
paginationConfig?: Pick<
|
|
844
823
|
PaginationConfiguration,
|
|
845
824
|
Exclude<keyof PaginationConfiguration, "client">
|
|
846
|
-
|
|
825
|
+
>,
|
|
847
826
|
): Paginator<ListAlertsCommandOutput>;
|
|
848
827
|
paginateListChannels(
|
|
849
828
|
args?: ListChannelsCommandInput,
|
|
850
829
|
paginationConfig?: Pick<
|
|
851
830
|
PaginationConfiguration,
|
|
852
831
|
Exclude<keyof PaginationConfiguration, "client">
|
|
853
|
-
|
|
832
|
+
>,
|
|
854
833
|
): Paginator<ListChannelsCommandOutput>;
|
|
855
834
|
paginateListFunctions(
|
|
856
835
|
args?: ListFunctionsCommandInput,
|
|
857
836
|
paginationConfig?: Pick<
|
|
858
837
|
PaginationConfiguration,
|
|
859
838
|
Exclude<keyof PaginationConfiguration, "client">
|
|
860
|
-
|
|
839
|
+
>,
|
|
861
840
|
): Paginator<ListFunctionsCommandOutput>;
|
|
862
841
|
paginateListLiveSources(
|
|
863
842
|
args: ListLiveSourcesCommandInput,
|
|
864
843
|
paginationConfig?: Pick<
|
|
865
844
|
PaginationConfiguration,
|
|
866
845
|
Exclude<keyof PaginationConfiguration, "client">
|
|
867
|
-
|
|
846
|
+
>,
|
|
868
847
|
): Paginator<ListLiveSourcesCommandOutput>;
|
|
869
848
|
paginateListPlaybackConfigurations(
|
|
870
849
|
args?: ListPlaybackConfigurationsCommandInput,
|
|
871
850
|
paginationConfig?: Pick<
|
|
872
851
|
PaginationConfiguration,
|
|
873
852
|
Exclude<keyof PaginationConfiguration, "client">
|
|
874
|
-
|
|
853
|
+
>,
|
|
875
854
|
): Paginator<ListPlaybackConfigurationsCommandOutput>;
|
|
876
855
|
paginateListPrefetchSchedules(
|
|
877
856
|
args: ListPrefetchSchedulesCommandInput,
|
|
878
857
|
paginationConfig?: Pick<
|
|
879
858
|
PaginationConfiguration,
|
|
880
859
|
Exclude<keyof PaginationConfiguration, "client">
|
|
881
|
-
|
|
860
|
+
>,
|
|
882
861
|
): Paginator<ListPrefetchSchedulesCommandOutput>;
|
|
883
862
|
paginateListSourceLocations(
|
|
884
863
|
args?: ListSourceLocationsCommandInput,
|
|
885
864
|
paginationConfig?: Pick<
|
|
886
865
|
PaginationConfiguration,
|
|
887
866
|
Exclude<keyof PaginationConfiguration, "client">
|
|
888
|
-
|
|
867
|
+
>,
|
|
889
868
|
): Paginator<ListSourceLocationsCommandOutput>;
|
|
890
869
|
paginateListVodSources(
|
|
891
870
|
args: ListVodSourcesCommandInput,
|
|
892
871
|
paginationConfig?: Pick<
|
|
893
872
|
PaginationConfiguration,
|
|
894
873
|
Exclude<keyof PaginationConfiguration, "client">
|
|
895
|
-
|
|
874
|
+
>,
|
|
896
875
|
): Paginator<ListVodSourcesCommandOutput>;
|
|
897
876
|
}
|
|
898
|
-
export declare class MediaTailor
|
|
899
|
-
extends MediaTailorClient
|
|
900
|
-
implements MediaTailor {}
|
|
877
|
+
export declare class MediaTailor extends MediaTailorClient implements MediaTailor {}
|