Liking cljdoc? Tell your friends :D

s4.$$$$


compute-tiered-costclj

(compute-tiered-cost amount tiers)
source

cost-trackerclj

(cost-tracker konserve)
(cost-tracker konserve cost-config)
source

GBclj

source

ICostTrackercljprotocol

-get-storage-usedclj

(-get-storage-used _)

Get the amount of data stored.

Get the amount of data stored.

-track-data-in!clj

(-track-data-in! _ bytes)

Track bytes data transfer in.

Track bytes data transfer in.

-track-data-out!clj

(-track-data-out! _ bytes)

Track bytes data transfer out.

Track bytes data transfer out.

-track-get-request!clj

(-track-get-request! _)

Track a GET or all other requests.

Track a GET or all other requests.

-track-put-request!clj

(-track-put-request! _)

Track a PUT, COPY, POST or LIST request

Track a PUT, COPY, POST or LIST request

get-cost-estimateclj

(get-cost-estimate _ until-date)

Get a cost estimate. If until-date is not specified, gives you the instantaneous cost based only on request count and data transfer. With a until-date (a java.util.Date), compute the request and transfer pricing, plus the storage costs from now until that date.

Get a cost estimate. If until-date is not specified, gives you the
instantaneous cost based only on request count and data transfer.
With a until-date (a java.util.Date), compute the request and transfer
pricing, plus the storage costs from now until that date.
source

monthclj

source

TBclj

source

us-west-2-standardclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close