exportsInfo

@JvmName(name = "describeExportConfigurationsResponseExportInfo")
fun Flow<DescribeExportConfigurationsResponse>.exportsInfo(): Flow<ExportInfo>

This paginator transforms the flow returned by describeExportConfigurationsPaginated to access the nested member ExportInfo

Return

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


@JvmName(name = "describeExportTasksResponseExportInfo")
fun Flow<DescribeExportTasksResponse>.exportsInfo(): Flow<ExportInfo>

This paginator transforms the flow returned by describeExportTasksPaginated to access the nested member ExportInfo

Return

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