playerSessions

@JvmName(name = "describePlayerSessionsResponsePlayerSession")
fun Flow<DescribePlayerSessionsResponse>.playerSessions(): Flow<PlayerSession>

This paginator transforms the flow returned by describePlayerSessionsPaginated to access the nested member PlayerSession

Return

A kotlinx.coroutines.flow.Flow that can collect PlayerSession