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.VolumeStatusAction

Description

 
Synopsis

Documentation

data VolumeStatusAction Source #

Describes a volume status operation code.

See: newVolumeStatusAction smart constructor.

Constructors

VolumeStatusAction' 

Fields

Instances

Instances details
FromXML VolumeStatusAction Source # 
Instance details

Defined in Amazonka.EC2.Types.VolumeStatusAction

Generic VolumeStatusAction Source # 
Instance details

Defined in Amazonka.EC2.Types.VolumeStatusAction

Associated Types

type Rep VolumeStatusAction :: Type -> Type #

Read VolumeStatusAction Source # 
Instance details

Defined in Amazonka.EC2.Types.VolumeStatusAction

Show VolumeStatusAction Source # 
Instance details

Defined in Amazonka.EC2.Types.VolumeStatusAction

NFData VolumeStatusAction Source # 
Instance details

Defined in Amazonka.EC2.Types.VolumeStatusAction

Methods

rnf :: VolumeStatusAction -> () #

Eq VolumeStatusAction Source # 
Instance details

Defined in Amazonka.EC2.Types.VolumeStatusAction

Hashable VolumeStatusAction Source # 
Instance details

Defined in Amazonka.EC2.Types.VolumeStatusAction

type Rep VolumeStatusAction Source # 
Instance details

Defined in Amazonka.EC2.Types.VolumeStatusAction

type Rep VolumeStatusAction = D1 ('MetaData "VolumeStatusAction" "Amazonka.EC2.Types.VolumeStatusAction" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "VolumeStatusAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "eventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newVolumeStatusAction :: VolumeStatusAction Source #

Create a value of VolumeStatusAction 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:VolumeStatusAction', volumeStatusAction_code - The code identifying the operation, for example, enable-volume-io.

$sel:description:VolumeStatusAction', volumeStatusAction_description - A description of the operation.

$sel:eventId:VolumeStatusAction', volumeStatusAction_eventId - The ID of the event associated with this operation.

$sel:eventType:VolumeStatusAction', volumeStatusAction_eventType - The event type associated with this operation.

volumeStatusAction_code :: Lens' VolumeStatusAction (Maybe Text) Source #

The code identifying the operation, for example, enable-volume-io.

volumeStatusAction_eventId :: Lens' VolumeStatusAction (Maybe Text) Source #

The ID of the event associated with this operation.

volumeStatusAction_eventType :: Lens' VolumeStatusAction (Maybe Text) Source #

The event type associated with this operation.