(anomaly? response)
If an anomaly category is detected there has been an error.
If an anomaly category is detected there has been an error.
(create-client {:keys [api region auth endpoint-override]})
Creates an AWS client for the specified api.
Creates an AWS client for the specified api.
(default-cfg)
returns aws default config. TODO: future use
returns aws default config. TODO: future use
(get-caller-identity)
(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
(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
(invoke! client operation request)
Wraps invoke
and will throw any errors as exceptions
Wraps `invoke` and will throw any errors as exceptions
Creates a client for the specified api with the given configuration
Creates a client for the specified api with the given configuration
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close