Liking cljdoc? Tell your friends :D

amazonica.aws.kinesisfirehose


*list-delivery-streams-default-limit*clj

source

->bytesclj

(->bytes data)
source

create-delivery-streamclj

source

delete-delivery-streamclj

source

describe-delivery-streamclj

source

list-delivery-streamsclj

(list-delivery-streams)
(list-delivery-streams creds)
(list-delivery-streams creds limit)
(list-delivery-streams creds limit exclusive-start-delivery-stream-name)

Lists available firehose streams.

Lists available firehose streams.
sourceraw docstring

maybe-update-inclj

(maybe-update-in m path func & args)

Like update-in, but returns the original map if the key doesn't exist, or the update func returns nil.

Like update-in, but returns the original map if the key doesn't exist, or the update func returns nil.
sourceraw docstring

put-recordclj

(put-record delivery-stream-name data)
(put-record creds delivery-stream-name data)

Puts a record onto a firehose stream.

Puts a record onto a firehose stream.
sourceraw docstring

put-record-batchclj

(put-record-batch delivery-stream-name batch-data)
(put-record-batch creds delivery-stream-name batch-data)

Puts a batch of records onto a firehose stream.

Puts a batch of records onto a firehose stream.
sourceraw docstring

update-destinationclj

source

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

× close