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

Description

Updates a live source's configuration.

Synopsis

Creating a Request

data UpdateLiveSource Source #

See: newUpdateLiveSource smart constructor.

Constructors

UpdateLiveSource' 

Fields

Instances

Instances details
ToJSON UpdateLiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

ToHeaders UpdateLiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

ToPath UpdateLiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

ToQuery UpdateLiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

AWSRequest UpdateLiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

Associated Types

type AWSResponse UpdateLiveSource #

Generic UpdateLiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

Associated Types

type Rep UpdateLiveSource :: Type -> Type #

Read UpdateLiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

Show UpdateLiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

NFData UpdateLiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

Methods

rnf :: UpdateLiveSource -> () #

Eq UpdateLiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

Hashable UpdateLiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

type AWSResponse UpdateLiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

type Rep UpdateLiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

type Rep UpdateLiveSource = D1 ('MetaData "UpdateLiveSource" "Amazonka.MediaTailor.UpdateLiveSource" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'False) (C1 ('MetaCons "UpdateLiveSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpPackageConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HttpPackageConfiguration]) :*: (S1 ('MetaSel ('Just "liveSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateLiveSource Source #

Create a value of UpdateLiveSource 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:

UpdateLiveSource, updateLiveSource_httpPackageConfigurations - A list of HTTP package configurations for the live source on this account.

UpdateLiveSource, updateLiveSource_liveSourceName - The name of the live source.

UpdateLiveSource, updateLiveSource_sourceLocationName - The name of the source location associated with this Live Source.

Request Lenses

updateLiveSource_httpPackageConfigurations :: Lens' UpdateLiveSource [HttpPackageConfiguration] Source #

A list of HTTP package configurations for the live source on this account.

updateLiveSource_sourceLocationName :: Lens' UpdateLiveSource Text Source #

The name of the source location associated with this Live Source.

Destructuring the Response

data UpdateLiveSourceResponse Source #

See: newUpdateLiveSourceResponse smart constructor.

Constructors

UpdateLiveSourceResponse' 

Fields

Instances

Instances details
Generic UpdateLiveSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

Associated Types

type Rep UpdateLiveSourceResponse :: Type -> Type #

Read UpdateLiveSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

Show UpdateLiveSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

NFData UpdateLiveSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

Eq UpdateLiveSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

type Rep UpdateLiveSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateLiveSource

type Rep UpdateLiveSourceResponse = D1 ('MetaData "UpdateLiveSourceResponse" "Amazonka.MediaTailor.UpdateLiveSource" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'False) (C1 ('MetaCons "UpdateLiveSourceResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "httpPackageConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HttpPackageConfiguration])) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "liveSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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)))))

newUpdateLiveSourceResponse Source #

Create a value of UpdateLiveSourceResponse 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:

UpdateLiveSourceResponse, updateLiveSourceResponse_arn - The Amazon Resource Name (ARN) associated with this live source.

UpdateLiveSourceResponse, updateLiveSourceResponse_creationTime - The timestamp that indicates when the live source was created.

UpdateLiveSource, updateLiveSourceResponse_httpPackageConfigurations - A list of HTTP package configurations for the live source on this account.

UpdateLiveSourceResponse, updateLiveSourceResponse_lastModifiedTime - The timestamp that indicates when the live source was last modified.

UpdateLiveSource, updateLiveSourceResponse_liveSourceName - The name of the live source.

UpdateLiveSource, updateLiveSourceResponse_sourceLocationName - The name of the source location associated with the live source.

UpdateLiveSourceResponse, updateLiveSourceResponse_tags - The tags to assign to the live source. 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:UpdateLiveSourceResponse', updateLiveSourceResponse_httpStatus - The response's http status code.

Response Lenses

updateLiveSourceResponse_arn :: Lens' UpdateLiveSourceResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) associated with this live source.

updateLiveSourceResponse_creationTime :: Lens' UpdateLiveSourceResponse (Maybe UTCTime) Source #

The timestamp that indicates when the live source was created.

updateLiveSourceResponse_httpPackageConfigurations :: Lens' UpdateLiveSourceResponse (Maybe [HttpPackageConfiguration]) Source #

A list of HTTP package configurations for the live source on this account.

updateLiveSourceResponse_lastModifiedTime :: Lens' UpdateLiveSourceResponse (Maybe UTCTime) Source #

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

updateLiveSourceResponse_sourceLocationName :: Lens' UpdateLiveSourceResponse (Maybe Text) Source #

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

updateLiveSourceResponse_tags :: Lens' UpdateLiveSourceResponse (Maybe (HashMap Text Text)) Source #

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