amazonka-mechanicalturk-2.0: Amazon Mechanical Turk 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.MechanicalTurk.Types.ReviewActionDetail

Description

 
Synopsis

Documentation

data ReviewActionDetail Source #

Both the AssignmentReviewReport and the HITReviewReport elements contains the ReviewActionDetail data structure. This structure is returned multiple times for each action specified in the Review Policy.

See: newReviewActionDetail smart constructor.

Constructors

ReviewActionDetail' 

Fields

Instances

Instances details
FromJSON ReviewActionDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionDetail

Generic ReviewActionDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionDetail

Associated Types

type Rep ReviewActionDetail :: Type -> Type #

Read ReviewActionDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionDetail

Show ReviewActionDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionDetail

NFData ReviewActionDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionDetail

Methods

rnf :: ReviewActionDetail -> () #

Eq ReviewActionDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionDetail

Hashable ReviewActionDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionDetail

type Rep ReviewActionDetail Source # 
Instance details

Defined in Amazonka.MechanicalTurk.Types.ReviewActionDetail

newReviewActionDetail :: ReviewActionDetail Source #

Create a value of ReviewActionDetail 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:actionId:ReviewActionDetail', reviewActionDetail_actionId - The unique identifier for the action.

$sel:actionName:ReviewActionDetail', reviewActionDetail_actionName - The nature of the action itself. The Review Policy is responsible for examining the HIT and Assignments, emitting results, and deciding which other actions will be necessary.

$sel:completeTime:ReviewActionDetail', reviewActionDetail_completeTime - The date when the action was completed.

$sel:errorCode:ReviewActionDetail', reviewActionDetail_errorCode - Present only when the Results have a FAILED Status.

$sel:result:ReviewActionDetail', reviewActionDetail_result - A description of the outcome of the review.

$sel:status:ReviewActionDetail', reviewActionDetail_status - The current disposition of the action: INTENDED, SUCCEEDED, FAILED, or CANCELLED.

$sel:targetId:ReviewActionDetail', reviewActionDetail_targetId - The specific HITId or AssignmentID targeted by the action.

$sel:targetType:ReviewActionDetail', reviewActionDetail_targetType - The type of object in TargetId.

reviewActionDetail_actionId :: Lens' ReviewActionDetail (Maybe Text) Source #

The unique identifier for the action.

reviewActionDetail_actionName :: Lens' ReviewActionDetail (Maybe Text) Source #

The nature of the action itself. The Review Policy is responsible for examining the HIT and Assignments, emitting results, and deciding which other actions will be necessary.

reviewActionDetail_completeTime :: Lens' ReviewActionDetail (Maybe UTCTime) Source #

The date when the action was completed.

reviewActionDetail_errorCode :: Lens' ReviewActionDetail (Maybe Text) Source #

Present only when the Results have a FAILED Status.

reviewActionDetail_result :: Lens' ReviewActionDetail (Maybe Text) Source #

A description of the outcome of the review.

reviewActionDetail_status :: Lens' ReviewActionDetail (Maybe ReviewActionStatus) Source #

The current disposition of the action: INTENDED, SUCCEEDED, FAILED, or CANCELLED.

reviewActionDetail_targetId :: Lens' ReviewActionDetail (Maybe Text) Source #

The specific HITId or AssignmentID targeted by the action.