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

Contents

Description

Returns a list of DBClusterParameterGroup descriptions. If a DBClusterParameterGroupName parameter is specified, the list will contain only the description of the specified DB cluster parameter group.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

Synopsis

Creating a Request

describeDBClusterParameterGroups :: DescribeDBClusterParameterGroups #

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

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

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

data DescribeDBClusterParameterGroups #

See: describeDBClusterParameterGroups smart constructor.

Instances
Eq DescribeDBClusterParameterGroups # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

Data DescribeDBClusterParameterGroups # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

Methods

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

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

toConstr :: DescribeDBClusterParameterGroups -> Constr #

dataTypeOf :: DescribeDBClusterParameterGroups -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDBClusterParameterGroups # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

Show DescribeDBClusterParameterGroups # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

Generic DescribeDBClusterParameterGroups # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

Associated Types

type Rep DescribeDBClusterParameterGroups :: Type -> Type #

Hashable DescribeDBClusterParameterGroups # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

AWSRequest DescribeDBClusterParameterGroups # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

Associated Types

type Rs DescribeDBClusterParameterGroups :: Type #

ToHeaders DescribeDBClusterParameterGroups # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

ToPath DescribeDBClusterParameterGroups # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

ToQuery DescribeDBClusterParameterGroups # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

NFData DescribeDBClusterParameterGroups # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

type Rep DescribeDBClusterParameterGroups # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

type Rep DescribeDBClusterParameterGroups = D1 (MetaData "DescribeDBClusterParameterGroups" "Network.AWS.RDS.DescribeDBClusterParameterGroups" "amazonka-rds-1.6.1-3ZKMQU9eYbr7zx3WZ2Anqw" False) (C1 (MetaCons "DescribeDBClusterParameterGroups'" PrefixI True) ((S1 (MetaSel (Just "_ddcpgFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 (MetaSel (Just "_ddcpgMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_ddcpgMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_ddcpgDBClusterParameterGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))
type Rs DescribeDBClusterParameterGroups # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

Request Lenses

ddcpgFilters :: Lens' DescribeDBClusterParameterGroups [Filter] #

This parameter is not currently supported.

ddcpgMarker :: Lens' DescribeDBClusterParameterGroups (Maybe Text) #

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

ddcpgMaxRecords :: Lens' DescribeDBClusterParameterGroups (Maybe Int) #

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.

ddcpgDBClusterParameterGroupName :: Lens' DescribeDBClusterParameterGroups (Maybe Text) #

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

Destructuring the Response

describeDBClusterParameterGroupsResponse #

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

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

  • ddcpgrsMarker - An optional pagination token provided by a previous DescribeDBClusterParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .
  • ddcpgrsDBClusterParameterGroups - A list of DB cluster parameter groups.
  • ddcpgrsResponseStatus - -- | The response status code.

data DescribeDBClusterParameterGroupsResponse #

Instances
Eq DescribeDBClusterParameterGroupsResponse # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

Data DescribeDBClusterParameterGroupsResponse # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

Methods

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

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

toConstr :: DescribeDBClusterParameterGroupsResponse -> Constr #

dataTypeOf :: DescribeDBClusterParameterGroupsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDBClusterParameterGroupsResponse # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

Show DescribeDBClusterParameterGroupsResponse # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

Generic DescribeDBClusterParameterGroupsResponse # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

NFData DescribeDBClusterParameterGroupsResponse # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

type Rep DescribeDBClusterParameterGroupsResponse # 
Instance details

Defined in Network.AWS.RDS.DescribeDBClusterParameterGroups

type Rep DescribeDBClusterParameterGroupsResponse = D1 (MetaData "DescribeDBClusterParameterGroupsResponse" "Network.AWS.RDS.DescribeDBClusterParameterGroups" "amazonka-rds-1.6.1-3ZKMQU9eYbr7zx3WZ2Anqw" False) (C1 (MetaCons "DescribeDBClusterParameterGroupsResponse'" PrefixI True) (S1 (MetaSel (Just "_ddcpgrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ddcpgrsDBClusterParameterGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DBClusterParameterGroup])) :*: S1 (MetaSel (Just "_ddcpgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

ddcpgrsMarker :: Lens' DescribeDBClusterParameterGroupsResponse (Maybe Text) #

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