Values_2.UpdateQueueOutboundEmailConfigRequestSourceUpdates the outbound email address Id for a specified queue.
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.
*)queueId : Values_0.QueueId.t;The identifier for the queue.
*)outboundEmailConfig : Values_0.OutboundEmailConfig.t;The outbound email address ID for a specified queue.
*)}val make :
instanceId:Values_0.InstanceId.t ->
queueId:Values_0.QueueId.t ->
outboundEmailConfig:Values_0.OutboundEmailConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.InstanceId.t
| `Structure of (string * [> `String of string ]) list ])
list ]