amazonka-mediatailor-2.0: Amazon MediaTailor SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaTailor.DescribeChannel

Description

Describes a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.

Synopsis

Creating a Request

data DescribeChannel Source #

See: newDescribeChannel smart constructor.

Constructors

DescribeChannel' 

Fields

Instances

Instances details
ToHeaders DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

ToPath DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

ToQuery DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

AWSRequest DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Associated Types

type AWSResponse DescribeChannel #

Generic DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Associated Types

type Rep DescribeChannel :: Type -> Type #

Read DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Show DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

NFData DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Methods

rnf :: DescribeChannel -> () #

Eq DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Hashable DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

type AWSResponse DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

type Rep DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

type Rep DescribeChannel = D1 ('MetaData "DescribeChannel" "Amazonka.MediaTailor.DescribeChannel" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'False) (C1 ('MetaCons "DescribeChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeChannel Source #

Create a value of DescribeChannel with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeChannel, describeChannel_channelName - The name of the channel.

Request Lenses

Destructuring the Response

data DescribeChannelResponse Source #

See: newDescribeChannelResponse smart constructor.

Constructors

DescribeChannelResponse' 

Fields

Instances

Instances details
Generic DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Associated Types

type Rep DescribeChannelResponse :: Type -> Type #

Read DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Show DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

NFData DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Methods

rnf :: DescribeChannelResponse -> () #

Eq DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

type Rep DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

type Rep DescribeChannelResponse = D1 ('MetaData "DescribeChannelResponse" "Amazonka.MediaTailor.DescribeChannel" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'False) (C1 ('MetaCons "DescribeChannelResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "channelState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelState)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "fillerSlate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SlateSource))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResponseOutputItem])) :*: S1 ('MetaSel ('Just "playbackMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "tier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeChannelResponse Source #

Create a value of DescribeChannelResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeChannelResponse, describeChannelResponse_arn - The ARN of the channel.

DescribeChannel, describeChannelResponse_channelName - The name of the channel.

DescribeChannelResponse, describeChannelResponse_channelState - Indicates whether the channel is in a running state or not.

DescribeChannelResponse, describeChannelResponse_creationTime - The timestamp of when the channel was created.

DescribeChannelResponse, describeChannelResponse_fillerSlate - Contains information about the slate used to fill gaps between programs in the schedule.

DescribeChannelResponse, describeChannelResponse_lastModifiedTime - The timestamp of when the channel was last modified.

DescribeChannelResponse, describeChannelResponse_outputs - The channel's output properties.

DescribeChannelResponse, describeChannelResponse_playbackMode - The channel's playback mode.

DescribeChannelResponse, describeChannelResponse_tags - The tags assigned 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.

DescribeChannelResponse, describeChannelResponse_tier - The channel's tier.

$sel:httpStatus:DescribeChannelResponse', describeChannelResponse_httpStatus - The response's http status code.

Response Lenses

describeChannelResponse_channelState :: Lens' DescribeChannelResponse (Maybe ChannelState) Source #

Indicates whether the channel is in a running state or not.

describeChannelResponse_creationTime :: Lens' DescribeChannelResponse (Maybe UTCTime) Source #

The timestamp of when the channel was created.

describeChannelResponse_fillerSlate :: Lens' DescribeChannelResponse (Maybe SlateSource) Source #

Contains information about the slate used to fill gaps between programs in the schedule.

describeChannelResponse_lastModifiedTime :: Lens' DescribeChannelResponse (Maybe UTCTime) Source #

The timestamp of when the channel was last modified.

describeChannelResponse_tags :: Lens' DescribeChannelResponse (Maybe (HashMap Text Text)) Source #

The tags assigned 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.