Values.GetDevEnvironmentResponseSourceReturns information about a Dev Environment for a source repository in a project. Dev Environments are specific to the user who creates them.
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 of 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 : GetDevEnvironmentResponseCreatorIdString.t option;The system-generated unique ID of the user who created the Dev Environment.
*)status : DevEnvironmentStatus.t option;The current status of the Dev Environment.
*)statusReason : StatusReason.t option;The reason for the status.
*)repositories : DevEnvironmentRepositorySummaries.t option;The source repository that contains the branch cloned into the Dev Environment.
*)alias : GetDevEnvironmentResponseAliasString.t option;The user-specified alias for the Dev Environment.
*)ides : Ides.t option;Information about the integrated development environment (IDE) configured for the 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.
*)persistentStorage : PersistentStorage.t option;Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.
*)vpcConnectionName : NameString.t option;The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?spaceName:??? ->
?projectName:??? ->
?id:??? ->
?lastUpdatedTime:??? ->
?creatorId:??? ->
?status:??? ->
?statusReason:??? ->
?repositories:??? ->
?alias:??? ->
?ides:??? ->
?instanceType:??? ->
?inactivityTimeoutMinutes:??? ->
?persistentStorage:??? ->
?vpcConnectionName:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val 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 ]