@aws-sdk/client-kendra 3.288.0 → 3.290.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 (61) hide show
  1. package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +25 -0
  2. package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +25 -0
  3. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +25 -0
  4. package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +25 -0
  5. package/dist-types/commands/BatchPutDocumentCommand.d.ts +30 -0
  6. package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +25 -0
  7. package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +30 -0
  8. package/dist-types/commands/CreateDataSourceCommand.d.ts +34 -0
  9. package/dist-types/commands/CreateExperienceCommand.d.ts +30 -0
  10. package/dist-types/commands/CreateFaqCommand.d.ts +30 -0
  11. package/dist-types/commands/CreateIndexCommand.d.ts +30 -0
  12. package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +30 -0
  13. package/dist-types/commands/CreateThesaurusCommand.d.ts +30 -0
  14. package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +25 -0
  15. package/dist-types/commands/DeleteDataSourceCommand.d.ts +25 -0
  16. package/dist-types/commands/DeleteExperienceCommand.d.ts +25 -0
  17. package/dist-types/commands/DeleteFaqCommand.d.ts +25 -0
  18. package/dist-types/commands/DeleteIndexCommand.d.ts +25 -0
  19. package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +25 -0
  20. package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +25 -0
  21. package/dist-types/commands/DeleteThesaurusCommand.d.ts +25 -0
  22. package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +21 -0
  23. package/dist-types/commands/DescribeDataSourceCommand.d.ts +21 -0
  24. package/dist-types/commands/DescribeExperienceCommand.d.ts +21 -0
  25. package/dist-types/commands/DescribeFaqCommand.d.ts +21 -0
  26. package/dist-types/commands/DescribeIndexCommand.d.ts +21 -0
  27. package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +21 -0
  28. package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +21 -0
  29. package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +21 -0
  30. package/dist-types/commands/DescribeThesaurusCommand.d.ts +21 -0
  31. package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +21 -0
  32. package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +21 -0
  33. package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +30 -0
  34. package/dist-types/commands/GetSnapshotsCommand.d.ts +17 -0
  35. package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +21 -0
  36. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +25 -0
  37. package/dist-types/commands/ListDataSourcesCommand.d.ts +21 -0
  38. package/dist-types/commands/ListEntityPersonasCommand.d.ts +21 -0
  39. package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +21 -0
  40. package/dist-types/commands/ListExperiencesCommand.d.ts +21 -0
  41. package/dist-types/commands/ListFaqsCommand.d.ts +21 -0
  42. package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +25 -0
  43. package/dist-types/commands/ListIndicesCommand.d.ts +17 -0
  44. package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +21 -0
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +21 -0
  46. package/dist-types/commands/ListThesauriCommand.d.ts +21 -0
  47. package/dist-types/commands/PutPrincipalMappingCommand.d.ts +30 -0
  48. package/dist-types/commands/QueryCommand.d.ts +30 -0
  49. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +29 -0
  50. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +21 -0
  51. package/dist-types/commands/SubmitFeedbackCommand.d.ts +25 -0
  52. package/dist-types/commands/TagResourceCommand.d.ts +21 -0
  53. package/dist-types/commands/UntagResourceCommand.d.ts +21 -0
  54. package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +30 -0
  55. package/dist-types/commands/UpdateDataSourceCommand.d.ts +25 -0
  56. package/dist-types/commands/UpdateExperienceCommand.d.ts +25 -0
  57. package/dist-types/commands/UpdateIndexCommand.d.ts +30 -0
  58. package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +25 -0
  59. package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +25 -0
  60. package/dist-types/commands/UpdateThesaurusCommand.d.ts +25 -0
  61. package/package.json +29 -29
