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

Description

 
Synopsis

Documentation

data DisableFastSnapshotRestoreSuccessItem Source #

Describes fast snapshot restores that were successfully disabled.

See: newDisableFastSnapshotRestoreSuccessItem smart constructor.

Constructors

DisableFastSnapshotRestoreSuccessItem' 

Fields

Instances

Instances details
FromXML DisableFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DisableFastSnapshotRestoreSuccessItem

Generic DisableFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DisableFastSnapshotRestoreSuccessItem

Read DisableFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DisableFastSnapshotRestoreSuccessItem

Show DisableFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DisableFastSnapshotRestoreSuccessItem

NFData DisableFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DisableFastSnapshotRestoreSuccessItem

Eq DisableFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DisableFastSnapshotRestoreSuccessItem

Hashable DisableFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DisableFastSnapshotRestoreSuccessItem

type Rep DisableFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DisableFastSnapshotRestoreSuccessItem

type Rep DisableFastSnapshotRestoreSuccessItem = D1 ('MetaData "DisableFastSnapshotRestoreSuccessItem" "Amazonka.EC2.Types.DisableFastSnapshotRestoreSuccessItem" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DisableFastSnapshotRestoreSuccessItem'" '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)))))))

newDisableFastSnapshotRestoreSuccessItem :: DisableFastSnapshotRestoreSuccessItem Source #

Create a value of DisableFastSnapshotRestoreSuccessItem 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:DisableFastSnapshotRestoreSuccessItem', disableFastSnapshotRestoreSuccessItem_availabilityZone - The Availability Zone.

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

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

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

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

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

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

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

$sel:snapshotId:DisableFastSnapshotRestoreSuccessItem', disableFastSnapshotRestoreSuccessItem_snapshotId - The ID of the snapshot.

$sel:state:DisableFastSnapshotRestoreSuccessItem', disableFastSnapshotRestoreSuccessItem_state - The state of fast snapshot restores for the snapshot.

$sel:stateTransitionReason:DisableFastSnapshotRestoreSuccessItem', disableFastSnapshotRestoreSuccessItem_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.

disableFastSnapshotRestoreSuccessItem_disabledTime :: Lens' DisableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

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

disableFastSnapshotRestoreSuccessItem_disablingTime :: Lens' DisableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

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

disableFastSnapshotRestoreSuccessItem_enabledTime :: Lens' DisableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

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

disableFastSnapshotRestoreSuccessItem_enablingTime :: Lens' DisableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

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

disableFastSnapshotRestoreSuccessItem_optimizingTime :: Lens' DisableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

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

disableFastSnapshotRestoreSuccessItem_ownerAlias :: Lens' DisableFastSnapshotRestoreSuccessItem (Maybe Text) Source #

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

disableFastSnapshotRestoreSuccessItem_ownerId :: Lens' DisableFastSnapshotRestoreSuccessItem (Maybe Text) Source #

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

disableFastSnapshotRestoreSuccessItem_stateTransitionReason :: Lens' DisableFastSnapshotRestoreSuccessItem (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.