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.CreateReplicationJob

Contents

Description

The CreateReplicationJob API is used to create a ReplicationJob to replicate a server on AWS. Call this API to first create a ReplicationJob, which will then schedule periodic ReplicationRuns to replicate your server to AWS. Each ReplicationRun will result in the creation of an AWS AMI.

Synopsis

Creating a Request

createReplicationJob Source #

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

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

data CreateReplicationJob Source #

See: createReplicationJob smart constructor.

Instances

Eq CreateReplicationJob Source # 
Data CreateReplicationJob Source # 

Methods

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

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

toConstr :: CreateReplicationJob -> Constr #

dataTypeOf :: CreateReplicationJob -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateReplicationJob Source # 
Show CreateReplicationJob Source # 
Generic CreateReplicationJob Source # 
Hashable CreateReplicationJob Source # 
ToJSON CreateReplicationJob Source # 
NFData CreateReplicationJob Source # 

Methods

rnf :: CreateReplicationJob -> () #

AWSRequest CreateReplicationJob Source # 
ToPath CreateReplicationJob Source # 
ToHeaders CreateReplicationJob Source # 
ToQuery CreateReplicationJob Source # 
type Rep CreateReplicationJob Source # 
type Rep CreateReplicationJob = D1 (MetaData "CreateReplicationJob" "Network.AWS.SMS.CreateReplicationJob" "amazonka-sms-1.4.5-CPy9WWU2xgtJ4F5Sw0FyL" False) (C1 (MetaCons "CreateReplicationJob'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_crjLicenseType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LicenseType))) ((:*:) (S1 (MetaSel (Just Symbol "_crjRoleName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_crjDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_crjServerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_crjSeedReplicationTime") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 POSIX)) (S1 (MetaSel (Just Symbol "_crjFrequency") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))))
type Rs CreateReplicationJob Source # 

Request Lenses

Destructuring the Response

createReplicationJobResponse Source #

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

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

data CreateReplicationJobResponse Source #

See: createReplicationJobResponse smart constructor.

Instances

Eq CreateReplicationJobResponse Source # 
Data CreateReplicationJobResponse Source # 

Methods

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

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

toConstr :: CreateReplicationJobResponse -> Constr #

dataTypeOf :: CreateReplicationJobResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateReplicationJobResponse Source # 
Show CreateReplicationJobResponse Source # 
Generic CreateReplicationJobResponse Source # 
NFData CreateReplicationJobResponse Source # 
type Rep CreateReplicationJobResponse Source # 
type Rep CreateReplicationJobResponse = D1 (MetaData "CreateReplicationJobResponse" "Network.AWS.SMS.CreateReplicationJob" "amazonka-sms-1.4.5-CPy9WWU2xgtJ4F5Sw0FyL" False) (C1 (MetaCons "CreateReplicationJobResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_crjrsReplicationJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_crjrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses