amazonka-guardduty-1.6.1: Amazon GuardDuty 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.GuardDuty.DisassociateFromMasterAccount

Contents

Description

Disassociates the current GuardDuty member account from its master account.

Synopsis

Creating a Request

disassociateFromMasterAccount Source #

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

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

  • dfmaDetectorId - The unique ID of the detector of the GuardDuty member account.

data DisassociateFromMasterAccount Source #

See: disassociateFromMasterAccount smart constructor.

Instances
Eq DisassociateFromMasterAccount Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

Data DisassociateFromMasterAccount Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

Methods

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

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

toConstr :: DisassociateFromMasterAccount -> Constr #

dataTypeOf :: DisassociateFromMasterAccount -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisassociateFromMasterAccount Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

Show DisassociateFromMasterAccount Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

Generic DisassociateFromMasterAccount Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

Associated Types

type Rep DisassociateFromMasterAccount :: Type -> Type #

Hashable DisassociateFromMasterAccount Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

ToJSON DisassociateFromMasterAccount Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

AWSRequest DisassociateFromMasterAccount Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

Associated Types

type Rs DisassociateFromMasterAccount :: Type #

ToHeaders DisassociateFromMasterAccount Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

ToPath DisassociateFromMasterAccount Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

ToQuery DisassociateFromMasterAccount Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

NFData DisassociateFromMasterAccount Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

type Rep DisassociateFromMasterAccount Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

type Rep DisassociateFromMasterAccount = D1 (MetaData "DisassociateFromMasterAccount" "Network.AWS.GuardDuty.DisassociateFromMasterAccount" "amazonka-guardduty-1.6.1-K5KFXxug8mfBfLPNNuAp3C" True) (C1 (MetaCons "DisassociateFromMasterAccount'" PrefixI True) (S1 (MetaSel (Just "_dfmaDetectorId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DisassociateFromMasterAccount Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

Request Lenses

dfmaDetectorId :: Lens' DisassociateFromMasterAccount Text Source #

The unique ID of the detector of the GuardDuty member account.

Destructuring the Response

disassociateFromMasterAccountResponse Source #

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

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

data DisassociateFromMasterAccountResponse Source #

Instances
Eq DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

Data DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

Methods

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

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

toConstr :: DisassociateFromMasterAccountResponse -> Constr #

dataTypeOf :: DisassociateFromMasterAccountResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

Show DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

Generic DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

NFData DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

type Rep DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.DisassociateFromMasterAccount

type Rep DisassociateFromMasterAccountResponse = D1 (MetaData "DisassociateFromMasterAccountResponse" "Network.AWS.GuardDuty.DisassociateFromMasterAccount" "amazonka-guardduty-1.6.1-K5KFXxug8mfBfLPNNuAp3C" True) (C1 (MetaCons "DisassociateFromMasterAccountResponse'" PrefixI True) (S1 (MetaSel (Just "_dfmarsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses