{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codecatalyst/refs/heads/main/json-structure/amazon-codecatalyst-update-dev-environment-request-structure.json", "name": "UpdateDevEnvironmentRequest", "description": "UpdateDevEnvironmentRequest schema from Amazon CodeCatalyst", "type": "object", "properties": { "alias": { "allOf": [ { "$ref": "#/components/schemas/UpdateDevEnvironmentRequestAliasString" }, { "description": "The user-specified alias for the Dev Environment. Changing this value will not cause a restart." } ] }, "ides": { "allOf": [ { "$ref": "#/components/schemas/IdeConfigurationList" }, { "description": "Information about the integrated development environment (IDE) configured for a Dev Environment." } ] }, "instanceType": { "allOf": [ { "$ref": "#/components/schemas/InstanceType" }, { "description": "
The Amazon EC2 instace type to use for the Dev Environment.
Changing this value will cause a restart of the Dev Environment if it is running.
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.
Changing this value will cause a restart of the Dev Environment if it is running.