Liking cljdoc? Tell your friends :D

verbo.sokka.aws


anomaly?clj

(anomaly? response)

If an anomaly category is detected there has been an error.

If an anomaly category is detected there has been an error.
raw docstring

create-clientclj

(create-client {:keys [api region auth endpoint-override]})

Creates an AWS client for the specified api.

Creates an AWS client for the specified api.
raw docstring

default-cfgclj

(default-cfg)

returns aws default config. TODO: future use

returns aws default config. TODO: future use
raw docstring

get-caller-identityclj

(get-caller-identity)

helpclj

(help client)
(help client op)

Will return options of what the aws api can do.

[client] - Will list possible operations [client op] - Will list detail about the operation

Will return options of what the aws api can do.

`[client]` - Will list possible operations
`[client op]` - Will list detail about the operation
raw docstring

invokeclj

(invoke client operation request)

Invokes an AWS request and returns the result. Errors are contained within the result

Invokes an AWS request and returns the result.
Errors are contained within the result
raw docstring

invoke!clj

(invoke! client operation request)

Wraps invoke and will throw any errors as exceptions

Wraps `invoke` and will throw any errors as exceptions
raw docstring

make-clientclj

Creates a client for the specified api with the given configuration

Creates a client for the specified api with the given configuration
raw docstring

shared-http-clientclj

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

× close