amazonka-lexv2-models-2.0: Amazon Lex Model Building V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LexV2Models.Types.BotVersionSortBy

Description

 
Synopsis

Documentation

data BotVersionSortBy Source #

Specifies attributes for sorting a list of bot versions.

See: newBotVersionSortBy smart constructor.

Constructors

BotVersionSortBy' 

Fields

Instances

Instances details
ToJSON BotVersionSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotVersionSortBy

Generic BotVersionSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotVersionSortBy

Associated Types

type Rep BotVersionSortBy :: Type -> Type #

Read BotVersionSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotVersionSortBy

Show BotVersionSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotVersionSortBy

NFData BotVersionSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotVersionSortBy

Methods

rnf :: BotVersionSortBy -> () #

Eq BotVersionSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotVersionSortBy

Hashable BotVersionSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotVersionSortBy

type Rep BotVersionSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotVersionSortBy

type Rep BotVersionSortBy = D1 ('MetaData "BotVersionSortBy" "Amazonka.LexV2Models.Types.BotVersionSortBy" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "BotVersionSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BotVersionSortAttribute) :*: S1 ('MetaSel ('Just "order") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SortOrder)))

newBotVersionSortBy Source #

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.