Values.EnvironmentResourceDescriptionsMessageSourceResult message containing a list of environment resource descriptions.
type describeEnvironmentResourcesResult = {environmentResources : EnvironmentResourceDescription.t option;A list of EnvironmentResourceDescription.
*)}and t = {describeEnvironmentResourcesResult : describeEnvironmentResourcesResult;responseMetaData : responseMetaData;}type error = [ | `InsufficientPrivilegesException of InsufficientPrivilegesException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InsufficientPrivilegesException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InsufficientPrivilegesException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ResourceId.t ])
list ]
list
| `String of EnvironmentName.t ])
list ])
list ])
list ]