Module Values.ApplyEnvironmentManagedActionResultSource

The result message containing information about the managed action.

Sourcetype applyEnvironmentManagedActionResult = {
  1. actionId : String_.t option;
    (*

    The action ID of the managed action.

    *)
  2. actionDescription : String_.t option;
    (*

    A description of the managed action.

    *)
  3. actionType : ActionType.t option;
    (*

    The type of managed action.

    *)
  4. status : String_.t option;
    (*

    The status of the managed action.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. applyEnvironmentManagedActionResult : applyEnvironmentManagedActionResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t
  2. | `ManagedActionInvalidStateException of ManagedActionInvalidStateException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?actionId:??? -> ?actionDescription:??? -> ?actionType:??? -> ?status:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t | `ManagedActionInvalidStateException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ElasticBeanstalkServiceException of ElasticBeanstalkServiceException.t | `ManagedActionInvalidStateException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of String_.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t