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.DescribeProgram

Description

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

Synopsis

Creating a Request

data DescribeProgram Source #

See: newDescribeProgram smart constructor.

Constructors

DescribeProgram' 

Fields

Instances

Instances details
ToHeaders DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

ToPath DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

ToQuery DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

AWSRequest DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Associated Types

type AWSResponse DescribeProgram #

Generic DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Associated Types

type Rep DescribeProgram :: Type -> Type #

Read DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Show DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

NFData DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Methods

rnf :: DescribeProgram -> () #

Eq DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Hashable DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

type AWSResponse DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

type Rep DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

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

newDescribeProgram Source #

Create a value of DescribeProgram 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:

DescribeProgram, describeProgram_channelName - The name of the channel associated with this Program.

DescribeProgram, describeProgram_programName - The name of the program.

Request Lenses

describeProgram_channelName :: Lens' DescribeProgram Text Source #

The name of the channel associated with this Program.

Destructuring the Response

data DescribeProgramResponse Source #

See: newDescribeProgramResponse smart constructor.

Constructors

DescribeProgramResponse' 

Fields

Instances

Instances details
Generic DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Associated Types

type Rep DescribeProgramResponse :: Type -> Type #

Read DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Show DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

NFData DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Methods

rnf :: DescribeProgramResponse -> () #

Eq DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

type Rep DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

newDescribeProgramResponse Source #

Create a value of DescribeProgramResponse 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:adBreaks:DescribeProgramResponse', describeProgramResponse_adBreaks - The ad break configuration settings.

DescribeProgramResponse, describeProgramResponse_arn - The ARN of the program.

DescribeProgram, describeProgramResponse_channelName - The name of the channel that the program belongs to.

DescribeProgramResponse, describeProgramResponse_creationTime - The timestamp of when the program was created.

DescribeProgramResponse, describeProgramResponse_liveSourceName - The name of the LiveSource for this Program.

DescribeProgram, describeProgramResponse_programName - The name of the program.

$sel:scheduledStartTime:DescribeProgramResponse', describeProgramResponse_scheduledStartTime - The date and time that the program is scheduled to start in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2021-03-27T17:48:16.751Z represents March 27, 2021 at 17:48:16.751 UTC.

DescribeProgramResponse, describeProgramResponse_sourceLocationName - The source location name.

DescribeProgramResponse, describeProgramResponse_vodSourceName - The name that's used to refer to a VOD source.

$sel:httpStatus:DescribeProgramResponse', describeProgramResponse_httpStatus - The response's http status code.

Response Lenses

describeProgramResponse_channelName :: Lens' DescribeProgramResponse (Maybe Text) Source #

The name of the channel that the program belongs to.

describeProgramResponse_creationTime :: Lens' DescribeProgramResponse (Maybe UTCTime) Source #

The timestamp of when the program was created.

describeProgramResponse_liveSourceName :: Lens' DescribeProgramResponse (Maybe Text) Source #

The name of the LiveSource for this Program.

describeProgramResponse_scheduledStartTime :: Lens' DescribeProgramResponse (Maybe UTCTime) Source #

The date and time that the program is scheduled to start in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2021-03-27T17:48:16.751Z represents March 27, 2021 at 17:48:16.751 UTC.

describeProgramResponse_vodSourceName :: Lens' DescribeProgramResponse (Maybe Text) Source #

The name that's used to refer to a VOD source.