Values.DevEnvironmentSummarySourceInformation about a Dev Environment.
type nonrec t = {spaceName : NameString.t option;The name of the space.
*)projectName : NameString.t option;The name of the project in the space.
*)id : Uuid.t option;The system-generated unique ID for the Dev Environment.
*)lastUpdatedTime : SyntheticTimestamp_date_time.t option;The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
*)creatorId : DevEnvironmentSummaryCreatorIdString.t option;The system-generated unique ID of the user who created the Dev Environment.
*)status : DevEnvironmentStatus.t option;The status of the Dev Environment.
*)statusReason : StatusReason.t option;The reason for the status.
*)repositories : DevEnvironmentRepositorySummaries.t option;Information about the repositories that will be cloned into the Dev Environment. If no rvalue is specified, no repository is cloned.
*)alias : DevEnvironmentSummaryAliasString.t option;The user-specified alias for the Dev Environment.
*)ides : Ides.t option;Information about the integrated development environment (IDE) configured for a Dev Environment.
*)instanceType : InstanceType.t option;The Amazon EC2 instace type used 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. Dev Environments consume compute minutes when running.
*)persistentStorage : PersistentStorage.t option;Information about the configuration of persistent storage for the Dev Environment.
*)vpcConnectionName : NameString.t option;The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.
*)}val make :
?spaceName:??? ->
?projectName:??? ->
?id:??? ->
?lastUpdatedTime:??? ->
?creatorId:??? ->
?status:??? ->
?statusReason:??? ->
?repositories:??? ->
?alias:??? ->
?ides:??? ->
?instanceType:??? ->
?inactivityTimeoutMinutes:??? ->
?persistentStorage:??? ->
?vpcConnectionName:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of InactivityTimeoutMinutes.t
| `List of
[> `Structure of
(string * [> `String of SourceRepositoryNameString.t ]) list ]
list
| `String of NameString.t
| `Structure of
(string * [> `Integer of PersistentStorageSizeInGiBInteger.t ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]