class Aws::DynamoDB::Client

def batch_write_item(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • batch_write_item(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/BatchWriteItem - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To add multiple items to a table -

Returns:
  • (Types::BatchWriteItemOutput) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :return_item_collection_metrics (String) --
  • :return_consumed_capacity (String) --
  • :request_items (required, Hash) --
def batch_write_item(params = {}, options = {})
  req = build_request(:batch_write_item, params)
  req.send_request(options)
end