| 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.DMS.DeleteReplicationTask
Description
Deletes the specified replication task.
- deleteReplicationTask :: Text -> DeleteReplicationTask
- data DeleteReplicationTask
- drtReplicationTaskARN :: Lens' DeleteReplicationTask Text
- deleteReplicationTaskResponse :: Int -> DeleteReplicationTaskResponse
- data DeleteReplicationTaskResponse
- drtrsReplicationTask :: Lens' DeleteReplicationTaskResponse (Maybe ReplicationTask)
- drtrsResponseStatus :: Lens' DeleteReplicationTaskResponse Int
Creating a Request
deleteReplicationTask Source #
Arguments
| :: Text | |
| -> DeleteReplicationTask |
Creates a value of DeleteReplicationTask with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drtReplicationTaskARN- The Amazon Resource Name (ARN) of the replication task to be deleted.
data DeleteReplicationTask Source #
See: deleteReplicationTask smart constructor.
Instances
Request Lenses
drtReplicationTaskARN :: Lens' DeleteReplicationTask Text Source #
The Amazon Resource Name (ARN) of the replication task to be deleted.
Destructuring the Response
deleteReplicationTaskResponse Source #
Arguments
| :: Int | |
| -> DeleteReplicationTaskResponse |
Creates a value of DeleteReplicationTaskResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drtrsReplicationTask- The deleted replication task.drtrsResponseStatus- -- | The response status code.
data DeleteReplicationTaskResponse Source #
See: deleteReplicationTaskResponse smart constructor.
Instances
Response Lenses
drtrsReplicationTask :: Lens' DeleteReplicationTaskResponse (Maybe ReplicationTask) Source #
The deleted replication task.
drtrsResponseStatus :: Lens' DeleteReplicationTaskResponse Int Source #
- - | The response status code.