@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.
- package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +25 -0
- package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +25 -0
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +25 -0
- package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +25 -0
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +30 -0
- package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +25 -0
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +30 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +34 -0
- package/dist-types/commands/CreateExperienceCommand.d.ts +30 -0
- package/dist-types/commands/CreateFaqCommand.d.ts +30 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +30 -0
- package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +30 -0
- package/dist-types/commands/CreateThesaurusCommand.d.ts +30 -0
- package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +25 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +25 -0
- package/dist-types/commands/DeleteExperienceCommand.d.ts +25 -0
- package/dist-types/commands/DeleteFaqCommand.d.ts +25 -0
- package/dist-types/commands/DeleteIndexCommand.d.ts +25 -0
- package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +25 -0
- package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +25 -0
- package/dist-types/commands/DeleteThesaurusCommand.d.ts +25 -0
- package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +21 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +21 -0
- package/dist-types/commands/DescribeExperienceCommand.d.ts +21 -0
- package/dist-types/commands/DescribeFaqCommand.d.ts +21 -0
- package/dist-types/commands/DescribeIndexCommand.d.ts +21 -0
- package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +21 -0
- package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +21 -0
- package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +21 -0
- package/dist-types/commands/DescribeThesaurusCommand.d.ts +21 -0
- package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +21 -0
- package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +21 -0
- package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +30 -0
- package/dist-types/commands/GetSnapshotsCommand.d.ts +17 -0
- package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +21 -0
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +25 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +21 -0
- package/dist-types/commands/ListEntityPersonasCommand.d.ts +21 -0
- package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +21 -0
- package/dist-types/commands/ListExperiencesCommand.d.ts +21 -0
- package/dist-types/commands/ListFaqsCommand.d.ts +21 -0
- package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +25 -0
- package/dist-types/commands/ListIndicesCommand.d.ts +17 -0
- package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +21 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +21 -0
- package/dist-types/commands/ListThesauriCommand.d.ts +21 -0
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +30 -0
- package/dist-types/commands/QueryCommand.d.ts +30 -0
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +29 -0
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +21 -0
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +25 -0
- package/dist-types/commands/TagResourceCommand.d.ts +21 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +21 -0
- package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +30 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +25 -0
- package/dist-types/commands/UpdateExperienceCommand.d.ts +25 -0
- package/dist-types/commands/UpdateIndexCommand.d.ts +30 -0
- package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +25 -0
- package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +25 -0
- package/dist-types/commands/UpdateThesaurusCommand.d.ts +25 -0
- package/package.json +29 -29
|
@@ -33,6 +33,31 @@ export interface AssociateEntitiesToExperienceCommandOutput extends AssociateEnt
|
|
|
33
33
|
* @see {@link AssociateEntitiesToExperienceCommandOutput} 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 ResourceAlreadyExistException} (client fault)
|
|
45
|
+
* <p>The resource you want to use already exists. Please check you have provided the
|
|
46
|
+
* correct resource and try again.</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 AssociateEntitiesToExperienceCommand extends $Command<AssociateEntitiesToExperienceCommandInput, AssociateEntitiesToExperienceCommandOutput, KendraClientResolvedConfig> {
|
|
38
63
|
readonly input: AssociateEntitiesToExperienceCommandInput;
|
|
@@ -33,6 +33,31 @@ export interface AssociatePersonasToEntitiesCommandOutput extends AssociatePerso
|
|
|
33
33
|
* @see {@link AssociatePersonasToEntitiesCommandOutput} 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 ResourceAlreadyExistException} (client fault)
|
|
45
|
+
* <p>The resource you want to use already exists. Please check you have provided the
|
|
46
|
+
* correct resource and try again.</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 AssociatePersonasToEntitiesCommand extends $Command<AssociatePersonasToEntitiesCommandInput, AssociatePersonasToEntitiesCommandOutput, KendraClientResolvedConfig> {
|
|
38
63
|
readonly input: AssociatePersonasToEntitiesCommandInput;
|
|
@@ -33,6 +33,31 @@ export interface BatchDeleteDocumentCommandOutput extends BatchDeleteDocumentRes
|
|
|
33
33
|
* @see {@link BatchDeleteDocumentCommandOutput} 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 BatchDeleteDocumentCommand extends $Command<BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput, KendraClientResolvedConfig> {
|
|
38
63
|
readonly input: BatchDeleteDocumentCommandInput;
|
|
@@ -41,6 +41,31 @@ export interface BatchGetDocumentStatusCommandOutput extends BatchGetDocumentSta
|
|
|
41
41
|
* @see {@link BatchGetDocumentStatusCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
45
|
+
* <p>You don't have sufficient access to perform this action. Please ensure you have the
|
|
46
|
+
* required permission policies and user accounts and try again.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ConflictException} (client fault)
|
|
49
|
+
* <p>A conflict occurred with the request. Please fix any inconsistences with your
|
|
50
|
+
* resources and try again.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InternalServerException} (server fault)
|
|
53
|
+
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
54
|
+
* 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>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
|
+
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
58
|
+
* resource and try again.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
61
|
+
* <p>The request was denied due to request throttling. Please reduce the number of requests
|
|
62
|
+
* and try again.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ValidationException} (client fault)
|
|
65
|
+
* <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
|
|
66
|
+
* Please provide the correct input and try again.</p>
|
|
67
|
+
*
|
|
68
|
+
*
|
|
44
69
|
*/
|
|
45
70
|
export declare class BatchGetDocumentStatusCommand extends $Command<BatchGetDocumentStatusCommandInput, BatchGetDocumentStatusCommandOutput, KendraClientResolvedConfig> {
|
|
46
71
|
readonly input: BatchGetDocumentStatusCommandInput;
|
|
@@ -40,6 +40,36 @@ export interface BatchPutDocumentCommandOutput extends BatchPutDocumentResponse,
|
|
|
40
40
|
* @see {@link BatchPutDocumentCommandOutput} 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 ServiceQuotaExceededException} (client fault)
|
|
60
|
+
* <p>You have exceeded the set limits for your Amazon Kendra service. Please see
|
|
61
|
+
* 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
|
|
62
|
+
* an increase of limits.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
65
|
+
* <p>The request was denied due to request throttling. Please reduce the number of requests
|
|
66
|
+
* and try again.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ValidationException} (client fault)
|
|
69
|
+
* <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
|
|
70
|
+
* Please provide the correct input and try again.</p>
|
|
71
|
+
*
|
|
72
|
+
*
|
|
43
73
|
*/
|
|
44
74
|
export declare class BatchPutDocumentCommand extends $Command<BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput, KendraClientResolvedConfig> {
|
|
45
75
|
readonly input: BatchPutDocumentCommandInput;
|
|
@@ -38,6 +38,31 @@ export interface ClearQuerySuggestionsCommandOutput extends __MetadataBearer {
|
|
|
38
38
|
* @see {@link ClearQuerySuggestionsCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
42
|
+
* <p>You don't have sufficient access to perform this action. Please ensure you have the
|
|
43
|
+
* required permission policies and user accounts and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ConflictException} (client fault)
|
|
46
|
+
* <p>A conflict occurred with the request. Please fix any inconsistences with your
|
|
47
|
+
* resources and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InternalServerException} (server fault)
|
|
50
|
+
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
51
|
+
* 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>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
|
+
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
55
|
+
* resource and try again.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
58
|
+
* <p>The request was denied due to request throttling. Please reduce the number of requests
|
|
59
|
+
* and try again.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ValidationException} (client fault)
|
|
62
|
+
* <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
|
|
63
|
+
* Please provide the correct input and try again.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
41
66
|
*/
|
|
42
67
|
export declare class ClearQuerySuggestionsCommand extends $Command<ClearQuerySuggestionsCommandInput, ClearQuerySuggestionsCommandOutput, KendraClientResolvedConfig> {
|
|
43
68
|
readonly input: ClearQuerySuggestionsCommandInput;
|
|
@@ -51,6 +51,36 @@ export interface CreateAccessControlConfigurationCommandOutput extends CreateAcc
|
|
|
51
51
|
* @see {@link CreateAccessControlConfigurationCommandOutput} for command's `response` shape.
|
|
52
52
|
* @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
|
|
53
53
|
*
|
|
54
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
+
* <p>You don't have sufficient access to perform this action. Please ensure you have the
|
|
56
|
+
* required permission policies and user accounts and try again.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ConflictException} (client fault)
|
|
59
|
+
* <p>A conflict occurred with the request. Please fix any inconsistences with your
|
|
60
|
+
* resources and try again.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InternalServerException} (server fault)
|
|
63
|
+
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
64
|
+
* 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>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
67
|
+
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
68
|
+
* resource and try again.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
71
|
+
* <p>You have exceeded the set limits for your Amazon Kendra service. Please see
|
|
72
|
+
* 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
|
|
73
|
+
* an increase of limits.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
+
* <p>The request was denied due to request throttling. Please reduce the number of requests
|
|
77
|
+
* and try again.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ValidationException} (client fault)
|
|
80
|
+
* <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
|
|
81
|
+
* Please provide the correct input and try again.</p>
|
|
82
|
+
*
|
|
83
|
+
*
|
|
54
84
|
*/
|
|
55
85
|
export declare class CreateAccessControlConfigurationCommand extends $Command<CreateAccessControlConfigurationCommandInput, CreateAccessControlConfigurationCommandOutput, KendraClientResolvedConfig> {
|
|
56
86
|
readonly input: CreateAccessControlConfigurationCommandInput;
|
|
@@ -41,6 +41,40 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
|
|
|
41
41
|
* @see {@link CreateDataSourceCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
45
|
+
* <p>You don't have sufficient access to perform this action. Please ensure you have the
|
|
46
|
+
* required permission policies and user accounts and try again.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ConflictException} (client fault)
|
|
49
|
+
* <p>A conflict occurred with the request. Please fix any inconsistences with your
|
|
50
|
+
* resources and try again.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InternalServerException} (server fault)
|
|
53
|
+
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
54
|
+
* 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>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceAlreadyExistException} (client fault)
|
|
57
|
+
* <p>The resource you want to use already exists. Please check you have provided the
|
|
58
|
+
* correct resource and try again.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
61
|
+
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
62
|
+
* resource and try again.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
65
|
+
* <p>You have exceeded the set limits for your Amazon Kendra service. Please see
|
|
66
|
+
* 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
|
|
67
|
+
* an increase of limits.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
+
* <p>The request was denied due to request throttling. Please reduce the number of requests
|
|
71
|
+
* and try again.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ValidationException} (client fault)
|
|
74
|
+
* <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
|
|
75
|
+
* Please provide the correct input and try again.</p>
|
|
76
|
+
*
|
|
77
|
+
*
|
|
44
78
|
*/
|
|
45
79
|
export declare class CreateDataSourceCommand extends $Command<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, KendraClientResolvedConfig> {
|
|
46
80
|
readonly input: CreateDataSourceCommandInput;
|
|
@@ -32,6 +32,36 @@ export interface CreateExperienceCommandOutput extends CreateExperienceResponse,
|
|
|
32
32
|
* @see {@link CreateExperienceCommandOutput} 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 CreateExperienceCommand extends $Command<CreateExperienceCommandInput, CreateExperienceCommandOutput, KendraClientResolvedConfig> {
|
|
37
67
|
readonly input: CreateExperienceCommandInput;
|
|
@@ -33,6 +33,36 @@ export interface CreateFaqCommandOutput extends CreateFaqResponse, __MetadataBea
|
|
|
33
33
|
* @see {@link CreateFaqCommandOutput} 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 ServiceQuotaExceededException} (client fault)
|
|
53
|
+
* <p>You have exceeded the set limits for your Amazon Kendra service. Please see
|
|
54
|
+
* 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
|
|
55
|
+
* an increase of limits.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
58
|
+
* <p>The request was denied due to request throttling. Please reduce the number of requests
|
|
59
|
+
* and try again.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ValidationException} (client fault)
|
|
62
|
+
* <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
|
|
63
|
+
* Please provide the correct input and try again.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
36
66
|
*/
|
|
37
67
|
export declare class CreateFaqCommand extends $Command<CreateFaqCommandInput, CreateFaqCommandOutput, KendraClientResolvedConfig> {
|
|
38
68
|
readonly input: CreateFaqCommandInput;
|
|
@@ -38,6 +38,36 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat
|
|
|
38
38
|
* @see {@link CreateIndexCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
42
|
+
* <p>You don't have sufficient access to perform this action. Please ensure you have the
|
|
43
|
+
* required permission policies and user accounts and try again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ConflictException} (client fault)
|
|
46
|
+
* <p>A conflict occurred with the request. Please fix any inconsistences with your
|
|
47
|
+
* resources and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InternalServerException} (server fault)
|
|
50
|
+
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
51
|
+
* 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>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceAlreadyExistException} (client fault)
|
|
54
|
+
* <p>The resource you want to use already exists. Please check you have provided the
|
|
55
|
+
* correct resource and try again.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
58
|
+
* <p>You have exceeded the set limits for your Amazon Kendra service. Please see
|
|
59
|
+
* 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
|
|
60
|
+
* an increase of limits.</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
|
+
*
|
|
41
71
|
*/
|
|
42
72
|
export declare class CreateIndexCommand extends $Command<CreateIndexCommandInput, CreateIndexCommandOutput, KendraClientResolvedConfig> {
|
|
43
73
|
readonly input: CreateIndexCommandInput;
|
|
@@ -43,6 +43,36 @@ export interface CreateQuerySuggestionsBlockListCommandOutput extends CreateQuer
|
|
|
43
43
|
* @see {@link CreateQuerySuggestionsBlockListCommandOutput} 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 ServiceQuotaExceededException} (client fault)
|
|
63
|
+
* <p>You have exceeded the set limits for your Amazon Kendra service. Please see
|
|
64
|
+
* 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
|
|
65
|
+
* an increase of limits.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
68
|
+
* <p>The request was denied due to request throttling. Please reduce the number of requests
|
|
69
|
+
* and try again.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ValidationException} (client fault)
|
|
72
|
+
* <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
|
|
73
|
+
* Please provide the correct input and try again.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
46
76
|
*/
|
|
47
77
|
export declare class CreateQuerySuggestionsBlockListCommand extends $Command<CreateQuerySuggestionsBlockListCommandInput, CreateQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig> {
|
|
48
78
|
readonly input: CreateQuerySuggestionsBlockListCommandInput;
|
|
@@ -33,6 +33,36 @@ export interface CreateThesaurusCommandOutput extends CreateThesaurusResponse, _
|
|
|
33
33
|
* @see {@link CreateThesaurusCommandOutput} 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 ServiceQuotaExceededException} (client fault)
|
|
53
|
+
* <p>You have exceeded the set limits for your Amazon Kendra service. Please see
|
|
54
|
+
* 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
|
|
55
|
+
* an increase of limits.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
58
|
+
* <p>The request was denied due to request throttling. Please reduce the number of requests
|
|
59
|
+
* and try again.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ValidationException} (client fault)
|
|
62
|
+
* <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
|
|
63
|
+
* Please provide the correct input and try again.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
36
66
|
*/
|
|
37
67
|
export declare class CreateThesaurusCommand extends $Command<CreateThesaurusCommandInput, CreateThesaurusCommandOutput, KendraClientResolvedConfig> {
|
|
38
68
|
readonly input: CreateThesaurusCommandInput;
|
|
@@ -32,6 +32,31 @@ export interface DeleteAccessControlConfigurationCommandOutput extends DeleteAcc
|
|
|
32
32
|
* @see {@link DeleteAccessControlConfigurationCommandOutput} 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 ThrottlingException} (client fault)
|
|
52
|
+
* <p>The request was denied due to request throttling. Please reduce the number of requests
|
|
53
|
+
* and try again.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ValidationException} (client fault)
|
|
56
|
+
* <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
|
|
57
|
+
* Please provide the correct input and try again.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
35
60
|
*/
|
|
36
61
|
export declare class DeleteAccessControlConfigurationCommand extends $Command<DeleteAccessControlConfigurationCommandInput, DeleteAccessControlConfigurationCommandOutput, KendraClientResolvedConfig> {
|
|
37
62
|
readonly input: DeleteAccessControlConfigurationCommandInput;
|
|
@@ -32,6 +32,31 @@ export interface DeleteDataSourceCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* @see {@link DeleteDataSourceCommandOutput} 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 ThrottlingException} (client fault)
|
|
52
|
+
* <p>The request was denied due to request throttling. Please reduce the number of requests
|
|
53
|
+
* and try again.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ValidationException} (client fault)
|
|
56
|
+
* <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
|
|
57
|
+
* Please provide the correct input and try again.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
35
60
|
*/
|
|
36
61
|
export declare class DeleteDataSourceCommand extends $Command<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, KendraClientResolvedConfig> {
|
|
37
62
|
readonly input: DeleteDataSourceCommandInput;
|
|
@@ -31,6 +31,31 @@ export interface DeleteExperienceCommandOutput extends DeleteExperienceResponse,
|
|
|
31
31
|
* @see {@link DeleteExperienceCommandOutput} 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 DeleteExperienceCommand extends $Command<DeleteExperienceCommandInput, DeleteExperienceCommandOutput, KendraClientResolvedConfig> {
|
|
36
61
|
readonly input: DeleteExperienceCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface DeleteFaqCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteFaqCommandOutput} 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 DeleteFaqCommand extends $Command<DeleteFaqCommandInput, DeleteFaqCommandOutput, KendraClientResolvedConfig> {
|
|
34
59
|
readonly input: DeleteFaqCommandInput;
|
|
@@ -32,6 +32,31 @@ export interface DeleteIndexCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* @see {@link DeleteIndexCommandOutput} 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 ThrottlingException} (client fault)
|
|
52
|
+
* <p>The request was denied due to request throttling. Please reduce the number of requests
|
|
53
|
+
* and try again.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ValidationException} (client fault)
|
|
56
|
+
* <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
|
|
57
|
+
* Please provide the correct input and try again.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
35
60
|
*/
|
|
36
61
|
export declare class DeleteIndexCommand extends $Command<DeleteIndexCommandInput, DeleteIndexCommandOutput, KendraClientResolvedConfig> {
|
|
37
62
|
readonly input: DeleteIndexCommandInput;
|