| 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.QueueListBy
Description
Synopsis
- newtype QueueListBy where
- QueueListBy' { }
- pattern QueueListBy_CREATION_DATE :: QueueListBy
- pattern QueueListBy_NAME :: QueueListBy
Documentation
newtype QueueListBy Source #
Optional. When you request a list of queues, 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 creation date.
Constructors
| QueueListBy' | |
Fields | |
Bundled Patterns
| pattern QueueListBy_CREATION_DATE :: QueueListBy | |
| pattern QueueListBy_NAME :: QueueListBy |