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

Description

 
Synopsis

Documentation

data PredictionTimeRange Source #

The time period for when the predictions were generated.

See: newPredictionTimeRange smart constructor.

Constructors

PredictionTimeRange' 

Fields

  • startTime :: Text

    The start time of the time period for when the predictions were generated.

  • endTime :: Text

    The end time of the time period for when the predictions were generated.

Instances

Instances details
ToJSON PredictionTimeRange Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.PredictionTimeRange

Generic PredictionTimeRange Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.PredictionTimeRange

Associated Types

type Rep PredictionTimeRange :: Type -> Type #

Read PredictionTimeRange Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.PredictionTimeRange

Show PredictionTimeRange Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.PredictionTimeRange

NFData PredictionTimeRange Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.PredictionTimeRange

Methods

rnf :: PredictionTimeRange -> () #

Eq PredictionTimeRange Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.PredictionTimeRange

Hashable PredictionTimeRange Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.PredictionTimeRange

type Rep PredictionTimeRange Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.PredictionTimeRange

type Rep PredictionTimeRange = D1 ('MetaData "PredictionTimeRange" "Amazonka.FraudDetector.Types.PredictionTimeRange" "amazonka-frauddetector-2.0-CdXFXtLV8DgKo4Kta7Jw61" 'False) (C1 ('MetaCons "PredictionTimeRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPredictionTimeRange Source #

Create a value of PredictionTimeRange 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:startTime:PredictionTimeRange', predictionTimeRange_startTime - The start time of the time period for when the predictions were generated.

$sel:endTime:PredictionTimeRange', predictionTimeRange_endTime - The end time of the time period for when the predictions were generated.

predictionTimeRange_startTime :: Lens' PredictionTimeRange Text Source #

The start time of the time period for when the predictions were generated.

predictionTimeRange_endTime :: Lens' PredictionTimeRange Text Source #

The end time of the time period for when the predictions were generated.