Values_2.UpdateQuickConnectConfigRequestSourceUpdates the configuration settings for the specified 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.
*)quickConnectConfig : Values_0.QuickConnectConfig.t;Information about the configuration settings for the quick connect.
*)}val make :
instanceId:Values_0.InstanceId.t ->
quickConnectId:Values_0.QuickConnectId.t ->
quickConnectConfig:Values_0.QuickConnectConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.InstanceId.t
| `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of string ]) list ])
list ])
list ]