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

Description

Updates a specific VOD source in a specific source location.

Synopsis

Creating a Request

data UpdateVodSource Source #

See: newUpdateVodSource smart constructor.

Constructors

UpdateVodSource' 

Fields

Instances

Instances details
Eq UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Read UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Show UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Generic UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Associated Types

type Rep UpdateVodSource :: Type -> Type #

NFData UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Methods

rnf :: UpdateVodSource -> () #

Hashable UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

ToJSON UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

AWSRequest UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Associated Types

type AWSResponse UpdateVodSource #

ToHeaders UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

ToPath UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

ToQuery UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

type Rep UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

type Rep UpdateVodSource = D1 ('MetaData "UpdateVodSource" "Amazonka.MediaTailor.UpdateVodSource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "UpdateVodSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "httpPackageConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HttpPackageConfiguration]))))
type AWSResponse UpdateVodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

newUpdateVodSource Source #

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

$sel:vodSourceName:UpdateVodSource', updateVodSource_vodSourceName - The identifier for the VOD source you are working on.

$sel:httpPackageConfigurations:UpdateVodSource', updateVodSource_httpPackageConfigurations - An array of HTTP package configurations for the VOD source on this account.

Request Lenses

updateVodSource_sourceLocationName :: Lens' UpdateVodSource Text Source #

The identifier for the source location you are working on.

updateVodSource_vodSourceName :: Lens' UpdateVodSource Text Source #

The identifier for the VOD source you are working on.

updateVodSource_httpPackageConfigurations :: Lens' UpdateVodSource [HttpPackageConfiguration] Source #

An array of HTTP package configurations for the VOD source on this account.

Destructuring the Response

data UpdateVodSourceResponse Source #

See: newUpdateVodSourceResponse smart constructor.

Constructors

UpdateVodSourceResponse' 

Fields

Instances

Instances details
Eq UpdateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Read UpdateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Show UpdateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Generic UpdateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Associated Types

type Rep UpdateVodSourceResponse :: Type -> Type #

NFData UpdateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

Methods

rnf :: UpdateVodSourceResponse -> () #

type Rep UpdateVodSourceResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.UpdateVodSource

type Rep UpdateVodSourceResponse = D1 ('MetaData "UpdateVodSourceResponse" "Amazonka.MediaTailor.UpdateVodSource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "UpdateVodSourceResponse'" '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 "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "httpPackageConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HttpPackageConfiguration])) :*: S1 ('MetaSel ('Just "vodSourceName") '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)))))

newUpdateVodSourceResponse Source #

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

$sel:sourceLocationName:UpdateVodSource', updateVodSourceResponse_sourceLocationName - The name of the source location associated with the VOD source.

$sel:arn:UpdateVodSourceResponse', updateVodSourceResponse_arn - The ARN of the VOD source.

$sel:lastModifiedTime:UpdateVodSourceResponse', updateVodSourceResponse_lastModifiedTime - The ARN for the VOD source.

$sel:httpPackageConfigurations:UpdateVodSource', updateVodSourceResponse_httpPackageConfigurations - The HTTP package configurations.

$sel:vodSourceName:UpdateVodSource', updateVodSourceResponse_vodSourceName - The name of the VOD source.

$sel:tags:UpdateVodSourceResponse', updateVodSourceResponse_tags - The tags assigned to the VOD source.

$sel:httpStatus:UpdateVodSourceResponse', updateVodSourceResponse_httpStatus - The response's http status code.

Response Lenses

updateVodSourceResponse_creationTime :: Lens' UpdateVodSourceResponse (Maybe UTCTime) Source #

The timestamp that indicates when the VOD source was created.

updateVodSourceResponse_sourceLocationName :: Lens' UpdateVodSourceResponse (Maybe Text) Source #

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