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

Contents

Description

Returns a list of DBSecurityGroup descriptions. If a DBSecurityGroupName is specified, the list will contain only the descriptions of the specified DB security group.

This operation returns paginated results.

Synopsis

Creating a Request

describeDBSecurityGroups :: DescribeDBSecurityGroups Source #

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

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

  • ddbsgFilters - This parameter is not currently supported.
  • ddbsgMarker - An optional pagination token provided by a previous DescribeDBSecurityGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .
  • ddbsgMaxRecords - 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.
  • ddbsgDBSecurityGroupName - The name of the DB security group to return details for.

data DescribeDBSecurityGroups Source #

See: describeDBSecurityGroups smart constructor.

Instances

Eq DescribeDBSecurityGroups Source # 
Data DescribeDBSecurityGroups Source # 

Methods

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

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

toConstr :: DescribeDBSecurityGroups -> Constr #

dataTypeOf :: DescribeDBSecurityGroups -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDBSecurityGroups Source # 
Show DescribeDBSecurityGroups Source # 
Generic DescribeDBSecurityGroups Source # 
Hashable DescribeDBSecurityGroups Source # 
NFData DescribeDBSecurityGroups Source # 
AWSPager DescribeDBSecurityGroups Source # 
AWSRequest DescribeDBSecurityGroups Source # 
ToPath DescribeDBSecurityGroups Source # 
ToHeaders DescribeDBSecurityGroups Source # 
ToQuery DescribeDBSecurityGroups Source # 
type Rep DescribeDBSecurityGroups Source # 
type Rep DescribeDBSecurityGroups = D1 (MetaData "DescribeDBSecurityGroups" "Network.AWS.RDS.DescribeDBSecurityGroups" "amazonka-rds-1.4.5-FycntHHvABz6gJkK2IrBDo" False) (C1 (MetaCons "DescribeDBSecurityGroups'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ddbsgFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Filter]))) (S1 (MetaSel (Just Symbol "_ddbsgMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_ddbsgMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) (S1 (MetaSel (Just Symbol "_ddbsgDBSecurityGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Rs DescribeDBSecurityGroups Source # 

Request Lenses

ddbsgFilters :: Lens' DescribeDBSecurityGroups [Filter] Source #

This parameter is not currently supported.

ddbsgMarker :: Lens' DescribeDBSecurityGroups (Maybe Text) Source #

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

ddbsgMaxRecords :: Lens' DescribeDBSecurityGroups (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.

ddbsgDBSecurityGroupName :: Lens' DescribeDBSecurityGroups (Maybe Text) Source #

The name of the DB security group to return details for.

Destructuring the Response

describeDBSecurityGroupsResponse Source #

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

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

data DescribeDBSecurityGroupsResponse Source #

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

See: describeDBSecurityGroupsResponse smart constructor.

Instances

Eq DescribeDBSecurityGroupsResponse Source # 
Data DescribeDBSecurityGroupsResponse Source # 

Methods

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

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

toConstr :: DescribeDBSecurityGroupsResponse -> Constr #

dataTypeOf :: DescribeDBSecurityGroupsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDBSecurityGroupsResponse Source # 
Show DescribeDBSecurityGroupsResponse Source # 
Generic DescribeDBSecurityGroupsResponse Source # 
NFData DescribeDBSecurityGroupsResponse Source # 
type Rep DescribeDBSecurityGroupsResponse Source # 
type Rep DescribeDBSecurityGroupsResponse = D1 (MetaData "DescribeDBSecurityGroupsResponse" "Network.AWS.RDS.DescribeDBSecurityGroups" "amazonka-rds-1.4.5-FycntHHvABz6gJkK2IrBDo" False) (C1 (MetaCons "DescribeDBSecurityGroupsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ddbsgrsDBSecurityGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DBSecurityGroup]))) ((:*:) (S1 (MetaSel (Just Symbol "_ddbsgrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ddbsgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

ddbsgrsMarker :: Lens' DescribeDBSecurityGroupsResponse (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 .