Values.GetQAppSessionOutputSourceRetrieves the current state and results for an active session of an Amazon Q App.
type nonrec t = {sessionId : String_.t option;The unique identifier of the Q App session.
*)sessionArn : String_.t option;The Amazon Resource Name (ARN) of the Q App session.
*)sessionName : SessionName.t option;The name of the Q App session.
*)appVersion : AppVersion.t option;The version of the Q App used for the session.
*)latestPublishedAppVersion : AppVersion.t option;The latest published version of the Q App used for the session.
*)status : ExecutionStatus.t option;The current status of the Q App session.
*)cardStatus : CardStatusMap.t option;The current status for each card in the Q App session.
*)userIsHost : Boolean.t option;Indicates whether the current user is the owner of the Q App data collection session.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.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
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of AppVersion.t
| `Map of
([> `String of UUID.t ]
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of UUID.t
| `Structure of 'a list
| `Timestamp of QAppsTimestamp.t ])
list ]
list
| `String of String_.t ])
list ])
list
| `String of String_.t ])
list ]