Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
An object representing a sort criteria.
See: newSort
smart constructor.
Instances
Eq Sort Source # | |
Read Sort Source # | |
Show Sort Source # | |
Generic Sort Source # | |
NFData Sort Source # | |
Defined in Amazonka.AlexaBusiness.Types.Sort | |
Hashable Sort Source # | |
Defined in Amazonka.AlexaBusiness.Types.Sort | |
ToJSON 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" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" '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.