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 |
Documentation
data DocumentReviews Source #
Information about a document approval review.
See: newDocumentReviews
smart constructor.
DocumentReviews' | |
|
Instances
Create a value of DocumentReviews
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:DocumentReviews'
, documentReviews_comment
- A comment entered by a user in your organization about the document
review request.
$sel:action:DocumentReviews'
, documentReviews_action
- The action to take on a document approval review request.
documentReviews_comment :: Lens' DocumentReviews (Maybe [DocumentReviewCommentSource]) Source #
A comment entered by a user in your organization about the document review request.
documentReviews_action :: Lens' DocumentReviews DocumentReviewAction Source #
The action to take on a document approval review request.