v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473344266.2 KB

Gets a particular detector version.

post/#X-Amz-Target=AWSHawksNestServiceFacade.GetDetectorVersion

Headers

X-Amz-Target'AWSHawksNestServiceFacade.GetDetectorVersion' required

Request body

detectorIdstring required

The detector ID.

detectorVersionIdstring required

The detector version ID.

Response

Success

detectorIdstring

The detector ID.

detectorVersionIdstring

The detector version ID.

descriptionstring

The detector version description.

externalModelEndpointsString[]

The Amazon SageMaker model endpoints included in the detector version.

status'DRAFT' | 'ACTIVE' | 'INACTIVE'

The status of the detector version.

lastUpdatedTimestring

The timestamp when the detector version was last updated.

createdTimestring

The timestamp when the detector version was created.

ruleExecutionMode'ALL_MATCHED' | 'FIRST_MATCHED'
<p>The execution mode of the rule in the dectector</p> <p> <code>FIRST_MATCHED</code> 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.</p> <p> <code>ALL_MATCHED</code> 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.</p>
arnstring

The detector version ARN.