| 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.BotSortBy
Description
Synopsis
Documentation
Specifies attributes for sorting a list of bots.
See: newBotSortBy smart constructor.
Constructors
| BotSortBy' | |
Fields
| |
Instances
| ToJSON BotSortBy Source # | |
Defined in Amazonka.LexV2Models.Types.BotSortBy | |
| Generic BotSortBy Source # | |
| Read BotSortBy Source # | |
| Show BotSortBy Source # | |
| NFData BotSortBy Source # | |
Defined in Amazonka.LexV2Models.Types.BotSortBy | |
| Eq BotSortBy Source # | |
| Hashable BotSortBy Source # | |
Defined in Amazonka.LexV2Models.Types.BotSortBy | |
| type Rep BotSortBy Source # | |
Defined in Amazonka.LexV2Models.Types.BotSortBy type Rep BotSortBy = D1 ('MetaData "BotSortBy" "Amazonka.LexV2Models.Types.BotSortBy" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "BotSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BotSortAttribute) :*: S1 ('MetaSel ('Just "order") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SortOrder))) | |
Create a value of BotSortBy 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:BotSortBy', botSortBy_attribute - The attribute to use to sort the list of bots.
$sel:order:BotSortBy', botSortBy_order - The order to sort the list. You can choose ascending or descending.
botSortBy_attribute :: Lens' BotSortBy BotSortAttribute Source #
The attribute to use to sort the list of bots.