Module Values.DescribeScheduleRequestSource

Placeholder documentation for DescribeScheduleRequest

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

    Id of the channel whose schedule is being updated.

    *)
  2. maxResults : MaxResults.t option;
  3. nextToken : string option;
}
Sourceval context_ : string
Sourceval make : ?maxResults:??? -> ?nextToken:??? -> channelId:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxResults.t | `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