| 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.InputType
Description
Synopsis
- newtype InputType where
- InputType' { }
- pattern InputType_AWS_CDI :: InputType
- pattern InputType_INPUT_DEVICE :: InputType
- pattern InputType_MEDIACONNECT :: InputType
- pattern InputType_MP4_FILE :: InputType
- pattern InputType_RTMP_PULL :: InputType
- pattern InputType_RTMP_PUSH :: InputType
- pattern InputType_RTP_PUSH :: InputType
- pattern InputType_TS_FILE :: InputType
- pattern InputType_UDP_PUSH :: InputType
- pattern InputType_URL_PULL :: InputType
Documentation
The different types of inputs that AWS Elemental MediaLive supports.
Constructors
| InputType' | |
Fields | |
Bundled Patterns
| pattern InputType_AWS_CDI :: InputType | |
| pattern InputType_INPUT_DEVICE :: InputType | |
| pattern InputType_MEDIACONNECT :: InputType | |
| pattern InputType_MP4_FILE :: InputType | |
| pattern InputType_RTMP_PULL :: InputType | |
| pattern InputType_RTMP_PUSH :: InputType | |
| pattern InputType_RTP_PUSH :: InputType | |
| pattern InputType_TS_FILE :: InputType | |
| pattern InputType_UDP_PUSH :: InputType | |
| pattern InputType_URL_PULL :: InputType |