Values_2.UpdateRoutingProfileDefaultOutboundQueueRequestSourceUpdates the default outbound queue of a routing profile.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)routingProfileId : Values_0.RoutingProfileId.t;The identifier of the routing profile.
*)defaultOutboundQueueId : Values_0.QueueId.t;The identifier for the default outbound queue.
*)}val make :
instanceId:Values_0.InstanceId.t ->
routingProfileId:Values_0.RoutingProfileId.t ->
defaultOutboundQueueId:Values_0.QueueId.t ->
unit ->
t