Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Starts the replication task.
- startReplicationTask :: Text -> StartReplicationTaskTypeValue -> StartReplicationTask
- data StartReplicationTask
- srtCdcStartTime :: Lens' StartReplicationTask (Maybe UTCTime)
- srtReplicationTaskARN :: Lens' StartReplicationTask Text
- srtStartReplicationTaskType :: Lens' StartReplicationTask StartReplicationTaskTypeValue
- startReplicationTaskResponse :: Int -> StartReplicationTaskResponse
- data StartReplicationTaskResponse
- srtrsReplicationTask :: Lens' StartReplicationTaskResponse (Maybe ReplicationTask)
- srtrsResponseStatus :: Lens' StartReplicationTaskResponse Int
Creating a Request
Creates a value of StartReplicationTask
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data StartReplicationTask Source
See: startReplicationTask
smart constructor.
Request Lenses
srtCdcStartTime :: Lens' StartReplicationTask (Maybe UTCTime) Source
The start time for the Change Data Capture (CDC) operation.
srtReplicationTaskARN :: Lens' StartReplicationTask Text Source
The Amazon Resource Number (ARN) of the replication task to be started.
srtStartReplicationTaskType :: Lens' StartReplicationTask StartReplicationTaskTypeValue Source
The type of replication task.
Destructuring the Response
startReplicationTaskResponse Source
Creates a value of StartReplicationTaskResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data StartReplicationTaskResponse Source
See: startReplicationTaskResponse
smart constructor.
Response Lenses
srtrsReplicationTask :: Lens' StartReplicationTaskResponse (Maybe ReplicationTask) Source
The replication task started.
srtrsResponseStatus :: Lens' StartReplicationTaskResponse Int Source
The response status code.