Module Values.DeleteMemberInputSource

Deletes a member. Deleting a member removes the member and all associated resources from the network. DeleteMember can only be called for a specified MemberId if the principal performing the action is associated with the Amazon Web Services account that owns the member. In all other cases, the DeleteMember action is carried out as the result of an approved proposal to remove a member. If MemberId is the last member in a network specified by the last Amazon Web Services account, the network is deleted also. Applies only to Hyperledger Fabric.

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

    The unique identifier of the network from which the member is removed.

    *)
  2. memberId : ResourceIdString.t;
    (*

    The unique identifier of the member to remove.

    *)
}
Sourceval context_ : string
Sourceval make : networkId:ResourceIdString.t -> memberId: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