amazonka-panorama-2.0: Amazon Panorama 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.Panorama.Types.NodeSignal

Description

 
Synopsis

Documentation

data NodeSignal Source #

A signal to a camera node to start or stop processing video.

See: newNodeSignal smart constructor.

Constructors

NodeSignal' 

Fields

Instances

Instances details
ToJSON NodeSignal Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeSignal

Generic NodeSignal Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeSignal

Associated Types

type Rep NodeSignal :: Type -> Type #

Read NodeSignal Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeSignal

Show NodeSignal Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeSignal

NFData NodeSignal Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeSignal

Methods

rnf :: NodeSignal -> () #

Eq NodeSignal Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeSignal

Hashable NodeSignal Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeSignal

type Rep NodeSignal Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeSignal

type Rep NodeSignal = D1 ('MetaData "NodeSignal" "Amazonka.Panorama.Types.NodeSignal" "amazonka-panorama-2.0-9Y2Sxd8ToqsBjPczgPI6n1" 'False) (C1 ('MetaCons "NodeSignal'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nodeInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "signal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NodeSignalValue)))

newNodeSignal Source #

Create a value of NodeSignal 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:nodeInstanceId:NodeSignal', nodeSignal_nodeInstanceId - The camera node's name, from the application manifest.

$sel:signal:NodeSignal', nodeSignal_signal - The signal value.

nodeSignal_nodeInstanceId :: Lens' NodeSignal Text Source #

The camera node's name, from the application manifest.