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

Description

 
Synopsis

Documentation

data DescribeFastSnapshotRestoreSuccessItem Source #

Describes fast snapshot restores for a snapshot.

See: newDescribeFastSnapshotRestoreSuccessItem smart constructor.

Constructors

DescribeFastSnapshotRestoreSuccessItem' 

Fields

Instances

Instances details
FromXML DescribeFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFastSnapshotRestoreSuccessItem

Generic DescribeFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFastSnapshotRestoreSuccessItem

Read DescribeFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFastSnapshotRestoreSuccessItem

Show DescribeFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFastSnapshotRestoreSuccessItem

NFData DescribeFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFastSnapshotRestoreSuccessItem

Eq DescribeFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFastSnapshotRestoreSuccessItem

Hashable DescribeFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFastSnapshotRestoreSuccessItem

type Rep DescribeFastSnapshotRestoreSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFastSnapshotRestoreSuccessItem

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

newDescribeFastSnapshotRestoreSuccessItem :: DescribeFastSnapshotRestoreSuccessItem Source #

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

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

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

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

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

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

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

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

$sel:snapshotId:DescribeFastSnapshotRestoreSuccessItem', describeFastSnapshotRestoreSuccessItem_snapshotId - The ID of the snapshot.

$sel:state:DescribeFastSnapshotRestoreSuccessItem', describeFastSnapshotRestoreSuccessItem_state - The state of fast snapshot restores.

$sel:stateTransitionReason:DescribeFastSnapshotRestoreSuccessItem', describeFastSnapshotRestoreSuccessItem_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.

describeFastSnapshotRestoreSuccessItem_disabledTime :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

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

describeFastSnapshotRestoreSuccessItem_disablingTime :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

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

describeFastSnapshotRestoreSuccessItem_enabledTime :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

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

describeFastSnapshotRestoreSuccessItem_enablingTime :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

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

describeFastSnapshotRestoreSuccessItem_optimizingTime :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

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

describeFastSnapshotRestoreSuccessItem_ownerAlias :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe Text) Source #

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

describeFastSnapshotRestoreSuccessItem_ownerId :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe Text) Source #

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

describeFastSnapshotRestoreSuccessItem_stateTransitionReason :: Lens' DescribeFastSnapshotRestoreSuccessItem (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.