Liking cljdoc? Tell your friends :D

cljs-aws.simpledb


batch-delete-attributescljs

(batch-delete-attributes params__1284__auto__)

Parameters :domain-name†, :items

Returns (none)

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#batchDeleteAttributes-property

required

__Parameters__
`:domain-name`†, `:items`†

__Returns__
(none)

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#batchDeleteAttributes-property

† _required_
sourceraw docstring

batch-put-attributescljs

(batch-put-attributes params__1284__auto__)

Parameters :domain-name†, :items

Returns (none)

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#batchPutAttributes-property

required

__Parameters__
`:domain-name`†, `:items`†

__Returns__
(none)

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#batchPutAttributes-property

† _required_
sourceraw docstring

create-domaincljs

(create-domain params__1284__auto__)
__Parameters__
`:domain-name`†

__Returns__
(none)

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#createDomain-property

† _required_
sourceraw docstring

delete-attributescljs

(delete-attributes params__1284__auto__)

Parameters :attributes, :domain-name†, :expected, :item-name

Returns (none)

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#deleteAttributes-property

required

__Parameters__
`:attributes`, `:domain-name`†, `:expected`, `:item-name`†

__Returns__
(none)

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#deleteAttributes-property

† _required_
sourceraw docstring

delete-domaincljs

(delete-domain params__1284__auto__)
__Parameters__
`:domain-name`†

__Returns__
(none)

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#deleteDomain-property

† _required_
sourceraw docstring

domain-metadatacljs

(domain-metadata params__1284__auto__)

Parameters :domain-name

Returns :attribute-name-count, :attribute-names-size-bytes, :attribute-value-count, :attribute-values-size-bytes, :item-count, :item-names-size-bytes, :timestamp

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#domainMetadata-property

required

__Parameters__
`:domain-name`†

__Returns__
`:attribute-name-count`, `:attribute-names-size-bytes`, `:attribute-value-count`, `:attribute-values-size-bytes`, `:item-count`, `:item-names-size-bytes`, `:timestamp`

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#domainMetadata-property

† _required_
sourceraw docstring

get-attributescljs

(get-attributes params__1284__auto__)

Parameters :attribute-names, :consistent-read, :domain-name†, :item-name

Returns :attributes

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#getAttributes-property

required

__Parameters__
`:attribute-names`, `:consistent-read`, `:domain-name`†, `:item-name`†

__Returns__
`:attributes`

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#getAttributes-property

† _required_
sourceraw docstring

list-domainscljs

(list-domains params__1284__auto__)

Parameters :max-number-of-domains, :next-token

Returns :domain-names, :next-token

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#listDomains-property

__Parameters__
`:max-number-of-domains`, `:next-token`

__Returns__
`:domain-names`, `:next-token`

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#listDomains-property
sourceraw docstring

put-attributescljs

(put-attributes params__1284__auto__)

Parameters :attributes†, :domain-name†, :expected, :item-name

Returns (none)

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#putAttributes-property

required

__Parameters__
`:attributes`†, `:domain-name`†, `:expected`, `:item-name`†

__Returns__
(none)

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#putAttributes-property

† _required_
sourceraw docstring

selectcljs

(select params__1284__auto__)

Parameters :consistent-read, :next-token, :select-expression

Returns :items, :next-token

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#select-property

required

__Parameters__
`:consistent-read`, `:next-token`, `:select-expression`†

__Returns__
`:items`, `:next-token`

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SimpleDB.html#select-property

† _required_
sourceraw docstring

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

× close