summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/kendra/kendraClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/kendra/kendraClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/kendra/kendraClient.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/kendra/kendraClient.php b/vendor/aws/aws-sdk-php/src/kendra/kendraClient.php
index a10ecc4..8ec8ce9 100644
--- a/vendor/aws/aws-sdk-php/src/kendra/kendraClient.php
+++ b/vendor/aws/aws-sdk-php/src/kendra/kendraClient.php
@@ -11,6 +11,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise associatePersonasToEntitiesAsync(array $args = [])
* @method \Aws\Result batchDeleteDocument(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDeleteDocumentAsync(array $args = [])
+ * @method \Aws\Result batchDeleteFeaturedResultsSet(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchDeleteFeaturedResultsSetAsync(array $args = [])
* @method \Aws\Result batchGetDocumentStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetDocumentStatusAsync(array $args = [])
* @method \Aws\Result batchPutDocument(array $args = [])
@@ -25,6 +27,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createExperienceAsync(array $args = [])
* @method \Aws\Result createFaq(array $args = [])
* @method \GuzzleHttp\Promise\Promise createFaqAsync(array $args = [])
+ * @method \Aws\Result createFeaturedResultsSet(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createFeaturedResultsSetAsync(array $args = [])
* @method \Aws\Result createIndex(array $args = [])
* @method \GuzzleHttp\Promise\Promise createIndexAsync(array $args = [])
* @method \Aws\Result createQuerySuggestionsBlockList(array $args = [])
@@ -55,6 +59,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeExperienceAsync(array $args = [])
* @method \Aws\Result describeFaq(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeFaqAsync(array $args = [])
+ * @method \Aws\Result describeFeaturedResultsSet(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeFeaturedResultsSetAsync(array $args = [])
* @method \Aws\Result describeIndex(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeIndexAsync(array $args = [])
* @method \Aws\Result describePrincipalMapping(array $args = [])
@@ -87,6 +93,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listExperiencesAsync(array $args = [])
* @method \Aws\Result listFaqs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listFaqsAsync(array $args = [])
+ * @method \Aws\Result listFeaturedResultsSets(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listFeaturedResultsSetsAsync(array $args = [])
* @method \Aws\Result listGroupsOlderThanOrderingId(array $args = [])
* @method \GuzzleHttp\Promise\Promise listGroupsOlderThanOrderingIdAsync(array $args = [])
* @method \Aws\Result listIndices(array $args = [])
@@ -101,6 +109,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise putPrincipalMappingAsync(array $args = [])
* @method \Aws\Result query(array $args = [])
* @method \GuzzleHttp\Promise\Promise queryAsync(array $args = [])
+ * @method \Aws\Result retrieve(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise retrieveAsync(array $args = [])
* @method \Aws\Result startDataSourceSyncJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startDataSourceSyncJobAsync(array $args = [])
* @method \Aws\Result stopDataSourceSyncJob(array $args = [])
@@ -117,6 +127,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise updateDataSourceAsync(array $args = [])
* @method \Aws\Result updateExperience(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateExperienceAsync(array $args = [])
+ * @method \Aws\Result updateFeaturedResultsSet(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateFeaturedResultsSetAsync(array $args = [])
* @method \Aws\Result updateIndex(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateIndexAsync(array $args = [])
* @method \Aws\Result updateQuerySuggestionsBlockList(array $args = [])