Values.DescribeExecutionResponseSourceRetrieves information about the execution.
type nonrec t = {executionId : ID.t option;The ID of the execution.
*)actionType : Name.t option;The type of action exectued.
*)targetResource : TargetResource.t option;targetResourceVersion : Version.t option;The version of the target resource.
*)resolveTo : ResolveTo.t option;The detailed resource this execution resolves to.
*)executionStartTime : Timestamp.t option;The time the process started.
*)executionEndTime : Timestamp.t option;The time the process ended.
*)executionStatus : ExecutionStatus.t option;The status of the execution process.
*)executionResult : ExecutionResult.t option;The result of the execution.
*)executionDetails : ExecutionDetails.t option;Provides detailed information about the execution of your anomaly detection models. This includes model metrics and training timestamps for both training and inference actions. The training action (Amazon Web Services/ANOMALY_DETECTION_TRAINING), includes performance metrics that help you compare different versions of your anomaly detection models. These metrics provide insights into the model's performance during the training process. The inference action (Amazon Web Services/ANOMALY_DETECTION_INFERENCE), includes information about the results of executing your anomaly detection models. This helps you understand the output of your models and assess their performance.
*)executionEntityVersion : Version.t option;Entity version used for the execution.
*)}type nonrec error = [ | `InternalFailureException of InternalFailureException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ExecutionResultKey.t ]
* [> `String of ExecutionResultValue.t ])
list
| `String of ID.t
| `Structure of
(string * [> `Enum of string | `String of ID.t ]) list
| `Timestamp of Timestamp.t ])
list ]