(invoke! client operation params)
Calls AWS invoke and captures the error message string and full response.
client
(required) aws service clientoperation
(required) a keyword such as :GetObjectparams
(required) aws api request optionsCalls AWS invoke and captures the error message string and full response. - `client` (required) aws service client - `operation` (required) a keyword such as :GetObject - `params` (required) aws api request options
(make-client api {:keys [aws-region aws-key aws-secret endpoint-override]})
Creates an AWS client for the S3 service.
Creates an AWS client for the S3 service.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close