@aws-sdk/client-kendra 3.301.0 → 3.303.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/README.md +40 -0
- package/dist-cjs/Kendra.js +75 -0
- package/dist-cjs/commands/BatchDeleteFeaturedResultsSetCommand.js +45 -0
- package/dist-cjs/commands/CreateFeaturedResultsSetCommand.js +45 -0
- package/dist-cjs/commands/DescribeFeaturedResultsSetCommand.js +45 -0
- package/dist-cjs/commands/ListFeaturedResultsSetsCommand.js +45 -0
- package/dist-cjs/commands/UpdateFeaturedResultsSetCommand.js +45 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +381 -438
- package/dist-cjs/models/models_1.js +20 -0
- package/dist-cjs/protocols/Aws_json1_1.js +597 -4
- package/dist-es/Kendra.js +75 -0
- package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +41 -0
- package/dist-es/commands/CreateFeaturedResultsSetCommand.js +41 -0
- package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +41 -0
- package/dist-es/commands/ListFeaturedResultsSetsCommand.js +41 -0
- package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +41 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +377 -434
- package/dist-es/models/models_1.js +18 -1
- package/dist-es/protocols/Aws_json1_1.js +584 -1
- package/dist-types/Kendra.d.ts +163 -132
- package/dist-types/KendraClient.d.ts +7 -2
- package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +1 -1
- package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +6 -6
- package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +88 -0
- package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +9 -13
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +14 -13
- package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +17 -20
- package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -4
- package/dist-types/commands/CreateExperienceCommand.d.ts +3 -2
- package/dist-types/commands/CreateFaqCommand.d.ts +6 -6
- package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +117 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +3 -2
- package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +3 -2
- package/dist-types/commands/CreateThesaurusCommand.d.ts +3 -2
- package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +5 -5
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExperienceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFaqCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIndexCommand.d.ts +1 -1
- package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +13 -15
- package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThesaurusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExperienceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFaqCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +86 -0
- package/dist-types/commands/DescribeIndexCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +8 -9
- package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThesaurusCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +3 -2
- package/dist-types/commands/GetSnapshotsCommand.d.ts +3 -4
- package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +5 -5
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListEntityPersonasCommand.d.ts +1 -1
- package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListExperiencesCommand.d.ts +1 -1
- package/dist-types/commands/ListFaqsCommand.d.ts +1 -1
- package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +87 -0
- package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +4 -5
- package/dist-types/commands/ListIndicesCommand.d.ts +1 -1
- package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListThesauriCommand.d.ts +1 -1
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +15 -21
- package/dist-types/commands/QueryCommand.d.ts +3 -2
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +2 -2
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +2 -2
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +2 -2
- package/dist-types/commands/TagResourceCommand.d.ts +4 -5
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +20 -20
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateExperienceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +105 -0
- package/dist-types/commands/UpdateIndexCommand.d.ts +4 -3
- package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThesaurusCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1943 -1687
- package/dist-types/models/models_1.d.ts +491 -72
- package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/ts3.4/Kendra.d.ts +85 -0
- package/dist-types/ts3.4/KendraClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +563 -453
- package/dist-types/ts3.4/models/models_1.d.ts +127 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
- package/package.json +34 -34
|
@@ -19,11 +19,11 @@ export interface BatchDeleteDocumentCommandOutput extends BatchDeleteDocumentRes
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Removes one or more documents from an index. The documents must have
|
|
23
|
-
*
|
|
24
|
-
* <p>The documents are deleted asynchronously. You can see the progress of
|
|
25
|
-
*
|
|
26
|
-
*
|
|
22
|
+
* <p>Removes one or more documents from an index. The documents must have been added with
|
|
23
|
+
* the <code>BatchPutDocument</code> API.</p>
|
|
24
|
+
* <p>The documents are deleted asynchronously. You can see the progress of the deletion by
|
|
25
|
+
* using Amazon Web Services CloudWatch. Any error messages related to the processing of the
|
|
26
|
+
* batch are sent to you CloudWatch log.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -60,7 +60,7 @@ export interface BatchDeleteDocumentCommandOutput extends BatchDeleteDocumentRes
|
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link InternalServerException} (server fault)
|
|
62
62
|
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
63
|
-
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/
|
|
63
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
66
66
|
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
5
|
+
import { BatchDeleteFeaturedResultsSetRequest, BatchDeleteFeaturedResultsSetResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link BatchDeleteFeaturedResultsSetCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface BatchDeleteFeaturedResultsSetCommandInput extends BatchDeleteFeaturedResultsSetRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link BatchDeleteFeaturedResultsSetCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface BatchDeleteFeaturedResultsSetCommandOutput extends BatchDeleteFeaturedResultsSetResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Removes one or more sets of featured results. Features results are placed
|
|
23
|
+
* above all other results for certain queries. If there's an exact match of a
|
|
24
|
+
* query, then one or more specific documents are featured in the search results.</p>
|
|
25
|
+
* @example
|
|
26
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
+
* ```javascript
|
|
28
|
+
* import { KendraClient, BatchDeleteFeaturedResultsSetCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
29
|
+
* // const { KendraClient, BatchDeleteFeaturedResultsSetCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
30
|
+
* const client = new KendraClient(config);
|
|
31
|
+
* const input = { // BatchDeleteFeaturedResultsSetRequest
|
|
32
|
+
* IndexId: "STRING_VALUE", // required
|
|
33
|
+
* FeaturedResultsSetIds: [ // FeaturedResultsSetIdList // required
|
|
34
|
+
* "STRING_VALUE",
|
|
35
|
+
* ],
|
|
36
|
+
* };
|
|
37
|
+
* const command = new BatchDeleteFeaturedResultsSetCommand(input);
|
|
38
|
+
* const response = await client.send(command);
|
|
39
|
+
* ```
|
|
40
|
+
*
|
|
41
|
+
* @param BatchDeleteFeaturedResultsSetCommandInput - {@link BatchDeleteFeaturedResultsSetCommandInput}
|
|
42
|
+
* @returns {@link BatchDeleteFeaturedResultsSetCommandOutput}
|
|
43
|
+
* @see {@link BatchDeleteFeaturedResultsSetCommandInput} for command's `input` shape.
|
|
44
|
+
* @see {@link BatchDeleteFeaturedResultsSetCommandOutput} for command's `response` shape.
|
|
45
|
+
* @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
48
|
+
* <p>You don't have sufficient access to perform this action. Please ensure you have the
|
|
49
|
+
* required permission policies and user accounts 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/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
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
export declare class BatchDeleteFeaturedResultsSetCommand extends $Command<BatchDeleteFeaturedResultsSetCommandInput, BatchDeleteFeaturedResultsSetCommandOutput, KendraClientResolvedConfig> {
|
|
70
|
+
readonly input: BatchDeleteFeaturedResultsSetCommandInput;
|
|
71
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
constructor(input: BatchDeleteFeaturedResultsSetCommandInput);
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
79
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteFeaturedResultsSetCommandInput, BatchDeleteFeaturedResultsSetCommandOutput>;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
83
|
+
private serialize;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
87
|
+
private deserialize;
|
|
88
|
+
}
|
|
@@ -19,19 +19,15 @@ export interface BatchGetDocumentStatusCommandOutput extends BatchGetDocumentSta
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Returns the indexing status for one or more documents submitted
|
|
23
|
-
* with the <a href="https://docs.aws.amazon.com/kendra/latest/dg/API_BatchPutDocument.html">
|
|
22
|
+
* <p>Returns the indexing status for one or more documents submitted with the <a href="https://docs.aws.amazon.com/kendra/latest/dg/API_BatchPutDocument.html">
|
|
24
23
|
* BatchPutDocument</a> API.</p>
|
|
25
|
-
* <p>When you use the <code>BatchPutDocument</code> API,
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
* BatchDeleteDocument</a> API. When a document is
|
|
33
|
-
* deleted from the index, Amazon Kendra returns <code>NOT_FOUND</code> as the
|
|
34
|
-
* status.</p>
|
|
24
|
+
* <p>When you use the <code>BatchPutDocument</code> API, documents are indexed
|
|
25
|
+
* asynchronously. You can use the <code>BatchGetDocumentStatus</code> API to get the
|
|
26
|
+
* current status of a list of documents so that you can determine if they have been
|
|
27
|
+
* successfully indexed.</p>
|
|
28
|
+
* <p>You can also use the <code>BatchGetDocumentStatus</code> API to check the status of
|
|
29
|
+
* the <a href="https://docs.aws.amazon.com/kendra/latest/dg/API_BatchDeleteDocument.html">
|
|
30
|
+
* BatchDeleteDocument</a> API. When a document is deleted from the index, Amazon Kendra returns <code>NOT_FOUND</code> as the status.</p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -79,7 +75,7 @@ export interface BatchGetDocumentStatusCommandOutput extends BatchGetDocumentSta
|
|
|
79
75
|
*
|
|
80
76
|
* @throws {@link InternalServerException} (server fault)
|
|
81
77
|
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
82
|
-
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/
|
|
78
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
83
79
|
*
|
|
84
80
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
85
81
|
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
@@ -20,17 +20,17 @@ export interface BatchPutDocumentCommandOutput extends BatchPutDocumentResponse,
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Adds one or more documents to an index.</p>
|
|
23
|
-
* <p>The <code>BatchPutDocument</code> API enables you to ingest
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
23
|
+
* <p>The <code>BatchPutDocument</code> API enables you to ingest inline documents or a set
|
|
24
|
+
* of documents stored in an Amazon S3 bucket. Use this API to ingest your text and
|
|
25
|
+
* unstructured text into an index, add custom attributes to the documents, and to attach
|
|
26
|
+
* an access control list to the documents added to the index.</p>
|
|
27
|
+
* <p>The documents are indexed asynchronously. You can see the progress of the batch using
|
|
28
|
+
* Amazon Web Services
|
|
29
|
+
* CloudWatch. Any error messages related to processing the batch are sent to your
|
|
30
|
+
* Amazon Web Services
|
|
31
|
+
* CloudWatch log.</p>
|
|
32
|
+
* <p>For an example of ingesting inline documents using Python and Java SDKs, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/in-adding-binary-doc.html">Adding files
|
|
33
|
+
* directly to an index</a>.</p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
36
|
* ```javascript
|
|
@@ -171,7 +171,7 @@ export interface BatchPutDocumentCommandOutput extends BatchPutDocumentResponse,
|
|
|
171
171
|
*
|
|
172
172
|
* @throws {@link InternalServerException} (server fault)
|
|
173
173
|
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
174
|
-
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/
|
|
174
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
175
175
|
*
|
|
176
176
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
177
177
|
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
@@ -179,7 +179,8 @@ export interface BatchPutDocumentCommandOutput extends BatchPutDocumentResponse,
|
|
|
179
179
|
*
|
|
180
180
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
181
181
|
* <p>You have exceeded the set limits for your Amazon Kendra service. Please see
|
|
182
|
-
*
|
|
182
|
+
* <a href="https://docs.aws.amazon.com/kendra/latest/dg/quotas.html">Quotas</a> for
|
|
183
|
+
* more information, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> to inquire about
|
|
183
184
|
* an increase of limits.</p>
|
|
184
185
|
*
|
|
185
186
|
* @throws {@link ThrottlingException} (client fault)
|
|
@@ -58,7 +58,7 @@ export interface ClearQuerySuggestionsCommandOutput extends __MetadataBearer {
|
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link InternalServerException} (server fault)
|
|
60
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/
|
|
61
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
64
|
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
@@ -19,29 +19,25 @@ export interface CreateAccessControlConfigurationCommandOutput extends CreateAcc
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Creates an access configuration for your documents. This includes
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
* on the user or their group access to documents.</p>
|
|
22
|
+
* <p>Creates an access configuration for your documents. This includes user and group
|
|
23
|
+
* access information for your documents. This is useful for user context filtering, where
|
|
24
|
+
* search results are filtered based on the user or their group access to documents.</p>
|
|
26
25
|
* <p>You can use this to re-configure your existing document level access control without
|
|
27
26
|
* indexing all of your documents again. For example, your index contains top-secret
|
|
28
27
|
* company documents that only certain employees or users should access. One of these users
|
|
29
28
|
* leaves the company or switches to a team that should be blocked from accessing
|
|
30
29
|
* top-secret documents. The user still has access to top-secret documents because the user
|
|
31
|
-
* had access when your documents were previously indexed. You
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* <p>To apply your access control configuration to certain documents, you call
|
|
37
|
-
* the <a href="https://docs.aws.amazon.com/kendra/latest/dg/
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
* and synchronize your data source. Amazon Kendra currently only supports
|
|
43
|
-
* access control configuration for S3 data sources and documents indexed using the
|
|
44
|
-
* <code>BatchPutDocument</code> API.</p>
|
|
30
|
+
* had access when your documents were previously indexed. You can create a specific access
|
|
31
|
+
* control configuration for the user with deny access. You can later update the access
|
|
32
|
+
* control configuration to allow access if the user returns to the company and re-joins
|
|
33
|
+
* the 'top-secret' team. You can re-configure access control for your documents as
|
|
34
|
+
* circumstances change.</p>
|
|
35
|
+
* <p>To apply your access control configuration to certain documents, you call the <a href="https://docs.aws.amazon.com/kendra/latest/dg/API_BatchPutDocument.html">BatchPutDocument</a> API with the <code>AccessControlConfigurationId</code>
|
|
36
|
+
* included in the <a href="https://docs.aws.amazon.com/kendra/latest/dg/API_Document.html">Document</a> object. If you use an S3 bucket as a data source, you update the
|
|
37
|
+
* <code>.metadata.json</code> with the <code>AccessControlConfigurationId</code> and
|
|
38
|
+
* synchronize your data source. Amazon Kendra currently only supports access control
|
|
39
|
+
* configuration for S3 data sources and documents indexed using the
|
|
40
|
+
* <code>BatchPutDocument</code> API.</p>
|
|
45
41
|
* @example
|
|
46
42
|
* Use a bare-bones client and the command you need to make an API call.
|
|
47
43
|
* ```javascript
|
|
@@ -94,7 +90,7 @@ export interface CreateAccessControlConfigurationCommandOutput extends CreateAcc
|
|
|
94
90
|
*
|
|
95
91
|
* @throws {@link InternalServerException} (server fault)
|
|
96
92
|
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
97
|
-
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/
|
|
93
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
98
94
|
*
|
|
99
95
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
100
96
|
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
@@ -102,7 +98,8 @@ export interface CreateAccessControlConfigurationCommandOutput extends CreateAcc
|
|
|
102
98
|
*
|
|
103
99
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
104
100
|
* <p>You have exceeded the set limits for your Amazon Kendra service. Please see
|
|
105
|
-
*
|
|
101
|
+
* <a href="https://docs.aws.amazon.com/kendra/latest/dg/quotas.html">Quotas</a> for
|
|
102
|
+
* more information, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> to inquire about
|
|
106
103
|
* an increase of limits.</p>
|
|
107
104
|
*
|
|
108
105
|
* @throws {@link ThrottlingException} (client fault)
|
|
@@ -26,8 +26,6 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
|
|
|
26
26
|
* <p>
|
|
27
27
|
* <code>CreateDataSource</code> is a synchronous operation. The operation returns 200 if the
|
|
28
28
|
* data source was successfully created. Otherwise, an exception is raised.</p>
|
|
29
|
-
* <p>Amazon S3 and <a href="https://docs.aws.amazon.com/kendra/latest/dg/data-source-custom.html">custom</a> data sources are the only
|
|
30
|
-
* supported data sources in the Amazon Web Services GovCloud (US-West) region.</p>
|
|
31
29
|
* <p>For an example of creating an index and data source using the Python SDK, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/gs-python.html">Getting started with Python
|
|
32
30
|
* SDK</a>. For an example of creating an index and data source using the Java SDK, see
|
|
33
31
|
* <a href="https://docs.aws.amazon.com/kendra/latest/dg/gs-java.html">Getting started with Java
|
|
@@ -627,7 +625,7 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
|
|
|
627
625
|
*
|
|
628
626
|
* @throws {@link InternalServerException} (server fault)
|
|
629
627
|
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
630
|
-
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/
|
|
628
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
631
629
|
*
|
|
632
630
|
* @throws {@link ResourceAlreadyExistException} (client fault)
|
|
633
631
|
* <p>The resource you want to use already exists. Please check you have provided the
|
|
@@ -639,7 +637,8 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
|
|
|
639
637
|
*
|
|
640
638
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
641
639
|
* <p>You have exceeded the set limits for your Amazon Kendra service. Please see
|
|
642
|
-
*
|
|
640
|
+
* <a href="https://docs.aws.amazon.com/kendra/latest/dg/quotas.html">Quotas</a> for
|
|
641
|
+
* more information, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> to inquire about
|
|
643
642
|
* an increase of limits.</p>
|
|
644
643
|
*
|
|
645
644
|
* @throws {@link ThrottlingException} (client fault)
|
|
@@ -70,7 +70,7 @@ export interface CreateExperienceCommandOutput extends CreateExperienceResponse,
|
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link InternalServerException} (server fault)
|
|
72
72
|
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
73
|
-
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/
|
|
73
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
76
76
|
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
@@ -78,7 +78,8 @@ export interface CreateExperienceCommandOutput extends CreateExperienceResponse,
|
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
80
80
|
* <p>You have exceeded the set limits for your Amazon Kendra service. Please see
|
|
81
|
-
*
|
|
81
|
+
* <a href="https://docs.aws.amazon.com/kendra/latest/dg/quotas.html">Quotas</a> for
|
|
82
|
+
* more information, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> to inquire about
|
|
82
83
|
* an increase of limits.</p>
|
|
83
84
|
*
|
|
84
85
|
* @throws {@link ThrottlingException} (client fault)
|
|
@@ -19,11 +19,10 @@ export interface CreateFaqCommandOutput extends CreateFaqResponse, __MetadataBea
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Creates
|
|
22
|
+
* <p>Creates a set of frequently ask questions (FAQs) using a specified FAQ file stored
|
|
23
|
+
* in an Amazon S3 bucket.</p>
|
|
23
24
|
* <p>Adding FAQs to an index is an asynchronous operation.</p>
|
|
24
|
-
* <p>For an example of adding an FAQ to an index using Python and Java SDKs,
|
|
25
|
-
* see <a href="https://docs.aws.amazon.com/kendra/latest/dg/in-creating-faq.html#using-faq-file">Using your
|
|
26
|
-
* FAQ file</a>.</p>
|
|
25
|
+
* <p>For an example of adding an FAQ to an index using Python and Java SDKs, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/in-creating-faq.html#using-faq-file">Using your FAQ file</a>.</p>
|
|
27
26
|
* @example
|
|
28
27
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
28
|
* ```javascript
|
|
@@ -69,7 +68,7 @@ export interface CreateFaqCommandOutput extends CreateFaqResponse, __MetadataBea
|
|
|
69
68
|
*
|
|
70
69
|
* @throws {@link InternalServerException} (server fault)
|
|
71
70
|
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
72
|
-
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/
|
|
71
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
73
72
|
*
|
|
74
73
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
75
74
|
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
@@ -77,7 +76,8 @@ export interface CreateFaqCommandOutput extends CreateFaqResponse, __MetadataBea
|
|
|
77
76
|
*
|
|
78
77
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
79
78
|
* <p>You have exceeded the set limits for your Amazon Kendra service. Please see
|
|
80
|
-
*
|
|
79
|
+
* <a href="https://docs.aws.amazon.com/kendra/latest/dg/quotas.html">Quotas</a> for
|
|
80
|
+
* more information, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> to inquire about
|
|
81
81
|
* an increase of limits.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link ThrottlingException} (client fault)
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
5
|
+
import { CreateFeaturedResultsSetRequest, CreateFeaturedResultsSetResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link CreateFeaturedResultsSetCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface CreateFeaturedResultsSetCommandInput extends CreateFeaturedResultsSetRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link CreateFeaturedResultsSetCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateFeaturedResultsSetCommandOutput extends CreateFeaturedResultsSetResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Creates a set of featured results to display at the top of the search results page.
|
|
23
|
+
* Featured results are placed above all other results for certain queries. You map
|
|
24
|
+
* specific queries to specific documents for featuring in the results. If a query
|
|
25
|
+
* contains an exact match, then one or more specific documents are featured in the
|
|
26
|
+
* search results.</p>
|
|
27
|
+
* <p>You can create up to 50 sets of featured results per index. You can request to
|
|
28
|
+
* increase this limit by contacting <a href="http://aws.amazon.com/contact-us/">Support</a>.</p>
|
|
29
|
+
* @example
|
|
30
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
+
* ```javascript
|
|
32
|
+
* import { KendraClient, CreateFeaturedResultsSetCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
33
|
+
* // const { KendraClient, CreateFeaturedResultsSetCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
34
|
+
* const client = new KendraClient(config);
|
|
35
|
+
* const input = { // CreateFeaturedResultsSetRequest
|
|
36
|
+
* IndexId: "STRING_VALUE", // required
|
|
37
|
+
* FeaturedResultsSetName: "STRING_VALUE", // required
|
|
38
|
+
* Description: "STRING_VALUE",
|
|
39
|
+
* ClientToken: "STRING_VALUE",
|
|
40
|
+
* Status: "ACTIVE" || "INACTIVE",
|
|
41
|
+
* QueryTexts: [ // QueryTextList
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* FeaturedDocuments: [ // FeaturedDocumentList
|
|
45
|
+
* { // FeaturedDocument
|
|
46
|
+
* Id: "STRING_VALUE",
|
|
47
|
+
* },
|
|
48
|
+
* ],
|
|
49
|
+
* Tags: [ // TagList
|
|
50
|
+
* { // Tag
|
|
51
|
+
* Key: "STRING_VALUE", // required
|
|
52
|
+
* Value: "STRING_VALUE", // required
|
|
53
|
+
* },
|
|
54
|
+
* ],
|
|
55
|
+
* };
|
|
56
|
+
* const command = new CreateFeaturedResultsSetCommand(input);
|
|
57
|
+
* const response = await client.send(command);
|
|
58
|
+
* ```
|
|
59
|
+
*
|
|
60
|
+
* @param CreateFeaturedResultsSetCommandInput - {@link CreateFeaturedResultsSetCommandInput}
|
|
61
|
+
* @returns {@link CreateFeaturedResultsSetCommandOutput}
|
|
62
|
+
* @see {@link CreateFeaturedResultsSetCommandInput} for command's `input` shape.
|
|
63
|
+
* @see {@link CreateFeaturedResultsSetCommandOutput} for command's `response` shape.
|
|
64
|
+
* @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
67
|
+
* <p>You don't have sufficient access to perform this action. Please ensure you have the
|
|
68
|
+
* required permission policies and user accounts and try again.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ConflictException} (client fault)
|
|
71
|
+
* <p>A conflict occurred with the request. Please fix any inconsistences with your
|
|
72
|
+
* resources and try again.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link FeaturedResultsConflictException} (client fault)
|
|
75
|
+
* <p>An error message with a list of conflicting queries used across different sets
|
|
76
|
+
* of featured results. This occurred with the request for a new featured results set.
|
|
77
|
+
* Check that the queries you specified for featured results are unique per featured
|
|
78
|
+
* results set for each index.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link InternalServerException} (server fault)
|
|
81
|
+
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
82
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
85
|
+
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
86
|
+
* resource and try again.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
89
|
+
* <p>The request was denied due to request throttling. Please reduce the number of requests
|
|
90
|
+
* and try again.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ValidationException} (client fault)
|
|
93
|
+
* <p>The input fails to satisfy the constraints set by the Amazon Kendra service.
|
|
94
|
+
* Please provide the correct input and try again.</p>
|
|
95
|
+
*
|
|
96
|
+
*
|
|
97
|
+
*/
|
|
98
|
+
export declare class CreateFeaturedResultsSetCommand extends $Command<CreateFeaturedResultsSetCommandInput, CreateFeaturedResultsSetCommandOutput, KendraClientResolvedConfig> {
|
|
99
|
+
readonly input: CreateFeaturedResultsSetCommandInput;
|
|
100
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
101
|
+
/**
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
constructor(input: CreateFeaturedResultsSetCommandInput);
|
|
105
|
+
/**
|
|
106
|
+
* @internal
|
|
107
|
+
*/
|
|
108
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFeaturedResultsSetCommandInput, CreateFeaturedResultsSetCommandOutput>;
|
|
109
|
+
/**
|
|
110
|
+
* @internal
|
|
111
|
+
*/
|
|
112
|
+
private serialize;
|
|
113
|
+
/**
|
|
114
|
+
* @internal
|
|
115
|
+
*/
|
|
116
|
+
private deserialize;
|
|
117
|
+
}
|
|
@@ -92,7 +92,7 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat
|
|
|
92
92
|
*
|
|
93
93
|
* @throws {@link InternalServerException} (server fault)
|
|
94
94
|
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
95
|
-
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/
|
|
95
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link ResourceAlreadyExistException} (client fault)
|
|
98
98
|
* <p>The resource you want to use already exists. Please check you have provided the
|
|
@@ -100,7 +100,8 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat
|
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
102
102
|
* <p>You have exceeded the set limits for your Amazon Kendra service. Please see
|
|
103
|
-
*
|
|
103
|
+
* <a href="https://docs.aws.amazon.com/kendra/latest/dg/quotas.html">Quotas</a> for
|
|
104
|
+
* more information, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> to inquire about
|
|
104
105
|
* an increase of limits.</p>
|
|
105
106
|
*
|
|
106
107
|
* @throws {@link ThrottlingException} (client fault)
|
|
@@ -77,7 +77,7 @@ export interface CreateQuerySuggestionsBlockListCommandOutput extends CreateQuer
|
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link InternalServerException} (server fault)
|
|
79
79
|
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
80
|
-
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/
|
|
80
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
83
83
|
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
@@ -85,7 +85,8 @@ export interface CreateQuerySuggestionsBlockListCommandOutput extends CreateQuer
|
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
87
87
|
* <p>You have exceeded the set limits for your Amazon Kendra service. Please see
|
|
88
|
-
*
|
|
88
|
+
* <a href="https://docs.aws.amazon.com/kendra/latest/dg/quotas.html">Quotas</a> for
|
|
89
|
+
* more information, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> to inquire about
|
|
89
90
|
* an increase of limits.</p>
|
|
90
91
|
*
|
|
91
92
|
* @throws {@link ThrottlingException} (client fault)
|
|
@@ -67,7 +67,7 @@ export interface CreateThesaurusCommandOutput extends CreateThesaurusResponse, _
|
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link InternalServerException} (server fault)
|
|
69
69
|
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
70
|
-
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/
|
|
70
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
73
|
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
@@ -75,7 +75,8 @@ export interface CreateThesaurusCommandOutput extends CreateThesaurusResponse, _
|
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
77
77
|
* <p>You have exceeded the set limits for your Amazon Kendra service. Please see
|
|
78
|
-
*
|
|
78
|
+
* <a href="https://docs.aws.amazon.com/kendra/latest/dg/quotas.html">Quotas</a> for
|
|
79
|
+
* more information, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> to inquire about
|
|
79
80
|
* an increase of limits.</p>
|
|
80
81
|
*
|
|
81
82
|
* @throws {@link ThrottlingException} (client fault)
|
|
@@ -19,10 +19,10 @@ export interface DeleteAccessControlConfigurationCommandOutput extends DeleteAcc
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Deletes an access control configuration that you created for your
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
22
|
+
* <p>Deletes an access control configuration that you created for your documents in an
|
|
23
|
+
* index. This includes user and group access information for your documents. This is
|
|
24
|
+
* useful for user context filtering, where search results are filtered based on the user
|
|
25
|
+
* or their group access to documents.</p>
|
|
26
26
|
* @example
|
|
27
27
|
* Use a bare-bones client and the command you need to make an API call.
|
|
28
28
|
* ```javascript
|
|
@@ -53,7 +53,7 @@ export interface DeleteAccessControlConfigurationCommandOutput extends DeleteAcc
|
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link InternalServerException} (server fault)
|
|
55
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/
|
|
56
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
59
59
|
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
@@ -53,7 +53,7 @@ export interface DeleteDataSourceCommandOutput extends __MetadataBearer {
|
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link InternalServerException} (server fault)
|
|
55
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/
|
|
56
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
59
59
|
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
@@ -52,7 +52,7 @@ export interface DeleteExperienceCommandOutput extends DeleteExperienceResponse,
|
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link InternalServerException} (server fault)
|
|
54
54
|
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
55
|
-
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/
|
|
55
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
58
58
|
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
@@ -50,7 +50,7 @@ export interface DeleteFaqCommandOutput extends __MetadataBearer {
|
|
|
50
50
|
*
|
|
51
51
|
* @throws {@link InternalServerException} (server fault)
|
|
52
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/
|
|
53
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
56
|
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|
|
@@ -52,7 +52,7 @@ export interface DeleteIndexCommandOutput extends __MetadataBearer {
|
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link InternalServerException} (server fault)
|
|
54
54
|
* <p>An issue occurred with the internal server used for your Amazon Kendra service.
|
|
55
|
-
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/
|
|
55
|
+
* Please wait a few minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
58
58
|
* <p>The resource you want to use doesn’t exist. Please check you have provided the correct
|