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 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.
pattern QueueListBy_CREATION_DATE :: QueueListBy | |
pattern QueueListBy_NAME :: QueueListBy |