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

Description

 
Synopsis

Documentation

data LiveSource Source #

Live source configuration parameters.

See: newLiveSource smart constructor.

Constructors

LiveSource' 

Fields

Instances

Instances details
FromJSON LiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LiveSource

Generic LiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LiveSource

Associated Types

type Rep LiveSource :: Type -> Type #

Read LiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LiveSource

Show LiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LiveSource

NFData LiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LiveSource

Methods

rnf :: LiveSource -> () #

Eq LiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LiveSource

Hashable LiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LiveSource

type Rep LiveSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LiveSource

type Rep LiveSource = D1 ('MetaData "LiveSource" "Amazonka.MediaTailor.Types.LiveSource" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'False) (C1 ('MetaCons "LiveSource'" '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 "liveSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newLiveSource Source #

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

$sel:lastModifiedTime:LiveSource', liveSource_lastModifiedTime - The timestamp that indicates when the live source was last modified.

$sel:tags:LiveSource', liveSource_tags - The tags assigned 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:arn:LiveSource', liveSource_arn - The ARN for the live source.

$sel:httpPackageConfigurations:LiveSource', liveSource_httpPackageConfigurations - The HTTP package configurations for the live source.

$sel:liveSourceName:LiveSource', liveSource_liveSourceName - The name that's used to refer to a live source.

$sel:sourceLocationName:LiveSource', liveSource_sourceLocationName - The name of the source location.

liveSource_creationTime :: Lens' LiveSource (Maybe UTCTime) Source #

The timestamp that indicates when the live source was created.

liveSource_lastModifiedTime :: Lens' LiveSource (Maybe UTCTime) Source #

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

liveSource_tags :: Lens' LiveSource (Maybe (HashMap Text Text)) Source #

The tags assigned 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.

liveSource_arn :: Lens' LiveSource Text Source #

The ARN for the live source.

liveSource_httpPackageConfigurations :: Lens' LiveSource [HttpPackageConfiguration] Source #

The HTTP package configurations for the live source.

liveSource_liveSourceName :: Lens' LiveSource Text Source #

The name that's used to refer to a live source.

liveSource_sourceLocationName :: Lens' LiveSource Text Source #

The name of the source location.