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

Copyright(c) 2013-2018 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.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.

This operation returns paginated results.

Synopsis

Creating a Request

getReplicationJobs :: GetReplicationJobs Source #

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

See: getReplicationJobs smart constructor.

Instances

Eq GetReplicationJobs Source # 
Data GetReplicationJobs Source # 

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 Source # 
Show GetReplicationJobs Source # 
Generic GetReplicationJobs Source # 
Hashable GetReplicationJobs Source # 
ToJSON GetReplicationJobs Source # 
NFData GetReplicationJobs Source # 

Methods

rnf :: GetReplicationJobs -> () #

AWSPager GetReplicationJobs Source # 
AWSRequest GetReplicationJobs Source # 
ToHeaders GetReplicationJobs Source # 
ToPath GetReplicationJobs Source # 
ToQuery GetReplicationJobs Source # 
type Rep GetReplicationJobs Source # 
type Rep GetReplicationJobs = D1 * (MetaData "GetReplicationJobs" "Network.AWS.SMS.GetReplicationJobs" "amazonka-sms-1.6.0-9ai2eMEksFPLGdkoni1LUk" 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 Source # 

Request Lenses

Destructuring the Response

getReplicationJobsResponse Source #

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

See: getReplicationJobsResponse smart constructor.

Instances

Eq GetReplicationJobsResponse Source # 
Data GetReplicationJobsResponse Source # 

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 Source # 
Show GetReplicationJobsResponse Source # 
Generic GetReplicationJobsResponse Source # 
NFData GetReplicationJobsResponse Source # 
type Rep GetReplicationJobsResponse Source # 
type Rep GetReplicationJobsResponse = D1 * (MetaData "GetReplicationJobsResponse" "Network.AWS.SMS.GetReplicationJobs" "amazonka-sms-1.6.0-9ai2eMEksFPLGdkoni1LUk" 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 DecidedStrict) (Rec0 * Int)))))

Response Lenses