Values_0.CreateQuickConnectRequestSourceCreates a quick connect for the specified Amazon Connect instance.
type nonrec t = {instanceId : InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)name : QuickConnectName.t;A unique name of the quick connect.
*)description : QuickConnectDescription.t option;The description of the quick connect.
*)quickConnectConfig : QuickConnectConfig.t;Configuration settings for the quick connect.
*)}val make :
?description:??? ->
?tags:??? ->
instanceId:InstanceId.t ->
name:QuickConnectName.t ->
quickConnectConfig:QuickConnectConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of InstanceId.t
| `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of UserId.t ]) list ])
list ])
list ]