Skip to content

Commit

Permalink
Update API for PutItem to version 20120810
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisavl committed Sep 11, 2013
1 parent d221c77 commit d368211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dinerl_client.erl
Expand Up @@ -16,7 +16,7 @@ method_name(batch_write_item) ->
method_name(get_item) -> method_name(get_item) ->
"DynamoDB_20120810.GetItem"; "DynamoDB_20120810.GetItem";
method_name(put_item) -> method_name(put_item) ->
"DynamoDBv20110924.PutItem"; "DynamoDB_20120810.PutItem";
method_name(delete_item) -> method_name(delete_item) ->
"DynamoDB_20120810.DeleteItem"; "DynamoDB_20120810.DeleteItem";
method_name(update_item) -> method_name(update_item) ->
Expand Down

0 comments on commit d368211

Please sign in to comment.