Module Values_1.DescribeSessionsResponseSource

Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days.

Sourcetype nonrec t = {
  1. sessions : SessionList.t option;
    (*

    A list of sessions meeting the request parameters.

    *)
  2. nextToken : Values_0.NextToken.t option;
    (*

    The token for the next set of items to return. (You received this token from a previous call.)

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerError of Values_0.InternalServerError.t
  2. | `InvalidFilterKey of Values_0.InvalidFilterKey.t
  3. | `InvalidNextToken of Values_0.InvalidNextToken.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?sessions:??? -> ?nextToken:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t