Module: Aws::DynamoDB

Defined in:
lib/aws-sdk-dynamodb/client_api.rb,
lib/aws-sdk-dynamodb/attribute_value.rb,
lib/aws-sdk-dynamodb/customizations/client.rb,
lib/aws-sdk-dynamodb/plugins/crc32_validation.rb,
lib/aws-sdk-dynamodb/plugins/extended_retries.rb,
lib/aws-sdk-dynamodb/plugins/simple_attributes.rb,
lib/aws-sdk-dynamodb/resource.rb,
lib/aws-sdk-dynamodb/waiters.rb,
lib/aws-sdk-dynamodb/errors.rb,
lib/aws-sdk-dynamodb/client.rb,
lib/aws-sdk-dynamodb/types.rb,
lib/aws-sdk-dynamodb/table.rb,
lib/aws-sdk-dynamodb.rb

Overview

This module provides support for Amazon DynamoDB. This module is available in the ‘aws-sdk-dynamodb` gem.

# Client

The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.

See Client for more information.

# Errors

Errors returned from Amazon DynamoDB all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::DynamoDB::Errors::ServiceError
  # rescues all service API errors
end

See Errors for more information.

Defined Under Namespace

Modules: ClientApi, Errors, Plugins, Types, Waiters Classes: AttributeValue, Client, Resource, Table

Constant Summary collapse

GEM_VERSION =
'1.21.0'