| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.CloudWatchLogs.CancelExportTask
Description
Cancels the specified export task.
The task must be in the PENDING or RUNNING state.
Creating a Request
Arguments
| :: Text | |
| -> CancelExportTask |
Creates a value of CancelExportTask with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cetTaskId- The ID of the export task.
data CancelExportTask Source #
See: cancelExportTask smart constructor.
Instances
Request Lenses
Destructuring the Response
cancelExportTaskResponse :: CancelExportTaskResponse Source #
Creates a value of CancelExportTaskResponse with the minimum fields required to make a request.
data CancelExportTaskResponse Source #
See: cancelExportTaskResponse smart constructor.