Values.UpdateTaskSetRequestSourceModifies a task set. This is used when a service uses the EXTERNAL deployment controller type. For more information, see Amazon ECS Deployment Types in the Amazon Elastic Container Service Developer Guide.
type nonrec t = {cluster : String_.t;The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set is found in.
*)service : String_.t;The short name or full Amazon Resource Name (ARN) of the service that the task set is found in.
*)taskSet : String_.t;The short name or full Amazon Resource Name (ARN) of the task set to update.
*)scale : Scale.t;A floating-point percentage of the desired number of tasks to place and keep running in the task set.
*)}