Module Values.AssignedSessionActionDefinitionSource

The definition of the assigned session action.

Sourcetype nonrec t = {
  1. envEnter : AssignedEnvironmentEnterSessionActionDefinition.t option;
    (*

    The environment a session starts on.

    *)
  2. envExit : AssignedEnvironmentExitSessionActionDefinition.t option;
    (*

    The environment a session exits from.

    *)
  3. taskRun : AssignedTaskRunSessionActionDefinition.t option;
    (*

    The task run.

    *)
  4. syncInputJobAttachments : AssignedSyncInputJobAttachmentsSessionActionDefinition.t option;
    (*

    The job attachments to sync for the assigned session action.

    *)
}
Sourceval make : ?envEnter:??? -> ?envExit:??? -> ?taskRun:??? -> ?syncInputJobAttachments:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `String of IntString.t ]) list ]) list | `String of EnvironmentId.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