(batch-get-item client table->options)
(batch-get-item client table->options {:keys [return-consumed-capacity]})
(create-backup client table backup)
(create-backup client table backup options)
(create-table client)
(create-table client
{:keys [tags table-class billing-mode provisioned-throughput
global-indexes local-indexes stream-spec sse-spec]})
(delete-item client table key)
(delete-item client
table
key
{:keys [sql-condition attr-names attr-values
return-consumed-capacity return-item-collection-metrics
return-values]})
(describe-backup client backup-arn)
(describe-backup client backup-arn options)
(get-item client table key)
(get-item client
table
key
{:keys [attrs-get attr-names consistent-read?
return-consumed-capacity]})
(make-client access-key secret-key endpoint region)
(make-client access-key
secret-key
endpoint
region
{:keys [throw? version http-opt]
:or {throw? true version const/version-20120810}})
(put-item client table item)
(put-item client
table
item
{:keys [sql-condition attr-names attr-values return-consumed-capacity
return-item-collection-metrics return-values]})
(query client table)
(query client
table
{:keys [consistent-read? sql-filter index limit scan-forward? start-key
select return-consumed-capacity sql-key attrs-get attr-names
attr-values]})
(scan client table)
(scan client
table
{:keys [attr-names attr-values attrs-get consistent-read? sql-filter index
limit return-consumed-capacity segment select start-key
total-segments]})
(tag-resource client resource-arn tags)
(tag-resource client resource-arn tags options)
(update-item client table key)
(update-item client
table
key
{:keys [sql-condition attr-names attr-values set add remove delete
return-consumed-capacity return-item-collection-metrics
return-values]})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close