| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.GuardDuty.DisassociateFromMasterAccount
Description
Disassociates the current GuardDuty member account from its master account.
Synopsis
- disassociateFromMasterAccount :: Text -> DisassociateFromMasterAccount
- data DisassociateFromMasterAccount
- dfmaDetectorId :: Lens' DisassociateFromMasterAccount Text
- disassociateFromMasterAccountResponse :: Int -> DisassociateFromMasterAccountResponse
- data DisassociateFromMasterAccountResponse
- dfmarsResponseStatus :: Lens' DisassociateFromMasterAccountResponse Int
Creating a Request
disassociateFromMasterAccount Source #
Arguments
| :: Text | |
| -> DisassociateFromMasterAccount |
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
Request Lenses
dfmaDetectorId :: Lens' DisassociateFromMasterAccount Text Source #
The unique ID of the detector of the GuardDuty member account.
Destructuring the Response
disassociateFromMasterAccountResponse Source #
Arguments
| :: Int | |
| -> DisassociateFromMasterAccountResponse |
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:
dfmarsResponseStatus- -- | The response status code.
data DisassociateFromMasterAccountResponse Source #
See: disassociateFromMasterAccountResponse smart constructor.
Instances
Response Lenses
dfmarsResponseStatus :: Lens' DisassociateFromMasterAccountResponse Int Source #
- - | The response status code.