amazonka-rds-1.6.1: Amazon Relational Database 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.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:

  • ddsgDBSubnetGroupName - The name of the DB subnet group to return details for.
  • ddsgFilters - This parameter is not currently supported.
  • ddsgMarker - 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 - 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 DescribeDBSubnetGroups Source #

See: describeDBSubnetGroups smart constructor.

Instances
Eq DescribeDBSubnetGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

Data DescribeDBSubnetGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

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

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

Show DescribeDBSubnetGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

Generic DescribeDBSubnetGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

Associated Types

type Rep DescribeDBSubnetGroups :: Type -> Type #

Hashable DescribeDBSubnetGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

AWSPager DescribeDBSubnetGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

AWSRequest DescribeDBSubnetGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

Associated Types

type Rs DescribeDBSubnetGroups :: Type #

ToHeaders DescribeDBSubnetGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

ToPath DescribeDBSubnetGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

ToQuery DescribeDBSubnetGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

NFData DescribeDBSubnetGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

Methods

rnf :: DescribeDBSubnetGroups -> () #

type Rep DescribeDBSubnetGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

type Rep DescribeDBSubnetGroups = D1 (MetaData "DescribeDBSubnetGroups" "Network.AWS.RDS.DescribeDBSubnetGroups" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DescribeDBSubnetGroups'" PrefixI True) ((S1 (MetaSel (Just "_ddsgDBSubnetGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ddsgFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 (MetaSel (Just "_ddsgMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ddsgMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))))
type Rs DescribeDBSubnetGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

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

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

Data DescribeDBSubnetGroupsResponse Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

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

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

Show DescribeDBSubnetGroupsResponse Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

Generic DescribeDBSubnetGroupsResponse Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

Associated Types

type Rep DescribeDBSubnetGroupsResponse :: Type -> Type #

NFData DescribeDBSubnetGroupsResponse Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

type Rep DescribeDBSubnetGroupsResponse Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBSubnetGroups

type Rep DescribeDBSubnetGroupsResponse = D1 (MetaData "DescribeDBSubnetGroupsResponse" "Network.AWS.RDS.DescribeDBSubnetGroups" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DescribeDBSubnetGroupsResponse'" PrefixI True) (S1 (MetaSel (Just "_ddsgrsDBSubnetGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DBSubnetGroup])) :*: (S1 (MetaSel (Just "_ddsgrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_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 .