Module: Aws::DynamoDBStreams
- Defined in:
- lib/aws-sdk-dynamodbstreams/endpoint_provider.rb,
lib/aws-sdk-dynamodbstreams/customizations.rb,
lib/aws-sdk-dynamodbstreams/attribute_value.rb,
lib/aws-sdk-dynamodbstreams/plugins/endpoints.rb,
lib/aws-sdk-dynamodbstreams/endpoint_parameters.rb,
lib/aws-sdk-dynamodbstreams/attribute_translator.rb,
lib/aws-sdk-dynamodbstreams/plugins/simple_attributes.rb,
lib/aws-sdk-dynamodbstreams/client_api.rb,
lib/aws-sdk-dynamodbstreams/endpoints.rb,
lib/aws-sdk-dynamodbstreams/resource.rb,
lib/aws-sdk-dynamodbstreams/errors.rb,
lib/aws-sdk-dynamodbstreams/client.rb,
lib/aws-sdk-dynamodbstreams/types.rb,
lib/aws-sdk-dynamodbstreams.rb
Overview
This module provides support for Amazon DynamoDB Streams. This module is available in the ‘aws-sdk-dynamodbstreams` 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.
dynamo_db_streams = Aws::DynamoDBStreams::Client.new
resp = dynamo_db_streams.describe_stream(params)
See Client for more information.
# Errors
Errors returned from Amazon DynamoDB Streams are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::DynamoDBStreams::Errors::ServiceError
# rescues all Amazon DynamoDB Streams API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types Classes: AttributeTranslator, AttributeValue, Client, EndpointParameters, EndpointProvider, Resource
service collapse
- GEM_VERSION =
'1.70.0'