deployments

@JvmName(name = "listDeploymentsResponseDeploymentId")
fun Flow<ListDeploymentsResponse>.deployments(): Flow<String>

This paginator transforms the flow returned by listDeploymentsPaginated to access the nested member DeploymentId

Return

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