@@ -43,6 +43,31 @@ export interface DeletePrincipalMappingCommandOutput extends __MetadataBearer {
43
43
  * @see {@link DeletePrincipalMappingCommandOutput} for command's `response` shape.
44
44
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
45
45
  *
46
+ * @throws {@link AccessDeniedException} (client fault)
47
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
48
+ * required permission policies and user accounts and try again.</p>
49
+ *
50
+ * @throws {@link ConflictException} (client fault)
51
+ * <p>A conflict occurred with the request. Please fix any inconsistences with your
52
+ * resources and try again.</p>
53
+ *
54
+ * @throws {@link InternalServerException} (server fault)
55
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
56
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
57
+ *
58
+ * @throws {@link ResourceNotFoundException} (client fault)
59
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
60
+ * resource and try again.</p>
61
+ *
62
+ * @throws {@link ThrottlingException} (client fault)
63
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
64
+ * and try again.</p>
65
+ *
66
+ * @throws {@link ValidationException} (client fault)
67
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
68
+ * Please provide the correct input and try again.</p>
69
+ *
70
+ *
46
71
  */
47
72
  export declare class DeletePrincipalMappingCommand extends $Command<DeletePrincipalMappingCommandInput, DeletePrincipalMappingCommandOutput, KendraClientResolvedConfig> {
48
73
  readonly input: DeletePrincipalMappingCommandInput;
@@ -35,6 +35,31 @@ export interface DeleteQuerySuggestionsBlockListCommandOutput extends __Metadata
35
35
  * @see {@link DeleteQuerySuggestionsBlockListCommandOutput} for command's `response` shape.
36
36
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
37
37
  *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
40
+ * required permission policies and user accounts and try again.</p>
41
+ *
42
+ * @throws {@link ConflictException} (client fault)
43
+ * <p>A conflict occurred with the request. Please fix any inconsistences with your
44
+ * resources and try again.</p>
45
+ *
46
+ * @throws {@link InternalServerException} (server fault)
47
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
48
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
52
+ * resource and try again.</p>
53
+ *
54
+ * @throws {@link ThrottlingException} (client fault)
55
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
56
+ * and try again.</p>
57
+ *
58
+ * @throws {@link ValidationException} (client fault)
59
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
60
+ * Please provide the correct input and try again.</p>
61
+ *
62
+ *
38
63
  */
39
64
  export declare class DeleteQuerySuggestionsBlockListCommand extends $Command<DeleteQuerySuggestionsBlockListCommandInput, DeleteQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig> {
40
65
  readonly input: DeleteQuerySuggestionsBlockListCommandInput;
@@ -30,6 +30,31 @@ export interface DeleteThesaurusCommandOutput extends __MetadataBearer {
30
30
  * @see {@link DeleteThesaurusCommandOutput} for command's `response` shape.
31
31
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
35
+ * required permission policies and user accounts and try again.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>A conflict occurred with the request. Please fix any inconsistences with your
39
+ * resources and try again.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
43
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
47
+ * resource and try again.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
51
+ * and try again.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
55
+ * Please provide the correct input and try again.</p>
56
+ *
57
+ *
33
58
  */
34
59
  export declare class DeleteThesaurusCommand extends $Command<DeleteThesaurusCommandInput, DeleteThesaurusCommandOutput, KendraClientResolvedConfig> {
35
60
  readonly input: DeleteThesaurusCommandInput;
@@ -32,6 +32,27 @@ export interface DescribeAccessControlConfigurationCommandOutput extends Describ
32
32
  * @see {@link DescribeAccessControlConfigurationCommandOutput} for command's `response` shape.
33
33
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
37
+ * required permission policies and user accounts and try again.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
41
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
45
+ * resource and try again.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
49
+ * and try again.</p>
50
+ *
51
+ * @throws {@link ValidationException} (client fault)
52
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
53
+ * Please provide the correct input and try again.</p>
54
+ *
55
+ *
35
56
  */
36
57
  export declare class DescribeAccessControlConfigurationCommand extends $Command<DescribeAccessControlConfigurationCommandInput, DescribeAccessControlConfigurationCommandOutput, KendraClientResolvedConfig> {
37
58
  readonly input: DescribeAccessControlConfigurationCommandInput;
@@ -29,6 +29,27 @@ export interface DescribeDataSourceCommandOutput extends DescribeDataSourceRespo
29
29
  * @see {@link DescribeDataSourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
34
+ * required permission policies and user accounts and try again.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
38
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
42
+ * resource and try again.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
46
+ * and try again.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
50
+ * Please provide the correct input and try again.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class DescribeDataSourceCommand extends $Command<DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput, KendraClientResolvedConfig> {
34
55
  readonly input: DescribeDataSourceCommandInput;
@@ -32,6 +32,27 @@ export interface DescribeExperienceCommandOutput extends DescribeExperienceRespo
32
32
  * @see {@link DescribeExperienceCommandOutput} for command's `response` shape.
33
33
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
37
+ * required permission policies and user accounts and try again.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
41
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
45
+ * resource and try again.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
49
+ * and try again.</p>
50
+ *
51
+ * @throws {@link ValidationException} (client fault)
52
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
53
+ * Please provide the correct input and try again.</p>
54
+ *
55
+ *
35
56
  */
36
57
  export declare class DescribeExperienceCommand extends $Command<DescribeExperienceCommandInput, DescribeExperienceCommandOutput, KendraClientResolvedConfig> {
37
58
  readonly input: DescribeExperienceCommandInput;
@@ -29,6 +29,27 @@ export interface DescribeFaqCommandOutput extends DescribeFaqResponse, __Metadat
29
29
  * @see {@link DescribeFaqCommandOutput} for command's `response` shape.
30
30
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
34
+ * required permission policies and user accounts and try again.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
38
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
42
+ * resource and try again.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
46
+ * and try again.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
50
+ * Please provide the correct input and try again.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class DescribeFaqCommand extends $Command<DescribeFaqCommandInput, DescribeFaqCommandOutput, KendraClientResolvedConfig> {
34
55
  readonly input: DescribeFaqCommandInput;
@@ -29,6 +29,27 @@ export interface DescribeIndexCommandOutput extends DescribeIndexResponse, __Met
29
29
  * @see {@link DescribeIndexCommandOutput} for command's `response` shape.
30
30
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
34
+ * required permission policies and user accounts and try again.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
38
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
42
+ * resource and try again.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
46
+ * and try again.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
50
+ * Please provide the correct input and try again.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class DescribeIndexCommand extends $Command<DescribeIndexCommandInput, DescribeIndexCommandOutput, KendraClientResolvedConfig> {
34
55
  readonly input: DescribeIndexCommandInput;
@@ -37,6 +37,27 @@ export interface DescribePrincipalMappingCommandOutput extends DescribePrincipal
37
37
  * @see {@link DescribePrincipalMappingCommandOutput} for command's `response` shape.
38
38
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
39
39
  *
40
+ * @throws {@link AccessDeniedException} (client fault)
41
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
42
+ * required permission policies and user accounts and try again.</p>
43
+ *
44
+ * @throws {@link InternalServerException} (server fault)
45
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
46
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
50
+ * resource and try again.</p>
51
+ *
52
+ * @throws {@link ThrottlingException} (client fault)
53
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
54
+ * and try again.</p>
55
+ *
56
+ * @throws {@link ValidationException} (client fault)
57
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
58
+ * Please provide the correct input and try again.</p>
59
+ *
60
+ *
40
61
  */
41
62
  export declare class DescribePrincipalMappingCommand extends $Command<DescribePrincipalMappingCommandInput, DescribePrincipalMappingCommandOutput, KendraClientResolvedConfig> {
42
63
  readonly input: DescribePrincipalMappingCommandInput;
@@ -35,6 +35,27 @@ export interface DescribeQuerySuggestionsBlockListCommandOutput extends Describe
35
35
  * @see {@link DescribeQuerySuggestionsBlockListCommandOutput} for command's `response` shape.
36
36
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
37
37
  *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
40
+ * required permission policies and user accounts and try again.</p>
41
+ *
42
+ * @throws {@link InternalServerException} (server fault)
43
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
44
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
48
+ * resource and try again.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
52
+ * and try again.</p>
53
+ *
54
+ * @throws {@link ValidationException} (client fault)
55
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
56
+ * Please provide the correct input and try again.</p>
57
+ *
58
+ *
38
59
  */
39
60
  export declare class DescribeQuerySuggestionsBlockListCommand extends $Command<DescribeQuerySuggestionsBlockListCommandInput, DescribeQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig> {
40
61
  readonly input: DescribeQuerySuggestionsBlockListCommandInput;
@@ -34,6 +34,27 @@ export interface DescribeQuerySuggestionsConfigCommandOutput extends DescribeQue
34
34
  * @see {@link DescribeQuerySuggestionsConfigCommandOutput} for command's `response` shape.
35
35
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
39
+ * required permission policies and user accounts and try again.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
43
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
47
+ * resource and try again.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
51
+ * and try again.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
55
+ * Please provide the correct input and try again.</p>
56
+ *
57
+ *
37
58
  */
38
59
  export declare class DescribeQuerySuggestionsConfigCommand extends $Command<DescribeQuerySuggestionsConfigCommandInput, DescribeQuerySuggestionsConfigCommandOutput, KendraClientResolvedConfig> {
39
60
  readonly input: DescribeQuerySuggestionsConfigCommandInput;
@@ -29,6 +29,27 @@ export interface DescribeThesaurusCommandOutput extends DescribeThesaurusRespons
29
29
  * @see {@link DescribeThesaurusCommandOutput} for command's `response` shape.
30
30
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
34
+ * required permission policies and user accounts and try again.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
38
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
42
+ * resource and try again.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
46
+ * and try again.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
50
+ * Please provide the correct input and try again.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class DescribeThesaurusCommand extends $Command<DescribeThesaurusCommandInput, DescribeThesaurusCommandOutput, KendraClientResolvedConfig> {
34
55
  readonly input: DescribeThesaurusCommandInput;
@@ -33,6 +33,27 @@ export interface DisassociateEntitiesFromExperienceCommandOutput extends Disasso
33
33
  * @see {@link DisassociateEntitiesFromExperienceCommandOutput} for command's `response` shape.
34
34
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
38
+ * required permission policies and user accounts and try again.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
42
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
46
+ * resource and try again.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
50
+ * and try again.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
54
+ * Please provide the correct input and try again.</p>
55
+ *
56
+ *
36
57
  */
37
58
  export declare class DisassociateEntitiesFromExperienceCommand extends $Command<DisassociateEntitiesFromExperienceCommandInput, DisassociateEntitiesFromExperienceCommandOutput, KendraClientResolvedConfig> {
38
59
  readonly input: DisassociateEntitiesFromExperienceCommandInput;
@@ -33,6 +33,27 @@ export interface DisassociatePersonasFromEntitiesCommandOutput extends Disassoci
33
33
  * @see {@link DisassociatePersonasFromEntitiesCommandOutput} for command's `response` shape.
34
34
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
38
+ * required permission policies and user accounts and try again.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
42
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
46
+ * resource and try again.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
50
+ * and try again.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
54
+ * Please provide the correct input and try again.</p>
55
+ *
56
+ *
36
57
  */
37
58
  export declare class DisassociatePersonasFromEntitiesCommand extends $Command<DisassociatePersonasFromEntitiesCommandInput, DisassociatePersonasFromEntitiesCommandOutput, KendraClientResolvedConfig> {
38
59
  readonly input: DisassociatePersonasFromEntitiesCommandInput;
@@ -32,6 +32,36 @@ export interface GetQuerySuggestionsCommandOutput extends GetQuerySuggestionsRes
32
32
  * @see {@link GetQuerySuggestionsCommandOutput} for command's `response` shape.
33
33
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
37
+ * required permission policies and user accounts and try again.</p>
38
+ *
39
+ * @throws {@link ConflictException} (client fault)
40
+ * <p>A conflict occurred with the request. Please fix any inconsistences with your
41
+ * resources and try again.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
45
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
49
+ * resource and try again.</p>
50
+ *
51
+ * @throws {@link ServiceQuotaExceededException} (client fault)
52
+ * <p>You have exceeded the set limits for your Amazon Kendra service. Please see
53
+ * Quotas[hyperlink Kendra Quotas pg] for more information, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> to inquire about
54
+ * an increase of limits.</p>
55
+ *
56
+ * @throws {@link ThrottlingException} (client fault)
57
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
58
+ * and try again.</p>
59
+ *
60
+ * @throws {@link ValidationException} (client fault)
61
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
62
+ * Please provide the correct input and try again.</p>
63
+ *
64
+ *
35
65
  */
36
66
  export declare class GetQuerySuggestionsCommand extends $Command<GetQuerySuggestionsCommandInput, GetQuerySuggestionsCommandOutput, KendraClientResolvedConfig> {
37
67
  readonly input: GetQuerySuggestionsCommandInput;
@@ -31,6 +31,23 @@ export interface GetSnapshotsCommandOutput extends GetSnapshotsResponse, __Metad
31
31
  * @see {@link GetSnapshotsCommandOutput} for command's `response` shape.
32
32
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
36
+ * required permission policies and user accounts and try again.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
40
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
41
+ *
42
+ * @throws {@link InvalidRequestException} (client fault)
43
+ * <p>The input to the request is not valid. Please provide the correct input and try
44
+ * again.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
48
+ * resource and try again.</p>
49
+ *
50
+ *
34
51
  */
35
52
  export declare class GetSnapshotsCommand extends $Command<GetSnapshotsCommandInput, GetSnapshotsCommandOutput, KendraClientResolvedConfig> {
36
53
  readonly input: GetSnapshotsCommandInput;
@@ -32,6 +32,27 @@ export interface ListAccessControlConfigurationsCommandOutput extends ListAccess
32
32
  * @see {@link ListAccessControlConfigurationsCommandOutput} for command's `response` shape.
33
33
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
37
+ * required permission policies and user accounts and try again.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
41
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
45
+ * resource and try again.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
49
+ * and try again.</p>
50
+ *
51
+ * @throws {@link ValidationException} (client fault)
52
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
53
+ * Please provide the correct input and try again.</p>
54
+ *
55
+ *
35
56
  */
36
57
  export declare class ListAccessControlConfigurationsCommand extends $Command<ListAccessControlConfigurationsCommandInput, ListAccessControlConfigurationsCommandOutput, KendraClientResolvedConfig> {
37
58
  readonly input: ListAccessControlConfigurationsCommandInput;
@@ -29,6 +29,31 @@ export interface ListDataSourceSyncJobsCommandOutput extends ListDataSourceSyncJ
29
29
  * @see {@link ListDataSourceSyncJobsCommandOutput} for command's `response` shape.
30
30
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
34
+ * required permission policies and user accounts and try again.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>A conflict occurred with the request. Please fix any inconsistences with your
38
+ * resources and try again.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
42
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
46
+ * resource and try again.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
50
+ * and try again.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
54
+ * Please provide the correct input and try again.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class ListDataSourceSyncJobsCommand extends $Command<ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput, KendraClientResolvedConfig> {
34
59
  readonly input: ListDataSourceSyncJobsCommandInput;
@@ -29,6 +29,27 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
29
29
  * @see {@link ListDataSourcesCommandOutput} for command's `response` shape.
30
30
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
34
+ * required permission policies and user accounts and try again.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
38
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
42
+ * resource and try again.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
46
+ * and try again.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
50
+ * Please provide the correct input and try again.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class ListDataSourcesCommand extends $Command<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, KendraClientResolvedConfig> {
34
55
  readonly input: ListDataSourcesCommandInput;
@@ -30,6 +30,27 @@ export interface ListEntityPersonasCommandOutput extends ListEntityPersonasRespo
30
30
  * @see {@link ListEntityPersonasCommandOutput} for command's `response` shape.
31
31
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
35
+ * required permission policies and user accounts and try again.</p>
36
+ *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
39
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
43
+ * resource and try again.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
47
+ * and try again.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
51
+ * Please provide the correct input and try again.</p>
52
+ *
53
+ *
33
54
  */
34
55
  export declare class ListEntityPersonasCommand extends $Command<ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput, KendraClientResolvedConfig> {
35
56
  readonly input: ListEntityPersonasCommandInput;
@@ -33,6 +33,27 @@ export interface ListExperienceEntitiesCommandOutput extends ListExperienceEntit
33
33
  * @see {@link ListExperienceEntitiesCommandOutput} for command's `response` shape.
34
34
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
38
+ * required permission policies and user accounts and try again.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
42
+ * Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/aws.amazon.com/contact-us"> Support</a> for help.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
46
+ * resource and try again.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
50
+ * and try again.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
54
+ * Please provide the correct input and try again.</p>
55
+ *
56
+ *
36
57
  */
37
58
  export declare class ListExperienceEntitiesCommand extends $Command<ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput, KendraClientResolvedConfig> {
38
59
  readonly input: ListExperienceEntitiesCommandInput;