Liking cljdoc? Tell your friends :D

rpm-shared.aws.client

Helpers for using cognitect.aws.client.api

Helpers for using `cognitect.aws.client.api`
raw docstring

clientclj

(client api)
(client profile api)
(client profile api region)
(client profile api region validate?)

Defaults the default profile, region eu-west-1, and validating requests.

Defaults the default profile, region `eu-west-1`, and validating requests.
raw docstring

client-memoizedclj


credentialsclj

(credentials profile)

First reads the environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY. Should that fail, reads from ~/.aws/credentials. If you do not have access, check the IAM user groups you are in, or not in. Returns a credentials provider.

First reads the environment variables `AWS_ACCESS_KEY_ID` and
`AWS_SECRET_ACCESS_KEY`. Should that fail, reads from `~/.aws/credentials`.
If you do not have access, check the IAM user groups you are in, or not in. 
Returns a credentials provider.
raw docstring

docclj

(doc client operation)

Slightly more REPL friendly than aws/doc.

Slightly more REPL friendly than aws/doc.
raw docstring

invokeclj

(invoke client op)
(invoke client op result-key)
(invoke profile api op result-key)
(invoke profile api region op result-key)
(invoke profile api region validate? op result-key)

Loops until NextToken is no longer returned. Throws on error.

Loops until NextToken is no longer returned. Throws on error.
raw docstring

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

× close