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 CancelStepsInfo Source #
Specification of the status of a CancelSteps request. Available only in Amazon EMR version 4.8.0 and later, excluding version 5.0.0.
See: newCancelStepsInfo
smart constructor.
Instances
newCancelStepsInfo :: CancelStepsInfo Source #
Create a value of CancelStepsInfo
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:status:CancelStepsInfo'
, cancelStepsInfo_status
- The status of a CancelSteps Request. The value may be SUBMITTED or
FAILED.
$sel:stepId:CancelStepsInfo'
, cancelStepsInfo_stepId
- The encrypted StepId of a step.
$sel:reason:CancelStepsInfo'
, cancelStepsInfo_reason
- The reason for the failure if the CancelSteps request fails.
cancelStepsInfo_status :: Lens' CancelStepsInfo (Maybe CancelStepsRequestStatus) Source #
The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
cancelStepsInfo_stepId :: Lens' CancelStepsInfo (Maybe Text) Source #
The encrypted StepId of a step.
cancelStepsInfo_reason :: Lens' CancelStepsInfo (Maybe Text) Source #
The reason for the failure if the CancelSteps request fails.