amazonka-dms-1.4.5: Amazon Database Migration Service SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DMS.StartReplicationTask

Contents

Description

Starts the replication task.

Synopsis

Creating a Request

startReplicationTask #

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 #

See: startReplicationTask smart constructor.

Instances

Eq StartReplicationTask # 
Data StartReplicationTask # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StartReplicationTask -> c StartReplicationTask #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StartReplicationTask #

toConstr :: StartReplicationTask -> Constr #

dataTypeOf :: StartReplicationTask -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c StartReplicationTask) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StartReplicationTask) #

gmapT :: (forall b. Data b => b -> b) -> StartReplicationTask -> StartReplicationTask #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StartReplicationTask -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StartReplicationTask -> r #

gmapQ :: (forall d. Data d => d -> u) -> StartReplicationTask -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StartReplicationTask -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StartReplicationTask -> m StartReplicationTask #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StartReplicationTask -> m StartReplicationTask #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StartReplicationTask -> m StartReplicationTask #

Read StartReplicationTask # 
Show StartReplicationTask # 
Generic StartReplicationTask # 
Hashable StartReplicationTask # 
ToJSON StartReplicationTask # 
NFData StartReplicationTask # 

Methods

rnf :: StartReplicationTask -> () #

AWSRequest StartReplicationTask # 
ToQuery StartReplicationTask # 
ToPath StartReplicationTask # 
ToHeaders StartReplicationTask # 
type Rep StartReplicationTask # 
type Rep StartReplicationTask = D1 (MetaData "StartReplicationTask" "Network.AWS.DMS.StartReplicationTask" "amazonka-dms-1.4.5-CLFF6guEDDpCqcIPuIiNlx" False) (C1 (MetaCons "StartReplicationTask'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_srtCdcStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) ((:*:) (S1 (MetaSel (Just Symbol "_srtReplicationTaskARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_srtStartReplicationTaskType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 StartReplicationTaskTypeValue)))))
type Rs StartReplicationTask # 

Request Lenses

srtCdcStartTime :: Lens' StartReplicationTask (Maybe UTCTime) #

The start time for the Change Data Capture (CDC) operation.

srtReplicationTaskARN :: Lens' StartReplicationTask Text #

The Amazon Resource Number (ARN) of the replication task to be started.

Destructuring the Response

startReplicationTaskResponse #

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 #

See: startReplicationTaskResponse smart constructor.

Instances

Eq StartReplicationTaskResponse # 
Data StartReplicationTaskResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StartReplicationTaskResponse -> c StartReplicationTaskResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StartReplicationTaskResponse #

toConstr :: StartReplicationTaskResponse -> Constr #

dataTypeOf :: StartReplicationTaskResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c StartReplicationTaskResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StartReplicationTaskResponse) #

gmapT :: (forall b. Data b => b -> b) -> StartReplicationTaskResponse -> StartReplicationTaskResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StartReplicationTaskResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StartReplicationTaskResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> StartReplicationTaskResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StartReplicationTaskResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StartReplicationTaskResponse -> m StartReplicationTaskResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StartReplicationTaskResponse -> m StartReplicationTaskResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StartReplicationTaskResponse -> m StartReplicationTaskResponse #

Read StartReplicationTaskResponse # 
Show StartReplicationTaskResponse # 
Generic StartReplicationTaskResponse # 
NFData StartReplicationTaskResponse # 
type Rep StartReplicationTaskResponse # 
type Rep StartReplicationTaskResponse = D1 (MetaData "StartReplicationTaskResponse" "Network.AWS.DMS.StartReplicationTask" "amazonka-dms-1.4.5-CLFF6guEDDpCqcIPuIiNlx" False) (C1 (MetaCons "StartReplicationTaskResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_srtrsReplicationTask") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ReplicationTask))) (S1 (MetaSel (Just Symbol "_srtrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses