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