Liking cljdoc? Tell your friends :D

amazonica.aws.kinesis


add-tags-to-streamclj

(add-tags-to-stream add-tags-to-stream-request)
source

client-classclj

source

create-streamclj

(create-stream create-stream-request)
(create-stream string integer)
source

decrease-stream-retention-periodclj

(decrease-stream-retention-period decrease-stream-retention-period-request)
source

delete-streamclj

(delete-stream delete-stream-request)
(delete-stream string)
source

describe-limitsclj

(describe-limits describe-limits-request)
source

describe-streamclj

(describe-stream describe-stream-request)
(describe-stream string)
(describe-stream string-1 string-2)
(describe-stream string-1 integer string-2)
source

describe-stream-summaryclj

(describe-stream-summary describe-stream-summary-request)
source

disable-enhanced-monitoringclj

(disable-enhanced-monitoring disable-enhanced-monitoring-request)
source

enable-enhanced-monitoringclj

(enable-enhanced-monitoring enable-enhanced-monitoring-request)
source

get-cached-response-metadataclj

(get-cached-response-metadata amazon-web-service-request)
source

get-recordsclj

(get-records get-records-request)
source

get-shard-iteratorclj

(get-shard-iterator get-shard-iterator-request)
(get-shard-iterator string-1 string-2 string-3)
(get-shard-iterator string-1 string-2 string-3 string-4)
source

increase-stream-retention-periodclj

(increase-stream-retention-period increase-stream-retention-period-request)
source

list-shardsclj

(list-shards list-shards-request)
source

list-streamsclj

(list-streams)
(list-streams list-streams-request)
(list-streams string)
(list-streams integer string)
source

list-tags-for-streamclj

(list-tags-for-stream list-tags-for-stream-request)
source

marshallclj

(marshall deserializer record)
source

merge-shardsclj

(merge-shards merge-shards-request)
(merge-shards string-1 string-2 string-3)
source

put-recordclj

(put-record put-record-request)
(put-record string-1 byte-buffer string-2)
(put-record string-1 byte-buffer string-2 string-3)
source

put-recordsclj

(put-records put-records-request)
source

remove-tags-from-streamclj

(remove-tags-from-stream remove-tags-from-stream-request)
source

show-functionsclj

source

shutdownclj

(shutdown)
source

split-shardclj

(split-shard split-shard-request)
(split-shard string-1 string-2 string-3)
source

start-stream-encryptionclj

(start-stream-encryption start-stream-encryption-request)
source

stop-stream-encryptionclj

(stop-stream-encryption stop-stream-encryption-request)
source

unwrapclj

(unwrap byte-buffer)

Get the contents of the given buffer as a byte-array, decoding as Nippy bytes if they appear to be Nippy encoded. If the ByteBuffer does not appear to contain Nippy data, the bytes found will be returned unchanged. This technique is inspired by ptaoussanis/faraday.

Get the contents of the given buffer as a byte-array, decoding as
Nippy bytes if they appear to be Nippy encoded. If the ByteBuffer
does not appear to contain Nippy data, the bytes found will be
returned unchanged. This technique is inspired by ptaoussanis/faraday.
sourceraw docstring

update-shard-countclj

(update-shard-count update-shard-count-request)
source

waitersclj

(waiters)
source

workerclj

(worker & args)

Instantiate a kinesis Worker.

Instantiate a kinesis Worker.
sourceraw docstring

worker!clj

(worker! & args)

Instantiate a new kinesis Worker and invoke its run method in a separate thread. Return the identifier of the Worker.

Instantiate a new kinesis Worker and invoke its run method in a
separate thread. Return the identifier of the Worker.
sourceraw docstring

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

× close