Values.DeleteServiceRequestSourcetype nonrec t = {cluster : String_.t option;The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete. If you do not specify a cluster, the default cluster is assumed.
*)service : String_.t;The name of the service to delete.
*)force : BoxedBoolean.t option;If true, allows you to delete a service even if it wasn't scaled down to zero tasks. It's only necessary to use this if the service uses the REPLICA scheduling strategy.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BoxedBoolean.t | `String of String_.t ]) list ]