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 |
Retrieves the count of Amazon Macie membership invitations that were received by an account.
Synopsis
- data GetInvitationsCount = GetInvitationsCount' {
- newGetInvitationsCount :: GetInvitationsCount
- data GetInvitationsCountResponse = GetInvitationsCountResponse' {}
- newGetInvitationsCountResponse :: Int -> GetInvitationsCountResponse
- getInvitationsCountResponse_invitationsCount :: Lens' GetInvitationsCountResponse (Maybe Integer)
- getInvitationsCountResponse_httpStatus :: Lens' GetInvitationsCountResponse Int
Creating a Request
data GetInvitationsCount Source #
See: newGetInvitationsCount
smart constructor.
Instances
newGetInvitationsCount :: GetInvitationsCount Source #
Create a value of GetInvitationsCount
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetInvitationsCountResponse Source #
See: newGetInvitationsCountResponse
smart constructor.
GetInvitationsCountResponse' | |
|
Instances
newGetInvitationsCountResponse Source #
Create a value of GetInvitationsCountResponse
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:invitationsCount:GetInvitationsCountResponse'
, getInvitationsCountResponse_invitationsCount
- The total number of invitations that were received by the account, not
including the currently accepted invitation.
$sel:httpStatus:GetInvitationsCountResponse'
, getInvitationsCountResponse_httpStatus
- The response's http status code.
Response Lenses
getInvitationsCountResponse_invitationsCount :: Lens' GetInvitationsCountResponse (Maybe Integer) Source #
The total number of invitations that were received by the account, not including the currently accepted invitation.
getInvitationsCountResponse_httpStatus :: Lens' GetInvitationsCountResponse Int Source #
The response's http status code.