Module: Aws::Neptunedata

Defined in:
lib/aws-sdk-neptunedata/endpoint_parameters.rb,
lib/aws-sdk-neptunedata/plugins/endpoints.rb,
lib/aws-sdk-neptunedata/endpoint_provider.rb,
lib/aws-sdk-neptunedata/client_api.rb,
lib/aws-sdk-neptunedata/endpoints.rb,
lib/aws-sdk-neptunedata/resource.rb,
lib/aws-sdk-neptunedata/errors.rb,
lib/aws-sdk-neptunedata/client.rb,
lib/aws-sdk-neptunedata/types.rb,
lib/aws-sdk-neptunedata.rb

Overview

This module provides support for Amazon NeptuneData. This module is available in the ‘aws-sdk-neptunedata` 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.

neptunedata = Aws::Neptunedata::Client.new
resp = neptunedata.cancel_gremlin_query(params)

See Client for more information.

# Errors

Errors returned from Amazon NeptuneData are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::Neptunedata::Errors::ServiceError
  # rescues all Amazon NeptuneData 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.21.0'