| 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.EC2.Types.InstanceStatusDetails
Description
Synopsis
- data InstanceStatusDetails = InstanceStatusDetails' {}
- newInstanceStatusDetails :: InstanceStatusDetails
- instanceStatusDetails_impairedSince :: Lens' InstanceStatusDetails (Maybe UTCTime)
- instanceStatusDetails_name :: Lens' InstanceStatusDetails (Maybe StatusName)
- instanceStatusDetails_status :: Lens' InstanceStatusDetails (Maybe StatusType)
Documentation
data InstanceStatusDetails Source #
Describes the instance status.
See: newInstanceStatusDetails smart constructor.
Constructors
| InstanceStatusDetails' | |
Fields
| |
Instances
newInstanceStatusDetails :: InstanceStatusDetails Source #
Create a value of InstanceStatusDetails 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:impairedSince:InstanceStatusDetails', instanceStatusDetails_impairedSince - The time when a status check failed. For an instance that was launched
and impaired, this is the time when the instance was launched.
$sel:name:InstanceStatusDetails', instanceStatusDetails_name - The type of instance status.
$sel:status:InstanceStatusDetails', instanceStatusDetails_status - The status.
instanceStatusDetails_impairedSince :: Lens' InstanceStatusDetails (Maybe UTCTime) Source #
The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.
instanceStatusDetails_name :: Lens' InstanceStatusDetails (Maybe StatusName) Source #
The type of instance status.
instanceStatusDetails_status :: Lens' InstanceStatusDetails (Maybe StatusType) Source #
The status.