Values.CancelCapacityTaskInputSourceCancels the capacity task.
type nonrec t = {capacityTaskId : CapacityTaskId.t;ID of the capacity task that you want to cancel.
*)outpostIdentifier : OutpostIdentifier.t;ID or ARN of the Outpost associated with the capacity task that you want to cancel.
*)}val make :
capacityTaskId:CapacityTaskId.t ->
outpostIdentifier:OutpostIdentifier.t ->
unit ->
t