amazonka-dms-1.4.5: Amazon Database 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.DMS.DescribeReplicationTasks

Contents

Description

Returns information about replication tasks for your account in the current region.

Synopsis

Creating a Request

describeReplicationTasks :: DescribeReplicationTasks Source #

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

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

  • drtFilters - Filters applied to the describe action. Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn
  • drtMarker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .
  • drtMaxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100 Constraints: Minimum 20, maximum 100.

data DescribeReplicationTasks Source #

See: describeReplicationTasks smart constructor.

Instances

Eq DescribeReplicationTasks Source # 
Data DescribeReplicationTasks Source # 

Methods

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

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

toConstr :: DescribeReplicationTasks -> Constr #

dataTypeOf :: DescribeReplicationTasks -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeReplicationTasks Source # 
Show DescribeReplicationTasks Source # 
Generic DescribeReplicationTasks Source # 
Hashable DescribeReplicationTasks Source # 
ToJSON DescribeReplicationTasks Source # 
NFData DescribeReplicationTasks Source # 
AWSRequest DescribeReplicationTasks Source # 
ToPath DescribeReplicationTasks Source # 
ToHeaders DescribeReplicationTasks Source # 
ToQuery DescribeReplicationTasks Source # 
type Rep DescribeReplicationTasks Source # 
type Rep DescribeReplicationTasks = D1 (MetaData "DescribeReplicationTasks" "Network.AWS.DMS.DescribeReplicationTasks" "amazonka-dms-1.4.5-EltuN0Q20gz5uVOAfZKolj" False) (C1 (MetaCons "DescribeReplicationTasks'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_drtFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Filter]))) ((:*:) (S1 (MetaSel (Just Symbol "_drtMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_drtMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))))
type Rs DescribeReplicationTasks Source # 

Request Lenses

drtFilters :: Lens' DescribeReplicationTasks [Filter] Source #

Filters applied to the describe action. Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

drtMarker :: Lens' DescribeReplicationTasks (Maybe Text) Source #

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

drtMaxRecords :: Lens' DescribeReplicationTasks (Maybe Int) Source #

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100 Constraints: Minimum 20, maximum 100.

Destructuring the Response

describeReplicationTasksResponse Source #

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

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

  • drtsrsReplicationTasks - A description of the replication tasks.
  • drtsrsMarker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .
  • drtsrsResponseStatus - -- | The response status code.

data DescribeReplicationTasksResponse Source #

See: describeReplicationTasksResponse smart constructor.

Instances

Eq DescribeReplicationTasksResponse Source # 
Data DescribeReplicationTasksResponse Source # 

Methods

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

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

toConstr :: DescribeReplicationTasksResponse -> Constr #

dataTypeOf :: DescribeReplicationTasksResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeReplicationTasksResponse Source # 
Show DescribeReplicationTasksResponse Source # 
Generic DescribeReplicationTasksResponse Source # 
NFData DescribeReplicationTasksResponse Source # 
type Rep DescribeReplicationTasksResponse Source # 
type Rep DescribeReplicationTasksResponse = D1 (MetaData "DescribeReplicationTasksResponse" "Network.AWS.DMS.DescribeReplicationTasks" "amazonka-dms-1.4.5-EltuN0Q20gz5uVOAfZKolj" False) (C1 (MetaCons "DescribeReplicationTasksResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_drtsrsReplicationTasks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ReplicationTask]))) ((:*:) (S1 (MetaSel (Just Symbol "_drtsrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_drtsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

drtsrsMarker :: Lens' DescribeReplicationTasksResponse (Maybe Text) Source #

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .