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

Contents

Description

Deletes the authorization granted to the specified configuration aggregator account in a specified region.

Synopsis

Creating a Request

deleteAggregationAuthorization Source #

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

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

data DeleteAggregationAuthorization Source #

See: deleteAggregationAuthorization smart constructor.

Instances

Eq DeleteAggregationAuthorization Source # 
Data DeleteAggregationAuthorization Source # 

Methods

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

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

toConstr :: DeleteAggregationAuthorization -> Constr #

dataTypeOf :: DeleteAggregationAuthorization -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

daaAuthorizedAccountId :: Lens' DeleteAggregationAuthorization Text Source #

The 12-digit account ID of the account authorized to aggregate data.

daaAuthorizedAWSRegion :: Lens' DeleteAggregationAuthorization Text Source #

The region authorized to collect aggregated data.

Destructuring the Response

data DeleteAggregationAuthorizationResponse Source #

Instances

Eq DeleteAggregationAuthorizationResponse Source # 
Data DeleteAggregationAuthorizationResponse Source # 

Methods

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

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

toConstr :: DeleteAggregationAuthorizationResponse -> Constr #

dataTypeOf :: DeleteAggregationAuthorizationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteAggregationAuthorizationResponse Source # 
Show DeleteAggregationAuthorizationResponse Source # 
Generic DeleteAggregationAuthorizationResponse Source # 
NFData DeleteAggregationAuthorizationResponse Source # 
type Rep DeleteAggregationAuthorizationResponse Source # 
type Rep DeleteAggregationAuthorizationResponse = D1 * (MetaData "DeleteAggregationAuthorizationResponse" "Network.AWS.Config.DeleteAggregationAuthorization" "amazonka-config-1.6.0-9zDxyg80KzcBBK3huoZi1A" False) (C1 * (MetaCons "DeleteAggregationAuthorizationResponse'" PrefixI False) (U1 *))