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

Description

Gets a particular detector version.

Synopsis

Creating a Request

data GetDetectorVersion Source #

See: newGetDetectorVersion smart constructor.

Constructors

GetDetectorVersion' 

Fields

Instances

Instances details
Eq GetDetectorVersion Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

Read GetDetectorVersion Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

Show GetDetectorVersion Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

Generic GetDetectorVersion Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

Associated Types

type Rep GetDetectorVersion :: Type -> Type #

NFData GetDetectorVersion Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

Methods

rnf :: GetDetectorVersion -> () #

Hashable GetDetectorVersion Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

ToJSON GetDetectorVersion Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

AWSRequest GetDetectorVersion Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

Associated Types

type AWSResponse GetDetectorVersion #

ToHeaders GetDetectorVersion Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

ToPath GetDetectorVersion Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

ToQuery GetDetectorVersion Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

type Rep GetDetectorVersion Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

type Rep GetDetectorVersion = D1 ('MetaData "GetDetectorVersion" "Amazonka.FraudDetector.GetDetectorVersion" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "GetDetectorVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "detectorVersionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDetectorVersion Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

newGetDetectorVersion Source #

Create a value of GetDetectorVersion 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:GetDetectorVersion', getDetectorVersion_detectorId - The detector ID.

$sel:detectorVersionId:GetDetectorVersion', getDetectorVersion_detectorVersionId - The detector version ID.

Request Lenses

Destructuring the Response

data GetDetectorVersionResponse Source #

See: newGetDetectorVersionResponse smart constructor.

Constructors

GetDetectorVersionResponse' 

Fields

Instances

Instances details
Eq GetDetectorVersionResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

Read GetDetectorVersionResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

Show GetDetectorVersionResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

Generic GetDetectorVersionResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

Associated Types

type Rep GetDetectorVersionResponse :: Type -> Type #

NFData GetDetectorVersionResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

type Rep GetDetectorVersionResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetDetectorVersion

type Rep GetDetectorVersionResponse = D1 ('MetaData "GetDetectorVersionResponse" "Amazonka.FraudDetector.GetDetectorVersion" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "GetDetectorVersionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DetectorVersionStatus)) :*: (S1 ('MetaSel ('Just "ruleExecutionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RuleExecutionMode)) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Rule])) :*: S1 ('MetaSel ('Just "detectorVersionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "modelVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ModelVersion])) :*: S1 ('MetaSel ('Just "detectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "externalModelEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newGetDetectorVersionResponse Source #

Create a value of GetDetectorVersionResponse 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:status:GetDetectorVersionResponse', getDetectorVersionResponse_status - The status of the detector version.

$sel:ruleExecutionMode:GetDetectorVersionResponse', getDetectorVersionResponse_ruleExecutionMode - The execution mode of the rule in the dectector

FIRST_MATCHED indicates that Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.

ALL_MATCHED indicates that Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules. You can define and edit the rule mode at the detector version level, when it is in draft status.

$sel:lastUpdatedTime:GetDetectorVersionResponse', getDetectorVersionResponse_lastUpdatedTime - The timestamp when the detector version was last updated.

$sel:arn:GetDetectorVersionResponse', getDetectorVersionResponse_arn - The detector version ARN.

$sel:rules:GetDetectorVersionResponse', getDetectorVersionResponse_rules - The rules included in the detector version.

$sel:detectorVersionId:GetDetectorVersion', getDetectorVersionResponse_detectorVersionId - The detector version ID.

$sel:createdTime:GetDetectorVersionResponse', getDetectorVersionResponse_createdTime - The timestamp when the detector version was created.

$sel:modelVersions:GetDetectorVersionResponse', getDetectorVersionResponse_modelVersions - The model versions included in the detector version.

$sel:detectorId:GetDetectorVersion', getDetectorVersionResponse_detectorId - The detector ID.

$sel:externalModelEndpoints:GetDetectorVersionResponse', getDetectorVersionResponse_externalModelEndpoints - The Amazon SageMaker model endpoints included in the detector version.

$sel:description:GetDetectorVersionResponse', getDetectorVersionResponse_description - The detector version description.

$sel:httpStatus:GetDetectorVersionResponse', getDetectorVersionResponse_httpStatus - The response's http status code.

Response Lenses

getDetectorVersionResponse_ruleExecutionMode :: Lens' GetDetectorVersionResponse (Maybe RuleExecutionMode) Source #

The execution mode of the rule in the dectector

FIRST_MATCHED indicates that Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.

ALL_MATCHED indicates that Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules. You can define and edit the rule mode at the detector version level, when it is in draft status.

getDetectorVersionResponse_lastUpdatedTime :: Lens' GetDetectorVersionResponse (Maybe Text) Source #

The timestamp when the detector version was last updated.

getDetectorVersionResponse_rules :: Lens' GetDetectorVersionResponse (Maybe [Rule]) Source #

The rules included in the detector version.

getDetectorVersionResponse_createdTime :: Lens' GetDetectorVersionResponse (Maybe Text) Source #

The timestamp when the detector version was created.

getDetectorVersionResponse_modelVersions :: Lens' GetDetectorVersionResponse (Maybe [ModelVersion]) Source #

The model versions included in the detector version.

getDetectorVersionResponse_externalModelEndpoints :: Lens' GetDetectorVersionResponse (Maybe [Text]) Source #

The Amazon SageMaker model endpoints included in the detector version.