Smaws_Client_SSM.DescribeSessions
Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `InvalidFilterKey of Types.invalid_filter_key
| `InvalidNextToken of Types.invalid_next_token ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.describe_sessions_request ->
(Types.describe_sessions_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `InvalidFilterKey of Types.invalid_filter_key
| `InvalidNextToken of Types.invalid_next_token ])
Stdlib.result