Values.DescribeEnvironmentsRequestSourceGets 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 = {environmentIds : BoundedEnvironmentIdList.t;The IDs of individual environments to get information about.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of EnvironmentId.t ] list ]) list ]