amazonka-rds-1.5.0: Amazon Relational Database Service SDK.

Copyright(c) 2013-2017 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.DescribeDBParameterGroups

Contents

Description

Returns a list of DBParameterGroup descriptions. If a DBParameterGroupName is specified, the list will contain only the description of the specified DB parameter group.

This operation returns paginated results.

Synopsis

Creating a Request

describeDBParameterGroups :: DescribeDBParameterGroups Source #

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

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

  • ddpgFilters - This parameter is not currently supported.
  • ddpgDBParameterGroupName - The name of a specific DB parameter group to return details for. Constraints: * If supplied, must match the name of an existing DBClusterParameterGroup.
  • ddpgMarker - An optional pagination token provided by a previous DescribeDBParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .
  • ddpgMaxRecords - 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 DescribeDBParameterGroups Source #

See: describeDBParameterGroups smart constructor.

Instances

Eq DescribeDBParameterGroups Source # 
Data DescribeDBParameterGroups Source # 

Methods

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

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

toConstr :: DescribeDBParameterGroups -> Constr #

dataTypeOf :: DescribeDBParameterGroups -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDBParameterGroups Source # 
Show DescribeDBParameterGroups Source # 
Generic DescribeDBParameterGroups Source # 
Hashable DescribeDBParameterGroups Source # 
NFData DescribeDBParameterGroups Source # 
AWSPager DescribeDBParameterGroups Source # 
AWSRequest DescribeDBParameterGroups Source # 
ToQuery DescribeDBParameterGroups Source # 
ToPath DescribeDBParameterGroups Source # 
ToHeaders DescribeDBParameterGroups Source # 
type Rep DescribeDBParameterGroups Source # 
type Rep DescribeDBParameterGroups = D1 (MetaData "DescribeDBParameterGroups" "Network.AWS.RDS.DescribeDBParameterGroups" "amazonka-rds-1.5.0-4pv5DetELOaBXetw2fB1GM" False) (C1 (MetaCons "DescribeDBParameterGroups'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ddpgFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Filter]))) (S1 (MetaSel (Just Symbol "_ddpgDBParameterGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_ddpgMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ddpgMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))))
type Rs DescribeDBParameterGroups Source # 

Request Lenses

ddpgFilters :: Lens' DescribeDBParameterGroups [Filter] Source #

This parameter is not currently supported.

ddpgDBParameterGroupName :: Lens' DescribeDBParameterGroups (Maybe Text) Source #

The name of a specific DB parameter group to return details for. Constraints: * If supplied, must match the name of an existing DBClusterParameterGroup.

ddpgMarker :: Lens' DescribeDBParameterGroups (Maybe Text) Source #

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

ddpgMaxRecords :: Lens' DescribeDBParameterGroups (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

describeDBParameterGroupsResponse Source #

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

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

data DescribeDBParameterGroupsResponse Source #

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

See: describeDBParameterGroupsResponse smart constructor.

Instances

Eq DescribeDBParameterGroupsResponse Source # 
Data DescribeDBParameterGroupsResponse Source # 

Methods

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

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

toConstr :: DescribeDBParameterGroupsResponse -> Constr #

dataTypeOf :: DescribeDBParameterGroupsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDBParameterGroupsResponse Source # 
Show DescribeDBParameterGroupsResponse Source # 
Generic DescribeDBParameterGroupsResponse Source # 
NFData DescribeDBParameterGroupsResponse Source # 
type Rep DescribeDBParameterGroupsResponse Source # 
type Rep DescribeDBParameterGroupsResponse = D1 (MetaData "DescribeDBParameterGroupsResponse" "Network.AWS.RDS.DescribeDBParameterGroups" "amazonka-rds-1.5.0-4pv5DetELOaBXetw2fB1GM" False) (C1 (MetaCons "DescribeDBParameterGroupsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ddpgrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ddpgrsDBParameterGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DBParameterGroup]))) (S1 (MetaSel (Just Symbol "_ddpgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

ddpgrsMarker :: Lens' DescribeDBParameterGroupsResponse (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 .