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 |
Synopsis
- data ExportImageTask = ExportImageTask' {}
- newExportImageTask :: ExportImageTask
- exportImageTask_description :: Lens' ExportImageTask (Maybe Text)
- exportImageTask_exportImageTaskId :: Lens' ExportImageTask (Maybe Text)
- exportImageTask_imageId :: Lens' ExportImageTask (Maybe Text)
- exportImageTask_progress :: Lens' ExportImageTask (Maybe Text)
- exportImageTask_s3ExportLocation :: Lens' ExportImageTask (Maybe ExportTaskS3Location)
- exportImageTask_status :: Lens' ExportImageTask (Maybe Text)
- exportImageTask_statusMessage :: Lens' ExportImageTask (Maybe Text)
- exportImageTask_tags :: Lens' ExportImageTask (Maybe [Tag])
Documentation
data ExportImageTask Source #
Describes an export image task.
See: newExportImageTask
smart constructor.
ExportImageTask' | |
|
Instances
newExportImageTask :: ExportImageTask Source #
Create a value of ExportImageTask
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:description:ExportImageTask'
, exportImageTask_description
- A description of the image being exported.
$sel:exportImageTaskId:ExportImageTask'
, exportImageTask_exportImageTaskId
- The ID of the export image task.
$sel:imageId:ExportImageTask'
, exportImageTask_imageId
- The ID of the image.
$sel:progress:ExportImageTask'
, exportImageTask_progress
- The percent complete of the export image task.
$sel:s3ExportLocation:ExportImageTask'
, exportImageTask_s3ExportLocation
- Information about the destination Amazon S3 bucket.
$sel:status:ExportImageTask'
, exportImageTask_status
- The status of the export image task. The possible values are active
,
completed
, deleting
, and deleted
.
$sel:statusMessage:ExportImageTask'
, exportImageTask_statusMessage
- The status message for the export image task.
$sel:tags:ExportImageTask'
, exportImageTask_tags
- Any tags assigned to the export image task.
exportImageTask_description :: Lens' ExportImageTask (Maybe Text) Source #
A description of the image being exported.
exportImageTask_exportImageTaskId :: Lens' ExportImageTask (Maybe Text) Source #
The ID of the export image task.
exportImageTask_imageId :: Lens' ExportImageTask (Maybe Text) Source #
The ID of the image.
exportImageTask_progress :: Lens' ExportImageTask (Maybe Text) Source #
The percent complete of the export image task.
exportImageTask_s3ExportLocation :: Lens' ExportImageTask (Maybe ExportTaskS3Location) Source #
Information about the destination Amazon S3 bucket.
exportImageTask_status :: Lens' ExportImageTask (Maybe Text) Source #
The status of the export image task. The possible values are active
,
completed
, deleting
, and deleted
.
exportImageTask_statusMessage :: Lens' ExportImageTask (Maybe Text) Source #
The status message for the export image task.
exportImageTask_tags :: Lens' ExportImageTask (Maybe [Tag]) Source #
Any tags assigned to the export image task.