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 |
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.
Instances
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.
Instances
Eq CancelExportTaskResponse Source # | |
Read CancelExportTaskResponse Source # | |
Show CancelExportTaskResponse Source # | |
Defined in Amazonka.CloudWatchLogs.CancelExportTask showsPrec :: Int -> CancelExportTaskResponse -> ShowS # show :: CancelExportTaskResponse -> String # showList :: [CancelExportTaskResponse] -> ShowS # | |
Generic CancelExportTaskResponse Source # | |
Defined in Amazonka.CloudWatchLogs.CancelExportTask type Rep CancelExportTaskResponse :: Type -> Type # | |
NFData CancelExportTaskResponse Source # | |
Defined in Amazonka.CloudWatchLogs.CancelExportTask rnf :: CancelExportTaskResponse -> () # | |
type Rep CancelExportTaskResponse Source # | |
Defined in Amazonka.CloudWatchLogs.CancelExportTask |
newCancelExportTaskResponse :: CancelExportTaskResponse Source #
Create a value of CancelExportTaskResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.