amazonka-config-1.6.0: Amazon Config 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.Config.DescribeAggregationAuthorizations

Contents

Description

Returns a list of authorizations granted to various aggregator accounts and regions.

Synopsis

Creating a Request

describeAggregationAuthorizations :: DescribeAggregationAuthorizations Source #

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

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

  • daaNextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
  • daaLimit - The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.

data DescribeAggregationAuthorizations Source #

See: describeAggregationAuthorizations smart constructor.

Instances

Eq DescribeAggregationAuthorizations Source # 
Data DescribeAggregationAuthorizations Source # 

Methods

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

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

toConstr :: DescribeAggregationAuthorizations -> Constr #

dataTypeOf :: DescribeAggregationAuthorizations -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeAggregationAuthorizations Source # 
Show DescribeAggregationAuthorizations Source # 
Generic DescribeAggregationAuthorizations Source # 
Hashable DescribeAggregationAuthorizations Source # 
ToJSON DescribeAggregationAuthorizations Source # 
NFData DescribeAggregationAuthorizations Source # 
AWSRequest DescribeAggregationAuthorizations Source # 
ToHeaders DescribeAggregationAuthorizations Source # 
ToPath DescribeAggregationAuthorizations Source # 
ToQuery DescribeAggregationAuthorizations Source # 
type Rep DescribeAggregationAuthorizations Source # 
type Rep DescribeAggregationAuthorizations = D1 * (MetaData "DescribeAggregationAuthorizations" "Network.AWS.Config.DescribeAggregationAuthorizations" "amazonka-config-1.6.0-9zDxyg80KzcBBK3huoZi1A" False) (C1 * (MetaCons "DescribeAggregationAuthorizations'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_daaNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_daaLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat)))))
type Rs DescribeAggregationAuthorizations Source # 

Request Lenses

daaNextToken :: Lens' DescribeAggregationAuthorizations (Maybe Text) Source #

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

daaLimit :: Lens' DescribeAggregationAuthorizations (Maybe Natural) Source #

The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.

Destructuring the Response

describeAggregationAuthorizationsResponse Source #

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

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

data DescribeAggregationAuthorizationsResponse Source #

Instances

Eq DescribeAggregationAuthorizationsResponse Source # 
Data DescribeAggregationAuthorizationsResponse Source # 

Methods

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

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

toConstr :: DescribeAggregationAuthorizationsResponse -> Constr #

dataTypeOf :: DescribeAggregationAuthorizationsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeAggregationAuthorizationsResponse Source # 
Show DescribeAggregationAuthorizationsResponse Source # 
Generic DescribeAggregationAuthorizationsResponse Source # 
NFData DescribeAggregationAuthorizationsResponse Source # 
type Rep DescribeAggregationAuthorizationsResponse Source # 
type Rep DescribeAggregationAuthorizationsResponse = D1 * (MetaData "DescribeAggregationAuthorizationsResponse" "Network.AWS.Config.DescribeAggregationAuthorizations" "amazonka-config-1.6.0-9zDxyg80KzcBBK3huoZi1A" False) (C1 * (MetaCons "DescribeAggregationAuthorizationsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_daarsAggregationAuthorizations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [AggregationAuthorization]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_daarsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_daarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

daarsAggregationAuthorizations :: Lens' DescribeAggregationAuthorizationsResponse [AggregationAuthorization] Source #

Returns a list of authorizations granted to various aggregator accounts and regions.

daarsNextToken :: Lens' DescribeAggregationAuthorizationsResponse (Maybe Text) Source #

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.