Sha256: 57ca0620431774c0a4be8b751acbebc2a9edc058ee99e2cb56e11f6c50425af5

Contents?: true

Size: 1.76 KB

Versions: 1

Compression:

Stored size: 1.76 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'

# This module provides support for Amazon Kendra Intelligent Ranking. This module is available in the
# `aws-sdk-kendraranking` 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.
#
#     kendra_ranking = Aws::KendraRanking::Client.new
#     resp = kendra_ranking.create_rescore_execution_plan(params)
#
# See {Client} for more information.
#
# # Errors
#
# Errors returned from Amazon Kendra Intelligent Ranking are defined in the
# {Errors} module and all extend {Errors::ServiceError}.
#
#     begin
#       # do stuff
#     rescue Aws::KendraRanking::Errors::ServiceError
#       # rescues all Amazon Kendra Intelligent Ranking API errors
#     end
#
# See {Errors} for more information.
#
# @!group service
module Aws::KendraRanking
  autoload :Types, 'aws-sdk-kendraranking/types'
  autoload :ClientApi, 'aws-sdk-kendraranking/client_api'
  module Plugins
    autoload :Endpoints, 'aws-sdk-kendraranking/plugins/endpoints.rb'
  end
  autoload :Client, 'aws-sdk-kendraranking/client'
  autoload :Errors, 'aws-sdk-kendraranking/errors'
  autoload :Resource, 'aws-sdk-kendraranking/resource'
  autoload :EndpointParameters, 'aws-sdk-kendraranking/endpoint_parameters'
  autoload :EndpointProvider, 'aws-sdk-kendraranking/endpoint_provider'
  autoload :Endpoints, 'aws-sdk-kendraranking/endpoints'

  GEM_VERSION = '1.23.0'

end

require_relative 'aws-sdk-kendraranking/customizations'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws-sdk-kendraranking-1.23.0 lib/aws-sdk-kendraranking.rb