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

Contents

Description

The GetReplicationJobs API will return all of your ReplicationJobs and their details. This API returns a paginated list, that may be consecutively called with nextToken to retrieve all ReplicationJobs.

Synopsis

Creating a Request

getReplicationJobs :: GetReplicationJobs #

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

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

data GetReplicationJobs #

See: getReplicationJobs smart constructor.

Instances

Eq GetReplicationJobs # 
Data GetReplicationJobs # 

Methods

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

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

toConstr :: GetReplicationJobs -> Constr #

dataTypeOf :: GetReplicationJobs -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetReplicationJobs # 
Show GetReplicationJobs # 
Generic GetReplicationJobs # 
Hashable GetReplicationJobs # 
ToJSON GetReplicationJobs # 
NFData GetReplicationJobs # 

Methods

rnf :: GetReplicationJobs -> () #

AWSRequest GetReplicationJobs # 
ToQuery GetReplicationJobs # 
ToPath GetReplicationJobs # 
ToHeaders GetReplicationJobs # 
type Rep GetReplicationJobs # 
type Rep GetReplicationJobs = D1 (MetaData "GetReplicationJobs" "Network.AWS.SMS.GetReplicationJobs" "amazonka-sms-1.4.5-FVMcdm1tVG98XPxtz20F8q" False) (C1 (MetaCons "GetReplicationJobs'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_grjReplicationJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_grjNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_grjMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))))
type Rs GetReplicationJobs # 

Request Lenses

grjNextToken :: Lens' GetReplicationJobs (Maybe Text) #

Undocumented member.

grjMaxResults :: Lens' GetReplicationJobs (Maybe Int) #

Undocumented member.

Destructuring the Response

getReplicationJobsResponse #

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

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

data GetReplicationJobsResponse #

See: getReplicationJobsResponse smart constructor.

Instances

Eq GetReplicationJobsResponse # 
Data GetReplicationJobsResponse # 

Methods

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

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

toConstr :: GetReplicationJobsResponse -> Constr #

dataTypeOf :: GetReplicationJobsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetReplicationJobsResponse # 
Show GetReplicationJobsResponse # 
Generic GetReplicationJobsResponse # 
NFData GetReplicationJobsResponse # 
type Rep GetReplicationJobsResponse # 
type Rep GetReplicationJobsResponse = D1 (MetaData "GetReplicationJobsResponse" "Network.AWS.SMS.GetReplicationJobs" "amazonka-sms-1.4.5-FVMcdm1tVG98XPxtz20F8q" False) (C1 (MetaCons "GetReplicationJobsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_grjrsReplicationJobList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ReplicationJob]))) ((:*:) (S1 (MetaSel (Just Symbol "_grjrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_grjrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

grjrsResponseStatus :: Lens' GetReplicationJobsResponse Int #

  • - | The response status code.