libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector
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.FraudDetector.Types.Label

Description

 
Synopsis

Documentation

data Label Source #

The label details.

See: newLabel smart constructor.

Constructors

Label' 

Fields

Instances

Instances details
Eq Label Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Label

Methods

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

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

Read Label Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Label

Show Label Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Label

Methods

showsPrec :: Int -> Label -> ShowS #

show :: Label -> String #

showList :: [Label] -> ShowS #

Generic Label Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Label

Associated Types

type Rep Label :: Type -> Type #

Methods

from :: Label -> Rep Label x #

to :: Rep Label x -> Label #

NFData Label Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Label

Methods

rnf :: Label -> () #

Hashable Label Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Label

Methods

hashWithSalt :: Int -> Label -> Int #

hash :: Label -> Int #

FromJSON Label Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Label

type Rep Label Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Label

type Rep Label = D1 ('MetaData "Label" "Amazonka.FraudDetector.Types.Label" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "Label'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newLabel :: Label Source #

Create a value of Label 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:lastUpdatedTime:Label', label_lastUpdatedTime - Timestamp of when the label was last updated.

$sel:arn:Label', label_arn - The label ARN.

$sel:createdTime:Label', label_createdTime - Timestamp of when the event type was created.

$sel:name:Label', label_name - The label name.

$sel:description:Label', label_description - The label description.

label_lastUpdatedTime :: Lens' Label (Maybe Text) Source #

Timestamp of when the label was last updated.

label_arn :: Lens' Label (Maybe Text) Source #

The label ARN.

label_createdTime :: Lens' Label (Maybe Text) Source #

Timestamp of when the event type was created.

label_name :: Lens' Label (Maybe Text) Source #

The label name.

label_description :: Lens' Label (Maybe Text) Source #

The label description.