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

Defined in Network.AWS.RDS.DescribeDBParameterGroups

Data DescribeDBParameterGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBParameterGroups

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

Defined in Network.AWS.RDS.DescribeDBParameterGroups

Show DescribeDBParameterGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBParameterGroups

Generic DescribeDBParameterGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBParameterGroups

Associated Types

type Rep DescribeDBParameterGroups :: Type -> Type #

Hashable DescribeDBParameterGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBParameterGroups

AWSPager DescribeDBParameterGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBParameterGroups

AWSRequest DescribeDBParameterGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBParameterGroups

Associated Types

type Rs DescribeDBParameterGroups :: Type #

ToHeaders DescribeDBParameterGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBParameterGroups

ToPath DescribeDBParameterGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBParameterGroups

ToQuery DescribeDBParameterGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBParameterGroups

NFData DescribeDBParameterGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBParameterGroups

type Rep DescribeDBParameterGroups Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBParameterGroups

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

Defined in Network.AWS.RDS.DescribeDBParameterGroups

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

Defined in Network.AWS.RDS.DescribeDBParameterGroups

Data DescribeDBParameterGroupsResponse Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBParameterGroups

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

Defined in Network.AWS.RDS.DescribeDBParameterGroups

Show DescribeDBParameterGroupsResponse Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBParameterGroups

Generic DescribeDBParameterGroupsResponse Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBParameterGroups

Associated Types

type Rep DescribeDBParameterGroupsResponse :: Type -> Type #

NFData DescribeDBParameterGroupsResponse Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBParameterGroups

type Rep DescribeDBParameterGroupsResponse Source # 
Instance details

Defined in Network.AWS.RDS.DescribeDBParameterGroups

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