| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
Arguments
| :: Text | |
| -> NodeSignalValue | |
| -> NodeSignal |
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.
nodeSignal_signal :: Lens' NodeSignal NodeSignalValue Source #
The signal value.