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

Description

 
Synopsis

Documentation

data VodSource Source #

VOD source configuration parameters.

See: newVodSource smart constructor.

Constructors

VodSource' 

Fields

Instances

Instances details
FromJSON 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 #

Read VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Show VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

NFData VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Methods

rnf :: VodSource -> () #

Eq VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Hashable 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" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" '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 "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "httpPackageConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HttpPackageConfiguration])) :*: (S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "vodSourceName") '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. 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:arn:VodSource', vodSource_arn - The ARN for the VOD source.

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

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

$sel:vodSourceName:VodSource', vodSource_vodSourceName - The name of 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. 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.

vodSource_arn :: Lens' VodSource Text Source #

The ARN for the VOD source.

vodSource_httpPackageConfigurations :: Lens' VodSource [HttpPackageConfiguration] Source #

The HTTP package configurations for the VOD source.

vodSource_sourceLocationName :: Lens' VodSource Text Source #

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

vodSource_vodSourceName :: Lens' VodSource Text Source #

The name of the VOD source.