amazonka-medialive-2.0: Amazon Elemental MediaLive 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.MediaLive.Types.ColorSpacePassthroughSettings

Description

 
Synopsis

Documentation

data ColorSpacePassthroughSettings Source #

Passthrough applies no color space conversion to the output

See: newColorSpacePassthroughSettings smart constructor.

Instances

Instances details
FromJSON ColorSpacePassthroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ColorSpacePassthroughSettings

ToJSON ColorSpacePassthroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ColorSpacePassthroughSettings

Generic ColorSpacePassthroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ColorSpacePassthroughSettings

Associated Types

type Rep ColorSpacePassthroughSettings :: Type -> Type #

Read ColorSpacePassthroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ColorSpacePassthroughSettings

Show ColorSpacePassthroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ColorSpacePassthroughSettings

NFData ColorSpacePassthroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ColorSpacePassthroughSettings

Eq ColorSpacePassthroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ColorSpacePassthroughSettings

Hashable ColorSpacePassthroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ColorSpacePassthroughSettings

type Rep ColorSpacePassthroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ColorSpacePassthroughSettings

type Rep ColorSpacePassthroughSettings = D1 ('MetaData "ColorSpacePassthroughSettings" "Amazonka.MediaLive.Types.ColorSpacePassthroughSettings" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "ColorSpacePassthroughSettings'" 'PrefixI 'False) (U1 :: Type -> Type))

newColorSpacePassthroughSettings :: ColorSpacePassthroughSettings Source #

Create a value of ColorSpacePassthroughSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.