Values.UpdateQAppSessionMetadataInputSourceUpdates the configuration metadata of a session for a given Q App sessionId.
type nonrec t = {instanceId : InstanceId.t;The unique identifier of the Amazon Q Business application environment instance.
*)sessionId : UUID.t;The unique identifier of the Q App session to update configuration for.
*)sessionName : SessionName.t option;The new name for the Q App session.
*)sharingConfiguration : SessionSharingConfiguration.t;The new sharing configuration for the Q App data collection session.
*)}val make :
?sessionName:??? ->
instanceId:InstanceId.t ->
sessionId:UUID.t ->
sharingConfiguration:SessionSharingConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of InstanceId.t
| `Structure of
(string * [> `Boolean of SessionSharingEnabled.t ]) list ])
list ]