Module Values.GetCanaryResponseSource

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. canary : Canary.t option;
    (*

    A structure that contains the full information about the canary.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerException of InternalServerException.t
  2. | `ValidationException of ValidationException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?canary:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServerException of InternalServerException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServerException of InternalServerException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of MaxSize1024.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `String of BaseScreenshotConfigIgnoreCoordinate.t ] list | `String of String_.t ]) list ] list | `String of FunctionArn.t ]) list ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of UUID.t | `Structure of (string * [> `Boolean of NullableBoolean.t | `Enum of string | `Integer of MaxFifteenMinutesInSeconds.t | `List of [> `String of BlueprintType.t | `Structure of (string * [> `Enum of string | `List of [> `String of BaseScreenshotConfigIgnoreCoordinate.t ] list | `String of String_.t ]) list ] list | `Long of MaxOneYearInSeconds.t | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of MaxRetries.t | `String of KmsKeyArn.t ]) list | `Timestamp of Timestamp.t ]) list ]) list ]) 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