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

Description

 
Synopsis

Documentation

data Entity Source #

The entity details.

See: newEntity smart constructor.

Constructors

Entity' 

Fields

  • entityType :: Text

    The entity type.

  • entityId :: Text

    The entity ID. If you do not know the entityId, you can pass unknown, which is areserved string literal.

Instances

Instances details
Eq Entity Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Entity

Methods

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

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

Show Entity Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Entity

Generic Entity Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Entity

Associated Types

type Rep Entity :: Type -> Type #

Methods

from :: Entity -> Rep Entity x #

to :: Rep Entity x -> Entity #

NFData Entity Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Entity

Methods

rnf :: Entity -> () #

Hashable Entity Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Entity

Methods

hashWithSalt :: Int -> Entity -> Int #

hash :: Entity -> Int #

ToJSON Entity Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Entity

FromJSON Entity Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Entity

type Rep Entity Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Entity

type Rep Entity = D1 ('MetaData "Entity" "Amazonka.FraudDetector.Types.Entity" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "Entity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEntity Source #

Create a value of Entity 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:entityType:Entity', entity_entityType - The entity type.

$sel:entityId:Entity', entity_entityId - The entity ID. If you do not know the entityId, you can pass unknown, which is areserved string literal.

entity_entityId :: Lens' Entity Text Source #

The entity ID. If you do not know the entityId, you can pass unknown, which is areserved string literal.