(async api request & {:keys [profile region endpoint-override]})
Uses a dynamic binding for a client, creates a new client if it does not yet exist.
Uses a dynamic binding for a client, creates a new client if it does not yet exist.
(awscli api request & {:keys [profile region endpoint-override]})
Uses a dynamic binding for a client, creates a new client if it does not yet exist.
Uses a dynamic binding for a client, creates a new client if it does not yet exist.
(create-client api & {:keys [profile region endpoint-override]})
Creates an AWS client, for the specified api and profile. Applies validate-requests = true before returning the client.
Creates an AWS client, for the specified api and profile. Applies validate-requests = true before returning the client.
(error? results)
Checks the given result object, and returns the errors if there are any.
Checks the given result object, and returns the errors if there are any.
(validate-response response)
Adds special handling for common and specific error results, if needed, otherwise returns the response as is.
Adds special handling for common and specific error results, if needed, otherwise returns the response as is.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close