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 AlgorithmStatusItem = AlgorithmStatusItem' {}
- newAlgorithmStatusItem :: Text -> DetailedAlgorithmStatus -> AlgorithmStatusItem
- algorithmStatusItem_failureReason :: Lens' AlgorithmStatusItem (Maybe Text)
- algorithmStatusItem_name :: Lens' AlgorithmStatusItem Text
- algorithmStatusItem_status :: Lens' AlgorithmStatusItem DetailedAlgorithmStatus
Documentation
data AlgorithmStatusItem Source #
Represents the overall status of an algorithm.
See: newAlgorithmStatusItem
smart constructor.
AlgorithmStatusItem' | |
|
Instances
newAlgorithmStatusItem Source #
Create a value of AlgorithmStatusItem
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:failureReason:AlgorithmStatusItem'
, algorithmStatusItem_failureReason
- if the overall status is Failed
, the reason for the failure.
$sel:name:AlgorithmStatusItem'
, algorithmStatusItem_name
- The name of the algorithm for which the overall status is being
reported.
$sel:status:AlgorithmStatusItem'
, algorithmStatusItem_status
- The current status.
algorithmStatusItem_failureReason :: Lens' AlgorithmStatusItem (Maybe Text) Source #
if the overall status is Failed
, the reason for the failure.
algorithmStatusItem_name :: Lens' AlgorithmStatusItem Text Source #
The name of the algorithm for which the overall status is being reported.
algorithmStatusItem_status :: Lens' AlgorithmStatusItem DetailedAlgorithmStatus Source #
The current status.