Values.DescribeEnvironmentManagedActionHistoryResultSourceA result message containing a list of completed and failed managed actions.
type describeEnvironmentManagedActionHistoryResult = {managedActionHistoryItems : ManagedActionHistoryItems.t option;A list of completed and failed managed actions.
*)nextToken : String_.t option;A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
*)}and t = {describeEnvironmentManagedActionHistoryResult : describeEnvironmentManagedActionHistoryResult;responseMetaData : responseMetaData;}type error = [ | `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of String_.t ])
list ])
list ]