Values.DescribeEnvironmentsResultSourceGets information about Cloud9 development environments. Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue to use the service as normal. Learn more"
type nonrec t = {environments : EnvironmentList.t option;Information about the environments that are returned.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `LimitExceededException of LimitExceededException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of unit
| `ConflictException of unit
| `ForbiddenException of unit
| `InternalServerErrorException of unit
| `LimitExceededException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of unit
| `ConflictException of unit
| `ForbiddenException of unit
| `InternalServerErrorException of unit
| `LimitExceededException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of EnvironmentId.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ])
list ])
list ]
list ])
list ]