| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.DescribeFastSnapshotRestoreSuccessItem
Description
Synopsis
- data DescribeFastSnapshotRestoreSuccessItem = DescribeFastSnapshotRestoreSuccessItem' {
- availabilityZone :: Maybe Text
- disabledTime :: Maybe ISO8601
- disablingTime :: Maybe ISO8601
- enabledTime :: Maybe ISO8601
- enablingTime :: Maybe ISO8601
- optimizingTime :: Maybe ISO8601
- ownerAlias :: Maybe Text
- ownerId :: Maybe Text
- snapshotId :: Maybe Text
- state :: Maybe FastSnapshotRestoreStateCode
- stateTransitionReason :: Maybe Text
- newDescribeFastSnapshotRestoreSuccessItem :: DescribeFastSnapshotRestoreSuccessItem
- describeFastSnapshotRestoreSuccessItem_availabilityZone :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe Text)
- describeFastSnapshotRestoreSuccessItem_disabledTime :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe UTCTime)
- describeFastSnapshotRestoreSuccessItem_disablingTime :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe UTCTime)
- describeFastSnapshotRestoreSuccessItem_enabledTime :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe UTCTime)
- describeFastSnapshotRestoreSuccessItem_enablingTime :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe UTCTime)
- describeFastSnapshotRestoreSuccessItem_optimizingTime :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe UTCTime)
- describeFastSnapshotRestoreSuccessItem_ownerAlias :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe Text)
- describeFastSnapshotRestoreSuccessItem_ownerId :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe Text)
- describeFastSnapshotRestoreSuccessItem_snapshotId :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe Text)
- describeFastSnapshotRestoreSuccessItem_state :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe FastSnapshotRestoreStateCode)
- describeFastSnapshotRestoreSuccessItem_stateTransitionReason :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe Text)
Documentation
data DescribeFastSnapshotRestoreSuccessItem Source #
Describes fast snapshot restores for a snapshot.
See: newDescribeFastSnapshotRestoreSuccessItem smart constructor.
Constructors
| DescribeFastSnapshotRestoreSuccessItem' | |
Fields
| |
Instances
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 toenablingordisabling.Client.UserInitiated - Lifecycle state transition- The state successfully transitioned tooptimizing,enabled, ordisabled.
describeFastSnapshotRestoreSuccessItem_availabilityZone :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe Text) Source #
The Availability Zone.
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_snapshotId :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe Text) Source #
The ID of the snapshot.
describeFastSnapshotRestoreSuccessItem_state :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe FastSnapshotRestoreStateCode) Source #
The state of fast snapshot restores.
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 toenablingordisabling.Client.UserInitiated - Lifecycle state transition- The state successfully transitioned tooptimizing,enabled, ordisabled.