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.Types.VodSource

Description

 
Synopsis

Documentation

data VodSource Source #

VOD source configuration parameters.

See: newVodSource smart constructor.

Constructors

VodSource' 

Fields

Instances

Instances details
Eq VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Read VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Show VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Generic VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Associated Types

type Rep VodSource :: Type -> Type #

NFData VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Methods

rnf :: VodSource -> () #

Hashable VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

FromJSON VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

type Rep VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

type Rep VodSource = D1 ('MetaData "VodSource" "Amazonka.MediaTailor.Types.VodSource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "VodSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "httpPackageConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HttpPackageConfiguration]) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newVodSource Source #

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

$sel:lastModifiedTime:VodSource', vodSource_lastModifiedTime - The timestamp that indicates when the VOD source was last modified.

$sel:tags:VodSource', vodSource_tags - The tags assigned to the VOD source.

$sel:vodSourceName:VodSource', vodSource_vodSourceName - The name of the VOD source.

$sel:sourceLocationName:VodSource', vodSource_sourceLocationName - The name of the source location that the VOD source is associated with.

$sel:httpPackageConfigurations:VodSource', vodSource_httpPackageConfigurations - The HTTP package configurations for the VOD source.

$sel:arn:VodSource', vodSource_arn - The ARN for the VOD source.

vodSource_creationTime :: Lens' VodSource (Maybe UTCTime) Source #

The timestamp that indicates when the VOD source was created.

vodSource_lastModifiedTime :: Lens' VodSource (Maybe UTCTime) Source #

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

vodSource_tags :: Lens' VodSource (Maybe (HashMap Text Text)) Source #

The tags assigned to the VOD source.

vodSource_vodSourceName :: Lens' VodSource Text Source #

The name of the VOD source.

vodSource_sourceLocationName :: Lens' VodSource Text Source #

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

vodSource_httpPackageConfigurations :: Lens' VodSource [HttpPackageConfiguration] Source #

The HTTP package configurations for the VOD source.

vodSource_arn :: Lens' VodSource Text Source #

The ARN for the VOD source.