| 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.DocumentReviews
Description
Documentation
data DocumentReviews Source #
Information about a document approval review.
See: newDocumentReviews smart constructor.
Constructors
| DocumentReviews' | |
Fields
| |
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.