Values.GetFindingsReportAccountSummaryResponseSourceThe structure representing the GetFindingsReportAccountSummaryResponse.
type nonrec t = {nextToken : PaginationToken.t option;The nextToken value to include in a future GetFindingsReportAccountSummary request. When the results of a GetFindingsReportAccountSummary request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
*)reportSummaries : FindingsReportSummaries.t option;The return list of FindingsReportSummary objects taht contain summaries of analysis results for all profiling groups in your AWS account.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of FindingsReportId.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of PaginationToken.t ])
list ]