@aws-sdk/client-kendra 3.50.0 → 3.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/KendraServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +172 -6
  5. package/dist-cjs/protocols/Aws_json1_1.js +741 -2572
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/KendraServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +154 -1
  9. package/dist-es/protocols/Aws_json1_1.js +1492 -2772
  10. package/dist-types/Kendra.d.ts +17 -17
  11. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +1 -1
  12. package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +5 -5
  13. package/dist-types/commands/BatchPutDocumentCommand.d.ts +2 -2
  14. package/dist-types/commands/CreateIndexCommand.d.ts +2 -2
  15. package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteIndexCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  18. package/dist-types/commands/QueryCommand.d.ts +2 -2
  19. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +2 -2
  20. package/dist-types/index.d.ts +1 -0
  21. package/dist-types/models/KendraServiceException.d.ts +10 -0
  22. package/dist-types/models/models_0.d.ts +237 -105
  23. package/dist-types/ts3.4/Kendra.d.ts +280 -0
  24. package/dist-types/ts3.4/KendraClient.d.ts +128 -0
  25. package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/QueryCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/index.d.ts +55 -0
  81. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  82. package/dist-types/ts3.4/index.d.ts +6 -0
  83. package/dist-types/ts3.4/models/KendraServiceException.d.ts +6 -0
  84. package/dist-types/ts3.4/models/index.d.ts +1 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +3355 -0
  86. package/dist-types/ts3.4/pagination/GetSnapshotsPaginator.d.ts +4 -0
  87. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  88. package/dist-types/ts3.4/pagination/ListDataSourceSyncJobsPaginator.d.ts +4 -0
  89. package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +4 -0
  90. package/dist-types/ts3.4/pagination/ListEntityPersonasPaginator.d.ts +4 -0
  91. package/dist-types/ts3.4/pagination/ListExperienceEntitiesPaginator.d.ts +4 -0
  92. package/dist-types/ts3.4/pagination/ListExperiencesPaginator.d.ts +4 -0
  93. package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +4 -0
  94. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  95. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +167 -0
  96. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  97. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  98. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  99. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  100. package/package.json +33 -33
@@ -81,7 +81,7 @@ export declare class Kendra extends KendraClient {
81
81
  associatePersonasToEntities(args: AssociatePersonasToEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociatePersonasToEntitiesCommandOutput) => void): void;
82
82
  /**
83
83
  * <p>Removes one or more documents from an index. The documents must have
84
- * been added with the <code>BatchPutDocument</code> operation.</p>
84
+ * been added with the <code>BatchPutDocument</code> API.</p>
85
85
  * <p>The documents are deleted asynchronously. You can see the progress of
86
86
  * the deletion by using Amazon Web Services CloudWatch. Any error messages related to the
87
87
  * processing of the batch are sent to you CloudWatch log.</p>
@@ -92,15 +92,15 @@ export declare class Kendra extends KendraClient {
92
92
  /**
93
93
  * <p>Returns the indexing status for one or more documents submitted
94
94
  * with the <a href="https://docs.aws.amazon.com/kendra/latest/dg/API_BatchPutDocument.html">
95
- * BatchPutDocument</a> operation.</p>
96
- * <p>When you use the <code>BatchPutDocument</code> operation,
95
+ * BatchPutDocument</a> API.</p>
96
+ * <p>When you use the <code>BatchPutDocument</code> API,
97
97
  * documents are indexed asynchronously. You can use the
98
- * <code>BatchGetDocumentStatus</code> operation to get the current
98
+ * <code>BatchGetDocumentStatus</code> API to get the current
99
99
  * status of a list of documents so that you can determine if they have
100
100
  * been successfully indexed.</p>
101
- * <p>You can also use the <code>BatchGetDocumentStatus</code> operation
101
+ * <p>You can also use the <code>BatchGetDocumentStatus</code> API
102
102
  * to check the status of the <a href="https://docs.aws.amazon.com/kendra/latest/dg/API_BatchDeleteDocument.html">
103
- * BatchDeleteDocument</a> operation. When a document is
103
+ * BatchDeleteDocument</a> API. When a document is
104
104
  * deleted from the index, Amazon Kendra returns <code>NOT_FOUND</code> as the
105
105
  * status.</p>
106
106
  */
