Module Values.StartDevEnvironmentSessionRequestSource

Starts a session for a specified Dev Environment.

Sourcetype nonrec t = {
  1. spaceName : NameString.t;
    (*

    The name of the space.

    *)
  2. projectName : NameString.t;
    (*

    The name of the project in the space.

    *)
  3. id : Uuid.t;
    (*

    The system-generated unique ID of the Dev Environment.

    *)
  4. sessionConfiguration : DevEnvironmentSessionConfiguration.t;
}
Sourceval context_ : string
Sourceval make : spaceName:NameString.t -> projectName:NameString.t -> id:Uuid.t -> sessionConfiguration:DevEnvironmentSessionConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NameString.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `String of ExecuteCommandSessionConfigurationArgumentsMemberString.t ] list | `String of ExecuteCommandSessionConfigurationCommandString.t ]) list ]) 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