Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- newtype OutputSdt where
- OutputSdt' { }
- pattern OutputSdt_SDT_FOLLOW :: OutputSdt
- pattern OutputSdt_SDT_FOLLOW_IF_PRESENT :: OutputSdt
- pattern OutputSdt_SDT_MANUAL :: OutputSdt
- pattern OutputSdt_SDT_NONE :: OutputSdt
Documentation
Selects method of inserting SDT information into output stream. "Follow input SDT" copies SDT information from input stream to output stream. "Follow input SDT if present" copies SDT information from input stream to output stream if SDT information is present in the input, otherwise it will fall back on the user-defined values. Enter "SDT Manually" means user will enter the SDT information. "No SDT" means output stream will not contain SDT information.
pattern OutputSdt_SDT_FOLLOW :: OutputSdt | |
pattern OutputSdt_SDT_FOLLOW_IF_PRESENT :: OutputSdt | |
pattern OutputSdt_SDT_MANUAL :: OutputSdt | |
pattern OutputSdt_SDT_NONE :: OutputSdt |