amazonka-sms-1.5.0: Amazon Server Migration Service SDK.

Copyright(c) 2013-2017 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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 Source #

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 Source #

See: startOnDemandReplicationRun smart constructor.

Instances

Eq StartOnDemandReplicationRun Source # 
Data StartOnDemandReplicationRun Source # 

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 Source # 
Show StartOnDemandReplicationRun Source # 
Generic StartOnDemandReplicationRun Source # 
Hashable StartOnDemandReplicationRun Source # 
ToJSON StartOnDemandReplicationRun Source # 
NFData StartOnDemandReplicationRun Source # 
AWSRequest StartOnDemandReplicationRun Source # 
ToQuery StartOnDemandReplicationRun Source # 
ToPath StartOnDemandReplicationRun Source # 
ToHeaders StartOnDemandReplicationRun Source # 
type Rep StartOnDemandReplicationRun Source # 
type Rep StartOnDemandReplicationRun = D1 (MetaData "StartOnDemandReplicationRun" "Network.AWS.SMS.StartOnDemandReplicationRun" "amazonka-sms-1.5.0-IvL7A1ltbwAHcPIFLRXRIf" 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 Source # 

Request Lenses

Destructuring the Response

startOnDemandReplicationRunResponse Source #

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 Source #

See: startOnDemandReplicationRunResponse smart constructor.

Instances

Eq StartOnDemandReplicationRunResponse Source # 
Data StartOnDemandReplicationRunResponse Source # 

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 Source # 
Show StartOnDemandReplicationRunResponse Source # 
Generic StartOnDemandReplicationRunResponse Source # 
NFData StartOnDemandReplicationRunResponse Source # 
type Rep StartOnDemandReplicationRunResponse Source # 
type Rep StartOnDemandReplicationRunResponse = D1 (MetaData "StartOnDemandReplicationRunResponse" "Network.AWS.SMS.StartOnDemandReplicationRun" "amazonka-sms-1.5.0-IvL7A1ltbwAHcPIFLRXRIf" False) (C1 (MetaCons "StartOnDemandReplicationRunResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sodrrrsReplicationRunId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_sodrrrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses