amazonka-rds-1.4.5: 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.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: * Must be 1 to 255 alphanumeric characters * First character must be a letter * Cannot end with a hyphen or contain two consecutive hyphens

data DescribeDBClusterParameterGroups #

See: describeDBClusterParameterGroups smart constructor.

Instances

Eq DescribeDBClusterParameterGroups # 
Data 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 # 
Show DescribeDBClusterParameterGroups # 
Generic DescribeDBClusterParameterGroups # 
Hashable DescribeDBClusterParameterGroups # 
NFData DescribeDBClusterParameterGroups # 
AWSRequest DescribeDBClusterParameterGroups # 
ToQuery DescribeDBClusterParameterGroups # 
ToPath DescribeDBClusterParameterGroups # 
ToHeaders DescribeDBClusterParameterGroups # 
type Rep DescribeDBClusterParameterGroups # 
type Rep DescribeDBClusterParameterGroups = D1 (MetaData "DescribeDBClusterParameterGroups" "Network.AWS.RDS.DescribeDBClusterParameterGroups" "amazonka-rds-1.4.5-I79yxZdjKNFFGn6ti49zKn" False) (C1 (MetaCons "DescribeDBClusterParameterGroups'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ddcpgFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Filter]))) (S1 (MetaSel (Just Symbol "_ddcpgMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_ddcpgMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) (S1 (MetaSel (Just Symbol "_ddcpgDBClusterParameterGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Rs 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: * Must be 1 to 255 alphanumeric characters * First character must be a letter * Cannot end with a hyphen or contain two consecutive hyphens

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 # 
Data DescribeDBClusterParameterGroupsResponse # 

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 # 
Show DescribeDBClusterParameterGroupsResponse # 
Generic DescribeDBClusterParameterGroupsResponse # 
NFData DescribeDBClusterParameterGroupsResponse # 
type Rep DescribeDBClusterParameterGroupsResponse # 
type Rep DescribeDBClusterParameterGroupsResponse = D1 (MetaData "DescribeDBClusterParameterGroupsResponse" "Network.AWS.RDS.DescribeDBClusterParameterGroups" "amazonka-rds-1.4.5-I79yxZdjKNFFGn6ti49zKn" False) (C1 (MetaCons "DescribeDBClusterParameterGroupsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ddcpgrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ddcpgrsDBClusterParameterGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DBClusterParameterGroup]))) (S1 (MetaSel (Just Symbol "_ddcpgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (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 .