alarmHistoryItems

@JvmName(name = "describeAlarmHistoryResponseAlarmHistoryItem")
fun Flow<DescribeAlarmHistoryResponse>.alarmHistoryItems(): Flow<AlarmHistoryItem>

This paginator transforms the flow returned by describeAlarmHistoryPaginated to access the nested member AlarmHistoryItem

Return

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