Values_2.UpdateQuickConnectNameRequestSourceUpdates the name and description of a quick connect. The request accepts the following data in JSON format. At least Name or Description must be provided.
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.
*)name : Values_0.QuickConnectName.t option;The name of the quick connect.
*)description : UpdateQuickConnectDescription.t option;The description of the quick connect.
*)}val make :
?name:??? ->
?description:??? ->
instanceId:Values_0.InstanceId.t ->
quickConnectId:Values_0.QuickConnectId.t ->
unit ->
t