| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MacieV2.GetInvitationsCount
Description
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.
Constructors
| GetInvitationsCount' | |
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.
Constructors
| GetInvitationsCountResponse' | |
Fields
| |
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.