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

Contents

Description

Returns information about the replication subnet groups.

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

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 # 
Show DescribeReplicationSubnetGroups Source # 
Generic DescribeReplicationSubnetGroups Source # 
Hashable DescribeReplicationSubnetGroups Source # 
ToJSON DescribeReplicationSubnetGroups Source # 
NFData DescribeReplicationSubnetGroups Source # 
AWSRequest DescribeReplicationSubnetGroups Source # 
ToPath DescribeReplicationSubnetGroups Source # 
ToHeaders DescribeReplicationSubnetGroups Source # 
ToQuery DescribeReplicationSubnetGroups Source # 
type Rep DescribeReplicationSubnetGroups Source # 
type Rep DescribeReplicationSubnetGroups = D1 (MetaData "DescribeReplicationSubnetGroups" "Network.AWS.DMS.DescribeReplicationSubnetGroups" "amazonka-dms-1.4.5-EltuN0Q20gz5uVOAfZKolj" 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 Source # 

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

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 # 
Show DescribeReplicationSubnetGroupsResponse Source # 
Generic DescribeReplicationSubnetGroupsResponse Source # 
NFData DescribeReplicationSubnetGroupsResponse Source # 
type Rep DescribeReplicationSubnetGroupsResponse Source # 
type Rep DescribeReplicationSubnetGroupsResponse = D1 (MetaData "DescribeReplicationSubnetGroupsResponse" "Network.AWS.DMS.DescribeReplicationSubnetGroups" "amazonka-dms-1.4.5-EltuN0Q20gz5uVOAfZKolj" 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 DecidedUnpack) (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 .