Values.EnvironmentResponseSourceThe results of an operation to update or read environment variables. If the operation succeeds, the response contains the environment variables. If it fails, the response contains details about the error.
type nonrec t = {variables : EnvironmentVariables.t option;Environment variable key-value pairs. Omitted from CloudTrail logs.
*)error : EnvironmentError.t option;Error messages for environment variables that couldn't be applied.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of EnvironmentVariableName.t ]
* [> `String of EnvironmentVariableValue.t ])
list
| `Structure of (string * [> `String of String_.t ]) list ])
list ]