amazonka-rds-1.4.3: 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 Source #

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:

data DescribeDBClusterParameterGroups Source #

See: describeDBClusterParameterGroups smart constructor.

Instances

Eq DescribeDBClusterParameterGroups Source # 
Data DescribeDBClusterParameterGroups Source # 

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 Source # 
Show DescribeDBClusterParameterGroups Source # 
Generic DescribeDBClusterParameterGroups Source # 
Hashable DescribeDBClusterParameterGroups Source # 
NFData DescribeDBClusterParameterGroups Source # 
AWSRequest DescribeDBClusterParameterGroups Source # 
ToQuery DescribeDBClusterParameterGroups Source # 
ToPath DescribeDBClusterParameterGroups Source # 
ToHeaders DescribeDBClusterParameterGroups Source # 
type Rep DescribeDBClusterParameterGroups Source # 
type Rep DescribeDBClusterParameterGroups = D1 (MetaData "DescribeDBClusterParameterGroups" "Network.AWS.RDS.DescribeDBClusterParameterGroups" "amazonka-rds-1.4.3-4bcWghDPA7l4r93XQMzvZA" 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 Source # 

Request Lenses

ddcpgFilters :: Lens' DescribeDBClusterParameterGroups [Filter] Source #

This parameter is not currently supported.

ddcpgMarker :: Lens' DescribeDBClusterParameterGroups (Maybe Text) Source #

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

ddcpgDBClusterParameterGroupName :: Lens' DescribeDBClusterParameterGroups (Maybe Text) Source #

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 Source #

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:

data DescribeDBClusterParameterGroupsResponse Source #

Instances

Eq DescribeDBClusterParameterGroupsResponse Source # 
Data DescribeDBClusterParameterGroupsResponse Source # 

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 Source # 
Show DescribeDBClusterParameterGroupsResponse Source # 
Generic DescribeDBClusterParameterGroupsResponse Source # 
NFData DescribeDBClusterParameterGroupsResponse Source # 
type Rep DescribeDBClusterParameterGroupsResponse Source # 
type Rep DescribeDBClusterParameterGroupsResponse = D1 (MetaData "DescribeDBClusterParameterGroupsResponse" "Network.AWS.RDS.DescribeDBClusterParameterGroups" "amazonka-rds-1.4.3-4bcWghDPA7l4r93XQMzvZA" 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 DecidedStrict) (Rec0 Int)))))

Response Lenses

ddcpgrsMarker :: Lens' DescribeDBClusterParameterGroupsResponse (Maybe Text) Source #

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.