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

Description

 
Synopsis

Documentation

data Outcome Source #

The outcome.

See: newOutcome smart constructor.

Constructors

Outcome' 

Fields

Instances

Instances details
Eq Outcome Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Outcome

Methods

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

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

Read Outcome Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Outcome

Show Outcome Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Outcome

Generic Outcome Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Outcome

Associated Types

type Rep Outcome :: Type -> Type #

Methods

from :: Outcome -> Rep Outcome x #

to :: Rep Outcome x -> Outcome #

NFData Outcome Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Outcome

Methods

rnf :: Outcome -> () #

Hashable Outcome Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Outcome

Methods

hashWithSalt :: Int -> Outcome -> Int #

hash :: Outcome -> Int #

FromJSON Outcome Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Outcome

type Rep Outcome Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Outcome

type Rep Outcome = D1 ('MetaData "Outcome" "Amazonka.FraudDetector.Types.Outcome" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "Outcome'" '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))))))

newOutcome :: Outcome Source #

Create a value of Outcome 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:Outcome', outcome_lastUpdatedTime - The timestamp when the outcome was last updated.

$sel:arn:Outcome', outcome_arn - The outcome ARN.

$sel:createdTime:Outcome', outcome_createdTime - The timestamp when the outcome was created.

$sel:name:Outcome', outcome_name - The outcome name.

$sel:description:Outcome', outcome_description - The outcome description.

outcome_lastUpdatedTime :: Lens' Outcome (Maybe Text) Source #

The timestamp when the outcome was last updated.

outcome_arn :: Lens' Outcome (Maybe Text) Source #

The outcome ARN.

outcome_createdTime :: Lens' Outcome (Maybe Text) Source #

The timestamp when the outcome was created.

outcome_name :: Lens' Outcome (Maybe Text) Source #

The outcome name.

outcome_description :: Lens' Outcome (Maybe Text) Source #

The outcome description.