| 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.CodePipeline.Types.ApprovalResult
Description
Documentation
data ApprovalResult Source #
Represents information about the result of an approval request.
See: newApprovalResult smart constructor.
Constructors
| ApprovalResult' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> ApprovalStatus | |
| -> ApprovalResult |
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.