| 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.SSM.Types.ReviewInformation
Description
Synopsis
Documentation
data ReviewInformation Source #
Information about the result of a document review request.
See: newReviewInformation smart constructor.
Constructors
| ReviewInformation' | |
Fields
| |
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:reviewedTime:ReviewInformation', reviewInformation_reviewedTime - The time that the reviewer took action on the document review request.
$sel:reviewer:ReviewInformation', reviewInformation_reviewer - The reviewer assigned to take action on the document review request.
$sel:status:ReviewInformation', reviewInformation_status - The current status of the document review request.
reviewInformation_reviewedTime :: Lens' ReviewInformation (Maybe UTCTime) Source #
The time that the reviewer took action on the document review request.
reviewInformation_reviewer :: Lens' ReviewInformation (Maybe Text) Source #
The reviewer assigned to take action on the document review request.
reviewInformation_status :: Lens' ReviewInformation (Maybe ReviewStatus) Source #
The current status of the document review request.