- Navigation Guide
@aws-sdk/client-mediatailor
UpdateChannelCommandOutput Interface
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Arn | string | undefined | The Amazon Resource Name (ARN) associated with the channel. |
Audiences | string[] | undefined | The list of audiences defined in channel. |
ChannelName | string | undefined | The name of the channel. |
ChannelState | ChannelState | undefined | Returns the state whether the channel is running or not. |
CreationTime | Date | undefined | The timestamp of when the channel was created. |
FillerSlate | SlateSource | undefined | The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the |
LastModifiedTime | Date | undefined | The timestamp that indicates when the channel was last modified. |
Outputs | ResponseOutputItem[] | undefined | The channel's output properties. |
PlaybackMode | string | undefined | The type of playback mode for this channel. |
Tags | Record<string, string> | undefined | The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources . |
Tier | string | undefined | The tier associated with this Channel. |
TimeShiftConfiguration | TimeShiftConfiguration | undefined | The time-shifted viewing configuration for the channel. |
Full Signature
export interface UpdateChannelCommandOutput extends UpdateChannelResponse, MetadataBearer