instancePatchStates

@JvmName(name = "describeInstancePatchStatesResponseInstancePatchState")
fun Flow<DescribeInstancePatchStatesResponse>.instancePatchStates(): Flow<InstancePatchState>

This paginator transforms the flow returned by describeInstancePatchStatesPaginated to access the nested member InstancePatchState

Return

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


@JvmName(name = "describeInstancePatchStatesForPatchGroupResponseInstancePatchState")
fun Flow<DescribeInstancePatchStatesForPatchGroupResponse>.instancePatchStates(): Flow<InstancePatchState>

This paginator transforms the flow returned by describeInstancePatchStatesForPatchGroupPaginated to access the nested member InstancePatchState

Return

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