| 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 |
Amazonka.CloudWatchLogs.CancelExportTask
Description
Cancels the specified export task.
The task must be in the PENDING or RUNNING state.
Creating a Request
data CancelExportTask Source #
See: newCancelExportTask smart constructor.
Constructors
| CancelExportTask' | |
Instances
Arguments
| :: Text | |
| -> CancelExportTask |
Create a value of CancelExportTask 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:taskId:CancelExportTask', cancelExportTask_taskId - The ID of the export task.
Request Lenses
cancelExportTask_taskId :: Lens' CancelExportTask Text Source #
The ID of the export task.
Destructuring the Response
data CancelExportTaskResponse Source #
See: newCancelExportTaskResponse smart constructor.
Constructors
| CancelExportTaskResponse' | |
Instances
newCancelExportTaskResponse :: CancelExportTaskResponse Source #
Create a value of CancelExportTaskResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.