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 |
Rejects an invitation to contribute the account data to a behavior
graph. This operation must be called by a member account that has the
INVITED
status.
Creating a Request
data RejectInvitation Source #
See: newRejectInvitation
smart constructor.
Instances
Create a value of RejectInvitation
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:RejectInvitation'
, rejectInvitation_graphArn
- The ARN of the behavior graph to reject the invitation to.
The member account's current member status in the behavior graph must
be INVITED
.
Request Lenses
rejectInvitation_graphArn :: Lens' RejectInvitation Text Source #
The ARN of the behavior graph to reject the invitation to.
The member account's current member status in the behavior graph must
be INVITED
.
Destructuring the Response
data RejectInvitationResponse Source #
See: newRejectInvitationResponse
smart constructor.
Instances
Eq RejectInvitationResponse Source # | |
Defined in Amazonka.Detective.RejectInvitation | |
Read RejectInvitationResponse Source # | |
Show RejectInvitationResponse Source # | |
Defined in Amazonka.Detective.RejectInvitation showsPrec :: Int -> RejectInvitationResponse -> ShowS # show :: RejectInvitationResponse -> String # showList :: [RejectInvitationResponse] -> ShowS # | |
Generic RejectInvitationResponse Source # | |
Defined in Amazonka.Detective.RejectInvitation type Rep RejectInvitationResponse :: Type -> Type # | |
NFData RejectInvitationResponse Source # | |
Defined in Amazonka.Detective.RejectInvitation rnf :: RejectInvitationResponse -> () # | |
type Rep RejectInvitationResponse Source # | |
Defined in Amazonka.Detective.RejectInvitation |
newRejectInvitationResponse :: RejectInvitationResponse Source #
Create a value of RejectInvitationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.