Module Values.UpdateMemberInputSource

Updates a member configuration with new parameters. Applies only to Hyperledger Fabric.

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

    The unique identifier of the Managed Blockchain network to which the member belongs.

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

    The unique identifier of the member.

    *)
  3. logPublishingConfiguration : MemberLogPublishingConfiguration.t option;
    (*

    Configuration properties for publishing to Amazon CloudWatch Logs.

    *)
}
Sourceval context_ : string
Sourceval make : ?logPublishingConfiguration:??? -> networkId:ResourceIdString.t -> memberId:ResourceIdString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceIdString.t | `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of Enabled.t ]) list ]) list ]) list ]) list ]) 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