amazonka-sms-1.4.5: Amazon Server 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.SMS.StartOnDemandReplicationRun

Contents

Description

The StartOnDemandReplicationRun API is used to start a ReplicationRun on demand (in addition to those that are scheduled based on your frequency). This ReplicationRun will start immediately. StartOnDemandReplicationRun is subject to limits on how many on demand ReplicationRuns you may call per 24-hour period.

Synopsis

Creating a Request

startOnDemandReplicationRun #

Creates a value of StartOnDemandReplicationRun with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data StartOnDemandReplicationRun #

See: startOnDemandReplicationRun smart constructor.

Instances

Eq StartOnDemandReplicationRun # 
Data StartOnDemandReplicationRun # 

Methods

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

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

toConstr :: StartOnDemandReplicationRun -> Constr #

dataTypeOf :: StartOnDemandReplicationRun -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartOnDemandReplicationRun # 
Show StartOnDemandReplicationRun # 
Generic StartOnDemandReplicationRun # 
Hashable StartOnDemandReplicationRun # 
ToJSON StartOnDemandReplicationRun # 
NFData StartOnDemandReplicationRun # 
AWSRequest StartOnDemandReplicationRun # 
ToQuery StartOnDemandReplicationRun # 
ToPath StartOnDemandReplicationRun # 
ToHeaders StartOnDemandReplicationRun # 
type Rep StartOnDemandReplicationRun # 
type Rep StartOnDemandReplicationRun = D1 (MetaData "StartOnDemandReplicationRun" "Network.AWS.SMS.StartOnDemandReplicationRun" "amazonka-sms-1.4.5-FVMcdm1tVG98XPxtz20F8q" False) (C1 (MetaCons "StartOnDemandReplicationRun'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sodrrDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_sodrrReplicationJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs StartOnDemandReplicationRun # 

Request Lenses

Destructuring the Response

startOnDemandReplicationRunResponse #

Creates a value of StartOnDemandReplicationRunResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data StartOnDemandReplicationRunResponse #

See: startOnDemandReplicationRunResponse smart constructor.

Instances

Eq StartOnDemandReplicationRunResponse # 
Data StartOnDemandReplicationRunResponse # 

Methods

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

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

toConstr :: StartOnDemandReplicationRunResponse -> Constr #

dataTypeOf :: StartOnDemandReplicationRunResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartOnDemandReplicationRunResponse # 
Show StartOnDemandReplicationRunResponse # 
Generic StartOnDemandReplicationRunResponse # 
NFData StartOnDemandReplicationRunResponse # 
type Rep StartOnDemandReplicationRunResponse # 
type Rep StartOnDemandReplicationRunResponse = D1 (MetaData "StartOnDemandReplicationRunResponse" "Network.AWS.SMS.StartOnDemandReplicationRun" "amazonka-sms-1.4.5-FVMcdm1tVG98XPxtz20F8q" False) (C1 (MetaCons "StartOnDemandReplicationRunResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sodrrrsReplicationRunId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_sodrrrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses