Values.UpdateEnvironmentRequestSourceChanges the settings of an existing Cloud9 development environment. Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue to use the service as normal. Learn more"
type nonrec t = {environmentId : EnvironmentId.t;The ID of the environment to change settings.
*)name : EnvironmentName.t option;A replacement name for the environment.
*)description : EnvironmentDescription.t option;Any new or replacement description for the environment.
*)managedCredentialsAction : ManagedCredentialsAction.t option;Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an Cloud9 environment by using one of the following values: ENABLE DISABLE Only the environment owner can change the status of managed temporary credentials. An AccessDeniedException is thrown if an attempt to turn on or turn off managed temporary credentials is made by an account that's not the environment owner.
*)}val make :
?name:??? ->
?description:??? ->
?managedCredentialsAction:??? ->
environmentId:EnvironmentId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of EnvironmentId.t ]) list ]