Values_1.DescribeQuickConnectRequestSourceDescribes the quick connect.
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.
*)quickConnectId : Values_0.QuickConnectId.t;The identifier for the quick connect.
*)}val make :
instanceId:Values_0.InstanceId.t ->
quickConnectId:Values_0.QuickConnectId.t ->
unit ->
t