Module Values.StartCanaryRequestSource

Use this operation to run a canary that has already been created. The frequency of the canary runs is determined by the value of the canary's Schedule. To see a canary's schedule, use GetCanary.

Sourcetype nonrec t = {
  1. name : CanaryName.t;
    (*

    The name of the canary that you want to run. To find canary names, use DescribeCanaries.

    *)
}
Sourceval context_ : string
Sourceval make : name:CanaryName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CanaryName.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