Smaws_Client_AppStream.DescribeSessionsRetrieves a list that describes the streaming sessions for a specified stack and fleet. If a UserId is provided for the stack and fleet, only streaming sessions for that user are described. If an authentication type is not provided, the default is to authenticate users using a streaming URL.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_sessions_request ->
(Types.describe_sessions_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_sessions_request ->
(Types.describe_sessions_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result