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 |
Accepts an invitation for the member account to contribute data to a behavior graph. This operation can only be called by an invited member account.
The request provides the ARN of behavior graph.
The member account status in the graph must be INVITED
.
Creating a Request
data AcceptInvitation Source #
See: newAcceptInvitation
smart constructor.
Instances
Create a value of AcceptInvitation
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:graphArn:AcceptInvitation'
, acceptInvitation_graphArn
- The ARN of the behavior graph that the member account is accepting the
invitation for.
The member account status in the behavior graph must be INVITED
.
Request Lenses
acceptInvitation_graphArn :: Lens' AcceptInvitation Text Source #
The ARN of the behavior graph that the member account is accepting the invitation for.
The member account status in the behavior graph must be INVITED
.
Destructuring the Response
data AcceptInvitationResponse Source #
See: newAcceptInvitationResponse
smart constructor.
Instances
Eq AcceptInvitationResponse Source # | |
Defined in Amazonka.Detective.AcceptInvitation | |
Read AcceptInvitationResponse Source # | |
Show AcceptInvitationResponse Source # | |
Defined in Amazonka.Detective.AcceptInvitation showsPrec :: Int -> AcceptInvitationResponse -> ShowS # show :: AcceptInvitationResponse -> String # showList :: [AcceptInvitationResponse] -> ShowS # | |
Generic AcceptInvitationResponse Source # | |
Defined in Amazonka.Detective.AcceptInvitation type Rep AcceptInvitationResponse :: Type -> Type # | |
NFData AcceptInvitationResponse Source # | |
Defined in Amazonka.Detective.AcceptInvitation rnf :: AcceptInvitationResponse -> () # | |
type Rep AcceptInvitationResponse Source # | |
Defined in Amazonka.Detective.AcceptInvitation |
newAcceptInvitationResponse :: AcceptInvitationResponse Source #
Create a value of AcceptInvitationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.