Liking cljdoc? Tell your friends :D

cognitect.aws.util

Impl, don't call directly.

Impl, don't call directly.
raw docstring

base64-decodeclj

(base64-decode s)

base64 decode a base64-encoded string to an input stream

base64 decode a base64-encoded string to an input stream
sourceraw docstring

Base64Encodablecljprotocol

base64-encodeclj

(base64-encode data)
source

bbuf->bytesclj

(bbuf->bytes bbuf)
source

bbuf->input-streamclj

(bbuf->input-stream bbuf)
source

bbuf->strclj

(bbuf->str bbuf)

Creates a string from java.nio.ByteBuffer object. The encoding is fixed to UTF-8.

Creates a string from java.nio.ByteBuffer object.
The encoding is fixed to UTF-8.
sourceraw docstring

BBuffablecljprotocol

->bbufclj

(->bbuf data)
source

date-formatclj

(date-format fmt)

Return a thread-safe GMT date format that can be used with format-date and parse-date.

See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4228335

Return a thread-safe GMT date format that can be used with `format-date` and `parse-date`.

See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4228335
sourceraw docstring

dynaloadclj

(dynaload s)
source

encode-jsonvalueclj

(encode-jsonvalue data)
source

error-codeclj

(error-code response-body)
source

format-dateclj

(format-date fmt)
(format-date fmt inst)
source

format-timestampclj

(format-timestamp inst)

Format a timestamp in milliseconds.

Format a timestamp in milliseconds.
sourceraw docstring

gen-idempotency-tokenclj

(gen-idempotency-token)
source

getenvclj

(getenv)
(getenv k)
source

getPropertyclj

(getProperty k)
source

hex-encodeclj

(hex-encode bytes)
source

hmac-sha-256clj

(hmac-sha-256 key data)
source

input-stream->byte-arrayclj

(input-stream->byte-array is)

Copies is to a byte-array, leaving the input-stream's mark intact.

is must support .mark and .reset (e.g. BufferedInputStream)

Copies is to a byte-array, leaving the input-stream's mark intact.

is must support .mark and .reset (e.g. BufferedInputStream)
sourceraw docstring

iso8601-date-formatclj

source

iso8601-msecs-date-formatclj

source

map-valsclj

(map-vals f m)
(map-vals f m ks)

Apply f to the values with the given keys, or all values if ks is not specified.

Apply f to the values with the given keys, or all values if `ks` is not specified.
sourceraw docstring

md5clj

(md5 data)

returns hash as byte array

returns hash as byte array
sourceraw docstring

parse-dateclj

(parse-date fmt s)
source

parse-jsonvalueclj

(parse-jsonvalue data)
source

query-stringclj

(query-string params)

Create a query string from a list of parameters. Values must all be strings.

Create a query string from a list of parameters. Values must all be
strings.
sourceraw docstring

read-jsonclj

(read-json readable)

Read readable as JSON. readable can be any valid input for clojure.java.io/reader.

Read readable as JSON. readable can be any valid input for
clojure.java.io/reader.
sourceraw docstring

rfc822-date-formatclj

source

sha-256clj

(sha-256 data)

Returns the sha-256 hash of data, which can be a byte-array, an input-stream, or nil, in which case returns the sha-256 of the empty string.

Returns the sha-256 hash of data, which can be a byte-array, an
input-stream, or nil, in which case returns the sha-256 of the empty
string.
sourceraw docstring

url-encodeclj

(url-encode s)

Percent encode the string to put in a URL.

Percent encode the string to put in a URL.
sourceraw docstring

UTF8clj

source

with-defaultsclj

(with-defaults shape data)

Given a shape and data of that shape, add defaults for the following required keys if they are missing or bound to nil

:idempotencyToken
Given a shape and data of that shape, add defaults for the
following required keys if they are missing or bound to nil

    :idempotencyToken
sourceraw docstring

x-amz-date-formatclj

source

x-amz-date-only-formatclj

source

xml->mapclj

(xml->map element)
source

xml-readclj

(xml-read s)

Parse the UTF-8 XML string.

Parse the UTF-8 XML string.
sourceraw docstring

xml-writeclj

(xml-write e)
source

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

× close