Values.UpdateDevEnvironmentResponseSourceChanges one or more values for a Dev Environment. Updating certain values of the Dev Environment will cause a restart.
type nonrec t = {id : Uuid.t option;The system-generated unique ID of the Dev Environment.
*)spaceName : NameString.t option;The name of the space.
*)projectName : NameString.t option;The name of the project in the space.
*)alias : UpdateDevEnvironmentResponseAliasString.t option;The user-specified alias for the Dev Environment.
*)ides : IdeConfigurationList.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.
*)clientToken : ClientToken.t option;A user-specified idempotency token. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.
*)}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 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 IdeConfigurationRuntimeString.t ])
list ]
list
| `String of Uuid.t ])
list ]