| 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.Lightsail.Types.ExportSnapshotRecord
Description
Synopsis
- data ExportSnapshotRecord = ExportSnapshotRecord' {}
- newExportSnapshotRecord :: ExportSnapshotRecord
- exportSnapshotRecord_arn :: Lens' ExportSnapshotRecord (Maybe Text)
- exportSnapshotRecord_createdAt :: Lens' ExportSnapshotRecord (Maybe UTCTime)
- exportSnapshotRecord_destinationInfo :: Lens' ExportSnapshotRecord (Maybe DestinationInfo)
- exportSnapshotRecord_location :: Lens' ExportSnapshotRecord (Maybe ResourceLocation)
- exportSnapshotRecord_name :: Lens' ExportSnapshotRecord (Maybe Text)
- exportSnapshotRecord_resourceType :: Lens' ExportSnapshotRecord (Maybe ResourceType)
- exportSnapshotRecord_sourceInfo :: Lens' ExportSnapshotRecord (Maybe ExportSnapshotRecordSourceInfo)
- exportSnapshotRecord_state :: Lens' ExportSnapshotRecord (Maybe RecordState)
Documentation
data ExportSnapshotRecord Source #
Describes an export snapshot record.
See: newExportSnapshotRecord smart constructor.
Constructors
| ExportSnapshotRecord' | |
Fields
| |
Instances
newExportSnapshotRecord :: ExportSnapshotRecord Source #
Create a value of ExportSnapshotRecord 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:
ExportSnapshotRecord, exportSnapshotRecord_arn - The Amazon Resource Name (ARN) of the export snapshot record.
ExportSnapshotRecord, exportSnapshotRecord_createdAt - The date when the export snapshot record was created.
$sel:destinationInfo:ExportSnapshotRecord', exportSnapshotRecord_destinationInfo - A list of objects describing the destination of the export snapshot
record.
$sel:location:ExportSnapshotRecord', exportSnapshotRecord_location - The AWS Region and Availability Zone where the export snapshot record is
located.
ExportSnapshotRecord, exportSnapshotRecord_name - The export snapshot record name.
ExportSnapshotRecord, exportSnapshotRecord_resourceType - The Lightsail resource type (e.g., ExportSnapshotRecord).
$sel:sourceInfo:ExportSnapshotRecord', exportSnapshotRecord_sourceInfo - A list of objects describing the source of the export snapshot record.
$sel:state:ExportSnapshotRecord', exportSnapshotRecord_state - The state of the export snapshot record.
exportSnapshotRecord_arn :: Lens' ExportSnapshotRecord (Maybe Text) Source #
The Amazon Resource Name (ARN) of the export snapshot record.
exportSnapshotRecord_createdAt :: Lens' ExportSnapshotRecord (Maybe UTCTime) Source #
The date when the export snapshot record was created.
exportSnapshotRecord_destinationInfo :: Lens' ExportSnapshotRecord (Maybe DestinationInfo) Source #
A list of objects describing the destination of the export snapshot record.
exportSnapshotRecord_location :: Lens' ExportSnapshotRecord (Maybe ResourceLocation) Source #
The AWS Region and Availability Zone where the export snapshot record is located.
exportSnapshotRecord_name :: Lens' ExportSnapshotRecord (Maybe Text) Source #
The export snapshot record name.
exportSnapshotRecord_resourceType :: Lens' ExportSnapshotRecord (Maybe ResourceType) Source #
The Lightsail resource type (e.g., ExportSnapshotRecord).
exportSnapshotRecord_sourceInfo :: Lens' ExportSnapshotRecord (Maybe ExportSnapshotRecordSourceInfo) Source #
A list of objects describing the source of the export snapshot record.
exportSnapshotRecord_state :: Lens' ExportSnapshotRecord (Maybe RecordState) Source #
The state of the export snapshot record.