Module: Aws::GameSparks

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

Overview

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

game_sparks = Aws::GameSparks::Client.new
resp = game_sparks.create_game(params)

See Client for more information.

# Errors

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

begin
  # do stuff
rescue Aws::GameSparks::Errors::ServiceError
  # rescues all GameSparks 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.13.0'