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 |
Associates a specified AWS account with Amazon Macie Classic as a member account.
Synopsis
- data AssociateMemberAccount = AssociateMemberAccount' {}
- newAssociateMemberAccount :: Text -> AssociateMemberAccount
- associateMemberAccount_memberAccountId :: Lens' AssociateMemberAccount Text
- data AssociateMemberAccountResponse = AssociateMemberAccountResponse' {
- newAssociateMemberAccountResponse :: AssociateMemberAccountResponse
Creating a Request
data AssociateMemberAccount Source #
See: newAssociateMemberAccount
smart constructor.
AssociateMemberAccount' | |
|
Instances
newAssociateMemberAccount Source #
Create a value of AssociateMemberAccount
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:memberAccountId:AssociateMemberAccount'
, associateMemberAccount_memberAccountId
- The ID of the AWS account that you want to associate with Amazon Macie
Classic as a member account.
Request Lenses
associateMemberAccount_memberAccountId :: Lens' AssociateMemberAccount Text Source #
The ID of the AWS account that you want to associate with Amazon Macie Classic as a member account.
Destructuring the Response
data AssociateMemberAccountResponse Source #
See: newAssociateMemberAccountResponse
smart constructor.
Instances
newAssociateMemberAccountResponse :: AssociateMemberAccountResponse Source #
Create a value of AssociateMemberAccountResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.