summaries

@JvmName(name = "listDecoderManifestsResponseDecoderManifestSummary")
fun Flow<ListDecoderManifestsResponse>.summaries(): Flow<DecoderManifestSummary>

This paginator transforms the flow returned by listDecoderManifestsPaginated to access the nested member DecoderManifestSummary

Return

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


@JvmName(name = "listModelManifestsResponseModelManifestSummary")
fun Flow<ListModelManifestsResponse>.summaries(): Flow<ModelManifestSummary>

This paginator transforms the flow returned by listModelManifestsPaginated to access the nested member ModelManifestSummary

Return

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


@JvmName(name = "listSignalCatalogsResponseSignalCatalogSummary")
fun Flow<ListSignalCatalogsResponse>.summaries(): Flow<SignalCatalogSummary>

This paginator transforms the flow returned by listSignalCatalogsPaginated to access the nested member SignalCatalogSummary

Return

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


@JvmName(name = "listStateTemplatesResponseStateTemplateSummary")
fun Flow<ListStateTemplatesResponse>.summaries(): Flow<StateTemplateSummary>

This paginator transforms the flow returned by listStateTemplatesPaginated to access the nested member StateTemplateSummary

Return

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