| 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.MediaConvert.Types.JobTemplateListBy
Description
Synopsis
- newtype JobTemplateListBy where
- JobTemplateListBy' { }
- pattern JobTemplateListBy_CREATION_DATE :: JobTemplateListBy
- pattern JobTemplateListBy_NAME :: JobTemplateListBy
- pattern JobTemplateListBy_SYSTEM :: JobTemplateListBy
Documentation
newtype JobTemplateListBy Source #
Optional. When you request a list of job templates, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.
Constructors
| JobTemplateListBy' | |
Fields | |
Bundled Patterns
| pattern JobTemplateListBy_CREATION_DATE :: JobTemplateListBy | |
| pattern JobTemplateListBy_NAME :: JobTemplateListBy | |
| pattern JobTemplateListBy_SYSTEM :: JobTemplateListBy |