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