items

@JvmName(name = "describeJobLogItemsResponseJobLog")
fun Flow<DescribeJobLogItemsResponse>.items(): Flow<JobLog>

This paginator transforms the flow returned by describeJobLogItemsPaginated to access the nested member JobLog

Return

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


@JvmName(name = "describeJobsResponseJob")
fun Flow<DescribeJobsResponse>.items(): Flow<Job>

This paginator transforms the flow returned by describeJobsPaginated to access the nested member Job

Return

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


@JvmName(name = "describeLaunchConfigurationTemplatesResponseLaunchConfigurationTemplate")
fun Flow<DescribeLaunchConfigurationTemplatesResponse>.items(): Flow<LaunchConfigurationTemplate>

This paginator transforms the flow returned by describeLaunchConfigurationTemplatesPaginated to access the nested member LaunchConfigurationTemplate

Return

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


@JvmName(name = "describeRecoveryInstancesResponseRecoveryInstance")
fun Flow<DescribeRecoveryInstancesResponse>.items(): Flow<RecoveryInstance>

This paginator transforms the flow returned by describeRecoveryInstancesPaginated to access the nested member RecoveryInstance

Return

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


@JvmName(name = "describeRecoverySnapshotsResponseRecoverySnapshot")
fun Flow<DescribeRecoverySnapshotsResponse>.items(): Flow<RecoverySnapshot>

This paginator transforms the flow returned by describeRecoverySnapshotsPaginated to access the nested member RecoverySnapshot

Return

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


@JvmName(name = "describeReplicationConfigurationTemplatesResponseReplicationConfigurationTemplate")
fun Flow<DescribeReplicationConfigurationTemplatesResponse>.items(): Flow<ReplicationConfigurationTemplate>

This paginator transforms the flow returned by describeReplicationConfigurationTemplatesPaginated to access the nested member ReplicationConfigurationTemplate

Return

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


@JvmName(name = "describeSourceNetworksResponseSourceNetwork")
fun Flow<DescribeSourceNetworksResponse>.items(): Flow<SourceNetwork>

This paginator transforms the flow returned by describeSourceNetworksPaginated to access the nested member SourceNetwork

Return

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


@JvmName(name = "describeSourceServersResponseSourceServer")
fun Flow<DescribeSourceServersResponse>.items(): Flow<SourceServer>

This paginator transforms the flow returned by describeSourceServersPaginated to access the nested member SourceServer

Return

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


@JvmName(name = "listExtensibleSourceServersResponseStagingSourceServer")
fun Flow<ListExtensibleSourceServersResponse>.items(): Flow<StagingSourceServer>

This paginator transforms the flow returned by listExtensibleSourceServersPaginated to access the nested member StagingSourceServer

Return

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


@JvmName(name = "listLaunchActionsResponseLaunchAction")
fun Flow<ListLaunchActionsResponse>.items(): Flow<LaunchAction>

This paginator transforms the flow returned by listLaunchActionsPaginated to access the nested member LaunchAction

Return

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