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

Description

Retrieves the properties of the requested program.

Synopsis

Creating a Request

data DescribeProgram Source #

See: newDescribeProgram smart constructor.

Constructors

DescribeProgram' 

Fields

Instances

Instances details
Eq DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Read DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Show DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Generic DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Associated Types

type Rep DescribeProgram :: Type -> Type #

NFData DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Methods

rnf :: DescribeProgram -> () #

Hashable DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

AWSRequest DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Associated Types

type AWSResponse DescribeProgram #

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

type Rep DescribeProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

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

Defined in Amazonka.MediaTailor.DescribeProgram

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:

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

$sel:programName:DescribeProgram', describeProgram_programName - The identifier for the program you are working on.

Request Lenses

describeProgram_channelName :: Lens' DescribeProgram Text Source #

The identifier for the channel you are working on.

describeProgram_programName :: Lens' DescribeProgram Text Source #

The identifier for the program you are working on.

Destructuring the Response

data DescribeProgramResponse Source #

See: newDescribeProgramResponse smart constructor.

Constructors

DescribeProgramResponse' 

Fields

Instances

Instances details
Eq DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Read DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Show DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Generic DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Associated Types

type Rep DescribeProgramResponse :: Type -> Type #

NFData DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

Methods

rnf :: DescribeProgramResponse -> () #

type Rep DescribeProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeProgram

type Rep DescribeProgramResponse = D1 ('MetaData "DescribeProgramResponse" "Amazonka.MediaTailor.DescribeProgram" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DescribeProgramResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "programName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "adBreaks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AdBreak])) :*: S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "scheduledStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

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:creationTime:DescribeProgramResponse', describeProgramResponse_creationTime - The timestamp of when the program was created.

$sel:sourceLocationName:DescribeProgramResponse', describeProgramResponse_sourceLocationName - The source location name.

$sel:arn:DescribeProgramResponse', describeProgramResponse_arn - The ARN of the program.

$sel:programName:DescribeProgram', describeProgramResponse_programName - The name of the program.

$sel:adBreaks:DescribeProgramResponse', describeProgramResponse_adBreaks - The ad break configuration settings.

$sel:channelName:DescribeProgram', describeProgramResponse_channelName - The name of the channel that the program belongs to.

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

$sel:vodSourceName: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_creationTime :: Lens' DescribeProgramResponse (Maybe UTCTime) Source #

The timestamp of when the program was created.

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

The name of the channel that the program belongs to.

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.