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

Contents

Description

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

This operation returns paginated results.

Synopsis

Creating a Request

describeReplicationTasks :: DescribeReplicationTasks #

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 #

See: describeReplicationTasks smart constructor.

Instances

Eq DescribeReplicationTasks # 
Data DescribeReplicationTasks # 

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 # 
Show DescribeReplicationTasks # 
Generic DescribeReplicationTasks # 
Hashable DescribeReplicationTasks # 
ToJSON DescribeReplicationTasks # 
NFData DescribeReplicationTasks # 
AWSPager DescribeReplicationTasks # 
AWSRequest DescribeReplicationTasks # 
ToHeaders DescribeReplicationTasks # 
ToPath DescribeReplicationTasks # 
ToQuery DescribeReplicationTasks # 
type Rep DescribeReplicationTasks # 
type Rep DescribeReplicationTasks = D1 * (MetaData "DescribeReplicationTasks" "Network.AWS.DMS.DescribeReplicationTasks" "amazonka-dms-1.6.0-GqH7kuM5kL3HMlibDeDmZp" 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 # 

Request Lenses

drtFilters :: Lens' DescribeReplicationTasks [Filter] #

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

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

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 #

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 #

See: describeReplicationTasksResponse smart constructor.

Instances

Eq DescribeReplicationTasksResponse # 
Data DescribeReplicationTasksResponse # 

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 # 
Show DescribeReplicationTasksResponse # 
Generic DescribeReplicationTasksResponse # 
NFData DescribeReplicationTasksResponse # 
type Rep DescribeReplicationTasksResponse # 
type Rep DescribeReplicationTasksResponse = D1 * (MetaData "DescribeReplicationTasksResponse" "Network.AWS.DMS.DescribeReplicationTasks" "amazonka-dms-1.6.0-GqH7kuM5kL3HMlibDeDmZp" 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 DecidedStrict) (Rec0 * Int)))))

Response Lenses

drtsrsMarker :: Lens' DescribeReplicationTasksResponse (Maybe Text) #

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 .