| 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.MediaLive.Types.InputClass
Description
Synopsis
- newtype InputClass where
- InputClass' { }
- pattern InputClass_SINGLE_PIPELINE :: InputClass
- pattern InputClass_STANDARD :: InputClass
Documentation
newtype InputClass Source #
A standard input has two sources and a single pipeline input only has one.
Constructors
| InputClass' | |
Fields | |
Bundled Patterns
| pattern InputClass_SINGLE_PIPELINE :: InputClass | |
| pattern InputClass_STANDARD :: InputClass |