Sha256: 06a4323812898a25f4edbba4ff7fcde471122002e7d06736ad12ea366af67c36

Contents?: true

Size: 1.38 KB

Versions: 1

Compression:

Stored size: 1.38 KB

Contents

# frozen_string_literal: true

# WARNING ABOUT GENERATED CODE
#
# This file is generated. See the contributing guide for more information:
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE


require 'aws-sdk-core'
require 'aws-sigv4'

require_relative 'aws-sdk-ivschat/types'
require_relative 'aws-sdk-ivschat/client_api'
require_relative 'aws-sdk-ivschat/client'
require_relative 'aws-sdk-ivschat/errors'
require_relative 'aws-sdk-ivschat/resource'
require_relative 'aws-sdk-ivschat/customizations'

# 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.
#
# @!group service
module Aws::Ivschat

  GEM_VERSION = '1.2.0'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws-sdk-ivschat-1.2.0 lib/aws-sdk-ivschat.rb