Values.UpdateServiceEnvironmentRequestSourceUpdates a service environment. You can update the state of a service environment from ENABLED to DISABLED to prevent new service jobs from being placed in the service environment.
type nonrec t = {serviceEnvironment : String_.t;The name or ARN of the service environment to update.
*)state : ServiceEnvironmentState.t option;The state of the service environment.
*)capacityLimits : CapacityLimits.t option;The capacity limits for the service environment. This defines the maximum resources that can be used by service jobs in this environment.
*)}