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

default-cfgclj

(default-cfg)

returns aws default config. TODO: future use

returns aws default config. TODO: future use
sourceraw docstring

get-caller-identityclj

(get-caller-identity)
source

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
sourceraw 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
sourceraw 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
sourceraw 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
sourceraw docstring

shared-http-clientclj

source

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

× close