Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data ReviewInformation Source #
Information about the result of a document review request.
See: newReviewInformation
smart constructor.
ReviewInformation' | |
|
Instances
newReviewInformation :: ReviewInformation Source #
Create a value of ReviewInformation
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:ReviewInformation'
, reviewInformation_status
- The current status of the document review request.
$sel:reviewer:ReviewInformation'
, reviewInformation_reviewer
- The reviewer assigned to take action on the document review request.
$sel:reviewedTime:ReviewInformation'
, reviewInformation_reviewedTime
- The time that the reviewer took action on the document review request.
reviewInformation_status :: Lens' ReviewInformation (Maybe ReviewStatus) Source #
The current status of the document review request.
reviewInformation_reviewer :: Lens' ReviewInformation (Maybe Text) Source #
The reviewer assigned to take action on the document review request.
reviewInformation_reviewedTime :: Lens' ReviewInformation (Maybe UTCTime) Source #
The time that the reviewer took action on the document review request.