Values.RetrieveEnvironmentInfoResultMessageSourceResult message containing a description of the requested environment info.
type retrieveEnvironmentInfoResult = {environmentInfo : EnvironmentInfoDescriptionList.t option;The EnvironmentInfoDescription of the environment.
*)}and t = {retrieveEnvironmentInfoResult : retrieveEnvironmentInfoResult;responseMetaData : responseMetaData;}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of Ec2InstanceId.t
| `Timestamp of SampleTimestamp.t ])
list ]
list ])
list ])
list ]