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

Description

 
Synopsis

Documentation

data Model Source #

The model.

See: newModel smart constructor.

Constructors

Model' 

Fields

Instances

Instances details
FromJSON Model Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Model

Generic Model Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Model

Associated Types

type Rep Model :: Type -> Type #

Methods

from :: Model -> Rep Model x #

to :: Rep Model x -> Model #

Read Model Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Model

Show Model Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Model

Methods

showsPrec :: Int -> Model -> ShowS #

show :: Model -> String #

showList :: [Model] -> ShowS #

NFData Model Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Model

Methods

rnf :: Model -> () #

Eq Model Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Model

Methods

(==) :: Model -> Model -> Bool #

(/=) :: Model -> Model -> Bool #

Hashable Model Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Model

Methods

hashWithSalt :: Int -> Model -> Int #

hash :: Model -> Int #

type Rep Model Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.Model

newModel :: Model Source #

Create a value of Model 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:arn:Model', model_arn - The ARN of the model.

$sel:createdTime:Model', model_createdTime - Timestamp of when the model was created.

$sel:description:Model', model_description - The model description.

$sel:eventTypeName:Model', model_eventTypeName - The name of the event type.

$sel:lastUpdatedTime:Model', model_lastUpdatedTime - Timestamp of last time the model was updated.

$sel:modelId:Model', model_modelId - The model ID.

$sel:modelType:Model', model_modelType - The model type.

model_arn :: Lens' Model (Maybe Text) Source #

The ARN of the model.

model_createdTime :: Lens' Model (Maybe Text) Source #

Timestamp of when the model was created.

model_description :: Lens' Model (Maybe Text) Source #

The model description.

model_eventTypeName :: Lens' Model (Maybe Text) Source #

The name of the event type.

model_lastUpdatedTime :: Lens' Model (Maybe Text) Source #

Timestamp of last time the model was updated.