libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AlexaBusiness.Types.Sort

Description

 
Synopsis

Documentation

data Sort Source #

An object representing a sort criteria.

See: newSort smart constructor.

Constructors

Sort' 

Fields

Instances

Instances details
Eq Sort Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Sort

Methods

(==) :: Sort -> Sort -> Bool #

(/=) :: Sort -> Sort -> Bool #

Read Sort Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Sort

Show Sort Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Sort

Methods

showsPrec :: Int -> Sort -> ShowS #

show :: Sort -> String #

showList :: [Sort] -> ShowS #

Generic Sort Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Sort

Associated Types

type Rep Sort :: Type -> Type #

Methods

from :: Sort -> Rep Sort x #

to :: Rep Sort x -> Sort #

NFData Sort Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Sort

Methods

rnf :: Sort -> () #

Hashable Sort Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Sort

Methods

hashWithSalt :: Int -> Sort -> Int #

hash :: Sort -> Int #

ToJSON Sort Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Sort

type Rep Sort Source # 
Instance details

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)))

newSort Source #

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.

sort_key :: Lens' Sort Text Source #

The sort key of a sort object.

sort_value :: Lens' Sort SortValue Source #

The sort value of a sort object.