(client)(client {:keys [access-key secret-key session-token region]
:or {region (or (System/getenv "AWS_REGION")
(System/getenv "AWS_DEFAULT_REGION"))}})(client-from-creds-provider {:keys [creds-provider region]
:or {region (System/getenv "AWS_REGION")}})(client-from-role {:keys [role-arn region]
:or {region (System/getenv "AWS_REGION")}})cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |