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

Description

Retrieves the properties of the requested source location.

Synopsis

Creating a Request

data DescribeSourceLocation Source #

See: newDescribeSourceLocation smart constructor.

Constructors

DescribeSourceLocation' 

Fields

Instances

Instances details
Eq DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Read DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Show DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Generic DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Associated Types

type Rep DescribeSourceLocation :: Type -> Type #

NFData DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Methods

rnf :: DescribeSourceLocation -> () #

Hashable DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

AWSRequest DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Associated Types

type AWSResponse DescribeSourceLocation #

ToHeaders DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

ToPath DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

ToQuery DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

type Rep DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

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

Defined in Amazonka.MediaTailor.DescribeSourceLocation

newDescribeSourceLocation Source #

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

Request Lenses

describeSourceLocation_sourceLocationName :: Lens' DescribeSourceLocation Text Source #

The identifier for the source location you are working on.

Destructuring the Response

data DescribeSourceLocationResponse Source #

See: newDescribeSourceLocationResponse smart constructor.

Constructors

DescribeSourceLocationResponse' 

Fields

Instances

Instances details
Eq DescribeSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Read DescribeSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Show DescribeSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Generic DescribeSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Associated Types

type Rep DescribeSourceLocationResponse :: Type -> Type #

NFData DescribeSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

type Rep DescribeSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

type Rep DescribeSourceLocationResponse = D1 ('MetaData "DescribeSourceLocationResponse" "Amazonka.MediaTailor.DescribeSourceLocation" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DescribeSourceLocationResponse'" '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 "httpConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpConfiguration)))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "accessConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessConfiguration))) :*: (S1 ('MetaSel ('Just "defaultSegmentDeliveryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultSegmentDeliveryConfiguration)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeSourceLocationResponse Source #

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

$sel:sourceLocationName:DescribeSourceLocation', describeSourceLocationResponse_sourceLocationName - The name of the source location.

$sel:arn:DescribeSourceLocationResponse', describeSourceLocationResponse_arn - The ARN of the source location.

$sel:httpConfiguration:DescribeSourceLocationResponse', describeSourceLocationResponse_httpConfiguration - The HTTP package configuration settings for the source location.

$sel:lastModifiedTime:DescribeSourceLocationResponse', describeSourceLocationResponse_lastModifiedTime - The timestamp that indicates when the source location was last modified.

$sel:accessConfiguration:DescribeSourceLocationResponse', describeSourceLocationResponse_accessConfiguration - The access configuration for the source location.

$sel:defaultSegmentDeliveryConfiguration:DescribeSourceLocationResponse', describeSourceLocationResponse_defaultSegmentDeliveryConfiguration - The default segment delivery configuration settings.

$sel:tags:DescribeSourceLocationResponse', describeSourceLocationResponse_tags - The tags assigned to the source location.

$sel:httpStatus:DescribeSourceLocationResponse', describeSourceLocationResponse_httpStatus - The response's http status code.

Response Lenses

describeSourceLocationResponse_creationTime :: Lens' DescribeSourceLocationResponse (Maybe UTCTime) Source #

The timestamp that indicates when the source location was created.

describeSourceLocationResponse_httpConfiguration :: Lens' DescribeSourceLocationResponse (Maybe HttpConfiguration) Source #

The HTTP package configuration settings for the source location.

describeSourceLocationResponse_lastModifiedTime :: Lens' DescribeSourceLocationResponse (Maybe UTCTime) Source #

The timestamp that indicates when the source location was last modified.