Index of Public Functions and Variables -
This page has an alphabetical index of all the documented functions and variables
in
aws-api.
A
auto-refreshing-credentials function cognitect.aws.credentials Deprecated. Use cached-credentials-with-aut...
B
basic-credentials-provider function cognitect.aws.credentials Given a map with :access-key-id and :secret...
C
cached-credentials-with-auto-refresh function cognitect.aws.credentials Returns a CredentialsProvider which wraps `...
calculate-ttl function cognitect.aws.credentials Primarily for internal use, returns time to...
capped-exponential-backoff function cognitect.aws.retry Returns a function of the num-retries (so far), w...
chain-credentials-provider function cognitect.aws.credentials Returns a credentials-provider which chains...
chain-region-provider function cognitect.aws.region Chain together multiple region providers. `fetc...
client function cognitect.aws.client.api Given a config map, create a client for spec...
client function cognitect.aws.client.test-double Given a map with :api and :ops (opti...
container-credentials-provider function cognitect.aws.credentials For internal use. Do not call directly. Re...
create function cognitect.aws.http.default Returns a new cognitect.aws.http/HttpClien...
credentials-provider function cognitect.aws.client.shared Returns the globally shared instance of c...
D
default-backoff var cognitect.aws.retry Returns (capped-exponential-backoff 100 20000 3)....
default-credentials-provider function cognitect.aws.credentials Returns a chain-credentials-provider with (...
default-http-client function cognitect.aws.client.api Returns a new instance of the default type o...
default-region-provider function cognitect.aws.region Returns a chain-region-provider with, in order: ...
default-retriable? var cognitect.aws.retry A fn of an http-response map which returns a trut...
doc function cognitect.aws.client.api Given a client and an operation (keyword), p...
doc-str function cognitect.aws.client.api Given data produced by `ops`, returns a stri...
E
environment-credentials-provider function cognitect.aws.credentials Return the credentials from the environment...
environment-region-provider function cognitect.aws.region Returns the region from the AWS_REGION env var, ...
F
fetch function cognitect.aws.credentials Return the credentials found by this provid...
fetch function cognitect.aws.region Returns the region found by this provider, or ni...
fetch-async function cognitect.aws.credentials Returns a channel that will produce the res...
fetch-async function cognitect.aws.region Returns a channel that will produce the result o...
H
http-client function cognitect.aws.client.shared Returns the globally shared instance of h...
I
instance-profile-credentials-provider function cognitect.aws.credentials For internal use. Do not call directly. Re...
instance-profile-IMDSv2-credentials-provider function cognitect.aws.credentials For internal use. Do not call directly. Re...
instance-region-IMDS-v2-provider function cognitect.aws.region Returns the region from the ec2 instance's IMDS ...
instance-region-provider function cognitect.aws.region Returns the region from the ec2 instance's metad...
instrument function cognitect.aws.client.test-double Given a test double client and a `:o...
invoke function cognitect.aws.client.api Packages and sends a request to AWS and retu...
invoke-async function cognitect.aws.client.api Packages and sends a request to AWS and retu...
O
ops function cognitect.aws.client.api Returns a map of operation name to operation...
P
profile-credentials-provider function cognitect.aws.credentials Return credentials in an AWS configuration ...
profile-region-provider function cognitect.aws.region Returns the region from an AWS configuration pro...
R
region-provider function cognitect.aws.client.shared Returns the globally shared instance of r...
request-spec-key function cognitect.aws.client.api Returns the key for the request spec for op....
response-spec-key function cognitect.aws.client.api Returns the key for the response spec for op...
S
stop function cognitect.aws.client.api Has no effect when the underlying http-clien...
stop function cognitect.aws.credentials Stop auto-refreshing the credentials. Alph...
system-property-credentials-provider function cognitect.aws.credentials Return the credentials from the system prop...
system-property-region-provider function cognitect.aws.region Returns the region from the aws.region system pr...
V
validate-requests function cognitect.aws.client.api Given true, uses clojure.spec to validate al...