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 #

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 #

See: deleteAggregationAuthorization smart constructor.

Instances

Eq DeleteAggregationAuthorization # 
Data DeleteAggregationAuthorization # 

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 # 
Show DeleteAggregationAuthorization # 
Generic DeleteAggregationAuthorization # 
Hashable DeleteAggregationAuthorization # 
ToJSON DeleteAggregationAuthorization # 
NFData DeleteAggregationAuthorization # 
AWSRequest DeleteAggregationAuthorization # 
ToHeaders DeleteAggregationAuthorization # 
ToPath DeleteAggregationAuthorization # 
ToQuery DeleteAggregationAuthorization # 
type Rep DeleteAggregationAuthorization # 
type Rep DeleteAggregationAuthorization = D1 * (MetaData "DeleteAggregationAuthorization" "Network.AWS.Config.DeleteAggregationAuthorization" "amazonka-config-1.6.0-BQWWAOBXDMaLRM4ns599nE" 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 # 

Request Lenses

daaAuthorizedAccountId :: Lens' DeleteAggregationAuthorization Text #

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

daaAuthorizedAWSRegion :: Lens' DeleteAggregationAuthorization Text #

The region authorized to collect aggregated data.

Destructuring the Response

data DeleteAggregationAuthorizationResponse #

Instances

Eq DeleteAggregationAuthorizationResponse # 
Data DeleteAggregationAuthorizationResponse # 

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 # 
Show DeleteAggregationAuthorizationResponse # 
Generic DeleteAggregationAuthorizationResponse # 
NFData DeleteAggregationAuthorizationResponse # 
type Rep DeleteAggregationAuthorizationResponse # 
type Rep DeleteAggregationAuthorizationResponse = D1 * (MetaData "DeleteAggregationAuthorizationResponse" "Network.AWS.Config.DeleteAggregationAuthorization" "amazonka-config-1.6.0-BQWWAOBXDMaLRM4ns599nE" False) (C1 * (MetaCons "DeleteAggregationAuthorizationResponse'" PrefixI False) (U1 *))