Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "listActionExecutionsResponseActionExecutionDetail")
fun Flow<ListActionExecutionsResponse>.actionExecutionDetails(): Flow<ActionExecutionDetail>

This paginator transforms the flow returned by listActionExecutionsPaginated to access the nested member ActionExecutionDetail

Link copied to clipboard
@JvmName(name = "listActionTypesResponseActionType")
fun Flow<ListActionTypesResponse>.actionTypes(): Flow<ActionType>

This paginator transforms the flow returned by listActionTypesPaginated to access the nested member ActionType

Link copied to clipboard
@JvmName(name = "listPipelineExecutionsResponsePipelineExecutionSummary")
fun Flow<ListPipelineExecutionsResponse>.pipelineExecutionSummaries(): Flow<PipelineExecutionSummary>

This paginator transforms the flow returned by listPipelineExecutionsPaginated to access the nested member PipelineExecutionSummary

Link copied to clipboard
@JvmName(name = "listPipelinesResponsePipelineSummary")
fun Flow<ListPipelinesResponse>.pipelines(): Flow<PipelineSummary>

This paginator transforms the flow returned by listPipelinesPaginated to access the nested member PipelineSummary

Link copied to clipboard
@JvmName(name = "listTagsForResourceResponseTag")
fun Flow<ListTagsForResourceResponse>.tags(): Flow<Tag>

This paginator transforms the flow returned by listTagsForResourcePaginated to access the nested member Tag

Link copied to clipboard
@JvmName(name = "listWebhooksResponseListWebhookItem")
fun Flow<ListWebhooksResponse>.webhooks(): Flow<ListWebhookItem>

This paginator transforms the flow returned by listWebhooksPaginated to access the nested member ListWebhookItem