Module Values.RejectInvitationInputSource

Rejects an invitation to join a network. This action can be called by a principal in an Amazon Web Services account that has received an invitation to create a member and join a network. Applies only to Hyperledger Fabric.

Sourcetype nonrec t = {
  1. invitationId : ResourceIdString.t;
    (*

    The unique identifier of the invitation to reject.

    *)
}
Sourceval context_ : string
Sourceval make : invitationId:ResourceIdString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceIdString.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