| 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.ExportTask
Description
Synopsis
- data ExportTask = ExportTask' {}
- newExportTask :: Text -> Text -> ExportToS3Task -> InstanceExportDetails -> ExportTaskState -> Text -> ExportTask
- exportTask_tags :: Lens' ExportTask (Maybe [Tag])
- exportTask_description :: Lens' ExportTask Text
- exportTask_exportTaskId :: Lens' ExportTask Text
- exportTask_exportToS3Task :: Lens' ExportTask ExportToS3Task
- exportTask_instanceExportDetails :: Lens' ExportTask InstanceExportDetails
- exportTask_state :: Lens' ExportTask ExportTaskState
- exportTask_statusMessage :: Lens' ExportTask Text
Documentation
data ExportTask Source #
Describes an export instance task.
See: newExportTask smart constructor.
Constructors
| ExportTask' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> ExportToS3Task | |
| -> InstanceExportDetails | |
| -> ExportTaskState | |
| -> Text | |
| -> ExportTask |
Create a value of ExportTask 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:tags:ExportTask', exportTask_tags - The tags for the export task.
$sel:description:ExportTask', exportTask_description - A description of the resource being exported.
$sel:exportTaskId:ExportTask', exportTask_exportTaskId - The ID of the export task.
$sel:exportToS3Task:ExportTask', exportTask_exportToS3Task - Information about the export task.
$sel:instanceExportDetails:ExportTask', exportTask_instanceExportDetails - Information about the instance to export.
$sel:state:ExportTask', exportTask_state - The state of the export task.
$sel:statusMessage:ExportTask', exportTask_statusMessage - The status message related to the export task.
exportTask_tags :: Lens' ExportTask (Maybe [Tag]) Source #
The tags for the export task.
exportTask_description :: Lens' ExportTask Text Source #
A description of the resource being exported.
exportTask_exportTaskId :: Lens' ExportTask Text Source #
The ID of the export task.
exportTask_exportToS3Task :: Lens' ExportTask ExportToS3Task Source #
Information about the export task.
exportTask_instanceExportDetails :: Lens' ExportTask InstanceExportDetails Source #
Information about the instance to export.
exportTask_state :: Lens' ExportTask ExportTaskState Source #
The state of the export task.
exportTask_statusMessage :: Lens' ExportTask Text Source #
The status message related to the export task.