Values.DescribeRemediationExecutionStatusResponseSourceProvides a detailed view of a Remediation Execution for a set of resources including state, timestamps for when steps for the remediation execution occur, and any error messages for steps that have failed. When you specify the limit and the next token, you receive a paginated response.
type nonrec t = {remediationExecutionStatuses : RemediationExecutionStatuses.t option;Returns a list of remediation execution statuses objects.
*)nextToken : String_.t option;The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
*)}type nonrec error = [ | `InvalidNextTokenException of InvalidNextTokenException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `NoSuchRemediationConfigurationException of
NoSuchRemediationConfigurationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidNextTokenException of unit
| `InvalidParameterValueException of unit
| `NoSuchRemediationConfigurationException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidNextTokenException of unit
| `InvalidParameterValueException of unit
| `NoSuchRemediationConfigurationException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Date.t ])
list ]
list
| `Structure of
(string
* [> `Enum of string | `String of ResourceId.t ])
list
| `Timestamp of Date.t ])
list ]
list
| `String of String_.t ])
list ]