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.ExportSortBy

Description

 
Synopsis

Documentation

data ExportSortBy Source #

Provides information about sorting a list of exports.

See: newExportSortBy smart constructor.

Constructors

ExportSortBy' 

Fields

Instances

Instances details
ToJSON ExportSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportSortBy

Generic ExportSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportSortBy

Associated Types

type Rep ExportSortBy :: Type -> Type #

Read ExportSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportSortBy

Show ExportSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportSortBy

NFData ExportSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportSortBy

Methods

rnf :: ExportSortBy -> () #

Eq ExportSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportSortBy

Hashable ExportSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportSortBy

type Rep ExportSortBy Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportSortBy

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

newExportSortBy Source #

Create a value of ExportSortBy 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:ExportSortBy', exportSortBy_attribute - The export field to use for sorting.

$sel:order:ExportSortBy', exportSortBy_order - The order to sort the list.

exportSortBy_attribute :: Lens' ExportSortBy ExportSortAttribute Source #

The export field to use for sorting.

exportSortBy_order :: Lens' ExportSortBy SortOrder Source #

The order to sort the list.