Module Values.DevEnvironmentSessionConfigurationSource

Information about the configuration of a Dev Environment session.

Sourcetype nonrec t = {
  1. sessionType : DevEnvironmentSessionType.t;
    (*

    The type of the session.

    *)
  2. executeCommandSessionConfiguration : ExecuteCommandSessionConfiguration.t option;
    (*

    Information about optional commands that will be run on the Dev Environment when the SSH session begins.

    *)
}
Sourceval context_ : string
Sourceval make : ?executeCommandSessionConfiguration:??? -> sessionType:DevEnvironmentSessionType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `String of ExecuteCommandSessionConfigurationArgumentsMemberString.t ] list | `String of ExecuteCommandSessionConfigurationCommandString.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