agentsInfo

@JvmName(name = "describeAgentsResponseAgentInfo")
fun Flow<DescribeAgentsResponse>.agentsInfo(): Flow<AgentInfo>

This paginator transforms the flow returned by describeAgentsPaginated to access the nested member AgentInfo

Return

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