amazonka-dms-1.6.1: 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 Source #

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

See: describeReplicationSubnetGroups smart constructor.

Instances
Eq DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

Data DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Network.AWS.DMS.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 Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

Show DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

Generic DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

Associated Types

type Rep DescribeReplicationSubnetGroups :: Type -> Type #

Hashable DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

ToJSON DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

AWSPager DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

AWSRequest DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

Associated Types

type Rs DescribeReplicationSubnetGroups :: Type #

ToHeaders DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

ToPath DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

ToQuery DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

NFData DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

type Rep DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

type Rep DescribeReplicationSubnetGroups = D1 (MetaData "DescribeReplicationSubnetGroups" "Network.AWS.DMS.DescribeReplicationSubnetGroups" "amazonka-dms-1.6.1-14neO3bVY9yK6uL0mC7eXy" False) (C1 (MetaCons "DescribeReplicationSubnetGroups'" PrefixI True) (S1 (MetaSel (Just "_drsgFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 (MetaSel (Just "_drsgMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_drsgMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))))
type Rs DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

Request Lenses

drsgFilters :: Lens' DescribeReplicationSubnetGroups [Filter] Source #

Filters applied to the describe action.

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

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

describeReplicationSubnetGroupsResponse Source #

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

Instances
Eq DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

Data DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

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

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

Show DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

Generic DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

NFData DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

type Rep DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeReplicationSubnetGroups

type Rep DescribeReplicationSubnetGroupsResponse = D1 (MetaData "DescribeReplicationSubnetGroupsResponse" "Network.AWS.DMS.DescribeReplicationSubnetGroups" "amazonka-dms-1.6.1-14neO3bVY9yK6uL0mC7eXy" False) (C1 (MetaCons "DescribeReplicationSubnetGroupsResponse'" PrefixI True) (S1 (MetaSel (Just "_drsgsrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_drsgsrsReplicationSubnetGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ReplicationSubnetGroup])) :*: S1 (MetaSel (Just "_drsgsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

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