amazonka-frauddetector-2.0: Amazon Fraud Detector SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FraudDetector.Types.EventPredictionSummary

Description

 
Synopsis

Documentation

data EventPredictionSummary Source #

Information about the summary of an event prediction.

See: newEventPredictionSummary smart constructor.

Constructors

EventPredictionSummary' 

Fields

Instances

Instances details
FromJSON EventPredictionSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EventPredictionSummary

Generic EventPredictionSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EventPredictionSummary

Associated Types

type Rep EventPredictionSummary :: Type -> Type #

Read EventPredictionSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EventPredictionSummary

Show EventPredictionSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EventPredictionSummary

NFData EventPredictionSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EventPredictionSummary

Methods

rnf :: EventPredictionSummary -> () #

Eq EventPredictionSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EventPredictionSummary

Hashable EventPredictionSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EventPredictionSummary

type Rep EventPredictionSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.EventPredictionSummary

type Rep EventPredictionSummary = D1 ('MetaData "EventPredictionSummary" "Amazonka.FraudDetector.Types.EventPredictionSummary" "amazonka-frauddetector-2.0-CdXFXtLV8DgKo4Kta7Jw61" 'False) (C1 ('MetaCons "EventPredictionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "detectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "detectorVersionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "eventTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "predictionTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newEventPredictionSummary :: EventPredictionSummary Source #

Create a value of EventPredictionSummary 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:detectorId:EventPredictionSummary', eventPredictionSummary_detectorId - The detector ID.

$sel:detectorVersionId:EventPredictionSummary', eventPredictionSummary_detectorVersionId - The detector version ID.

$sel:eventId:EventPredictionSummary', eventPredictionSummary_eventId - The event ID.

$sel:eventTimestamp:EventPredictionSummary', eventPredictionSummary_eventTimestamp - The timestamp of the event.

$sel:eventTypeName:EventPredictionSummary', eventPredictionSummary_eventTypeName - The event type.

$sel:predictionTimestamp:EventPredictionSummary', eventPredictionSummary_predictionTimestamp - The timestamp when the prediction was generated.

eventPredictionSummary_predictionTimestamp :: Lens' EventPredictionSummary (Maybe Text) Source #

The timestamp when the prediction was generated.