| 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.InstanceEventWindowStateChange
Description
Synopsis
- data InstanceEventWindowStateChange = InstanceEventWindowStateChange' {}
- newInstanceEventWindowStateChange :: InstanceEventWindowStateChange
- instanceEventWindowStateChange_instanceEventWindowId :: Lens' InstanceEventWindowStateChange (Maybe Text)
- instanceEventWindowStateChange_state :: Lens' InstanceEventWindowStateChange (Maybe InstanceEventWindowState)
Documentation
data InstanceEventWindowStateChange Source #
The state of the event window.
See: newInstanceEventWindowStateChange smart constructor.
Constructors
| InstanceEventWindowStateChange' | |
Fields
| |
Instances
newInstanceEventWindowStateChange :: InstanceEventWindowStateChange Source #
Create a value of InstanceEventWindowStateChange 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:instanceEventWindowId:InstanceEventWindowStateChange', instanceEventWindowStateChange_instanceEventWindowId - The ID of the event window.
$sel:state:InstanceEventWindowStateChange', instanceEventWindowStateChange_state - The current state of the event window.
instanceEventWindowStateChange_instanceEventWindowId :: Lens' InstanceEventWindowStateChange (Maybe Text) Source #
The ID of the event window.
instanceEventWindowStateChange_state :: Lens' InstanceEventWindowStateChange (Maybe InstanceEventWindowState) Source #
The current state of the event window.