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

Description

 
Synopsis

Documentation

data EnableFastSnapshotRestoreSuccessItem Source #

Describes fast snapshot restores that were successfully enabled.

See: newEnableFastSnapshotRestoreSuccessItem smart constructor.

Constructors

EnableFastSnapshotRestoreSuccessItem' 

Fields

Instances

Instances details
FromXML EnableFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreSuccessItem

Generic EnableFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreSuccessItem

Read EnableFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreSuccessItem

Show EnableFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreSuccessItem

NFData EnableFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreSuccessItem

Eq EnableFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreSuccessItem

Hashable EnableFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreSuccessItem

type Rep EnableFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreSuccessItem

type Rep EnableFastSnapshotRestoreSuccessItem = D1 ('MetaData "EnableFastSnapshotRestoreSuccessItem" "Amazonka.EC2.Types.EnableFastSnapshotRestoreSuccessItem" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "EnableFastSnapshotRestoreSuccessItem'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "disabledTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "disablingTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "enabledTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "enablingTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))) :*: ((S1 ('MetaSel ('Just "optimizingTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "ownerAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "snapshotId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FastSnapshotRestoreStateCode)) :*: S1 ('MetaSel ('Just "stateTransitionReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newEnableFastSnapshotRestoreSuccessItem :: EnableFastSnapshotRestoreSuccessItem Source #

Create a value of EnableFastSnapshotRestoreSuccessItem 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:availabilityZone:EnableFastSnapshotRestoreSuccessItem', enableFastSnapshotRestoreSuccessItem_availabilityZone - The Availability Zone.

$sel:disabledTime:EnableFastSnapshotRestoreSuccessItem', enableFastSnapshotRestoreSuccessItem_disabledTime - The time at which fast snapshot restores entered the disabled state.

$sel:disablingTime:EnableFastSnapshotRestoreSuccessItem', enableFastSnapshotRestoreSuccessItem_disablingTime - The time at which fast snapshot restores entered the disabling state.

$sel:enabledTime:EnableFastSnapshotRestoreSuccessItem', enableFastSnapshotRestoreSuccessItem_enabledTime - The time at which fast snapshot restores entered the enabled state.

$sel:enablingTime:EnableFastSnapshotRestoreSuccessItem', enableFastSnapshotRestoreSuccessItem_enablingTime - The time at which fast snapshot restores entered the enabling state.

$sel:optimizingTime:EnableFastSnapshotRestoreSuccessItem', enableFastSnapshotRestoreSuccessItem_optimizingTime - The time at which fast snapshot restores entered the optimizing state.

$sel:ownerAlias:EnableFastSnapshotRestoreSuccessItem', enableFastSnapshotRestoreSuccessItem_ownerAlias - The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.

$sel:ownerId:EnableFastSnapshotRestoreSuccessItem', enableFastSnapshotRestoreSuccessItem_ownerId - The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.

$sel:snapshotId:EnableFastSnapshotRestoreSuccessItem', enableFastSnapshotRestoreSuccessItem_snapshotId - The ID of the snapshot.

$sel:state:EnableFastSnapshotRestoreSuccessItem', enableFastSnapshotRestoreSuccessItem_state - The state of fast snapshot restores.

$sel:stateTransitionReason:EnableFastSnapshotRestoreSuccessItem', enableFastSnapshotRestoreSuccessItem_stateTransitionReason - The reason for the state transition. The possible values are as follows:

  • Client.UserInitiated - The state successfully transitioned to enabling or disabling.
  • Client.UserInitiated - Lifecycle state transition - The state successfully transitioned to optimizing, enabled, or disabled.

enableFastSnapshotRestoreSuccessItem_disabledTime :: Lens' EnableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the disabled state.

enableFastSnapshotRestoreSuccessItem_disablingTime :: Lens' EnableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the disabling state.

enableFastSnapshotRestoreSuccessItem_enabledTime :: Lens' EnableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the enabled state.

enableFastSnapshotRestoreSuccessItem_enablingTime :: Lens' EnableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the enabling state.

enableFastSnapshotRestoreSuccessItem_optimizingTime :: Lens' EnableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the optimizing state.

enableFastSnapshotRestoreSuccessItem_ownerAlias :: Lens' EnableFastSnapshotRestoreSuccessItem (Maybe Text) Source #

The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.

enableFastSnapshotRestoreSuccessItem_ownerId :: Lens' EnableFastSnapshotRestoreSuccessItem (Maybe Text) Source #

The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.

enableFastSnapshotRestoreSuccessItem_stateTransitionReason :: Lens' EnableFastSnapshotRestoreSuccessItem (Maybe Text) Source #

The reason for the state transition. The possible values are as follows:

  • Client.UserInitiated - The state successfully transitioned to enabling or disabling.
  • Client.UserInitiated - Lifecycle state transition - The state successfully transitioned to optimizing, enabled, or disabled.