Module: Aws::GameLift
- Defined in:
- lib/aws-sdk-gamelift/endpoint_parameters.rb,
lib/aws-sdk-gamelift/plugins/endpoints.rb,
lib/aws-sdk-gamelift/endpoint_provider.rb,
lib/aws-sdk-gamelift/client_api.rb,
lib/aws-sdk-gamelift/endpoints.rb,
lib/aws-sdk-gamelift/resource.rb,
lib/aws-sdk-gamelift/errors.rb,
lib/aws-sdk-gamelift/client.rb,
lib/aws-sdk-gamelift/types.rb,
lib/aws-sdk-gamelift.rb
Overview
This module provides support for Amazon GameLift. This module is available in the ‘aws-sdk-gamelift` 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_lift = Aws::GameLift::Client.new
resp = game_lift.accept_match(params)
See Client for more information.
# Errors
Errors returned from Amazon GameLift are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::GameLift::Errors::ServiceError
# rescues all Amazon GameLift 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.96.0'