@@ -109,9 +109,9 @@ export declare class Kendra extends KendraClient {
109
109
  batchGetDocumentStatus(args: BatchGetDocumentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDocumentStatusCommandOutput) => void): void;
110
110
  /**
111
111
  * <p>Adds one or more documents to an index.</p>
112
- * <p>The <code>BatchPutDocument</code> operation enables you to ingest
112
+ * <p>The <code>BatchPutDocument</code> API enables you to ingest
113
113
  * inline documents or a set of documents stored in an Amazon S3 bucket. Use
114
- * this operation to ingest your text and unstructured text into an index,
114
+ * this API to ingest your text and unstructured text into an index,
115
115
  * add custom attributes to the documents, and to attach an access control
116
116
  * list to the documents added to the index.</p>
117
117
  * <p>The documents are indexed asynchronously. You can see the progress of
@@ -168,12 +168,12 @@ export declare class Kendra extends KendraClient {
168
168
  createFaq(args: CreateFaqCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFaqCommandOutput) => void): void;
169
169
  /**
170
170
  * <p>Creates a new Amazon Kendra index. Index creation is an asynchronous
171
- * operation. To determine if index creation has completed, check the
171
+ * API. To determine if index creation has completed, check the
172
172
  * <code>Status</code> field returned from a call to
173
173
  * <code>DescribeIndex</code>. The <code>Status</code> field is set to
174
174
  * <code>ACTIVE</code> when the index is ready to use.</p>
175
175
  * <p>Once the index is active you can index your documents using the
176
- * <code>BatchPutDocument</code> operation or using one of the supported
176
+ * <code>BatchPutDocument</code> API or using one of the supported
177
177
  * data sources. </p>
178
178
  */
179
179
  createIndex(args: CreateIndexCommandInput, options?: __HttpHandlerOptions): Promise<CreateIndexCommandOutput>;
