| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FraudDetector.Types.Entity
Description
Documentation
The entity details.
See: newEntity smart constructor.
Constructors
| Entity' | |
Fields
| |
Instances
| FromJSON Entity Source # | |
| ToJSON Entity Source # | |
Defined in Amazonka.FraudDetector.Types.Entity | |
| Generic Entity Source # | |
| Show Entity Source # | |
| NFData Entity Source # | |
Defined in Amazonka.FraudDetector.Types.Entity | |
| Eq Entity Source # | |
| Hashable Entity Source # | |
Defined in Amazonka.FraudDetector.Types.Entity | |
| type Rep Entity Source # | |
Defined in Amazonka.FraudDetector.Types.Entity type Rep Entity = D1 ('MetaData "Entity" "Amazonka.FraudDetector.Types.Entity" "amazonka-frauddetector-2.0-CdXFXtLV8DgKo4Kta7Jw61" 'False) (C1 ('MetaCons "Entity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
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.