amazonka-rds-1.4.3: Amazon Relational Database 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.RDS.DescribeDBSubnetGroups

Contents

Description

Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

This operation returns paginated results.

Synopsis

Creating a Request

describeDBSubnetGroups :: DescribeDBSubnetGroups Source #

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

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

data DescribeDBSubnetGroups Source #

See: describeDBSubnetGroups smart constructor.

Instances

Eq DescribeDBSubnetGroups Source # 
Data DescribeDBSubnetGroups Source # 

Methods

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

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

toConstr :: DescribeDBSubnetGroups -> Constr #

dataTypeOf :: DescribeDBSubnetGroups -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDBSubnetGroups Source # 
Show DescribeDBSubnetGroups Source # 
Generic DescribeDBSubnetGroups Source # 
Hashable DescribeDBSubnetGroups Source # 
NFData DescribeDBSubnetGroups Source # 

Methods

rnf :: DescribeDBSubnetGroups -> () #

AWSPager DescribeDBSubnetGroups Source # 
AWSRequest DescribeDBSubnetGroups Source # 
ToQuery DescribeDBSubnetGroups Source # 
ToPath DescribeDBSubnetGroups Source # 
ToHeaders DescribeDBSubnetGroups Source # 
type Rep DescribeDBSubnetGroups Source # 
type Rep DescribeDBSubnetGroups = D1 (MetaData "DescribeDBSubnetGroups" "Network.AWS.RDS.DescribeDBSubnetGroups" "amazonka-rds-1.4.3-4bcWghDPA7l4r93XQMzvZA" False) (C1 (MetaCons "DescribeDBSubnetGroups'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ddsgDBSubnetGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ddsgFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Filter])))) ((:*:) (S1 (MetaSel (Just Symbol "_ddsgMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ddsgMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))))
type Rs DescribeDBSubnetGroups Source # 

Request Lenses

ddsgDBSubnetGroupName :: Lens' DescribeDBSubnetGroups (Maybe Text) Source #

The name of the DB subnet group to return details for.

ddsgFilters :: Lens' DescribeDBSubnetGroups [Filter] Source #

This parameter is not currently supported.

ddsgMarker :: Lens' DescribeDBSubnetGroups (Maybe Text) Source #

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

ddsgMaxRecords :: Lens' DescribeDBSubnetGroups (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

describeDBSubnetGroupsResponse Source #

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

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

data DescribeDBSubnetGroupsResponse Source #

Contains the result of a successful invocation of the DescribeDBSubnetGroups action.

See: describeDBSubnetGroupsResponse smart constructor.

Instances

Eq DescribeDBSubnetGroupsResponse Source # 
Data DescribeDBSubnetGroupsResponse Source # 

Methods

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

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

toConstr :: DescribeDBSubnetGroupsResponse -> Constr #

dataTypeOf :: DescribeDBSubnetGroupsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDBSubnetGroupsResponse Source # 
Show DescribeDBSubnetGroupsResponse Source # 
Generic DescribeDBSubnetGroupsResponse Source # 
NFData DescribeDBSubnetGroupsResponse Source # 
type Rep DescribeDBSubnetGroupsResponse Source # 
type Rep DescribeDBSubnetGroupsResponse = D1 (MetaData "DescribeDBSubnetGroupsResponse" "Network.AWS.RDS.DescribeDBSubnetGroups" "amazonka-rds-1.4.3-4bcWghDPA7l4r93XQMzvZA" False) (C1 (MetaCons "DescribeDBSubnetGroupsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ddsgrsDBSubnetGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DBSubnetGroup]))) ((:*:) (S1 (MetaSel (Just Symbol "_ddsgrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ddsgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

ddsgrsMarker :: Lens' DescribeDBSubnetGroupsResponse (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.