events

@JvmName(name = "describeEventsResponseEvent")
fun Flow<DescribeEventsResponse>.events(): Flow<Event>

This paginator transforms the flow returned by describeEventsPaginated to access the nested member Event

Return

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


@JvmName(name = "describeEventsForOrganizationResponseOrganizationEvent")
fun Flow<DescribeEventsForOrganizationResponse>.events(): Flow<OrganizationEvent>

This paginator transforms the flow returned by describeEventsForOrganizationPaginated to access the nested member OrganizationEvent

Return

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