Values.EnvironmentSummarySourceA list of environments with summarized environment details.
type nonrec t = {environmentId : EnvironmentId.t option;A unique ID for the environment.
*)environmentName : EnvironmentName.t option;The name of the environment.
*)vcfVersion : VcfVersion.t option;The VCF version of the environment.
*)environmentStatus : CheckResult.t option;Reports impaired functionality that stems from issues internal to the environment, such as impaired reachability.
*)environmentState : EnvironmentState.t option;The state of an environment.
*)createdAt : Timestamp.t option;The date and time that the environment was created.
*)modifiedAt : Timestamp.t option;The date and time that the environment was modified.
*)environmentArn : Arn.t option;The Amazon Resource Name (ARN) that is associated with the environment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EnvironmentId.t
| `Timestamp of Timestamp.t ])
list ]