Module Values.ApplyEnvironmentManagedActionRequestSource

Request to execute a scheduled managed action immediately.

Sourcetype nonrec t = {
  1. environmentName : String_.t option;
    (*

    The name of the target environment.

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

    The environment ID of the target environment.

    *)
  3. actionId : String_.t;
    (*

    The action ID of the scheduled managed action to execute.

    *)
}
Sourceval context_ : string
Sourceval make : ?environmentName:??? -> ?environmentId:??? -> actionId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) 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