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