Values.AssessmentSummarySourceContains the summary of the assessment results.
type nonrec t = {antipatternReportS3Object : S3Object.t option;The Amazon S3 object containing the anti-pattern report.
*)antipatternReportStatus : AntipatternReportStatus.t option;The status of the anti-pattern report.
*)antipatternReportStatusMessage : StatusMessage.t option;The status message of the anti-pattern report.
*)lastAnalyzedTimestamp : TimeStamp.t option;The time the assessment was performed.
*)listAntipatternSeveritySummary : ListAntipatternSeveritySummary.t option;List of AntipatternSeveritySummary.
*)listApplicationComponentStatusSummary : ListApplicationComponentStatusSummary.t
option;List of status summaries of the analyzed application components.
*)listApplicationComponentStrategySummary : ListStrategySummary.t option;List of ApplicationComponentStrategySummary.
*)listApplicationComponentSummary : ListApplicationComponentSummary.t option;List of ApplicationComponentSummary.
*)listServerStatusSummary : ListServerStatusSummary.t option;List of status summaries of the analyzed servers.
*)listServerStrategySummary : ListStrategySummary.t option;List of ServerStrategySummary.
*)listServerSummary : ListServerSummary.t option;List of ServerSummary.
*)}val make :
?antipatternReportS3Object:??? ->
?antipatternReportStatus:??? ->
?antipatternReportStatusMessage:??? ->
?lastAnalyzedTimestamp:??? ->
?listAntipatternSeveritySummary:??? ->
?listApplicationComponentStatusSummary:??? ->
?listApplicationComponentStrategySummary:??? ->
?listApplicationComponentSummary:??? ->
?listServerStatusSummary:??? ->
?listServerStrategySummary:??? ->
?listServerSummary:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `Integer of Integer.t ]) list ]
list
| `String of StatusMessage.t
| `Structure of (string * [> `String of S3Bucket.t ]) list
| `Timestamp of TimeStamp.t ])
list ]