Values.DescribeCodeCoveragesOutputSourceRetrieves one or more code coverage reports.
type nonrec t = {nextToken : String_.t option;If there are more items to return, this contains a token that is passed to a subsequent call to DescribeCodeCoverages to retrieve the next set of items.
*)codeCoverages : CodeCoverages.t option;An array of CodeCoverage objects that contain the results.
*)}type nonrec error = [ | `InvalidInputException of InvalidInputException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInputException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInputException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Percentage.t
| `Integer of NonNegativeInt.t
| `String of NonEmptyString.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of String_.t ])
list ]