Values.UpdateEnvironmentRequestSourceUpdates an environment.
type nonrec t = {applicationId : Id.t;The application ID.
*)environmentId : Id.t;The environment ID.
*)name : Name.t option;The name of the environment.
*)description : Description.t option;A description of the environment.
*)monitors : MonitorList.t option;Amazon CloudWatch alarms to monitor during the deployment process.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of StringWithLengthBetween1And2048.t ])
list ]
list
| `String of Id.t ])
list ]