| 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.BotLocaleSortBy
Description
Documentation
data BotLocaleSortBy Source #
Specifies attributes for sorting a list of bot locales.
See: newBotLocaleSortBy smart constructor.
Constructors
| BotLocaleSortBy' | |
Fields
| |
Instances
Arguments
| :: BotLocaleSortAttribute | |
| -> SortOrder | |
| -> BotLocaleSortBy |
Create a value of BotLocaleSortBy 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:BotLocaleSortBy', botLocaleSortBy_attribute - The bot locale attribute to sort by.
$sel:order:BotLocaleSortBy', botLocaleSortBy_order - Specifies whether to sort the bot locales in ascending or descending
order.
botLocaleSortBy_attribute :: Lens' BotLocaleSortBy BotLocaleSortAttribute Source #
The bot locale attribute to sort by.
botLocaleSortBy_order :: Lens' BotLocaleSortBy SortOrder Source #
Specifies whether to sort the bot locales in ascending or descending order.