Values_1.DescribeSessionsResponseSourceRetrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days.
type nonrec t = {sessions : SessionList.t option;A list of sessions meeting the request parameters.
*)nextToken : Values_0.NextToken.t option;The token for the next set of items to return. (You received this token from a previous call.)
*)}type nonrec error = [ | `InternalServerError of Values_0.InternalServerError.t| `InvalidFilterKey of Values_0.InvalidFilterKey.t| `InvalidNextToken of Values_0.InvalidNextToken.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `InvalidFilterKey of unit
| `InvalidNextToken of Values_0.InvalidNextToken.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `InvalidFilterKey of unit
| `InvalidNextToken of Values_0.InvalidNextToken.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of SessionId.t
| `Structure of
(string * [> `String of SessionManagerS3OutputUrl.t ])
list
| `Timestamp of Values_0.DateTime.t ])
list ]
list
| `String of Values_0.NextToken.t ])
list ]