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 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.
pattern JobTemplateListBy_CREATION_DATE :: JobTemplateListBy | |
pattern JobTemplateListBy_NAME :: JobTemplateListBy | |
pattern JobTemplateListBy_SYSTEM :: JobTemplateListBy |