Liking cljdoc? Tell your friends :D

lein-aws.datapipeline


activate-pipelineclj

(activate-pipeline project [pipeline-id])

Activate the pipeline with id pipeline-id.

Activate the pipeline with id `pipeline-id`.
sourceraw docstring

create-pipelineclj

(create-pipeline project [name])

Create a new data pipeline with name and unique-id.

Create a new data pipeline with `name` and `unique-id`.
sourceraw docstring

get-definitionclj

(get-definition project [pipeline-id])

Get the pipeline definition for pipeline-id.

Get the pipeline definition for `pipeline-id`.
sourceraw docstring

list-pipelinesclj

(list-pipelines project)

Return a list of pipelines.

Return a list of pipelines.
sourceraw docstring

put-pipelineclj

(put-pipeline project [pipeline-name path])

Upload a data pipeline definition defined in path with the key pipeline-name.

Upload a data pipeline definition defined in `path` with
the key `pipeline-name`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close