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

Contents

Description

Returns information about the replication subnet groups.

This operation returns paginated results.

Synopsis

Creating a Request

describeReplicationSubnetGroups :: DescribeReplicationSubnetGroups #

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

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

  • drsgFilters - Filters applied to the describe action.
  • drsgMarker - 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 .
  • drsgMaxRecords - 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 DescribeReplicationSubnetGroups #

See: describeReplicationSubnetGroups smart constructor.

Instances

Eq DescribeReplicationSubnetGroups # 
Data DescribeReplicationSubnetGroups # 

Methods

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

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

toConstr :: DescribeReplicationSubnetGroups -> Constr #

dataTypeOf :: DescribeReplicationSubnetGroups -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeReplicationSubnetGroups # 
Show DescribeReplicationSubnetGroups # 
Generic DescribeReplicationSubnetGroups # 
Hashable DescribeReplicationSubnetGroups # 
ToJSON DescribeReplicationSubnetGroups # 
NFData DescribeReplicationSubnetGroups # 
AWSPager DescribeReplicationSubnetGroups # 
AWSRequest DescribeReplicationSubnetGroups # 
ToHeaders DescribeReplicationSubnetGroups # 
ToPath DescribeReplicationSubnetGroups # 
ToQuery DescribeReplicationSubnetGroups # 
type Rep DescribeReplicationSubnetGroups # 
type Rep DescribeReplicationSubnetGroups = D1 * (MetaData "DescribeReplicationSubnetGroups" "Network.AWS.DMS.DescribeReplicationSubnetGroups" "amazonka-dms-1.6.0-GqH7kuM5kL3HMlibDeDmZp" False) (C1 * (MetaCons "DescribeReplicationSubnetGroups'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_drsgFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Filter]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_drsgMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_drsgMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))))))
type Rs DescribeReplicationSubnetGroups # 

Request Lenses

drsgFilters :: Lens' DescribeReplicationSubnetGroups [Filter] #

Filters applied to the describe action.

drsgMarker :: Lens' DescribeReplicationSubnetGroups (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 .

drsgMaxRecords :: Lens' DescribeReplicationSubnetGroups (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

describeReplicationSubnetGroupsResponse #

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

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

  • drsgsrsMarker - 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 .
  • drsgsrsReplicationSubnetGroups - A description of the replication subnet groups.
  • drsgsrsResponseStatus - -- | The response status code.

data DescribeReplicationSubnetGroupsResponse #

Instances

Eq DescribeReplicationSubnetGroupsResponse # 
Data DescribeReplicationSubnetGroupsResponse # 

Methods

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

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

toConstr :: DescribeReplicationSubnetGroupsResponse -> Constr #

dataTypeOf :: DescribeReplicationSubnetGroupsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeReplicationSubnetGroupsResponse # 
Show DescribeReplicationSubnetGroupsResponse # 
Generic DescribeReplicationSubnetGroupsResponse # 
NFData DescribeReplicationSubnetGroupsResponse # 
type Rep DescribeReplicationSubnetGroupsResponse # 
type Rep DescribeReplicationSubnetGroupsResponse = D1 * (MetaData "DescribeReplicationSubnetGroupsResponse" "Network.AWS.DMS.DescribeReplicationSubnetGroups" "amazonka-dms-1.6.0-GqH7kuM5kL3HMlibDeDmZp" False) (C1 * (MetaCons "DescribeReplicationSubnetGroupsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_drsgsrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_drsgsrsReplicationSubnetGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [ReplicationSubnetGroup]))) (S1 * (MetaSel (Just Symbol "_drsgsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

drsgsrsMarker :: Lens' DescribeReplicationSubnetGroupsResponse (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 .