@@ -207,7 +207,7 @@ export declare class Kendra extends KendraClient {
207
207
  * <p>Deletes an Amazon Kendra data source. An exception is not thrown if the
208
208
  * data source is already being deleted. While the data source is being
209
209
  * deleted, the <code>Status</code> field returned by a call to the
210
- * <code>DescribeDataSource</code> operation is set to
210
+ * <code>DescribeDataSource</code> API is set to
211
211
  * <code>DELETING</code>. For more information, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/delete-data-source.html">Deleting Data Sources</a>.</p>
212
212
  */
213
213
  deleteDataSource(args: DeleteDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataSourceCommandOutput>;
@@ -231,7 +231,7 @@ export declare class Kendra extends KendraClient {
231
231
  * <p>Deletes an existing Amazon Kendra index. An exception is not thrown if
232
232
  * the index is already being deleted. While the index is being deleted, the
233
233
  * <code>Status</code> field returned by a call to the
234
- * <code>DescribeIndex</code> operation is set to
234
+ * <code>DescribeIndex</code> API is set to
235
235
  * <code>DELETING</code>.</p>
236
236
  */
237
237
  deleteIndex(args: DeleteIndexCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIndexCommandOutput>;
@@ -277,7 +277,7 @@ export declare class Kendra extends KendraClient {
277
277
  deleteThesaurus(args: DeleteThesaurusCommandInput, cb: (err: any, data?: DeleteThesaurusCommandOutput) => void): void;
278
278
  deleteThesaurus(args: DeleteThesaurusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThesaurusCommandOutput) => void): void;
279
279
  /**
280
- * <p>Gets information about a Amazon Kendra data source.</p>
280
+ * <p>Gets information about an Amazon Kendra data source.</p>
281
281
  */
282
282
  describeDataSource(args: DescribeDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSourceCommandOutput>;
283
283
  describeDataSource(args: DescribeDataSourceCommandInput, cb: (err: any, data?: DescribeDataSourceCommandOutput) => void): void;
@@ -494,10 +494,10 @@ export declare class Kendra extends KendraClient {
494
494
  putPrincipalMapping(args: PutPrincipalMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPrincipalMappingCommandOutput) => void): void;
495
495
  /**
496
496
  * <p>Searches an active index. Use this API to search your documents
497
- * using query. The <code>Query</code> operation enables to do faceted
497
+ * using query. The <code>Query</code> API enables to do faceted
498
498
  * search and to filter results based on document attributes.</p>
499
499
  * <p>It also enables you to provide user context that Amazon Kendra uses
500
- * to enforce document access control in the search results. </p>
500
+ * to enforce document access control in the search results.</p>
501
501
  * <p>Amazon Kendra searches your index for text content and question and
502
502
  * answer (FAQ) content. By default the response contains three types of
503
503
  * results.</p>
@@ -528,8 +528,8 @@ export declare class Kendra extends KendraClient {
528
528
  startDataSourceSyncJob(args: StartDataSourceSyncJobCommandInput, cb: (err: any, data?: StartDataSourceSyncJobCommandOutput) => void): void;
529
529
  startDataSourceSyncJob(args: StartDataSourceSyncJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDataSourceSyncJobCommandOutput) => void): void;
530
530
  /**
531
- * <p>Stops a running synchronization job. You can't stop a scheduled
532
- * synchronization job.</p>
531
+ * <p>Stops a synchronization job that is currently running.
532
+ * You can't stop a scheduled synchronization job.</p>
533
533
  */
534
534
  stopDataSourceSyncJob(args: StopDataSourceSyncJobCommandInput, options?: __HttpHandlerOptions): Promise<StopDataSourceSyncJobCommandOutput>;
535
535
  stopDataSourceSyncJob(args: StopDataSourceSyncJobCommandInput, cb: (err: any, data?: StopDataSourceSyncJobCommandOutput) => void): void;
@@ -8,7 +8,7 @@ export interface BatchDeleteDocumentCommandOutput extends BatchDeleteDocumentRes
8
8
  }
9
9
  /**
10
10
  * <p>Removes one or more documents from an index. The documents must have
11
- * been added with the <code>BatchPutDocument</code> operation.</p>
11
+ * been added with the <code>BatchPutDocument</code> API.</p>
12
12
  * <p>The documents are deleted asynchronously. You can see the progress of
13
13
  * the deletion by using Amazon Web Services CloudWatch. Any error messages related to the
14
14
  * processing of the batch are sent to you CloudWatch log.</p>
@@ -9,15 +9,15 @@ export interface BatchGetDocumentStatusCommandOutput extends BatchGetDocumentSta
9
9
  /**
10
10
  * <p>Returns the indexing status for one or more documents submitted
11
11
  * with the <a href="https://docs.aws.amazon.com/kendra/latest/dg/API_BatchPutDocument.html">
12
- * BatchPutDocument</a> operation.</p>
13
- * <p>When you use the <code>BatchPutDocument</code> operation,
12
+ * BatchPutDocument</a> API.</p>
13
+ * <p>When you use the <code>BatchPutDocument</code> API,
14
14
  * documents are indexed asynchronously. You can use the
15
- * <code>BatchGetDocumentStatus</code> operation to get the current
15
+ * <code>BatchGetDocumentStatus</code> API to get the current
16
16
  * status of a list of documents so that you can determine if they have
17
17
  * been successfully indexed.</p>
18
- * <p>You can also use the <code>BatchGetDocumentStatus</code> operation
18
+ * <p>You can also use the <code>BatchGetDocumentStatus</code> API
19
19
  * to check the status of the <a href="https://docs.aws.amazon.com/kendra/latest/dg/API_BatchDeleteDocument.html">
20
- * BatchDeleteDocument</a> operation. When a document is
20
+ * BatchDeleteDocument</a> API. When a document is
21
21
  * deleted from the index, Amazon Kendra returns <code>NOT_FOUND</code> as the
22
22
  * status.</p>
23
23
  * @example
@@ -8,9 +8,9 @@ export interface BatchPutDocumentCommandOutput extends BatchPutDocumentResponse,
8
8
  }
9
9
  /**
10
10
  * <p>Adds one or more documents to an index.</p>
11
- * <p>The <code>BatchPutDocument</code> operation enables you to ingest
11
+ * <p>The <code>BatchPutDocument</code> API enables you to ingest
12
12
  * inline documents or a set of documents stored in an Amazon S3 bucket. Use
13
- * this operation to ingest your text and unstructured text into an index,
13
+ * this API to ingest your text and unstructured text into an index,
14
14
  * add custom attributes to the documents, and to attach an access control
15
15
  * list to the documents added to the index.</p>
16
16
  * <p>The documents are indexed asynchronously. You can see the progress of
@@ -8,12 +8,12 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat
8
8
  }
9
9
  /**
10
10
  * <p>Creates a new Amazon Kendra index. Index creation is an asynchronous
11
- * operation. To determine if index creation has completed, check the
11
+ * API. To determine if index creation has completed, check the
12
12
  * <code>Status</code> field returned from a call to
13
13
  * <code>DescribeIndex</code>. The <code>Status</code> field is set to
14
14
  * <code>ACTIVE</code> when the index is ready to use.</p>
15
15
  * <p>Once the index is active you can index your documents using the
16
- * <code>BatchPutDocument</code> operation or using one of the supported
16
+ * <code>BatchPutDocument</code> API or using one of the supported
17
17
  * data sources. </p>
18
18
  * @example
19
19
  * Use a bare-bones client and the command you need to make an API call.
@@ -10,7 +10,7 @@ export interface DeleteDataSourceCommandOutput extends __MetadataBearer {
10
10
  * <p>Deletes an Amazon Kendra data source. An exception is not thrown if the
11
11
  * data source is already being deleted. While the data source is being
12
12
  * deleted, the <code>Status</code> field returned by a call to the
13
- * <code>DescribeDataSource</code> operation is set to
13
+ * <code>DescribeDataSource</code> API is set to
14
14
  * <code>DELETING</code>. For more information, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/delete-data-source.html">Deleting Data Sources</a>.</p>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
@@ -10,7 +10,7 @@ export interface DeleteIndexCommandOutput extends __MetadataBearer {
10
10
  * <p>Deletes an existing Amazon Kendra index. An exception is not thrown if
11
11
  * the index is already being deleted. While the index is being deleted, the
12
12
  * <code>Status</code> field returned by a call to the
13
- * <code>DescribeIndex</code> operation is set to
13
+ * <code>DescribeIndex</code> API is set to
14
14
  * <code>DELETING</code>.</p>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,7 +7,7 @@ export interface DescribeDataSourceCommandInput extends DescribeDataSourceReques
7
7
  export interface DescribeDataSourceCommandOutput extends DescribeDataSourceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Gets information about a Amazon Kendra data source.</p>
10
+ * <p>Gets information about an Amazon Kendra data source.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -8,10 +8,10 @@ export interface QueryCommandOutput extends QueryResult, __MetadataBearer {
8
8
  }
9
9
  /**
10
10
  * <p>Searches an active index. Use this API to search your documents
11
- * using query. The <code>Query</code> operation enables to do faceted
11
+ * using query. The <code>Query</code> API enables to do faceted
12
12
  * search and to filter results based on document attributes.</p>
13
13
  * <p>It also enables you to provide user context that Amazon Kendra uses
14
- * to enforce document access control in the search results. </p>
14
+ * to enforce document access control in the search results.</p>
15
15
  * <p>Amazon Kendra searches your index for text content and question and
16
16
  * answer (FAQ) content. By default the response contains three types of
17
17
  * results.</p>
@@ -7,8 +7,8 @@ export interface StopDataSourceSyncJobCommandInput extends StopDataSourceSyncJob
7
7
  export interface StopDataSourceSyncJobCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Stops a running synchronization job. You can't stop a scheduled
11
- * synchronization job.</p>
10
+ * <p>Stops a synchronization job that is currently running.
11
+ * You can't stop a scheduled synchronization job.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -3,3 +3,4 @@ export * from "./KendraClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { KendraServiceException } from "./models/KendraServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from Kendra service.
4
+ */
5
+ export declare class KendraServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }