Module Values.GetCanaryRequestSource

Retrieves complete information about one canary. You must specify the name of the canary that you want. To get a list of canaries and their names, use DescribeCanaries.

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

    The name of the canary that you want details for.

    *)
  2. dryRunId : UUID.t option;
    (*

    The DryRunId associated with an existing canary’s dry run. You can use this DryRunId to retrieve information about the dry run.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRunId:??? -> 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