@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
@@ -32,6 +32,27 @@ export interface ListExperiencesCommandOutput extends ListExperiencesResponse, _
32
32
  * @see {@link ListExperiencesCommandOutput} 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 ListExperiencesCommand extends $Command<ListExperiencesCommandInput, ListExperiencesCommandOutput, KendraClientResolvedConfig> {
37
58
  readonly input: ListExperiencesCommandInput;
@@ -29,6 +29,27 @@ export interface ListFaqsCommandOutput extends ListFaqsResponse, __MetadataBeare
29
29
  * @see {@link ListFaqsCommandOutput} 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 ListFaqsCommand extends $Command<ListFaqsCommandInput, ListFaqsCommandOutput, KendraClientResolvedConfig> {
34
55
  readonly input: ListFaqsCommandInput;
@@ -33,6 +33,31 @@ export interface ListGroupsOlderThanOrderingIdCommandOutput extends ListGroupsOl
33
33
  * @see {@link ListGroupsOlderThanOrderingIdCommandOutput} 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 ConflictException} (client fault)
41
+ * <p>A conflict occurred with the request. Please fix any inconsistences with your
42
+ * resources 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
+ *
36
61
  */
37
62
  export declare class ListGroupsOlderThanOrderingIdCommand extends $Command<ListGroupsOlderThanOrderingIdCommandInput, ListGroupsOlderThanOrderingIdCommandOutput, KendraClientResolvedConfig> {
38
63
  readonly input: ListGroupsOlderThanOrderingIdCommandInput;
@@ -29,6 +29,23 @@ export interface ListIndicesCommandOutput extends ListIndicesResponse, __Metadat
29
29
  * @see {@link ListIndicesCommandOutput} 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 ThrottlingException} (client fault)
41
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
42
+ * and try again.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
46
+ * Please provide the correct input and try again.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class ListIndicesCommand extends $Command<ListIndicesCommandInput, ListIndicesCommandOutput, KendraClientResolvedConfig> {
34
51
  readonly input: ListIndicesCommandInput;
@@ -35,6 +35,27 @@ export interface ListQuerySuggestionsBlockListsCommandOutput extends ListQuerySu
35
35
  * @see {@link ListQuerySuggestionsBlockListsCommandOutput} 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 ListQuerySuggestionsBlockListsCommand extends $Command<ListQuerySuggestionsBlockListsCommandInput, ListQuerySuggestionsBlockListsCommandOutput, KendraClientResolvedConfig> {
40
61
  readonly input: ListQuerySuggestionsBlockListsCommandInput;
@@ -30,6 +30,27 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
30
30
  * @see {@link ListTagsForResourceCommandOutput} 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 ResourceUnavailableException} (client fault)
42
+ * <p>The resource you want to use isn't available. Please check you have provided the
43
+ * correct 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 ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KendraClientResolvedConfig> {
35
56
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,27 @@ export interface ListThesauriCommandOutput extends ListThesauriResponse, __Metad
29
29
  * @see {@link ListThesauriCommandOutput} 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 ListThesauriCommand extends $Command<ListThesauriCommandInput, ListThesauriCommandOutput, KendraClientResolvedConfig> {
34
55
  readonly input: ListThesauriCommandInput;
@@ -47,6 +47,36 @@ export interface PutPrincipalMappingCommandOutput extends __MetadataBearer {
47
47
  * @see {@link PutPrincipalMappingCommandOutput} for command's `response` shape.
48
48
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
49
49
  *
50
+ * @throws {@link AccessDeniedException} (client fault)
51
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
52
+ * required permission policies and user accounts and try again.</p>
53
+ *
54
+ * @throws {@link ConflictException} (client fault)
55
+ * <p>A conflict occurred with the request. Please fix any inconsistences with your
56
+ * resources and try again.</p>
57
+ *
58
+ * @throws {@link InternalServerException} (server fault)
59
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
60
+ * 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>
61
+ *
62
+ * @throws {@link ResourceNotFoundException} (client fault)
63
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
64
+ * resource and try again.</p>
65
+ *
66
+ * @throws {@link ServiceQuotaExceededException} (client fault)
67
+ * <p>You have exceeded the set limits for your Amazon Kendra service. Please see
68
+ * 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
69
+ * an increase of limits.</p>
70
+ *
71
+ * @throws {@link ThrottlingException} (client fault)
72
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
73
+ * and try again.</p>
74
+ *
75
+ * @throws {@link ValidationException} (client fault)
76
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
77
+ * Please provide the correct input and try again.</p>
78
+ *
79
+ *
50
80
  */
51
81
  export declare class PutPrincipalMappingCommand extends $Command<PutPrincipalMappingCommandInput, PutPrincipalMappingCommandOutput, KendraClientResolvedConfig> {
52
82
  readonly input: PutPrincipalMappingCommandInput;
@@ -49,6 +49,36 @@ export interface QueryCommandOutput extends QueryResult, __MetadataBearer {
49
49
  * @see {@link QueryCommandOutput} for command's `response` shape.
50
50
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
51
51
  *
52
+ * @throws {@link AccessDeniedException} (client fault)
53
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
54
+ * required permission policies and user accounts and try again.</p>
55
+ *
56
+ * @throws {@link ConflictException} (client fault)
57
+ * <p>A conflict occurred with the request. Please fix any inconsistences with your
58
+ * resources and try again.</p>
59
+ *
60
+ * @throws {@link InternalServerException} (server fault)
61
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
62
+ * 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>
63
+ *
64
+ * @throws {@link ResourceNotFoundException} (client fault)
65
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
66
+ * resource and try again.</p>
67
+ *
68
+ * @throws {@link ServiceQuotaExceededException} (client fault)
69
+ * <p>You have exceeded the set limits for your Amazon Kendra service. Please see
70
+ * 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
71
+ * an increase of limits.</p>
72
+ *
73
+ * @throws {@link ThrottlingException} (client fault)
74
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
75
+ * and try again.</p>
76
+ *
77
+ * @throws {@link ValidationException} (client fault)
78
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
79
+ * Please provide the correct input and try again.</p>
80
+ *
81
+ *
52
82
  */
53
83
  export declare class QueryCommand extends $Command<QueryCommandInput, QueryCommandOutput, KendraClientResolvedConfig> {
54
84
  readonly input: QueryCommandInput;
@@ -31,6 +31,35 @@ export interface StartDataSourceSyncJobCommandOutput extends StartDataSourceSync
31
31
  * @see {@link StartDataSourceSyncJobCommandOutput} 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 ConflictException} (client fault)
39
+ * <p>A conflict occurred with the request. Please fix any inconsistences with your
40
+ * resources 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 ResourceInUseException} (client fault)
47
+ * <p>The resource you want to use is currently in use. Please check you have provided the
48
+ * correct resource and try again.</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
+ *
34
63
  */
35
64
  export declare class StartDataSourceSyncJobCommand extends $Command<StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput, KendraClientResolvedConfig> {
36
65
  readonly input: StartDataSourceSyncJobCommandInput;
@@ -30,6 +30,27 @@ export interface StopDataSourceSyncJobCommandOutput extends __MetadataBearer {
30
30
  * @see {@link StopDataSourceSyncJobCommandOutput} 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 StopDataSourceSyncJobCommand extends $Command<StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput, KendraClientResolvedConfig> {
35
56
  readonly input: StopDataSourceSyncJobCommandInput;
@@ -33,6 +33,31 @@ export interface SubmitFeedbackCommandOutput extends __MetadataBearer {
33
33
  * @see {@link SubmitFeedbackCommandOutput} 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 ResourceUnavailableException} (client fault)
49
+ * <p>The resource you want to use isn't available. Please check you have provided the
50
+ * correct 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
+ *
36
61
  */
37
62
  export declare class SubmitFeedbackCommand extends $Command<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput, KendraClientResolvedConfig> {
38
63
  readonly input: SubmitFeedbackCommandInput;
@@ -31,6 +31,27 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
31
31
  * @see {@link TagResourceCommandOutput} 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 ResourceUnavailableException} (client fault)
43
+ * <p>The resource you want to use isn't available. Please check you have provided the
44
+ * correct resource and try again.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
48
+ * and try again.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
52
+ * Please provide the correct input and try again.</p>
53
+ *
54
+ *
34
55
  */
35
56
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, KendraClientResolvedConfig> {
36
57
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,27 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} 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 ResourceUnavailableException} (client fault)
41
+ * <p>The resource you want to use isn't available. Please check you have provided the
42
+ * correct 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 UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, KendraClientResolvedConfig> {
34
55
  readonly input: UntagResourceCommandInput;
@@ -48,6 +48,36 @@ export interface UpdateAccessControlConfigurationCommandOutput extends UpdateAcc
48
48
  * @see {@link UpdateAccessControlConfigurationCommandOutput} for command's `response` shape.
49
49
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
50
50
  *
51
+ * @throws {@link AccessDeniedException} (client fault)
52
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
53
+ * required permission policies and user accounts and try again.</p>
54
+ *
55
+ * @throws {@link ConflictException} (client fault)
56
+ * <p>A conflict occurred with the request. Please fix any inconsistences with your
57
+ * resources and try again.</p>
58
+ *
59
+ * @throws {@link InternalServerException} (server fault)
60
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
61
+ * 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>
62
+ *
63
+ * @throws {@link ResourceNotFoundException} (client fault)
64
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
65
+ * resource and try again.</p>
66
+ *
67
+ * @throws {@link ServiceQuotaExceededException} (client fault)
68
+ * <p>You have exceeded the set limits for your Amazon Kendra service. Please see
69
+ * 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
70
+ * an increase of limits.</p>
71
+ *
72
+ * @throws {@link ThrottlingException} (client fault)
73
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
74
+ * and try again.</p>
75
+ *
76
+ * @throws {@link ValidationException} (client fault)
77
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
78
+ * Please provide the correct input and try again.</p>
79
+ *
80
+ *
51
81
  */
52
82
  export declare class UpdateAccessControlConfigurationCommand extends $Command<UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput, KendraClientResolvedConfig> {
53
83
  readonly input: UpdateAccessControlConfigurationCommandInput;
@@ -29,6 +29,31 @@ export interface UpdateDataSourceCommandOutput extends __MetadataBearer {
29
29
  * @see {@link UpdateDataSourceCommandOutput} 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 UpdateDataSourceCommand extends $Command<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, KendraClientResolvedConfig> {
34
59
  readonly input: UpdateDataSourceCommandInput;
@@ -31,6 +31,31 @@ export interface UpdateExperienceCommandOutput extends __MetadataBearer {
31
31
  * @see {@link UpdateExperienceCommandOutput} 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 ConflictException} (client fault)
39
+ * <p>A conflict occurred with the request. Please fix any inconsistences with your
40
+ * resources 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
+ *
34
59
  */
35
60
  export declare class UpdateExperienceCommand extends $Command<UpdateExperienceCommandInput, UpdateExperienceCommandOutput, KendraClientResolvedConfig> {
36
61
  readonly input: UpdateExperienceCommandInput;
@@ -29,6 +29,36 @@ export interface UpdateIndexCommandOutput extends __MetadataBearer {
29
29
  * @see {@link UpdateIndexCommandOutput} 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 ServiceQuotaExceededException} (client fault)
49
+ * <p>You have exceeded the set limits for your Amazon Kendra service. Please see
50
+ * 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
51
+ * an increase of limits.</p>
52
+ *
53
+ * @throws {@link ThrottlingException} (client fault)
54
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
55
+ * and try again.</p>
56
+ *
57
+ * @throws {@link ValidationException} (client fault)
58
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
59
+ * Please provide the correct input and try again.</p>
60
+ *
61
+ *
32
62
  */
33
63
  export declare class UpdateIndexCommand extends $Command<UpdateIndexCommandInput, UpdateIndexCommandOutput, KendraClientResolvedConfig> {
34
64
  readonly input: UpdateIndexCommandInput;
@@ -39,6 +39,31 @@ export interface UpdateQuerySuggestionsBlockListCommandOutput extends __Metadata
39
39
  * @see {@link UpdateQuerySuggestionsBlockListCommandOutput} for command's `response` shape.
40
40
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
41
41
  *
42
+ * @throws {@link AccessDeniedException} (client fault)
43
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
44
+ * required permission policies and user accounts and try again.</p>
45
+ *
46
+ * @throws {@link ConflictException} (client fault)
47
+ * <p>A conflict occurred with the request. Please fix any inconsistences with your
48
+ * resources and try again.</p>
49
+ *
50
+ * @throws {@link InternalServerException} (server fault)
51
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
52
+ * 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>
53
+ *
54
+ * @throws {@link ResourceNotFoundException} (client fault)
55
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
56
+ * resource and try again.</p>
57
+ *
58
+ * @throws {@link ThrottlingException} (client fault)
59
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
60
+ * and try again.</p>
61
+ *
62
+ * @throws {@link ValidationException} (client fault)
63
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
64
+ * Please provide the correct input and try again.</p>
65
+ *
66
+ *
42
67
  */
43
68
  export declare class UpdateQuerySuggestionsBlockListCommand extends $Command<UpdateQuerySuggestionsBlockListCommandInput, UpdateQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig> {
44
69
  readonly input: UpdateQuerySuggestionsBlockListCommandInput;
@@ -40,6 +40,31 @@ export interface UpdateQuerySuggestionsConfigCommandOutput extends __MetadataBea
40
40
  * @see {@link UpdateQuerySuggestionsConfigCommandOutput} for command's `response` shape.
41
41
  * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
42
42
  *
43
+ * @throws {@link AccessDeniedException} (client fault)
44
+ * <p>You don't have sufficient access to perform this action. Please ensure you have the
45
+ * required permission policies and user accounts and try again.</p>
46
+ *
47
+ * @throws {@link ConflictException} (client fault)
48
+ * <p>A conflict occurred with the request. Please fix any inconsistences with your
49
+ * resources and try again.</p>
50
+ *
51
+ * @throws {@link InternalServerException} (server fault)
52
+ * <p>An issue occurred with the internal server used for your Amazon Kendra service.
53
+ * 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>
54
+ *
55
+ * @throws {@link ResourceNotFoundException} (client fault)
56
+ * <p>The resource you want to use doesn’t exist. Please check you have provided the correct
57
+ * resource and try again.</p>
58
+ *
59
+ * @throws {@link ThrottlingException} (client fault)
60
+ * <p>The request was denied due to request throttling. Please reduce the number of requests
61
+ * and try again.</p>
62
+ *
63
+ * @throws {@link ValidationException} (client fault)
64
+ * <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
65
+ * Please provide the correct input and try again.</p>
66
+ *
67
+ *
43
68
  */
44
69
  export declare class UpdateQuerySuggestionsConfigCommand extends $Command<UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput, KendraClientResolvedConfig> {
45
70
  readonly input: UpdateQuerySuggestionsConfigCommandInput;