Module Values.AcceptInvitationRequestSource

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.

Sourcetype nonrec t = {
  1. graphArn : GraphArn.t;
    (*

    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.

    *)
}
Sourceval context_ : string
Sourceval make : graphArn:GraphArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GraphArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t