You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Module: Aws::Kendra
- Defined in:
- (unknown)
Overview
This module provides a client for making API requests to AWSKendraFrontendService.
Aws::Kendra::Client
The Client class provides one-to-one mapping for each API operation.
kendra = Aws::Kendra::Client.new(region: 'us-east-1')
kendra.operation_names
#=> [:batch_delete_document, :batch_put_document, :create_data_source, :create_faq, ...]
Each API operation method accepts a hash of request parameters and returns a response object.
resp = kendra.batch_delete_document(params)
See Client for more information.
Aws::Kendra::Errors
Errors returned from AWSKendraFrontendService are defined in the Errors module and extend Errors::ServiceError.
begin
# do stuff
rescue Aws::Kendra::Errors::ServiceError
# rescues all errors returned by AWSKendraFrontendService
end
See Errors for more information.