Values.GetRecommendationsResponseSourceThe structure representing the GetRecommendationsResponse.
type nonrec t = {anomalies : Anomalies.t option;The list of anomalies that the analysis has found for this profile.
*)profileEndTime : Timestamp.t option;The end time of the profile the analysis data is about. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
*)profileStartTime : Timestamp.t option;The start time of the profile the analysis data is about. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
*)profilingGroupName : ProfilingGroupName.t option;The name of the profiling group the analysis data is about.
*)recommendations : Recommendations.t option;The list of recommendations that the analysis found for this profile.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.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
| `ResourceNotFoundException of ResourceNotFoundException.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
| `ResourceNotFoundException of ResourceNotFoundException.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
* [> `Double of Double.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Integer of Integer.t
| `String of String_.t
| `Structure of
(string * [> `Enum of string ]) list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Double of Percentage.t
| `Enum of string
| `List of
[> `List of [> `String of String_.t ] list
| `String of String_.t ]
list
| `String of String_.t ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of ProfilingGroupName.t
| `Timestamp of Timestamp.t ])
list ]