summaries

@JvmName(name = "listChangeSetsResponseChangeSetSummary")
fun Flow<ListChangeSetsResponse>.summaries(): Flow<ChangeSetSummary>

This paginator transforms the flow returned by listChangeSetsPaginated to access the nested member ChangeSetSummary

Return

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


@JvmName(name = "listGeneratedTemplatesResponseTemplateSummary")
fun Flow<ListGeneratedTemplatesResponse>.summaries(): Flow<TemplateSummary>

This paginator transforms the flow returned by listGeneratedTemplatesPaginated to access the nested member TemplateSummary

Return

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


@JvmName(name = "listStackInstancesResponseStackInstanceSummary")
fun Flow<ListStackInstancesResponse>.summaries(): Flow<StackInstanceSummary>

This paginator transforms the flow returned by listStackInstancesPaginated to access the nested member StackInstanceSummary

Return

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


@JvmName(name = "listStackSetOperationResultsResponseStackSetOperationResultSummary")
fun Flow<ListStackSetOperationResultsResponse>.summaries(): Flow<StackSetOperationResultSummary>

This paginator transforms the flow returned by listStackSetOperationResultsPaginated to access the nested member StackSetOperationResultSummary

Return

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


@JvmName(name = "listStackSetOperationsResponseStackSetOperationSummary")
fun Flow<ListStackSetOperationsResponse>.summaries(): Flow<StackSetOperationSummary>

This paginator transforms the flow returned by listStackSetOperationsPaginated to access the nested member StackSetOperationSummary

Return

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


@JvmName(name = "listStackSetsResponseStackSetSummary")
fun Flow<ListStackSetsResponse>.summaries(): Flow<StackSetSummary>

This paginator transforms the flow returned by listStackSetsPaginated to access the nested member StackSetSummary

Return

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