| 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.EMR.Types.InstanceGroupStateChangeReason
Description
Synopsis
- data InstanceGroupStateChangeReason = InstanceGroupStateChangeReason' {}
- newInstanceGroupStateChangeReason :: InstanceGroupStateChangeReason
- instanceGroupStateChangeReason_code :: Lens' InstanceGroupStateChangeReason (Maybe InstanceGroupStateChangeReasonCode)
- instanceGroupStateChangeReason_message :: Lens' InstanceGroupStateChangeReason (Maybe Text)
Documentation
data InstanceGroupStateChangeReason Source #
The status change reason details for the instance group.
See: newInstanceGroupStateChangeReason smart constructor.
Constructors
| InstanceGroupStateChangeReason' | |
Instances
newInstanceGroupStateChangeReason :: InstanceGroupStateChangeReason Source #
Create a value of InstanceGroupStateChangeReason 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:code:InstanceGroupStateChangeReason', instanceGroupStateChangeReason_code - The programmable code for the state change reason.
$sel:message:InstanceGroupStateChangeReason', instanceGroupStateChangeReason_message - The status change reason description.
instanceGroupStateChangeReason_code :: Lens' InstanceGroupStateChangeReason (Maybe InstanceGroupStateChangeReasonCode) Source #
The programmable code for the state change reason.
instanceGroupStateChangeReason_message :: Lens' InstanceGroupStateChangeReason (Maybe Text) Source #
The status change reason description.