Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EventType = EventType' {}
- newEventType :: EventType
- eventType_lastUpdatedTime :: Lens' EventType (Maybe Text)
- eventType_arn :: Lens' EventType (Maybe Text)
- eventType_createdTime :: Lens' EventType (Maybe Text)
- eventType_entityTypes :: Lens' EventType (Maybe (NonEmpty Text))
- eventType_eventVariables :: Lens' EventType (Maybe [Text])
- eventType_name :: Lens' EventType (Maybe Text)
- eventType_ingestedEventStatistics :: Lens' EventType (Maybe IngestedEventStatistics)
- eventType_labels :: Lens' EventType (Maybe [Text])
- eventType_eventIngestion :: Lens' EventType (Maybe EventIngestion)
- eventType_description :: Lens' EventType (Maybe Text)
Documentation
The event type details.
See: newEventType
smart constructor.
EventType' | |
|
Instances
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_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_ingestedEventStatistics :: Lens' EventType (Maybe IngestedEventStatistics) Source #
Data about the stored events.
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.