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

Description

Describes a source location. A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.

Synopsis

Creating a Request

data DescribeSourceLocation Source #

See: newDescribeSourceLocation smart constructor.

Constructors

DescribeSourceLocation' 

Fields

Instances

Instances details
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

AWSRequest DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Associated Types

type AWSResponse DescribeSourceLocation #

Generic DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Associated Types

type Rep DescribeSourceLocation :: Type -> Type #

Read DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Show DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

NFData DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Methods

rnf :: DescribeSourceLocation -> () #

Eq DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Hashable DescribeSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

type AWSResponse 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" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'False) (C1 ('MetaCons "DescribeSourceLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeSourceLocation, describeSourceLocation_sourceLocationName - The name of the source location.

Request Lenses

Destructuring the Response

data DescribeSourceLocationResponse Source #

See: newDescribeSourceLocationResponse smart constructor.

Constructors

DescribeSourceLocationResponse' 

Fields

Instances

Instances details
Generic DescribeSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Associated Types

type Rep DescribeSourceLocationResponse :: Type -> Type #

Read DescribeSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Show DescribeSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

NFData DescribeSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DescribeSourceLocation

Eq 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" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'False) (C1 ('MetaCons "DescribeSourceLocationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accessConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessConfiguration)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "defaultSegmentDeliveryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultSegmentDeliveryConfiguration)) :*: S1 ('MetaSel ('Just "httpConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpConfiguration))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "segmentDeliveryConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SegmentDeliveryConfiguration]))) :*: (S1 ('MetaSel ('Just "sourceLocationName") '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))))))

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:

DescribeSourceLocationResponse, describeSourceLocationResponse_accessConfiguration - The access configuration for the source location.

DescribeSourceLocationResponse, describeSourceLocationResponse_arn - The ARN of the source location.

DescribeSourceLocationResponse, describeSourceLocationResponse_creationTime - The timestamp that indicates when the source location was created.

DescribeSourceLocationResponse, describeSourceLocationResponse_defaultSegmentDeliveryConfiguration - The default segment delivery configuration settings.

DescribeSourceLocationResponse, describeSourceLocationResponse_httpConfiguration - The HTTP package configuration settings for the source location.

DescribeSourceLocationResponse, describeSourceLocationResponse_lastModifiedTime - The timestamp that indicates when the source location was last modified.

DescribeSourceLocationResponse, describeSourceLocationResponse_segmentDeliveryConfigurations - A list of the segment delivery configurations associated with this resource.

DescribeSourceLocation, describeSourceLocationResponse_sourceLocationName - The name of the source location.

DescribeSourceLocationResponse, describeSourceLocationResponse_tags - The tags assigned to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.

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

describeSourceLocationResponse_tags :: Lens' DescribeSourceLocationResponse (Maybe (HashMap Text Text)) Source #

The tags assigned to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.