amazonka-config-1.6.1: 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 # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

Data DeleteAggregationAuthorization Source # 
Instance details

Defined in Network.AWS.Config.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 Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

Show DeleteAggregationAuthorization Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

Generic DeleteAggregationAuthorization Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

Associated Types

type Rep DeleteAggregationAuthorization :: Type -> Type #

Hashable DeleteAggregationAuthorization Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

ToJSON DeleteAggregationAuthorization Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

AWSRequest DeleteAggregationAuthorization Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

Associated Types

type Rs DeleteAggregationAuthorization :: Type #

ToHeaders DeleteAggregationAuthorization Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

ToPath DeleteAggregationAuthorization Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

ToQuery DeleteAggregationAuthorization Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

NFData DeleteAggregationAuthorization Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

type Rep DeleteAggregationAuthorization Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

type Rep DeleteAggregationAuthorization = D1 (MetaData "DeleteAggregationAuthorization" "Network.AWS.Config.DeleteAggregationAuthorization" "amazonka-config-1.6.1-7ZYB8js37ntD2x5LWqLcCi" False) (C1 (MetaCons "DeleteAggregationAuthorization'" PrefixI True) (S1 (MetaSel (Just "_daaAuthorizedAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_daaAuthorizedAWSRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DeleteAggregationAuthorization Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

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 # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

Data DeleteAggregationAuthorizationResponse Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

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 # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

Show DeleteAggregationAuthorizationResponse Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

Generic DeleteAggregationAuthorizationResponse Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

NFData DeleteAggregationAuthorizationResponse Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

type Rep DeleteAggregationAuthorizationResponse Source # 
Instance details

Defined in Network.AWS.Config.DeleteAggregationAuthorization

type Rep DeleteAggregationAuthorizationResponse = D1 (MetaData "DeleteAggregationAuthorizationResponse" "Network.AWS.Config.DeleteAggregationAuthorization" "amazonka-config-1.6.1-7ZYB8js37ntD2x5LWqLcCi" False) (C1 (MetaCons "DeleteAggregationAuthorizationResponse'" PrefixI False) (U1 :: Type -> Type))