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

Description

 
Synopsis

Documentation

data EventType Source #

The event type details.

See: newEventType smart constructor.

Constructors

EventType' 

Fields

Instances

Instances details
Eq EventType Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EventType

Show EventType Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EventType

Generic EventType Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EventType

Associated Types

type Rep EventType :: Type -> Type #

NFData EventType Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EventType

Methods

rnf :: EventType -> () #

Hashable EventType Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EventType

FromJSON EventType Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EventType

type Rep EventType Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EventType

newEventType :: EventType Source #

Create a value of EventType 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:EventType', eventType_lastUpdatedTime - Timestamp of when the event type was last updated.

$sel:arn:EventType', eventType_arn - The entity type ARN.

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

$sel:entityTypes:EventType', eventType_entityTypes - The event type entity types.

$sel:eventVariables:EventType', eventType_eventVariables - The event type event variables.

$sel:name:EventType', eventType_name - The event type name.

$sel:ingestedEventStatistics:EventType', eventType_ingestedEventStatistics - Data about the stored events.

$sel:labels:EventType', eventType_labels - The event type labels.

$sel:eventIngestion:EventType', eventType_eventIngestion - If Enabled, Amazon Fraud Detector stores event data when you generate a prediction and uses that data to update calculated variables in near real-time. Amazon Fraud Detector uses this data, known as INGESTED_EVENTS, to train your model and improve fraud predictions.

$sel:description:EventType', eventType_description - The event type description.

eventType_lastUpdatedTime :: Lens' EventType (Maybe Text) Source #

Timestamp of when the event type was last updated.

eventType_arn :: Lens' EventType (Maybe Text) Source #

The entity type ARN.

eventType_createdTime :: Lens' EventType (Maybe Text) Source #

Timestamp of when the event type was created.

eventType_entityTypes :: Lens' EventType (Maybe (NonEmpty Text)) Source #

The event type entity types.

eventType_eventVariables :: Lens' EventType (Maybe [Text]) Source #

The event type event variables.

eventType_name :: Lens' EventType (Maybe Text) Source #

The event type name.

eventType_labels :: Lens' EventType (Maybe [Text]) Source #

The event type labels.

eventType_eventIngestion :: Lens' EventType (Maybe EventIngestion) Source #

If Enabled, Amazon Fraud Detector stores event data when you generate a prediction and uses that data to update calculated variables in near real-time. Amazon Fraud Detector uses this data, known as INGESTED_EVENTS, to train your model and improve fraud predictions.

eventType_description :: Lens' EventType (Maybe Text) Source #

The event type description.