You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Module: Aws::IVS

Defined in:
(unknown)

Overview

This module provides a client for making API requests to Amazon Interactive Video Service.

Aws::IVS::Client

The Client class provides one-to-one mapping for each API operation.

ivs = Aws::IVS::Client.new(region: 'us-east-1')
ivs.operation_names
#=> [:batch_get_channel, :batch_get_stream_key, :create_channel, :create_stream_key, ...]

Each API operation method accepts a hash of request parameters and returns a response object.

resp = ivs.batch_get_channel(params)

See Client for more information.

Aws::IVS::Errors

Errors returned from Amazon Interactive Video Service are defined in the Errors module and extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::IVS::Errors::ServiceError
  # rescues all errors returned by Amazon Interactive Video Service
end

See Errors for more information.

Defined Under Namespace

Modules: Errors, Types Classes: Client