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