Values.ApplyEnvironmentManagedActionResultSourceThe result message containing information about the managed action.
type applyEnvironmentManagedActionResult = {actionId : String_.t option;The action ID of the managed action.
*)actionDescription : String_.t option;A description of the managed action.
*)actionType : ActionType.t option;The type of managed action.
*)status : String_.t option;The status of the managed action.
*)}and t = {applyEnvironmentManagedActionResult : applyEnvironmentManagedActionResult;responseMetaData : responseMetaData;}type error = [ | `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t| `ManagedActionInvalidStateException of ManagedActionInvalidStateException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t
| `ManagedActionInvalidStateException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t
| `ManagedActionInvalidStateException of unit
| `Unknown_operation_error of string * string option ]