amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.InstanceEventWindowStateChange

Description

 
Synopsis

Documentation

data InstanceEventWindowStateChange Source #

The state of the event window.

See: newInstanceEventWindowStateChange smart constructor.

Constructors

InstanceEventWindowStateChange' 

Fields

Instances

Instances details
FromXML InstanceEventWindowStateChange Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowStateChange

Generic InstanceEventWindowStateChange Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowStateChange

Associated Types

type Rep InstanceEventWindowStateChange :: Type -> Type #

Read InstanceEventWindowStateChange Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowStateChange

Show InstanceEventWindowStateChange Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowStateChange

NFData InstanceEventWindowStateChange Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowStateChange

Eq InstanceEventWindowStateChange Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowStateChange

Hashable InstanceEventWindowStateChange Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowStateChange

type Rep InstanceEventWindowStateChange Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowStateChange

type Rep InstanceEventWindowStateChange = D1 ('MetaData "InstanceEventWindowStateChange" "Amazonka.EC2.Types.InstanceEventWindowStateChange" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "InstanceEventWindowStateChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceEventWindowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceEventWindowState))))

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.