Module dinerl

Function Index

api/1
api/2
api/3
api/4
batch_write_item/3
create_table/4
create_table/5
delete_item/3
delete_item/4
delete_table/1
delete_table/2
describe_table/1
describe_table/2
get_item/3
get_item/4
get_item/5
get_items/1
get_items/2
get_items/3
get_items/4
get_items/5
list_tables/0
list_tables/1
list_tables/2
put_item/3
put_item/4
query/2
query/3
query/4
query_item/3
query_item/4
query_item/5
setup/0
setup/1
setup/3
update_data/1
update_item/3
update_item/4
update_item_with_expression/3
update_item_with_expression/4
update_item_with_expression/5
update_item_with_expression/6
update_item_with_expression/7
update_table/3
update_table/4

Function Details

api/1

api(Name::method()) -> result()

api/2

api(Name::method(), Body::any()) -> result()

api/3

api(Name::method(), Body::any(), Timeout::undefined | integer()) -> result()

api/4

api(Name::method(), Body::any(), Timeout::undefined | integer(), Region::undefined | zone()) -> result()

batch_write_item/3

batch_write_item(TableName, PutItems, DeleteKeys) -> any()

create_table/4

create_table(Name::string() | binary(), Key::keyschema(), ReadsPerSecond::integer(), WritesPerSecond::integer()) -> jsonf()

create_table/5

create_table(Name::string() | binary(), Key::keyschema(), ReadsPerSecond::integer(), WritesPerSecond::integer(), Timeout::undefined | integer()) -> jsonf()

delete_item/3

delete_item(Table, Key, Options) -> any()

delete_item/4

delete_item(Table, Key, Options, Timeout) -> any()

delete_table/1

delete_table(Name) -> any()

delete_table/2

delete_table(Name, Timeout) -> any()

describe_table/1

describe_table(Name) -> any()

describe_table/2

describe_table(Name, Timeout) -> any()

get_item/3

get_item(Table, Key, Options) -> any()

get_item/4

get_item(Table, Key, Options, Timeout) -> any()

get_item/5

get_item(Table, Key, Options, Timeout, Region) -> any()

get_items/1

get_items(MultiTableQuery) -> any()

get_items/2

get_items(MultiTableQuery, Timeout) -> any()

get_items/3

get_items(Table, Keys, Options) -> any()

get_items/4

get_items(Table, Keys, Options, Timeout) -> any()

get_items/5

get_items(Table, Keys, Options, Timeout, Region) -> any()

list_tables/0

list_tables() -> any()

list_tables/1

list_tables(List) -> any()

list_tables/2

list_tables(List, Timeout) -> any()

put_item/3

put_item(Table, Attributes, Options) -> any()

put_item/4

put_item(Table, Attributes, Options, Timeout) -> any()

query/2

query(Table, Options) -> any()

query/3

query(Table, Options, Timeout) -> any()

query/4

query(Table, Options, Timeout, Region) -> any()

query_item/3

query_item(Table, Key, Options) -> any()

query_item/4

query_item(Table, Key, Options, Timeout) -> any()

query_item/5

query_item(Table, Key, Options, Timeout, Region) -> any()

setup/0

setup() -> {ok, clientarguments()}

setup/1

setup(Zone::zone()) -> {ok, clientarguments()}

setup/3

setup(AccessKeyId::access_key_id(), SecretAccessKey::secret_access_key(), Zone::zone()) -> {ok, clientarguments()}

update_data/1

update_data(Zone::zone()) -> {ok, clientarguments()}

update_item/3

update_item(Table, Key, Options) -> any()

update_item/4

update_item(Table, Key, Options, Timeout) -> any()

update_item_with_expression/3

update_item_with_expression(TableName, Key, UpdateExpression) -> any()

update_item_with_expression/4

update_item_with_expression(TableName, Key, UpdateExpression, ExpressionAttributeValues) -> any()

update_item_with_expression/5

update_item_with_expression(TableName, Key, UpdateExpression, ExpressionAttributeValues, ReturnValues) -> any()

update_item_with_expression/6

update_item_with_expression(TableName, Key, UpdateExpression, ExpressionAttributeValues, ReturnValues, Acc) -> any()

update_item_with_expression/7

update_item_with_expression(TableName, Key, UpdateExpression, ExpressionAttributeValues, ReturnValues, Acc, Timeout) -> any()

update_table/3

update_table(Name, ReadsPerSecond, WritesPerSecond) -> any()

update_table/4

update_table(Name, ReadsPerSecond, WritesPerSecond, Timeout) -> any()


Generated by EDoc