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

Description

Provides details about a specific VOD source in a specific source location.

Synopsis

Creating a Request

data DescribeVodSource Source #

See: newDescribeVodSource smart constructor.

Constructors

DescribeVodSource' 

Fields

Instances

Instances details
Eq DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Read DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Show DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Generic DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Associated Types

type Rep DescribeVodSource :: Type -> Type #

NFData DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Methods

rnf :: DescribeVodSource -> () #

Hashable DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

AWSRequest DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Associated Types

type AWSResponse DescribeVodSource #

ToHeaders DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

ToPath DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

ToQuery DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

type Rep DescribeVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

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

Defined in Amazonka.MediaTailor.DescribeVodSource

newDescribeVodSource Source #

Create a value of DescribeVodSource 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:sourceLocationName:DescribeVodSource', describeVodSource_sourceLocationName - The identifier for the source location you are working on.

$sel:vodSourceName:DescribeVodSource', describeVodSource_vodSourceName - The identifier for the VOD source you are working on.

Request Lenses

describeVodSource_sourceLocationName :: Lens' DescribeVodSource Text Source #

The identifier for the source location you are working on.

describeVodSource_vodSourceName :: Lens' DescribeVodSource Text Source #

The identifier for the VOD source you are working on.

Destructuring the Response

data DescribeVodSourceResponse Source #

See: newDescribeVodSourceResponse smart constructor.

Constructors

DescribeVodSourceResponse' 

Fields

Instances

Instances details
Eq DescribeVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Read DescribeVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Show DescribeVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Generic DescribeVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

Associated Types

type Rep DescribeVodSourceResponse :: Type -> Type #

NFData DescribeVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

type Rep DescribeVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeVodSource

type Rep DescribeVodSourceResponse = D1 ('MetaData "DescribeVodSourceResponse" "Amazonka.MediaTailor.DescribeVodSource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DescribeVodSourceResponse'" '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 "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "httpPackageConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HttpPackageConfiguration])) :*: S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeVodSourceResponse Source #

Create a value of DescribeVodSourceResponse 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:DescribeVodSourceResponse', describeVodSourceResponse_creationTime - The timestamp that indicates when the VOD source was created.

$sel:sourceLocationName:DescribeVodSource', describeVodSourceResponse_sourceLocationName - The name of the source location associated with the VOD source.

$sel:arn:DescribeVodSourceResponse', describeVodSourceResponse_arn - The ARN of the VOD source.

$sel:lastModifiedTime:DescribeVodSourceResponse', describeVodSourceResponse_lastModifiedTime - The ARN for the VOD source.

$sel:httpPackageConfigurations:DescribeVodSourceResponse', describeVodSourceResponse_httpPackageConfigurations - The HTTP package configurations.

$sel:vodSourceName:DescribeVodSource', describeVodSourceResponse_vodSourceName - The name of the VOD source.

$sel:tags:DescribeVodSourceResponse', describeVodSourceResponse_tags - The tags assigned to the VOD source.

$sel:httpStatus:DescribeVodSourceResponse', describeVodSourceResponse_httpStatus - The response's http status code.

Response Lenses

describeVodSourceResponse_creationTime :: Lens' DescribeVodSourceResponse (Maybe UTCTime) Source #

The timestamp that indicates when the VOD source was created.

describeVodSourceResponse_sourceLocationName :: Lens' DescribeVodSourceResponse (Maybe Text) Source #

The name of the source location associated with the VOD source.