Copyright | (c) 2013-2021 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 |
Amazonka.MacieV2.GetAdministratorAccount
Description
Retrieves information about the Amazon Macie administrator account for an account.
Synopsis
- data GetAdministratorAccount = GetAdministratorAccount' {
- newGetAdministratorAccount :: GetAdministratorAccount
- data GetAdministratorAccountResponse = GetAdministratorAccountResponse' {}
- newGetAdministratorAccountResponse :: Int -> GetAdministratorAccountResponse
- getAdministratorAccountResponse_administrator :: Lens' GetAdministratorAccountResponse (Maybe Invitation)
- getAdministratorAccountResponse_httpStatus :: Lens' GetAdministratorAccountResponse Int
Creating a Request
data GetAdministratorAccount Source #
See: newGetAdministratorAccount
smart constructor.
Constructors
GetAdministratorAccount' | |
Instances
newGetAdministratorAccount :: GetAdministratorAccount Source #
Create a value of GetAdministratorAccount
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetAdministratorAccountResponse Source #
See: newGetAdministratorAccountResponse
smart constructor.
Constructors
GetAdministratorAccountResponse' | |
Fields
|
Instances
newGetAdministratorAccountResponse Source #
Create a value of GetAdministratorAccountResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:administrator:GetAdministratorAccountResponse'
, getAdministratorAccountResponse_administrator
- The Amazon Web Services account ID for the administrator account. If the
accounts are associated by a Macie membership invitation, this object
also provides details about the invitation that was sent to establish
the relationship between the accounts.
$sel:httpStatus:GetAdministratorAccountResponse'
, getAdministratorAccountResponse_httpStatus
- The response's http status code.
Response Lenses
getAdministratorAccountResponse_administrator :: Lens' GetAdministratorAccountResponse (Maybe Invitation) Source #
The Amazon Web Services account ID for the administrator account. If the accounts are associated by a Macie membership invitation, this object also provides details about the invitation that was sent to establish the relationship between the accounts.
getAdministratorAccountResponse_httpStatus :: Lens' GetAdministratorAccountResponse Int Source #
The response's http status code.