| 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.ImportExport.Types.JobType
Description
Synopsis
- newtype JobType where
- JobType' {
- fromJobType :: Text
- pattern JobType_Export :: JobType
- pattern JobType_Import :: JobType
- JobType' {
Documentation
Specifies whether the job to initiate is an import or export job.
Constructors
| JobType' | |
Fields
| |
Bundled Patterns
| pattern JobType_Export :: JobType | |
| pattern JobType_Import :: JobType |