Values.GetCanaryRequestSourceRetrieves 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.
type nonrec t = {name : CanaryName.t;The name of the canary that you want details for.
*)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.
*)}