Liking cljdoc? Tell your friends :D

amazonica.aws.kinesis


add-tags-to-streamclj

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

client-classclj


create-streamclj

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

decrease-stream-retention-periodclj

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

delete-streamclj

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

deregister-stream-consumerclj

(deregister-stream-consumer deregister-stream-consumer-request)

describe-limitsclj

(describe-limits describe-limits-request)

describe-streamclj

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

describe-stream-consumerclj

(describe-stream-consumer describe-stream-consumer-request)

describe-stream-summaryclj

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

disable-enhanced-monitoringclj

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

enable-enhanced-monitoringclj

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

get-cached-response-metadataclj

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

get-recordsclj

(get-records get-records-request)

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)

increase-stream-retention-periodclj

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

list-shardsclj

(list-shards list-shards-request)

list-stream-consumersclj

(list-stream-consumers list-stream-consumers-request)

list-streamsclj

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

list-tags-for-streamclj

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

marshallclj

(marshall deserializer record)

merge-shardsclj

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

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)

put-recordsclj

(put-records put-records-request)

register-stream-consumerclj

(register-stream-consumer register-stream-consumer-request)

remove-tags-from-streamclj

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

show-functionsclj


shutdownclj

(shutdown)

split-shardclj

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

start-stream-encryptionclj

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

stop-stream-encryptionclj

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

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.
raw docstring

update-shard-countclj

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

waitersclj

(waiters)

workerclj

(worker & args)

Instantiate a kinesis Worker.

Instantiate a kinesis Worker.
raw 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.
raw docstring

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

× close