patches

@JvmName(name = "describeAvailablePatchesResponsePatch")
fun Flow<DescribeAvailablePatchesResponse>.patches(): Flow<Patch>

This paginator transforms the flow returned by describeAvailablePatchesPaginated to access the nested member Patch

Return

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


@JvmName(name = "describeInstancePatchesResponsePatchComplianceData")
fun Flow<DescribeInstancePatchesResponse>.patches(): Flow<PatchComplianceData>

This paginator transforms the flow returned by describeInstancePatchesPaginated to access the nested member PatchComplianceData

Return

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