Updates the detector version’s status. You can perform the following promotions or demotions using update_detector_version_status
: DRAFT
to ACTIVE
, ACTIVE
to INACTIVE
, and INACTIVE
to ACTIVE
.
See https://www.paws-r-sdk.com/docs/frauddetector_update_detector_version_status/ for full documentation.
frauddetector_update_detector_version_status(
detectorId,
detectorVersionId,
status
)
[required] The detector ID.
[required] The detector version ID.
[required] The new status.
The only supported values are ACTIVE
and INACTIVE