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

Description

Updates a source location on a specific channel.

Synopsis

Creating a Request

data UpdateSourceLocation Source #

See: newUpdateSourceLocation smart constructor.

Constructors

UpdateSourceLocation' 

Fields

Instances

Instances details
Eq UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Read UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Show UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Generic UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Associated Types

type Rep UpdateSourceLocation :: Type -> Type #

NFData UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Methods

rnf :: UpdateSourceLocation -> () #

Hashable UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

ToJSON UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

AWSRequest UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Associated Types

type AWSResponse UpdateSourceLocation #

ToHeaders UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

ToPath UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

ToQuery UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

type Rep UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

type Rep UpdateSourceLocation = D1 ('MetaData "UpdateSourceLocation" "Amazonka.MediaTailor.UpdateSourceLocation" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "UpdateSourceLocation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accessConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessConfiguration)) :*: S1 ('MetaSel ('Just "defaultSegmentDeliveryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultSegmentDeliveryConfiguration))) :*: (S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "httpConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HttpConfiguration))))
type AWSResponse UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

newUpdateSourceLocation Source #

Create a value of UpdateSourceLocation 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:accessConfiguration:UpdateSourceLocation', updateSourceLocation_accessConfiguration - Access configuration parameters. Configures the type of authentication used to access content from your source location.

$sel:defaultSegmentDeliveryConfiguration:UpdateSourceLocation', updateSourceLocation_defaultSegmentDeliveryConfiguration - The optional configuration for the host server that serves segments.

$sel:sourceLocationName:UpdateSourceLocation', updateSourceLocation_sourceLocationName - The identifier for the source location you are working on.

$sel:httpConfiguration:UpdateSourceLocation', updateSourceLocation_httpConfiguration - The HTTP configuration for the source location.

Request Lenses

updateSourceLocation_accessConfiguration :: Lens' UpdateSourceLocation (Maybe AccessConfiguration) Source #

Access configuration parameters. Configures the type of authentication used to access content from your source location.

updateSourceLocation_sourceLocationName :: Lens' UpdateSourceLocation Text Source #

The identifier for the source location you are working on.

Destructuring the Response

data UpdateSourceLocationResponse Source #

See: newUpdateSourceLocationResponse smart constructor.

Constructors

UpdateSourceLocationResponse' 

Fields

Instances

Instances details
Eq UpdateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Read UpdateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Show UpdateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Generic UpdateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Associated Types

type Rep UpdateSourceLocationResponse :: Type -> Type #

NFData UpdateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

type Rep UpdateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

type Rep UpdateSourceLocationResponse = D1 ('MetaData "UpdateSourceLocationResponse" "Amazonka.MediaTailor.UpdateSourceLocation" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "UpdateSourceLocationResponse'" '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))))))

newUpdateSourceLocationResponse Source #

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

$sel:sourceLocationName:UpdateSourceLocation', updateSourceLocationResponse_sourceLocationName - The name of the source location.

$sel:arn:UpdateSourceLocationResponse', updateSourceLocationResponse_arn - The ARN of the source location.

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

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

$sel:accessConfiguration:UpdateSourceLocation', updateSourceLocationResponse_accessConfiguration - The access configuration for the source location.

$sel:defaultSegmentDeliveryConfiguration:UpdateSourceLocation', updateSourceLocationResponse_defaultSegmentDeliveryConfiguration - The default segment delivery configuration settings.

$sel:tags:UpdateSourceLocationResponse', updateSourceLocationResponse_tags - The tags assigned to the source location.

$sel:httpStatus:UpdateSourceLocationResponse', updateSourceLocationResponse_httpStatus - The response's http status code.

Response Lenses

updateSourceLocationResponse_creationTime :: Lens' UpdateSourceLocationResponse (Maybe UTCTime) Source #

The timestamp that indicates when the source location was created.

updateSourceLocationResponse_httpConfiguration :: Lens' UpdateSourceLocationResponse (Maybe HttpConfiguration) Source #

The HTTP package configuration settings for the source location.

updateSourceLocationResponse_lastModifiedTime :: Lens' UpdateSourceLocationResponse (Maybe UTCTime) Source #

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