Values.GetCapacityTaskInputSourceGets details of the specified capacity task.
type nonrec t = {capacityTaskId : CapacityTaskId.t;ID of the capacity task.
*)outpostIdentifier : OutpostIdentifier.t;ID or ARN of the Outpost associated with the specified capacity task.
*)}val make :
capacityTaskId:CapacityTaskId.t ->
outpostIdentifier:OutpostIdentifier.t ->
unit ->
t