Module Values.UpdateLinkModuleFlowRequestSource

Updates a link module flow.

Sourcetype nonrec t = {
  1. clientToken : String_.t;
    (*

    The unique client token.

    *)
  2. gatewayId : GatewayId.t;
    (*

    The unique identifier of the gateway.

    *)
  3. linkId : LinkId.t;
    (*

    The unique identifier of the link.

    *)
  4. modules : ModuleConfigurationList.t;
    (*

    The configuration of a module.

    *)
}
Sourceval context_ : string
Sourceval make : clientToken:String_.t -> gatewayId:GatewayId.t -> linkId:LinkId.t -> modules:ModuleConfigurationList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of FlowModuleName.t ] list | `String of Version.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Float of NoBidModuleParametersPassThroughPercentageFloat.t | `Integer of NoBidModuleParametersReasonCodeInteger.t | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list ]) list ] list | `String of NoBidModuleParametersReasonString.t | `Structure of (string * [> `Structure of (string * [> `Integer of NoBidActionNoBidReasonCodeInteger.t | `String of String_.t ]) list ]) list ]) list ]) list ]) list ] list | `String of String_.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