Module: Aws::GeoMaps

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

Overview

This module provides support for Amazon Location Service Maps V2. This module is available in the ‘aws-sdk-geomaps` 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_maps = Aws::GeoMaps::Client.new
resp = geo_maps.get_glyphs(params)

See Client for more information.

# Errors

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

begin
  # do stuff
rescue Aws::GeoMaps::Errors::ServiceError
  # rescues all Amazon Location Service Maps 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'