Index of Public Functions and Variables - aws-api

This page has an alphabetical index of all the documented functions and variables in aws-api.
Shortcuts:
A B C D E F G H I J K L M
N O P Q R S T U V W X Y Z
Other

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...
 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 Create an http-client to share across multip...
 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...

  

G


  

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-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...

  

J


  

K


  

L


  

M


  

N


  

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...

  

Q


  

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...

  

T


  

U


  

V

 validate-requests            function      cognitect.aws.client.api Given true, uses clojure.spec to validate al...

  

W


  

X


  

Y


  

Z


  

Other


  
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.