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

Description

Updates 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 UpdateSourceLocation Source #

See: newUpdateSourceLocation smart constructor.

Constructors

UpdateSourceLocation' 

Fields

Instances

Instances details
ToJSON UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.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

AWSRequest UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Associated Types

type AWSResponse UpdateSourceLocation #

Generic UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Associated Types

type Rep UpdateSourceLocation :: Type -> Type #

Read UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Show UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

NFData UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Methods

rnf :: UpdateSourceLocation -> () #

Eq UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Hashable UpdateSourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

type AWSResponse 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" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" '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 "segmentDeliveryConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SegmentDeliveryConfiguration])) :*: (S1 ('MetaSel ('Just "httpConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HttpConfiguration) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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:

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

UpdateSourceLocation, updateSourceLocation_defaultSegmentDeliveryConfiguration - The optional configuration for the host server that serves segments.

UpdateSourceLocation, updateSourceLocation_segmentDeliveryConfigurations - A list of the segment delivery configurations associated with this resource.

UpdateSourceLocation, updateSourceLocation_httpConfiguration - The HTTP configuration for the source location.

UpdateSourceLocation, updateSourceLocation_sourceLocationName - The name of 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_segmentDeliveryConfigurations :: Lens' UpdateSourceLocation (Maybe [SegmentDeliveryConfiguration]) Source #

A list of the segment delivery configurations associated with this resource.

Destructuring the Response

data UpdateSourceLocationResponse Source #

See: newUpdateSourceLocationResponse smart constructor.

Constructors

UpdateSourceLocationResponse' 

Fields

Instances

Instances details
Generic UpdateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Associated Types

type Rep UpdateSourceLocationResponse :: Type -> Type #

Read UpdateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Show UpdateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

NFData UpdateSourceLocationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateSourceLocation

Eq 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" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'False) (C1 ('MetaCons "UpdateSourceLocationResponse'" '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))))))

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:

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

UpdateSourceLocationResponse, updateSourceLocationResponse_arn - The Amazon Resource Name (ARN) associated with the source location.

UpdateSourceLocationResponse, updateSourceLocationResponse_creationTime - The timestamp that indicates when the source location was created.

UpdateSourceLocation, updateSourceLocationResponse_defaultSegmentDeliveryConfiguration - The optional configuration for the host server that serves segments.

UpdateSourceLocation, updateSourceLocationResponse_httpConfiguration - The HTTP configuration for the source location.

UpdateSourceLocationResponse, updateSourceLocationResponse_lastModifiedTime - The timestamp that indicates when the source location was last modified.

UpdateSourceLocation, updateSourceLocationResponse_segmentDeliveryConfigurations - The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.

UpdateSourceLocation, updateSourceLocationResponse_sourceLocationName - The name of the source location.

UpdateSourceLocationResponse, updateSourceLocationResponse_tags - The tags to assign 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:UpdateSourceLocationResponse', updateSourceLocationResponse_httpStatus - The response's http status code.

Response Lenses

updateSourceLocationResponse_accessConfiguration :: Lens' UpdateSourceLocationResponse (Maybe AccessConfiguration) Source #

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

updateSourceLocationResponse_arn :: Lens' UpdateSourceLocationResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) associated with the source location.

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

The timestamp that indicates when the source location was created.

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

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

updateSourceLocationResponse_segmentDeliveryConfigurations :: Lens' UpdateSourceLocationResponse (Maybe [SegmentDeliveryConfiguration]) Source #

The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.

updateSourceLocationResponse_tags :: Lens' UpdateSourceLocationResponse (Maybe (HashMap Text Text)) Source #

The tags to assign 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.