| 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.DocumentReviewerResponseSource
Description
Synopsis
- data DocumentReviewerResponseSource = DocumentReviewerResponseSource' {}
- newDocumentReviewerResponseSource :: DocumentReviewerResponseSource
- documentReviewerResponseSource_comment :: Lens' DocumentReviewerResponseSource (Maybe [DocumentReviewCommentSource])
- documentReviewerResponseSource_createTime :: Lens' DocumentReviewerResponseSource (Maybe UTCTime)
- documentReviewerResponseSource_reviewStatus :: Lens' DocumentReviewerResponseSource (Maybe ReviewStatus)
- documentReviewerResponseSource_reviewer :: Lens' DocumentReviewerResponseSource (Maybe Text)
- documentReviewerResponseSource_updatedTime :: Lens' DocumentReviewerResponseSource (Maybe UTCTime)
Documentation
data DocumentReviewerResponseSource Source #
Information about a reviewer's response to a document review request.
See: newDocumentReviewerResponseSource smart constructor.
Constructors
| DocumentReviewerResponseSource' | |
Fields
| |
Instances
newDocumentReviewerResponseSource :: DocumentReviewerResponseSource Source #
Create a value of DocumentReviewerResponseSource 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:comment:DocumentReviewerResponseSource', documentReviewerResponseSource_comment - The comment entered by a reviewer as part of their document review
response.
$sel:createTime:DocumentReviewerResponseSource', documentReviewerResponseSource_createTime - The date and time that a reviewer entered a response to a document
review request.
$sel:reviewStatus:DocumentReviewerResponseSource', documentReviewerResponseSource_reviewStatus - The current review status of a new custom SSM document created by a
member of your organization, or of the latest version of an existing SSM
document.
Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.
Only one version of a document can be in review, or PENDING, at a time.
$sel:reviewer:DocumentReviewerResponseSource', documentReviewerResponseSource_reviewer - The user in your organization assigned to review a document request.
$sel:updatedTime:DocumentReviewerResponseSource', documentReviewerResponseSource_updatedTime - The date and time that a reviewer last updated a response to a document
review request.
documentReviewerResponseSource_comment :: Lens' DocumentReviewerResponseSource (Maybe [DocumentReviewCommentSource]) Source #
The comment entered by a reviewer as part of their document review response.
documentReviewerResponseSource_createTime :: Lens' DocumentReviewerResponseSource (Maybe UTCTime) Source #
The date and time that a reviewer entered a response to a document review request.
documentReviewerResponseSource_reviewStatus :: Lens' DocumentReviewerResponseSource (Maybe ReviewStatus) Source #
The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.
Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.
Only one version of a document can be in review, or PENDING, at a time.
documentReviewerResponseSource_reviewer :: Lens' DocumentReviewerResponseSource (Maybe Text) Source #
The user in your organization assigned to review a document request.
documentReviewerResponseSource_updatedTime :: Lens' DocumentReviewerResponseSource (Maybe UTCTime) Source #
The date and time that a reviewer last updated a response to a document review request.