Module: Aws::GameLiftStreams
- Defined in:
- lib/aws-sdk-gameliftstreams/endpoint_parameters.rb,
lib/aws-sdk-gameliftstreams/plugins/endpoints.rb,
lib/aws-sdk-gameliftstreams/endpoint_provider.rb,
lib/aws-sdk-gameliftstreams/client_api.rb,
lib/aws-sdk-gameliftstreams/endpoints.rb,
lib/aws-sdk-gameliftstreams/resource.rb,
lib/aws-sdk-gameliftstreams/waiters.rb,
lib/aws-sdk-gameliftstreams/errors.rb,
lib/aws-sdk-gameliftstreams/client.rb,
lib/aws-sdk-gameliftstreams/types.rb,
lib/aws-sdk-gameliftstreams.rb
Overview
This module provides support for Amazon GameLift Streams. This module is available in the ‘aws-sdk-gameliftstreams` 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_streams = Aws::GameLiftStreams::Client.new
resp = game_lift_streams.add_stream_group_locations(params)
See Client for more information.
# Errors
Errors returned from Amazon GameLift Streams are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::GameLiftStreams::Errors::ServiceError
# rescues all Amazon GameLift Streams API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types, Waiters Classes: Client, EndpointParameters, EndpointProvider, Resource
service collapse
- GEM_VERSION =
'1.17.0'