Values.UpdateKxEnvironmentRequestSourceUpdates information for the given kdb environment.
type nonrec t = {environmentId : IdType.t;A unique identifier for the kdb environment.
*)name : KxEnvironmentName.t option;The name of the kdb environment.
*)description : Description.t option;A description of the kdb environment.
*)clientToken : ClientToken.t option;A token that ensures idempotency. This token expires in 10 minutes.
*)}