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
- data DocumentReviewCommentSource = DocumentReviewCommentSource' {}
- newDocumentReviewCommentSource :: DocumentReviewCommentSource
- documentReviewCommentSource_content :: Lens' DocumentReviewCommentSource (Maybe Text)
- documentReviewCommentSource_type :: Lens' DocumentReviewCommentSource (Maybe DocumentReviewCommentType)
Documentation
data DocumentReviewCommentSource Source #
Information about comments added to a document review request.
See: newDocumentReviewCommentSource
smart constructor.
Instances
newDocumentReviewCommentSource :: DocumentReviewCommentSource Source #
Create a value of DocumentReviewCommentSource
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:content:DocumentReviewCommentSource'
, documentReviewCommentSource_content
- The content of a comment entered by a user who requests a review of a
new document version, or who reviews the new version.
$sel:type':DocumentReviewCommentSource'
, documentReviewCommentSource_type
- The type of information added to a review request. Currently, only the
value Comment
is supported.
documentReviewCommentSource_content :: Lens' DocumentReviewCommentSource (Maybe Text) Source #
The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.
documentReviewCommentSource_type :: Lens' DocumentReviewCommentSource (Maybe DocumentReviewCommentType) Source #
The type of information added to a review request. Currently, only the
value Comment
is supported.