Module Values.RestartChannelPipelinesRequestSource

Pipelines to restart.

Sourcetype nonrec t = {
  1. channelId : string;
    (*

    ID of channel

    *)
  2. pipelineIds : ChannelPipelineIdToRestart.t list option;
    (*

    An array of pipelines to restart in this channel. Format PIPELINE_0 or PIPELINE_1.

    *)
}
Sourceval context_ : string
Sourceval make : ?pipelineIds:??? -> channelId:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of string ]) 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