Values.DescribeEnvironmentManagedActionsResultSourceThe result message containing a list of managed actions.
type describeEnvironmentManagedActionsResult = {managedActions : ManagedActions.t option;A list of upcoming and in-progress managed actions.
*)}and t = {describeEnvironmentManagedActionsResult : describeEnvironmentManagedActionsResult;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 ])
list ])
list ]