libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaTailor.DescribeChannel

Description

Describes the properties of a specific channel.

Synopsis

Creating a Request

data DescribeChannel Source #

See: newDescribeChannel smart constructor.

Constructors

DescribeChannel' 

Fields

Instances

Instances details
Eq DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Read DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Show DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Generic DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Associated Types

type Rep DescribeChannel :: Type -> Type #

NFData DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Methods

rnf :: DescribeChannel -> () #

Hashable DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

AWSRequest DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Associated Types

type AWSResponse DescribeChannel #

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

type Rep DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

type Rep DescribeChannel = D1 ('MetaData "DescribeChannel" "Amazonka.MediaTailor.DescribeChannel" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DescribeChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

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:

$sel:channelName:DescribeChannel', describeChannel_channelName - The identifier for the channel you are working on.

Request Lenses

describeChannel_channelName :: Lens' DescribeChannel Text Source #

The identifier for the channel you are working on.

Destructuring the Response

data DescribeChannelResponse Source #

See: newDescribeChannelResponse smart constructor.

Constructors

DescribeChannelResponse' 

Fields

Instances

Instances details
Eq DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Read DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Show DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Generic DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Associated Types

type Rep DescribeChannelResponse :: Type -> Type #

NFData DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

Methods

rnf :: DescribeChannelResponse -> () #

type Rep DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeChannel

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:

$sel:creationTime:DescribeChannelResponse', describeChannelResponse_creationTime - The timestamp of when the channel was created.

$sel:arn:DescribeChannelResponse', describeChannelResponse_arn - The ARN of the channel.

$sel:lastModifiedTime:DescribeChannelResponse', describeChannelResponse_lastModifiedTime - The timestamp of when the channel was last modified.

$sel:playbackMode:DescribeChannelResponse', describeChannelResponse_playbackMode - The channel's playback mode.

$sel:channelName:DescribeChannel', describeChannelResponse_channelName - The name of the channel.

$sel:outputs:DescribeChannelResponse', describeChannelResponse_outputs - The channel's output properties.

$sel:channelState:DescribeChannelResponse', describeChannelResponse_channelState - Indicates whether the channel is in a running state or not.

$sel:fillerSlate:DescribeChannelResponse', describeChannelResponse_fillerSlate - Contains information about the slate used to fill gaps between programs in the schedule.

$sel:tags:DescribeChannelResponse', describeChannelResponse_tags - The tags assigned to the channel.

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

Response Lenses

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

The timestamp of when the channel was created.

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

The timestamp of when the channel was last modified.

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

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

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

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