| 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.AlexaBusiness.Types.Sort
Description
Documentation
An object representing a sort criteria.
See: newSort smart constructor.
Constructors
| Sort' | |
Instances
| ToJSON Sort Source # | |
Defined in Amazonka.AlexaBusiness.Types.Sort | |
| Generic Sort Source # | |
| Read Sort Source # | |
| Show Sort Source # | |
| NFData Sort Source # | |
Defined in Amazonka.AlexaBusiness.Types.Sort | |
| Eq Sort Source # | |
| Hashable Sort Source # | |
Defined in Amazonka.AlexaBusiness.Types.Sort | |
| type Rep Sort Source # | |
Defined in Amazonka.AlexaBusiness.Types.Sort type Rep Sort = D1 ('MetaData "Sort" "Amazonka.AlexaBusiness.Types.Sort" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "Sort'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SortValue))) | |
Create a value of Sort 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:key:Sort', sort_key - The sort key of a sort object.
$sel:value:Sort', sort_value - The sort value of a sort object.