Values.AnalysisReportSourceRetrieves the summary of the performance analysis report created for a time period.
type nonrec t = {analysisReportId : AnalysisReportId.t option;The name of the analysis report.
*)identifier : IdentifierString.t option;The unique identifier of the analysis report.
*)serviceType : ServiceType.t option;List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid values are as follows: RDS DOCDB
*)createTime : ISOTimestamp.t option;The time you created the analysis report.
*)startTime : ISOTimestamp.t option;The analysis start time in the report.
*)endTime : ISOTimestamp.t option;The analysis end time in the report.
*)status : AnalysisStatus.t option;The status of the created analysis report.
*)insights : InsightList.t option;The list of identified insights in the analysis report.
*)}