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 PresetListBy where
- PresetListBy' { }
- pattern PresetListBy_CREATION_DATE :: PresetListBy
- pattern PresetListBy_NAME :: PresetListBy
- pattern PresetListBy_SYSTEM :: PresetListBy
Documentation
newtype PresetListBy Source #
Optional. When you request a list of presets, 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 PresetListBy_CREATION_DATE :: PresetListBy | |
pattern PresetListBy_NAME :: PresetListBy | |
pattern PresetListBy_SYSTEM :: PresetListBy |