Module: Aws::GeoRoutes

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

Overview

This module provides support for Amazon Location Service Routes V2. This module is available in the ‘aws-sdk-georoutes` 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.

geo_routes = Aws::GeoRoutes::Client.new
resp = geo_routes.calculate_isolines(params)

See Client for more information.

# Errors

Errors returned from Amazon Location Service Routes V2 are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::GeoRoutes::Errors::ServiceError
  # rescues all Amazon Location Service Routes V2 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.1.0'