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 ApprovalResult Source #
Represents information about the result of an approval request.
See: newApprovalResult
smart constructor.
ApprovalResult' | |
|
Instances
Create a value of ApprovalResult
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:summary:ApprovalResult'
, approvalResult_summary
- The summary of the current status of the approval request.
$sel:status:ApprovalResult'
, approvalResult_status
- The response submitted by a reviewer assigned to an approval action
request.
approvalResult_summary :: Lens' ApprovalResult Text Source #
The summary of the current status of the approval request.
approvalResult_status :: Lens' ApprovalResult ApprovalStatus Source #
The response submitted by a reviewer assigned to an approval action request.