instances

@JvmName(name = "describeClassicLinkInstancesResponseClassicLinkInstance")
fun Flow<DescribeClassicLinkInstancesResponse>.instances(): Flow<ClassicLinkInstance>

This paginator transforms the flow returned by describeClassicLinkInstancesPaginated to access the nested member ClassicLinkInstance

Return

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


@JvmName(name = "describeInstanceTopologyResponseInstanceTopology")
fun Flow<DescribeInstanceTopologyResponse>.instances(): Flow<InstanceTopology>

This paginator transforms the flow returned by describeInstanceTopologyPaginated to access the nested member InstanceTopology

Return

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