Values.UpdateSessionDataResponseSourceUpdates the data stored on an Amazon Q in Connect Session.
type nonrec t = {sessionArn : Arn.t option;The Amazon Resource Name (ARN) of the session.
*)sessionId : Uuid.t option;The identifier of the session.
*)namespace : SessionDataNamespace.t option;The namespace into which the session data is stored. Supported namespaces are: Custom
*)data : RuntimeSessionDataList.t option;Data stored in the session.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of NonEmptySensitiveString.t
| `Structure of
(string * [> `String of NonEmptySensitiveString.t ]) list ])
list ]
list
| `String of Arn.t ])
list ]