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 InstanceStateChangeReason = InstanceStateChangeReason' {}
- newInstanceStateChangeReason :: InstanceStateChangeReason
- instanceStateChangeReason_code :: Lens' InstanceStateChangeReason (Maybe InstanceStateChangeReasonCode)
- instanceStateChangeReason_message :: Lens' InstanceStateChangeReason (Maybe Text)
Documentation
data InstanceStateChangeReason Source #
The details of the status change reason for the instance.
See: newInstanceStateChangeReason
smart constructor.
Instances
newInstanceStateChangeReason :: InstanceStateChangeReason Source #
Create a value of InstanceStateChangeReason
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:InstanceStateChangeReason'
, instanceStateChangeReason_code
- The programmable code for the state change reason.
$sel:message:InstanceStateChangeReason'
, instanceStateChangeReason_message
- The status change reason description.
instanceStateChangeReason_code :: Lens' InstanceStateChangeReason (Maybe InstanceStateChangeReasonCode) Source #
The programmable code for the state change reason.
instanceStateChangeReason_message :: Lens' InstanceStateChangeReason (Maybe Text) Source #
The status change reason description.