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

Description

 
Synopsis

Documentation

data EntityType Source #

The entity type details.

See: newEntityType smart constructor.

Constructors

EntityType' 

Fields

Instances

Instances details
Eq EntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EntityType

Read EntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EntityType

Show EntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EntityType

Generic EntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EntityType

Associated Types

type Rep EntityType :: Type -> Type #

NFData EntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EntityType

Methods

rnf :: EntityType -> () #

Hashable EntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EntityType

FromJSON EntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EntityType

type Rep EntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EntityType

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

newEntityType :: EntityType Source #

Create a value of EntityType 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:EntityType', entityType_lastUpdatedTime - Timestamp of when the entity type was last updated.

$sel:arn:EntityType', entityType_arn - The entity type ARN.

$sel:createdTime:EntityType', entityType_createdTime - Timestamp of when the entity type was created.

$sel:name:EntityType', entityType_name - The entity type name.

$sel:description:EntityType', entityType_description - The entity type description.

entityType_lastUpdatedTime :: Lens' EntityType (Maybe Text) Source #

Timestamp of when the entity type was last updated.

entityType_arn :: Lens' EntityType (Maybe Text) Source #

The entity type ARN.

entityType_createdTime :: Lens' EntityType (Maybe Text) Source #

Timestamp of when the entity type was created.

entityType_name :: Lens' EntityType (Maybe Text) Source #

The entity type name.

entityType_description :: Lens' EntityType (Maybe Text) Source #

The entity type description.