| 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.FMS.GetAdminAccount
Description
Returns the AWS Organizations master account that is associated with AWS Firewall Manager as the AWS Firewall Manager administrator.
Creating a Request
getAdminAccount :: GetAdminAccount Source #
Creates a value of GetAdminAccount with the minimum fields required to make a request.
data GetAdminAccount Source #
See: getAdminAccount smart constructor.
Instances
Destructuring the Response
getAdminAccountResponse Source #
Arguments
| :: Int | |
| -> GetAdminAccountResponse |
Creates a value of GetAdminAccountResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gaarsAdminAccount- The AWS account that is set as the AWS Firewall Manager administrator.gaarsResponseStatus- -- | The response status code.
data GetAdminAccountResponse Source #
See: getAdminAccountResponse smart constructor.
Instances
Response Lenses
gaarsAdminAccount :: Lens' GetAdminAccountResponse (Maybe Text) Source #
The AWS account that is set as the AWS Firewall Manager administrator.
gaarsResponseStatus :: Lens' GetAdminAccountResponse Int Source #
- - | The response status code.