| 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.GuardDuty.GetInvitationsCount
Description
Returns the count of all GuardDuty membership invitations that were sent to the current member account except the currently accepted invitation.
Synopsis
Creating a Request
getInvitationsCount :: GetInvitationsCount Source #
Creates a value of GetInvitationsCount with the minimum fields required to make a request.
data GetInvitationsCount Source #
See: getInvitationsCount smart constructor.
Instances
Destructuring the Response
getInvitationsCountResponse Source #
Arguments
| :: Int | |
| -> GetInvitationsCountResponse |
Creates a value of GetInvitationsCountResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gicrsInvitationsCount- The number of received invitations.gicrsResponseStatus- -- | The response status code.
data GetInvitationsCountResponse Source #
See: getInvitationsCountResponse smart constructor.
Instances
Response Lenses
gicrsInvitationsCount :: Lens' GetInvitationsCountResponse (Maybe Int) Source #
The number of received invitations.
gicrsResponseStatus :: Lens' GetInvitationsCountResponse Int Source #
- - | The response status code.