Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ExportSummary Source #
Summary information about an export task.
See: newExportSummary
smart constructor.
ExportSummary' | |
|
Instances
newExportSummary :: ExportSummary Source #
Create a value of ExportSummary
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:exportStatus:ExportSummary'
, exportSummary_exportStatus
- Export can be in one of the following states: IN_PROGRESS, COMPLETED, or
FAILED.
$sel:exportArn:ExportSummary'
, exportSummary_exportArn
- The Amazon Resource Name (ARN) of the export.
exportSummary_exportStatus :: Lens' ExportSummary (Maybe ExportStatus) Source #
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
exportSummary_exportArn :: Lens' ExportSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the export.