| 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.LexV2Models.Types.BotVersionSortBy
Description
Documentation
data BotVersionSortBy Source #
Specifies attributes for sorting a list of bot versions.
See: newBotVersionSortBy smart constructor.
Constructors
| BotVersionSortBy' | |
Fields
| |
Instances
Arguments
| :: BotVersionSortAttribute | |
| -> SortOrder | |
| -> BotVersionSortBy |
Create a value of BotVersionSortBy with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attribute:BotVersionSortBy', botVersionSortBy_attribute - The attribute to use to sort the list of versions.
$sel:order:BotVersionSortBy', botVersionSortBy_order - The order to sort the list. You can specify ascending or descending
order.
botVersionSortBy_attribute :: Lens' BotVersionSortBy BotVersionSortAttribute Source #
The attribute to use to sort the list of versions.
botVersionSortBy_order :: Lens' BotVersionSortBy SortOrder Source #
The order to sort the list. You can specify ascending or descending order.