Values.DescribeEnvironmentHealthRequestSourceSee the example below to learn how to create a request body.
type nonrec t = {environmentName : EnvironmentName.t option;Specify the environment by name. You must specify either this or an EnvironmentName, or both.
*)environmentId : EnvironmentId.t option;Specify the environment by ID. You must specify either this or an EnvironmentName, or both.
*)attributeNames : EnvironmentHealthAttributes.t option;Specify the response elements to return. To retrieve all attributes, set to All. If no attribute names are specified, returns the name of the environment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of EnvironmentName.t ])
list ]