Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "describeAgentsResponseAgentInfo")
fun Flow<DescribeAgentsResponse>.agentsInfo(): Flow<AgentInfo>

This paginator transforms the flow returned by describeAgentsPaginated to access the nested member AgentInfo

Link copied to clipboard
@JvmName(name = "listConfigurationsResponseConfiguration")
fun Flow<ListConfigurationsResponse>.configurations(): Flow<Map<String, String>>

This paginator transforms the flow returned by listConfigurationsPaginated to access the nested member Configuration

Link copied to clipboard
@JvmName(name = "describeContinuousExportsResponseContinuousExportDescription")
fun Flow<DescribeContinuousExportsResponse>.descriptions(): Flow<ContinuousExportDescription>

This paginator transforms the flow returned by describeContinuousExportsPaginated to access the nested member ContinuousExportDescription

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

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

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

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

Link copied to clipboard
@JvmName(name = "describeTagsResponseConfigurationTag")
fun Flow<DescribeTagsResponse>.tags(): Flow<ConfigurationTag>

This paginator transforms the flow returned by describeTagsPaginated to access the nested member ConfigurationTag

Link copied to clipboard
@JvmName(name = "describeImportTasksResponseImportTask")
fun Flow<DescribeImportTasksResponse>.tasks(): Flow<ImportTask>

This paginator transforms the flow returned by describeImportTasksPaginated to access the nested member ImportTask