Values.StartDevEnvironmentRequestSourceStarts a specified Dev Environment and puts it into an active state.
type nonrec t = {spaceName : NameString.t;The name of the space.
*)projectName : NameString.t;The name of the project in the space.
*)id : Uuid.t;The system-generated unique ID of the Dev Environment.
*)ides : IdeConfigurationList.t option;Information about the integrated development environment (IDE) configured for a Dev Environment.
*)instanceType : InstanceType.t option;The Amazon EC2 instace type to use for the Dev Environment.
*)inactivityTimeoutMinutes : InactivityTimeoutMinutes.t option;The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.
*)}val make :
?ides:??? ->
?instanceType:??? ->
?inactivityTimeoutMinutes:??? ->
spaceName:NameString.t ->
projectName:NameString.t ->
id:Uuid.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of InactivityTimeoutMinutes.t
| `List of
[> `Structure of
(string * [> `String of IdeConfigurationRuntimeString.t ])
list ]
list
| `String of NameString.t ])
list ]