listNotebookSessions
inline suspend fun AthenaClient.listNotebookSessions(crossinline block: ListNotebookSessionsRequest.Builder.() -> Unit): ListNotebookSessionsResponse
Lists, in descending order, the sessions that have been created in a notebook that are in an active state like CREATING
, CREATED
, IDLE
or BUSY
. Newer sessions are listed first; older sessions are listed later.