| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MechanicalTurk.Types.ReviewReport
Description
Documentation
data ReviewReport Source #
Contains both ReviewResult and ReviewAction elements for a particular HIT.
See: newReviewReport smart constructor.
Constructors
| ReviewReport' | |
Fields
| |
Instances
newReviewReport :: ReviewReport Source #
Create a value of ReviewReport 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:reviewActions:ReviewReport', reviewReport_reviewActions - A list of ReviewAction objects for each action specified in the Review
Policy.
$sel:reviewResults:ReviewReport', reviewReport_reviewResults - A list of ReviewResults objects for each action specified in the Review
Policy.
reviewReport_reviewActions :: Lens' ReviewReport (Maybe [ReviewActionDetail]) Source #
A list of ReviewAction objects for each action specified in the Review Policy.
reviewReport_reviewResults :: Lens' ReviewReport (Maybe [ReviewResultDetail]) Source #
A list of ReviewResults objects for each action specified in the Review Policy.