Module Values.GetTestExecutionArtifactsUrlRequestSource

The pre-signed Amazon S3 URL to download the test execution result artifacts.

Sourcetype nonrec t = {
  1. testExecutionId : Id.t;
    (*

    The unique identifier of the completed test execution.

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