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

Description

 
Synopsis

Documentation

data PassThroughSettings Source #

Pass Through Settings

See: newPassThroughSettings smart constructor.

Constructors

PassThroughSettings' 

Instances

Instances details
FromJSON PassThroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PassThroughSettings

ToJSON PassThroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PassThroughSettings

Generic PassThroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PassThroughSettings

Associated Types

type Rep PassThroughSettings :: Type -> Type #

Read PassThroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PassThroughSettings

Show PassThroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PassThroughSettings

NFData PassThroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PassThroughSettings

Methods

rnf :: PassThroughSettings -> () #

Eq PassThroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PassThroughSettings

Hashable PassThroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PassThroughSettings

type Rep PassThroughSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.PassThroughSettings

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

newPassThroughSettings :: PassThroughSettings Source #

Create a value of PassThroughSettings with all optional fields omitted.

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