| 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.CloudWatchLogs.Types.ExportTaskStatus
Description
Documentation
data ExportTaskStatus Source #
Represents the status of an export task.
See: newExportTaskStatus smart constructor.
Constructors
| ExportTaskStatus' | |
Instances
newExportTaskStatus :: ExportTaskStatus Source #
Create a value of ExportTaskStatus 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:code:ExportTaskStatus', exportTaskStatus_code - The status code of the export task.
$sel:message:ExportTaskStatus', exportTaskStatus_message - The status message related to the status code.
exportTaskStatus_code :: Lens' ExportTaskStatus (Maybe ExportTaskStatusCode) Source #
The status code of the export task.
exportTaskStatus_message :: Lens' ExportTaskStatus (Maybe Text) Source #
The status message related to the status code.